From fea5d9ee79d293f013e6e6083b5bde28fa6d5d79 Mon Sep 17 00:00:00 2001 From: hfuong Date: Thu, 25 Jan 2024 11:06:01 -0500 Subject: [PATCH] Update pollster-ratings 2024 --- .../{ => 2023}/pollster-ratings.csv | 0 .../{ => 2023}/pollster-stats-full.xlsx | Bin pollster-ratings/{ => 2023}/raw-polls.csv | 0 pollster-ratings/README.md | 86 +- pollster-ratings/README_PRE2024.md | 37 + .../pollster-ratings-combined.csv | 537 + pollster-ratings/raw_polls.csv | 20417 ++++++++++++++++ 7 files changed, 21042 insertions(+), 35 deletions(-) rename pollster-ratings/{ => 2023}/pollster-ratings.csv (100%) rename pollster-ratings/{ => 2023}/pollster-stats-full.xlsx (100%) rename pollster-ratings/{ => 2023}/raw-polls.csv (100%) create mode 100644 pollster-ratings/README_PRE2024.md create mode 100644 pollster-ratings/pollster-ratings-combined.csv create mode 100644 pollster-ratings/raw_polls.csv diff --git a/pollster-ratings/pollster-ratings.csv b/pollster-ratings/2023/pollster-ratings.csv similarity index 100% rename from pollster-ratings/pollster-ratings.csv rename to pollster-ratings/2023/pollster-ratings.csv diff --git a/pollster-ratings/pollster-stats-full.xlsx b/pollster-ratings/2023/pollster-stats-full.xlsx similarity index 100% rename from pollster-ratings/pollster-stats-full.xlsx rename to pollster-ratings/2023/pollster-stats-full.xlsx diff --git a/pollster-ratings/raw-polls.csv b/pollster-ratings/2023/raw-polls.csv similarity index 100% rename from pollster-ratings/raw-polls.csv rename to pollster-ratings/2023/raw-polls.csv diff --git a/pollster-ratings/README.md b/pollster-ratings/README.md index 87317c6..78b95c4 100644 --- a/pollster-ratings/README.md +++ b/pollster-ratings/README.md @@ -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: 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: `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. diff --git a/pollster-ratings/README_PRE2024.md b/pollster-ratings/README_PRE2024.md new file mode 100644 index 0000000..8458558 --- /dev/null +++ b/pollster-ratings/README_PRE2024.md @@ -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: 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. diff --git a/pollster-ratings/pollster-ratings-combined.csv b/pollster-ratings/pollster-ratings-combined.csv new file mode 100644 index 0000000..d3338d1 --- /dev/null +++ b/pollster-ratings/pollster-ratings-combined.csv @@ -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 diff --git a/pollster-ratings/raw_polls.csv b/pollster-ratings/raw_polls.csv new file mode 100644 index 0000000..c80505d --- /dev/null +++ b/pollster-ratings/raw_polls.csv @@ -0,0 +1,20417 @@ +poll_id,question_id,race_id,cycle,location,type_simple,race,pollster,pollster_rating_id,aapor_roper,inactive,methodology,partisan,polldate,electiondate,time_to_election,samplesize,cand1_name,cand1_id,cand1_party,cand1_pct,cand1_actual,cand2_name,cand2_id,cand2_party,cand2_pct,cand2_actual,margin_poll,margin_actual +32945,39543,1,2014,NE,Sen-G,2014_Sen-G_NE,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,721,Dave Domina,6263,DEM,31,31.485350808847073,Ben Sasse,6269,REP,58,64.3368860544438,-27,-32.85153524559672 +33777,40963,1,2014,NE,Sen-G,2014_Sen-G_NE,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,681,Dave Domina,6263,DEM,30,31.485350808847073,Ben Sasse,6269,REP,59,64.3368860544438,-29,-32.85153524559672 +33068,126637,2,2014,MI,Sen-G,2014_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-06,2014-11-04,59,687,Gary C. Peters,6053,DEM,43,54.61438395064853,Terri Lynn Land,6052,REP,36,41.32907250403697,7,13.285311446611558 +33061,39666,2,2014,MI,Sen-G,2014_Sen-G_MI,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-08,2014-11-04,57,500,Gary C. Peters,6053,DEM,45.6,54.61438395064853,Terri Lynn Land,6052,REP,36.8,41.32907250403697,8.800000000000004,13.285311446611558 +33037,39642,2,2014,MI,Sen-G,2014_Sen-G_MI,Denno Research,582,FALSE,FALSE,Live Phone,NA,2014-09-12,2014-11-04,53,600,Gary C. Peters,6053,DEM,44.7,54.61438395064853,Terri Lynn Land,6052,REP,37.7,41.32907250403697,7,13.285311446611558 +33031,39636,2,2014,MI,Sen-G,2014_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-09-14,2014-11-04,51,829,Gary C. Peters,6053,DEM,43,54.61438395064853,Terri Lynn Land,6052,REP,41,41.32907250403697,2,13.285311446611558 +33027,39632,2,2014,MI,Sen-G,2014_Sen-G_MI,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2014-09-14,2014-11-04,51,717,Gary C. Peters,6053,DEM,45,54.61438395064853,Terri Lynn Land,6052,REP,40,41.32907250403697,5,13.285311446611558 +33010,39613,2,2014,MI,Sen-G,2014_Sen-G_MI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-17,2014-11-04,48,750,Gary C. Peters,6053,DEM,41,54.61438395064853,Terri Lynn Land,6052,REP,39,41.32907250403697,2,13.285311446611558 +33007,39610,2,2014,MI,Sen-G,2014_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-09-18,2014-11-04,47,852,Gary C. Peters,6053,DEM,47,54.61438395064853,Terri Lynn Land,6052,REP,40,41.32907250403697,7,13.285311446611558 +33008,39611,2,2014,MI,Sen-G,2014_Sen-G_MI,We Ask America,376,FALSE,FALSE,IVR,NA,2014-09-18,2014-11-04,47,1182,Gary C. Peters,6053,DEM,42,54.61438395064853,Terri Lynn Land,6052,REP,39,41.32907250403697,3,13.285311446611558 +32985,39586,2,2014,MI,Sen-G,2014_Sen-G_MI,Target Insyght,330,FALSE,FALSE,IVR,NA,2014-09-24,2014-11-04,41,600,Gary C. Peters,6053,DEM,48,54.61438395064853,Terri Lynn Land,6052,REP,38,41.32907250403697,10,13.285311446611558 +34497,126703,2,2014,MI,Sen-G,2014_Sen-G_MI,ccAdvertising,396,FALSE,FALSE,NA,NA,2014-09-27,2014-11-04,38,678,Gary C. Peters,6053,DEM,33,54.61438395064853,Terri Lynn Land,6052,REP,34,41.32907250403697,-1,13.285311446611558 +32972,39571,2,2014,MI,Sen-G,2014_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,1178,Gary C. Peters,6053,DEM,49,54.61438395064853,Terri Lynn Land,6052,REP,36,41.32907250403697,13,13.285311446611558 +34143,42212,2,2014,MI,Sen-G,2014_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,600,Gary C. Peters,6053,DEM,42,54.61438395064853,Terri Lynn Land,6052,REP,33,41.32907250403697,9,13.285311446611558 +32969,39568,2,2014,MI,Sen-G,2014_Sen-G_MI,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2014-09-28,2014-11-04,37,600,Gary C. Peters,6053,DEM,45,54.61438395064853,Terri Lynn Land,6052,REP,36,41.32907250403697,9,13.285311446611558 +33690,40873,2,2014,MI,Sen-G,2014_Sen-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2014-09-30,2014-11-04,35,600,Gary C. Peters,6053,DEM,47.4,54.61438395064853,Terri Lynn Land,6052,REP,36.4,41.32907250403697,11,13.285311446611558 +32950,39548,2,2014,MI,Sen-G,2014_Sen-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2560,Gary C. Peters,6053,DEM,46,54.61438395064853,Terri Lynn Land,6052,REP,41,41.32907250403697,5,13.285311446611558 +33687,40870,2,2014,MI,Sen-G,2014_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-02,2014-11-04,33,654,Gary C. Peters,6053,DEM,49,54.61438395064853,Terri Lynn Land,6052,REP,42,41.32907250403697,7,13.285311446611558 +33694,40877,2,2014,MI,Sen-G,2014_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,600,Gary C. Peters,6053,DEM,44,54.61438395064853,Terri Lynn Land,6052,REP,35,41.32907250403697,9,13.285311446611558 +33729,40913,2,2014,MI,Sen-G,2014_Sen-G_MI,Clout Research,55,FALSE,FALSE,IVR,NA,2014-10-06,2014-11-04,29,615,Gary C. Peters,6053,DEM,46.9,54.61438395064853,Terri Lynn Land,6052,REP,44.3,41.32907250403697,2.6000000000000014,13.285311446611558 +33714,40898,2,2014,MI,Sen-G,2014_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-09,2014-11-04,26,1306,Gary C. Peters,6053,DEM,48,54.61438395064853,Terri Lynn Land,6052,REP,43,41.32907250403697,5,13.285311446611558 +34460,42213,2,2014,MI,Sen-G,2014_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-12,2014-11-04,23,1340,Gary C. Peters,6053,DEM,50,54.61438395064853,Terri Lynn Land,6052,REP,39,41.32907250403697,11,13.285311446611558 +34394,42163,2,2014,MI,Sen-G,2014_Sen-G_MI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2014-10-13,2014-11-04,22,957,Gary C. Peters,6053,DEM,49,54.61438395064853,Terri Lynn Land,6052,REP,36,41.32907250403697,13,13.285311446611558 +33812,41000,2,2014,MI,Sen-G,2014_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-19,2014-11-04,16,919,Gary C. Peters,6053,DEM,51.1,54.61438395064853,Terri Lynn Land,6052,REP,37.5,41.32907250403697,13.600000000000001,13.285311446611558 +33792,40978,2,2014,MI,Sen-G,2014_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,600,Gary C. Peters,6053,DEM,45,54.61438395064853,Terri Lynn Land,6052,REP,34,41.32907250403697,11,13.285311446611558 +33832,41021,2,2014,MI,Sen-G,2014_Sen-G_MI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2014-10-19,2014-11-04,16,1032,Gary C. Peters,6053,DEM,48,54.61438395064853,Terri Lynn Land,6052,REP,33,41.32907250403697,15,13.285311446611558 +33819,41008,2,2014,MI,Sen-G,2014_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-20,2014-11-04,15,723,Gary C. Peters,6053,DEM,53,54.61438395064853,Terri Lynn Land,6052,REP,39,41.32907250403697,14,13.285311446611558 +33830,41019,2,2014,MI,Sen-G,2014_Sen-G_MI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-21,2014-11-04,14,1000,Gary C. Peters,6053,DEM,51,54.61438395064853,Terri Lynn Land,6052,REP,42,41.32907250403697,9,13.285311446611558 +33786,40972,2,2014,MI,Sen-G,2014_Sen-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2394,Gary C. Peters,6053,DEM,49,54.61438395064853,Terri Lynn Land,6052,REP,41,41.32907250403697,8,13.285311446611558 +33989,42156,2,2014,MI,Sen-G,2014_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,600,Gary C. Peters,6053,DEM,47.7,54.61438395064853,Terri Lynn Land,6052,REP,32.6,41.32907250403697,15.100000000000001,13.285311446611558 +34372,42185,2,2014,MI,Sen-G,2014_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-27,2014-11-04,8,1159,Gary C. Peters,6053,DEM,52.2,54.61438395064853,Terri Lynn Land,6052,REP,38.1,41.32907250403697,14.100000000000001,13.285311446611558 +34354,42174,2,2014,MI,Sen-G,2014_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,600,Gary C. Peters,6053,DEM,50,54.61438395064853,Terri Lynn Land,6052,REP,35,41.32907250403697,15,13.285311446611558 +34317,42160,2,2014,MI,Sen-G,2014_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-11-02,2014-11-04,2,1224,Gary C. Peters,6053,DEM,52,54.61438395064853,Terri Lynn Land,6052,REP,40,41.32907250403697,12,13.285311446611558 +34328,125177,2,2014,MI,Sen-G,2014_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,914,Gary C. Peters,6053,DEM,51,54.61438395064853,Terri Lynn Land,6052,REP,38,41.32907250403697,13,13.285311446611558 +33046,39651,3,2014,NM,Sen-G,2014_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2014-09-10,2014-11-04,55,603,Tom Udall,6286,DEM,51,55.558810178737005,Allen E. Weh,6287,REP,38,44.441189821262995,13,11.11762035747401 +32994,39597,3,2014,NM,Sen-G,2014_Sen-G_NM,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-22,2014-11-04,43,830,Tom Udall,6286,DEM,52,55.558810178737005,Allen E. Weh,6287,REP,39,44.441189821262995,13,11.11762035747401 +33730,40914,3,2014,NM,Sen-G,2014_Sen-G_NM,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,727,Tom Udall,6286,DEM,53,55.558810178737005,Allen E. Weh,6287,REP,36,44.441189821262995,17,11.11762035747401 +32942,39540,3,2014,NM,Sen-G,2014_Sen-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1093,Tom Udall,6286,DEM,53,55.558810178737005,Allen E. Weh,6287,REP,35,44.441189821262995,18,11.11762035747401 +34436,42169,3,2014,NM,Sen-G,2014_Sen-G_NM,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-21,2014-11-04,14,614,Tom Udall,6286,DEM,51,55.558810178737005,Allen E. Weh,6287,REP,45,44.441189821262995,6,11.11762035747401 +34098,42108,3,2014,NM,Sen-G,2014_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,614,Tom Udall,6286,DEM,50,55.558810178737005,Allen E. Weh,6287,REP,43,44.441189821262995,7,11.11762035747401 +33761,40947,3,2014,NM,Sen-G,2014_Sen-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,962,Tom Udall,6286,DEM,52,55.558810178737005,Allen E. Weh,6287,REP,36,44.441189821262995,16,11.11762035747401 +33040,39645,4,2014,IL,Sen-G,2014_Sen-G_IL,APC Research,4,FALSE,TRUE,Live Phone,NA,2014-09-07,2014-11-04,58,800,Richard J. Durbin,6112,DEM,55,53.54868393922718,James D. Oberweis,6116,REP,32,42.69498787157776,23,10.853696067649423 +32983,39584,4,2014,IL,Sen-G,2014_Sen-G_IL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-24,2014-11-04,41,750,Richard J. Durbin,6112,DEM,51,53.54868393922718,James D. Oberweis,6116,REP,37,42.69498787157776,14,10.853696067649423 +32955,39554,4,2014,IL,Sen-G,2014_Sen-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,3955,Richard J. Durbin,6112,DEM,51,53.54868393922718,James D. Oberweis,6116,REP,39,42.69498787157776,12,10.853696067649423 +34459,42224,4,2014,IL,Sen-G,2014_Sen-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-06,2014-11-04,29,1086,Richard J. Durbin,6112,DEM,51.24,53.54868393922718,James D. Oberweis,6116,REP,38.26,42.69498787157776,12.980000000000004,10.853696067649423 +33769,40955,4,2014,IL,Sen-G,2014_Sen-G_IL,University of Illinois Springfield Survey Research Office,498,TRUE,FALSE,Online Panel,NA,2014-10-05,2014-11-04,30,723,Richard J. Durbin,6112,DEM,50.4,53.54868393922718,James D. Oberweis,6116,REP,34.9,42.69498787157776,15.5,10.853696067649423 +33745,40929,4,2014,IL,Sen-G,2014_Sen-G_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2014-10-04,2014-11-04,31,691,Richard J. Durbin,6112,DEM,46.9,53.54868393922718,James D. Oberweis,6116,REP,36.5,42.69498787157776,10.399999999999999,10.853696067649423 +33756,40942,4,2014,IL,Sen-G,2014_Sen-G_IL,APC Research,4,FALSE,TRUE,Live Phone,NA,2014-10-18,2014-11-04,17,800,Richard J. Durbin,6112,DEM,50,53.54868393922718,James D. Oberweis,6116,REP,36,42.69498787157776,14,10.853696067649423 +33800,40986,4,2014,IL,Sen-G,2014_Sen-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,3519,Richard J. Durbin,6112,DEM,52,53.54868393922718,James D. Oberweis,6116,REP,39,42.69498787157776,13,10.853696067649423 +34512,42272,4,2014,IL,Sen-G,2014_Sen-G_IL,McKeon & Associates,202,FALSE,TRUE,Live Phone,NA,2014-10-28,2014-11-04,7,823,Richard J. Durbin,6112,DEM,49,53.54868393922718,James D. Oberweis,6116,REP,39,42.69498787157776,10,10.853696067649423 +34395,125175,4,2014,IL,Sen-G,2014_Sen-G_IL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,1064,Richard J. Durbin,6112,DEM,51,53.54868393922718,James D. Oberweis,6116,REP,41,42.69498787157776,10,10.853696067649423 +33706,40889,5,2014,MT,Sen-G,2014_Sen-G_MT,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,535,Amanda G. Curtis,8347,DEM,41,40.068572788284214,Steve Daines,6058,REP,54,57.78636439839275,-13,-17.717791610108534 +32947,39545,5,2014,MT,Sen-G,2014_Sen-G_MT,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,549,Amanda G. Curtis,8347,DEM,34,40.068572788284214,Steve Daines,6058,REP,55,57.78636439839275,-21,-17.717791610108534 +33752,40938,5,2014,MT,Sen-G,2014_Sen-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2014-10-08,2014-11-04,27,410,Amanda G. Curtis,8347,DEM,30.6,40.068572788284214,Steve Daines,6058,REP,46.7,57.78636439839275,-16.1,-17.717791610108534 +33833,41022,5,2014,MT,Sen-G,2014_Sen-G_MT,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,497,Amanda G. Curtis,8347,DEM,38,40.068572788284214,Steve Daines,6058,REP,56,57.78636439839275,-18,-17.717791610108534 +34429,42152,5,2014,MT,Sen-G,2014_Sen-G_MT,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-23,2014-11-04,12,604,Amanda G. Curtis,8347,DEM,39,40.068572788284214,Steve Daines,6058,REP,53,57.78636439839275,-14,-17.717791610108534 +33055,39660,6,2014,MN,Sen-G,2014_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2014-09-09,2014-11-04,56,800,Al Franken,6091,DEM,49,53.15115405888788,Mike McFadden,6093,REP,36,42.90764500930595,13,10.243509049581931 +32966,39565,6,2014,MN,Sen-G,2014_Sen-G_MN,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-29,2014-11-04,36,750,Al Franken,6091,DEM,49,53.15115405888788,Mike McFadden,6093,REP,41,42.90764500930595,8,10.243509049581931 +32949,39547,6,2014,MN,Sen-G,2014_Sen-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2562,Al Franken,6091,DEM,49,53.15115405888788,Mike McFadden,6093,REP,42,42.90764500930595,7,10.243509049581931 +33710,40893,6,2014,MN,Sen-G,2014_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-01,2014-11-04,34,577,Al Franken,6091,DEM,55,53.15115405888788,Mike McFadden,6093,REP,37,42.90764500930595,18,10.243509049581931 +33726,40910,6,2014,MN,Sen-G,2014_Sen-G_MN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-06,2014-11-04,29,500,Al Franken,6091,DEM,46,53.15115405888788,Mike McFadden,6093,REP,39,42.90764500930595,7,10.243509049581931 +33782,40968,6,2014,MN,Sen-G,2014_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-15,2014-11-04,20,597,Al Franken,6091,DEM,53,53.15115405888788,Mike McFadden,6093,REP,38,42.90764500930595,15,10.243509049581931 +33821,41010,6,2014,MN,Sen-G,2014_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,800,Al Franken,6091,DEM,48,53.15115405888788,Mike McFadden,6093,REP,39,42.90764500930595,9,10.243509049581931 +33785,40971,6,2014,MN,Sen-G,2014_Sen-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2430,Al Franken,6091,DEM,51,53.15115405888788,Mike McFadden,6093,REP,41,42.90764500930595,10,10.243509049581931 +34386,42115,6,2014,MN,Sen-G,2014_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,597,Al Franken,6091,DEM,51,53.15115405888788,Mike McFadden,6093,REP,40,42.90764500930595,11,10.243509049581931 +33052,39657,8,2014,NH,Sen-G,2014_Sen-G_NH,Global Strategy Group,118,FALSE,FALSE,IVR,DEM,2014-09-10,2014-11-04,55,1027,Jeanne Shaheen,6280,DEM,48,51.455365977068944,Scott Brown,6272,REP,41,48.21113612572952,7,3.2442298513394263 +33041,39646,8,2014,NH,Sen-G,2014_Sen-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-10,2014-11-04,55,630,Jeanne Shaheen,6280,DEM,51,51.455365977068944,Scott Brown,6272,REP,40,48.21113612572952,11,3.2442298513394263 +33042,39647,8,2014,NH,Sen-G,2014_Sen-G_NH,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2014-09-10,2014-11-04,55,2214,Jeanne Shaheen,6280,DEM,44.3,51.455365977068944,Scott Brown,6272,REP,45.9,48.21113612572952,-1.6000000000000014,3.2442298513394263 +33043,39648,8,2014,NH,Sen-G,2014_Sen-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-10,2014-11-04,55,750,Jeanne Shaheen,6280,DEM,48,51.455365977068944,Scott Brown,6272,REP,45,48.21113612572952,3,3.2442298513394263 +33047,39652,8,2014,NH,Sen-G,2014_Sen-G_NH,Kiley & Company,162,FALSE,TRUE,Live Phone,DEM,2014-09-10,2014-11-04,55,600,Jeanne Shaheen,6280,DEM,51,51.455365977068944,Scott Brown,6272,REP,43,48.21113612572952,8,3.2442298513394263 +33050,39655,8,2014,NH,Sen-G,2014_Sen-G_NH,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-09-10,2014-11-04,55,735,Jeanne Shaheen,6280,DEM,48,51.455365977068944,Scott Brown,6272,REP,48,48.21113612572952,0,3.2442298513394263 +33028,39633,8,2014,NH,Sen-G,2014_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2014-09-14,2014-11-04,51,495,Jeanne Shaheen,6280,DEM,50,51.455365977068944,Scott Brown,6272,REP,45,48.21113612572952,5,3.2442298513394263 +33018,39621,8,2014,NH,Sen-G,2014_Sen-G_NH,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-09-15,2014-11-04,50,550,Jeanne Shaheen,6280,DEM,43,51.455365977068944,Scott Brown,6272,REP,47,48.21113612572952,-4,3.2442298513394263 +33006,39609,8,2014,NH,Sen-G,2014_Sen-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-09-18,2014-11-04,47,652,Jeanne Shaheen,6280,DEM,50,51.455365977068944,Scott Brown,6272,REP,44,48.21113612572952,6,3.2442298513394263 +33005,39608,8,2014,NH,Sen-G,2014_Sen-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-19,2014-11-04,46,1494,Jeanne Shaheen,6280,DEM,50.1,51.455365977068944,Scott Brown,6272,REP,42.8,48.21113612572952,7.300000000000004,3.2442298513394263 +32982,39583,8,2014,NH,Sen-G,2014_Sen-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-26,2014-11-04,39,1331,Jeanne Shaheen,6280,DEM,47.1,51.455365977068944,Scott Brown,6272,REP,46.6,48.21113612572952,0.5,3.2442298513394263 +32973,39572,8,2014,NH,Sen-G,2014_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2014-09-28,2014-11-04,37,600,Jeanne Shaheen,6280,DEM,53,51.455365977068944,Scott Brown,6272,REP,43,48.21113612572952,10,3.2442298513394263 +32944,39542,8,2014,NH,Sen-G,2014_Sen-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1260,Jeanne Shaheen,6280,DEM,48,51.455365977068944,Scott Brown,6272,REP,41,48.21113612572952,7,3.2442298513394263 +33725,40909,8,2014,NH,Sen-G,2014_Sen-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-03,2014-11-04,32,1286,Jeanne Shaheen,6280,DEM,48.5,51.455365977068944,Scott Brown,6272,REP,45.9,48.21113612572952,2.6000000000000014,3.2442298513394263 +34038,40900,8,2014,NH,Sen-G,2014_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-02,2014-11-04,33,681,Jeanne Shaheen,6280,DEM,47,51.455365977068944,Scott Brown,6272,REP,41,48.21113612572952,6,3.2442298513394263 +33719,40903,8,2014,NH,Sen-G,2014_Sen-G_NH,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-06,2014-11-04,29,824,Jeanne Shaheen,6280,DEM,48,51.455365977068944,Scott Brown,6272,REP,46,48.21113612572952,2,3.2442298513394263 +33744,40928,8,2014,NH,Sen-G,2014_Sen-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-09,2014-11-04,26,1081,Jeanne Shaheen,6280,DEM,46.9,51.455365977068944,Scott Brown,6272,REP,48,48.21113612572952,-1.1000000000000014,3.2442298513394263 +33750,40936,8,2014,NH,Sen-G,2014_Sen-G_NH,Kiley & Company,162,FALSE,TRUE,Live Phone,DEM,2014-10-08,2014-11-04,27,600,Jeanne Shaheen,6280,DEM,50,51.455365977068944,Scott Brown,6272,REP,44,48.21113612572952,6,3.2442298513394263 +34431,42154,8,2014,NH,Sen-G,2014_Sen-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-12,2014-11-04,23,322,Jeanne Shaheen,6280,DEM,48,51.455365977068944,Scott Brown,6272,REP,45,48.21113612572952,3,3.2442298513394263 +33820,41009,8,2014,NH,Sen-G,2014_Sen-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-16,2014-11-04,19,921,Jeanne Shaheen,6280,DEM,47.3,51.455365977068944,Scott Brown,6272,REP,47.7,48.21113612572952,-0.4000000000000057,3.2442298513394263 +33837,41026,8,2014,NH,Sen-G,2014_Sen-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,500,Jeanne Shaheen,6280,DEM,48.6,51.455365977068944,Scott Brown,6272,REP,45.6,48.21113612572952,3,3.2442298513394263 +33839,41028,8,2014,NH,Sen-G,2014_Sen-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-20,2014-11-04,15,764,Jeanne Shaheen,6280,DEM,49,51.455365977068944,Scott Brown,6272,REP,45,48.21113612572952,4,3.2442298513394263 +33817,41006,8,2014,NH,Sen-G,2014_Sen-G_NH,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,645,Jeanne Shaheen,6280,DEM,49,51.455365977068944,Scott Brown,6272,REP,47,48.21113612572952,2,3.2442298513394263 +33757,40943,8,2014,NH,Sen-G,2014_Sen-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,643,Jeanne Shaheen,6280,DEM,49,51.455365977068944,Scott Brown,6272,REP,46,48.21113612572952,3,3.2442298513394263 +33762,40948,8,2014,NH,Sen-G,2014_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,600,Jeanne Shaheen,6280,DEM,49,51.455365977068944,Scott Brown,6272,REP,48,48.21113612572952,1,3.2442298513394263 +33803,40989,8,2014,NH,Sen-G,2014_Sen-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1042,Jeanne Shaheen,6280,DEM,46,51.455365977068944,Scott Brown,6272,REP,41,48.21113612572952,5,3.2442298513394263 +33966,42141,8,2014,NH,Sen-G,2014_Sen-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-24,2014-11-04,11,1132,Jeanne Shaheen,6280,DEM,46.8,51.455365977068944,Scott Brown,6272,REP,48.3,48.21113612572952,-1.5,3.2442298513394263 +34347,42097,8,2014,NH,Sen-G,2014_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,555,Jeanne Shaheen,6280,DEM,50,51.455365977068944,Scott Brown,6272,REP,42,48.21113612572952,8,3.2442298513394263 +34417,42132,8,2014,NH,Sen-G,2014_Sen-G_NH,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-27,2014-11-04,8,544,Jeanne Shaheen,6280,DEM,45,51.455365977068944,Scott Brown,6272,REP,49,48.21113612572952,-4,3.2442298513394263 +34333,42189,8,2014,NH,Sen-G,2014_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,600,Jeanne Shaheen,6280,DEM,49,51.455365977068944,Scott Brown,6272,REP,49,48.21113612572952,0,3.2442298513394263 +34393,42167,8,2014,NH,Sen-G,2014_Sen-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,940,Jeanne Shaheen,6280,DEM,52,51.455365977068944,Scott Brown,6272,REP,45,48.21113612572952,7,3.2442298513394263 +34501,42258,8,2014,NH,Sen-G,2014_Sen-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-30,2014-11-04,5,679,Jeanne Shaheen,6280,DEM,49,51.455365977068944,Scott Brown,6272,REP,47,48.21113612572952,2,3.2442298513394263 +34377,42112,8,2014,NH,Sen-G,2014_Sen-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-31,2014-11-04,4,1526,Jeanne Shaheen,6280,DEM,48.2,51.455365977068944,Scott Brown,6272,REP,48.7,48.21113612572952,-0.5,3.2442298513394263 +34423,42140,8,2014,NH,Sen-G,2014_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-31,2014-11-04,4,757,Jeanne Shaheen,6280,DEM,47,51.455365977068944,Scott Brown,6272,REP,45,48.21113612572952,2,3.2442298513394263 +34345,42194,8,2014,NH,Sen-G,2014_Sen-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,1690,Jeanne Shaheen,6280,DEM,50,51.455365977068944,Scott Brown,6272,REP,48,48.21113612572952,2,3.2442298513394263 +34476,42226,9,2014,ME,Sen-G,2014_Sen-G_ME,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-09-22,2014-11-04,43,482,Shenna Bellows,6282,DEM,29,31.49754647135563,Susan M. Collins,6284,REP,59,68.45791916931003,-30,-36.9603726979544 +34014,42252,9,2014,ME,Sen-G,2014_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2014-09-26,2014-11-04,39,400,Shenna Bellows,6282,DEM,24.8,31.49754647135563,Susan M. Collins,6284,REP,68.1,68.45791916931003,-43.3,-36.9603726979544 +32951,39549,9,2014,ME,Sen-G,2014_Sen-G_ME,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1531,Shenna Bellows,6282,DEM,33,31.49754647135563,Susan M. Collins,6284,REP,57,68.45791916931003,-24,-36.9603726979544 +33724,40908,9,2014,ME,Sen-G,2014_Sen-G_ME,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-09,2014-11-04,26,540,Shenna Bellows,6282,DEM,31,31.49754647135563,Susan M. Collins,6284,REP,56,68.45791916931003,-25,-36.9603726979544 +33766,40952,9,2014,ME,Sen-G,2014_Sen-G_ME,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,667,Shenna Bellows,6282,DEM,30,31.49754647135563,Susan M. Collins,6284,REP,65,68.45791916931003,-35,-36.9603726979544 +34008,42164,9,2014,ME,Sen-G,2014_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,400,Shenna Bellows,6282,DEM,27,31.49754647135563,Susan M. Collins,6284,REP,66.6,68.45791916931003,-39.599999999999994,-36.9603726979544 +33796,40982,9,2014,ME,Sen-G,2014_Sen-G_ME,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1177,Shenna Bellows,6282,DEM,35,31.49754647135563,Susan M. Collins,6284,REP,54,68.45791916931003,-19,-36.9603726979544 +34322,42171,9,2014,ME,Sen-G,2014_Sen-G_ME,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-26,2014-11-04,9,488,Shenna Bellows,6282,DEM,32,31.49754647135563,Susan M. Collins,6284,REP,64,68.45791916931003,-32,-36.9603726979544 +34383,42130,9,2014,ME,Sen-G,2014_Sen-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,906,Shenna Bellows,6282,DEM,37.3,31.49754647135563,Susan M. Collins,6284,REP,57.4,68.45791916931003,-20.1,-36.9603726979544 +33064,39670,10,2014,NJ,Sen-G,2014_Sen-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2014-09-07,2014-11-04,58,807,Cory A. Booker,6306,DEM,49,55.83559548229907,Jeff Bell,6305,REP,36,42.32587247631096,13,13.509723005988107 +32974,39573,10,2014,NJ,Sen-G,2014_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,1058,Cory A. Booker,6306,DEM,51,55.83559548229907,Jeff Bell,6305,REP,40,42.32587247631096,11,13.509723005988107 +32943,39541,10,2014,NJ,Sen-G,2014_Sen-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2011,Cory A. Booker,6306,DEM,51,55.83559548229907,Jeff Bell,6305,REP,37,42.32587247631096,14,13.509723005988107 +33683,40866,10,2014,NJ,Sen-G,2014_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-04,2014-11-04,31,477,Cory A. Booker,6306,DEM,53,55.83559548229907,Jeff Bell,6305,REP,38,42.32587247631096,15,13.509723005988107 +34502,42259,10,2014,NJ,Sen-G,2014_Sen-G_NJ,Stockton University,317,TRUE,FALSE,NA,NA,2014-10-07,2014-11-04,28,810,Cory A. Booker,6306,DEM,48,55.83559548229907,Jeff Bell,6305,REP,39,42.32587247631096,9,13.509723005988107 +33805,40991,10,2014,NJ,Sen-G,2014_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2014-10-16,2014-11-04,19,525,Cory A. Booker,6306,DEM,56,55.83559548229907,Jeff Bell,6305,REP,40,42.32587247631096,16,13.509723005988107 +33816,41005,10,2014,NJ,Sen-G,2014_Sen-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,806,Cory A. Booker,6306,DEM,57,55.83559548229907,Jeff Bell,6305,REP,33,42.32587247631096,24,13.509723005988107 +33759,40945,10,2014,NJ,Sen-G,2014_Sen-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1868,Cory A. Booker,6306,DEM,51,55.83559548229907,Jeff Bell,6305,REP,39,42.32587247631096,12,13.509723005988107 +34410,42116,10,2014,NJ,Sen-G,2014_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-11-01,2014-11-04,3,750,Cory A. Booker,6306,DEM,54,55.83559548229907,Jeff Bell,6305,REP,40,42.32587247631096,14,13.509723005988107 +32978,39578,11,2014,SC,Sen-G,2014_Sen-G_SC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2014-09-25,2014-11-04,40,1082,Charles Bradley Hutto,6180,DEM,28,36.830514283410274,Lindsey Graham,6179,REP,46.3,54.26615325685946,-18.299999999999997,-17.435638973449187 +32938,39534,11,2014,SC,Sen-G,2014_Sen-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2663,Charles Bradley Hutto,6180,DEM,27,36.830514283410274,Lindsey Graham,6179,REP,44,54.26615325685946,-17,-17.435638973449187 +34504,42261,11,2014,SC,Sen-G,2014_Sen-G_SC,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2014-10-16,2014-11-04,19,917,Charles Bradley Hutto,6180,DEM,29,36.830514283410274,Lindsey Graham,6179,REP,49,54.26615325685946,-20,-17.435638973449187 +33798,40984,11,2014,SC,Sen-G,2014_Sen-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1566,Charles Bradley Hutto,6180,DEM,28,36.830514283410274,Lindsey Graham,6179,REP,43,54.26615325685946,-15,-17.435638973449187 +33060,39665,12,2014,AK,Sen-G,2014_Sen-G_AK,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2014-09-09,2014-11-04,56,709,Mark Begich,6130,DEM,45,45.83250708215297,Dan Sullivan,6138,REP,40,47.9621104815864,5,-2.129603399433428 +33032,39637,12,2014,AK,Sen-G,2014_Sen-G_AK,Hays Research Group,136,FALSE,FALSE,Live Phone,DEM,2014-09-13,2014-11-04,52,500,Mark Begich,6130,DEM,40.6,45.83250708215297,Dan Sullivan,6138,REP,36.4,47.9621104815864,4.200000000000003,-2.129603399433428 +33017,39620,12,2014,AK,Sen-G,2014_Sen-G_AK,Dittman Research,79,FALSE,FALSE,Live Phone,REP,2014-09-16,2014-11-04,49,800,Mark Begich,6130,DEM,43,45.83250708215297,Dan Sullivan,6138,REP,48,47.9621104815864,-5,-2.129603399433428 +33003,126627,12,2014,AK,Sen-G,2014_Sen-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-20,2014-11-04,45,880,Mark Begich,6130,DEM,41,45.83250708215297,Dan Sullivan,6138,REP,43,47.9621104815864,-2,-2.129603399433428 +32991,39594,12,2014,AK,Sen-G,2014_Sen-G_AK,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-23,2014-11-04,42,750,Mark Begich,6130,DEM,43,45.83250708215297,Dan Sullivan,6138,REP,48,47.9621104815864,-5,-2.129603399433428 +34468,42215,12,2014,AK,Sen-G,2014_Sen-G_AK,Hellenthal & Associates,137,FALSE,TRUE,Live Phone,NA,2014-09-18,2014-11-04,47,400,Mark Begich,6130,DEM,41.6,45.83250708215297,Dan Sullivan,6138,REP,46.1,47.9621104815864,-4.5,-2.129603399433428 +32964,39563,12,2014,AK,Sen-G,2014_Sen-G_AK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,593,Mark Begich,6130,DEM,42,45.83250708215297,Dan Sullivan,6138,REP,48,47.9621104815864,-6,-2.129603399433428 +33713,40896,12,2014,AK,Sen-G,2014_Sen-G_AK,Hickman Analytics,415,FALSE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,400,Mark Begich,6130,DEM,41,45.83250708215297,Dan Sullivan,6138,REP,46,47.9621104815864,-5,-2.129603399433428 +33705,40888,12,2014,AK,Sen-G,2014_Sen-G_AK,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,704,Mark Begich,6130,DEM,44,45.83250708215297,Dan Sullivan,6138,REP,50,47.9621104815864,-6,-2.129603399433428 +33711,40894,12,2014,AK,Sen-G,2014_Sen-G_AK,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,706,Mark Begich,6130,DEM,40,45.83250708215297,Dan Sullivan,6138,REP,44,47.9621104815864,-4,-2.129603399433428 +33751,40937,12,2014,AK,Sen-G,2014_Sen-G_AK,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-10,2014-11-04,25,700,Mark Begich,6130,DEM,45,45.83250708215297,Dan Sullivan,6138,REP,48,47.9621104815864,-3,-2.129603399433428 +33780,125179,12,2014,AK,Sen-G,2014_Sen-G_AK,Hellenthal & Associates,137,FALSE,TRUE,Live Phone,NA,2014-10-18,2014-11-04,17,403,Mark Begich,6130,DEM,48.6,45.83250708215297,Dan Sullivan,6138,REP,39.2,47.9621104815864,9.399999999999999,-2.129603399433428 +33771,40957,12,2014,AK,Sen-G,2014_Sen-G_AK,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2014-10-20,2014-11-04,15,700,Mark Begich,6130,DEM,44,45.83250708215297,Dan Sullivan,6138,REP,44,47.9621104815864,0,-2.129603399433428 +33810,40998,12,2014,AK,Sen-G,2014_Sen-G_AK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,561,Mark Begich,6130,DEM,44,45.83250708215297,Dan Sullivan,6138,REP,48,47.9621104815864,-4,-2.129603399433428 +34435,127063,12,2014,AK,Sen-G,2014_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,330,Mark Begich,6130,DEM,50.1,45.83250708215297,Dan Sullivan,6138,REP,42.2,47.9621104815864,7.899999999999999,-2.129603399433428 +34411,42119,12,2014,AK,Sen-G,2014_Sen-G_AK,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2014-10-27,2014-11-04,8,500,Mark Begich,6130,DEM,38,45.83250708215297,Dan Sullivan,6138,REP,42,47.9621104815864,-4,-2.129603399433428 +34321,42142,12,2014,AK,Sen-G,2014_Sen-G_AK,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,887,Mark Begich,6130,DEM,42,45.83250708215297,Dan Sullivan,6138,REP,47,47.9621104815864,-5,-2.129603399433428 +34324,125176,12,2014,AK,Sen-G,2014_Sen-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,1052,Mark Begich,6130,DEM,45,45.83250708215297,Dan Sullivan,6138,REP,46,47.9621104815864,-1,-2.129603399433428 +32932,39528,13,2014,WY,Sen-G,2014_Sen-G_WY,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,264,Charlie Hardy,6240,DEM,17,17.445810321277985,Michael B. Enzi,6237,REP,75,72.18599679315874,-58,-54.74018647188075 +33789,40975,13,2014,WY,Sen-G,2014_Sen-G_WY,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,258,Charlie Hardy,6240,DEM,27,17.445810321277985,Michael B. Enzi,6237,REP,67,72.18599679315874,-40,-54.74018647188075 +33073,39679,14,2014,NC,Sen-G,2014_Sen-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2014-09-05,2014-11-04,60,802,Kay R. Hagan,6123,DEM,48,47.256199316635346,Thomas Roland Tillis,6129,REP,45,48.82064541977257,3,-1.5644461031372217 +33063,39669,14,2014,NC,Sen-G,2014_Sen-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2014-09-07,2014-11-04,58,629,Kay R. Hagan,6123,DEM,40.6,47.256199316635346,Thomas Roland Tillis,6129,REP,34.8,48.82064541977257,5.800000000000004,-1.5644461031372217 +33054,39659,14,2014,NC,Sen-G,2014_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-09,2014-11-04,56,490,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,43,48.82064541977257,3,-1.5644461031372217 +33059,39664,14,2014,NC,Sen-G,2014_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-09,2014-11-04,56,1000,Kay R. Hagan,6123,DEM,45,47.256199316635346,Thomas Roland Tillis,6129,REP,39,48.82064541977257,6,-1.5644461031372217 +33034,39639,14,2014,NC,Sen-G,2014_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-13,2014-11-04,52,1266,Kay R. Hagan,6123,DEM,44,47.256199316635346,Thomas Roland Tillis,6129,REP,40,48.82064541977257,4,-1.5644461031372217 +33021,39624,14,2014,NC,Sen-G,2014_Sen-G_NC,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,605,Kay R. Hagan,6123,DEM,41,47.256199316635346,Thomas Roland Tillis,6129,REP,36,48.82064541977257,5,-1.5644461031372217 +34475,42222,14,2014,NC,Sen-G,2014_Sen-G_NC,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-09-17,2014-11-04,48,600,Kay R. Hagan,6123,DEM,45,47.256199316635346,Thomas Roland Tillis,6129,REP,41,48.82064541977257,4,-1.5644461031372217 +33012,39615,14,2014,NC,Sen-G,2014_Sen-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,410,Kay R. Hagan,6123,DEM,42,47.256199316635346,Thomas Roland Tillis,6129,REP,40,48.82064541977257,2,-1.5644461031372217 +32995,39598,14,2014,NC,Sen-G,2014_Sen-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2014-09-22,2014-11-04,43,860,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,42,48.82064541977257,4,-1.5644461031372217 +32987,39588,14,2014,NC,Sen-G,2014_Sen-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-09-24,2014-11-04,41,595,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,43,48.82064541977257,3,-1.5644461031372217 +32980,39581,14,2014,NC,Sen-G,2014_Sen-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2014-09-26,2014-11-04,39,600,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,41,48.82064541977257,5,-1.5644461031372217 +32929,39525,14,2014,NC,Sen-G,2014_Sen-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,665,Kay R. Hagan,6123,DEM,44,47.256199316635346,Thomas Roland Tillis,6129,REP,40,48.82064541977257,4,-1.5644461031372217 +32946,39544,14,2014,NC,Sen-G,2014_Sen-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2002,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,45,48.82064541977257,1,-1.5644461031372217 +73012,136942,14,2014,NC,Sen-G,2014_Sen-G_NC,GQR,126,TRUE,FALSE,NA,DEM,2014-09-26,2014-11-04,39,678,Kay R. Hagan,6123,DEM,45,47.256199316635346,Thomas Roland Tillis,6129,REP,41,48.82064541977257,4,-1.5644461031372217 +33697,40880,14,2014,NC,Sen-G,2014_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-06,2014-11-04,29,970,Kay R. Hagan,6123,DEM,48,47.256199316635346,Thomas Roland Tillis,6129,REP,46,48.82064541977257,2,-1.5644461031372217 +33696,40879,14,2014,NC,Sen-G,2014_Sen-G_NC,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,500,Kay R. Hagan,6123,DEM,46.8,47.256199316635346,Thomas Roland Tillis,6129,REP,45.4,48.82064541977257,1.3999999999999986,-1.5644461031372217 +33699,40882,14,2014,NC,Sen-G,2014_Sen-G_NC,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-06,2014-11-04,29,600,Kay R. Hagan,6123,DEM,44,47.256199316635346,Thomas Roland Tillis,6129,REP,42,48.82064541977257,2,-1.5644461031372217 +33717,40901,14,2014,NC,Sen-G,2014_Sen-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2014-10-04,2014-11-04,31,584,Kay R. Hagan,6123,DEM,39.5,47.256199316635346,Thomas Roland Tillis,6129,REP,40.4,48.82064541977257,-0.8999999999999986,-1.5644461031372217 +33747,40932,14,2014,NC,Sen-G,2014_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-11,2014-11-04,24,554,Kay R. Hagan,6123,DEM,44,47.256199316635346,Thomas Roland Tillis,6129,REP,41,48.82064541977257,3,-1.5644461031372217 +33808,40995,14,2014,NC,Sen-G,2014_Sen-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-16,2014-11-04,19,1022,Kay R. Hagan,6123,DEM,43,47.256199316635346,Thomas Roland Tillis,6129,REP,48,48.82064541977257,-5,-1.5644461031372217 +33754,40940,14,2014,NC,Sen-G,2014_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-17,2014-11-04,18,780,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,43,48.82064541977257,3,-1.5644461031372217 +33778,40964,14,2014,NC,Sen-G,2014_Sen-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2014-10-17,2014-11-04,18,600,Kay R. Hagan,6123,DEM,41,47.256199316635346,Thomas Roland Tillis,6129,REP,42,48.82064541977257,-1,-1.5644461031372217 +33801,40987,14,2014,NC,Sen-G,2014_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-18,2014-11-04,17,568,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,43,48.82064541977257,3,-1.5644461031372217 +33828,41017,14,2014,NC,Sen-G,2014_Sen-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,756,Kay R. Hagan,6123,DEM,43,47.256199316635346,Thomas Roland Tillis,6129,REP,43,48.82064541977257,0,-1.5644461031372217 +33795,40981,14,2014,NC,Sen-G,2014_Sen-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1910,Kay R. Hagan,6123,DEM,44,47.256199316635346,Thomas Roland Tillis,6129,REP,41,48.82064541977257,3,-1.5644461031372217 +34425,42143,14,2014,NC,Sen-G,2014_Sen-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,687,Kay R. Hagan,6123,DEM,44.7,47.256199316635346,Thomas Roland Tillis,6129,REP,40.7,48.82064541977257,4,-1.5644461031372217 +34440,42177,14,2014,NC,Sen-G,2014_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-23,2014-11-04,12,802,Kay R. Hagan,6123,DEM,44,47.256199316635346,Thomas Roland Tillis,6129,REP,44,48.82064541977257,0,-1.5644461031372217 +34404,42102,14,2014,NC,Sen-G,2014_Sen-G_NC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,432,Kay R. Hagan,6123,DEM,48,47.256199316635346,Thomas Roland Tillis,6129,REP,46,48.82064541977257,2,-1.5644461031372217 +34433,42161,14,2014,NC,Sen-G,2014_Sen-G_NC,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-26,2014-11-04,9,615,Kay R. Hagan,6123,DEM,43,47.256199316635346,Thomas Roland Tillis,6129,REP,48,48.82064541977257,-5,-1.5644461031372217 +34437,42170,14,2014,NC,Sen-G,2014_Sen-G_NC,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-26,2014-11-04,9,600,Kay R. Hagan,6123,DEM,44,47.256199316635346,Thomas Roland Tillis,6129,REP,44,48.82064541977257,0,-1.5644461031372217 +34406,42104,14,2014,NC,Sen-G,2014_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-28,2014-11-04,7,982,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,45,48.82064541977257,1,-1.5644461031372217 +34442,42184,14,2014,NC,Sen-G,2014_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-28,2014-11-04,7,657,Kay R. Hagan,6123,DEM,47,47.256199316635346,Thomas Roland Tillis,6129,REP,46,48.82064541977257,1,-1.5644461031372217 +34514,42274,14,2014,NC,Sen-G,2014_Sen-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-30,2014-11-04,5,1006,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,47,48.82064541977257,-1,-1.5644461031372217 +34416,42131,14,2014,NC,Sen-G,2014_Sen-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,600,Kay R. Hagan,6123,DEM,41,47.256199316635346,Thomas Roland Tillis,6129,REP,41,48.82064541977257,0,-1.5644461031372217 +34412,42120,14,2014,NC,Sen-G,2014_Sen-G_NC,Harper Polling,132,FALSE,FALSE,IVR,REP,2014-10-29,2014-11-04,6,511,Kay R. Hagan,6123,DEM,44,47.256199316635346,Thomas Roland Tillis,6129,REP,46,48.82064541977257,-2,-1.5644461031372217 +34414,42123,14,2014,NC,Sen-G,2014_Sen-G_NC,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,909,Kay R. Hagan,6123,DEM,43,47.256199316635346,Thomas Roland Tillis,6129,REP,42,48.82064541977257,1,-1.5644461031372217 +34402,42100,14,2014,NC,Sen-G,2014_Sen-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,559,Kay R. Hagan,6123,DEM,48,47.256199316635346,Thomas Roland Tillis,6129,REP,46,48.82064541977257,2,-1.5644461031372217 +34479,42230,14,2014,NC,Sen-G,2014_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,738,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,45,48.82064541977257,1,-1.5644461031372217 +34405,42103,14,2014,NC,Sen-G,2014_Sen-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1727,Kay R. Hagan,6123,DEM,43.5,47.256199316635346,Thomas Roland Tillis,6129,REP,41.5,48.82064541977257,2,-1.5644461031372217 +34421,42136,14,2014,NC,Sen-G,2014_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,1333,Kay R. Hagan,6123,DEM,46,47.256199316635346,Thomas Roland Tillis,6129,REP,44,48.82064541977257,2,-1.5644461031372217 +33066,39672,15,2014,KY,Sen-G,2014_Sen-G_KY,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2014-09-06,2014-11-04,59,800,Alison Lundergan Grimes,6293,DEM,43,40.72087406363259,Mitch McConnell,6296,REP,42,56.188103641838936,1,-15.467229578206343 +33067,39673,15,2014,KY,Sen-G,2014_Sen-G_KY,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2014-09-06,2014-11-04,59,742,Alison Lundergan Grimes,6293,DEM,42,40.72087406363259,Mitch McConnell,6296,REP,50,56.188103641838936,-8,-15.467229578206343 +33039,39644,15,2014,KY,Sen-G,2014_Sen-G_KY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-09-10,2014-11-04,55,944,Alison Lundergan Grimes,6293,DEM,42,40.72087406363259,Mitch McConnell,6296,REP,46,56.188103641838936,-4,-15.467229578206343 +72988,136911,15,2014,KY,Sen-G,2014_Sen-G_KY,Gravis Marketing,124,FALSE,FALSE,NA,NA,2014-09-10,2014-11-04,55,678,Alison Lundergan Grimes,6293,DEM,42,40.72087406363259,Mitch McConnell,6296,REP,46,56.188103641838936,-4,-15.467229578206343 +33025,39630,15,2014,KY,Sen-G,2014_Sen-G_KY,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-15,2014-11-04,50,839,Alison Lundergan Grimes,6293,DEM,41,40.72087406363259,Mitch McConnell,6296,REP,51,56.188103641838936,-10,-15.467229578206343 +34490,42243,15,2014,KY,Sen-G,2014_Sen-G_KY,ccAdvertising,396,FALSE,FALSE,NA,NA,2014-09-13,2014-11-04,52,2282,Alison Lundergan Grimes,6293,DEM,33,40.72087406363259,Mitch McConnell,6296,REP,42,56.188103641838936,-9,-15.467229578206343 +32981,39582,15,2014,KY,Sen-G,2014_Sen-G_KY,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2014-09-23,2014-11-04,42,1800,Alison Lundergan Grimes,6293,DEM,42,40.72087406363259,Mitch McConnell,6296,REP,40,56.188103641838936,2,-15.467229578206343 +32954,39553,15,2014,KY,Sen-G,2014_Sen-G_KY,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1689,Alison Lundergan Grimes,6293,DEM,41,40.72087406363259,Mitch McConnell,6296,REP,47,56.188103641838936,-6,-15.467229578206343 +33681,40864,15,2014,KY,Sen-G,2014_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-01,2014-11-04,34,632,Alison Lundergan Grimes,6293,DEM,46,40.72087406363259,Mitch McConnell,6296,REP,44,56.188103641838936,2,-15.467229578206343 +33704,40887,15,2014,KY,Sen-G,2014_Sen-G_KY,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,706,Alison Lundergan Grimes,6293,DEM,41,40.72087406363259,Mitch McConnell,6296,REP,45,56.188103641838936,-4,-15.467229578206343 +33755,40941,15,2014,KY,Sen-G,2014_Sen-G_KY,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-11,2014-11-04,24,1020,Alison Lundergan Grimes,6293,DEM,47,40.72087406363259,Mitch McConnell,6296,REP,50,56.188103641838936,-3,-15.467229578206343 +33743,40927,15,2014,KY,Sen-G,2014_Sen-G_KY,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-15,2014-11-04,20,1000,Alison Lundergan Grimes,6293,DEM,44,40.72087406363259,Mitch McConnell,6296,REP,52,56.188103641838936,-8,-15.467229578206343 +33775,40961,15,2014,KY,Sen-G,2014_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-17,2014-11-04,18,655,Alison Lundergan Grimes,6293,DEM,43,40.72087406363259,Mitch McConnell,6296,REP,44,56.188103641838936,-1,-15.467229578206343 +33840,41029,15,2014,KY,Sen-G,2014_Sen-G_KY,Western Kentucky University Social Science Research Center,379,FALSE,FALSE,Live Phone,NA,2014-10-12,2014-11-04,23,559,Alison Lundergan Grimes,6293,DEM,41.7,40.72087406363259,Mitch McConnell,6296,REP,45.4,56.188103641838936,-3.6999999999999957,-15.467229578206343 +33774,40960,15,2014,KY,Sen-G,2014_Sen-G_KY,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,REP,2014-10-18,2014-11-04,17,815,Alison Lundergan Grimes,6293,DEM,41,40.72087406363259,Mitch McConnell,6296,REP,49,56.188103641838936,-8,-15.467229578206343 +33807,40994,15,2014,KY,Sen-G,2014_Sen-G_KY,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1502,Alison Lundergan Grimes,6293,DEM,39,40.72087406363259,Mitch McConnell,6296,REP,45,56.188103641838936,-6,-15.467229578206343 +34441,42179,15,2014,KY,Sen-G,2014_Sen-G_KY,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-26,2014-11-04,9,600,Alison Lundergan Grimes,6293,DEM,43,40.72087406363259,Mitch McConnell,6296,REP,50,56.188103641838936,-7,-15.467229578206343 +34444,42188,15,2014,KY,Sen-G,2014_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-27,2014-11-04,8,597,Alison Lundergan Grimes,6293,DEM,43,40.72087406363259,Mitch McConnell,6296,REP,48,56.188103641838936,-5,-15.467229578206343 +34422,42138,15,2014,KY,Sen-G,2014_Sen-G_KY,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,556,Alison Lundergan Grimes,6293,DEM,41,40.72087406363259,Mitch McConnell,6296,REP,50,56.188103641838936,-9,-15.467229578206343 +34407,125180,15,2014,KY,Sen-G,2014_Sen-G_KY,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,1503,Alison Lundergan Grimes,6293,DEM,42,40.72087406363259,Mitch McConnell,6296,REP,50,56.188103641838936,-8,-15.467229578206343 +33071,39677,16,2014,VA,Sen-G,2014_Sen-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2014-09-04,2014-11-04,61,713,Mark R. Warner,6303,DEM,53,49.14993227199421,Ed W. Gillespie,6301,REP,31,48.33843219852111,22,0.8115000734730984 +33009,39612,16,2014,VA,Sen-G,2014_Sen-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2014-09-16,2014-11-04,49,630,Mark R. Warner,6303,DEM,46,49.14993227199421,Ed W. Gillespie,6301,REP,27,48.33843219852111,19,0.8115000734730984 +32999,39602,16,2014,VA,Sen-G,2014_Sen-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-19,2014-11-04,46,1010,Mark R. Warner,6303,DEM,48,49.14993227199421,Ed W. Gillespie,6301,REP,39,48.33843219852111,9,0.8115000734730984 +32996,39599,16,2014,VA,Sen-G,2014_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-22,2014-11-04,43,625,Mark R. Warner,6303,DEM,48,49.14993227199421,Ed W. Gillespie,6301,REP,35,48.33843219852111,13,0.8115000734730984 +32934,39530,16,2014,VA,Sen-G,2014_Sen-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1656,Mark R. Warner,6303,DEM,51,49.14993227199421,Ed W. Gillespie,6301,REP,39,48.33843219852111,12,0.8115000734730984 +33692,40875,16,2014,VA,Sen-G,2014_Sen-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2014-10-02,2014-11-04,33,690,Mark R. Warner,6303,DEM,51,49.14993227199421,Ed W. Gillespie,6301,REP,39,48.33843219852111,12,0.8115000734730984 +33707,40890,16,2014,VA,Sen-G,2014_Sen-G_VA,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2014-10-03,2014-11-04,32,444,Mark R. Warner,6303,DEM,47,49.14993227199421,Ed W. Gillespie,6301,REP,37,48.33843219852111,10,0.8115000734730984 +33765,40951,16,2014,VA,Sen-G,2014_Sen-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1605,Mark R. Warner,6303,DEM,49,49.14993227199421,Ed W. Gillespie,6301,REP,39,48.33843219852111,10,0.8115000734730984 +34409,127539,16,2014,VA,Sen-G,2014_Sen-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,459,Mark R. Warner,6303,DEM,49,49.14993227199421,Ed W. Gillespie,6301,REP,39,48.33843219852111,10,0.8115000734730984 +34507,42265,16,2014,VA,Sen-G,2014_Sen-G_VA,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-27,2014-11-04,8,734,Mark R. Warner,6303,DEM,44,49.14993227199421,Ed W. Gillespie,6301,REP,40,48.33843219852111,4,0.8115000734730984 +34401,42098,16,2014,VA,Sen-G,2014_Sen-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,634,Mark R. Warner,6303,DEM,51,49.14993227199421,Ed W. Gillespie,6301,REP,44,48.33843219852111,7,0.8115000734730984 +62497,112370,16,2014,VA,Sen-G,2014_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2014-10-29,2014-11-04,6,937,Mark R. Warner,6303,DEM,49,49.14993227199421,Ed W. Gillespie,6301,REP,40,48.33843219852111,9,0.8115000734730984 +33065,39671,17,2014,GA,Sen-G,2014_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,Mixed,NA,2014-09-07,2014-11-04,58,558,Mary Michelle Nunn,6072,DEM,44,45.20635328617243,David A. Perdue,6073,REP,47,52.889062837715485,-3,-7.682709551543056 +33044,39649,17,2014,GA,Sen-G,2014_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Panel,NA,2014-09-10,2014-11-04,55,1167,Mary Michelle Nunn,6072,DEM,39.8,45.20635328617243,David A. Perdue,6073,REP,50.1,52.889062837715485,-10.300000000000004,-7.682709551543056 +33048,39653,17,2014,GA,Sen-G,2014_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-09-10,2014-11-04,55,1109,Mary Michelle Nunn,6072,DEM,46,45.20635328617243,David A. Perdue,6073,REP,43.4,52.889062837715485,2.6000000000000014,-7.682709551543056 +33051,39656,17,2014,GA,Sen-G,2014_Sen-G_GA,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2014-09-10,2014-11-04,55,884,Mary Michelle Nunn,6072,DEM,41,45.20635328617243,David A. Perdue,6073,REP,45,52.889062837715485,-4,-7.682709551543056 +33019,39622,17,2014,GA,Sen-G,2014_Sen-G_GA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-15,2014-11-04,50,750,Mary Michelle Nunn,6072,DEM,41,45.20635328617243,David A. Perdue,6073,REP,46,52.889062837715485,-5,-7.682709551543056 +32998,39601,17,2014,GA,Sen-G,2014_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-21,2014-11-04,44,550,Mary Michelle Nunn,6072,DEM,45,45.20635328617243,David A. Perdue,6073,REP,46,52.889062837715485,-1,-7.682709551543056 +33688,40871,17,2014,GA,Sen-G,2014_Sen-G_GA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-30,2014-11-04,35,1000,Mary Michelle Nunn,6072,DEM,40,45.20635328617243,David A. Perdue,6073,REP,44,52.889062837715485,-4,-7.682709551543056 +33684,40867,17,2014,GA,Sen-G,2014_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,Online Panel,NA,2014-09-30,2014-11-04,35,947,Mary Michelle Nunn,6072,DEM,43,45.20635328617243,David A. Perdue,6073,REP,47,52.889062837715485,-4,-7.682709551543056 +32959,39558,17,2014,GA,Sen-G,2014_Sen-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1851,Mary Michelle Nunn,6072,DEM,43,45.20635328617243,David A. Perdue,6073,REP,47,52.889062837715485,-4,-7.682709551543056 +73014,136944,17,2014,GA,Sen-G,2014_Sen-G_GA,GQR,126,TRUE,FALSE,NA,DEM,2014-09-26,2014-11-04,39,678,Mary Michelle Nunn,6072,DEM,41,45.20635328617243,David A. Perdue,6073,REP,46,52.889062837715485,-5,-7.682709551543056 +33689,40872,17,2014,GA,Sen-G,2014_Sen-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-04,2014-11-04,31,895,Mary Michelle Nunn,6072,DEM,43,45.20635328617243,David A. Perdue,6073,REP,45,52.889062837715485,-2,-7.682709551543056 +33708,40891,17,2014,GA,Sen-G,2014_Sen-G_GA,Hickman Analytics,415,FALSE,FALSE,Live Phone,NA,2014-09-30,2014-11-04,35,500,Mary Michelle Nunn,6072,DEM,39,45.20635328617243,David A. Perdue,6073,REP,41,52.889062837715485,-2,-7.682709551543056 +33712,40895,17,2014,GA,Sen-G,2014_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-04,2014-11-04,31,566,Mary Michelle Nunn,6072,DEM,45,45.20635328617243,David A. Perdue,6073,REP,46,52.889062837715485,-1,-7.682709551543056 +33727,40911,17,2014,GA,Sen-G,2014_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-08,2014-11-04,27,1000,Mary Michelle Nunn,6072,DEM,45.7,45.20635328617243,David A. Perdue,6073,REP,46,52.889062837715485,-0.29999999999999716,-7.682709551543056 +33739,40923,17,2014,GA,Sen-G,2014_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-12,2014-11-04,23,563,Mary Michelle Nunn,6072,DEM,48,45.20635328617243,David A. Perdue,6073,REP,45,52.889062837715485,3,-7.682709551543056 +33749,40935,17,2014,GA,Sen-G,2014_Sen-G_GA,GaPundit.com,111,FALSE,TRUE,IVR,NA,2014-10-13,2014-11-04,22,1543,Mary Michelle Nunn,6072,DEM,45.69,45.20635328617243,David A. Perdue,6073,REP,44.72,52.889062837715485,0.9699999999999989,-7.682709551543056 +33781,40967,17,2014,GA,Sen-G,2014_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-19,2014-11-04,16,606,Mary Michelle Nunn,6072,DEM,46,45.20635328617243,David A. Perdue,6073,REP,44,52.889062837715485,2,-7.682709551543056 +33815,41004,17,2014,GA,Sen-G,2014_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-20,2014-11-04,15,1000,Mary Michelle Nunn,6072,DEM,47.4,45.20635328617243,David A. Perdue,6073,REP,47.3,52.889062837715485,0.10000000000000142,-7.682709551543056 +33773,40959,17,2014,GA,Sen-G,2014_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Panel,NA,2014-10-21,2014-11-04,14,704,Mary Michelle Nunn,6072,DEM,47.3,45.20635328617243,David A. Perdue,6073,REP,44.9,52.889062837715485,2.3999999999999986,-7.682709551543056 +33793,40979,17,2014,GA,Sen-G,2014_Sen-G_GA,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,565,Mary Michelle Nunn,6072,DEM,47,45.20635328617243,David A. Perdue,6073,REP,44,52.889062837715485,3,-7.682709551543056 +33797,40983,17,2014,GA,Sen-G,2014_Sen-G_GA,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,1170,Mary Michelle Nunn,6072,DEM,42,45.20635328617243,David A. Perdue,6073,REP,44,52.889062837715485,-2,-7.682709551543056 +33818,41007,17,2014,GA,Sen-G,2014_Sen-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1774,Mary Michelle Nunn,6072,DEM,44,45.20635328617243,David A. Perdue,6073,REP,47,52.889062837715485,-3,-7.682709551543056 +34191,42190,17,2014,GA,Sen-G,2014_Sen-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-23,2014-11-04,12,771,Mary Michelle Nunn,6072,DEM,47,45.20635328617243,David A. Perdue,6073,REP,47,52.889062837715485,0,-7.682709551543056 +34335,42191,17,2014,GA,Sen-G,2014_Sen-G_GA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-26,2014-11-04,9,977,Mary Michelle Nunn,6072,DEM,48,45.20635328617243,David A. Perdue,6073,REP,48,52.889062837715485,0,-7.682709551543056 +34060,42125,17,2014,GA,Sen-G,2014_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-26,2014-11-04,9,611,Mary Michelle Nunn,6072,DEM,45,45.20635328617243,David A. Perdue,6073,REP,48,52.889062837715485,-3,-7.682709551543056 +34484,42235,17,2014,GA,Sen-G,2014_Sen-G_GA,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-28,2014-11-04,7,602,Mary Michelle Nunn,6072,DEM,43,45.20635328617243,David A. Perdue,6073,REP,48,52.889062837715485,-5,-7.682709551543056 +34364,42183,17,2014,GA,Sen-G,2014_Sen-G_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,436,Mary Michelle Nunn,6072,DEM,41,45.20635328617243,David A. Perdue,6073,REP,49,52.889062837715485,-8,-7.682709551543056 +34378,42118,17,2014,GA,Sen-G,2014_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-29,2014-11-04,6,1500,Mary Michelle Nunn,6072,DEM,46.6,45.20635328617243,David A. Perdue,6073,REP,47.4,52.889062837715485,-0.7999999999999972,-7.682709551543056 +34327,42166,17,2014,GA,Sen-G,2014_Sen-G_GA,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,603,Mary Michelle Nunn,6072,DEM,44,45.20635328617243,David A. Perdue,6073,REP,48,52.889062837715485,-4,-7.682709551543056 +34485,42236,17,2014,GA,Sen-G,2014_Sen-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-31,2014-11-04,4,533,Mary Michelle Nunn,6072,DEM,46,45.20635328617243,David A. Perdue,6073,REP,46,52.889062837715485,0,-7.682709551543056 +34361,42144,17,2014,GA,Sen-G,2014_Sen-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1743,Mary Michelle Nunn,6072,DEM,42.2,45.20635328617243,David A. Perdue,6073,REP,43.7,52.889062837715485,-1.5,-7.682709551543056 +34389,42139,17,2014,GA,Sen-G,2014_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-11-02,2014-11-04,2,1500,Mary Michelle Nunn,6072,DEM,45.6,45.20635328617243,David A. Perdue,6073,REP,49.8,52.889062837715485,-4.199999999999996,-7.682709551543056 +34359,42094,17,2014,GA,Sen-G,2014_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,591,Mary Michelle Nunn,6072,DEM,44,45.20635328617243,David A. Perdue,6073,REP,47,52.889062837715485,-3,-7.682709551543056 +34390,42158,17,2014,GA,Sen-G,2014_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,1463,Mary Michelle Nunn,6072,DEM,45,45.20635328617243,David A. Perdue,6073,REP,48,52.889062837715485,-3,-7.682709551543056 +34329,42195,17,2014,GA,Sen-G,2014_Sen-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,975,Mary Michelle Nunn,6072,DEM,45,45.20635328617243,David A. Perdue,6073,REP,46,52.889062837715485,-1,-7.682709551543056 +32948,39546,18,2014,MS,Sen-G,2014_Sen-G_MS,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,826,Travis W. Childers,6314,DEM,35,37.89443197680492,Thad Cochran,6315,REP,46,59.89969265246305,-11,-22.005260675658135 +33822,41011,18,2014,MS,Sen-G,2014_Sen-G_MS,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,654,Travis W. Childers,6314,DEM,28,37.89443197680492,Thad Cochran,6315,REP,50,59.89969265246305,-22,-22.005260675658135 +34266,42269,19,2014,TX,Sen-G,2014_Sen-G_TX,Texas Lyceum,431,FALSE,FALSE,Live Phone,NA,2014-09-18,2014-11-04,47,666,David M. Alameel,6197,DEM,30,34.364543350576696,John Cornyn,6201,REP,48,61.560039050348536,-18,-27.19549569977184 +32935,39531,19,2014,TX,Sen-G,2014_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,4177,David M. Alameel,6197,DEM,35,34.364543350576696,John Cornyn,6201,REP,55,61.560039050348536,-20,-27.19549569977184 +33693,40876,19,2014,TX,Sen-G,2014_Sen-G_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-01,2014-11-04,34,850,David M. Alameel,6197,DEM,29,34.364543350576696,John Cornyn,6201,REP,50,61.560039050348536,-21,-27.19549569977184 +33824,137740,19,2014,TX,Sen-G,2014_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-14,2014-11-04,21,866,David M. Alameel,6197,DEM,31,34.364543350576696,John Cornyn,6201,REP,57,61.560039050348536,-26,-27.19549569977184 +33806,40993,19,2014,TX,Sen-G,2014_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,3987,David M. Alameel,6197,DEM,35,34.364543350576696,John Cornyn,6201,REP,57,61.560039050348536,-22,-27.19549569977184 +33045,39650,20,2014,OR,Sen-G,2014_Sen-G_OR,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2014-09-10,2014-11-04,55,600,Jeff Merkley,6165,DEM,42,55.7284461466676,Monica Wehby,6167,REP,34,36.86647263512081,8,18.861973511546793 +32992,39595,20,2014,OR,Sen-G,2014_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-23,2014-11-04,42,568,Jeff Merkley,6165,DEM,52,55.7284461466676,Monica Wehby,6167,REP,32,36.86647263512081,20,18.861973511546793 +32940,39537,20,2014,OR,Sen-G,2014_Sen-G_OR,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1508,Jeff Merkley,6165,DEM,52,55.7284461466676,Monica Wehby,6167,REP,39,36.86647263512081,13,18.861973511546793 +34503,42260,20,2014,OR,Sen-G,2014_Sen-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,2014-10-09,2014-11-04,26,500,Jeff Merkley,6165,DEM,47,55.7284461466676,Monica Wehby,6167,REP,26,36.86647263512081,21,18.861973511546793 +33841,41030,20,2014,OR,Sen-G,2014_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-18,2014-11-04,17,561,Jeff Merkley,6165,DEM,53,55.7284461466676,Monica Wehby,6167,REP,32,36.86647263512081,21,18.861973511546793 +33770,40956,20,2014,OR,Sen-G,2014_Sen-G_OR,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1421,Jeff Merkley,6165,DEM,51,55.7284461466676,Monica Wehby,6167,REP,39,36.86647263512081,12,18.861973511546793 +34342,42186,20,2014,OR,Sen-G,2014_Sen-G_OR,Elway Research,87,FALSE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,400,Jeff Merkley,6165,DEM,49,55.7284461466676,Monica Wehby,6167,REP,30,36.86647263512081,19,18.861973511546793 +34312,42113,20,2014,OR,Sen-G,2014_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-25,2014-11-04,10,552,Jeff Merkley,6165,DEM,53,55.7284461466676,Monica Wehby,6167,REP,32,36.86647263512081,21,18.861973511546793 +33069,39675,21,2014,KS,Sen-G,2014_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,Mixed,NA,2014-09-06,2014-11-04,59,555,Pat Roberts,6154,REP,36,53.146476931762166,Gregory Orman,8355,IND,37,42.527802759437584,-1,10.618674172324582 +33035,126636,21,2014,KS,Sen-G,2014_Sen-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-13,2014-11-04,52,1328,Pat Roberts,6154,REP,34,53.146476931762166,Gregory Orman,8355,IND,41,42.527802759437584,-7,10.618674172324582 +33024,39628,21,2014,KS,Sen-G,2014_Sen-G_KS,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,604,Pat Roberts,6154,REP,40,53.146476931762166,Gregory Orman,8355,IND,38,42.527802759437584,2,10.618674172324582 +33015,39618,21,2014,KS,Sen-G,2014_Sen-G_KS,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-16,2014-11-04,49,750,Pat Roberts,6154,REP,40,53.146476931762166,Gregory Orman,8355,IND,45,42.527802759437584,-5,10.618674172324582 +34461,42223,21,2014,KS,Sen-G,2014_Sen-G_KS,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2014-09-23,2014-11-04,42,625,Pat Roberts,6154,REP,42,53.146476931762166,Gregory Orman,8355,IND,50,42.527802759437584,-8,10.618674172324582 +32968,39567,21,2014,KS,Sen-G,2014_Sen-G_KS,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,500,Pat Roberts,6154,REP,41,53.146476931762166,Gregory Orman,8355,IND,46,42.527802759437584,-5,10.618674172324582 +33682,40865,21,2014,KS,Sen-G,2014_Sen-G_KS,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-30,2014-11-04,35,850,Pat Roberts,6154,REP,40,53.146476931762166,Gregory Orman,8355,IND,47,42.527802759437584,-7,10.618674172324582 +32931,39527,21,2014,KS,Sen-G,2014_Sen-G_KS,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,636,Pat Roberts,6154,REP,38,53.146476931762166,Gregory Orman,8355,IND,48,42.527802759437584,-10,10.618674172324582 +32965,39564,21,2014,KS,Sen-G,2014_Sen-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2013,Pat Roberts,6154,REP,40,53.146476931762166,Gregory Orman,8355,IND,40,42.527802759437584,0,10.618674172324582 +33691,40874,21,2014,KS,Sen-G,2014_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-04,2014-11-04,31,549,Pat Roberts,6154,REP,42,53.146476931762166,Gregory Orman,8355,IND,47,42.527802759437584,-5,10.618674172324582 +33698,40881,21,2014,KS,Sen-G,2014_Sen-G_KS,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-04,2014-11-04,31,687,Pat Roberts,6154,REP,49,53.146476931762166,Gregory Orman,8355,IND,48,42.527802759437584,1,10.618674172324582 +33715,40899,21,2014,KS,Sen-G,2014_Sen-G_KS,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,702,Pat Roberts,6154,REP,44,53.146476931762166,Gregory Orman,8355,IND,39,42.527802759437584,5,10.618674172324582 +34499,42256,21,2014,KS,Sen-G,2014_Sen-G_KS,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-08,2014-11-04,27,950,Pat Roberts,6154,REP,40,53.146476931762166,Gregory Orman,8355,IND,52,42.527802759437584,-12,10.618674172324582 +33722,126622,21,2014,KS,Sen-G,2014_Sen-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-11,2014-11-04,24,1081,Pat Roberts,6154,REP,41,53.146476931762166,Gregory Orman,8355,IND,44,42.527802759437584,-3,10.618674172324582 +33738,40922,21,2014,KS,Sen-G,2014_Sen-G_KS,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2014-10-11,2014-11-04,24,1091,Pat Roberts,6154,REP,48,53.146476931762166,Gregory Orman,8355,IND,46,42.527802759437584,2,10.618674172324582 +33753,40939,21,2014,KS,Sen-G,2014_Sen-G_KS,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,429,Pat Roberts,6154,REP,46,53.146476931762166,Gregory Orman,8355,IND,46,42.527802759437584,0,10.618674172324582 +33825,41014,21,2014,KS,Sen-G,2014_Sen-G_KS,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-20,2014-11-04,15,1124,Pat Roberts,6154,REP,45,53.146476931762166,Gregory Orman,8355,IND,47,42.527802759437584,-2,10.618674172324582 +33834,41023,21,2014,KS,Sen-G,2014_Sen-G_KS,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-20,2014-11-04,15,960,Pat Roberts,6154,REP,44,53.146476931762166,Gregory Orman,8355,IND,49,42.527802759437584,-5,10.618674172324582 +33767,40953,21,2014,KS,Sen-G,2014_Sen-G_KS,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,757,Pat Roberts,6154,REP,44,53.146476931762166,Gregory Orman,8355,IND,45,42.527802759437584,-1,10.618674172324582 +33827,41016,21,2014,KS,Sen-G,2014_Sen-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1973,Pat Roberts,6154,REP,42,53.146476931762166,Gregory Orman,8355,IND,38,42.527802759437584,4,10.618674172324582 +34308,42127,21,2014,KS,Sen-G,2014_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-24,2014-11-04,11,623,Pat Roberts,6154,REP,42,53.146476931762166,Gregory Orman,8355,IND,44,42.527802759437584,-2,10.618674172324582 +34369,42157,21,2014,KS,Sen-G,2014_Sen-G_KS,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,907,Pat Roberts,6154,REP,43,53.146476931762166,Gregory Orman,8355,IND,44,42.527802759437584,-1,10.618674172324582 +34492,42247,21,2014,KS,Sen-G,2014_Sen-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-30,2014-11-04,5,752,Pat Roberts,6154,REP,47,53.146476931762166,Gregory Orman,8355,IND,46,42.527802759437584,1,10.618674172324582 +34367,42114,21,2014,KS,Sen-G,2014_Sen-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1137,Pat Roberts,6154,REP,38.2,53.146476931762166,Gregory Orman,8355,IND,36.9,42.527802759437584,1.3000000000000043,10.618674172324582 +34368,112366,21,2014,KS,Sen-G,2014_Sen-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,963,Pat Roberts,6154,REP,46,53.146476931762166,Gregory Orman,8355,IND,47,42.527802759437584,-1,10.618674172324582 +33070,39676,22,2014,SD,Sen-G,2014_Sen-G_SD,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-05,2014-11-04,60,510,Richard P. Weiland,6196,DEM,28,29.51054357006857,M. Michael Rounds,6195,REP,39,50.37042074069832,-11,-20.85987717062975 +34506,42263,22,2014,SD,Sen-G,2014_Sen-G_SD,ccAdvertising,396,FALSE,FALSE,NA,NA,2014-09-23,2014-11-04,42,1769,Richard P. Weiland,6196,DEM,17,29.51054357006857,M. Michael Rounds,6195,REP,39,50.37042074069832,-22,-20.85987717062975 +34454,39593,22,2014,SD,Sen-G,2014_Sen-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2014-09-23,2014-11-04,42,647,Richard P. Weiland,6196,DEM,25.7,29.51054357006857,M. Michael Rounds,6195,REP,39.4,50.37042074069832,-13.7,-20.85987717062975 +32970,39569,22,2014,SD,Sen-G,2014_Sen-G_SD,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-09-27,2014-11-04,38,703,Richard P. Weiland,6196,DEM,28,29.51054357006857,M. Michael Rounds,6195,REP,35,50.37042074069832,-7,-20.85987717062975 +32937,39533,22,2014,SD,Sen-G,2014_Sen-G_SD,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,382,Richard P. Weiland,6196,DEM,27,29.51054357006857,M. Michael Rounds,6195,REP,42,50.37042074069832,-15,-20.85987717062975 +33695,40878,22,2014,SD,Sen-G,2014_Sen-G_SD,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-03,2014-11-04,32,616,Richard P. Weiland,6196,DEM,28,29.51054357006857,M. Michael Rounds,6195,REP,35,50.37042074069832,-7,-20.85987717062975 +33721,40905,22,2014,SD,Sen-G,2014_Sen-G_SD,Harper Polling,132,FALSE,FALSE,IVR,NA,2014-10-10,2014-11-04,25,630,Richard P. Weiland,6196,DEM,33,29.51054357006857,M. Michael Rounds,6195,REP,37,50.37042074069832,-4,-20.85987717062975 +33799,40985,22,2014,SD,Sen-G,2014_Sen-G_SD,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-19,2014-11-04,16,500,Richard P. Weiland,6196,DEM,24,29.51054357006857,M. Michael Rounds,6195,REP,48,50.37042074069832,-24,-20.85987717062975 +34352,42148,22,2014,SD,Sen-G,2014_Sen-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,800,Richard P. Weiland,6196,DEM,33,29.51054357006857,M. Michael Rounds,6195,REP,42,50.37042074069832,-9,-20.85987717062975 +33763,40949,22,2014,SD,Sen-G,2014_Sen-G_SD,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,730,Richard P. Weiland,6196,DEM,29,29.51054357006857,M. Michael Rounds,6195,REP,43,50.37042074069832,-14,-20.85987717062975 +33814,41003,22,2014,SD,Sen-G,2014_Sen-G_SD,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,527,Richard P. Weiland,6196,DEM,25,29.51054357006857,M. Michael Rounds,6195,REP,38,50.37042074069832,-13,-20.85987717062975 +34427,42150,22,2014,SD,Sen-G,2014_Sen-G_SD,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-24,2014-11-04,11,908,Richard P. Weiland,6196,DEM,31,29.51054357006857,M. Michael Rounds,6195,REP,45,50.37042074069832,-14,-20.85987717062975 +34391,42122,22,2014,SD,Sen-G,2014_Sen-G_SD,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-23,2014-11-04,12,611,Richard P. Weiland,6196,DEM,32,29.51054357006857,M. Michael Rounds,6195,REP,43,50.37042074069832,-11,-20.85987717062975 +34244,42181,22,2014,SD,Sen-G,2014_Sen-G_SD,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,429,Richard P. Weiland,6196,DEM,31,29.51054357006857,M. Michael Rounds,6195,REP,45,50.37042074069832,-14,-20.85987717062975 +33056,39661,23,2014,CO,Sen-G,2014_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-09,2014-11-04,56,664,Mark Udall,6153,DEM,46,46.26046883528053,Cory Gardner,6149,REP,42,48.20495056975353,4,-1.9444817344730012 +33029,125160,23,2014,CO,Sen-G,2014_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-12,2014-11-04,53,1211,Mark Udall,6153,DEM,40,46.26046883528053,Cory Gardner,6149,REP,48,48.20495056975353,-8,-1.9444817344730012 +33026,39631,23,2014,CO,Sen-G,2014_Sen-G_CO,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,500,Mark Udall,6153,DEM,42,46.26046883528053,Cory Gardner,6149,REP,43,48.20495056975353,-1,-1.9444817344730012 +33014,39617,23,2014,CO,Sen-G,2014_Sen-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-16,2014-11-04,49,657,Mark Udall,6153,DEM,39,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-7,-1.9444817344730012 +33001,39604,23,2014,CO,Sen-G,2014_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2014-09-20,2014-11-04,45,652,Mark Udall,6153,DEM,45,46.26046883528053,Cory Gardner,6149,REP,47,48.20495056975353,-2,-1.9444817344730012 +34483,42234,23,2014,CO,Sen-G,2014_Sen-G_CO,ccAdvertising,396,FALSE,FALSE,NA,NA,2014-09-20,2014-11-04,45,2094,Mark Udall,6153,DEM,32,46.26046883528053,Cory Gardner,6149,REP,38,48.20495056975353,-6,-1.9444817344730012 +32967,39566,23,2014,CO,Sen-G,2014_Sen-G_CO,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-29,2014-11-04,36,950,Mark Udall,6153,DEM,47,46.26046883528053,Cory Gardner,6149,REP,48,48.20495056975353,-1,-1.9444817344730012 +32961,39560,23,2014,CO,Sen-G,2014_Sen-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1634,Mark Udall,6153,DEM,48,46.26046883528053,Cory Gardner,6149,REP,45,48.20495056975353,3,-1.9444817344730012 +73013,136943,23,2014,CO,Sen-G,2014_Sen-G_CO,GQR,126,TRUE,FALSE,NA,DEM,2014-09-26,2014-11-04,39,678,Mark Udall,6153,DEM,45,46.26046883528053,Cory Gardner,6149,REP,45,48.20495056975353,0,-1.9444817344730012 +33709,40892,23,2014,CO,Sen-G,2014_Sen-G_CO,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,739,Mark Udall,6153,DEM,37,46.26046883528053,Cory Gardner,6149,REP,43,48.20495056975353,-6,-1.9444817344730012 +33720,40904,23,2014,CO,Sen-G,2014_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-06,2014-11-04,29,800,Mark Udall,6153,DEM,42,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-4,-1.9444817344730012 +33723,40907,23,2014,CO,Sen-G,2014_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-11,2014-11-04,24,570,Mark Udall,6153,DEM,43,46.26046883528053,Cory Gardner,6149,REP,45,48.20495056975353,-2,-1.9444817344730012 +33742,40926,23,2014,CO,Sen-G,2014_Sen-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-11,2014-11-04,24,665,Mark Udall,6153,DEM,46,46.26046883528053,Cory Gardner,6149,REP,50,48.20495056975353,-4,-1.9444817344730012 +33737,125159,23,2014,CO,Sen-G,2014_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-10,2014-11-04,25,988,Mark Udall,6153,DEM,41,46.26046883528053,Cory Gardner,6149,REP,47,48.20495056975353,-6,-1.9444817344730012 +33748,127334,23,2014,CO,Sen-G,2014_Sen-G_CO,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2014-10-14,2014-11-04,21,800,Mark Udall,6153,DEM,39,46.26046883528053,Cory Gardner,6149,REP,37,48.20495056975353,2,-1.9444817344730012 +33813,41001,23,2014,CO,Sen-G,2014_Sen-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-16,2014-11-04,19,695,Mark Udall,6153,DEM,43,46.26046883528053,Cory Gardner,6149,REP,48,48.20495056975353,-5,-1.9444817344730012 +33733,40917,23,2014,CO,Sen-G,2014_Sen-G_CO,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2014-10-15,2014-11-04,20,600,Mark Udall,6153,DEM,47,46.26046883528053,Cory Gardner,6149,REP,44,48.20495056975353,3,-1.9444817344730012 +33784,125155,23,2014,CO,Sen-G,2014_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-18,2014-11-04,17,778,Mark Udall,6153,DEM,43,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-3,-1.9444817344730012 +33826,41015,23,2014,CO,Sen-G,2014_Sen-G_CO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-19,2014-11-04,16,431,Mark Udall,6153,DEM,46,46.26046883528053,Cory Gardner,6149,REP,47,48.20495056975353,-1,-1.9444817344730012 +33838,41027,23,2014,CO,Sen-G,2014_Sen-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-17,2014-11-04,18,1099,Mark Udall,6153,DEM,45,46.26046883528053,Cory Gardner,6149,REP,47,48.20495056975353,-2,-1.9444817344730012 +33787,127036,23,2014,CO,Sen-G,2014_Sen-G_CO,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,500,Mark Udall,6153,DEM,38.6,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-7.399999999999999,-1.9444817344730012 +33804,125158,23,2014,CO,Sen-G,2014_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,974,Mark Udall,6153,DEM,41,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-5,-1.9444817344730012 +33835,41024,23,2014,CO,Sen-G,2014_Sen-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,755,Mark Udall,6153,DEM,45,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-1,-1.9444817344730012 +33760,40946,23,2014,CO,Sen-G,2014_Sen-G_CO,Keating Research,161,FALSE,FALSE,Live Phone,DEM,2014-10-22,2014-11-04,13,1005,Mark Udall,6153,DEM,45,46.26046883528053,Cory Gardner,6149,REP,44,48.20495056975353,1,-1.9444817344730012 +34355,42196,23,2014,CO,Sen-G,2014_Sen-G_CO,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-22,2014-11-04,13,966,Mark Udall,6153,DEM,45,46.26046883528053,Cory Gardner,6149,REP,51,48.20495056975353,-6,-1.9444817344730012 +34430,42153,23,2014,CO,Sen-G,2014_Sen-G_CO,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2014-10-21,2014-11-04,14,1004,Mark Udall,6153,DEM,44,46.26046883528053,Cory Gardner,6149,REP,43,48.20495056975353,1,-1.9444817344730012 +33809,40996,23,2014,CO,Sen-G,2014_Sen-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1567,Mark Udall,6153,DEM,47,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,1,-1.9444817344730012 +34353,42146,23,2014,CO,Sen-G,2014_Sen-G_CO,Strategies 360,321,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,760,Mark Udall,6153,DEM,45,46.26046883528053,Cory Gardner,6149,REP,44,48.20495056975353,1,-1.9444817344730012 +34381,42110,23,2014,CO,Sen-G,2014_Sen-G_CO,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-26,2014-11-04,9,642,Mark Udall,6153,DEM,43,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-3,-1.9444817344730012 +34374,125157,23,2014,CO,Sen-G,2014_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,844,Mark Udall,6153,DEM,39,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-7,-1.9444817344730012 +34348,42180,23,2014,CO,Sen-G,2014_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-28,2014-11-04,7,573,Mark Udall,6153,DEM,48,46.26046883528053,Cory Gardner,6149,REP,48,48.20495056975353,0,-1.9444817344730012 +34351,42106,23,2014,CO,Sen-G,2014_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-28,2014-11-04,7,618,Mark Udall,6153,DEM,44,46.26046883528053,Cory Gardner,6149,REP,46,48.20495056975353,-2,-1.9444817344730012 +34338,42165,23,2014,CO,Sen-G,2014_Sen-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1417,Mark Udall,6153,DEM,41.9,46.26046883528053,Cory Gardner,6149,REP,42.7,48.20495056975353,-0.8000000000000043,-1.9444817344730012 +34385,125154,23,2014,CO,Sen-G,2014_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2014-11-01,2014-11-04,3,739,Mark Udall,6153,DEM,45,46.26046883528053,Cory Gardner,6149,REP,48,48.20495056975353,-3,-1.9444817344730012 +34370,125156,23,2014,CO,Sen-G,2014_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,815,Mark Udall,6153,DEM,43,46.26046883528053,Cory Gardner,6149,REP,45,48.20495056975353,-2,-1.9444817344730012 +33038,39643,24,2014,DE,Sen-G,2014_Sen-G_DE,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-11,2014-11-04,54,750,Christopher A. Coons,8349,DEM,49,55.826404259137405,Kevin Wade,6102,REP,34,42.22519419923261,15,13.601210059904794 +33000,137746,24,2014,DE,Sen-G,2014_Sen-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2014-09-16,2014-11-04,49,769,Christopher A. Coons,8349,DEM,50,55.826404259137405,Kevin Wade,6102,REP,25,42.22519419923261,25,13.601210059904794 +32960,39559,24,2014,DE,Sen-G,2014_Sen-G_DE,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,471,Christopher A. Coons,8349,DEM,51,55.826404259137405,Kevin Wade,6102,REP,35,42.22519419923261,16,13.601210059904794 +33823,41012,24,2014,DE,Sen-G,2014_Sen-G_DE,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,461,Christopher A. Coons,8349,DEM,54,55.826404259137405,Kevin Wade,6102,REP,36,42.22519419923261,18,13.601210059904794 +33062,39667,25,2014,LA,Sen-P,2014_Sen-P_LA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2014-09-07,2014-11-04,58,426,Mary L. Landrieu,8375,DEM,43,42.07768246057862,Bill Cassidy,8373,REP,30,40.96671023420495,13,1.1109722263736685 +33022,39625,25,2014,LA,Sen-P,2014_Sen-P_LA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,617,Mary L. Landrieu,8375,DEM,31,42.07768246057862,Bill Cassidy,8373,REP,35,40.96671023420495,-4,1.1109722263736685 +32988,39589,25,2014,LA,Sen-P,2014_Sen-P_LA,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-09-24,2014-11-04,41,610,Mary L. Landrieu,8375,DEM,43,42.07768246057862,Bill Cassidy,8373,REP,40,40.96671023420495,3,1.1109722263736685 +32976,39575,25,2014,LA,Sen-P,2014_Sen-P_LA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-27,2014-11-04,38,1141,Mary L. Landrieu,8375,DEM,42,42.07768246057862,Bill Cassidy,8373,REP,34,40.96671023420495,8,1.1109722263736685 +32953,39552,25,2014,LA,Sen-P,2014_Sen-P_LA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2187,Mary L. Landrieu,8375,DEM,36,42.07768246057862,Bill Cassidy,8373,REP,32,40.96671023420495,4,1.1109722263736685 +73262,137338,25,2014,LA,Sen-P,2014_Sen-P_LA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-01,2014-11-04,34,5711,Mary L. Landrieu,8375,DEM,37.8,42.07768246057862,Bill Cassidy,8373,REP,35.9,40.96671023420495,1.8999999999999986,1.1109722263736685 +33700,40897,25,2014,LA,Sen-P,2014_Sen-P_LA,Hickman Analytics,415,FALSE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,502,Mary L. Landrieu,8375,DEM,45,42.07768246057862,Bill Cassidy,8373,REP,46,40.96671023420495,-1,1.1109722263736685 +33734,40918,25,2014,LA,Sen-P,2014_Sen-P_LA,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-13,2014-11-04,22,546,Mary L. Landrieu,8375,DEM,38,42.07768246057862,Bill Cassidy,8373,REP,38,40.96671023420495,0,1.1109722263736685 +33746,40930,25,2014,LA,Sen-P,2014_Sen-P_LA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-13,2014-11-04,22,965,Mary L. Landrieu,8375,DEM,41,42.07768246057862,Bill Cassidy,8373,REP,38,40.96671023420495,3,1.1109722263736685 +34450,42197,25,2014,LA,Sen-P,2014_Sen-P_LA,Multi-Quest International,220,FALSE,FALSE,Live Phone,NA,2014-10-16,2014-11-04,19,605,Mary L. Landrieu,8375,DEM,36,42.07768246057862,Bill Cassidy,8373,REP,32,40.96671023420495,4,1.1109722263736685 +34418,42133,25,2014,LA,Sen-P,2014_Sen-P_LA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-22,2014-11-04,13,988,Mary L. Landrieu,8375,DEM,43,42.07768246057862,Bill Cassidy,8373,REP,36,40.96671023420495,7,1.1109722263736685 +33758,40944,25,2014,LA,Sen-P,2014_Sen-P_LA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1316,Mary L. Landrieu,8375,DEM,37,42.07768246057862,Bill Cassidy,8373,REP,32,40.96671023420495,5,1.1109722263736685 +34495,112367,25,2014,LA,Sen-P,2014_Sen-P_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2014-10-17,2014-11-04,18,292,Mary L. Landrieu,8375,DEM,38,42.07768246057862,Bill Cassidy,8373,REP,33,40.96671023420495,5,1.1109722263736685 +34420,127055,25,2014,LA,Sen-P,2014_Sen-P_LA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,500,Mary L. Landrieu,8375,DEM,36.4,42.07768246057862,Bill Cassidy,8373,REP,34.8,40.96671023420495,1.6000000000000014,1.1109722263736685 +34428,126725,25,2014,LA,Sen-P,2014_Sen-P_LA,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,630,Mary L. Landrieu,8375,DEM,44,42.07768246057862,Bill Cassidy,8373,REP,36,40.96671023420495,8,1.1109722263736685 +34494,42249,25,2014,LA,Sen-P,2014_Sen-P_LA,ccAdvertising,396,FALSE,FALSE,IVR,NA,2014-11-01,2014-11-04,3,381,Mary L. Landrieu,8375,DEM,36,42.07768246057862,Bill Cassidy,8373,REP,48,40.96671023420495,-12,1.1109722263736685 +34448,125181,25,2014,LA,Sen-P,2014_Sen-P_LA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,1003,Mary L. Landrieu,8375,DEM,43,42.07768246057862,Bill Cassidy,8373,REP,35,40.96671023420495,8,1.1109722263736685 +33057,39662,26,2014,IA,Sen-G,2014_Sen-G_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-09-09,2014-11-04,56,608,Bruce L. Braley,6104,DEM,49,43.76117553332743,Joni K. Ernst,6106,REP,48,52.100115074798616,1,-8.338939541471184 +58861,100391,26,2014,IA,Sen-G,2014_Sen-G_IA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-09-11,2014-11-04,54,2714,Bruce L. Braley,6104,DEM,43.7,43.76117553332743,Joni K. Ernst,6106,REP,42,52.100115074798616,1.7000000000000028,-8.338939541471184 +33030,39635,26,2014,IA,Sen-G,2014_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-12,2014-11-04,53,1167,Bruce L. Braley,6104,DEM,44,43.76117553332743,Joni K. Ernst,6106,REP,50,52.100115074798616,-6,-8.338939541471184 +33023,39627,26,2014,IA,Sen-G,2014_Sen-G_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,600,Bruce L. Braley,6104,DEM,41,43.76117553332743,Joni K. Ernst,6106,REP,41,52.100115074798616,0,-8.338939541471184 +33011,39614,26,2014,IA,Sen-G,2014_Sen-G_IA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-17,2014-11-04,48,750,Bruce L. Braley,6104,DEM,43,43.76117553332743,Joni K. Ernst,6106,REP,43,52.100115074798616,0,-8.338939541471184 +58862,100392,26,2014,IA,Sen-G,2014_Sen-G_IA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-09-18,2014-11-04,47,2225,Bruce L. Braley,6104,DEM,43.2,43.76117553332743,Joni K. Ernst,6106,REP,44.4,52.100115074798616,-1.1999999999999957,-8.338939541471184 +32993,39596,26,2014,IA,Sen-G,2014_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2014-09-23,2014-11-04,42,546,Bruce L. Braley,6104,DEM,38,43.76117553332743,Joni K. Ernst,6106,REP,44,52.100115074798616,-6,-8.338939541471184 +32989,39592,26,2014,IA,Sen-G,2014_Sen-G_IA,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2014-09-23,2014-11-04,42,809,Bruce L. Braley,6104,DEM,42,43.76117553332743,Joni K. Ernst,6106,REP,42,52.100115074798616,0,-8.338939541471184 +32975,125139,26,2014,IA,Sen-G,2014_Sen-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-27,2014-11-04,38,1192,Bruce L. Braley,6104,DEM,42,43.76117553332743,Joni K. Ernst,6106,REP,44,52.100115074798616,-2,-8.338939541471184 +58863,100393,26,2014,IA,Sen-G,2014_Sen-G_IA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-09-25,2014-11-04,40,2413,Bruce L. Braley,6104,DEM,44.1,43.76117553332743,Joni K. Ernst,6106,REP,43.3,52.100115074798616,0.8000000000000043,-8.338939541471184 +34451,42246,26,2014,IA,Sen-G,2014_Sen-G_IA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,522,Bruce L. Braley,6104,DEM,41,43.76117553332743,Joni K. Ernst,6106,REP,50,52.100115074798616,-9,-8.338939541471184 +32971,39570,26,2014,IA,Sen-G,2014_Sen-G_IA,GQR,126,TRUE,FALSE,Live Phone,DEM,2014-09-27,2014-11-04,38,800,Bruce L. Braley,6104,DEM,47,43.76117553332743,Joni K. Ernst,6106,REP,46,52.100115074798616,1,-8.338939541471184 +32930,39526,26,2014,IA,Sen-G,2014_Sen-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,778,Bruce L. Braley,6104,DEM,44,43.76117553332743,Joni K. Ernst,6106,REP,46,52.100115074798616,-2,-8.338939541471184 +32957,39556,26,2014,IA,Sen-G,2014_Sen-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2359,Bruce L. Braley,6104,DEM,43.8,43.76117553332743,Joni K. Ernst,6106,REP,43.4,52.100115074798616,0.3999999999999986,-8.338939541471184 +73015,136945,26,2014,IA,Sen-G,2014_Sen-G_IA,GQR,126,TRUE,FALSE,NA,DEM,2014-09-26,2014-11-04,39,678,Bruce L. Braley,6104,DEM,44,43.76117553332743,Joni K. Ernst,6106,REP,45,52.100115074798616,-1,-8.338939541471184 +33685,40868,26,2014,IA,Sen-G,2014_Sen-G_IA,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2014-10-03,2014-11-04,32,1299,Bruce L. Braley,6104,DEM,40.8,43.76117553332743,Joni K. Ernst,6106,REP,50,52.100115074798616,-9.200000000000003,-8.338939541471184 +33686,40869,26,2014,IA,Sen-G,2014_Sen-G_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2014-10-02,2014-11-04,33,600,Bruce L. Braley,6104,DEM,42.1,43.76117553332743,Joni K. Ernst,6106,REP,42.4,52.100115074798616,-0.29999999999999716,-8.338939541471184 +58864,100394,26,2014,IA,Sen-G,2014_Sen-G_IA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-02,2014-11-04,33,2631,Bruce L. Braley,6104,DEM,44.3,43.76117553332743,Joni K. Ernst,6106,REP,45.3,52.100115074798616,-1,-8.338939541471184 +33703,40886,26,2014,IA,Sen-G,2014_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2014-10-05,2014-11-04,30,1000,Bruce L. Braley,6104,DEM,46,43.76117553332743,Joni K. Ernst,6106,REP,47,52.100115074798616,-1,-8.338939541471184 +33718,40902,26,2014,IA,Sen-G,2014_Sen-G_IA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-09,2014-11-04,26,957,Bruce L. Braley,6104,DEM,45,43.76117553332743,Joni K. Ernst,6106,REP,48,52.100115074798616,-3,-8.338939541471184 +58865,100395,26,2014,IA,Sen-G,2014_Sen-G_IA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-09,2014-11-04,26,3477,Bruce L. Braley,6104,DEM,42.9,43.76117553332743,Joni K. Ernst,6106,REP,47,52.100115074798616,-4.100000000000001,-8.338939541471184 +33740,40924,26,2014,IA,Sen-G,2014_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-10,2014-11-04,25,967,Bruce L. Braley,6104,DEM,45,43.76117553332743,Joni K. Ernst,6106,REP,47,52.100115074798616,-2,-8.338939541471184 +33735,40919,26,2014,IA,Sen-G,2014_Sen-G_IA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-13,2014-11-04,22,500,Bruce L. Braley,6104,DEM,43.2,43.76117553332743,Joni K. Ernst,6106,REP,47,52.100115074798616,-3.799999999999997,-8.338939541471184 +33736,40920,26,2014,IA,Sen-G,2014_Sen-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-15,2014-11-04,20,714,Bruce L. Braley,6104,DEM,48,43.76117553332743,Joni K. Ernst,6106,REP,47,52.100115074798616,1,-8.338939541471184 +58866,100396,26,2014,IA,Sen-G,2014_Sen-G_IA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-16,2014-11-04,19,2455,Bruce L. Braley,6104,DEM,44.4,43.76117553332743,Joni K. Ernst,6106,REP,45,52.100115074798616,-0.6000000000000014,-8.338939541471184 +34488,42239,26,2014,IA,Sen-G,2014_Sen-G_IA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-21,2014-11-04,14,964,Bruce L. Braley,6104,DEM,43,43.76117553332743,Joni K. Ernst,6106,REP,49,52.100115074798616,-6,-8.338939541471184 +33788,40974,26,2014,IA,Sen-G,2014_Sen-G_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,423,Bruce L. Braley,6104,DEM,46,43.76117553332743,Joni K. Ernst,6106,REP,47,52.100115074798616,-1,-8.338939541471184 +33829,41018,26,2014,IA,Sen-G,2014_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,964,Bruce L. Braley,6104,DEM,46,43.76117553332743,Joni K. Ernst,6106,REP,48,52.100115074798616,-2,-8.338939541471184 +33794,40980,26,2014,IA,Sen-G,2014_Sen-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,772,Bruce L. Braley,6104,DEM,46,43.76117553332743,Joni K. Ernst,6106,REP,49,52.100115074798616,-3,-8.338939541471184 +33768,40954,26,2014,IA,Sen-G,2014_Sen-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2322,Bruce L. Braley,6104,DEM,44,43.76117553332743,Joni K. Ernst,6106,REP,44,52.100115074798616,0,-8.338939541471184 +34091,42162,26,2014,IA,Sen-G,2014_Sen-G_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,1121,Bruce L. Braley,6104,DEM,45.3,43.76117553332743,Joni K. Ernst,6106,REP,44.2,52.100115074798616,1.0999999999999943,-8.338939541471184 +58867,100397,26,2014,IA,Sen-G,2014_Sen-G_IA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-23,2014-11-04,12,2755,Bruce L. Braley,6104,DEM,44.1,43.76117553332743,Joni K. Ernst,6106,REP,47.2,52.100115074798616,-3.1000000000000014,-8.338939541471184 +34419,42134,26,2014,IA,Sen-G,2014_Sen-G_IA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2014-10-26,2014-11-04,9,802,Bruce L. Braley,6104,DEM,47,43.76117553332743,Joni K. Ernst,6106,REP,47,52.100115074798616,0,-8.338939541471184 +34363,42149,26,2014,IA,Sen-G,2014_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,817,Bruce L. Braley,6104,DEM,45,43.76117553332743,Joni K. Ernst,6106,REP,49,52.100115074798616,-4,-8.338939541471184 +34388,42147,26,2014,IA,Sen-G,2014_Sen-G_IA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-26,2014-11-04,9,1129,Bruce L. Braley,6104,DEM,45,43.76117553332743,Joni K. Ernst,6106,REP,45,52.100115074798616,0,-8.338939541471184 +34314,42096,26,2014,IA,Sen-G,2014_Sen-G_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,911,Bruce L. Braley,6104,DEM,44,43.76117553332743,Joni K. Ernst,6106,REP,45,52.100115074798616,-1,-8.338939541471184 +34365,42245,26,2014,IA,Sen-G,2014_Sen-G_IA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,990,Bruce L. Braley,6104,DEM,47,43.76117553332743,Joni K. Ernst,6106,REP,48,52.100115074798616,-1,-8.338939541471184 +34447,42192,26,2014,IA,Sen-G,2014_Sen-G_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,647,Bruce L. Braley,6104,DEM,47,43.76117553332743,Joni K. Ernst,6106,REP,49,52.100115074798616,-2,-8.338939541471184 +34513,42273,26,2014,IA,Sen-G,2014_Sen-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-31,2014-11-04,4,617,Bruce L. Braley,6104,DEM,47,43.76117553332743,Joni K. Ernst,6106,REP,48,52.100115074798616,-1,-8.338939541471184 +34392,42173,26,2014,IA,Sen-G,2014_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,708,Bruce L. Braley,6104,DEM,44,43.76117553332743,Joni K. Ernst,6106,REP,51,52.100115074798616,-7,-8.338939541471184 +34337,42095,26,2014,IA,Sen-G,2014_Sen-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1112,Bruce L. Braley,6104,DEM,42.9,43.76117553332743,Joni K. Ernst,6106,REP,41.9,52.100115074798616,1,-8.338939541471184 +34336,42159,26,2014,IA,Sen-G,2014_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,778,Bruce L. Braley,6104,DEM,47,43.76117553332743,Joni K. Ernst,6106,REP,47,52.100115074798616,0,-8.338939541471184 +58868,100398,26,2014,IA,Sen-G,2014_Sen-G_IA,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-30,2014-11-04,5,2421,Bruce L. Braley,6104,DEM,45.3,43.76117553332743,Joni K. Ernst,6106,REP,48.2,52.100115074798616,-2.9000000000000057,-8.338939541471184 +34306,125140,26,2014,IA,Sen-G,2014_Sen-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,1265,Bruce L. Braley,6104,DEM,45,43.76117553332743,Joni K. Ernst,6106,REP,48,52.100115074798616,-3,-8.338939541471184 +32956,39555,27,2014,ID,Sen-G,2014_Sen-G_ID,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,594,Nels Mitchell,6064,DEM,27,34.67163803554681,James E. Risch,6065,REP,64,65.32836196445318,-37,-30.656723928906366 +33741,40925,27,2014,ID,Sen-G,2014_Sen-G_ID,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-11,2014-11-04,24,522,Nels Mitchell,6064,DEM,32,34.67163803554681,James E. Risch,6065,REP,50,65.32836196445318,-18,-30.656723928906366 +33836,41025,27,2014,ID,Sen-G,2014_Sen-G_ID,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,575,Nels Mitchell,6064,DEM,30,34.67163803554681,James E. Risch,6065,REP,61,65.32836196445318,-31,-30.656723928906366 +32936,39532,28,2014,TN,Sen-G,2014_Sen-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1007,William Gordon Ball,6217,DEM,32,31.865159217358713,Lamar Alexander,6215,REP,53,61.86657836419675,-21,-30.001419146838035 +73246,137306,28,2014,TN,Sen-G,2014_Sen-G_TN,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2014-10-18,2014-11-04,17,595,William Gordon Ball,6217,DEM,32,31.865159217358713,Lamar Alexander,6215,REP,45,61.86657836419675,-13,-30.001419146838035 +33783,40969,28,2014,TN,Sen-G,2014_Sen-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,974,William Gordon Ball,6217,DEM,33,31.865159217358713,Lamar Alexander,6215,REP,55,61.86657836419675,-22,-30.001419146838035 +34510,42268,28,2014,TN,Sen-G,2014_Sen-G_TN,Middle Tennessee State University,208,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,558,William Gordon Ball,6217,DEM,26,31.865159217358713,Lamar Alexander,6215,REP,44,61.86657836419675,-18,-30.001419146838035 +32941,39539,29,2014,OK,Sen-G,2014_Sen-G_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1244,Matt Silverstein,6258,DEM,25,28.548504812161813,James M. Inhofe,6249,REP,67,68.00823166608384,-42,-39.459726853922035 +33776,41002,29,2014,OK,Sen-G,2014_Sen-G_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,995,Matt Silverstein,6258,DEM,27,28.548504812161813,James M. Inhofe,6249,REP,63,68.00823166608384,-36,-39.459726853922035 +34397,127536,29,2014,OK,Sen-G,2014_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,949,Matt Silverstein,6258,DEM,27.8,28.548504812161813,James M. Inhofe,6249,REP,62.7,68.00823166608384,-34.900000000000006,-39.459726853922035 +32928,39524,30,2014,WV,Sen-G,2014_Sen-G_WV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-30,2014-11-04,35,750,Natalie E. Tennant,6232,DEM,39,34.46413732755257,Shelley Moore Capito,6228,REP,50,62.11744168362028,-11,-27.653304356067707 +32933,39529,30,2014,WV,Sen-G,2014_Sen-G_WV,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1066,Natalie E. Tennant,6232,DEM,33,34.46413732755257,Shelley Moore Capito,6228,REP,56,62.11744168362028,-23,-27.653304356067707 +33779,40965,30,2014,WV,Sen-G,2014_Sen-G_WV,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,877,Natalie E. Tennant,6232,DEM,34,34.46413732755257,Shelley Moore Capito,6228,REP,56,62.11744168362028,-22,-27.653304356067707 +33020,39623,31,2014,MA,Sen-G,2014_Sen-G_MA,SocialSphere,307,FALSE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,407,Edward J. Markey,6289,DEM,53,61.868648595760526,Brian J. Herr,6288,REP,27,37.98372352242619,26,23.884925073334337 +33016,39619,31,2014,MA,Sen-G,2014_Sen-G_MA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-16,2014-11-04,49,750,Edward J. Markey,6289,DEM,49,61.868648595760526,Brian J. Herr,6288,REP,31,37.98372352242619,18,23.884925073334337 +33004,39607,31,2014,MA,Sen-G,2014_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-09-18,2014-11-04,47,502,Edward J. Markey,6289,DEM,58,61.868648595760526,Brian J. Herr,6288,REP,30,37.98372352242619,28,23.884925073334337 +32977,39577,31,2014,MA,Sen-G,2014_Sen-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,500,Edward J. Markey,6289,DEM,53.8,61.868648595760526,Brian J. Herr,6288,REP,30.4,37.98372352242619,23.4,23.884925073334337 +32979,39580,31,2014,MA,Sen-G,2014_Sen-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2014-09-24,2014-11-04,41,416,Edward J. Markey,6289,DEM,56,61.868648595760526,Brian J. Herr,6288,REP,34,37.98372352242619,22,23.884925073334337 +32952,39550,31,2014,MA,Sen-G,2014_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2389,Edward J. Markey,6289,DEM,54,61.868648595760526,Brian J. Herr,6288,REP,31,37.98372352242619,23,23.884925073334337 +34206,42275,31,2014,MA,Sen-G,2014_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,504,Edward J. Markey,6289,DEM,56,61.868648595760526,Brian J. Herr,6288,REP,30,37.98372352242619,26,23.884925073334337 +33831,41020,31,2014,MA,Sen-G,2014_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2218,Edward J. Markey,6289,DEM,54,61.868648595760526,Brian J. Herr,6288,REP,32,37.98372352242619,22,23.884925073334337 +34318,42111,31,2014,MA,Sen-G,2014_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,494,Edward J. Markey,6289,DEM,57,61.868648595760526,Brian J. Herr,6288,REP,32,37.98372352242619,25,23.884925073334337 +34376,42124,31,2014,MA,Sen-G,2014_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-24,2014-11-04,11,591,Edward J. Markey,6289,DEM,53,61.868648595760526,Brian J. Herr,6288,REP,37,37.98372352242619,16,23.884925073334337 +34330,42182,31,2014,MA,Sen-G,2014_Sen-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,500,Edward J. Markey,6289,DEM,48.8,61.868648595760526,Brian J. Herr,6288,REP,33.8,37.98372352242619,15,23.884925073334337 +34356,42107,31,2014,MA,Sen-G,2014_Sen-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,430,Edward J. Markey,6289,DEM,54,61.868648595760526,Brian J. Herr,6288,REP,34,37.98372352242619,20,23.884925073334337 +34332,42255,31,2014,MA,Sen-G,2014_Sen-G_MA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,887,Edward J. Markey,6289,DEM,52,61.868648595760526,Brian J. Herr,6288,REP,38,37.98372352242619,14,23.884925073334337 +33049,39654,32,2014,AR,Sen-G,2014_Sen-G_AR,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-10,2014-11-04,55,902,Mark L. Pryor,6145,DEM,43,39.430327844673485,Tom Cotton,6143,REP,47,56.4974837906561,-4,-17.067155945982613 +33013,39616,32,2014,AR,Sen-G,2014_Sen-G_AR,Hickman Analytics,415,FALSE,FALSE,Live Phone,DEM,2014-09-15,2014-11-04,50,801,Mark L. Pryor,6145,DEM,46,39.430327844673485,Tom Cotton,6143,REP,43,56.4974837906561,3,-17.067155945982613 +33002,126626,32,2014,AR,Sen-G,2014_Sen-G_AR,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-20,2014-11-04,45,1453,Mark L. Pryor,6145,DEM,38,39.430327844673485,Tom Cotton,6143,REP,43,56.4974837906561,-5,-17.067155945982613 +32997,39600,32,2014,AR,Sen-G,2014_Sen-G_AR,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-22,2014-11-04,43,500,Mark L. Pryor,6145,DEM,44.8,39.430327844673485,Tom Cotton,6143,REP,43,56.4974837906561,1.7999999999999972,-17.067155945982613 +32984,39585,32,2014,AR,Sen-G,2014_Sen-G_AR,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-24,2014-11-04,41,750,Mark L. Pryor,6145,DEM,40,39.430327844673485,Tom Cotton,6143,REP,47,56.4974837906561,-7,-17.067155945982613 +32962,39561,32,2014,AR,Sen-G,2014_Sen-G_AR,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1991,Mark L. Pryor,6145,DEM,41,39.430327844673485,Tom Cotton,6143,REP,45,56.4974837906561,-4,-17.067155945982613 +33731,40915,32,2014,AR,Sen-G,2014_Sen-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,DEM,2014-10-03,2014-11-04,32,400,Mark L. Pryor,6145,DEM,45,39.430327844673485,Tom Cotton,6143,REP,42,56.4974837906561,3,-17.067155945982613 +33701,40884,32,2014,AR,Sen-G,2014_Sen-G_AR,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,707,Mark L. Pryor,6145,DEM,39,39.430327844673485,Tom Cotton,6143,REP,46,56.4974837906561,-7,-17.067155945982613 +33732,40916,32,2014,AR,Sen-G,2014_Sen-G_AR,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-14,2014-11-04,21,940,Mark L. Pryor,6145,DEM,44,39.430327844673485,Tom Cotton,6143,REP,47,56.4974837906561,-3,-17.067155945982613 +33772,40958,32,2014,AR,Sen-G,2014_Sen-G_AR,Hendrix College,138,FALSE,FALSE,IVR/Live Phone,NA,2014-10-15,2014-11-04,20,2075,Mark L. Pryor,6145,DEM,40.5,39.430327844673485,Tom Cotton,6143,REP,49,56.4974837906561,-8.5,-17.067155945982613 +33764,40950,32,2014,AR,Sen-G,2014_Sen-G_AR,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,621,Mark L. Pryor,6145,DEM,43,39.430327844673485,Tom Cotton,6143,REP,45,56.4974837906561,-2,-17.067155945982613 +33811,40999,32,2014,AR,Sen-G,2014_Sen-G_AR,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1546,Mark L. Pryor,6145,DEM,42,39.430327844673485,Tom Cotton,6143,REP,47,56.4974837906561,-5,-17.067155945982613 +34044,127331,32,2014,AR,Sen-G,2014_Sen-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,DEM,2014-10-25,2014-11-04,10,401,Mark L. Pryor,6145,DEM,45,39.430327844673485,Tom Cotton,6143,REP,44,56.4974837906561,1,-17.067155945982613 +34320,42155,32,2014,AR,Sen-G,2014_Sen-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,568,Mark L. Pryor,6145,DEM,36,39.430327844673485,Tom Cotton,6143,REP,49,56.4974837906561,-13,-17.067155945982613 +34415,42126,32,2014,AR,Sen-G,2014_Sen-G_AR,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-28,2014-11-04,7,967,Mark L. Pryor,6145,DEM,44,39.430327844673485,Tom Cotton,6143,REP,51,56.4974837906561,-7,-17.067155945982613 +34310,125178,32,2014,AR,Sen-G,2014_Sen-G_AR,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,1092,Mark L. Pryor,6145,DEM,41,39.430327844673485,Tom Cotton,6143,REP,49,56.4974837906561,-8,-17.067155945982613 +62482,112365,32,2014,AR,Sen-G,2014_Sen-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,DEM,2014-10-31,2014-11-04,4,400,Mark L. Pryor,6145,DEM,45,39.430327844673485,Tom Cotton,6143,REP,43,56.4974837906561,2,-17.067155945982613 +32986,39587,33,2014,RI,Sen-G,2014_Sen-G_RI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-24,2014-11-04,41,750,Jack Reed,6169,DEM,61,70.58264804448119,Mark S. Zaccaria,6171,REP,26,29.247265681702,35,41.335382362779185 +32939,39536,33,2014,RI,Sen-G,2014_Sen-G_RI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,724,Jack Reed,6169,DEM,64,70.58264804448119,Mark S. Zaccaria,6171,REP,22,29.247265681702,42,41.335382362779185 +33790,40976,33,2014,RI,Sen-G,2014_Sen-G_RI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,866,Jack Reed,6169,DEM,65,70.58264804448119,Mark S. Zaccaria,6171,REP,20,29.247265681702,45,41.335382362779185 +33053,39658,34,2014,HI,Sen-G,2014_Sen-GS_HI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-09,2014-11-04,56,750,Brian Schatz,6084,DEM,60,69.76968347023806,Cam Cavasso,6077,REP,28,27.702996828483723,32,42.066686641754345 +33885,39638,34,2014,HI,Sen-G,2014_Sen-GS_HI,MRG Research,207,FALSE,FALSE,IVR/Live Phone,NA,2014-09-13,2014-11-04,52,1055,Brian Schatz,6084,DEM,62,69.76968347023806,Cam Cavasso,6077,REP,25,27.702996828483723,37,42.066686641754345 +32958,39557,34,2014,HI,Sen-G,2014_Sen-GS_HI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1319,Brian Schatz,6084,DEM,71,69.76968347023806,Cam Cavasso,6077,REP,17,27.702996828483723,54,42.066686641754345 +34398,42101,34,2014,HI,Sen-G,2014_Sen-GS_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,2014-10-15,2014-11-04,20,605,Brian Schatz,6084,DEM,71,69.76968347023806,Cam Cavasso,6077,REP,20,27.702996828483723,51,42.066686641754345 +34255,42175,34,2014,HI,Sen-G,2014_Sen-GS_HI,MRG Research,207,FALSE,FALSE,IVR/Live Phone,NA,2014-10-18,2014-11-04,17,1221,Brian Schatz,6084,DEM,55,69.76968347023806,Cam Cavasso,6077,REP,29,27.702996828483723,26,42.066686641754345 +33802,40988,34,2014,HI,Sen-G,2014_Sen-GS_HI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1002,Brian Schatz,6084,DEM,70,69.76968347023806,Cam Cavasso,6077,REP,18,27.702996828483723,52,42.066686641754345 +32941,39538,35,2014,OK,Sen-G,2014_Sen-GS_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1244,Constance N. Johnson,6250,DEM,24,28.983542252920618,James Lankford,6251,REP,65,67.85342737760236,-41,-38.869885124681744 +33776,40962,35,2014,OK,Sen-G,2014_Sen-GS_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,995,Constance N. Johnson,6250,DEM,29,28.983542252920618,James Lankford,6251,REP,63,67.85342737760236,-34,-38.869885124681744 +34397,42099,35,2014,OK,Sen-G,2014_Sen-GS_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,949,Constance N. Johnson,6250,DEM,28.1,28.983542252920618,James Lankford,6251,REP,59.4,67.85342737760236,-31.299999999999997,-38.869885124681744 +32978,39579,36,2014,SC,Sen-G,2014_Sen-GS_SC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2014-09-25,2014-11-04,40,1082,Joyce Dickerson,6177,DEM,31.8,38.014048182685926,Tim Scott,6185,REP,52.4,60.15101961815809,-20.599999999999998,-22.136971435472162 +32938,39535,36,2014,SC,Sen-G,2014_Sen-GS_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2663,Joyce Dickerson,6177,DEM,31,38.014048182685926,Tim Scott,6185,REP,54,60.15101961815809,-23,-22.136971435472162 +34504,42262,36,2014,SC,Sen-G,2014_Sen-GS_SC,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2014-10-16,2014-11-04,19,917,Joyce Dickerson,6177,DEM,31,38.014048182685926,Tim Scott,6185,REP,58,60.15101961815809,-27,-22.136971435472162 +33798,40992,36,2014,SC,Sen-G,2014_Sen-GS_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1566,Joyce Dickerson,6177,DEM,28,38.014048182685926,Tim Scott,6185,REP,57,60.15101961815809,-29,-22.136971435472162 +19028,24310,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-08,2012-11-06,59,1500,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,5,3.9347148255618336 +19038,24321,37,2012,US,Pres-G,2012_Pres-G_US,Big Village,37,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,709,Barack Obama,16,DEM,51,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,8,3.9347148255618336 +19049,24334,37,2012,US,Pres-G,2012_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-08,2012-11-06,59,710,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,1,3.9347148255618336 +19059,24349,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-08,2012-11-06,59,1000,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,44,46.97447054330086,6,3.9347148255618336 +19034,24316,37,2012,US,Pres-G,2012_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2012-09-06,2012-11-06,61,808,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,44,46.97447054330086,2,3.9347148255618336 +19063,24354,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,NA,NA,2012-09-07,2012-11-06,60,3500,Barack Obama,16,DEM,48.58,50.909185368862694,Mitt Romney,9,REP,44.92,46.97447054330086,3.6599999999999966,3.9347148255618336 +19081,24431,37,2012,US,Pres-G,2012_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-09,2012-11-06,58,384,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,4,3.9347148255618336 +27174,24357,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2012-09-09,2012-11-06,58,873,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,3,3.9347148255618336 +43252,24378,37,2012,US,Pres-G,2012_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-09-10,2012-11-06,57,1056,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,5,3.9347148255618336 +19084,28950,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-11,2012-11-06,56,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +19114,35461,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1014,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,42,46.97447054330086,6,3.9347148255618336 +19083,24389,37,2012,US,Pres-G,2012_Pres-G_US,GQR,126,TRUE,FALSE,NA,DEM,2012-09-10,2012-11-06,57,1000,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,5,3.9347148255618336 +28620,28915,37,2012,US,Pres-G,2012_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2012-09-10,2012-11-06,57,1162,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,3,3.9347148255618336 +19108,24428,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,990,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,41,46.97447054330086,7,3.9347148255618336 +27162,32436,37,2012,US,Pres-G,2012_Pres-G_US,CVOTER,40,FALSE,FALSE,NA,NA,2012-09-11,2012-11-06,56,1036,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,4,3.9347148255618336 +43253,35178,37,2012,US,Pres-G,2012_Pres-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2012-09-13,2012-11-06,54,1000,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,2,3.9347148255618336 +23935,28948,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-14,2012-11-06,53,1500,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,1,3.9347148255618336 +27148,32411,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2012-09-13,2012-11-06,54,3050,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,3,3.9347148255618336 +27149,32417,37,2012,US,Pres-G,2012_Pres-G_US,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-09-15,2012-11-06,52,1344,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,3,3.9347148255618336 +27167,32442,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-15,2012-11-06,52,1000,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,4,3.9347148255618336 +28618,33900,37,2012,US,Pres-G,2012_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2012-09-14,2012-11-06,53,736,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,5,3.9347148255618336 +29383,34898,37,2012,US,Pres-G,2012_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2012-09-14,2012-11-06,53,2192,Barack Obama,16,DEM,51,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,8,3.9347148255618336 +27158,32431,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,NA,NA,2012-09-14,2012-11-06,53,3500,Barack Obama,16,DEM,48.25,50.909185368862694,Mitt Romney,9,REP,44.87,46.97447054330086,3.3800000000000026,3.9347148255618336 +29391,34907,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-16,2012-11-06,51,943,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,44,46.97447054330086,5,3.9347148255618336 +35091,34882,37,2012,US,Pres-G,2012_Pres-G_US,GfK Group,115,TRUE,TRUE,Live Phone,NA,2012-09-15,2012-11-06,52,807,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,1,3.9347148255618336 +35092,35046,37,2012,US,Pres-G,2012_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2012-09-15,2012-11-06,52,787,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,42,46.97447054330086,7,3.9347148255618336 +29374,34883,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-17,2012-11-06,50,1500,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +29414,34965,37,2012,US,Pres-G,2012_Pres-G_US,University of Connecticut,347,TRUE,TRUE,NA,NA,2012-09-15,2012-11-06,52,1186,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,3,3.9347148255618336 +29460,35494,37,2012,US,Pres-G,2012_Pres-G_US,National Journal,224,TRUE,TRUE,NA,NA,2012-09-17,2012-11-06,50,1055,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,7,3.9347148255618336 +29524,35137,37,2012,US,Pres-G,2012_Pres-G_US,Angus Reid Global,13,FALSE,FALSE,NA,NA,2012-09-19,2012-11-06,48,865,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,2,3.9347148255618336 +29488,35073,37,2012,US,Pres-G,2012_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-19,2012-11-06,48,761,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,2,3.9347148255618336 +29537,35157,37,2012,US,Pres-G,2012_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-09-18,2012-11-06,49,1000,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,4,3.9347148255618336 +29517,35131,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-09-19,2012-11-06,48,1616,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,42,46.97447054330086,6,3.9347148255618336 +29521,35134,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-20,2012-11-06,47,1500,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,1,3.9347148255618336 +29565,35196,37,2012,US,Pres-G,2012_Pres-G_US,CVOTER,40,FALSE,FALSE,NA,NA,2012-09-19,2012-11-06,48,761,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,3,3.9347148255618336 +29548,35459,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-09-21,2012-11-06,46,860,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,41,46.97447054330086,8,3.9347148255618336 +29551,35174,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2012-09-20,2012-11-06,47,3050,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,2,3.9347148255618336 +29580,35217,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-22,2012-11-06,45,1200,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,5,3.9347148255618336 +29584,35226,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,NA,NA,2012-09-21,2012-11-06,46,3500,Barack Obama,16,DEM,49.71,50.909185368862694,Mitt Romney,9,REP,43.47,46.97447054330086,6.240000000000002,3.9347148255618336 +29567,35199,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-23,2012-11-06,44,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,0,3.9347148255618336 +29598,35689,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-23,2012-11-06,44,896,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,5,3.9347148255618336 +29586,35275,37,2012,US,Pres-G,2012_Pres-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2012-09-23,2012-11-06,44,789,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,6,3.9347148255618336 +43255,35296,37,2012,US,Pres-G,2012_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-09-25,2012-11-06,42,1092,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,5,3.9347148255618336 +29633,35311,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-26,2012-11-06,41,1500,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +29674,35372,37,2012,US,Pres-G,2012_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-09-26,2012-11-06,41,1000,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,2,3.9347148255618336 +29710,35425,37,2012,US,Pres-G,2012_Pres-G_US,MRG Research,207,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,981,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,3,3.9347148255618336 +29646,35332,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-09-26,2012-11-06,41,855,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,42,46.97447054330086,5,3.9347148255618336 +29683,35388,37,2012,US,Pres-G,2012_Pres-G_US,CVOTER,40,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,855,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,3,3.9347148255618336 +29734,35458,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2012-09-28,2012-11-06,39,800,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,41,46.97447054330086,9,3.9347148255618336 +29671,35370,37,2012,US,Pres-G,2012_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-28,2012-11-06,39,813,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,2,3.9347148255618336 +29675,35374,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2012-09-27,2012-11-06,40,3050,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,4,3.9347148255618336 +29676,35376,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-29,2012-11-06,38,1500,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,3,3.9347148255618336 +29686,35393,37,2012,US,Pres-G,2012_Pres-G_US,Big Village,37,FALSE,FALSE,NA,NA,2012-09-29,2012-11-06,38,783,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,44,46.97447054330086,3,3.9347148255618336 +29684,35389,37,2012,US,Pres-G,2012_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,1200,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,3,3.9347148255618336 +29709,35424,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-29,2012-11-06,38,1100,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,4,3.9347148255618336 +29719,35493,37,2012,US,Pres-G,2012_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2012-09-29,2012-11-06,38,789,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,0,3.9347148255618336 +29714,35429,37,2012,US,Pres-G,2012_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2012-09-28,2012-11-06,39,832,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,5,3.9347148255618336 +42234,35439,37,2012,US,Pres-G,2012_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,"DEM,REP",2012-09-28,2012-11-06,39,800,Barack Obama,16,DEM,51,50.909185368862694,Mitt Romney,9,REP,44,46.97447054330086,7,3.9347148255618336 +29696,35403,37,2012,US,Pres-G,2012_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-09-27,2012-11-06,40,1912,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,4,3.9347148255618336 +30226,36219,37,2012,US,Pres-G,2012_Pres-G_US,Public Religion Research Institute,428,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,1862,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,4,3.9347148255618336 +29699,35406,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,NA,NA,2012-09-28,2012-11-06,39,3500,Barack Obama,16,DEM,50.05,50.909185368862694,Mitt Romney,9,REP,44.1,46.97447054330086,5.949999999999996,3.9347148255618336 +29765,35509,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-30,2012-11-06,37,785,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,44,46.97447054330086,5,3.9347148255618336 +29789,35541,37,2012,US,Pres-G,2012_Pres-G_US,Clarus Research Group,53,FALSE,FALSE,NA,NA,2012-10-02,2012-11-06,35,590,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,4,3.9347148255618336 +29785,35537,37,2012,US,Pres-G,2012_Pres-G_US,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-01,2012-11-06,36,1000,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,4,3.9347148255618336 +29762,35500,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-02,2012-11-06,35,1500,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,2,3.9347148255618336 +29793,35546,37,2012,US,Pres-G,2012_Pres-G_US,Clarus Research Group,53,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,590,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,-1,3.9347148255618336 +29815,35584,37,2012,US,Pres-G,2012_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-03,2012-11-06,34,1000,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,2,3.9347148255618336 +29780,35530,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-03,2012-11-06,34,1434,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,44,46.97447054330086,2,3.9347148255618336 +29781,35532,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-03,2012-11-06,34,1728,Barack Obama,16,DEM,45,50.909185368862694,Mitt Romney,9,REP,41,46.97447054330086,4,3.9347148255618336 +29807,35562,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-05,2012-11-06,32,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +29816,35585,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2012-10-04,2012-11-06,33,3050,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,5,3.9347148255618336 +29857,35639,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2012-10-04,2012-11-06,33,2700,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +29854,35637,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2012-10-06,2012-11-06,31,800,Barack Obama,16,DEM,45.5,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,0.5,3.9347148255618336 +29841,35621,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-06,2012-11-06,31,1300,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +42230,35595,37,2012,US,Pres-G,2012_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2012-10-06,2012-11-06,31,1112,Barack Obama,16,DEM,45,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-4,3.9347148255618336 +29839,35619,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,3500,Barack Obama,16,DEM,49.07,50.909185368862694,Mitt Romney,9,REP,45.24,46.97447054330086,3.8299999999999983,3.9347148255618336 +29891,35683,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-07,2012-11-06,30,763,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,3,3.9347148255618336 +29843,35624,37,2012,US,Pres-G,2012_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-07,2012-11-06,30,1200,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,-1,3.9347148255618336 +29881,35671,37,2012,US,Pres-G,2012_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2012-10-06,2012-11-06,31,757,Barack Obama,16,DEM,44,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-5,3.9347148255618336 +29892,35698,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-08,2012-11-06,29,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,-1,3.9347148255618336 +43258,124293,37,2012,US,Pres-G,2012_Pres-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2012-10-08,2012-11-06,29,1000,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,-1,3.9347148255618336 +43257,35704,37,2012,US,Pres-G,2012_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1109,Barack Obama,16,DEM,45,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,-1,3.9347148255618336 +29940,35768,37,2012,US,Pres-G,2012_Pres-G_US,CVOTER,40,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,1110,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-3,3.9347148255618336 +29875,35665,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,1027,Barack Obama,16,DEM,44,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,-1,3.9347148255618336 +29936,35764,37,2012,US,Pres-G,2012_Pres-G_US,Monmouth University,215,TRUE,FALSE,NA,NA,2012-10-09,2012-11-06,28,1360,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,-1,3.9347148255618336 +29959,35799,37,2012,US,Pres-G,2012_Pres-G_US,Angus Reid Global,13,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,906,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,0,3.9347148255618336 +30000,35861,37,2012,US,Pres-G,2012_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-09,2012-11-06,28,1000,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,1,3.9347148255618336 +30032,35919,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-12,2012-11-06,25,608,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +29972,35820,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-11,2012-11-06,26,1500,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-1,3.9347148255618336 +30033,35920,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-13,2012-11-06,24,624,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,2,3.9347148255618336 +30002,35864,37,2012,US,Pres-G,2012_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-10-12,2012-11-06,25,923,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,3,3.9347148255618336 +29997,35858,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2012-10-11,2012-11-06,26,2700,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +30034,35921,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-14,2012-11-06,23,384,Barack Obama,16,DEM,40,50.909185368862694,Mitt Romney,9,REP,56,46.97447054330086,-16,3.9347148255618336 +30014,35886,37,2012,US,Pres-G,2012_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,1200,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,-1,3.9347148255618336 +30029,35914,37,2012,US,Pres-G,2012_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2012-10-12,2012-11-06,25,931,Barack Obama,16,DEM,47.3,50.909185368862694,Mitt Romney,9,REP,45.7,46.97447054330086,1.5999999999999943,3.9347148255618336 +30010,35882,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-13,2012-11-06,24,1864,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,2,3.9347148255618336 +30011,35883,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-13,2012-11-06,24,2106,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,42,46.97447054330086,4,3.9347148255618336 +30015,35887,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,NA,NA,2012-10-12,2012-11-06,25,3500,Barack Obama,16,DEM,49.66,50.909185368862694,Mitt Romney,9,REP,44.51,46.97447054330086,5.149999999999999,3.9347148255618336 +30021,35901,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-14,2012-11-06,23,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +30080,36003,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-14,2012-11-06,23,826,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,1,3.9347148255618336 +30121,36061,37,2012,US,Pres-G,2012_Pres-G_US,University of Connecticut,347,TRUE,TRUE,NA,NA,2012-10-13,2012-11-06,24,1023,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,3,3.9347148255618336 +30159,36111,37,2012,US,Pres-G,2012_Pres-G_US,CVOTER,40,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1254,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,-2,3.9347148255618336 +30120,36060,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,1500,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30128,36069,37,2012,US,Pres-G,2012_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-18,2012-11-06,19,805,Barack Obama,16,DEM,44,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,-2,3.9347148255618336 +30188,36159,37,2012,US,Pres-G,2012_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,1000,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +30155,36107,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-18,2012-11-06,19,1200,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,2,3.9347148255618336 +30168,36128,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-18,2012-11-06,19,1368,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,1,3.9347148255618336 +30198,36170,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,800,Barack Obama,16,DEM,49.7,50.909185368862694,Mitt Romney,9,REP,47.3,46.97447054330086,2.4000000000000057,3.9347148255618336 +62649,142850,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-19,2012-11-06,18,1200,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30171,36209,37,2012,US,Pres-G,2012_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,816,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,0,3.9347148255618336 +30225,36218,37,2012,US,Pres-G,2012_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2012-10-19,2012-11-06,18,790,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,2,3.9347148255618336 +30189,36161,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2012-10-18,2012-11-06,19,2700,Barack Obama,16,DEM,45,50.909185368862694,Mitt Romney,9,REP,51,46.97447054330086,-6,3.9347148255618336 +30195,36167,37,2012,US,Pres-G,2012_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2012-10-18,2012-11-06,19,885,Barack Obama,16,DEM,47.4,50.909185368862694,Mitt Romney,9,REP,43.4,46.97447054330086,4,3.9347148255618336 +30194,36166,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-20,2012-11-06,17,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +30196,36168,37,2012,US,Pres-G,2012_Pres-G_US,Monmouth University,215,TRUE,FALSE,IVR/Live Phone,NA,2012-10-20,2012-11-06,17,1402,Barack Obama,16,DEM,45,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,-3,3.9347148255618336 +30205,36180,37,2012,US,Pres-G,2012_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,1200,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +30215,36207,37,2012,US,Pres-G,2012_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-10-20,2012-11-06,17,1000,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,3,3.9347148255618336 +30240,36243,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-21,2012-11-06,16,1200,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +30258,36273,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,3500,Barack Obama,16,DEM,48.26,50.909185368862694,Mitt Romney,9,REP,46.36,46.97447054330086,1.8999999999999986,3.9347148255618336 +30242,36245,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-21,2012-11-06,16,803,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,2,3.9347148255618336 +30275,36294,37,2012,US,Pres-G,2012_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2012-10-22,2012-11-06,15,1394,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-1,3.9347148255618336 +35085,36308,37,2012,US,Pres-G,2012_Pres-G_US,GfK Group,115,TRUE,TRUE,Live Phone,NA,2012-10-21,2012-11-06,16,839,Barack Obama,16,DEM,45,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,-2,3.9347148255618336 +30289,36313,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-23,2012-11-06,14,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,50,46.97447054330086,-3,3.9347148255618336 +30344,36400,37,2012,US,Pres-G,2012_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2012-10-22,2012-11-06,15,1179,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,1,3.9347148255618336 +30345,36384,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-24,2012-11-06,13,1200,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30434,36522,37,2012,US,Pres-G,2012_Pres-G_US,North Star Opinion Research,233,FALSE,FALSE,Live Phone,"DEM,REP",2012-10-24,2012-11-06,13,1000,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,-1,3.9347148255618336 +30407,36477,37,2012,US,Pres-G,2012_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,1000,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,1,3.9347148255618336 +30339,36378,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-24,2012-11-06,13,1237,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,1,3.9347148255618336 +30340,36379,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-24,2012-11-06,13,1610,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,42,46.97447054330086,4,3.9347148255618336 +30406,36476,37,2012,US,Pres-G,2012_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,1278,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-1,3.9347148255618336 +30392,36458,37,2012,US,Pres-G,2012_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,942,Barack Obama,16,DEM,45.4,50.909185368862694,Mitt Romney,9,REP,44.1,46.97447054330086,1.2999999999999972,3.9347148255618336 +30391,36457,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-26,2012-11-06,11,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,50,46.97447054330086,-3,3.9347148255618336 +30422,36504,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,2700,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,51,46.97447054330086,-5,3.9347148255618336 +30408,36483,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-27,2012-11-06,10,1200,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-1,3.9347148255618336 +30443,36537,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-27,2012-11-06,10,1400,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,0,3.9347148255618336 +30430,36514,37,2012,US,Pres-G,2012_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,1200,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30467,36579,37,2012,US,Pres-G,2012_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2012-10-27,2012-11-06,10,563,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,1,3.9347148255618336 +30497,36627,37,2012,US,Pres-G,2012_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2012-10-27,2012-11-06,10,713,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,5,3.9347148255618336 +42240,36502,37,2012,US,Pres-G,2012_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,1495,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,0,3.9347148255618336 +30440,36533,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,Online Panel,NA,2012-10-26,2012-11-06,11,3500,Barack Obama,16,DEM,50.36,50.909185368862694,Mitt Romney,9,REP,45.29,46.97447054330086,5.07,3.9347148255618336 +30471,36588,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-28,2012-11-06,9,688,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,1,3.9347148255618336 +77899,150581,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-29,2012-11-06,8,1015,Barack Obama,16,DEM,44.7,50.909185368862694,Mitt Romney,9,REP,46.6,46.97447054330086,-1.8999999999999986,3.9347148255618336 +30480,36601,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-29,2012-11-06,8,1500,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-2,3.9347148255618336 +43261,36642,37,2012,US,Pres-G,2012_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,1128,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,0,3.9347148255618336 +30551,36717,37,2012,US,Pres-G,2012_Pres-G_US,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,805,Barack Obama,16,DEM,46,50.909185368862694,Mitt Romney,9,REP,43,46.97447054330086,3,3.9347148255618336 +30563,36735,37,2012,US,Pres-G,2012_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,1293,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,1,3.9347148255618336 +30502,36635,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-10-29,2012-11-06,8,4085,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,1,3.9347148255618336 +30575,36755,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,800,Barack Obama,16,DEM,48.7,50.909185368862694,Mitt Romney,9,REP,48.5,46.97447054330086,0.20000000000000284,3.9347148255618336 +30574,36754,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-31,2012-11-06,6,1200,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,1,3.9347148255618336 +30576,36758,37,2012,US,Pres-G,2012_Pres-G_US,Purple Strategies,265,FALSE,FALSE,IVR/Online Panel,NA,2012-10-31,2012-11-06,6,1000,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,1,3.9347148255618336 +30675,36934,37,2012,US,Pres-G,2012_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,1000,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30661,36908,37,2012,US,Pres-G,2012_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2012-10-30,2012-11-06,7,1074,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,1,3.9347148255618336 +77901,150585,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,707,Barack Obama,16,DEM,46.3,50.909185368862694,Mitt Romney,9,REP,45.1,46.97447054330086,1.1999999999999957,3.9347148255618336 +30639,37157,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-01,2012-11-06,5,3000,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30676,36936,37,2012,US,Pres-G,2012_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,1475,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,1,3.9347148255618336 +30793,37147,37,2012,US,Pres-G,2012_Pres-G_US,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1019,Barack Obama,16,DEM,51,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,3,3.9347148255618336 +30713,37032,37,2012,US,Pres-G,2012_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,2709,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,3,3.9347148255618336 +30725,37027,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,36472,Barack Obama,16,DEM,48.5,50.909185368862694,Mitt Romney,9,REP,46.5,46.97447054330086,2,3.9347148255618336 +30768,37110,37,2012,US,Pres-G,2012_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,2345,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,3,3.9347148255618336 +30758,37098,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,2551,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-1,3.9347148255618336 +30759,37099,37,2012,US,Pres-G,2012_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,3050,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,3,3.9347148255618336 +30739,37044,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-11-03,2012-11-06,3,1200,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,2,3.9347148255618336 +30760,37100,37,2012,US,Pres-G,2012_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-11-03,2012-11-06,3,1300,Barack Obama,16,DEM,50,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,2,3.9347148255618336 +30737,37042,37,2012,US,Pres-G,2012_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,872,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30732,37037,37,2012,US,Pres-G,2012_Pres-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,693,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30765,37107,37,2012,US,Pres-G,2012_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,1200,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,0,3.9347148255618336 +30776,37121,37,2012,US,Pres-G,2012_Pres-G_US,Monmouth University,215,TRUE,FALSE,IVR/Live Phone,NA,2012-11-03,2012-11-06,3,1417,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,0,3.9347148255618336 +30796,37152,37,2012,US,Pres-G,2012_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-11-03,2012-11-06,3,1080,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,45,46.97447054330086,4,3.9347148255618336 +30792,37146,37,2012,US,Pres-G,2012_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,3000,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,48,46.97447054330086,1,3.9347148255618336 +30770,37112,37,2012,US,Pres-G,2012_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-03,2012-11-06,3,4725,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,46,46.97447054330086,2,3.9347148255618336 +30798,37159,37,2012,US,Pres-G,2012_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,3500,Barack Obama,16,DEM,49.5,50.909185368862694,Mitt Romney,9,REP,46.18,46.97447054330086,3.3200000000000003,3.9347148255618336 +30807,37169,37,2012,US,Pres-G,2012_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,1041,Barack Obama,16,DEM,46.9,50.909185368862694,Mitt Romney,9,REP,47.2,46.97447054330086,-0.30000000000000426,3.9347148255618336 +30800,37161,37,2012,US,Pres-G,2012_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-04,2012-11-06,2,3000,Barack Obama,16,DEM,48,50.909185368862694,Mitt Romney,9,REP,49,46.97447054330086,-1,3.9347148255618336 +30801,37162,37,2012,US,Pres-G,2012_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-11-04,2012-11-06,2,1000,Barack Obama,16,DEM,47,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,0,3.9347148255618336 +30799,37160,37,2012,US,Pres-G,2012_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2012-11-04,2012-11-06,2,712,Barack Obama,16,DEM,50.3,50.909185368862694,Mitt Romney,9,REP,48.7,46.97447054330086,1.5999999999999943,3.9347148255618336 +42239,159407,37,2012,US,Pres-G,2012_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,740,Barack Obama,16,DEM,49,50.909185368862694,Mitt Romney,9,REP,47,46.97447054330086,2,3.9347148255618336 +15087,19927,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-05,2008-11-04,60,2765,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-3,7.399799804634853 +15792,20632,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-05,2008-11-04,60,2312,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,50,45.360405719493215,-4,7.399799804634853 +15438,20278,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-06,2008-11-04,59,3000,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-1,7.399799804634853 +14870,19710,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-09-06,2008-11-04,59,707,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,49,45.360405719493215,-2,7.399799804634853 +14967,23156,38,2008,US,Pres-G,2008_Pres-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-09-06,2008-11-04,59,942,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,45,45.360405719493215,0,7.399799804634853 +15623,20463,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-06,2008-11-04,59,823,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,54,45.360405719493215,-10,7.399799804634853 +15615,20455,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2008-09-04,2008-11-04,61,868,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,40,45.360405719493215,5,7.399799804634853 +15216,20056,38,2008,US,Pres-G,2008_Pres-G_US,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,807,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,46,45.360405719493215,0,7.399799804634853 +14892,19732,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-07,2008-11-04,58,1200,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,46,45.360405719493215,1,7.399799804634853 +15309,20149,38,2008,US,Pres-G,2008_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2008-09-07,2008-11-04,58,860,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,46,45.360405719493215,1,7.399799804634853 +15391,23155,38,2008,US,Pres-G,2008_Pres-G_US,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2008-09-07,2008-11-04,58,800,Barack Obama,41,DEM,43,52.76020552412807,John McCain,44,REP,46,45.360405719493215,-3,7.399799804634853 +15206,20046,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-08,2008-11-04,57,902,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,45,45.360405719493215,0,7.399799804634853 +15100,19940,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-08,2008-11-04,57,2714,Barack Obama,41,DEM,43,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-5,7.399799804634853 +15066,19906,38,2008,US,Pres-G,2008_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2008-09-08,2008-11-04,57,900,Barack Obama,41,DEM,42,52.76020552412807,John McCain,44,REP,45,45.360405719493215,-3,7.399799804634853 +15714,20554,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-09-08,2008-11-04,57,877,Barack Obama,41,DEM,41,52.76020552412807,John McCain,44,REP,40,45.360405719493215,1,7.399799804634853 +15234,23154,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2008-09-07,2008-11-04,58,876,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,46,45.360405719493215,-1,7.399799804634853 +15437,20277,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-09,2008-11-04,56,3000,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,48,45.360405719493215,0,7.399799804634853 +15150,23152,38,2008,US,Pres-G,2008_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-09-09,2008-11-04,56,1000,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-2,7.399799804634853 +14897,19737,38,2008,US,Pres-G,2008_Pres-G_US,GfK Group,115,TRUE,TRUE,NA,NA,2008-09-07,2008-11-04,58,812,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-4,7.399799804634853 +18183,23153,38,2008,US,Pres-G,2008_Pres-G_US,GfK Group,115,TRUE,TRUE,NA,NA,2008-09-07,2008-11-04,58,812,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-4,7.399799804634853 +15341,20181,38,2008,US,Pres-G,2008_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-09-10,2008-11-04,55,1038,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,46,45.360405719493215,0,7.399799804634853 +27670,120436,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-09-09,2008-11-04,56,707,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-4,7.399799804634853 +15205,20045,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-11,2008-11-04,54,912,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,45,45.360405719493215,-1,7.399799804634853 +15095,19935,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-11,2008-11-04,54,2761,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,47,45.360405719493215,-2,7.399799804634853 +15436,20276,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-12,2008-11-04,53,3000,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,50,45.360405719493215,-3,7.399799804634853 +15787,23150,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-09-12,2008-11-04,53,1008,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,45,45.360405719493215,0,7.399799804634853 +14841,19681,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2008-09-13,2008-11-04,52,1941,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,45,45.360405719493215,2,7.399799804634853 +15383,20223,38,2008,US,Pres-G,2008_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2008-09-11,2008-11-04,54,2307,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,46,45.360405719493215,0,7.399799804634853 +15204,20044,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-14,2008-11-04,51,909,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,42,45.360405719493215,4,7.399799804634853 +15094,19934,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-14,2008-11-04,51,2800,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,47,45.360405719493215,-1,7.399799804634853 +14891,19731,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,1200,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-3,7.399799804634853 +15233,23151,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2008-09-13,2008-11-04,52,1046,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,45,45.360405719493215,0,7.399799804634853 +15243,20083,38,2008,US,Pres-G,2008_Pres-G_US,Knowledge Networks,164,TRUE,TRUE,NA,NA,2008-09-10,2008-11-04,55,1546,Barack Obama,41,DEM,40,52.76020552412807,John McCain,44,REP,41,45.360405719493215,-1,7.399799804634853 +15435,20275,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-15,2008-11-04,50,3000,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-1,7.399799804634853 +15703,20543,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-09-15,2008-11-04,50,917,Barack Obama,41,DEM,43,52.76020552412807,John McCain,44,REP,45,45.360405719493215,-2,7.399799804634853 +18182,23149,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-09-14,2008-11-04,51,712,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,43,45.360405719493215,6,7.399799804634853 +15400,20240,38,2008,US,Pres-G,2008_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-13,2008-11-04,52,987,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,45,45.360405719493215,4,7.399799804634853 +66653,124252,38,2008,US,Pres-G,2008_Pres-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2008-09-16,2008-11-04,49,1000,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,46,45.360405719493215,3,7.399799804634853 +15636,20476,38,2008,US,Pres-G,2008_Pres-G_US,Big Ten,31,FALSE,TRUE,NA,NA,2008-09-16,2008-11-04,49,1114,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,45,45.360405719493215,1,7.399799804634853 +14941,19781,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,800,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,47,45.360405719493215,-2,7.399799804634853 +15193,20033,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-17,2008-11-04,48,915,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,44,45.360405719493215,1,7.399799804634853 +15093,19933,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-17,2008-11-04,48,2796,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,44,45.360405719493215,5,7.399799804634853 +15434,20274,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,3000,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,47,45.360405719493215,1,7.399799804634853 +15798,20638,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-19,2008-11-04,46,2331,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,43,45.360405719493215,4,7.399799804634853 +15203,20043,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-20,2008-11-04,45,915,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,42,45.360405719493215,5,7.399799804634853 +15092,19932,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-20,2008-11-04,45,2740,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,44,45.360405719493215,4,7.399799804634853 +14966,23148,38,2008,US,Pres-G,2008_Pres-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-09-20,2008-11-04,45,697,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,45,45.360405719493215,3,7.399799804634853 +15075,19915,38,2008,US,Pres-G,2008_Pres-G_US,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1320,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,47,45.360405719493215,-2,7.399799804634853 +15433,20273,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-21,2008-11-04,44,3000,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,48,45.360405719493215,0,7.399799804634853 +14890,19730,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-09-21,2008-11-04,44,1200,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,46,45.360405719493215,2,7.399799804634853 +14869,23147,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-09-21,2008-11-04,44,780,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,43,45.360405719493215,8,7.399799804634853 +15256,23146,38,2008,US,Pres-G,2008_Pres-G_US,Los Angeles Times,172,TRUE,TRUE,NA,NA,2008-09-21,2008-11-04,44,838,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,42,45.360405719493215,6,7.399799804634853 +18181,23145,38,2008,US,Pres-G,2008_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,1085,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,42,45.360405719493215,2,7.399799804634853 +15239,20079,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2008-09-20,2008-11-04,45,923,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,43,45.360405719493215,1,7.399799804634853 +15178,20018,38,2008,US,Pres-G,2008_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,NA,NA,2008-09-19,2008-11-04,46,1562,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,46,45.360405719493215,1,7.399799804634853 +15307,20147,38,2008,US,Pres-G,2008_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2008-09-17,2008-11-04,48,1085,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,46,45.360405719493215,2,7.399799804634853 +15063,19903,38,2008,US,Pres-G,2008_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2008-09-22,2008-11-04,43,900,Barack Obama,41,DEM,45,52.76020552412807,John McCain,44,REP,39,45.360405719493215,6,7.399799804634853 +15285,20125,38,2008,US,Pres-G,2008_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-22,2008-11-04,43,698,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,43,45.360405719493215,4,7.399799804634853 +15197,20037,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-23,2008-11-04,42,912,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,43,45.360405719493215,4,7.399799804634853 +15091,19931,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-23,2008-11-04,42,2731,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,46,45.360405719493215,0,7.399799804634853 +14931,19771,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,1000,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,48,45.360405719493215,-1,7.399799804634853 +15153,23144,38,2008,US,Pres-G,2008_Pres-G_US,GQR,126,TRUE,FALSE,NA,DEM,2008-09-23,2008-11-04,42,1007,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,44,45.360405719493215,3,7.399799804634853 +15702,20542,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-09-23,2008-11-04,42,1000,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,43,45.360405719493215,3,7.399799804634853 +43902,20377,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2008-09-23,2008-11-04,42,707,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,43,45.360405719493215,5,7.399799804634853 +15432,20272,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-24,2008-11-04,41,3000,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,45,45.360405719493215,5,7.399799804634853 +15799,20639,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-24,2008-11-04,41,4752,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,46,45.360405719493215,-2,7.399799804634853 +15196,20036,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-26,2008-11-04,39,905,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,42,45.360405719493215,5,7.399799804634853 +15090,19930,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-26,2008-11-04,39,2719,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,42,45.360405719493215,8,7.399799804634853 +15793,20633,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-26,2008-11-04,39,2102,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,46,45.360405719493215,1,7.399799804634853 +15431,20271,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-27,2008-11-04,38,3000,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,45,45.360405719493215,5,7.399799804634853 +14864,23142,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-09-28,2008-11-04,37,916,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,45,45.360405719493215,3,7.399799804634853 +14889,19729,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-28,2008-11-04,37,1200,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,45,45.360405719493215,4,7.399799804634853 +15382,20222,38,2008,US,Pres-G,2008_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2008-09-28,2008-11-04,37,1181,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,43,45.360405719493215,6,7.399799804634853 +15701,20541,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-09-28,2008-11-04,37,1000,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,42,45.360405719493215,5,7.399799804634853 +15238,23143,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2008-09-28,2008-11-04,37,1007,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,42,45.360405719493215,4,7.399799804634853 +15563,20403,38,2008,US,Pres-G,2008_Pres-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2008-09-28,2008-11-04,37,1133,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,43,45.360405719493215,7,7.399799804634853 +15202,20042,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-29,2008-11-04,36,902,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,42,45.360405719493215,5,7.399799804634853 +15099,19939,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-29,2008-11-04,36,2746,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,44,45.360405719493215,4,7.399799804634853 +14939,19779,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-09-27,2008-11-04,38,800,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,46,45.360405719493215,2,7.399799804634853 +15152,23141,38,2008,US,Pres-G,2008_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-09-29,2008-11-04,36,1000,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,45,45.360405719493215,4,7.399799804634853 +15284,20124,38,2008,US,Pres-G,2008_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-29,2008-11-04,36,943,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,44,45.360405719493215,5,7.399799804634853 +14896,19736,38,2008,US,Pres-G,2008_Pres-G_US,GfK Group,115,TRUE,TRUE,NA,NA,2008-09-29,2008-11-04,36,808,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,41,45.360405719493215,7,7.399799804634853 +14956,19796,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-09-29,2008-11-04,36,707,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,41,45.360405719493215,9,7.399799804634853 +18180,23140,38,2008,US,Pres-G,2008_Pres-G_US,GfK Group,115,TRUE,TRUE,NA,NA,2008-09-29,2008-11-04,36,808,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,41,45.360405719493215,7,7.399799804634853 +15409,20249,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,3000,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,44,45.360405719493215,7,7.399799804634853 +15201,120347,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-02,2008-11-04,33,915,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,41,45.360405719493215,7,7.399799804634853 +15098,19938,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-02,2008-11-04,33,2703,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,42,45.360405719493215,8,7.399799804634853 +15794,20634,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-02,2008-11-04,33,2873,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,44,45.360405719493215,4,7.399799804634853 +15430,20270,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-03,2008-11-04,32,3000,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,44,45.360405719493215,7,7.399799804634853 +15308,20148,38,2008,US,Pres-G,2008_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2008-10-04,2008-11-04,31,658,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,43,45.360405719493215,6,7.399799804634853 +14957,19797,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-04,2008-11-04,31,616,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,45,45.360405719493215,3,7.399799804634853 +14964,23138,38,2008,US,Pres-G,2008_Pres-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-04,2008-11-04,31,694,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,42,45.360405719493215,11,7.399799804634853 +18179,23137,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2008-10-04,2008-11-04,31,926,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,42,45.360405719493215,6,7.399799804634853 +15149,23139,38,2008,US,Pres-G,2008_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-03,2008-11-04,32,1000,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,45,45.360405719493215,3,7.399799804634853 +15200,20040,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-05,2008-11-04,30,908,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,44,45.360405719493215,2,7.399799804634853 +15089,19929,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-05,2008-11-04,30,2747,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,42,45.360405719493215,9,7.399799804634853 +14938,19778,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-10-03,2008-11-04,32,800,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,43,45.360405719493215,7,7.399799804634853 +14888,19728,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,1200,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,45,45.360405719493215,4,7.399799804634853 +15700,20540,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-05,2008-11-04,30,1000,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,43,45.360405719493215,3,7.399799804634853 +15564,20404,38,2008,US,Pres-G,2008_Pres-G_US,Abt Associates,7,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,1053,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,43,45.360405719493215,5,7.399799804634853 +15237,20077,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2008-10-04,2008-11-04,31,858,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,40,45.360405719493215,7,7.399799804634853 +15429,20269,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-06,2008-11-04,29,3000,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,45,45.360405719493215,6,7.399799804634853 +15192,20032,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-08,2008-11-04,27,838,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,41,45.360405719493215,7,7.399799804634853 +15088,19928,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-08,2008-11-04,27,2784,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,41,45.360405719493215,10,7.399799804634853 +15061,19901,38,2008,US,Pres-G,2008_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-10-08,2008-11-04,27,900,Barack Obama,41,DEM,46,52.76020552412807,John McCain,44,REP,39,45.360405719493215,7,7.399799804634853 +15340,20180,38,2008,US,Pres-G,2008_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2008-10-08,2008-11-04,27,1035,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,41,45.360405719493215,11,7.399799804634853 +15788,20628,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-08,2008-11-04,27,1203,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,43,45.360405719493215,5,7.399799804634853 +15428,20268,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-09,2008-11-04,26,3000,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,45,45.360405719493215,7,7.399799804634853 +14863,19703,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-10-10,2008-11-04,25,766,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,43,45.360405719493215,10,7.399799804634853 +15190,20030,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-11,2008-11-04,24,823,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,42,45.360405719493215,6,7.399799804634853 +15082,150235,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-11,2008-11-04,24,2400,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,43,45.360405719493215,10,7.399799804634853 +14937,19777,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-10-09,2008-11-04,26,1000,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,43,45.360405719493215,8,7.399799804634853 +15698,20538,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,1000,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,42,45.360405719493215,6,7.399799804634853 +15385,20225,38,2008,US,Pres-G,2008_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2008-10-11,2008-11-04,24,1191,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,42,45.360405719493215,7,7.399799804634853 +15163,23136,38,2008,US,Pres-G,2008_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-10,2008-11-04,25,1000,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,40,45.360405719493215,10,7.399799804634853 +15427,20267,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-12,2008-11-04,23,3000,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,45,45.360405719493215,5,7.399799804634853 +14886,19726,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-12,2008-11-04,23,1200,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,45,45.360405719493215,5,7.399799804634853 +15257,23134,38,2008,US,Pres-G,2008_Pres-G_US,Los Angeles Times,172,TRUE,TRUE,NA,NA,2008-10-12,2008-11-04,23,1030,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,39,45.360405719493215,8,7.399799804634853 +15536,23135,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-12,2008-11-04,23,699,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,39,45.360405719493215,12,7.399799804634853 +15786,20626,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-12,2008-11-04,23,1208,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,43,45.360405719493215,6,7.399799804634853 +15240,20080,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2008-10-11,2008-11-04,24,1036,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,39,45.360405719493215,9,7.399799804634853 +15244,20084,38,2008,US,Pres-G,2008_Pres-G_US,Knowledge Networks,164,TRUE,TRUE,NA,NA,2008-10-08,2008-11-04,27,1528,Barack Obama,41,DEM,42,52.76020552412807,John McCain,44,REP,39,45.360405719493215,3,7.399799804634853 +15191,20031,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-14,2008-11-04,21,817,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,41,45.360405719493215,8,7.399799804634853 +15081,150227,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-14,2008-11-04,21,2400,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,47,45.360405719493215,2,7.399799804634853 +77737,150140,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2008-10-13,2008-11-04,22,1100,Barack Obama,41,DEM,45.2,52.76020552412807,John McCain,44,REP,41.9,45.360405719493215,3.3000000000000043,7.399799804634853 +15426,20266,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-15,2008-11-04,20,3000,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,46,45.360405719493215,4,7.399799804634853 +15616,20456,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2008-10-14,2008-11-04,21,850,Barack Obama,41,DEM,45.2,52.76020552412807,John McCain,44,REP,41.6,45.360405719493215,3.6000000000000014,7.399799804634853 +15785,20625,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-16,2008-11-04,19,1209,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,44,45.360405719493215,4,7.399799804634853 +15195,20035,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-17,2008-11-04,18,785,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,41,45.360405719493215,7,7.399799804634853 +15080,150219,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-17,2008-11-04,18,2400,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,46,45.360405719493215,3,7.399799804634853 +14935,19775,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2008-10-16,2008-11-04,19,1000,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,45,45.360405719493215,4,7.399799804634853 +15425,20265,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-18,2008-11-04,17,3000,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,46,45.360405719493215,4,7.399799804634853 +14963,23131,38,2008,US,Pres-G,2008_Pres-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,764,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,43,45.360405719493215,6,7.399799804634853 +63537,116963,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,327,Barack Obama,41,DEM,54,52.76020552412807,John McCain,44,REP,41,45.360405719493215,13,7.399799804634853 +15381,20221,38,2008,US,Pres-G,2008_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,2382,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,39,45.360405719493215,14,7.399799804634853 +15151,23133,38,2008,US,Pres-G,2008_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-17,2008-11-04,18,1000,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,44,45.360405719493215,5,7.399799804634853 +15074,19914,38,2008,US,Pres-G,2008_Pres-G_US,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2008-10-16,2008-11-04,19,707,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,45,45.360405719493215,5,7.399799804634853 +77725,150095,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,1100,Barack Obama,41,DEM,46.7,52.76020552412807,John McCain,44,REP,41.4,45.360405719493215,5.300000000000004,7.399799804634853 +15784,20624,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,1214,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,42,45.360405719493215,8,7.399799804634853 +14887,19727,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,1200,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,45,45.360405719493215,4,7.399799804634853 +15306,23130,38,2008,US,Pres-G,2008_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,1159,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,39,45.360405719493215,11,7.399799804634853 +15177,20017,38,2008,US,Pres-G,2008_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2008-10-18,2008-11-04,17,1390,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,44,45.360405719493215,6,7.399799804634853 +15235,20075,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,773,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,42,45.360405719493215,8,7.399799804634853 +18178,23132,38,2008,US,Pres-G,2008_Pres-G_US,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,800,Barack Obama,41,DEM,44,52.76020552412807,John McCain,44,REP,43,45.360405719493215,1,7.399799804634853 +14859,19699,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,1330,Barack Obama,41,DEM,54,52.76020552412807,John McCain,44,REP,43,45.360405719493215,11,7.399799804634853 +15194,20034,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-20,2008-11-04,15,782,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,42,45.360405719493215,5,7.399799804634853 +15084,150211,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,2400,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,45,45.360405719493215,5,7.399799804634853 +15059,19899,38,2008,US,Pres-G,2008_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-10-20,2008-11-04,15,936,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,40,45.360405719493215,9,7.399799804634853 +15699,20539,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-20,2008-11-04,15,1000,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,41,45.360405719493215,8,7.399799804634853 +15613,20453,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,1050,Barack Obama,41,DEM,46.9,52.76020552412807,John McCain,44,REP,40.9,45.360405719493215,6,7.399799804634853 +15424,20264,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-21,2008-11-04,14,3000,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,45,45.360405719493215,7,7.399799804634853 +63533,20475,38,2008,US,Pres-G,2008_Pres-G_US,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,1014,Barack Obama,41,DEM,51.5,52.76020552412807,John McCain,44,REP,42.5,45.360405719493215,9,7.399799804634853 +15535,20375,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,699,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,39,45.360405719493215,13,7.399799804634853 +15339,20179,38,2008,US,Pres-G,2008_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-10-22,2008-11-04,13,882,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,41,45.360405719493215,12,7.399799804634853 +15148,19988,38,2008,US,Pres-G,2008_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-22,2008-11-04,13,1000,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,43,45.360405719493215,9,7.399799804634853 +63590,117032,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,886,Barack Obama,41,DEM,44.8,52.76020552412807,John McCain,44,REP,43.7,45.360405719493215,1.0999999999999943,7.399799804634853 +15187,20027,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-23,2008-11-04,12,869,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,43,45.360405719493215,7,7.399799804634853 +15083,150203,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,2400,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,44,45.360405719493215,7,7.399799804634853 +15783,20623,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,1203,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,42,45.360405719493215,9,7.399799804634853 +14862,19702,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,1308,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,45,45.360405719493215,7,7.399799804634853 +15423,20263,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-24,2008-11-04,11,3000,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,44,45.360405719493215,8,7.399799804634853 +14934,19774,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,1000,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,46,45.360405719493215,3,7.399799804634853 +15611,20451,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,886,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,43.3,45.360405719493215,3.700000000000003,7.399799804634853 +15379,20219,38,2008,US,Pres-G,2008_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,1198,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,38,45.360405719493215,15,7.399799804634853 +15189,20029,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-26,2008-11-04,9,878,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,42,45.360405719493215,8,7.399799804634853 +15079,150195,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,2400,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,47,45.360405719493215,2,7.399799804634853 +15781,20621,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,1202,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,45,45.360405719493215,4,7.399799804634853 +14885,19725,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,1200,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,45,45.360405719493215,5,7.399799804634853 +15697,20537,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-26,2008-11-04,9,1000,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,42,45.360405719493215,7,7.399799804634853 +15236,20076,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,831,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,42,45.360405719493215,6,7.399799804634853 +15176,20016,38,2008,US,Pres-G,2008_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2008-10-24,2008-11-04,11,1695,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,44,45.360405719493215,6,7.399799804634853 +15242,20082,38,2008,US,Pres-G,2008_Pres-G_US,Knowledge Networks,164,TRUE,TRUE,Probability Panel,NA,2008-10-22,2008-11-04,13,1537,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,43,45.360405719493215,7,7.399799804634853 +15422,20262,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-27,2008-11-04,8,3000,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,47,45.360405719493215,3,7.399799804634853 +14861,19701,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,1327,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,44,45.360405719493215,8,7.399799804634853 +15283,20123,38,2008,US,Pres-G,2008_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,535,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,43,45.360405719493215,7,7.399799804634853 +15058,19898,38,2008,US,Pres-G,2008_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-10-28,2008-11-04,7,924,Barack Obama,41,DEM,47,52.76020552412807,John McCain,44,REP,44,45.360405719493215,3,7.399799804634853 +18176,23129,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-27,2008-11-04,8,1005,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,39,45.360405719493215,13,7.399799804634853 +15188,20028,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-29,2008-11-04,6,870,Barack Obama,41,DEM,48,52.76020552412807,John McCain,44,REP,41,45.360405719493215,7,7.399799804634853 +15078,150187,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,2400,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,43,45.360405719493215,8,7.399799804634853 +14933,19773,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,1000,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,45,45.360405719493215,4,7.399799804634853 +15782,20622,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,1201,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,43,45.360405719493215,7,7.399799804634853 +66248,123286,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-30,2008-11-04,5,707,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,41,45.360405719493215,11,7.399799804634853 +63539,116965,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-31,2008-11-04,4,607,Barack Obama,41,DEM,54,52.76020552412807,John McCain,44,REP,41,45.360405719493215,13,7.399799804634853 +15610,20450,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,970,Barack Obama,41,DEM,48.2,52.76020552412807,John McCain,44,REP,43.8,45.360405719493215,4.400000000000006,7.399799804634853 +15421,20261,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,3000,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,46,45.360405719493215,5,7.399799804634853 +66249,123287,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-11-01,2008-11-04,3,747,Barack Obama,41,DEM,54,52.76020552412807,John McCain,44,REP,41,45.360405719493215,13,7.399799804634853 +14962,120010,38,2008,US,Pres-G,2008_Pres-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-31,2008-11-04,4,746,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,43,45.360405719493215,8,7.399799804634853 +15241,20081,38,2008,US,Pres-G,2008_Pres-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2008-10-31,2008-11-04,4,760,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,46,45.360405719493215,7,7.399799804634853 +15390,20230,38,2008,US,Pres-G,2008_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2008-10-31,2008-11-04,4,2587,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,46,45.360405719493215,6,7.399799804634853 +15696,20536,38,2008,US,Pres-G,2008_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,31148,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,45,45.360405719493215,6,7.399799804634853 +14858,19698,38,2008,US,Pres-G,2008_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,2470,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,44,45.360405719493215,9,7.399799804634853 +14954,19794,38,2008,US,Pres-G,2008_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-11-02,2008-11-04,2,707,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,42,45.360405719493215,9,7.399799804634853 +15186,20026,38,2008,US,Pres-G,2008_Pres-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-11-01,2008-11-04,3,887,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,45,45.360405719493215,5,7.399799804634853 +15145,150179,38,2008,US,Pres-G,2008_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,2400,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,42,45.360405719493215,11,7.399799804634853 +15282,20122,38,2008,US,Pres-G,2008_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,635,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,44,45.360405719493215,9,7.399799804634853 +15057,19897,38,2008,US,Pres-G,2008_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-11-01,2008-11-04,3,917,Barack Obama,41,DEM,50,52.76020552412807,John McCain,44,REP,43,45.360405719493215,7,7.399799804634853 +15318,20158,38,2008,US,Pres-G,2008_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,1159,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,43,45.360405719493215,8,7.399799804634853 +15164,20004,38,2008,US,Pres-G,2008_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-11-01,2008-11-04,3,1000,Barack Obama,41,DEM,51,52.76020552412807,John McCain,44,REP,44,45.360405719493215,7,7.399799804634853 +14936,19776,38,2008,US,Pres-G,2008_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,400,Barack Obama,41,DEM,49,52.76020552412807,John McCain,44,REP,44,45.360405719493215,5,7.399799804634853 +15621,20461,38,2008,US,Pres-G,2008_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,981,Barack Obama,41,DEM,47.5,52.76020552412807,John McCain,44,REP,42.8,45.360405719493215,4.700000000000003,7.399799804634853 +15780,20620,38,2008,US,Pres-G,2008_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,1226,Barack Obama,41,DEM,54,52.76020552412807,John McCain,44,REP,43,45.360405719493215,11,7.399799804634853 +77579,149912,38,2008,US,Pres-G,2008_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-02,2008-11-04,2,3000,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,46,45.360405719493215,6,7.399799804634853 +15281,20121,38,2008,US,Pres-G,2008_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-11-03,2008-11-04,1,804,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,43,45.360405719493215,9,7.399799804634853 +14884,19724,38,2008,US,Pres-G,2008_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,1200,Barack Obama,41,DEM,53,52.76020552412807,John McCain,44,REP,45,45.360405719493215,8,7.399799804634853 +15185,20025,38,2008,US,Pres-G,2008_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2008-11-01,2008-11-04,3,3946,Barack Obama,41,DEM,52,52.76020552412807,John McCain,44,REP,44,45.360405719493215,8,7.399799804634853 +15328,20168,39,2004,US,Pres-G,2004_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2004-09-02,2004-11-02,61,707,John Kerry,157,DEM,43,48.12977247614087,George W. Bush,182,REP,54,50.573341714793585,-11,-2.4435692386527137 +77317,149097,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-04,2004-11-02,59,3000,John Kerry,157,DEM,46.5,48.12977247614087,George W. Bush,182,REP,47.6,50.573341714793585,-1.1000000000000014,-2.4435692386527137 +14986,19826,39,2004,US,Pres-G,2004_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-09-04,2004-11-02,59,707,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,52,50.573341714793585,-7,-2.4435692386527137 +15222,20062,39,2004,US,Pres-G,2004_Pres-G_US,SSRS,297,TRUE,FALSE,NA,NA,2004-09-03,2004-11-02,60,707,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-1,-2.4435692386527137 +77314,149094,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-07,2004-11-02,56,3000,John Kerry,157,DEM,46.8,48.12977247614087,George W. Bush,182,REP,47.5,50.573341714793585,-0.7000000000000028,-2.4435692386527137 +15043,19883,39,2004,US,Pres-G,2004_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-07,2004-11-02,56,1200,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-2,-2.4435692386527137 +14843,19683,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-09-07,2004-11-02,56,707,John Kerry,157,DEM,43,48.12977247614087,George W. Bush,182,REP,52,50.573341714793585,-9,-2.4435692386527137 +14949,19789,39,2004,US,Pres-G,2004_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2004-09-07,2004-11-02,56,707,John Kerry,157,DEM,42,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-8,-2.4435692386527137 +77437,149483,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-09-07,2004-11-02,56,2106,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-1,-2.4435692386527137 +15733,20573,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-09-08,2004-11-02,55,1200,John Kerry,157,DEM,42,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,-4,-2.4435692386527137 +14913,19749,39,2004,US,Pres-G,2004_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2004-09-08,2004-11-02,55,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-5,-2.4435692386527137 +15548,20388,39,2004,US,Pres-G,2004_Pres-G_US,Abt Associates,7,TRUE,FALSE,NA,NA,2004-09-08,2004-11-02,55,707,John Kerry,157,DEM,42,48.12977247614087,George W. Bush,182,REP,54,50.573341714793585,-12,-2.4435692386527137 +15027,19867,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-09-08,2004-11-02,55,1000,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-3,-2.4435692386527137 +15327,20167,39,2004,US,Pres-G,2004_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2004-09-09,2004-11-02,54,1003,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-5,-2.4435692386527137 +15364,20204,39,2004,US,Pres-G,2004_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2004-09-09,2004-11-02,54,707,John Kerry,157,DEM,38,48.12977247614087,George W. Bush,182,REP,54,50.573341714793585,-16,-2.4435692386527137 +77311,149091,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-10,2004-11-02,53,3000,John Kerry,157,DEM,45.2,48.12977247614087,George W. Bush,182,REP,48.3,50.573341714793585,-3.0999999999999943,-2.4435692386527137 +66625,124231,39,2004,US,Pres-G,2004_Pres-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2004-09-11,2004-11-02,52,1000,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-3,-2.4435692386527137 +15359,20199,39,2004,US,Pres-G,2004_Pres-G_US,PSB Research,250,FALSE,FALSE,NA,NA,2004-09-11,2004-11-02,52,800,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-4,-2.4435692386527137 +15221,20061,39,2004,US,Pres-G,2004_Pres-G_US,SSRS,297,TRUE,FALSE,NA,NA,2004-09-10,2004-11-02,53,707,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,52,50.573341714793585,-8,-2.4435692386527137 +15597,20437,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2004-09-09,2004-11-02,54,1000,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,0,-2.4435692386527137 +15167,20007,39,2004,US,Pres-G,2004_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-09-11,2004-11-02,52,803,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,1,-2.4435692386527137 +77308,149088,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-13,2004-11-02,50,3000,John Kerry,157,DEM,46.4,48.12977247614087,George W. Bush,182,REP,47.3,50.573341714793585,-0.8999999999999986,-2.4435692386527137 +15026,19866,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-09-13,2004-11-02,50,1000,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-1,-2.4435692386527137 +15363,20203,39,2004,US,Pres-G,2004_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-1,-2.4435692386527137 +15077,19916,39,2004,US,Pres-G,2004_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2004-09-14,2004-11-02,49,767,John Kerry,157,DEM,40,48.12977247614087,George W. Bush,182,REP,54,50.573341714793585,-14,-2.4435692386527137 +77438,149486,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-09-14,2004-11-02,49,1608,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-2,-2.4435692386527137 +14928,19768,39,2004,US,Pres-G,2004_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,1000,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-4,-2.4435692386527137 +14948,19788,39,2004,US,Pres-G,2004_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-09-14,2004-11-02,49,707,John Kerry,157,DEM,42,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-8,-2.4435692386527137 +77305,149085,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-16,2004-11-02,47,3000,John Kerry,157,DEM,44.8,48.12977247614087,George W. Bush,182,REP,49.4,50.573341714793585,-4.600000000000001,-2.4435692386527137 +15596,20436,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2004-09-16,2004-11-02,47,1000,John Kerry,157,DEM,43,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,-3,-2.4435692386527137 +15296,20136,39,2004,US,Pres-G,2004_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3,-2.4435692386527137 +15734,20574,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-09-18,2004-11-02,45,1200,John Kerry,157,DEM,43,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,-3,-2.4435692386527137 +77302,149082,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-19,2004-11-02,44,3000,John Kerry,157,DEM,45.5,48.12977247614087,George W. Bush,182,REP,48.3,50.573341714793585,-2.799999999999997,-2.4435692386527137 +15025,19865,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-09-20,2004-11-02,43,1000,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,0,-2.4435692386527137 +15369,20209,39,2004,US,Pres-G,2004_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2004-09-19,2004-11-02,44,707,John Kerry,157,DEM,42,48.12977247614087,George W. Bush,182,REP,45,50.573341714793585,-3,-2.4435692386527137 +15042,19882,39,2004,US,Pres-G,2004_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,1200,John Kerry,157,DEM,43,48.12977247614087,George W. Bush,182,REP,45,50.573341714793585,-2,-2.4435692386527137 +14908,19748,39,2004,US,Pres-G,2004_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2004-09-21,2004-11-02,42,707,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,52,50.573341714793585,-7,-2.4435692386527137 +14947,19787,39,2004,US,Pres-G,2004_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,1083,John Kerry,157,DEM,41,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-8,-2.4435692386527137 +15272,20112,39,2004,US,Pres-G,2004_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-09-21,2004-11-02,42,707,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-6,-2.4435692386527137 +77439,149489,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-09-21,2004-11-02,42,1660,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,1,-2.4435692386527137 +77299,149079,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-22,2004-11-02,41,3000,John Kerry,157,DEM,46.5,48.12977247614087,George W. Bush,182,REP,47.4,50.573341714793585,-0.8999999999999986,-2.4435692386527137 +14927,19767,39,2004,US,Pres-G,2004_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-09-22,2004-11-02,41,1000,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-5,-2.4435692386527137 +15547,20387,39,2004,US,Pres-G,2004_Pres-G_US,Abt Associates,7,TRUE,FALSE,NA,NA,2004-09-22,2004-11-02,41,707,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-4,-2.4435692386527137 +77296,149076,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-25,2004-11-02,38,3000,John Kerry,157,DEM,46.1,48.12977247614087,George W. Bush,182,REP,47.8,50.573341714793585,-1.6999999999999957,-2.4435692386527137 +14984,19824,39,2004,US,Pres-G,2004_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2004-09-25,2004-11-02,38,707,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,52,50.573341714793585,-8,-2.4435692386527137 +14842,19682,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-09-25,2004-11-02,38,707,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-6,-2.4435692386527137 +15368,20208,39,2004,US,Pres-G,2004_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2004-09-24,2004-11-02,39,707,John Kerry,157,DEM,40,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-8,-2.4435692386527137 +15595,20435,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2004-09-24,2004-11-02,39,1000,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,45,50.573341714793585,1,-2.4435692386527137 +15024,19864,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-09-27,2004-11-02,36,1000,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3,-2.4435692386527137 +15250,20090,39,2004,US,Pres-G,2004_Pres-G_US,Los Angeles Times,172,TRUE,TRUE,NA,NA,2004-09-27,2004-11-02,36,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-5,-2.4435692386527137 +15220,20060,39,2004,US,Pres-G,2004_Pres-G_US,SSRS,297,TRUE,FALSE,NA,NA,2004-09-26,2004-11-02,37,707,John Kerry,157,DEM,43,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-8,-2.4435692386527137 +77294,149073,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-28,2004-11-02,35,3000,John Kerry,157,DEM,46.1,48.12977247614087,George W. Bush,182,REP,48.5,50.573341714793585,-2.3999999999999986,-2.4435692386527137 +77440,149492,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-09-28,2004-11-02,35,2225,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-1,-2.4435692386527137 +14926,19766,39,2004,US,Pres-G,2004_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-09-29,2004-11-02,34,1000,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-7,-2.4435692386527137 +77291,149070,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-01,2004-11-02,32,3000,John Kerry,157,DEM,45.4,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3.6000000000000014,-2.4435692386527137 +15326,20166,39,2004,US,Pres-G,2004_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2004-10-01,2004-11-02,32,707,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,3,-2.4435692386527137 +15765,20605,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-02,2004-11-02,31,1200,John Kerry,157,DEM,43,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,-3,-2.4435692386527137 +15288,20128,39,2004,US,Pres-G,2004_Pres-G_US,McLaughlin & Associates,203,FALSE,FALSE,NA,NA,2004-10-02,2004-11-02,31,1000,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-3,-2.4435692386527137 +14946,19786,39,2004,US,Pres-G,2004_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2004-10-02,2004-11-02,31,1125,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-1,-2.4435692386527137 +14997,19823,39,2004,US,Pres-G,2004_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2004-10-02,2004-11-02,31,707,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,0,-2.4435692386527137 +15362,20202,39,2004,US,Pres-G,2004_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2004-10-02,2004-11-02,31,707,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-5,-2.4435692386527137 +15041,19881,39,2004,US,Pres-G,2004_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-10-03,2004-11-02,30,1200,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-3,-2.4435692386527137 +14876,19716,39,2004,US,Pres-G,2004_Pres-G_US,American Research Group,9,TRUE,FALSE,NA,NA,2004-10-03,2004-11-02,30,800,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,1,-2.4435692386527137 +14811,20504,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-10-04,2004-11-02,29,707,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-2,-2.4435692386527137 +27920,149067,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-04,2004-11-02,29,3000,John Kerry,157,DEM,46.9,48.12977247614087,George W. Bush,182,REP,47.2,50.573341714793585,-0.30000000000000426,-2.4435692386527137 +15271,20111,39,2004,US,Pres-G,2004_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-10-04,2004-11-02,29,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3,-2.4435692386527137 +77441,149495,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-10-04,2004-11-02,29,1566,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,0,-2.4435692386527137 +15023,19863,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-10-04,2004-11-02,29,1000,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,1,-2.4435692386527137 +15219,20059,39,2004,US,Pres-G,2004_Pres-G_US,SSRS,297,TRUE,FALSE,NA,NA,2004-10-03,2004-11-02,30,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-5,-2.4435692386527137 +14907,19747,39,2004,US,Pres-G,2004_Pres-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2004-10-05,2004-11-02,28,707,John Kerry,157,DEM,50,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,4,-2.4435692386527137 +15743,20583,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-06,2004-11-02,27,1200,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,-1,-2.4435692386527137 +15546,20386,39,2004,US,Pres-G,2004_Pres-G_US,Abt Associates,7,TRUE,FALSE,NA,NA,2004-10-06,2004-11-02,27,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-1,-2.4435692386527137 +14925,19765,39,2004,US,Pres-G,2004_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-10-06,2004-11-02,27,1000,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3,-2.4435692386527137 +77286,149064,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-07,2004-11-02,26,3000,John Kerry,157,DEM,45.9,48.12977247614087,George W. Bush,182,REP,49.6,50.573341714793585,-3.700000000000003,-2.4435692386527137 +14807,20500,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-10-08,2004-11-02,25,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-5,-2.4435692386527137 +15740,20580,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-09,2004-11-02,24,1200,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,44,50.573341714793585,3,-2.4435692386527137 +14982,19822,39,2004,US,Pres-G,2004_Pres-G_US,Gallup,112,TRUE,FALSE,NA,NA,2004-10-09,2004-11-02,24,707,John Kerry,157,DEM,50,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,2,-2.4435692386527137 +15659,20499,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-10-09,2004-11-02,24,707,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-6,-2.4435692386527137 +77284,149061,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-10,2004-11-02,23,3000,John Kerry,157,DEM,45.8,48.12977247614087,George W. Bush,182,REP,47.4,50.573341714793585,-1.6000000000000014,-2.4435692386527137 +15022,19862,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-10-10,2004-11-02,23,1000,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,0,-2.4435692386527137 +14945,19785,39,2004,US,Pres-G,2004_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2004-10-10,2004-11-02,23,1125,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-1,-2.4435692386527137 +15218,20058,39,2004,US,Pres-G,2004_Pres-G_US,SSRS,297,TRUE,FALSE,NA,NA,2004-10-10,2004-11-02,23,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3,-2.4435692386527137 +14804,20497,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-10-11,2004-11-02,22,707,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,1,-2.4435692386527137 +77442,149498,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-10-11,2004-11-02,22,1711,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,1,-2.4435692386527137 +15592,120078,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2004-10-12,2004-11-02,21,1000,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-3,-2.4435692386527137 +15763,20603,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-12,2004-11-02,21,1200,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,-1,-2.4435692386527137 +15357,20197,39,2004,US,Pres-G,2004_Pres-G_US,Ohio University,237,FALSE,TRUE,NA,NA,2004-10-08,2004-11-02,25,707,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-1,-2.4435692386527137 +77281,149058,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-13,2004-11-02,20,3000,John Kerry,157,DEM,45.5,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3.5,-2.4435692386527137 +14924,19764,39,2004,US,Pres-G,2004_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-13,2004-11-02,20,1000,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3,-2.4435692386527137 +15322,117045,39,2004,US,Pres-G,2004_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2004-10-14,2004-11-02,19,882,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-6,-2.4435692386527137 +15545,20385,39,2004,US,Pres-G,2004_Pres-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,865,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,0,-2.4435692386527137 +38550,116953,39,2004,US,Pres-G,2004_Pres-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,865,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-1,-2.4435692386527137 +15654,20494,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,707,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-3,-2.4435692386527137 +14801,20493,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-4,-2.4435692386527137 +15760,20600,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,1200,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,-2,-2.4435692386527137 +14995,19821,39,2004,US,Pres-G,2004_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,707,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,52,50.573341714793585,-8,-2.4435692386527137 +15021,19861,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-15,2004-11-02,18,1000,John Kerry,157,DEM,50,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,3,-2.4435692386527137 +15588,120077,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,1000,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-4,-2.4435692386527137 +77279,149055,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-16,2004-11-02,17,3000,John Kerry,157,DEM,47.3,48.12977247614087,George W. Bush,182,REP,47.5,50.573341714793585,-0.20000000000000284,-2.4435692386527137 +14944,19784,39,2004,US,Pres-G,2004_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-10-16,2004-11-02,17,1125,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-1,-2.4435692386527137 +15020,19860,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-17,2004-11-02,16,1000,John Kerry,157,DEM,50,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,3,-2.4435692386527137 +15040,19880,39,2004,US,Pres-G,2004_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-17,2004-11-02,16,1200,John Kerry,157,DEM,42,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-7,-2.4435692386527137 +15295,20135,39,2004,US,Pres-G,2004_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,707,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,0,-2.4435692386527137 +14798,20490,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,1801,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-3,-2.4435692386527137 +15757,20597,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,1200,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,0,-2.4435692386527137 +38560,20110,39,2004,US,Pres-G,2004_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,772,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-1,-2.4435692386527137 +15361,20201,39,2004,US,Pres-G,2004_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,707,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,0,-2.4435692386527137 +77277,149053,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-19,2004-11-02,14,3000,John Kerry,157,DEM,46.2,48.12977247614087,George W. Bush,182,REP,48.8,50.573341714793585,-2.5999999999999943,-2.4435692386527137 +14906,19746,39,2004,US,Pres-G,2004_Pres-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,976,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,3,-2.4435692386527137 +63810,117497,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-10-19,2004-11-02,14,2535,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,1,-2.4435692386527137 +66602,124141,39,2004,US,Pres-G,2004_Pres-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2004-10-19,2004-11-02,14,1200,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,1,-2.4435692386527137 +15584,120076,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,1000,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-1,-2.4435692386527137 +15019,19859,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-20,2004-11-02,13,1000,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,2,-2.4435692386527137 +15544,20384,39,2004,US,Pres-G,2004_Pres-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,803,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-5,-2.4435692386527137 +38564,116954,39,2004,US,Pres-G,2004_Pres-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,803,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-5,-2.4435692386527137 +63737,19763,39,2004,US,Pres-G,2004_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,1000,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-4,-2.4435692386527137 +15754,20594,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-21,2004-11-02,12,1200,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-2,-2.4435692386527137 +15321,20161,39,2004,US,Pres-G,2004_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2004-10-21,2004-11-02,12,707,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-1,-2.4435692386527137 +15647,20487,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-21,2004-11-02,12,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-4,-2.4435692386527137 +14795,20486,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-22,2004-11-02,11,707,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-1,-2.4435692386527137 +77274,149050,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-22,2004-11-02,11,3000,John Kerry,157,DEM,47.2,48.12977247614087,George W. Bush,182,REP,47.6,50.573341714793585,-0.3999999999999986,-2.4435692386527137 +14994,19820,39,2004,US,Pres-G,2004_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,707,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-5,-2.4435692386527137 +15249,20089,39,2004,US,Pres-G,2004_Pres-G_US,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,881,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-1,-2.4435692386527137 +15166,20006,39,2004,US,Pres-G,2004_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-10-21,2004-11-02,12,820,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-2,-2.4435692386527137 +15580,20420,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,1000,John Kerry,157,DEM,42,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-5,-2.4435692386527137 +15751,20591,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,1200,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-3,-2.4435692386527137 +15018,19858,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-24,2004-11-02,9,1000,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,2,-2.4435692386527137 +77271,149047,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-25,2004-11-02,8,3000,John Kerry,157,DEM,47.1,48.12977247614087,George W. Bush,182,REP,48.8,50.573341714793585,-1.6999999999999957,-2.4435692386527137 +15217,20057,39,2004,US,Pres-G,2004_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,741,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-1,-2.4435692386527137 +14791,20482,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,707,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-1,-2.4435692386527137 +63583,117024,39,2004,US,Pres-G,2004_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,1092,John Kerry,157,DEM,46,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-2,-2.4435692386527137 +77426,149500,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-10-26,2004-11-02,7,2588,John Kerry,157,DEM,50,48.12977247614087,George W. Bush,182,REP,45,50.573341714793585,5,-2.4435692386527137 +14922,19762,39,2004,US,Pres-G,2004_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,1000,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,50,50.573341714793585,-5,-2.4435692386527137 +15016,19856,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-27,2004-11-02,6,1000,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,2,-2.4435692386527137 +15748,20588,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,1200,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,0,-2.4435692386527137 +15036,19876,39,2004,US,Pres-G,2004_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-28,2004-11-02,5,1200,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-2,-2.4435692386527137 +15576,20416,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,1000,John Kerry,157,DEM,44,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,-2,-2.4435692386527137 +77269,149044,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-28,2004-11-02,5,3000,John Kerry,157,DEM,47.1,48.12977247614087,George W. Bush,182,REP,47.9,50.573341714793585,-0.7999999999999972,-2.4435692386527137 +15320,20160,39,2004,US,Pres-G,2004_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2004-10-28,2004-11-02,5,882,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,51,50.573341714793585,-6,-2.4435692386527137 +14874,120069,39,2004,US,Pres-G,2004_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1258,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,0,-2.4435692386527137 +15360,20200,39,2004,US,Pres-G,2004_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1925,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-3,-2.4435692386527137 +15638,19627,39,2004,US,Pres-G,2004_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,2904,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-1,-2.4435692386527137 +15032,19872,39,2004,US,Pres-G,2004_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,1200,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,46,50.573341714793585,2,-2.4435692386527137 +15014,19854,39,2004,US,Pres-G,2004_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-30,2004-11-02,3,1018,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,1,-2.4435692386527137 +15745,20585,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1200,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-1,-2.4435692386527137 +15267,20107,39,2004,US,Pres-G,2004_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,1000,John Kerry,157,DEM,49,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,1,-2.4435692386527137 +14993,19819,39,2004,US,Pres-G,2004_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1573,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-2,-2.4435692386527137 +15165,20005,39,2004,US,Pres-G,2004_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1092,John Kerry,157,DEM,45,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-4,-2.4435692386527137 +15294,20134,39,2004,US,Pres-G,2004_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1014,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-1,-2.4435692386527137 +63536,116962,39,2004,US,Pres-G,2004_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-10-31,2004-11-02,2,1125,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-2,-2.4435692386527137 +77266,149040,39,2004,US,Pres-G,2004_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-10-31,2004-11-02,2,1125,John Kerry,157,DEM,47,48.12977247614087,George W. Bush,182,REP,48,50.573341714793585,-1,-2.4435692386527137 +14920,122779,39,2004,US,Pres-G,2004_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,1000,John Kerry,157,DEM,41,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,-6,-2.4435692386527137 +15573,20413,39,2004,US,Pres-G,2004_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,1284,John Kerry,157,DEM,45.3,48.12977247614087,George W. Bush,182,REP,48.6,50.573341714793585,-3.3000000000000043,-2.4435692386527137 +27901,117051,39,2004,US,Pres-G,2004_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-31,2004-11-02,2,3000,John Kerry,157,DEM,48.5,48.12977247614087,George W. Bush,182,REP,50.2,50.573341714793585,-1.7000000000000028,-2.4435692386527137 +38581,20106,39,2004,US,Pres-G,2004_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-11-01,2004-11-02,1,1026,John Kerry,157,DEM,50,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,1,-2.4435692386527137 +63584,117025,39,2004,US,Pres-G,2004_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,5508,John Kerry,157,DEM,50,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,3,-2.4435692386527137 +63593,117035,39,2004,US,Pres-G,2004_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,1509,John Kerry,157,DEM,48,48.12977247614087,George W. Bush,182,REP,49,50.573341714793585,-1,-2.4435692386527137 +77444,149501,39,2004,US,Pres-G,2004_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-10-31,2004-11-02,2,2164,John Kerry,157,DEM,50,48.12977247614087,George W. Bush,182,REP,47,50.573341714793585,3,-2.4435692386527137 +63864,117572,39,2004,US,Pres-G,2004_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-11-01,2004-11-02,1,955,John Kerry,157,DEM,49.1,48.12977247614087,George W. Bush,182,REP,49.4,50.573341714793585,-0.29999999999999716,-2.4435692386527137 +6770,8248,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-09-07,2000-11-07,61,595,Al Gore,222,DEM,49,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,8,0.4918139949104656 +6768,8247,40,2000,US,Pres-G,2000_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-09-09,2000-11-07,59,2017,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,3,0.4918139949104656 +66233,123253,40,2000,US,Pres-G,2000_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2000-09-09,2000-11-07,59,1305,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,0,0.4918139949104656 +6775,8256,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-09-08,2000-11-07,60,651,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,38,47.656886744323266,9,0.4918139949104656 +6756,8235,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-09-10,2000-11-07,58,732,Al Gore,222,DEM,48,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,6,0.4918139949104656 +28139,121990,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-09-10,2000-11-07,58,843,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,4,0.4918139949104656 +28136,123348,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-11,2000-11-07,57,1005,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,39,47.656886744323266,7,0.4918139949104656 +6771,8250,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2000-09-09,2000-11-07,59,773,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,40,47.656886744323266,6,0.4918139949104656 +6752,8229,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-09-12,2000-11-07,56,1000,Al Gore,222,DEM,39,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,-2,0.4918139949104656 +6737,8214,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-09-13,2000-11-07,55,690,Al Gore,222,DEM,49,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,7,0.4918139949104656 +65837,123300,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-09-14,2000-11-07,54,580,Al Gore,222,DEM,52,48.14870073923373,George W. Bush,241,REP,38,47.656886744323266,14,0.4918139949104656 +6725,8198,40,2000,US,Pres-G,2000_Pres-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2000-09-15,2000-11-07,53,707,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,6,0.4918139949104656 +6716,8187,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-09-16,2000-11-07,52,741,Al Gore,222,DEM,48,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,5,0.4918139949104656 +6717,8188,40,2000,US,Pres-G,2000_Pres-G_US,McLaughlin & Associates,203,FALSE,FALSE,NA,NA,2000-09-16,2000-11-07,52,1000,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,2,0.4918139949104656 +65851,121838,40,2000,US,Pres-G,2000_Pres-G_US,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2000-09-15,2000-11-07,53,1023,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,3,0.4918139949104656 +65854,123257,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-09-15,2000-11-07,53,656,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,2,0.4918139949104656 +37094,121933,40,2000,US,Pres-G,2000_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-09-12,2000-11-07,56,781,Al Gore,222,DEM,49,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,8,0.4918139949104656 +65828,121763,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-09-12,2000-11-07,56,1477,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,4,0.4918139949104656 +6719,8191,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-09-16,2000-11-07,52,1000,Al Gore,222,DEM,39,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,-3,0.4918139949104656 +6711,8182,40,2000,US,Pres-G,2000_Pres-G_US,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2000-09-18,2000-11-07,50,800,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,0,0.4918139949104656 +6700,8172,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-09-19,2000-11-07,49,657,Al Gore,222,DEM,51,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,10,0.4918139949104656 +6702,8173,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-19,2000-11-07,49,1202,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,4,0.4918139949104656 +6713,8184,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-09-17,2000-11-07,51,1000,Al Gore,222,DEM,38,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-5,0.4918139949104656 +42776,121844,40,2000,US,Pres-G,2000_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2000-09-20,2000-11-07,48,900,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,0,0.4918139949104656 +28127,123299,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-09-21,2000-11-07,47,766,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,2,0.4918139949104656 +6681,8153,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-09-22,2000-11-07,46,693,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-1,0.4918139949104656 +6688,8159,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-21,2000-11-07,47,1003,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,-2,0.4918139949104656 +65856,123255,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-09-22,2000-11-07,46,680,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,40,47.656886744323266,6,0.4918139949104656 +6685,8156,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-09-22,2000-11-07,46,1000,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-3,0.4918139949104656 +6667,8137,40,2000,US,Pres-G,2000_Pres-G_US,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-09-24,2000-11-07,44,694,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-6,0.4918139949104656 +6672,8143,40,2000,US,Pres-G,2000_Pres-G_US,Wirthlin Worldwide,387,TRUE,TRUE,NA,NA,2000-09-24,2000-11-07,44,713,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,1,0.4918139949104656 +6659,8130,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-09-25,2000-11-07,43,686,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-2,0.4918139949104656 +66260,123312,40,2000,US,Pres-G,2000_Pres-G_US,University of Massachusetts Department of Political Science,354,FALSE,TRUE,NA,NA,2000-09-27,2000-11-07,41,700,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,37,47.656886744323266,6,0.4918139949104656 +6631,8102,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-09-28,2000-11-07,40,664,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,2,0.4918139949104656 +65844,123298,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-09-28,2000-11-07,40,772,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-1,0.4918139949104656 +6629,8099,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-29,2000-11-07,39,1200,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,2,0.4918139949104656 +6634,8104,40,2000,US,Pres-G,2000_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-09-29,2000-11-07,39,1000,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,3,0.4918139949104656 +6643,8113,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-09-28,2000-11-07,40,1000,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,0,0.4918139949104656 +6621,8091,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2000-09-30,2000-11-07,38,995,Al Gore,222,DEM,48,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,2,0.4918139949104656 +65875,121948,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-09-30,2000-11-07,38,707,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,3,0.4918139949104656 +6636,8105,40,2000,US,Pres-G,2000_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-09-29,2000-11-07,39,588,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-2,0.4918139949104656 +37100,121991,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-09-29,2000-11-07,39,963,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,4,0.4918139949104656 +65857,123256,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-09-29,2000-11-07,39,667,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,3,0.4918139949104656 +6612,8083,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-01,2000-11-07,37,684,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,2,0.4918139949104656 +6607,8077,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-02,2000-11-07,36,1200,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,5,0.4918139949104656 +6596,8066,40,2000,US,Pres-G,2000_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2000-10-03,2000-11-07,35,500,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,2,0.4918139949104656 +65824,121733,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Online Panel,NA,2000-10-03,2000-11-07,35,812,Al Gore,222,DEM,49,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,7,0.4918139949104656 +6594,8065,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-04,2000-11-07,34,683,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,1,0.4918139949104656 +6601,8071,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-10-04,2000-11-07,34,1000,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-2,0.4918139949104656 +28113,121750,40,2000,US,Pres-G,2000_Pres-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-10-04,2000-11-07,34,636,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-2,0.4918139949104656 +42775,121845,40,2000,US,Pres-G,2000_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2000-10-04,2000-11-07,34,900,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,1,0.4918139949104656 +6587,8057,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-05,2000-11-07,33,1200,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,4,0.4918139949104656 +65845,123303,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-05,2000-11-07,33,804,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,1,0.4918139949104656 +6564,8033,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-07,2000-11-07,31,790,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,50,47.656886744323266,-8,0.4918139949104656 +66231,123251,40,2000,US,Pres-G,2000_Pres-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2000-10-07,2000-11-07,31,809,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,1,0.4918139949104656 +6588,8058,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-10-06,2000-11-07,32,647,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-1,0.4918139949104656 +6589,8059,40,2000,US,Pres-G,2000_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2000-10-06,2000-11-07,32,707,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-1,0.4918139949104656 +6555,8024,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-08,2000-11-07,30,1200,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-1,0.4918139949104656 +6559,8035,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-08,2000-11-07,30,826,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-3,0.4918139949104656 +6560,8029,40,2000,US,Pres-G,2000_Pres-G_US,Wirthlin Worldwide,387,TRUE,TRUE,NA,NA,2000-10-08,2000-11-07,30,730,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-4,0.4918139949104656 +28109,121982,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-08,2000-11-07,30,999,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,0,0.4918139949104656 +6542,8011,40,2000,US,Pres-G,2000_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-10-09,2000-11-07,29,1027,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,3,0.4918139949104656 +6556,8025,40,2000,US,Pres-G,2000_Pres-G_US,Polling Company/Global Strategy Group,255,TRUE,TRUE,NA,NA,2000-10-09,2000-11-07,29,1004,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,-1,0.4918139949104656 +6544,123228,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-10,2000-11-07,28,690,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,1,0.4918139949104656 +6552,8021,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-10-10,2000-11-07,28,1000,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,-4,0.4918139949104656 +6526,7995,40,2000,US,Pres-G,2000_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2000-10-11,2000-11-07,27,501,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-5,0.4918139949104656 +65825,121734,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Online Panel,NA,2000-10-11,2000-11-07,27,669,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,0,0.4918139949104656 +6537,8006,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-11,2000-11-07,27,1200,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-1,0.4918139949104656 +28103,123302,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-12,2000-11-07,26,803,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-2,0.4918139949104656 +28104,121746,40,2000,US,Pres-G,2000_Pres-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-10-12,2000-11-07,26,603,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-5,0.4918139949104656 +6514,7983,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-13,2000-11-07,25,727,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-5,0.4918139949104656 +6497,7966,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-14,2000-11-07,24,1200,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-1,0.4918139949104656 +6500,7970,40,2000,US,Pres-G,2000_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-10-14,2000-11-07,24,707,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-6,0.4918139949104656 +65870,121934,40,2000,US,Pres-G,2000_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2000-10-14,2000-11-07,24,803,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,-2,0.4918139949104656 +65876,123210,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-14,2000-11-07,24,1103,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-4,0.4918139949104656 +65855,123258,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-10-13,2000-11-07,25,679,Al Gore,222,DEM,39,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,-3,0.4918139949104656 +6486,123233,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-16,2000-11-07,22,707,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-6,0.4918139949104656 +6519,7988,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,1000,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,-2,0.4918139949104656 +6516,7985,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2000-10-15,2000-11-07,23,1770,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-4,0.4918139949104656 +65877,121953,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-15,2000-11-07,23,1770,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-4,0.4918139949104656 +6478,7947,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-17,2000-11-07,21,1200,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,-1,0.4918139949104656 +6459,7928,40,2000,US,Pres-G,2000_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,707,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-2,0.4918139949104656 +66237,123272,40,2000,US,Pres-G,2000_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,707,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-2,0.4918139949104656 +6458,7927,40,2000,US,Pres-G,2000_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-10-18,2000-11-07,20,832,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,1,0.4918139949104656 +37111,116971,40,2000,US,Pres-G,2000_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2000-10-18,2000-11-07,20,900,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-3,0.4918139949104656 +63601,117065,40,2000,US,Pres-G,2000_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-18,2000-11-07,20,3750,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,5,0.4918139949104656 +65829,121764,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-16,2000-11-07,22,1224,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-2,0.4918139949104656 +6456,7925,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-19,2000-11-07,19,718,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,51,47.656886744323266,-11,0.4918139949104656 +28095,117046,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-19,2000-11-07,19,800,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-7,0.4918139949104656 +37110,122044,40,2000,US,Pres-G,2000_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-10-19,2000-11-07,19,1009,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,2,0.4918139949104656 +6440,7909,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,1071,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-3,0.4918139949104656 +6435,7904,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,1200,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-4,0.4918139949104656 +28094,116959,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-20,2000-11-07,18,825,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-2,0.4918139949104656 +63586,117028,40,2000,US,Pres-G,2000_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,829,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,-2,0.4918139949104656 +6448,7917,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,653,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-2,0.4918139949104656 +6460,7929,40,2000,US,Pres-G,2000_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,663,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,0,0.4918139949104656 +28091,116948,40,2000,US,Pres-G,2000_Pres-G_US,American Viewpoint,10,FALSE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,800,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,-2,0.4918139949104656 +6418,7885,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,752,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,1,0.4918139949104656 +6455,7924,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,1000,Al Gore,222,DEM,39,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-6,0.4918139949104656 +63612,117076,40,2000,US,Pres-G,2000_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,3750,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,41,47.656886744323266,6,0.4918139949104656 +6431,7900,40,2000,US,Pres-G,2000_Pres-G_US,Wirthlin Worldwide,387,TRUE,TRUE,Live Phone,NA,2000-10-22,2000-11-07,16,751,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-4,0.4918139949104656 +63527,116947,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,1000,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-2,0.4918139949104656 +6399,7867,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,1200,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,3,0.4918139949104656 +6382,7844,40,2000,US,Pres-G,2000_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-10-24,2000-11-07,14,998,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,2,0.4918139949104656 +6378,7839,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,851,Al Gore,222,DEM,39,48.14870073923373,George W. Bush,241,REP,52,47.656886744323266,-13,0.4918139949104656 +28080,117495,40,2000,US,Pres-G,2000_Pres-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,1076,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,49,47.656886744323266,-6,0.4918139949104656 +63621,117087,40,2000,US,Pres-G,2000_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-25,2000-11-07,13,3750,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,42,47.656886744323266,4,0.4918139949104656 +63543,116982,40,2000,US,Pres-G,2000_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,813,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-5,0.4918139949104656 +6355,7814,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,1009,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-1,0.4918139949104656 +66223,123209,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,1009,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-1,0.4918139949104656 +63878,117047,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-26,2000-11-07,12,818,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,49,47.656886744323266,-8,0.4918139949104656 +6331,7790,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,1200,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,-1,0.4918139949104656 +6306,7764,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-28,2000-11-07,10,2207,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-3,0.4918139949104656 +6375,7836,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,1000,Al Gore,222,DEM,39,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,-5,0.4918139949104656 +65847,117040,40,2000,US,Pres-G,2000_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,1062,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-4,0.4918139949104656 +65858,117283,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,1103,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,-3,0.4918139949104656 +6396,7859,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-26,2000-11-07,12,1113,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-3,0.4918139949104656 +6285,7742,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,1067,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-2,0.4918139949104656 +63529,116951,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,1020,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-3,0.4918139949104656 +63636,117108,40,2000,US,Pres-G,2000_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,3750,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,40,47.656886744323266,7,0.4918139949104656 +6258,7714,40,2000,US,Pres-G,2000_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,1016,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-4,0.4918139949104656 +6271,7728,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,1200,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-3,0.4918139949104656 +6291,7749,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,1200,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-5,0.4918139949104656 +6246,7702,40,2000,US,Pres-G,2000_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-10-30,2000-11-07,8,1016,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,0,0.4918139949104656 +28073,116958,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-30,2000-11-07,8,965,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,0,0.4918139949104656 +6238,7693,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,2123,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-4,0.4918139949104656 +6203,7657,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,1280,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-3,0.4918139949104656 +66220,123205,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,1280,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-3,0.4918139949104656 +6237,7692,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,1000,Al Gore,222,DEM,37,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-9,0.4918139949104656 +28068,116970,40,2000,US,Pres-G,2000_Pres-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,1000,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,43,47.656886744323266,0,0.4918139949104656 +63594,117037,40,2000,US,Pres-G,2000_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,623,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,49,47.656886744323266,-5,0.4918139949104656 +28069,117042,40,2000,US,Pres-G,2000_Pres-G_US,Polling Company/Global Strategy Group,255,TRUE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,1000,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-7,0.4918139949104656 +63596,117048,40,2000,US,Pres-G,2000_Pres-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,808,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-2,0.4918139949104656 +63641,117119,40,2000,US,Pres-G,2000_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-01,2000-11-07,6,3750,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-3,0.4918139949104656 +63587,117029,40,2000,US,Pres-G,2000_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,883,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-7,0.4918139949104656 +6186,123358,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,1200,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-4,0.4918139949104656 +66238,123273,40,2000,US,Pres-G,2000_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,751,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-3,0.4918139949104656 +63534,116960,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-11-02,2000-11-07,5,825,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-2,0.4918139949104656 +63544,116983,40,2000,US,Pres-G,2000_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,134000,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-1,0.4918139949104656 +66224,123224,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-11-02,2000-11-07,5,825,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-2,0.4918139949104656 +6156,7609,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,2733,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-5,0.4918139949104656 +6188,7642,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-11-03,2000-11-07,4,1158,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-5,0.4918139949104656 +65848,123295,40,2000,US,Pres-G,2000_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1307,Al Gore,222,DEM,43,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-3,0.4918139949104656 +63530,116952,40,2000,US,Pres-G,2000_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-11-04,2000-11-07,3,1801,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-3,0.4918139949104656 +6140,7593,40,2000,US,Pres-G,2000_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-11-04,2000-11-07,3,1026,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,-3,0.4918139949104656 +63576,117015,40,2000,US,Pres-G,2000_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-04,2000-11-07,3,1348,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,47,47.656886744323266,0,0.4918139949104656 +66230,123250,40,2000,US,Pres-G,2000_Pres-G_US,Polling Company/Global Strategy Group,255,TRUE,TRUE,Live Phone,NA,2000-11-04,2000-11-07,3,1253,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-3,0.4918139949104656 +28064,123296,40,2000,US,Pres-G,2000_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2000-11-04,2000-11-07,3,1301,Al Gore,222,DEM,47,48.14870073923373,George W. Bush,241,REP,49,47.656886744323266,-2,0.4918139949104656 +42760,121985,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-11-04,2000-11-07,3,1273,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-4,0.4918139949104656 +65853,117284,40,2000,US,Pres-G,2000_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1103,Al Gore,222,DEM,44,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-2,0.4918139949104656 +6212,7667,40,2000,US,Pres-G,2000_Pres-G_US,Polling Company/Global Strategy Group,255,TRUE,TRUE,Live Phone,NA,2000-11-02,2000-11-07,5,1253,Al Gore,222,DEM,42,48.14870073923373,George W. Bush,241,REP,45,47.656886744323266,-3,0.4918139949104656 +6125,123232,40,2000,US,Pres-G,2000_Pres-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,2350,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,48,47.656886744323266,-2,0.4918139949104656 +6126,7579,40,2000,US,Pres-G,2000_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,1000,Al Gore,222,DEM,41,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,-5,0.4918139949104656 +63588,117030,40,2000,US,Pres-G,2000_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,1292,Al Gore,222,DEM,46,48.14870073923373,George W. Bush,241,REP,47.9,47.656886744323266,-1.8999999999999986,0.4918139949104656 +65032,120632,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,1200,Al Gore,222,DEM,48,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,2,0.4918139949104656 +63535,116961,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-11-05,2000-11-07,2,1091,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,1,0.4918139949104656 +63655,117153,40,2000,US,Pres-G,2000_Pres-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,3750,Al Gore,222,DEM,40,48.14870073923373,George W. Bush,241,REP,49,47.656886744323266,-9,0.4918139949104656 +63831,117534,40,2000,US,Pres-G,2000_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,1200,Al Gore,222,DEM,48,48.14870073923373,George W. Bush,241,REP,46,47.656886744323266,2,0.4918139949104656 +65892,121987,40,2000,US,Pres-G,2000_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-11-05,2000-11-07,2,1091,Al Gore,222,DEM,45,48.14870073923373,George W. Bush,241,REP,44,47.656886744323266,1,0.4918139949104656 +46335,72717,48,2016,DE,Gov-G,2016_Gov-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,900,John C. Carney Jr.,10258,DEM,57,58.34037915938598,Colin R. J. Bonini,10259,REP,25,39.187005617871975,32,19.153373541514007 +47891,77231,48,2016,DE,Gov-G,2016_Gov-G_DE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,458,John C. Carney Jr.,10258,DEM,60,58.34037915938598,Colin R. J. Bonini,10259,REP,36,39.187005617871975,24,19.153373541514007 +48868,77171,48,2016,DE,Gov-G,2016_Gov-G_DE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,367,John C. Carney Jr.,10258,DEM,56,58.34037915938598,Colin R. J. Bonini,10259,REP,40,39.187005617871975,16,19.153373541514007 +46535,137894,49,2016,IN,Gov-G,2016_Gov-G_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,600,John R. Gregg,10217,DEM,41,45.42343880516241,Eric Joseph Holcomb,10271,REP,39,51.37545735832186,2,-5.952018553159448 +46804,73215,49,2016,IN,Gov-G,2016_Gov-G_IN,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,402,John R. Gregg,10217,DEM,50,45.42343880516241,Eric Joseph Holcomb,10271,REP,38,51.37545735832186,12,-5.952018553159448 +47070,74061,49,2016,IN,Gov-G,2016_Gov-G_IN,Ball State University Bowen Center for Public Affairs,402,FALSE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,544,John R. Gregg,10217,DEM,48,45.42343880516241,Eric Joseph Holcomb,10271,REP,43,51.37545735832186,5,-5.952018553159448 +47342,74191,49,2016,IN,Gov-G,2016_Gov-G_IN,Gravis Marketing,124,FALSE,FALSE,Online Panel,NA,2016-10-23,2016-11-08,16,596,John R. Gregg,10217,DEM,42,45.42343880516241,Eric Joseph Holcomb,10271,REP,38,51.37545735832186,4,-5.952018553159448 +47857,74915,49,2016,IN,Gov-G,2016_Gov-G_IN,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,402,John R. Gregg,10217,DEM,48,45.42343880516241,Eric Joseph Holcomb,10271,REP,42,51.37545735832186,6,-5.952018553159448 +47897,77232,49,2016,IN,Gov-G,2016_Gov-G_IN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,674,John R. Gregg,10217,DEM,48,45.42343880516241,Eric Joseph Holcomb,10271,REP,47,51.37545735832186,1,-5.952018553159448 +48346,75936,49,2016,IN,Gov-G,2016_Gov-G_IN,Gravis Marketing,124,FALSE,FALSE,Online Panel,NA,2016-10-31,2016-11-08,8,399,John R. Gregg,10217,DEM,42,45.42343880516241,Eric Joseph Holcomb,10271,REP,38,51.37545735832186,4,-5.952018553159448 +48333,77167,49,2016,IN,Gov-G,2016_Gov-G_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,600,John R. Gregg,10217,DEM,42,45.42343880516241,Eric Joseph Holcomb,10271,REP,42,51.37545735832186,0,-5.952018553159448 +48873,77172,49,2016,IN,Gov-G,2016_Gov-G_IN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1700,John R. Gregg,10217,DEM,49,45.42343880516241,Eric Joseph Holcomb,10271,REP,47,51.37545735832186,2,-5.952018553159448 +75090,143162,50,2016,MO,Gov-G,2016_Gov-G_MO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-09-12,2016-11-08,57,604,Chris Koster,10085,DEM,49,45.570425886696114,Eric Greitens,10087,REP,41,51.13712011861382,8,-5.566694231917708 +75088,143159,50,2016,MO,Gov-G,2016_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-09-19,2016-11-08,50,1076,Chris Koster,10085,DEM,47,45.570425886696114,Eric Greitens,10087,REP,38,51.13712011861382,9,-5.566694231917708 +46228,143158,50,2016,MO,Gov-G,2016_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-09-26,2016-11-08,43,1279,Chris Koster,10085,DEM,51,45.570425886696114,Eric Greitens,10087,REP,35,51.13712011861382,16,-5.566694231917708 +73500,137895,50,2016,MO,Gov-G,2016_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-04,2016-11-08,35,1588,Chris Koster,10085,DEM,44,45.570425886696114,Eric Greitens,10087,REP,41,51.13712011861382,3,-5.566694231917708 +46761,73182,50,2016,MO,Gov-G,2016_Gov-G_MO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,406,Chris Koster,10085,DEM,46,45.570425886696114,Eric Greitens,10087,REP,43,51.13712011861382,3,-5.566694231917708 +46780,137892,50,2016,MO,Gov-G,2016_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-10,2016-11-08,29,2171,Chris Koster,10085,DEM,48,45.570425886696114,Eric Greitens,10087,REP,42,51.13712011861382,6,-5.566694231917708 +47615,77169,50,2016,MO,Gov-G,2016_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-24,2016-11-08,15,2559,Chris Koster,10085,DEM,47,45.570425886696114,Eric Greitens,10087,REP,45,51.13712011861382,2,-5.566694231917708 +47629,77243,50,2016,MO,Gov-G,2016_Gov-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,625,Chris Koster,10085,DEM,46,45.570425886696114,Eric Greitens,10087,REP,45,51.13712011861382,1,-5.566694231917708 +47860,79758,50,2016,MO,Gov-G,2016_Gov-G_MO,BK Strategies,20,FALSE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,1698,Chris Koster,10085,DEM,46,45.570425886696114,Eric Greitens,10087,REP,45,51.13712011861382,1,-5.566694231917708 +47908,77233,50,2016,MO,Gov-G,2016_Gov-G_MO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,671,Chris Koster,10085,DEM,54,45.570425886696114,Eric Greitens,10087,REP,44,51.13712011861382,10,-5.566694231917708 +47996,75058,50,2016,MO,Gov-G,2016_Gov-G_MO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,405,Chris Koster,10085,DEM,46,45.570425886696114,Eric Greitens,10087,REP,46,51.13712011861382,0,-5.566694231917708 +48186,77170,50,2016,MO,Gov-G,2016_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-31,2016-11-08,8,1722,Chris Koster,10085,DEM,45,45.570425886696114,Eric Greitens,10087,REP,46,51.13712011861382,-1,-5.566694231917708 +48121,75382,50,2016,MO,Gov-G,2016_Gov-G_MO,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2016-10-29,2016-11-08,10,508,Chris Koster,10085,DEM,45,45.570425886696114,Eric Greitens,10087,REP,39,51.13712011861382,6,-5.566694231917708 +50538,79759,50,2016,MO,Gov-G,2016_Gov-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,871,Chris Koster,10085,DEM,47,45.570425886696114,Eric Greitens,10087,REP,44,51.13712011861382,3,-5.566694231917708 +48885,77173,50,2016,MO,Gov-G,2016_Gov-G_MO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1368,Chris Koster,10085,DEM,48,45.570425886696114,Eric Greitens,10087,REP,47,51.13712011861382,1,-5.566694231917708 +47466,74559,51,2016,MT,Gov-G,2016_Gov-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2016-10-07,2016-11-08,32,590,Steve Bullock,8982,DEM,44,50.24599497408513,Greg Gianforte,10347,REP,32,46.35523009266531,12,3.8907648814198197 +46870,79760,51,2016,MT,Gov-G,2016_Gov-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,1003,Steve Bullock,8982,DEM,47,50.24599497408513,Greg Gianforte,10347,REP,45,46.35523009266531,2,3.8907648814198197 +47909,77234,51,2016,MT,Gov-G,2016_Gov-G_MT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,405,Steve Bullock,8982,DEM,53,50.24599497408513,Greg Gianforte,10347,REP,39,46.35523009266531,14,3.8907648814198197 +48886,77174,51,2016,MT,Gov-G,2016_Gov-G_MT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,449,Steve Bullock,8982,DEM,44,50.24599497408513,Greg Gianforte,10347,REP,46,46.35523009266531,-2,3.8907648814198197 +45807,71522,52,2016,NC,Gov-G,2016_Gov-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-09-11,2016-11-08,58,600,Roy A. Cooper,8967,DEM,43,49.01613537977174,Pat McCrory,8959,REP,45,48.7979870151097,-2,0.21814836466204213 +45886,71670,52,2016,NC,Gov-G,2016_Gov-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-09-14,2016-11-08,55,644,Roy A. Cooper,8967,DEM,46,49.01613537977174,Pat McCrory,8959,REP,49,48.7979870151097,-3,0.21814836466204213 +45935,71899,52,2016,NC,Gov-G,2016_Gov-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,782,Roy A. Cooper,8967,DEM,50,49.01613537977174,Pat McCrory,8959,REP,42,48.7979870151097,8,0.21814836466204213 +45912,71750,52,2016,NC,Gov-G,2016_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-19,2016-11-08,50,1024,Roy A. Cooper,8967,DEM,46,49.01613537977174,Pat McCrory,8959,REP,41,48.7979870151097,5,0.21814836466204213 +45930,71820,52,2016,NC,Gov-G,2016_Gov-G_NC,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,734,Roy A. Cooper,8967,DEM,43,49.01613537977174,Pat McCrory,8959,REP,46,48.7979870151097,-3,0.21814836466204213 +46163,72438,52,2016,NC,Gov-G,2016_Gov-G_NC,Meredith College,423,FALSE,FALSE,Live Phone,NA,2016-09-20,2016-11-08,49,487,Roy A. Cooper,8967,DEM,39,49.01613537977174,Pat McCrory,8959,REP,41,48.7979870151097,-2,0.21814836466204213 +46042,72176,52,2016,NC,Gov-G,2016_Gov-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,404,Roy A. Cooper,8967,DEM,50,49.01613537977174,Pat McCrory,8959,REP,41,48.7979870151097,9,0.21814836466204213 +46290,72581,52,2016,NC,Gov-G,2016_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,861,Roy A. Cooper,8967,DEM,45,49.01613537977174,Pat McCrory,8959,REP,42,48.7979870151097,3,0.21814836466204213 +46446,72610,52,2016,NC,Gov-G,2016_Gov-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,660,Roy A. Cooper,8967,DEM,48,49.01613537977174,Pat McCrory,8959,REP,44,48.7979870151097,4,0.21814836466204213 +46385,72583,52,2016,NC,Gov-G,2016_Gov-G_NC,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,805,Roy A. Cooper,8967,DEM,50,49.01613537977174,Pat McCrory,8959,REP,44,48.7979870151097,6,0.21814836466204213 +46382,72719,52,2016,NC,Gov-G,2016_Gov-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,507,Roy A. Cooper,8967,DEM,48,49.01613537977174,Pat McCrory,8959,REP,46,48.7979870151097,2,0.21814836466204213 +46456,72716,52,2016,NC,Gov-G,2016_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-01,2016-11-08,38,656,Roy A. Cooper,8967,DEM,48,49.01613537977174,Pat McCrory,8959,REP,44,48.7979870151097,4,0.21814836466204213 +46631,72985,52,2016,NC,Gov-G,2016_Gov-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2016-10-03,2016-11-08,36,479,Roy A. Cooper,8967,DEM,49,49.01613537977174,Pat McCrory,8959,REP,42,48.7979870151097,7,0.21814836466204213 +46788,73211,52,2016,NC,Gov-G,2016_Gov-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,743,Roy A. Cooper,8967,DEM,49,49.01613537977174,Pat McCrory,8959,REP,48,48.7979870151097,1,0.21814836466204213 +46883,73583,52,2016,NC,Gov-G,2016_Gov-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,788,Roy A. Cooper,8967,DEM,49,49.01613537977174,Pat McCrory,8959,REP,48,48.7979870151097,1,0.21814836466204213 +47025,137889,52,2016,NC,Gov-G,2016_Gov-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1191,Roy A. Cooper,8967,DEM,55,49.01613537977174,Pat McCrory,8959,REP,42,48.7979870151097,13,0.21814836466204213 +47057,73679,52,2016,NC,Gov-G,2016_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-16,2016-11-08,23,651,Roy A. Cooper,8967,DEM,47,49.01613537977174,Pat McCrory,8959,REP,45,48.7979870151097,2,0.21814836466204213 +47085,73721,52,2016,NC,Gov-G,2016_Gov-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,600,Roy A. Cooper,8967,DEM,42,49.01613537977174,Pat McCrory,8959,REP,46,48.7979870151097,-4,0.21814836466204213 +47252,74062,52,2016,NC,Gov-G,2016_Gov-G_NC,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,924,Roy A. Cooper,8967,DEM,50,49.01613537977174,Pat McCrory,8959,REP,43,48.7979870151097,7,0.21814836466204213 +50553,79787,52,2016,NC,Gov-G,2016_Gov-G_NC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1233,Roy A. Cooper,8967,DEM,47,49.01613537977174,Pat McCrory,8959,REP,45,48.7979870151097,2,0.21814836466204213 +47248,74059,52,2016,NC,Gov-G,2016_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Roy A. Cooper,8967,DEM,46,49.01613537977174,Pat McCrory,8959,REP,44,48.7979870151097,2,0.21814836466204213 +47254,74063,52,2016,NC,Gov-G,2016_Gov-G_NC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,402,Roy A. Cooper,8967,DEM,47,49.01613537977174,Pat McCrory,8959,REP,48,48.7979870151097,-1,0.21814836466204213 +47325,74070,52,2016,NC,Gov-G,2016_Gov-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,792,Roy A. Cooper,8967,DEM,51,49.01613537977174,Pat McCrory,8959,REP,45,48.7979870151097,6,0.21814836466204213 +47775,74914,52,2016,NC,Gov-G,2016_Gov-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,780,Roy A. Cooper,8967,DEM,51,49.01613537977174,Pat McCrory,8959,REP,45,48.7979870151097,6,0.21814836466204213 +47619,74887,52,2016,NC,Gov-G,2016_Gov-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,702,Roy A. Cooper,8967,DEM,49,49.01613537977174,Pat McCrory,8959,REP,47,48.7979870151097,2,0.21814836466204213 +47937,75059,52,2016,NC,Gov-G,2016_Gov-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,710,Roy A. Cooper,8967,DEM,44,49.01613537977174,Pat McCrory,8959,REP,44,48.7979870151097,0,0.21814836466204213 +47779,74890,52,2016,NC,Gov-G,2016_Gov-G_NC,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,992,Roy A. Cooper,8967,DEM,46,49.01613537977174,Pat McCrory,8959,REP,44,48.7979870151097,2,0.21814836466204213 +47916,77236,52,2016,NC,Gov-G,2016_Gov-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1574,Roy A. Cooper,8967,DEM,52,49.01613537977174,Pat McCrory,8959,REP,46,48.7979870151097,6,0.21814836466204213 +48008,75109,52,2016,NC,Gov-G,2016_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-30,2016-11-08,9,659,Roy A. Cooper,8967,DEM,48,49.01613537977174,Pat McCrory,8959,REP,47,48.7979870151097,1,0.21814836466204213 +48099,75482,52,2016,NC,Gov-G,2016_Gov-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,602,Roy A. Cooper,8967,DEM,49,49.01613537977174,Pat McCrory,8959,REP,47,48.7979870151097,2,0.21814836466204213 +48524,76188,52,2016,NC,Gov-G,2016_Gov-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,800,Roy A. Cooper,8967,DEM,47,49.01613537977174,Pat McCrory,8959,REP,46,48.7979870151097,1,0.21814836466204213 +48523,76185,52,2016,NC,Gov-G,2016_Gov-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,870,Roy A. Cooper,8967,DEM,50,49.01613537977174,Pat McCrory,8959,REP,47,48.7979870151097,3,0.21814836466204213 +48893,77176,52,2016,NC,Gov-G,2016_Gov-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,3126,Roy A. Cooper,8967,DEM,54,49.01613537977174,Pat McCrory,8959,REP,43,48.7979870151097,11,0.21814836466204213 +47917,77237,53,2016,ND,Gov-G,2016_Gov-G_ND,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,279,Marvin E. Nelson,10425,DEM,29,19.39187458223032,Doug Burgum,10426,REP,68,76.52009269701797,-39,-57.12821811478766 +48894,77177,53,2016,ND,Gov-G,2016_Gov-G_ND,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,313,Marvin E. Nelson,10425,DEM,27,19.39187458223032,Doug Burgum,10426,REP,70,76.52009269701797,-43,-57.12821811478766 +45915,71755,54,2016,NH,Gov-G,2016_Gov-G_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,400,Colin Van Ostern,10081,DEM,43,46.57280065336485,Chris Sununu,10080,REP,49,48.84233296498787,-6,-2.269532311623017 +46153,72436,54,2016,NH,Gov-G,2016_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,522,Colin Van Ostern,10081,DEM,44,46.57280065336485,Chris Sununu,10080,REP,45,48.84233296498787,-1,-2.269532311623017 +46300,72582,54,2016,NH,Gov-G,2016_Gov-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,502,Colin Van Ostern,10081,DEM,44,46.57280065336485,Chris Sununu,10080,REP,47,48.84233296498787,-3,-2.269532311623017 +46746,73183,54,2016,NH,Gov-G,2016_Gov-G_NH,GQR,126,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,500,Colin Van Ostern,10081,DEM,44,46.57280065336485,Chris Sununu,10080,REP,44,48.84233296498787,0,-2.269532311623017 +46534,72758,54,2016,NH,Gov-G,2016_Gov-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,500,Colin Van Ostern,10081,DEM,36,46.57280065336485,Chris Sununu,10080,REP,40,48.84233296498787,-4,-2.269532311623017 +46798,137891,54,2016,NH,Gov-G,2016_Gov-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,517,Colin Van Ostern,10081,DEM,39,46.57280065336485,Chris Sununu,10080,REP,41,48.84233296498787,-2,-2.269532311623017 +46797,73217,54,2016,NH,Gov-G,2016_Gov-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,501,Colin Van Ostern,10081,DEM,47,46.57280065336485,Chris Sununu,10080,REP,44,48.84233296498787,3,-2.269532311623017 +47023,137890,54,2016,NH,Gov-G,2016_Gov-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,569,Colin Van Ostern,10081,DEM,53,46.57280065336485,Chris Sununu,10080,REP,43,48.84233296498787,10,-2.269532311623017 +48508,76038,54,2016,NH,Gov-G,2016_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,673,Colin Van Ostern,10081,DEM,44,46.57280065336485,Chris Sununu,10080,REP,38,48.84233296498787,6,-2.269532311623017 +47326,77166,54,2016,NH,Gov-G,2016_Gov-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-19,2016-11-08,20,772,Colin Van Ostern,10081,DEM,44,46.57280065336485,Chris Sununu,10080,REP,43,48.84233296498787,1,-2.269532311623017 +47539,74686,54,2016,NH,Gov-G,2016_Gov-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,768,Colin Van Ostern,10081,DEM,47,46.57280065336485,Chris Sununu,10080,REP,46,48.84233296498787,1,-2.269532311623017 +47528,74557,54,2016,NH,Gov-G,2016_Gov-G_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-24,2016-11-08,15,401,Colin Van Ostern,10081,DEM,48,46.57280065336485,Chris Sununu,10080,REP,43,48.84233296498787,5,-2.269532311623017 +47793,79762,54,2016,NH,Gov-G,2016_Gov-G_NH,Praecones Analytica,257,FALSE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,408,Colin Van Ostern,10081,DEM,41.8,46.57280065336485,Chris Sununu,10080,REP,45.2,48.84233296498787,-3.4000000000000057,-2.269532311623017 +48499,76039,54,2016,NH,Gov-G,2016_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,503,Colin Van Ostern,10081,DEM,42,46.57280065336485,Chris Sununu,10080,REP,41,48.84233296498787,1,-2.269532311623017 +47912,77235,54,2016,NH,Gov-G,2016_Gov-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,659,Colin Van Ostern,10081,DEM,53,46.57280065336485,Chris Sununu,10080,REP,43,48.84233296498787,10,-2.269532311623017 +48327,75798,54,2016,NH,Gov-G,2016_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,781,Colin Van Ostern,10081,DEM,47,46.57280065336485,Chris Sununu,10080,REP,44,48.84233296498787,3,-2.269532311623017 +48128,75457,54,2016,NH,Gov-G,2016_Gov-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,500,Colin Van Ostern,10081,DEM,44,46.57280065336485,Chris Sununu,10080,REP,49,48.84233296498787,-5,-2.269532311623017 +48503,79767,54,2016,NH,Gov-G,2016_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,455,Colin Van Ostern,10081,DEM,46,46.57280065336485,Chris Sununu,10080,REP,38,48.84233296498787,8,-2.269532311623017 +48187,75479,54,2016,NH,Gov-G,2016_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,600,Colin Van Ostern,10081,DEM,44,46.57280065336485,Chris Sununu,10080,REP,48,48.84233296498787,-4,-2.269532311623017 +48194,75480,54,2016,NH,Gov-G,2016_Gov-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,500,Colin Van Ostern,10081,DEM,37,46.57280065336485,Chris Sununu,10080,REP,41,48.84233296498787,-4,-2.269532311623017 +48263,76949,54,2016,NH,Gov-G,2016_Gov-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,695,Colin Van Ostern,10081,DEM,43,46.57280065336485,Chris Sununu,10080,REP,47,48.84233296498787,-4,-2.269532311623017 +48497,76183,54,2016,NH,Gov-G,2016_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,671,Colin Van Ostern,10081,DEM,48,46.57280065336485,Chris Sununu,10080,REP,37,48.84233296498787,11,-2.269532311623017 +48889,77175,54,2016,NH,Gov-G,2016_Gov-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,696,Colin Van Ostern,10081,DEM,55,46.57280065336485,Chris Sununu,10080,REP,42,48.84233296498787,13,-2.269532311623017 +46794,73209,55,2016,OR,Gov-G,2016_Gov-GS_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-11,2016-11-08,28,654,Kate Brown,10225,DEM,46,50.61684050633952,William C. Pierce,10224,REP,42,43.45267275285373,4,7.164167753485792 +47015,73685,55,2016,OR,Gov-G,2016_Gov-GS_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,600,Kate Brown,10225,DEM,46,50.61684050633952,William C. Pierce,10224,REP,33,43.45267275285373,13,7.164167753485792 +47071,73673,55,2016,OR,Gov-G,2016_Gov-GS_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,608,Kate Brown,10225,DEM,48,50.61684050633952,William C. Pierce,10224,REP,34,43.45267275285373,14,7.164167753485792 +50552,79784,55,2016,OR,Gov-G,2016_Gov-GS_OR,Clout Research,55,FALSE,FALSE,Live Phone,NA,2016-10-20,2016-11-08,19,928,Kate Brown,10225,DEM,45,50.61684050633952,William C. Pierce,10224,REP,43,43.45267275285373,2,7.164167753485792 +48017,75383,55,2016,OR,Gov-G,2016_Gov-GS_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2016-10-27,2016-11-08,12,504,Kate Brown,10225,DEM,42,50.61684050633952,William C. Pierce,10224,REP,33,43.45267275285373,9,7.164167753485792 +47920,77238,55,2016,OR,Gov-G,2016_Gov-GS_OR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,743,Kate Brown,10225,DEM,54,50.61684050633952,William C. Pierce,10224,REP,42,43.45267275285373,12,7.164167753485792 +50551,79783,55,2016,OR,Gov-G,2016_Gov-GS_OR,Clout Research,55,FALSE,FALSE,Live Phone,NA,2016-11-03,2016-11-08,5,981,Kate Brown,10225,DEM,52.5,50.61684050633952,William C. Pierce,10224,REP,41.4,43.45267275285373,11.100000000000001,7.164167753485792 +48897,77178,55,2016,OR,Gov-G,2016_Gov-GS_OR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1595,Kate Brown,10225,DEM,56,50.61684050633952,William C. Pierce,10224,REP,41,43.45267275285373,15,7.164167753485792 +46782,73208,56,2016,UT,Gov-G,2016_Gov-G_UT,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,403,Mike Weinholtz,10101,DEM,30,28.741239161448313,Gary Richard Herbert,10098,REP,63,66.74014586212873,-33,-37.998906700680415 +47100,79785,56,2016,UT,Gov-G,2016_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-15,2016-11-08,24,818,Mike Weinholtz,10101,DEM,25,28.741239161448313,Gary Richard Herbert,10098,REP,64,66.74014586212873,-39,-37.998906700680415 +47927,77239,56,2016,UT,Gov-G,2016_Gov-G_UT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1078,Mike Weinholtz,10101,DEM,35,28.741239161448313,Gary Richard Herbert,10098,REP,61,66.74014586212873,-26,-37.998906700680415 +48191,75481,56,2016,UT,Gov-G,2016_Gov-G_UT,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,402,Mike Weinholtz,10101,DEM,30,28.741239161448313,Gary Richard Herbert,10098,REP,63,66.74014586212873,-33,-37.998906700680415 +48339,75938,56,2016,UT,Gov-G,2016_Gov-G_UT,Y2 Analytics,389,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,500,Mike Weinholtz,10101,DEM,26,28.741239161448313,Gary Richard Herbert,10098,REP,64,66.74014586212873,-38,-37.998906700680415 +48904,77179,56,2016,UT,Gov-G,2016_Gov-G_UT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1479,Mike Weinholtz,10101,DEM,38,28.741239161448313,Gary Richard Herbert,10098,REP,58,66.74014586212873,-20,-37.998906700680415 +47069,73674,57,2016,VT,Gov-G,2016_Gov-G_VT,The Castleton Polling Institute,45,FALSE,TRUE,Live Phone,NA,2016-10-07,2016-11-08,32,579,Sue M. Minter,10095,DEM,38,44.1659398341236,Phil Scott,10097,REP,39,52.9082288015985,-1,-8.742288967474899 +47338,77165,57,2016,VT,Gov-G,2016_Gov-G_VT,Braun Research,33,FALSE,FALSE,Live Phone,NA,2016-10-21,2016-11-08,18,603,Sue M. Minter,10095,DEM,40,44.1659398341236,Phil Scott,10097,REP,47,52.9082288015985,-7,-8.742288967474899 +47640,79786,57,2016,VT,Gov-G,2016_Gov-G_VT,RRH Elections,274,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,1052,Sue M. Minter,10095,DEM,38,44.1659398341236,Phil Scott,10097,REP,45,52.9082288015985,-7,-8.742288967474899 +47928,77240,57,2016,VT,Gov-G,2016_Gov-G_VT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,436,Sue M. Minter,10095,DEM,45,44.1659398341236,Phil Scott,10097,REP,52,52.9082288015985,-7,-8.742288967474899 +48905,77180,57,2016,VT,Gov-G,2016_Gov-G_VT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,454,Sue M. Minter,10095,DEM,51,44.1659398341236,Phil Scott,10097,REP,47,52.9082288015985,4,-8.742288967474899 +46541,72838,58,2016,WA,Gov-G,2016_Gov-G_WA,Strategies 360,321,FALSE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,500,Jay Robert Inslee,10103,DEM,50,54.38964726992097,Bill Ray Bryant,10102,REP,40,45.61035273007904,10,8.779294539841928 +47628,74871,58,2016,WA,Gov-G,2016_Gov-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,750,Jay Robert Inslee,10103,DEM,51,54.38964726992097,Bill Ray Bryant,10102,REP,45,45.61035273007904,6,8.779294539841928 +47316,77168,58,2016,WA,Gov-G,2016_Gov-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2016-10-21,2016-11-08,18,502,Jay Robert Inslee,10103,DEM,51,54.38964726992097,Bill Ray Bryant,10102,REP,39,45.61035273007904,12,8.779294539841928 +47930,77241,58,2016,WA,Gov-G,2016_Gov-G_WA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,745,Jay Robert Inslee,10103,DEM,55,54.38964726992097,Bill Ray Bryant,10102,REP,42,45.61035273007904,13,8.779294539841928 +48365,75947,58,2016,WA,Gov-G,2016_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,667,Jay Robert Inslee,10103,DEM,50,54.38964726992097,Bill Ray Bryant,10102,REP,43,45.61035273007904,7,8.779294539841928 +48915,76640,58,2016,WA,Gov-G,2016_Gov-G_WA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,402,Jay Robert Inslee,10103,DEM,49,54.38964726992097,Bill Ray Bryant,10102,REP,40,45.61035273007904,9,8.779294539841928 +48907,77181,58,2016,WA,Gov-G,2016_Gov-G_WA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1451,Jay Robert Inslee,10103,DEM,55,54.38964726992097,Bill Ray Bryant,10102,REP,42,45.61035273007904,13,8.779294539841928 +46023,143182,59,2016,WV,Gov-G,2016_Gov-G_WV,Just Win Strategies,418,FALSE,TRUE,NA,REP,2016-09-09,2016-11-08,60,600,James Justice,10093,DEM,44,49.08651300398679,William Paul Cole,9022,REP,42,42.303511342591946,2,6.783001661394842 +46536,72762,59,2016,WV,Gov-G,2016_Gov-G_WV,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2016-09-15,2016-11-08,54,500,James Justice,10093,DEM,46,49.08651300398679,William Paul Cole,9022,REP,33,42.303511342591946,13,6.783001661394842 +47168,73814,59,2016,WV,Gov-G,2016_Gov-G_WV,Repass,268,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-14,2016-11-08,25,408,James Justice,10093,DEM,44,49.08651300398679,William Paul Cole,9022,REP,33,42.303511342591946,11,6.783001661394842 +47181,77164,59,2016,WV,Gov-G,2016_Gov-G_WV,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-10-14,2016-11-08,25,601,James Justice,10093,DEM,44,49.08651300398679,William Paul Cole,9022,REP,34,42.303511342591946,10,6.783001661394842 +47931,77242,59,2016,WV,Gov-G,2016_Gov-G_WV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,321,James Justice,10093,DEM,42,49.08651300398679,William Paul Cole,9022,REP,43,42.303511342591946,-1,6.783001661394842 +48908,77182,59,2016,WV,Gov-G,2016_Gov-G_WV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,472,James Justice,10093,DEM,36,49.08651300398679,William Paul Cole,9022,REP,45,42.303511342591946,-9,6.783001661394842 +45731,71421,60,2016,KS,Sen-G,2016_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-09-08,2016-11-08,61,565,Patrick Wiesner,10239,DEM,34,32.23812782170636,Jerry Moran,8968,REP,50,62.175254388660704,-16,-29.937126566954348 +47063,73642,60,2016,KS,Sen-G,2016_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-13,2016-11-08,26,549,Patrick Wiesner,10239,DEM,31,32.23812782170636,Jerry Moran,8968,REP,56,62.175254388660704,-25,-29.937126566954348 +48076,75207,60,2016,KS,Sen-G,2016_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-28,2016-11-08,11,596,Patrick Wiesner,10239,DEM,31,32.23812782170636,Jerry Moran,8968,REP,55,62.175254388660704,-24,-29.937126566954348 +47899,75125,60,2016,KS,Sen-G,2016_Sen-G_KS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1273,Patrick Wiesner,10239,DEM,39,32.23812782170636,Jerry Moran,8968,REP,56,62.175254388660704,-17,-29.937126566954348 +48337,75723,60,2016,KS,Sen-G,2016_Sen-G_KS,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,313,Patrick Wiesner,10239,DEM,13,32.23812782170636,Jerry Moran,8968,REP,77,62.175254388660704,-64,-29.937126566954348 +48876,76530,60,2016,KS,Sen-G,2016_Sen-G_KS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1311,Patrick Wiesner,10239,DEM,37,32.23812782170636,Jerry Moran,8968,REP,59,62.175254388660704,-22,-29.937126566954348 +45895,71679,61,2016,NY,Sen-G,2016_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,600,Charles E. Schumer,10111,DEM,69,65.61765538489898,Wendy E. Long,10110,REP,23,23.64440761393137,46,41.97324777096761 +46157,72164,61,2016,NY,Sen-G,2016_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,676,Charles E. Schumer,10111,DEM,70,65.61765538489898,Wendy E. Long,10110,REP,24,23.64440761393137,46,41.97324777096761 +47059,73681,61,2016,NY,Sen-G,2016_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-10-15,2016-11-08,24,611,Charles E. Schumer,10111,DEM,66,65.61765538489898,Wendy E. Long,10110,REP,27,23.64440761393137,39,41.97324777096761 +47915,75132,61,2016,NY,Sen-G,2016_Sen-G_NY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1734,Charles E. Schumer,10111,DEM,68,65.61765538489898,Wendy E. Long,10110,REP,28,23.64440761393137,40,41.97324777096761 +48478,75970,61,2016,NY,Sen-G,2016_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-11-03,2016-11-08,5,617,Charles E. Schumer,10111,DEM,67,65.61765538489898,Wendy E. Long,10110,REP,25,23.64440761393137,42,41.97324777096761 +48892,76537,61,2016,NY,Sen-G,2016_Sen-G_NY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2208,Charles E. Schumer,10111,DEM,71,65.61765538489898,Wendy E. Long,10110,REP,25,23.64440761393137,46,41.97324777096761 +45807,136817,62,2016,NC,Sen-G,2016_Sen-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-09-11,2016-11-08,58,678,Deborah K. Ross,10153,DEM,39,45.36569310654803,Richard Burr,8963,REP,44,51.06177974489319,-5,-5.696086638345157 +45886,71661,62,2016,NC,Sen-G,2016_Sen-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-09-14,2016-11-08,55,644,Deborah K. Ross,10153,DEM,44.4,45.36569310654803,Richard Burr,8963,REP,43.4,51.06177974489319,1,-5.696086638345157 +45935,71814,62,2016,NC,Sen-G,2016_Sen-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,782,Deborah K. Ross,10153,DEM,46,45.36569310654803,Richard Burr,8963,REP,42,51.06177974489319,4,-5.696086638345157 +46011,71954,62,2016,NC,Sen-G,2016_Sen-G_NC,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-09-14,2016-11-08,55,400,Deborah K. Ross,10153,DEM,30,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,-16,-5.696086638345157 +45912,71751,62,2016,NC,Sen-G,2016_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-19,2016-11-08,50,1024,Deborah K. Ross,10153,DEM,41,45.36569310654803,Richard Burr,8963,REP,41,51.06177974489319,0,-5.696086638345157 +45930,71799,62,2016,NC,Sen-G,2016_Sen-G_NC,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,734,Deborah K. Ross,10153,DEM,37,45.36569310654803,Richard Burr,8963,REP,43,51.06177974489319,-6,-5.696086638345157 +46163,72181,62,2016,NC,Sen-G,2016_Sen-G_NC,Meredith College,423,FALSE,FALSE,Live Phone,NA,2016-09-20,2016-11-08,49,487,Deborah K. Ross,10153,DEM,38,45.36569310654803,Richard Burr,8963,REP,35,51.06177974489319,3,-5.696086638345157 +46042,72021,62,2016,NC,Sen-G,2016_Sen-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,404,Deborah K. Ross,10153,DEM,43,45.36569310654803,Richard Burr,8963,REP,45,51.06177974489319,-2,-5.696086638345157 +46155,72157,62,2016,NC,Sen-G,2016_Sen-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-09-23,2016-11-08,46,694,Deborah K. Ross,10153,DEM,48,45.36569310654803,Richard Burr,8963,REP,39,51.06177974489319,9,-5.696086638345157 +46290,72367,62,2016,NC,Sen-G,2016_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,861,Deborah K. Ross,10153,DEM,39,45.36569310654803,Richard Burr,8963,REP,41,51.06177974489319,-2,-5.696086638345157 +46446,72596,62,2016,NC,Sen-G,2016_Sen-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,660,Deborah K. Ross,10153,DEM,43.6,45.36569310654803,Richard Burr,8963,REP,43.4,51.06177974489319,0.20000000000000284,-5.696086638345157 +46385,72519,62,2016,NC,Sen-G,2016_Sen-G_NC,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,805,Deborah K. Ross,10153,DEM,46,45.36569310654803,Richard Burr,8963,REP,44,51.06177974489319,2,-5.696086638345157 +46382,72713,62,2016,NC,Sen-G,2016_Sen-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,507,Deborah K. Ross,10153,DEM,46,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,0,-5.696086638345157 +46456,72654,62,2016,NC,Sen-G,2016_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-01,2016-11-08,38,656,Deborah K. Ross,10153,DEM,44,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,-2,-5.696086638345157 +46631,72925,62,2016,NC,Sen-G,2016_Sen-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2016-10-03,2016-11-08,36,479,Deborah K. Ross,10153,DEM,42,45.36569310654803,Richard Burr,8963,REP,47,51.06177974489319,-5,-5.696086638345157 +46781,73155,62,2016,NC,Sen-G,2016_Sen-G_NC,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,500,Deborah K. Ross,10153,DEM,36,45.36569310654803,Richard Burr,8963,REP,40,51.06177974489319,-4,-5.696086638345157 +46788,73174,62,2016,NC,Sen-G,2016_Sen-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,743,Deborah K. Ross,10153,DEM,46,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,0,-5.696086638345157 +46792,73173,62,2016,NC,Sen-G,2016_Sen-G_NC,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-11,2016-11-08,28,600,Deborah K. Ross,10153,DEM,43.3,45.36569310654803,Richard Burr,8963,REP,45.1,51.06177974489319,-1.8000000000000043,-5.696086638345157 +46883,73356,62,2016,NC,Sen-G,2016_Sen-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,788,Deborah K. Ross,10153,DEM,47,45.36569310654803,Richard Burr,8963,REP,48,51.06177974489319,-1,-5.696086638345157 +47025,73572,62,2016,NC,Sen-G,2016_Sen-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,889,Deborah K. Ross,10153,DEM,48,45.36569310654803,Richard Burr,8963,REP,42,51.06177974489319,6,-5.696086638345157 +47057,73632,62,2016,NC,Sen-G,2016_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-16,2016-11-08,23,651,Deborah K. Ross,10153,DEM,43,45.36569310654803,Richard Burr,8963,REP,45,51.06177974489319,-2,-5.696086638345157 +47085,73696,62,2016,NC,Sen-G,2016_Sen-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,600,Deborah K. Ross,10153,DEM,37,45.36569310654803,Richard Burr,8963,REP,44,51.06177974489319,-7,-5.696086638345157 +47252,73949,62,2016,NC,Sen-G,2016_Sen-G_NC,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,924,Deborah K. Ross,10153,DEM,44,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,-2,-5.696086638345157 +47248,73938,62,2016,NC,Sen-G,2016_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Deborah K. Ross,10153,DEM,41,45.36569310654803,Richard Burr,8963,REP,42,51.06177974489319,-1,-5.696086638345157 +47254,73953,62,2016,NC,Sen-G,2016_Sen-G_NC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,402,Deborah K. Ross,10153,DEM,43,45.36569310654803,Richard Burr,8963,REP,49,51.06177974489319,-6,-5.696086638345157 +47325,74050,62,2016,NC,Sen-G,2016_Sen-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,792,Deborah K. Ross,10153,DEM,47,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,1,-5.696086638345157 +47352,74105,62,2016,NC,Sen-G,2016_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Deborah K. Ross,10153,DEM,44,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,-2,-5.696086638345157 +47766,74774,62,2016,NC,Sen-G,2016_Sen-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,1273,Deborah K. Ross,10153,DEM,48,45.36569310654803,Richard Burr,8963,REP,45,51.06177974489319,3,-5.696086638345157 +47775,74778,62,2016,NC,Sen-G,2016_Sen-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,780,Deborah K. Ross,10153,DEM,48,45.36569310654803,Richard Burr,8963,REP,48,51.06177974489319,0,-5.696086638345157 +47619,74576,62,2016,NC,Sen-G,2016_Sen-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,702,Deborah K. Ross,10153,DEM,47,45.36569310654803,Richard Burr,8963,REP,48,51.06177974489319,-1,-5.696086638345157 +47649,74620,62,2016,NC,Sen-G,2016_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Deborah K. Ross,10153,DEM,43,45.36569310654803,Richard Burr,8963,REP,48,51.06177974489319,-5,-5.696086638345157 +47759,74747,62,2016,NC,Sen-G,2016_Sen-G_NC,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-26,2016-11-08,13,650,Deborah K. Ross,10153,DEM,44,45.36569310654803,Richard Burr,8963,REP,48,51.06177974489319,-4,-5.696086638345157 +47937,74994,62,2016,NC,Sen-G,2016_Sen-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,710,Deborah K. Ross,10153,DEM,39.9,45.36569310654803,Richard Burr,8963,REP,43.5,51.06177974489319,-3.6000000000000014,-5.696086638345157 +47779,74793,62,2016,NC,Sen-G,2016_Sen-G_NC,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,992,Deborah K. Ross,10153,DEM,44,45.36569310654803,Richard Burr,8963,REP,44,51.06177974489319,0,-5.696086638345157 +47916,75133,62,2016,NC,Sen-G,2016_Sen-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1574,Deborah K. Ross,10153,DEM,47,45.36569310654803,Richard Burr,8963,REP,43,51.06177974489319,4,-5.696086638345157 +48008,75104,62,2016,NC,Sen-G,2016_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-30,2016-11-08,9,659,Deborah K. Ross,10153,DEM,43,45.36569310654803,Richard Burr,8963,REP,49,51.06177974489319,-6,-5.696086638345157 +48110,75325,62,2016,NC,Sen-G,2016_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Deborah K. Ross,10153,DEM,43,45.36569310654803,Richard Burr,8963,REP,47,51.06177974489319,-4,-5.696086638345157 +48326,75705,62,2016,NC,Sen-G,2016_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,1169,Deborah K. Ross,10153,DEM,45,45.36569310654803,Richard Burr,8963,REP,48,51.06177974489319,-3,-5.696086638345157 +48099,75465,62,2016,NC,Sen-G,2016_Sen-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,602,Deborah K. Ross,10153,DEM,49,45.36569310654803,Richard Burr,8963,REP,45,51.06177974489319,4,-5.696086638345157 +48773,76360,62,2016,NC,Sen-G,2016_Sen-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,1250,Deborah K. Ross,10153,DEM,48,45.36569310654803,Richard Burr,8963,REP,47,51.06177974489319,1,-5.696086638345157 +48679,76251,62,2016,NC,Sen-G,2016_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Deborah K. Ross,10153,DEM,47,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,1,-5.696086638345157 +48524,76067,62,2016,NC,Sen-G,2016_Sen-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,800,Deborah K. Ross,10153,DEM,45,45.36569310654803,Richard Burr,8963,REP,46,51.06177974489319,-1,-5.696086638345157 +48523,76065,62,2016,NC,Sen-G,2016_Sen-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,870,Deborah K. Ross,10153,DEM,47,45.36569310654803,Richard Burr,8963,REP,47,51.06177974489319,0,-5.696086638345157 +48893,76538,62,2016,NC,Sen-G,2016_Sen-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,3126,Deborah K. Ross,10153,DEM,47,45.36569310654803,Richard Burr,8963,REP,43,51.06177974489319,4,-5.696086638345157 +45793,71479,63,2016,NV,Sen-G,2016_Sen-G_NV,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-12,2016-11-08,57,406,Catherine Cortez Masto,9034,DEM,43,47.09887448637275,Joseph J. Heck,10222,REP,46,44.67036724912343,-3,2.4285072372493204 +45922,71777,63,2016,NV,Sen-G,2016_Sen-G_NV,Leger,572,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,398,Catherine Cortez Masto,9034,DEM,39,47.09887448637275,Joseph J. Heck,10222,REP,43,44.67036724912343,-4,2.4285072372493204 +45896,71744,63,2016,NV,Sen-G,2016_Sen-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-09-17,2016-11-08,52,800,Catherine Cortez Masto,9034,DEM,40,47.09887448637275,Joseph J. Heck,10222,REP,44,44.67036724912343,-4,2.4285072372493204 +46012,71955,63,2016,NV,Sen-G,2016_Sen-G_NV,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-09-14,2016-11-08,55,400,Catherine Cortez Masto,9034,DEM,41,47.09887448637275,Joseph J. Heck,10222,REP,47,44.67036724912343,-6,2.4285072372493204 +45929,71797,63,2016,NV,Sen-G,2016_Sen-G_NV,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,704,Catherine Cortez Masto,9034,DEM,36,47.09887448637275,Joseph J. Heck,10222,REP,43,44.67036724912343,-7,2.4285072372493204 +46305,72390,63,2016,NV,Sen-G,2016_Sen-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,500,Catherine Cortez Masto,9034,DEM,35.2,47.09887448637275,Joseph J. Heck,10222,REP,37.6,44.67036724912343,-2.3999999999999986,2.4285072372493204 +46316,72437,63,2016,NV,Sen-G,2016_Sen-G_NV,Bendixen & Amandi International,29,FALSE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,800,Catherine Cortez Masto,9034,DEM,45,47.09887448637275,Joseph J. Heck,10222,REP,47,44.67036724912343,-2,2.4285072372493204 +46441,72598,63,2016,NV,Sen-G,2016_Sen-G_NV,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,700,Catherine Cortez Masto,9034,DEM,46,47.09887448637275,Joseph J. Heck,10222,REP,47,44.67036724912343,-1,2.4285072372493204 +46522,72738,63,2016,NV,Sen-G,2016_Sen-G_NV,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-03,2016-11-08,36,700,Catherine Cortez Masto,9034,DEM,40.5,47.09887448637275,Joseph J. Heck,10222,REP,45.4,44.67036724912343,-4.899999999999999,2.4285072372493204 +46771,73139,63,2016,NV,Sen-G,2016_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-10,2016-11-08,29,986,Catherine Cortez Masto,9034,DEM,43,47.09887448637275,Joseph J. Heck,10222,REP,39,44.67036724912343,4,2.4285072372493204 +46779,73152,63,2016,NV,Sen-G,2016_Sen-G_NV,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-10,2016-11-08,29,1010,Catherine Cortez Masto,9034,DEM,44,47.09887448637275,Joseph J. Heck,10222,REP,41,44.67036724912343,3,2.4285072372493204 +46785,73162,63,2016,NV,Sen-G,2016_Sen-G_NV,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,600,Catherine Cortez Masto,9034,DEM,44,47.09887448637275,Joseph J. Heck,10222,REP,47,44.67036724912343,-3,2.4285072372493204 +46816,73262,63,2016,NV,Sen-G,2016_Sen-G_NV,JMC Analytics,156,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,600,Catherine Cortez Masto,9034,DEM,40,47.09887448637275,Joseph J. Heck,10222,REP,35,44.67036724912343,5,2.4285072372493204 +46867,73323,63,2016,NV,Sen-G,2016_Sen-G_NV,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-13,2016-11-08,26,996,Catherine Cortez Masto,9034,DEM,39,47.09887448637275,Joseph J. Heck,10222,REP,39,44.67036724912343,0,2.4285072372493204 +46884,73358,63,2016,NV,Sen-G,2016_Sen-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,698,Catherine Cortez Masto,9034,DEM,52,47.09887448637275,Joseph J. Heck,10222,REP,45,44.67036724912343,7,2.4285072372493204 +47022,73570,63,2016,NV,Sen-G,2016_Sen-G_NV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,884,Catherine Cortez Masto,9034,DEM,47,47.09887448637275,Joseph J. Heck,10222,REP,48,44.67036724912343,-1,2.4285072372493204 +47032,73549,63,2016,NV,Sen-G,2016_Sen-G_NV,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,413,Catherine Cortez Masto,9034,DEM,42,47.09887448637275,Joseph J. Heck,10222,REP,45,44.67036724912343,-3,2.4285072372493204 +47317,74073,63,2016,NV,Sen-G,2016_Sen-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,826,Catherine Cortez Masto,9034,DEM,43,47.09887448637275,Joseph J. Heck,10222,REP,41,44.67036724912343,2,2.4285072372493204 +47318,74088,63,2016,NV,Sen-G,2016_Sen-G_NV,Bendixen & Amandi International,29,FALSE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,800,Catherine Cortez Masto,9034,DEM,45,47.09887448637275,Joseph J. Heck,10222,REP,44,44.67036724912343,1,2.4285072372493204 +47540,74358,63,2016,NV,Sen-G,2016_Sen-G_NV,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,707,Catherine Cortez Masto,9034,DEM,42,47.09887448637275,Joseph J. Heck,10222,REP,49,44.67036724912343,-7,2.4285072372493204 +47655,74631,63,2016,NV,Sen-G,2016_Sen-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,875,Catherine Cortez Masto,9034,DEM,50,47.09887448637275,Joseph J. Heck,10222,REP,44,44.67036724912343,6,2.4285072372493204 +47647,74618,63,2016,NV,Sen-G,2016_Sen-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Catherine Cortez Masto,9034,DEM,43,47.09887448637275,Joseph J. Heck,10222,REP,42,44.67036724912343,1,2.4285072372493204 +47760,74748,63,2016,NV,Sen-G,2016_Sen-G_NV,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-26,2016-11-08,13,550,Catherine Cortez Masto,9034,DEM,44,47.09887448637275,Joseph J. Heck,10222,REP,48,44.67036724912343,-4,2.4285072372493204 +47911,75130,63,2016,NV,Sen-G,2016_Sen-G_NV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1010,Catherine Cortez Masto,9034,DEM,47,47.09887448637275,Joseph J. Heck,10222,REP,47,44.67036724912343,0,2.4285072372493204 +48108,75323,63,2016,NV,Sen-G,2016_Sen-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Catherine Cortez Masto,9034,DEM,46,47.09887448637275,Joseph J. Heck,10222,REP,44,44.67036724912343,2,2.4285072372493204 +48328,75707,63,2016,NV,Sen-G,2016_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,688,Catherine Cortez Masto,9034,DEM,47,47.09887448637275,Joseph J. Heck,10222,REP,44,44.67036724912343,3,2.4285072372493204 +48096,75513,63,2016,NV,Sen-G,2016_Sen-G_NV,JMC Analytics,156,FALSE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,600,Catherine Cortez Masto,9034,DEM,45,47.09887448637275,Joseph J. Heck,10222,REP,43,44.67036724912343,2,2.4285072372493204 +48104,75319,63,2016,NV,Sen-G,2016_Sen-G_NV,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,892,Catherine Cortez Masto,9034,DEM,47,47.09887448637275,Joseph J. Heck,10222,REP,41,44.67036724912343,6,2.4285072372493204 +48089,75251,63,2016,NV,Sen-G,2016_Sen-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,790,Catherine Cortez Masto,9034,DEM,47,47.09887448637275,Joseph J. Heck,10222,REP,49,44.67036724912343,-2,2.4285072372493204 +48517,76049,63,2016,NV,Sen-G,2016_Sen-G_NV,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,600,Catherine Cortez Masto,9034,DEM,48.4,47.09887448637275,Joseph J. Heck,10222,REP,47.3,44.67036724912343,1.1000000000000014,2.4285072372493204 +48677,76249,63,2016,NV,Sen-G,2016_Sen-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Catherine Cortez Masto,9034,DEM,45,47.09887448637275,Joseph J. Heck,10222,REP,45,44.67036724912343,0,2.4285072372493204 +48689,76270,63,2016,NV,Sen-G,2016_Sen-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1158,Catherine Cortez Masto,9034,DEM,49,47.09887448637275,Joseph J. Heck,10222,REP,43,44.67036724912343,6,2.4285072372493204 +48888,76535,63,2016,NV,Sen-G,2016_Sen-G_NV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1207,Catherine Cortez Masto,9034,DEM,50,47.09887448637275,Joseph J. Heck,10222,REP,45,44.67036724912343,5,2.4285072372493204 +47894,75120,64,2016,HI,Sen-G,2016_Sen-G_HI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,467,Brian Schatz,10306,DEM,69,73.60344918643563,John Stanley Carroll,10307,REP,27,22.242307267585616,42,51.36114191885001 +48871,76525,64,2016,HI,Sen-G,2016_Sen-G_HI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,426,Brian Schatz,10306,DEM,70,73.60344918643563,John Stanley Carroll,10307,REP,26,22.242307267585616,44,51.36114191885001 +46560,72828,65,2016,OR,Sen-G,2016_Sen-G_OR,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-04,2016-11-08,35,1248,Ron Wyden,10308,DEM,52,56.60084262153018,Mark Callahan,10309,REP,33,33.347674083907734,19,23.253168537622443 +46794,73187,65,2016,OR,Sen-G,2016_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-11,2016-11-08,28,654,Ron Wyden,10308,DEM,54,56.60084262153018,Mark Callahan,10309,REP,32,33.347674083907734,22,23.253168537622443 +47920,75137,65,2016,OR,Sen-G,2016_Sen-G_OR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,743,Ron Wyden,10308,DEM,62,56.60084262153018,Mark Callahan,10309,REP,34,33.347674083907734,28,23.253168537622443 +48897,76542,65,2016,OR,Sen-G,2016_Sen-G_OR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1595,Ron Wyden,10308,DEM,63,56.60084262153018,Mark Callahan,10309,REP,32,33.347674083907734,31,23.253168537622443 +47923,75139,66,2016,SC,Sen-G,2016_Sen-G_SC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1762,Thomas Dixon,10266,DEM,39,34.36959880344974,Tim Scott,10256,REP,56,60.569454112970774,-17,-26.199855309521034 +48900,76544,66,2016,SC,Sen-G,2016_Sen-G_SC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1698,Thomas Dixon,10266,DEM,38,34.36959880344974,Tim Scott,10256,REP,59,60.569454112970774,-21,-26.199855309521034 +45737,71417,67,2016,OH,Sen-G,2016_Sen-G_OH,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-09-11,2016-11-08,58,802,Ted Strickland,9021,DEM,36,37.157607593358605,Rob Portman,9020,REP,53,58.02883049847697,-17,-20.871222905118366 +45799,71498,67,2016,OH,Sen-G,2016_Sen-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-09,2016-11-08,60,769,Ted Strickland,9021,DEM,37,37.157607593358605,Rob Portman,9020,REP,58,58.02883049847697,-21,-20.871222905118366 +45809,71521,67,2016,OH,Sen-G,2016_Sen-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,500,Ted Strickland,9021,DEM,31,37.157607593358605,Rob Portman,9020,REP,39,58.02883049847697,-8,-20.871222905118366 +46013,71956,67,2016,OH,Sen-G,2016_Sen-G_OH,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-09-14,2016-11-08,55,400,Ted Strickland,9021,DEM,34,37.157607593358605,Rob Portman,9020,REP,51,58.02883049847697,-17,-20.871222905118366 +45931,71801,67,2016,OH,Sen-G,2016_Sen-G_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,737,Ted Strickland,9021,DEM,37,37.157607593358605,Rob Portman,9020,REP,51,58.02883049847697,-14,-20.871222905118366 +46101,72097,67,2016,OH,Sen-G,2016_Sen-G_OH,TargetSmart,332,FALSE,FALSE,Live Phone/Online Panel,NA,2016-09-19,2016-11-08,50,652,Ted Strickland,9021,DEM,32,37.157607593358605,Rob Portman,9020,REP,47,58.02883049847697,-15,-20.871222905118366 +46032,71990,67,2016,OH,Sen-G,2016_Sen-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-09-22,2016-11-08,47,850,Ted Strickland,9021,DEM,36,37.157607593358605,Rob Portman,9020,REP,44,58.02883049847697,-8,-20.871222905118366 +46383,72712,67,2016,OH,Sen-G,2016_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,497,Ted Strickland,9021,DEM,38,37.157607593358605,Rob Portman,9020,REP,55,58.02883049847697,-17,-20.871222905118366 +46519,72730,67,2016,OH,Sen-G,2016_Sen-G_OH,Impact Research,14,FALSE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,800,Ted Strickland,9021,DEM,39,37.157607593358605,Rob Portman,9020,REP,51,58.02883049847697,-12,-20.871222905118366 +46514,72722,67,2016,OH,Sen-G,2016_Sen-G_OH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-03,2016-11-08,36,405,Ted Strickland,9021,DEM,39,37.157607593358605,Rob Portman,9020,REP,54,58.02883049847697,-15,-20.871222905118366 +46540,72770,67,2016,OH,Sen-G,2016_Sen-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-10-05,2016-11-08,34,782,Ted Strickland,9021,DEM,36,37.157607593358605,Rob Portman,9020,REP,51,58.02883049847697,-15,-20.871222905118366 +46571,72852,67,2016,OH,Sen-G,2016_Sen-G_OH,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-06,2016-11-08,33,997,Ted Strickland,9021,DEM,38,37.157607593358605,Rob Portman,9020,REP,49,58.02883049847697,-11,-20.871222905118366 +47172,73818,67,2016,OH,Sen-G,2016_Sen-G_OH,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,1304,Ted Strickland,9021,DEM,37,37.157607593358605,Rob Portman,9020,REP,51,58.02883049847697,-14,-20.871222905118366 +46752,73102,67,2016,OH,Sen-G,2016_Sen-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1152,Ted Strickland,9021,DEM,35.6,37.157607593358605,Rob Portman,9020,REP,47.9,58.02883049847697,-12.299999999999997,-20.871222905118366 +46789,73175,67,2016,OH,Sen-G,2016_Sen-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,724,Ted Strickland,9021,DEM,37,37.157607593358605,Rob Portman,9020,REP,55,58.02883049847697,-18,-20.871222905118366 +46790,73172,67,2016,OH,Sen-G,2016_Sen-G_OH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-11,2016-11-08,28,600,Ted Strickland,9021,DEM,30.1,37.157607593358605,Rob Portman,9020,REP,47.1,58.02883049847697,-17,-20.871222905118366 +46885,73360,67,2016,OH,Sen-G,2016_Sen-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,774,Ted Strickland,9021,DEM,40,37.157607593358605,Rob Portman,9020,REP,56,58.02883049847697,-16,-20.871222905118366 +46943,73513,67,2016,OH,Sen-G,2016_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,624,Ted Strickland,9021,DEM,41,37.157607593358605,Rob Portman,9020,REP,54,58.02883049847697,-13,-20.871222905118366 +47026,73573,67,2016,OH,Sen-G,2016_Sen-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1307,Ted Strickland,9021,DEM,39,37.157607593358605,Rob Portman,9020,REP,56,58.02883049847697,-17,-20.871222905118366 +47094,73712,67,2016,OH,Sen-G,2016_Sen-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,500,Ted Strickland,9021,DEM,30.8,37.157607593358605,Rob Portman,9020,REP,45.8,58.02883049847697,-14.999999999999996,-20.871222905118366 +47353,74106,67,2016,OH,Sen-G,2016_Sen-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Ted Strickland,9021,DEM,40,37.157607593358605,Rob Portman,9020,REP,48,58.02883049847697,-8,-20.871222905118366 +47650,74621,67,2016,OH,Sen-G,2016_Sen-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Ted Strickland,9021,DEM,42,37.157607593358605,Rob Portman,9020,REP,49,58.02883049847697,-7,-20.871222905118366 +47757,74745,67,2016,OH,Sen-G,2016_Sen-G_OH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-26,2016-11-08,13,800,Ted Strickland,9021,DEM,35,37.157607593358605,Rob Portman,9020,REP,49,58.02883049847697,-14,-20.871222905118366 +47918,75135,67,2016,OH,Sen-G,2016_Sen-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1823,Ted Strickland,9021,DEM,40,37.157607593358605,Rob Portman,9020,REP,55,58.02883049847697,-15,-20.871222905118366 +48111,75326,67,2016,OH,Sen-G,2016_Sen-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Ted Strickland,9021,DEM,41,37.157607593358605,Rob Portman,9020,REP,49,58.02883049847697,-8,-20.871222905118366 +48100,75466,67,2016,OH,Sen-G,2016_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,589,Ted Strickland,9021,DEM,38,37.157607593358605,Rob Portman,9020,REP,56,58.02883049847697,-18,-20.871222905118366 +48481,75979,67,2016,OH,Sen-G,2016_Sen-G_OH,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-11-03,2016-11-08,5,1189,Ted Strickland,9021,DEM,39,37.157607593358605,Rob Portman,9020,REP,52,58.02883049847697,-13,-20.871222905118366 +48516,76048,67,2016,OH,Sen-G,2016_Sen-G_OH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,900,Ted Strickland,9021,DEM,28.3,37.157607593358605,Rob Portman,9020,REP,48.8,58.02883049847697,-20.499999999999996,-20.871222905118366 +48479,75972,67,2016,OH,Sen-G,2016_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2016-10-31,2016-11-08,8,1151,Ted Strickland,9021,DEM,37,37.157607593358605,Rob Portman,9020,REP,58,58.02883049847697,-21,-20.871222905118366 +48680,76252,67,2016,OH,Sen-G,2016_Sen-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Ted Strickland,9021,DEM,38,37.157607593358605,Rob Portman,9020,REP,52,58.02883049847697,-14,-20.871222905118366 +48895,76540,67,2016,OH,Sen-G,2016_Sen-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2860,Ted Strickland,9021,DEM,39,37.157607593358605,Rob Portman,9020,REP,57,58.02883049847697,-18,-20.871222905118366 +47883,75111,68,2016,AL,Sen-G,2016_Sen-G_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,485,Ronald Steven Crumpton,10346,DEM,36,35.86726158881388,Richard C. Shelby,10133,REP,60,63.9587936251224,-24,-28.091532036308514 +48860,76516,68,2016,AL,Sen-G,2016_Sen-G_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1131,Ronald Steven Crumpton,10346,DEM,38,35.86726158881388,Richard C. Shelby,10133,REP,57,63.9587936251224,-19,-28.091532036308514 +46555,72821,69,2016,AK,Sen-G,2016_Sen-G_AK,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2016-09-14,2016-11-08,55,500,Ray Metcalfe,10290,DEM,15,11.623389341801497,Lisa Murkowski,10289,REP,48,44.35800039172749,-33,-32.73461104992599 +46565,73219,69,2016,AK,Sen-G,2016_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,660,Ray Metcalfe,10290,DEM,12.3,11.623389341801497,Lisa Murkowski,10289,REP,50,44.35800039172749,-37.7,-32.73461104992599 +46556,72822,69,2016,AK,Sen-G,2016_Sen-G_AK,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2016-10-05,2016-11-08,34,500,Ray Metcalfe,10290,DEM,9,11.623389341801497,Lisa Murkowski,10289,REP,49,44.35800039172749,-40,-32.73461104992599 +47884,75112,69,2016,AK,Sen-G,2016_Sen-G_AK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,300,Ray Metcalfe,10290,DEM,26,11.623389341801497,Lisa Murkowski,10289,REP,52,44.35800039172749,-26,-32.73461104992599 +48861,76517,69,2016,AK,Sen-G,2016_Sen-G_AK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,409,Ray Metcalfe,10290,DEM,33,11.623389341801497,Lisa Murkowski,10289,REP,55,44.35800039172749,-22,-32.73461104992599 +45815,71543,70,2016,MO,Sen-G,2016_Sen-G_MO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-11,2016-11-08,58,600,Jason Kander,10158,DEM,42,46.391956729384894,Roy Blunt,10157,REP,40,49.18425156843135,2,-2.7922948390464555 +46761,73119,70,2016,MO,Sen-G,2016_Sen-G_MO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,406,Jason Kander,10158,DEM,44,46.391956729384894,Roy Blunt,10157,REP,46,49.18425156843135,-2,-2.7922948390464555 +47081,73684,70,2016,MO,Sen-G,2016_Sen-G_MO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-18,2016-11-08,21,600,Jason Kander,10158,DEM,44.4,46.391956729384894,Roy Blunt,10157,REP,44,49.18425156843135,0.3999999999999986,-2.7922948390464555 +47629,74548,70,2016,MO,Sen-G,2016_Sen-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,625,Jason Kander,10158,DEM,46,46.391956729384894,Roy Blunt,10157,REP,47,49.18425156843135,-1,-2.7922948390464555 +47860,74896,70,2016,MO,Sen-G,2016_Sen-G_MO,BK Strategies,20,FALSE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,1698,Jason Kander,10158,DEM,44,46.391956729384894,Roy Blunt,10157,REP,47,49.18425156843135,-3,-2.7922948390464555 +47908,75129,70,2016,MO,Sen-G,2016_Sen-G_MO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,671,Jason Kander,10158,DEM,51,46.391956729384894,Roy Blunt,10157,REP,45,49.18425156843135,6,-2.7922948390464555 +47996,75056,70,2016,MO,Sen-G,2016_Sen-G_MO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,405,Jason Kander,10158,DEM,46,46.391956729384894,Roy Blunt,10157,REP,47,49.18425156843135,-1,-2.7922948390464555 +48081,75213,70,2016,MO,Sen-G,2016_Sen-G_MO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-30,2016-11-08,9,650,Jason Kander,10158,DEM,45,46.391956729384894,Roy Blunt,10157,REP,45,49.18425156843135,0,-2.7922948390464555 +48119,75704,70,2016,MO,Sen-G,2016_Sen-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,1083,Jason Kander,10158,DEM,44,46.391956729384894,Roy Blunt,10157,REP,46,49.18425156843135,-2,-2.7922948390464555 +48186,75459,70,2016,MO,Sen-G,2016_Sen-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-31,2016-11-08,8,1722,Jason Kander,10158,DEM,44,46.391956729384894,Roy Blunt,10157,REP,48,49.18425156843135,-4,-2.7922948390464555 +48121,75381,70,2016,MO,Sen-G,2016_Sen-G_MO,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2016-10-29,2016-11-08,10,508,Jason Kander,10158,DEM,41,46.391956729384894,Roy Blunt,10157,REP,41,49.18425156843135,0,-2.7922948390464555 +48622,76174,70,2016,MO,Sen-G,2016_Sen-G_MO,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-11-01,2016-11-08,7,1036,Jason Kander,10158,DEM,45,46.391956729384894,Roy Blunt,10157,REP,47,49.18425156843135,-2,-2.7922948390464555 +48518,76050,70,2016,MO,Sen-G,2016_Sen-G_MO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,750,Jason Kander,10158,DEM,45.5,46.391956729384894,Roy Blunt,10157,REP,44.8,49.18425156843135,0.7000000000000028,-2.7922948390464555 +48885,76534,70,2016,MO,Sen-G,2016_Sen-G_MO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1368,Jason Kander,10158,DEM,51,46.391956729384894,Roy Blunt,10157,REP,44,49.18425156843135,7,-2.7922948390464555 +45917,137055,71,2016,WI,Sen-G,2016_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,642,Russ Feingold,8971,DEM,44,46.810994929700506,Ron Johnson,8972,REP,39,50.17297212607007,5,-3.3619771963695655 +45938,71816,71,2016,WI,Sen-G,2016_Sen-G_WI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-19,2016-11-08,50,700,Russ Feingold,8971,DEM,51.5,46.810994929700506,Ron Johnson,8972,REP,41.6,50.17297212607007,9.899999999999999,-3.3619771963695655 +46547,72781,71,2016,WI,Sen-G,2016_Sen-G_WI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-04,2016-11-08,35,1102,Russ Feingold,8971,DEM,53,46.810994929700506,Ron Johnson,8972,REP,41,50.17297212607007,12,-3.3619771963695655 +46684,72988,71,2016,WI,Sen-G,2016_Sen-G_WI,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,500,Russ Feingold,8971,DEM,40.2,46.810994929700506,Ron Johnson,8972,REP,45.4,50.17297212607007,-5.199999999999996,-3.3619771963695655 +46569,72849,71,2016,WI,Sen-G,2016_Sen-G_WI,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-06,2016-11-08,33,993,Russ Feingold,8971,DEM,45,46.810994929700506,Ron Johnson,8972,REP,42,50.17297212607007,3,-3.3619771963695655 +46767,73125,71,2016,WI,Sen-G,2016_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-10-08,2016-11-08,31,878,Russ Feingold,8971,DEM,46,46.810994929700506,Ron Johnson,8972,REP,44,50.17297212607007,2,-3.3619771963695655 +47014,73510,71,2016,WI,Sen-G,2016_Sen-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2016-10-15,2016-11-08,24,664,Russ Feingold,8971,DEM,52,46.810994929700506,Ron Johnson,8972,REP,40,50.17297212607007,12,-3.3619771963695655 +47030,73575,71,2016,WI,Sen-G,2016_Sen-G_WI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1076,Russ Feingold,8971,DEM,51,46.810994929700506,Ron Johnson,8972,REP,46,50.17297212607007,5,-3.3619771963695655 +47076,73670,71,2016,WI,Sen-G,2016_Sen-G_WI,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-17,2016-11-08,22,403,Russ Feingold,8971,DEM,52,46.810994929700506,Ron Johnson,8972,REP,44,50.17297212607007,8,-3.3619771963695655 +47087,73700,71,2016,WI,Sen-G,2016_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2016-10-18,2016-11-08,21,804,Russ Feingold,8971,DEM,47,46.810994929700506,Ron Johnson,8972,REP,41,50.17297212607007,6,-3.3619771963695655 +47463,74251,71,2016,WI,Sen-G,2016_Sen-G_WI,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2016-10-19,2016-11-08,20,600,Russ Feingold,8971,DEM,48,46.810994929700506,Ron Johnson,8972,REP,46,50.17297212607007,2,-3.3619771963695655 +47464,74250,71,2016,WI,Sen-G,2016_Sen-G_WI,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2016-10-19,2016-11-08,20,400,Russ Feingold,8971,DEM,45,46.810994929700506,Ron Johnson,8972,REP,42,50.17297212607007,3,-3.3619771963695655 +47758,74746,71,2016,WI,Sen-G,2016_Sen-G_WI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,400,Russ Feingold,8971,DEM,49,46.810994929700506,Ron Johnson,8972,REP,44,50.17297212607007,5,-3.3619771963695655 +47932,75144,71,2016,WI,Sen-G,2016_Sen-G_WI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1195,Russ Feingold,8971,DEM,49,46.810994929700506,Ron Johnson,8972,REP,49,50.17297212607007,0,-3.3619771963695655 +48095,75265,71,2016,WI,Sen-G,2016_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,1255,Russ Feingold,8971,DEM,45,46.810994929700506,Ron Johnson,8972,REP,44,50.17297212607007,1,-3.3619771963695655 +48330,75709,71,2016,WI,Sen-G,2016_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,891,Russ Feingold,8971,DEM,49,46.810994929700506,Ron Johnson,8972,REP,44,50.17297212607007,5,-3.3619771963695655 +48334,75717,71,2016,WI,Sen-G,2016_Sen-G_WI,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,500,Russ Feingold,8971,DEM,46.8,46.810994929700506,Ron Johnson,8972,REP,45,50.17297212607007,1.7999999999999972,-3.3619771963695655 +48621,76173,71,2016,WI,Sen-G,2016_Sen-G_WI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-11-01,2016-11-08,7,1129,Russ Feingold,8971,DEM,49,46.810994929700506,Ron Johnson,8972,REP,46,50.17297212607007,3,-3.3619771963695655 +48909,76549,71,2016,WI,Sen-G,2016_Sen-G_WI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2246,Russ Feingold,8971,DEM,48,46.810994929700506,Ron Johnson,8972,REP,49,50.17297212607007,-1,-3.3619771963695655 +45923,71778,72,2016,WA,Sen-G,2016_Sen-G_WA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,505,Patty Murray,10242,DEM,46,59.01301044578745,Chris Vance,10243,REP,25,40.98698955421256,21,18.026020891574888 +46233,72344,72,2016,WA,Sen-G,2016_Sen-G_WA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-26,2016-11-08,43,700,Patty Murray,10242,DEM,47.6,59.01301044578745,Chris Vance,10243,REP,41.2,40.98698955421256,6.399999999999999,18.026020891574888 +47628,74870,72,2016,WA,Sen-G,2016_Sen-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,750,Patty Murray,10242,DEM,55,59.01301044578745,Chris Vance,10243,REP,39,40.98698955421256,16,18.026020891574888 +47316,74030,72,2016,WA,Sen-G,2016_Sen-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2016-10-21,2016-11-08,18,502,Patty Murray,10242,DEM,58,59.01301044578745,Chris Vance,10243,REP,34,40.98698955421256,24,18.026020891574888 +47930,75143,72,2016,WA,Sen-G,2016_Sen-G_WA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,745,Patty Murray,10242,DEM,61,59.01301044578745,Chris Vance,10243,REP,36,40.98698955421256,25,18.026020891574888 +48365,75832,72,2016,WA,Sen-G,2016_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,667,Patty Murray,10242,DEM,53,59.01301044578745,Chris Vance,10243,REP,41,40.98698955421256,12,18.026020891574888 +48915,76608,72,2016,WA,Sen-G,2016_Sen-G_WA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,402,Patty Murray,10242,DEM,53,59.01301044578745,Chris Vance,10243,REP,37,40.98698955421256,16,18.026020891574888 +48907,76548,72,2016,WA,Sen-G,2016_Sen-G_WA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1451,Patty Murray,10242,DEM,59,59.01301044578745,Chris Vance,10243,REP,37,40.98698955421256,22,18.026020891574888 +46782,73158,73,2016,UT,Sen-G,2016_Sen-G_UT,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,403,Misty Katherine Snow,10233,DEM,31,27.057891302321245,Mike Lee,9042,REP,60,68.14588995417745,-29,-41.0879986518562 +46879,73722,73,2016,UT,Sen-G,2016_Sen-G_UT,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-15,2016-11-08,24,750,Misty Katherine Snow,10233,DEM,25,27.057891302321245,Mike Lee,9042,REP,57,68.14588995417745,-32,-41.0879986518562 +47525,74326,73,2016,UT,Sen-G,2016_Sen-G_UT,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-23,2016-11-08,16,750,Misty Katherine Snow,10233,DEM,26,27.057891302321245,Mike Lee,9042,REP,56,68.14588995417745,-30,-41.0879986518562 +47927,75141,73,2016,UT,Sen-G,2016_Sen-G_UT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1078,Misty Katherine Snow,10233,DEM,34,27.057891302321245,Mike Lee,9042,REP,62,68.14588995417745,-28,-41.0879986518562 +48193,75582,73,2016,UT,Sen-G,2016_Sen-G_UT,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-30,2016-11-08,9,750,Misty Katherine Snow,10233,DEM,27,27.057891302321245,Mike Lee,9042,REP,59,68.14588995417745,-32,-41.0879986518562 +48191,75471,73,2016,UT,Sen-G,2016_Sen-G_UT,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,402,Misty Katherine Snow,10233,DEM,28,27.057891302321245,Mike Lee,9042,REP,61,68.14588995417745,-33,-41.0879986518562 +48339,75937,73,2016,UT,Sen-G,2016_Sen-G_UT,Y2 Analytics,389,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,500,Misty Katherine Snow,10233,DEM,22,27.057891302321245,Mike Lee,9042,REP,62,68.14588995417745,-40,-41.0879986518562 +48684,76256,73,2016,UT,Sen-G,2016_Sen-G_UT,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,762,Misty Katherine Snow,10233,DEM,23,27.057891302321245,Mike Lee,9042,REP,69,68.14588995417745,-46,-41.0879986518562 +48904,76546,73,2016,UT,Sen-G,2016_Sen-G_UT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1479,Misty Katherine Snow,10233,DEM,36,27.057891302321245,Mike Lee,9042,REP,60,68.14588995417745,-24,-41.0879986518562 +45813,71541,74,2016,CO,Sen-G,2016_Sen-G_CO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-11,2016-11-08,58,600,Michael Bennet,9009,DEM,46,49.97078041270525,Darryl Glenn,10226,REP,39,44.30578963428305,7,5.664990778422201 +45934,71889,74,2016,CO,Sen-G,2016_Sen-G_CO,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-09-16,2016-11-08,53,350,Michael Bennet,9009,DEM,42,49.97078041270525,Darryl Glenn,10226,REP,31,44.30578963428305,11,5.664990778422201 +46000,71913,74,2016,CO,Sen-G,2016_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,644,Michael Bennet,9009,DEM,52,49.97078041270525,Darryl Glenn,10226,REP,43,44.30578963428305,9,5.664990778422201 +46031,71989,74,2016,CO,Sen-G,2016_Sen-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-09-22,2016-11-08,47,799,Michael Bennet,9009,DEM,43,49.97078041270525,Darryl Glenn,10226,REP,45,44.30578963428305,-2,5.664990778422201 +46038,72011,74,2016,CO,Sen-G,2016_Sen-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,784,Michael Bennet,9009,DEM,53,49.97078041270525,Darryl Glenn,10226,REP,43,44.30578963428305,10,5.664990778422201 +46288,72363,74,2016,CO,Sen-G,2016_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,694,Michael Bennet,9009,DEM,44,49.97078041270525,Darryl Glenn,10226,REP,34,44.30578963428305,10,5.664990778422201 +46331,72457,74,2016,CO,Sen-G,2016_Sen-G_CO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,400,Michael Bennet,9009,DEM,53,49.97078041270525,Darryl Glenn,10226,REP,35,44.30578963428305,18,5.664990778422201 +46561,72829,74,2016,CO,Sen-G,2016_Sen-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-03,2016-11-08,36,1246,Michael Bennet,9009,DEM,47,49.97078041270525,Darryl Glenn,10226,REP,39,44.30578963428305,8,5.664990778422201 +46862,73309,74,2016,CO,Sen-G,2016_Sen-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-12,2016-11-08,27,1226,Michael Bennet,9009,DEM,48,49.97078041270525,Darryl Glenn,10226,REP,38,44.30578963428305,10,5.664990778422201 +47055,73628,74,2016,CO,Sen-G,2016_Sen-G_CO,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,500,Michael Bennet,9009,DEM,47,49.97078041270525,Darryl Glenn,10226,REP,32,44.30578963428305,15,5.664990778422201 +46941,73511,74,2016,CO,Sen-G,2016_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,685,Michael Bennet,9009,DEM,56,49.97078041270525,Darryl Glenn,10226,REP,38,44.30578963428305,18,5.664990778422201 +47017,73566,74,2016,CO,Sen-G,2016_Sen-G_CO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,956,Michael Bennet,9009,DEM,52,49.97078041270525,Darryl Glenn,10226,REP,42,44.30578963428305,10,5.664990778422201 +48106,75321,74,2016,CO,Sen-G,2016_Sen-G_CO,University of Colorado Boulder American Politics Research Lab,580,FALSE,TRUE,Online Panel,NA,2016-10-21,2016-11-08,18,1004,Michael Bennet,9009,DEM,54,49.97078041270525,Darryl Glenn,10226,REP,40,44.30578963428305,14,5.664990778422201 +47780,74794,74,2016,CO,Sen-G,2016_Sen-G_CO,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,997,Michael Bennet,9009,DEM,46,49.97078041270525,Darryl Glenn,10226,REP,41,44.30578963428305,5,5.664990778422201 +47888,75116,74,2016,CO,Sen-G,2016_Sen-G_CO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1532,Michael Bennet,9009,DEM,48,49.97078041270525,Darryl Glenn,10226,REP,46,44.30578963428305,2,5.664990778422201 +48123,75388,74,2016,CO,Sen-G,2016_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,550,Michael Bennet,9009,DEM,48,49.97078041270525,Darryl Glenn,10226,REP,40,44.30578963428305,8,5.664990778422201 +48079,75211,74,2016,CO,Sen-G,2016_Sen-G_CO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-30,2016-11-08,9,750,Michael Bennet,9009,DEM,47,49.97078041270525,Darryl Glenn,10226,REP,42,44.30578963428305,5,5.664990778422201 +48103,75318,74,2016,CO,Sen-G,2016_Sen-G_CO,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,972,Michael Bennet,9009,DEM,49,49.97078041270525,Darryl Glenn,10226,REP,41,44.30578963428305,8,5.664990778422201 +48366,75834,74,2016,CO,Sen-G,2016_Sen-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1125,Michael Bennet,9009,DEM,47,49.97078041270525,Darryl Glenn,10226,REP,44,44.30578963428305,3,5.664990778422201 +48356,75792,74,2016,CO,Sen-G,2016_Sen-G_CO,Keating Research,161,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,605,Michael Bennet,9009,DEM,49,49.97078041270525,Darryl Glenn,10226,REP,38,44.30578963428305,11,5.664990778422201 +48347,75745,74,2016,CO,Sen-G,2016_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,704,Michael Bennet,9009,DEM,50,49.97078041270525,Darryl Glenn,10226,REP,40,44.30578963428305,10,5.664990778422201 +48865,76521,74,2016,CO,Sen-G,2016_Sen-G_CO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2777,Michael Bennet,9009,DEM,52,49.97078041270525,Darryl Glenn,10226,REP,45,44.30578963428305,7,5.664990778422201 +47069,73655,75,2016,VT,Sen-G,2016_Sen-G_VT,The Castleton Polling Institute,45,FALSE,TRUE,Live Phone,NA,2016-10-07,2016-11-08,32,579,Patrick J. Leahy,10261,DEM,59,61.26114929782128,Scott Milne,10262,REP,22,33.02550277398035,37,28.235646523840927 +47338,74074,75,2016,VT,Sen-G,2016_Sen-G_VT,Braun Research,33,FALSE,FALSE,Live Phone,NA,2016-10-21,2016-11-08,18,603,Patrick J. Leahy,10261,DEM,59,61.26114929782128,Scott Milne,10262,REP,22,33.02550277398035,37,28.235646523840927 +47928,75142,75,2016,VT,Sen-G,2016_Sen-G_VT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,436,Patrick J. Leahy,10261,DEM,64,61.26114929782128,Scott Milne,10262,REP,33,33.02550277398035,31,28.235646523840927 +48905,76547,75,2016,VT,Sen-G,2016_Sen-G_VT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,454,Patrick J. Leahy,10261,DEM,75,61.26114929782128,Scott Milne,10262,REP,24,33.02550277398035,51,28.235646523840927 +47919,75136,76,2016,OK,Sen-G,2016_Sen-G_OK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,472,Mike Workman,10312,DEM,35,24.578691161267553,James Lankford,10311,REP,62,67.7389615116084,-27,-43.16027035034084 +48896,76541,76,2016,OK,Sen-G,2016_Sen-G_OK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1271,Mike Workman,10312,DEM,37,24.578691161267553,James Lankford,10311,REP,61,67.7389615116084,-24,-43.16027035034084 +47917,75134,77,2016,ND,Sen-G,2016_Sen-G_ND,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,279,Eliot Glassheim,10314,DEM,27,16.96812564050908,John Hoeven,10313,REP,71,78.47801904228017,-44,-61.50989340177109 +48894,76539,77,2016,ND,Sen-G,2016_Sen-G_ND,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,313,Eliot Glassheim,10314,DEM,23,16.96812564050908,John Hoeven,10313,REP,74,78.47801904228017,-51,-61.50989340177109 +46535,72759,78,2016,IN,Sen-G,2016_Sen-G_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,600,Evan Bayh,10238,DEM,42,42.41271693138926,Todd Young,10175,REP,41,52.11224257523936,1,-9.699525643850095 +47171,73817,78,2016,IN,Sen-G,2016_Sen-G_IN,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,1123,Evan Bayh,10238,DEM,46,42.41271693138926,Todd Young,10175,REP,43,52.11224257523936,3,-9.699525643850095 +46804,73207,78,2016,IN,Sen-G,2016_Sen-G_IN,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,402,Evan Bayh,10238,DEM,48,42.41271693138926,Todd Young,10175,REP,42,52.11224257523936,6,-9.699525643850095 +47070,73656,78,2016,IN,Sen-G,2016_Sen-G_IN,Ball State University Bowen Center for Public Affairs,402,FALSE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,544,Evan Bayh,10238,DEM,49,42.41271693138926,Todd Young,10175,REP,43,52.11224257523936,6,-9.699525643850095 +47342,74081,78,2016,IN,Sen-G,2016_Sen-G_IN,Gravis Marketing,124,FALSE,FALSE,Online Panel,NA,2016-10-23,2016-11-08,16,596,Evan Bayh,10238,DEM,39,42.41271693138926,Todd Young,10175,REP,37,52.11224257523936,2,-9.699525643850095 +47857,74886,78,2016,IN,Sen-G,2016_Sen-G_IN,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,402,Evan Bayh,10238,DEM,45,42.41271693138926,Todd Young,10175,REP,45,52.11224257523936,0,-9.699525643850095 +47897,75123,78,2016,IN,Sen-G,2016_Sen-G_IN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,674,Evan Bayh,10238,DEM,46,42.41271693138926,Todd Young,10175,REP,50,52.11224257523936,-4,-9.699525643850095 +48346,75737,78,2016,IN,Sen-G,2016_Sen-G_IN,Gravis Marketing,124,FALSE,FALSE,Online Panel,NA,2016-10-31,2016-11-08,8,399,Evan Bayh,10238,DEM,40,42.41271693138926,Todd Young,10175,REP,37,52.11224257523936,3,-9.699525643850095 +48333,75714,78,2016,IN,Sen-G,2016_Sen-G_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,600,Evan Bayh,10238,DEM,41,42.41271693138926,Todd Young,10175,REP,46,52.11224257523936,-5,-9.699525643850095 +48873,76527,78,2016,IN,Sen-G,2016_Sen-G_IN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1700,Evan Bayh,10238,DEM,42,42.41271693138926,Todd Young,10175,REP,53,52.11224257523936,-11,-9.699525643850095 +47343,74558,79,2016,SD,Sen-G,2016_Sen-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-19,2016-11-08,20,400,Jay H. Williams,10316,DEM,27,28.172138420585625,John R. Thune,10315,REP,65,71.82786157941437,-38,-43.65572315882875 +47346,74089,79,2016,SD,Sen-G,2016_Sen-G_SD,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-20,2016-11-08,19,1115,Jay H. Williams,10316,DEM,36,28.172138420585625,John R. Thune,10315,REP,57,71.82786157941437,-21,-43.65572315882875 +47873,74922,79,2016,SD,Sen-G,2016_Sen-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2016-10-25,2016-11-08,14,600,Jay H. Williams,10316,DEM,35,28.172138420585625,John R. Thune,10315,REP,54,71.82786157941437,-19,-43.65572315882875 +47924,75140,79,2016,SD,Sen-G,2016_Sen-G_SD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,298,Jay H. Williams,10316,DEM,31,28.172138420585625,John R. Thune,10315,REP,67,71.82786157941437,-36,-43.65572315882875 +48901,76545,79,2016,SD,Sen-G,2016_Sen-G_SD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,459,Jay H. Williams,10316,DEM,31,28.172138420585625,John R. Thune,10315,REP,65,71.82786157941437,-34,-43.65572315882875 +47339,74076,80,2016,ID,Sen-G,2016_Sen-G_ID,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-22,2016-11-08,17,1023,Jerry Sturgill,10227,DEM,24,27.726775296306172,Mike Crapo,10228,REP,57,66.13471233962203,-33,-38.407937043315854 +47895,75121,80,2016,ID,Sen-G,2016_Sen-G_ID,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,447,Jerry Sturgill,10227,DEM,34,27.726775296306172,Mike Crapo,10228,REP,61,66.13471233962203,-27,-38.407937043315854 +48872,76526,80,2016,ID,Sen-G,2016_Sen-G_ID,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,612,Jerry Sturgill,10227,DEM,39,27.726775296306172,Mike Crapo,10228,REP,58,66.13471233962203,-19,-38.407937043315854 +47792,74813,81,2016,KY,Sen-G,2016_Sen-G_KY,Cygnal,67,FALSE,FALSE,Live Phone,NA,2016-10-27,2016-11-08,12,811,Jim Gray,10253,DEM,41.8,42.72450504737413,Rand Paul,8984,REP,51.5,57.27328845027358,-9.700000000000003,-14.548783402899453 +47938,74996,81,2016,KY,Sen-G,2016_Sen-G_KY,Western Kentucky University Social Science Research Center,379,FALSE,FALSE,Live Phone,NA,2016-10-27,2016-11-08,12,602,Jim Gray,10253,DEM,39,42.72450504737413,Rand Paul,8984,REP,55,57.27328845027358,-16,-14.548783402899453 +47900,75126,81,2016,KY,Sen-G,2016_Sen-G_KY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,424,Jim Gray,10253,DEM,46,42.72450504737413,Rand Paul,8984,REP,52,57.27328845027358,-6,-14.548783402899453 +48877,76531,81,2016,KY,Sen-G,2016_Sen-G_KY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1315,Jim Gray,10253,DEM,46,42.72450504737413,Rand Paul,8984,REP,50,57.27328845027358,-4,-14.548783402899453 +45999,71887,82,2016,MD,Sen-G,2016_Sen-G_MD,Goucher College Sarah T. Hughes Center for Politics,414,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,514,Chris Van Hollen,10105,DEM,54,60.88787566439363,Kathy Szeliga,10124,REP,24,35.674847863486136,30,25.213027800907497 +46527,72743,82,2016,MD,Sen-G,2016_Sen-G_MD,The Washington Post/University of Maryland Center for Democracy and Civic Engagement,755,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,706,Chris Van Hollen,10105,DEM,58,60.88787566439363,Kathy Szeliga,10124,REP,29,35.674847863486136,29,25.213027800907497 +47903,75128,82,2016,MD,Sen-G,2016_Sen-G_MD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,740,Chris Van Hollen,10105,DEM,66,60.88787566439363,Kathy Szeliga,10124,REP,31,35.674847863486136,35,25.213027800907497 +48880,76533,82,2016,MD,Sen-G,2016_Sen-G_MD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1216,Chris Van Hollen,10105,DEM,64,60.88787566439363,Kathy Szeliga,10124,REP,33,35.674847863486136,31,25.213027800907497 +45816,71544,83,2016,AR,Sen-G,2016_Sen-G_AR,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-11,2016-11-08,58,600,Conner W. Eldridge,10230,DEM,30,36.17101962760107,John Boozman,8987,REP,44,59.771634333223176,-14,-23.600614705622107 +46005,72175,83,2016,AR,Sen-G,2016_Sen-G_AR,Hendrix College,138,FALSE,FALSE,IVR,NA,2016-09-16,2016-11-08,53,831,Conner W. Eldridge,10230,DEM,29,36.17101962760107,John Boozman,8987,REP,55,59.771634333223176,-26,-23.600614705622107 +47322,74048,83,2016,AR,Sen-G,2016_Sen-G_AR,Hendrix College,138,FALSE,FALSE,IVR,NA,2016-10-21,2016-11-08,18,463,Conner W. Eldridge,10230,DEM,34,36.17101962760107,John Boozman,8987,REP,52,59.771634333223176,-18,-23.600614705622107 +48093,75259,83,2016,AR,Sen-G,2016_Sen-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,585,Conner W. Eldridge,10230,DEM,29.4,36.17101962760107,John Boozman,8987,REP,47.2,59.771634333223176,-17.800000000000004,-23.600614705622107 +47886,75114,83,2016,AR,Sen-G,2016_Sen-G_AR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,484,Conner W. Eldridge,10230,DEM,44,36.17101962760107,John Boozman,8987,REP,54,59.771634333223176,-10,-23.600614705622107 +48863,76519,83,2016,AR,Sen-G,2016_Sen-G_AR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,930,Conner W. Eldridge,10230,DEM,41,36.17101962760107,John Boozman,8987,REP,56,59.771634333223176,-15,-23.600614705622107 +45887,71691,84,2016,IL,Sen-G,2016_Sen-G_IL,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-09-15,2016-11-08,54,600,Tammy Duckworth,10154,DEM,40.7,54.86174310499978,Mark Kirk,10159,REP,36,39.78041755479637,4.700000000000003,15.08132555020341 +45937,71815,84,2016,IL,Sen-G,2016_Sen-G_IL,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-20,2016-11-08,49,700,Tammy Duckworth,10154,DEM,40.9,54.86174310499978,Mark Kirk,10159,REP,39.2,39.78041755479637,1.6999999999999957,15.08132555020341 +66910,124942,84,2016,IL,Sen-G,2016_Sen-G_IL,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-09-28,2016-11-08,41,600,Tammy Duckworth,10154,DEM,46,54.86174310499978,Mark Kirk,10159,REP,37,39.78041755479637,9,15.08132555020341 +46447,72600,84,2016,IL,Sen-G,2016_Sen-G_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,865,Tammy Duckworth,10154,DEM,48.4,54.86174310499978,Mark Kirk,10159,REP,34,39.78041755479637,14.399999999999999,15.08132555020341 +46546,124930,84,2016,IL,Sen-G,2016_Sen-G_IL,GS Strategy Group,478,FALSE,FALSE,Live Phone,REP,2016-10-04,2016-11-08,35,600,Tammy Duckworth,10154,DEM,41,54.86174310499978,Mark Kirk,10159,REP,37,39.78041755479637,4,15.08132555020341 +47315,74027,84,2016,IL,Sen-G,2016_Sen-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2016-10-17,2016-11-08,22,1200,Tammy Duckworth,10154,DEM,49.8,54.86174310499978,Mark Kirk,10159,REP,39.1,39.78041755479637,10.699999999999996,15.08132555020341 +48000,75068,84,2016,IL,Sen-G,2016_Sen-G_IL,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-10-26,2016-11-08,13,600,Tammy Duckworth,10154,DEM,42,54.86174310499978,Mark Kirk,10159,REP,34,39.78041755479637,8,15.08132555020341 +47878,74933,84,2016,IL,Sen-G,2016_Sen-G_IL,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-29,2016-11-08,10,500,Tammy Duckworth,10154,DEM,53.7,54.86174310499978,Mark Kirk,10159,REP,36.2,39.78041755479637,17.5,15.08132555020341 +47896,75122,84,2016,IL,Sen-G,2016_Sen-G_IL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1003,Tammy Duckworth,10154,DEM,57,54.86174310499978,Mark Kirk,10159,REP,38,39.78041755479637,19,15.08132555020341 +48874,76528,84,2016,IL,Sen-G,2016_Sen-G_IL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1823,Tammy Duckworth,10154,DEM,56,54.86174310499978,Mark Kirk,10159,REP,39,39.78041755479637,17,15.08132555020341 +45915,71754,85,2016,NH,Sen-G,2016_Sen-G_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,400,Maggie Hassan,9007,DEM,45,47.9813025949076,Kelly Ayotte,9019,REP,47,47.84371025786725,-2,0.13759233704035267 +46153,72155,85,2016,NH,Sen-G,2016_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,522,Maggie Hassan,9007,DEM,47,47.9813025949076,Kelly Ayotte,9019,REP,47,47.84371025786725,0,0.13759233704035267 +46298,72379,85,2016,NH,Sen-G,2016_Sen-G_NH,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-09-26,2016-11-08,43,600,Maggie Hassan,9007,DEM,47,47.9813025949076,Kelly Ayotte,9019,REP,44,47.84371025786725,3,0.13759233704035267 +46300,72419,85,2016,NH,Sen-G,2016_Sen-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,502,Maggie Hassan,9007,DEM,48,47.9813025949076,Kelly Ayotte,9019,REP,46,47.84371025786725,2,0.13759233704035267 +46534,72755,85,2016,NH,Sen-G,2016_Sen-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,500,Maggie Hassan,9007,DEM,41,47.9813025949076,Kelly Ayotte,9019,REP,47,47.84371025786725,-6,0.13759233704035267 +46774,73143,85,2016,NH,Sen-G,2016_Sen-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-08,2016-11-08,31,600,Maggie Hassan,9007,DEM,44,47.9813025949076,Kelly Ayotte,9019,REP,43,47.84371025786725,1,0.13759233704035267 +46798,73195,85,2016,NH,Sen-G,2016_Sen-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,517,Maggie Hassan,9007,DEM,44,47.9813025949076,Kelly Ayotte,9019,REP,45,47.84371025786725,-1,0.13759233704035267 +46797,73192,85,2016,NH,Sen-G,2016_Sen-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,501,Maggie Hassan,9007,DEM,47,47.9813025949076,Kelly Ayotte,9019,REP,47,47.84371025786725,0,0.13759233704035267 +47023,73571,85,2016,NH,Sen-G,2016_Sen-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,569,Maggie Hassan,9007,DEM,47,47.9813025949076,Kelly Ayotte,9019,REP,42,47.84371025786725,5,0.13759233704035267 +48508,76028,85,2016,NH,Sen-G,2016_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,724,Maggie Hassan,9007,DEM,48,47.9813025949076,Kelly Ayotte,9019,REP,39,47.84371025786725,9,0.13759233704035267 +47079,73682,85,2016,NH,Sen-G,2016_Sen-G_NH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-18,2016-11-08,21,900,Maggie Hassan,9007,DEM,44.9,47.9813025949076,Kelly Ayotte,9019,REP,45,47.84371025786725,-0.10000000000000142,0.13759233704035267 +47326,74049,85,2016,NH,Sen-G,2016_Sen-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-19,2016-11-08,20,772,Maggie Hassan,9007,DEM,44,47.9813025949076,Kelly Ayotte,9019,REP,48,47.84371025786725,-4,0.13759233704035267 +47539,74357,85,2016,NH,Sen-G,2016_Sen-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,768,Maggie Hassan,9007,DEM,47,47.9813025949076,Kelly Ayotte,9019,REP,48,47.84371025786725,-1,0.13759233704035267 +47652,74628,85,2016,NH,Sen-G,2016_Sen-G_NH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-24,2016-11-08,15,600,Maggie Hassan,9007,DEM,44,47.9813025949076,Kelly Ayotte,9019,REP,50,47.84371025786725,-6,0.13759233704035267 +47528,74323,85,2016,NH,Sen-G,2016_Sen-G_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-24,2016-11-08,15,401,Maggie Hassan,9007,DEM,46,47.9813025949076,Kelly Ayotte,9019,REP,46,47.84371025786725,0,0.13759233704035267 +47648,74619,85,2016,NH,Sen-G,2016_Sen-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Maggie Hassan,9007,DEM,46,47.9813025949076,Kelly Ayotte,9019,REP,43,47.84371025786725,3,0.13759233704035267 +47793,74816,85,2016,NH,Sen-G,2016_Sen-G_NH,Praecones Analytica,257,FALSE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,408,Maggie Hassan,9007,DEM,47,47.9813025949076,Kelly Ayotte,9019,REP,49.1,47.84371025786725,-2.1000000000000014,0.13759233704035267 +48499,76016,85,2016,NH,Sen-G,2016_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,516,Maggie Hassan,9007,DEM,45,47.9813025949076,Kelly Ayotte,9019,REP,44,47.84371025786725,1,0.13759233704035267 +47912,75131,85,2016,NH,Sen-G,2016_Sen-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,659,Maggie Hassan,9007,DEM,50,47.9813025949076,Kelly Ayotte,9019,REP,38,47.84371025786725,12,0.13759233704035267 +48109,75324,85,2016,NH,Sen-G,2016_Sen-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Maggie Hassan,9007,DEM,47,47.9813025949076,Kelly Ayotte,9019,REP,45,47.84371025786725,2,0.13759233704035267 +48327,75706,85,2016,NH,Sen-G,2016_Sen-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,781,Maggie Hassan,9007,DEM,48,47.9813025949076,Kelly Ayotte,9019,REP,45,47.84371025786725,3,0.13759233704035267 +48128,75397,85,2016,NH,Sen-G,2016_Sen-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,500,Maggie Hassan,9007,DEM,45,47.9813025949076,Kelly Ayotte,9019,REP,51,47.84371025786725,-6,0.13759233704035267 +48503,76020,85,2016,NH,Sen-G,2016_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,466,Maggie Hassan,9007,DEM,48,47.9813025949076,Kelly Ayotte,9019,REP,41,47.84371025786725,7,0.13759233704035267 +48338,75725,85,2016,NH,Sen-G,2016_Sen-G_NH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1001,Maggie Hassan,9007,DEM,44,47.9813025949076,Kelly Ayotte,9019,REP,46,47.84371025786725,-2,0.13759233704035267 +48187,75461,85,2016,NH,Sen-G,2016_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,600,Maggie Hassan,9007,DEM,46,47.9813025949076,Kelly Ayotte,9019,REP,49,47.84371025786725,-3,0.13759233704035267 +48194,75476,85,2016,NH,Sen-G,2016_Sen-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,500,Maggie Hassan,9007,DEM,41.6,47.9813025949076,Kelly Ayotte,9019,REP,44.4,47.84371025786725,-2.799999999999997,0.13759233704035267 +48263,75592,85,2016,NH,Sen-G,2016_Sen-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,695,Maggie Hassan,9007,DEM,47,47.9813025949076,Kelly Ayotte,9019,REP,46,47.84371025786725,1,0.13759233704035267 +48519,76051,85,2016,NH,Sen-G,2016_Sen-G_NH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,1000,Maggie Hassan,9007,DEM,45.6,47.9813025949076,Kelly Ayotte,9019,REP,48.8,47.84371025786725,-3.1999999999999957,0.13759233704035267 +48678,76250,85,2016,NH,Sen-G,2016_Sen-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Maggie Hassan,9007,DEM,50,47.9813025949076,Kelly Ayotte,9019,REP,42,47.84371025786725,8,0.13759233704035267 +48497,76024,85,2016,NH,Sen-G,2016_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,692,Maggie Hassan,9007,DEM,49,47.9813025949076,Kelly Ayotte,9019,REP,45,47.84371025786725,4,0.13759233704035267 +48889,76536,85,2016,NH,Sen-G,2016_Sen-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,696,Maggie Hassan,9007,DEM,51,47.9813025949076,Kelly Ayotte,9019,REP,42,47.84371025786725,9,0.13759233704035267 +45879,71668,86,2016,PA,Sen-G,2016_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-09-14,2016-11-08,55,405,Kathleen Alana McGinty,8985,DEM,43,47.341047110175786,Patrick J. Toomey,8966,REP,38,48.773500228690175,5,-1.4324531185143883 +46014,71957,86,2016,PA,Sen-G,2016_Sen-G_PA,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-09-14,2016-11-08,55,400,Kathleen Alana McGinty,8985,DEM,43,47.341047110175786,Patrick J. Toomey,8966,REP,45,48.773500228690175,-2,-1.4324531185143883 +46055,72047,86,2016,PA,Sen-G,2016_Sen-G_PA,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-09-21,2016-11-08,48,500,Kathleen Alana McGinty,8985,DEM,42,47.341047110175786,Patrick J. Toomey,8966,REP,42,48.773500228690175,0,-1.4324531185143883 +46154,72156,86,2016,PA,Sen-G,2016_Sen-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-09-23,2016-11-08,46,949,Kathleen Alana McGinty,8985,DEM,43,47.341047110175786,Patrick J. Toomey,8966,REP,39,48.773500228690175,4,-1.4324531185143883 +46019,71965,86,2016,PA,Sen-G,2016_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,486,Kathleen Alana McGinty,8985,DEM,40,47.341047110175786,Patrick J. Toomey,8966,REP,41,48.773500228690175,-1,-1.4324531185143883 +46159,72168,86,2016,PA,Sen-G,2016_Sen-G_PA,Mercyhurst University Center for Applied Politics,422,FALSE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,420,Kathleen Alana McGinty,8985,DEM,42,47.341047110175786,Patrick J. Toomey,8966,REP,43,48.773500228690175,-1,-1.4324531185143883 +46037,72008,86,2016,PA,Sen-G,2016_Sen-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,771,Kathleen Alana McGinty,8985,DEM,49,47.341047110175786,Patrick J. Toomey,8966,REP,46,48.773500228690175,3,-1.4324531185143883 +46291,72369,86,2016,PA,Sen-G,2016_Sen-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,886,Kathleen Alana McGinty,8985,DEM,40,47.341047110175786,Patrick J. Toomey,8966,REP,35,48.773500228690175,5,-1.4324531185143883 +46442,72588,86,2016,PA,Sen-G,2016_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-09-30,2016-11-08,39,496,Kathleen Alana McGinty,8985,DEM,41,47.341047110175786,Patrick J. Toomey,8966,REP,35,48.773500228690175,6,-1.4324531185143883 +46384,72714,86,2016,PA,Sen-G,2016_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,535,Kathleen Alana McGinty,8985,DEM,42,47.341047110175786,Patrick J. Toomey,8966,REP,50,48.773500228690175,-8,-1.4324531185143883 +46450,72613,86,2016,PA,Sen-G,2016_Sen-G_PA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-02,2016-11-08,37,402,Kathleen Alana McGinty,8985,DEM,46,47.341047110175786,Patrick J. Toomey,8966,REP,46,48.773500228690175,0,-1.4324531185143883 +46567,72842,86,2016,PA,Sen-G,2016_Sen-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-05,2016-11-08,34,709,Kathleen Alana McGinty,8985,DEM,48,47.341047110175786,Patrick J. Toomey,8966,REP,44,48.773500228690175,4,-1.4324531185143883 +46570,72850,86,2016,PA,Sen-G,2016_Sen-G_PA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-06,2016-11-08,33,997,Kathleen Alana McGinty,8985,DEM,42,47.341047110175786,Patrick J. Toomey,8966,REP,42,48.773500228690175,0,-1.4324531185143883 +46737,73042,86,2016,PA,Sen-G,2016_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR/Live Phone,NA,2016-10-06,2016-11-08,33,764,Kathleen Alana McGinty,8985,DEM,38,47.341047110175786,Patrick J. Toomey,8966,REP,42,48.773500228690175,-4,-1.4324531185143883 +47173,73819,86,2016,PA,Sen-G,2016_Sen-G_PA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,1457,Kathleen Alana McGinty,8985,DEM,44,47.341047110175786,Patrick J. Toomey,8966,REP,44,48.773500228690175,0,-1.4324531185143883 +46776,73147,86,2016,PA,Sen-G,2016_Sen-G_PA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,806,Kathleen Alana McGinty,8985,DEM,47,47.341047110175786,Patrick J. Toomey,8966,REP,45,48.773500228690175,2,-1.4324531185143883 +46944,73514,86,2016,PA,Sen-G,2016_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,660,Kathleen Alana McGinty,8985,DEM,45,47.341047110175786,Patrick J. Toomey,8966,REP,49,48.773500228690175,-4,-1.4324531185143883 +47027,73574,86,2016,PA,Sen-G,2016_Sen-G_PA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1449,Kathleen Alana McGinty,8985,DEM,47,47.341047110175786,Patrick J. Toomey,8966,REP,47,48.773500228690175,0,-1.4324531185143883 +47080,73683,86,2016,PA,Sen-G,2016_Sen-G_PA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-18,2016-11-08,21,800,Kathleen Alana McGinty,8985,DEM,42.6,47.341047110175786,Patrick J. Toomey,8966,REP,45.8,48.773500228690175,-3.1999999999999957,-1.4324531185143883 +47354,74108,86,2016,PA,Sen-G,2016_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Kathleen Alana McGinty,8985,DEM,44,47.341047110175786,Patrick J. Toomey,8966,REP,41,48.773500228690175,3,-1.4324531185143883 +47551,74389,86,2016,PA,Sen-G,2016_Sen-G_PA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-10-24,2016-11-08,15,824,Kathleen Alana McGinty,8985,DEM,47,47.341047110175786,Patrick J. Toomey,8966,REP,44,48.773500228690175,3,-1.4324531185143883 +47654,74629,86,2016,PA,Sen-G,2016_Sen-G_PA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,550,Kathleen Alana McGinty,8985,DEM,45,47.341047110175786,Patrick J. Toomey,8966,REP,43,48.773500228690175,2,-1.4324531185143883 +47708,74689,86,2016,PA,Sen-G,2016_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,420,Kathleen Alana McGinty,8985,DEM,41,47.341047110175786,Patrick J. Toomey,8966,REP,41,48.773500228690175,0,-1.4324531185143883 +47651,74622,86,2016,PA,Sen-G,2016_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Kathleen Alana McGinty,8985,DEM,46,47.341047110175786,Patrick J. Toomey,8966,REP,40,48.773500228690175,6,-1.4324531185143883 +47777,74791,86,2016,PA,Sen-G,2016_Sen-G_PA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,1091,Kathleen Alana McGinty,8985,DEM,44,47.341047110175786,Patrick J. Toomey,8966,REP,41,48.773500228690175,3,-1.4324531185143883 +47876,74929,86,2016,PA,Sen-G,2016_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-10-28,2016-11-08,11,652,Kathleen Alana McGinty,8985,DEM,47,47.341047110175786,Patrick J. Toomey,8966,REP,35,48.773500228690175,12,-1.4324531185143883 +47867,74910,86,2016,PA,Sen-G,2016_Sen-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,3217,Kathleen Alana McGinty,8985,DEM,45,47.341047110175786,Patrick J. Toomey,8966,REP,41,48.773500228690175,4,-1.4324531185143883 +47921,75138,86,2016,PA,Sen-G,2016_Sen-G_PA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2255,Kathleen Alana McGinty,8985,DEM,49,47.341047110175786,Patrick J. Toomey,8966,REP,46,48.773500228690175,3,-1.4324531185143883 +48112,75327,86,2016,PA,Sen-G,2016_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Kathleen Alana McGinty,8985,DEM,46,47.341047110175786,Patrick J. Toomey,8966,REP,42,48.773500228690175,4,-1.4324531185143883 +48086,75229,86,2016,PA,Sen-G,2016_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR/Live Phone,NA,2016-10-31,2016-11-08,8,681,Kathleen Alana McGinty,8985,DEM,47,47.341047110175786,Patrick J. Toomey,8966,REP,41,48.773500228690175,6,-1.4324531185143883 +48329,75708,86,2016,PA,Sen-G,2016_Sen-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,1050,Kathleen Alana McGinty,8985,DEM,46,47.341047110175786,Patrick J. Toomey,8966,REP,44,48.773500228690175,2,-1.4324531185143883 +48092,75256,86,2016,PA,Sen-G,2016_Sen-G_PA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,403,Kathleen Alana McGinty,8985,DEM,47,47.341047110175786,Patrick J. Toomey,8966,REP,44,48.773500228690175,3,-1.4324531185143883 +48090,75253,86,2016,PA,Sen-G,2016_Sen-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,799,Kathleen Alana McGinty,8985,DEM,51,47.341047110175786,Patrick J. Toomey,8966,REP,46,48.773500228690175,5,-1.4324531185143883 +48101,75467,86,2016,PA,Sen-G,2016_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,612,Kathleen Alana McGinty,8985,DEM,48,47.341047110175786,Patrick J. Toomey,8966,REP,47,48.773500228690175,1,-1.4324531185143883 +48364,75830,86,2016,PA,Sen-G,2016_Sen-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1016,Kathleen Alana McGinty,8985,DEM,45,47.341047110175786,Patrick J. Toomey,8966,REP,43,48.773500228690175,2,-1.4324531185143883 +48343,75733,86,2016,PA,Sen-G,2016_Sen-G_PA,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-11-02,2016-11-08,6,504,Kathleen Alana McGinty,8985,DEM,44,47.341047110175786,Patrick J. Toomey,8966,REP,44,48.773500228690175,0,-1.4324531185143883 +48620,76172,86,2016,PA,Sen-G,2016_Sen-G_PA,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-11-03,2016-11-08,5,1033,Kathleen Alana McGinty,8985,DEM,46,47.341047110175786,Patrick J. Toomey,8966,REP,43,48.773500228690175,3,-1.4324531185143883 +48469,75954,86,2016,PA,Sen-G,2016_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,405,Kathleen Alana McGinty,8985,DEM,42,47.341047110175786,Patrick J. Toomey,8966,REP,43,48.773500228690175,-1,-1.4324531185143883 +48683,76255,86,2016,PA,Sen-G,2016_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,931,Kathleen Alana McGinty,8985,DEM,47,47.341047110175786,Patrick J. Toomey,8966,REP,46,48.773500228690175,1,-1.4324531185143883 +48681,76253,86,2016,PA,Sen-G,2016_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Kathleen Alana McGinty,8985,DEM,42,47.341047110175786,Patrick J. Toomey,8966,REP,46,48.773500228690175,-4,-1.4324531185143883 +48898,76543,86,2016,PA,Sen-G,2016_Sen-G_PA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2845,Kathleen Alana McGinty,8985,DEM,49,47.341047110175786,Patrick J. Toomey,8966,REP,45,48.773500228690175,4,-1.4324531185143883 +45920,71775,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Leger,572,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,484,Ann Kirkpatrick,10147,DEM,35,40.74891434487282,John McCain,8981,REP,53,53.710470891798025,-18,-12.961556546925202 +46524,72739,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-03,2016-11-08,36,600,Ann Kirkpatrick,10147,DEM,36.2,40.74891434487282,John McCain,8981,REP,51.6,53.710470891798025,-15.399999999999999,-12.961556546925202 +46946,73433,87,2016,AZ,Sen-G,2016_Sen-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,400,Ann Kirkpatrick,10147,DEM,35.3,40.74891434487282,John McCain,8981,REP,45.3,53.710470891798025,-10,-12.961556546925202 +47061,73640,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,660,Ann Kirkpatrick,10147,DEM,40,40.74891434487282,John McCain,8981,REP,51.9,53.710470891798025,-11.899999999999999,-12.961556546925202 +47016,73565,87,2016,AZ,Sen-G,2016_Sen-G_AZ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1028,Ann Kirkpatrick,10147,DEM,45,40.74891434487282,John McCain,8981,REP,48,53.710470891798025,-3,-12.961556546925202 +47340,74078,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,401,Ann Kirkpatrick,10147,DEM,40,40.74891434487282,John McCain,8981,REP,50,53.710470891798025,-10,-12.961556546925202 +47778,74792,87,2016,AZ,Sen-G,2016_Sen-G_AZ,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,994,Ann Kirkpatrick,10147,DEM,38,40.74891434487282,John McCain,8981,REP,43,53.710470891798025,-5,-12.961556546925202 +47994,75054,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,550,Ann Kirkpatrick,10147,DEM,39,40.74891434487282,John McCain,8981,REP,49,53.710470891798025,-10,-12.961556546925202 +47885,75113,87,2016,AZ,Sen-G,2016_Sen-G_AZ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1457,Ann Kirkpatrick,10147,DEM,46,40.74891434487282,John McCain,8981,REP,49,53.710470891798025,-3,-12.961556546925202 +48078,75210,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-30,2016-11-08,9,700,Ann Kirkpatrick,10147,DEM,40,40.74891434487282,John McCain,8981,REP,46,53.710470891798025,-6,-12.961556546925202 +48211,75579,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,719,Ann Kirkpatrick,10147,DEM,39,40.74891434487282,John McCain,8981,REP,55,53.710470891798025,-16,-12.961556546925202 +48102,75317,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,1113,Ann Kirkpatrick,10147,DEM,40,40.74891434487282,John McCain,8981,REP,52,53.710470891798025,-12,-12.961556546925202 +48087,75247,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,769,Ann Kirkpatrick,10147,DEM,41,40.74891434487282,John McCain,8981,REP,54,53.710470891798025,-13,-12.961556546925202 +48342,75731,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,550,Ann Kirkpatrick,10147,DEM,41,40.74891434487282,John McCain,8981,REP,52,53.710470891798025,-11,-12.961556546925202 +48628,76189,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,550,Ann Kirkpatrick,10147,DEM,44,40.74891434487282,John McCain,8981,REP,56,53.710470891798025,-12,-12.961556546925202 +48912,76606,87,2016,AZ,Sen-G,2016_Sen-G_AZ,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,392,Ann Kirkpatrick,10147,DEM,42,40.74891434487282,John McCain,8981,REP,50,53.710470891798025,-8,-12.961556546925202 +48862,76518,87,2016,AZ,Sen-G,2016_Sen-G_AZ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2609,Ann Kirkpatrick,10147,DEM,45,40.74891434487282,John McCain,8981,REP,50,53.710470891798025,-5,-12.961556546925202 +45814,71542,88,2016,GA,Sen-G,2016_Sen-G_GA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-11,2016-11-08,58,600,Jim Barksdale,10193,DEM,32,41.03329267776551,Johnny Isakson,10194,REP,48,54.783852172764355,-16,-13.750559494998846 +45811,71528,88,2016,GA,Sen-G,2016_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-09-14,2016-11-08,55,568,Jim Barksdale,10193,DEM,34.1,41.03329267776551,Johnny Isakson,10194,REP,47,54.783852172764355,-12.899999999999999,-13.750559494998846 +45888,71665,88,2016,GA,Sen-G,2016_Sen-G_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,401,Jim Barksdale,10193,DEM,34,41.03329267776551,Johnny Isakson,10194,REP,50,54.783852172764355,-16,-13.750559494998846 +46001,71914,88,2016,GA,Sen-G,2016_Sen-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,638,Jim Barksdale,10193,DEM,34,41.03329267776551,Johnny Isakson,10194,REP,55,54.783852172764355,-21,-13.750559494998846 +46016,71960,88,2016,GA,Sen-G,2016_Sen-G_GA,JMC Analytics,156,FALSE,FALSE,IVR,NA,2016-09-21,2016-11-08,48,600,Jim Barksdale,10193,DEM,28,41.03329267776551,Johnny Isakson,10194,REP,41,54.783852172764355,-13,-13.750559494998846 +46787,73168,88,2016,GA,Sen-G,2016_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2016-10-11,2016-11-08,28,1400,Jim Barksdale,10193,DEM,36.8,41.03329267776551,Johnny Isakson,10194,REP,50.4,54.783852172764355,-13.600000000000001,-13.750559494998846 +47019,73568,88,2016,GA,Sen-G,2016_Sen-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,886,Jim Barksdale,10193,DEM,46,41.03329267776551,Johnny Isakson,10194,REP,50,54.783852172764355,-4,-13.750559494998846 +47251,73948,88,2016,GA,Sen-G,2016_Sen-G_GA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,807,Jim Barksdale,10193,DEM,39,41.03329267776551,Johnny Isakson,10194,REP,49,54.783852172764355,-10,-13.750559494998846 +47167,73813,88,2016,GA,Sen-G,2016_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-10-20,2016-11-08,19,570,Jim Barksdale,10193,DEM,41.6,41.03329267776551,Johnny Isakson,10194,REP,51,54.783852172764355,-9.399999999999999,-13.750559494998846 +47158,74011,88,2016,GA,Sen-G,2016_Sen-G_GA,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2016-10-19,2016-11-08,20,839,Jim Barksdale,10193,DEM,32,41.03329267776551,Johnny Isakson,10194,REP,47,54.783852172764355,-15,-13.750559494998846 +47617,74574,88,2016,GA,Sen-G,2016_Sen-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,707,Jim Barksdale,10193,DEM,40,41.03329267776551,Johnny Isakson,10194,REP,54,54.783852172764355,-14,-13.750559494998846 +47893,75119,88,2016,GA,Sen-G,2016_Sen-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2665,Jim Barksdale,10193,DEM,41,41.03329267776551,Johnny Isakson,10194,REP,50,54.783852172764355,-9,-13.750559494998846 +48080,75212,88,2016,GA,Sen-G,2016_Sen-G_GA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-30,2016-11-08,9,650,Jim Barksdale,10193,DEM,40,41.03329267776551,Johnny Isakson,10194,REP,48,54.783852172764355,-8,-13.750559494998846 +48209,75583,88,2016,GA,Sen-G,2016_Sen-G_GA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,707,Jim Barksdale,10193,DEM,37,41.03329267776551,Johnny Isakson,10194,REP,48,54.783852172764355,-11,-13.750559494998846 +48322,75694,88,2016,GA,Sen-G,2016_Sen-G_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,1000,Jim Barksdale,10193,DEM,39.6,41.03329267776551,Johnny Isakson,10194,REP,49.6,54.783852172764355,-10,-13.750559494998846 +48341,75729,88,2016,GA,Sen-G,2016_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-11-02,2016-11-08,6,538,Jim Barksdale,10193,DEM,39.2,41.03329267776551,Johnny Isakson,10194,REP,50,54.783852172764355,-10.799999999999997,-13.750559494998846 +48682,76254,88,2016,GA,Sen-G,2016_Sen-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,995,Jim Barksdale,10193,DEM,41,41.03329267776551,Johnny Isakson,10194,REP,48,54.783852172764355,-7,-13.750559494998846 +48525,76069,88,2016,GA,Sen-G,2016_Sen-G_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-11-06,2016-11-08,2,1200,Jim Barksdale,10193,DEM,41,41.03329267776551,Johnny Isakson,10194,REP,52,54.783852172764355,-11,-13.750559494998846 +48870,76524,88,2016,GA,Sen-G,2016_Sen-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2419,Jim Barksdale,10193,DEM,41,41.03329267776551,Johnny Isakson,10194,REP,47,54.783852172764355,-6,-13.750559494998846 +66903,124925,88,2016,GA,Sen-G,2016_Sen-G_GA,20/20 Insight,1,FALSE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,541,Jim Barksdale,10193,DEM,44,41.03329267776551,Johnny Isakson,10194,REP,51,54.783852172764355,-7,-13.750559494998846 +45717,71354,89,2016,CA,Sen-G,2016_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-09-10,2016-11-08,59,712,Kamala Harris,9029,DEM,44,61.60283060289235,Loretta Sanchez,10129,DEM,27,38.39716939710765,17,23.205661205784693 +45893,71748,89,2016,CA,Sen-G,2016_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-10,2016-11-08,59,1426,Kamala Harris,9029,DEM,42,61.60283060289235,Loretta Sanchez,10129,DEM,20,38.39716939710765,22,23.205661205784693 +45921,71776,89,2016,CA,Sen-G,2016_Sen-G_CA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,515,Kamala Harris,9029,DEM,42,61.60283060289235,Loretta Sanchez,10129,DEM,28,38.39716939710765,14,23.205661205784693 +45933,71812,89,2016,CA,Sen-G,2016_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,1055,Kamala Harris,9029,DEM,32,61.60283060289235,Loretta Sanchez,10129,DEM,25,38.39716939710765,7,23.205661205784693 +46297,72375,89,2016,CA,Sen-G,2016_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-09-27,2016-11-08,42,751,Kamala Harris,9029,DEM,40,61.60283060289235,Loretta Sanchez,10129,DEM,29,38.39716939710765,11,23.205661205784693 +47782,74797,89,2016,CA,Sen-G,2016_Sen-G_CA,"California State University, Sacramento",807,FALSE,TRUE,Online Panel/Mail-to-Web,NA,2016-10-10,2016-11-08,29,622,Kamala Harris,9029,DEM,49,61.60283060289235,Loretta Sanchez,10129,DEM,24,38.39716939710765,25,23.205661205784693 +48016,75107,89,2016,CA,Sen-G,2016_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,1250,Kamala Harris,9029,DEM,41,61.60283060289235,Loretta Sanchez,10129,DEM,22,38.39716939710765,19,23.205661205784693 +46947,73435,89,2016,CA,Sen-G,2016_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-14,2016-11-08,25,725,Kamala Harris,9029,DEM,45,61.60283060289235,Loretta Sanchez,10129,DEM,24,38.39716939710765,21,23.205661205784693 +47545,74375,89,2016,CA,Sen-G,2016_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,1024,Kamala Harris,9029,DEM,42,61.60283060289235,Loretta Sanchez,10129,DEM,20,38.39716939710765,22,23.205661205784693 +48321,75690,89,2016,CA,Sen-G,2016_Sen-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2016-10-26,2016-11-08,13,1382,Kamala Harris,9029,DEM,48,61.60283060289235,Loretta Sanchez,10129,DEM,31,38.39716939710765,17,23.205661205784693 +47887,75115,89,2016,CA,Sen-G,2016_Sen-G_CA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2505,Kamala Harris,9029,DEM,50,61.60283060289235,Loretta Sanchez,10129,DEM,30,38.39716939710765,20,23.205661205784693 +48011,75103,89,2016,CA,Sen-G,2016_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-30,2016-11-08,9,747,Kamala Harris,9029,DEM,47,61.60283060289235,Loretta Sanchez,10129,DEM,27,38.39716939710765,20,23.205661205784693 +48125,75941,89,2016,CA,Sen-G,2016_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1498,Kamala Harris,9029,DEM,47,61.60283060289235,Loretta Sanchez,10129,DEM,23,38.39716939710765,24,23.205661205784693 +48913,76641,89,2016,CA,Sen-G,2016_Sen-G_CA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,401,Kamala Harris,9029,DEM,50,61.60283060289235,Loretta Sanchez,10129,DEM,28,38.39716939710765,22,23.205661205784693 +48864,76520,89,2016,CA,Sen-G,2016_Sen-G_CA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2712,Kamala Harris,9029,DEM,52,61.60283060289235,Loretta Sanchez,10129,DEM,31,38.39716939710765,21,23.205661205784693 +45911,71742,90,2016,LA,Sen-P,2016_Sen-P_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2016-09-16,2016-11-08,53,500,Foster L. Campbell,10198,DEM,9.2,17.471394549643545,John Kennedy,10202,REP,16.9,24.957709185032336,-7.699999999999999,-7.486314635388791 +46053,72177,90,2016,LA,Sen-P,2016_Sen-P_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,REP,2016-09-23,2016-11-08,46,905,Foster L. Campbell,10198,DEM,17,17.471394549643545,John Kennedy,10202,REP,13,24.957709185032336,4,-7.486314635388791 +46945,79874,90,2016,LA,Sen-P,2016_Sen-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,600,Foster L. Campbell,10198,DEM,10,17.471394549643545,John Kennedy,10202,REP,18,24.957709185032336,-8,-7.486314635388791 +46878,73582,90,2016,LA,Sen-P,2016_Sen-P_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,REP,2016-10-13,2016-11-08,26,800,Foster L. Campbell,10198,DEM,25,17.471394549643545,John Kennedy,10202,REP,16,24.957709185032336,9,-7.486314635388791 +47155,73798,90,2016,LA,Sen-P,2016_Sen-P_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,625,Foster L. Campbell,10198,DEM,18.9,17.471394549643545,John Kennedy,10202,REP,24.2,24.957709185032336,-5.300000000000001,-7.486314635388791 +50614,79875,90,2016,LA,Sen-P,2016_Sen-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,600,Foster L. Campbell,10198,DEM,14,17.471394549643545,John Kennedy,10202,REP,17,24.957709185032336,-3,-7.486314635388791 +47531,74330,90,2016,LA,Sen-P,2016_Sen-P_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2016-10-20,2016-11-08,19,500,Foster L. Campbell,10198,DEM,16,17.471394549643545,John Kennedy,10202,REP,22,24.957709185032336,-6,-7.486314635388791 +47768,74776,90,2016,LA,Sen-P,2016_Sen-P_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,603,Foster L. Campbell,10198,DEM,15,17.471394549643545,John Kennedy,10202,REP,22,24.957709185032336,-7,-7.486314635388791 +48124,75390,90,2016,LA,Sen-P,2016_Sen-P_LA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-18,2016-11-08,21,614,Foster L. Campbell,10198,DEM,17,17.471394549643545,John Kennedy,10202,REP,18,24.957709185032336,-1,-7.486314635388791 +48878,76532,90,2016,LA,Sen-P,2016_Sen-P_LA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,982,Foster L. Campbell,10198,DEM,13,17.471394549643545,John Kennedy,10202,REP,21,24.957709185032336,-8,-7.486314635388791 +47889,75117,91,2016,CT,Sen-G,2016_Sen-G_CT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,554,Richard Blumenthal,10205,DEM,59,57.68213015794261,Dan Carter,10206,REP,38,34.61938912819588,21,23.062741029746732 +48866,76522,91,2016,CT,Sen-G,2016_Sen-G_CT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1387,Richard Blumenthal,10205,DEM,63,57.68213015794261,Dan Carter,10206,REP,34,34.61938912819588,29,23.062741029746732 +45810,71524,92,2016,IA,Sen-G,2016_Sen-G_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,404,Patty Judge,10210,DEM,39,35.6552345305366,Chuck Grassley,8961,REP,56,60.08990056040222,-17,-24.434666029865618 +46002,71915,92,2016,IA,Sen-G,2016_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,612,Patty Judge,10210,DEM,43,35.6552345305366,Chuck Grassley,8961,REP,55,60.08990056040222,-12,-24.434666029865618 +46044,72024,92,2016,IA,Sen-G,2016_Sen-G_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,491,Patty Judge,10210,DEM,36.7,35.6552345305366,Chuck Grassley,8961,REP,53.8,60.08990056040222,-17.099999999999994,-24.434666029865618 +46562,73044,92,2016,IA,Sen-G,2016_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-05,2016-11-08,34,642,Patty Judge,10210,DEM,36,35.6552345305366,Chuck Grassley,8961,REP,53,60.08990056040222,-17,-24.434666029865618 +47170,73816,92,2016,IA,Sen-G,2016_Sen-G_IA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,917,Patty Judge,10210,DEM,39,35.6552345305366,Chuck Grassley,8961,REP,51,60.08990056040222,-12,-24.434666029865618 +47020,73569,92,2016,IA,Sen-G,2016_Sen-G_IA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1135,Patty Judge,10210,DEM,40,35.6552345305366,Chuck Grassley,8961,REP,56,60.08990056040222,-16,-24.434666029865618 +47618,74575,92,2016,IA,Sen-G,2016_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,791,Patty Judge,10210,DEM,38,35.6552345305366,Chuck Grassley,8961,REP,56,60.08990056040222,-18,-24.434666029865618 +47898,75124,92,2016,IA,Sen-G,2016_Sen-G_IA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,984,Patty Judge,10210,DEM,41,35.6552345305366,Chuck Grassley,8961,REP,56,60.08990056040222,-15,-24.434666029865618 +48331,75713,92,2016,IA,Sen-G,2016_Sen-G_IA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-02,2016-11-08,6,700,Patty Judge,10210,DEM,32,35.6552345305366,Chuck Grassley,8961,REP,60,60.08990056040222,-28,-24.434666029865618 +48466,75945,92,2016,IA,Sen-G,2016_Sen-G_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,500,Patty Judge,10210,DEM,37.2,35.6552345305366,Chuck Grassley,8961,REP,53.4,60.08990056040222,-16.199999999999996,-24.434666029865618 +48470,75958,92,2016,IA,Sen-G,2016_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-11-03,2016-11-08,5,800,Patty Judge,10210,DEM,33,35.6552345305366,Chuck Grassley,8961,REP,56,60.08990056040222,-23,-24.434666029865618 +48875,76529,92,2016,IA,Sen-G,2016_Sen-G_IA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1781,Patty Judge,10210,DEM,39,35.6552345305366,Chuck Grassley,8961,REP,57,60.08990056040222,-18,-24.434666029865618 +45820,71553,93,2016,FL,Sen-G,2016_Sen-G_FL,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-09-08,2016-11-08,61,800,Patrick Murphy,8995,DEM,45,44.31485451234274,Marco Rubio,8974,REP,47,51.98112842432986,-2,-7.666273911987119 +45800,71500,93,2016,FL,Sen-G,2016_Sen-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-09,2016-11-08,60,788,Patrick Murphy,8995,DEM,43,44.31485451234274,Marco Rubio,8974,REP,54,51.98112842432986,-11,-7.666273911987119 +45884,71658,93,2016,FL,Sen-G,2016_Sen-G_FL,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-09-12,2016-11-08,57,867,Patrick Murphy,8995,DEM,42,44.31485451234274,Marco Rubio,8974,REP,48,51.98112842432986,-6,-7.666273911987119 +45907,71737,93,2016,FL,Sen-G,2016_Sen-G_FL,Saint Leo University Polling Institute,299,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,475,Patrick Murphy,8995,DEM,34.7,44.31485451234274,Marco Rubio,8974,REP,44.2,51.98112842432986,-9.5,-7.666273911987119 +45901,71694,93,2016,FL,Sen-G,2016_Sen-G_FL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,400,Patrick Murphy,8995,DEM,45,44.31485451234274,Marco Rubio,8974,REP,47,51.98112842432986,-2,-7.666273911987119 +46046,72028,93,2016,FL,Sen-G,2016_Sen-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2016-09-17,2016-11-08,52,617,Patrick Murphy,8995,DEM,42,44.31485451234274,Marco Rubio,8974,REP,46,51.98112842432986,-4,-7.666273911987119 +45945,71832,93,2016,FL,Sen-G,2016_Sen-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-09-20,2016-11-08,49,500,Patrick Murphy,8995,DEM,34,44.31485451234274,Marco Rubio,8974,REP,43,51.98112842432986,-9,-7.666273911987119 +46289,72365,93,2016,FL,Sen-G,2016_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,826,Patrick Murphy,8995,DEM,35,44.31485451234274,Marco Rubio,8974,REP,42,51.98112842432986,-7,-7.666273911987119 +46304,72388,93,2016,FL,Sen-G,2016_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-09-28,2016-11-08,41,619,Patrick Murphy,8995,DEM,42.9,44.31485451234274,Marco Rubio,8974,REP,47.1,51.98112842432986,-4.200000000000003,-7.666273911987119 +46303,72452,93,2016,FL,Sen-G,2016_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,820,Patrick Murphy,8995,DEM,40,44.31485451234274,Marco Rubio,8974,REP,47,51.98112842432986,-7,-7.666273911987119 +46381,72715,93,2016,FL,Sen-G,2016_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,545,Patrick Murphy,8995,DEM,44,44.31485451234274,Marco Rubio,8974,REP,48,51.98112842432986,-4,-7.666273911987119 +46545,72778,93,2016,FL,Sen-G,2016_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-04,2016-11-08,35,821,Patrick Murphy,8995,DEM,40,44.31485451234274,Marco Rubio,8974,REP,44,51.98112842432986,-4,-7.666273911987119 +46523,72737,93,2016,FL,Sen-G,2016_Sen-G_FL,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-03,2016-11-08,36,600,Patrick Murphy,8995,DEM,39.2,44.31485451234274,Marco Rubio,8974,REP,46.7,51.98112842432986,-7.5,-7.666273911987119 +46526,73055,93,2016,FL,Sen-G,2016_Sen-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,667,Patrick Murphy,8995,DEM,41,44.31485451234274,Marco Rubio,8974,REP,48,51.98112842432986,-7,-7.666273911987119 +46568,72843,93,2016,FL,Sen-G,2016_Sen-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,700,Patrick Murphy,8995,DEM,46,44.31485451234274,Marco Rubio,8974,REP,48,51.98112842432986,-2,-7.666273911987119 +46769,73129,93,2016,FL,Sen-G,2016_Sen-G_FL,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,1000,Patrick Murphy,8995,DEM,41,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-8,-7.666273911987119 +46759,73116,93,2016,FL,Sen-G,2016_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-10-10,2016-11-08,29,533,Patrick Murphy,8995,DEM,44,44.31485451234274,Marco Rubio,8974,REP,47.6,51.98112842432986,-3.6000000000000014,-7.666273911987119 +46814,73258,93,2016,FL,Sen-G,2016_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-10-12,2016-11-08,27,985,Patrick Murphy,8995,DEM,38,44.31485451234274,Marco Rubio,8974,REP,44,51.98112842432986,-6,-7.666273911987119 +46863,73315,93,2016,FL,Sen-G,2016_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-12,2016-11-08,27,1799,Patrick Murphy,8995,DEM,36,44.31485451234274,Marco Rubio,8974,REP,44,51.98112842432986,-8,-7.666273911987119 +46942,73512,93,2016,FL,Sen-G,2016_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,660,Patrick Murphy,8995,DEM,47,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-2,-7.666273911987119 +47018,73567,93,2016,FL,Sen-G,2016_Sen-G_FL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1702,Patrick Murphy,8995,DEM,45,44.31485451234274,Marco Rubio,8974,REP,51,51.98112842432986,-6,-7.666273911987119 +47250,73947,93,2016,FL,Sen-G,2016_Sen-G_FL,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,892,Patrick Murphy,8995,DEM,44,44.31485451234274,Marco Rubio,8974,REP,45,51.98112842432986,-1,-7.666273911987119 +47462,74248,93,2016,FL,Sen-G,2016_Sen-G_FL,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2016-10-19,2016-11-08,20,1000,Patrick Murphy,8995,DEM,38,44.31485451234274,Marco Rubio,8974,REP,43,51.98112842432986,-5,-7.666273911987119 +47177,73853,93,2016,FL,Sen-G,2016_Sen-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2016-10-18,2016-11-08,21,507,Patrick Murphy,8995,DEM,37,44.31485451234274,Marco Rubio,8974,REP,51,51.98112842432986,-14,-7.666273911987119 +47166,73811,93,2016,FL,Sen-G,2016_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-10-20,2016-11-08,19,538,Patrick Murphy,8995,DEM,46.2,44.31485451234274,Marco Rubio,8974,REP,46.2,51.98112842432986,0,-7.666273911987119 +47236,73921,93,2016,FL,Sen-G,2016_Sen-G_FL,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-20,2016-11-08,19,1042,Patrick Murphy,8995,DEM,42,44.31485451234274,Marco Rubio,8974,REP,44,51.98112842432986,-2,-7.666273911987119 +47524,74317,93,2016,FL,Sen-G,2016_Sen-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR,NA,2016-10-22,2016-11-08,17,500,Patrick Murphy,8995,DEM,42.3,44.31485451234274,Marco Rubio,8974,REP,45.8,51.98112842432986,-3.5,-7.666273911987119 +47351,74104,93,2016,FL,Sen-G,2016_Sen-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Patrick Murphy,8995,DEM,41,44.31485451234274,Marco Rubio,8974,REP,48,51.98112842432986,-7,-7.666273911987119 +47469,74262,93,2016,FL,Sen-G,2016_Sen-G_FL,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,805,Patrick Murphy,8995,DEM,41,44.31485451234274,Marco Rubio,8974,REP,51,51.98112842432986,-10,-7.666273911987119 +47465,74263,93,2016,FL,Sen-G,2016_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-22,2016-11-08,17,1251,Patrick Murphy,8995,DEM,41,44.31485451234274,Marco Rubio,8974,REP,45,51.98112842432986,-4,-7.666273911987119 +47549,74388,93,2016,FL,Sen-G,2016_Sen-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,836,Patrick Murphy,8995,DEM,43,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-6,-7.666273911987119 +47621,74530,93,2016,FL,Sen-G,2016_Sen-G_FL,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2016-10-25,2016-11-08,14,698,Patrick Murphy,8995,DEM,43,44.31485451234274,Marco Rubio,8974,REP,48.6,51.98112842432986,-5.600000000000001,-7.666273911987119 +47637,74566,93,2016,FL,Sen-G,2016_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-25,2016-11-08,14,742,Patrick Murphy,8995,DEM,46,44.31485451234274,Marco Rubio,8974,REP,46,51.98112842432986,0,-7.666273911987119 +47767,74775,93,2016,FL,Sen-G,2016_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,1301,Patrick Murphy,8995,DEM,46,44.31485451234274,Marco Rubio,8974,REP,46,51.98112842432986,0,-7.666273911987119 +47776,74780,93,2016,FL,Sen-G,2016_Sen-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,779,Patrick Murphy,8995,DEM,43,44.31485451234274,Marco Rubio,8974,REP,51,51.98112842432986,-8,-7.666273911987119 +47639,74567,93,2016,FL,Sen-G,2016_Sen-G_FL,Saint Leo University Polling Institute,299,FALSE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,1028,Patrick Murphy,8995,DEM,47.6,44.31485451234274,Marco Rubio,8974,REP,52.5,51.98112842432986,-4.899999999999999,-7.666273911987119 +47646,74617,93,2016,FL,Sen-G,2016_Sen-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Patrick Murphy,8995,DEM,42,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-7,-7.666273911987119 +47756,74744,93,2016,FL,Sen-G,2016_Sen-G_FL,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-26,2016-11-08,13,500,Patrick Murphy,8995,DEM,47,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-2,-7.666273911987119 +47771,74777,93,2016,FL,Sen-G,2016_Sen-G_FL,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-10-26,2016-11-08,13,815,Patrick Murphy,8995,DEM,42,44.31485451234274,Marco Rubio,8974,REP,51,51.98112842432986,-9,-7.666273911987119 +48018,75146,93,2016,FL,Sen-G,2016_Sen-G_FL,TargetSmart,332,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,718,Patrick Murphy,8995,DEM,43,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-6,-7.666273911987119 +47892,75118,93,2016,FL,Sen-G,2016_Sen-G_FL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2809,Patrick Murphy,8995,DEM,47,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-2,-7.666273911987119 +48107,75322,93,2016,FL,Sen-G,2016_Sen-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Patrick Murphy,8995,DEM,42,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-7,-7.666273911987119 +48088,75249,93,2016,FL,Sen-G,2016_Sen-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,773,Patrick Murphy,8995,DEM,48,44.31485451234274,Marco Rubio,8974,REP,49,51.98112842432986,-1,-7.666273911987119 +48098,75464,93,2016,FL,Sen-G,2016_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,626,Patrick Murphy,8995,DEM,44,44.31485451234274,Marco Rubio,8974,REP,50,51.98112842432986,-6,-7.666273911987119 +48188,75463,93,2016,FL,Sen-G,2016_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-11-01,2016-11-08,7,603,Patrick Murphy,8995,DEM,46,44.31485451234274,Marco Rubio,8974,REP,49.6,51.98112842432986,-3.6000000000000014,-7.666273911987119 +48776,76361,93,2016,FL,Sen-G,2016_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1220,Patrick Murphy,8995,DEM,46,44.31485451234274,Marco Rubio,8974,REP,47,51.98112842432986,-1,-7.666273911987119 +48482,75980,93,2016,FL,Sen-G,2016_Sen-G_FL,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-11-03,2016-11-08,5,1188,Patrick Murphy,8995,DEM,44,44.31485451234274,Marco Rubio,8974,REP,47,51.98112842432986,-3,-7.666273911987119 +48676,76248,93,2016,FL,Sen-G,2016_Sen-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Patrick Murphy,8995,DEM,38,44.31485451234274,Marco Rubio,8974,REP,52,51.98112842432986,-14,-7.666273911987119 +48522,76064,93,2016,FL,Sen-G,2016_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,884,Patrick Murphy,8995,DEM,43,44.31485451234274,Marco Rubio,8974,REP,50,51.98112842432986,-7,-7.666273911987119 +48869,76523,93,2016,FL,Sen-G,2016_Sen-G_FL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,4092,Patrick Murphy,8995,DEM,49,44.31485451234274,Marco Rubio,8974,REP,48,51.98112842432986,1,-7.666273911987119 +46212,72271,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-09-10,2016-11-08,59,2121,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,6,2.1813191214435577 +66687,124374,94,2016,US,Pres-G,2016_Pres-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2016-09-10,2016-11-08,59,1000,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,4,2.1813191214435577 +45725,71403,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-10,2016-11-08,59,1125,Hillary Rodham Clinton,9207,DEM,39.3,47.99672181721133,Donald Trump,9849,REP,38.8,45.81540269576777,0.5,2.1813191214435577 +45718,71353,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-09-09,2016-11-08,60,2665,Hillary Rodham Clinton,9207,DEM,42.76,47.99672181721133,Donald Trump,9849,REP,45.83,45.81540269576777,-3.0700000000000003,2.1813191214435577 +45805,71508,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-09-12,2016-11-08,57,1000,Hillary Rodham Clinton,9207,DEM,40,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,-2,2.1813191214435577 +45812,71530,94,2016,US,Pres-G,2016_Pres-G_US,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-12,2016-11-08,57,800,Hillary Rodham Clinton,9207,DEM,41,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,-2,2.1813191214435577 +45740,71423,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,1087,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,2,2.1813191214435577 +45806,71510,94,2016,US,Pres-G,2016_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2016-09-11,2016-11-08,58,916,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,0,2.1813191214435577 +45795,71481,94,2016,US,Pres-G,2016_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-10,2016-11-08,59,960,Hillary Rodham Clinton,9207,DEM,41,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,2,2.1813191214435577 +46215,72274,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,1627,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,8,2.1813191214435577 +45818,71546,94,2016,US,Pres-G,2016_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,867,Hillary Rodham Clinton,9207,DEM,41,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,1,2.1813191214435577 +45882,71647,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,1639,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,2,2.1813191214435577 +45906,71733,94,2016,US,Pres-G,2016_Pres-G_US,Saint Leo University Polling Institute,299,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,1005,Hillary Rodham Clinton,9207,DEM,46.2,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,5.200000000000003,2.1813191214435577 +45904,71729,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,1137,Hillary Rodham Clinton,9207,DEM,40.4,47.99672181721133,Donald Trump,9849,REP,38.4,45.81540269576777,2,2.1813191214435577 +46218,72277,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-09-16,2016-11-08,53,1468,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,4,2.1813191214435577 +45913,71752,94,2016,US,Pres-G,2016_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,1203,Hillary Rodham Clinton,9207,DEM,47.95,47.99672181721133,Donald Trump,9849,REP,46.77,45.81540269576777,1.1799999999999997,2.1813191214435577 +45894,71676,94,2016,US,Pres-G,2016_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,13230,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,5,2.1813191214435577 +45892,71673,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-09-16,2016-11-08,53,2524,Hillary Rodham Clinton,9207,DEM,41.73,47.99672181721133,Donald Trump,9849,REP,47.09,45.81540269576777,-5.3600000000000065,2.1813191214435577 +45910,71740,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-18,2016-11-08,51,1065,Hillary Rodham Clinton,9207,DEM,40,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,2,2.1813191214435577 +45927,71779,94,2016,US,Pres-G,2016_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,922,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,6,2.1813191214435577 +45946,71833,94,2016,US,Pres-G,2016_Pres-G_US,icitizen,438,FALSE,TRUE,Online Panel,NA,2016-09-17,2016-11-08,52,1000,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,5,2.1813191214435577 +46004,71903,94,2016,US,Pres-G,2016_Pres-G_US,GfK Group,115,TRUE,TRUE,Probability Panel,NA,2016-09-17,2016-11-08,52,1251,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,6,2.1813191214435577 +46221,72280,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,1353,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,1,2.1813191214435577 +46010,71945,94,2016,US,Pres-G,2016_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-09-20,2016-11-08,49,1560,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,4,2.1813191214435577 +45926,71773,94,2016,US,Pres-G,2016_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,990,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,3,2.1813191214435577 +46006,71909,94,2016,US,Pres-G,2016_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,758,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,6,2.1813191214435577 +45939,71819,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-09-20,2016-11-08,49,1000,Hillary Rodham Clinton,9207,DEM,39,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,-5,2.1813191214435577 +46007,71942,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-20,2016-11-08,49,1098,Hillary Rodham Clinton,9207,DEM,41,47.99672181721133,Donald Trump,9849,REP,35.9,45.81540269576777,5.100000000000001,2.1813191214435577 +46020,71966,94,2016,US,Pres-G,2016_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,651,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,2,2.1813191214435577 +46035,71997,94,2016,US,Pres-G,2016_Pres-G_US,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2016-09-20,2016-11-08,49,1107,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,2,2.1813191214435577 +46224,72283,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,1161,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,4,2.1813191214435577 +46022,71971,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-09-23,2016-11-08,46,1712,Hillary Rodham Clinton,9207,DEM,38,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,-1,2.1813191214435577 +46448,71991,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-23,2016-11-08,46,1115,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,3,2.1813191214435577 +46040,72015,94,2016,US,Pres-G,2016_Pres-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-09-23,2016-11-08,46,1002,Hillary Rodham Clinton,9207,DEM,41,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,-2,2.1813191214435577 +46045,72025,94,2016,US,Pres-G,2016_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,1052,Hillary Rodham Clinton,9207,DEM,47.81,47.99672181721133,Donald Trump,9849,REP,47.14,45.81540269576777,0.6700000000000017,2.1813191214435577 +46039,72012,94,2016,US,Pres-G,2016_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-24,2016-11-08,45,1115,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,1,2.1813191214435577 +46054,72039,94,2016,US,Pres-G,2016_Pres-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-24,2016-11-08,45,729,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,4,2.1813191214435577 +46531,72752,94,2016,US,Pres-G,2016_Pres-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone,NA,2016-09-24,2016-11-08,45,461,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,0,2.1813191214435577 +46100,72092,94,2016,US,Pres-G,2016_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,13598,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,5,2.1813191214435577 +46762,73120,94,2016,US,Pres-G,2016_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,Online Panel,NA,2016-09-18,2016-11-08,51,2516,Hillary Rodham Clinton,9207,DEM,43.3,47.99672181721133,Donald Trump,9849,REP,33.4,45.81540269576777,9.899999999999999,2.1813191214435577 +46227,72286,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-09-25,2016-11-08,44,1489,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,4,2.1813191214435577 +46162,72172,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-09-23,2016-11-08,46,2690,Hillary Rodham Clinton,9207,DEM,42.74,47.99672181721133,Donald Trump,9849,REP,46.16,45.81540269576777,-3.4199999999999946,2.1813191214435577 +46308,72408,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-25,2016-11-08,44,1888,Hillary Rodham Clinton,9207,DEM,40.9,47.99672181721133,Donald Trump,9849,REP,37.9,45.81540269576777,3,2.1813191214435577 +46302,72385,94,2016,US,Pres-G,2016_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,REP,2016-09-27,2016-11-08,42,3386,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,4,2.1813191214435577 +46169,72220,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,1253,Hillary Rodham Clinton,9207,DEM,41,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,3,2.1813191214435577 +46172,72227,94,2016,US,Pres-G,2016_Pres-G_US,Echelon Insights,407,FALSE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,1529,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,5,2.1813191214435577 +47328,74053,94,2016,US,Pres-G,2016_Pres-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone/Probability Panel,NA,2016-09-14,2016-11-08,55,1296,Hillary Rodham Clinton,9207,DEM,49,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,8,2.1813191214435577 +46294,72371,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-09-27,2016-11-08,42,1500,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,1,2.1813191214435577 +46293,72359,94,2016,US,Pres-G,2016_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-09-27,2016-11-08,42,933,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,4,2.1813191214435577 +46309,72462,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-09-28,2016-11-08,41,1251,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,35,45.81540269576777,10,2.1813191214435577 +46311,72421,94,2016,US,Pres-G,2016_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,911,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,3,2.1813191214435577 +46328,72453,94,2016,US,Pres-G,2016_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,1285,Hillary Rodham Clinton,9207,DEM,46.89,47.99672181721133,Donald Trump,9849,REP,49.38,45.81540269576777,-2.490000000000002,2.1813191214435577 +46453,72639,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-30,2016-11-08,39,1433,Hillary Rodham Clinton,9207,DEM,42.5,47.99672181721133,Donald Trump,9849,REP,36.7,45.81540269576777,5.799999999999997,2.1813191214435577 +46332,72458,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-01,2016-11-08,38,1461,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,5,2.1813191214435577 +46325,72446,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-01,2016-11-08,38,1778,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,6,2.1813191214435577 +46386,72520,94,2016,US,Pres-G,2016_Pres-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,1213,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,5,2.1813191214435577 +46439,72578,94,2016,US,Pres-G,2016_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2016-09-30,2016-11-08,39,805,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,4,2.1813191214435577 +46511,72710,94,2016,US,Pres-G,2016_Pres-G_US,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,385,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,9,2.1813191214435577 +46530,72750,94,2016,US,Pres-G,2016_Pres-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,609,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,6,2.1813191214435577 +46444,72593,94,2016,US,Pres-G,2016_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,26925,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,6,2.1813191214435577 +46445,72594,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-01,2016-11-08,38,1500,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,1,2.1813191214435577 +46443,72591,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-09-30,2016-11-08,39,2275,Hillary Rodham Clinton,9207,DEM,42.69,47.99672181721133,Donald Trump,9849,REP,46.61,45.81540269576777,-3.9200000000000017,2.1813191214435577 +46520,72731,94,2016,US,Pres-G,2016_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,1690,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,0,2.1813191214435577 +46438,72575,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-02,2016-11-08,37,911,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,3,2.1813191214435577 +46548,72782,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-04,2016-11-08,35,1322,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,35,45.81540269576777,12,2.1813191214435577 +46543,72774,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-05,2016-11-08,34,1500,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,1,2.1813191214435577 +46544,72775,94,2016,US,Pres-G,2016_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-05,2016-11-08,34,1064,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,5,2.1813191214435577 +46553,72815,94,2016,US,Pres-G,2016_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-10-05,2016-11-08,34,896,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,2,2.1813191214435577 +46750,73080,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-05,2016-11-08,34,1103,Hillary Rodham Clinton,9207,DEM,43.2,47.99672181721133,Donald Trump,9849,REP,37.3,45.81540269576777,5.900000000000006,2.1813191214435577 +46573,72861,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,1775,Hillary Rodham Clinton,9207,DEM,41,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,2,2.1813191214435577 +46682,72981,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-07,2016-11-08,32,2433,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,9,2.1813191214435577 +46566,72836,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-08,2016-11-08,31,1390,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,4,2.1813191214435577 +46572,72856,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-07,2016-11-08,32,971,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,6,2.1813191214435577 +48411,75879,94,2016,US,Pres-G,2016_Pres-G_US,Edison Research,739,FALSE,FALSE,Live Phone,NA,2016-10-05,2016-11-08,34,882,Hillary Rodham Clinton,9207,DEM,42.9,47.99672181721133,Donald Trump,9849,REP,30.7,45.81540269576777,12.2,2.1813191214435577 +46579,72871,94,2016,US,Pres-G,2016_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,1350,Hillary Rodham Clinton,9207,DEM,49.92,47.99672181721133,Donald Trump,9849,REP,44.39,45.81540269576777,5.530000000000001,2.1813191214435577 +46741,73051,94,2016,US,Pres-G,2016_Pres-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone,NA,2016-10-07,2016-11-08,32,886,Hillary Rodham Clinton,9207,DEM,49,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,11,2.1813191214435577 +46576,72867,94,2016,US,Pres-G,2016_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,23329,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,5,2.1813191214435577 +46738,73045,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-10-07,2016-11-08,32,2969,Hillary Rodham Clinton,9207,DEM,43.26,47.99672181721133,Donald Trump,9849,REP,45.28,45.81540269576777,-2.020000000000003,2.1813191214435577 +46740,73048,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1757,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,5,2.1813191214435577 +46745,73058,94,2016,US,Pres-G,2016_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,806,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,9,2.1813191214435577 +46802,73200,94,2016,US,Pres-G,2016_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2016-10-03,2016-11-08,36,3616,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,7,2.1813191214435577 +46760,73117,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1636,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,6,2.1813191214435577 +46756,73109,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-10,2016-11-08,29,1500,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,4,2.1813191214435577 +46770,73137,94,2016,US,Pres-G,2016_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,953,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,5,2.1813191214435577 +46808,73245,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,2415,Hillary Rodham Clinton,9207,DEM,43.9,47.99672181721133,Donald Trump,9849,REP,37.7,45.81540269576777,6.199999999999996,2.1813191214435577 +46793,73178,94,2016,US,Pres-G,2016_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,917,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,7,2.1813191214435577 +46864,73312,94,2016,US,Pres-G,2016_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,740,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,4,2.1813191214435577 +46868,73321,94,2016,US,Pres-G,2016_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,905,Hillary Rodham Clinton,9207,DEM,48,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,11,2.1813191214435577 +46871,73328,94,2016,US,Pres-G,2016_Pres-G_US,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,1101,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,5,2.1813191214435577 +46875,73332,94,2016,US,Pres-G,2016_Pres-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,1000,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,8,2.1813191214435577 +46887,73363,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,1642,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,8,2.1813191214435577 +47062,73638,94,2016,US,Pres-G,2016_Pres-G_US,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-13,2016-11-08,26,845,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,10,2.1813191214435577 +46876,73336,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-14,2016-11-08,25,1737,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,6,2.1813191214435577 +46882,73342,94,2016,US,Pres-G,2016_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,1325,Hillary Rodham Clinton,9207,DEM,50.22,47.99672181721133,Donald Trump,9849,REP,45.53,45.81540269576777,4.689999999999998,2.1813191214435577 +46877,73337,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-14,2016-11-08,25,1500,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,2,2.1813191214435577 +46886,73362,94,2016,US,Pres-G,2016_Pres-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-15,2016-11-08,24,726,Hillary Rodham Clinton,9207,DEM,50,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,12,2.1813191214435577 +46954,73443,94,2016,US,Pres-G,2016_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2016-10-14,2016-11-08,25,778,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,9,2.1813191214435577 +47009,73500,94,2016,US,Pres-G,2016_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,24804,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,6,2.1813191214435577 +47049,73617,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-15,2016-11-08,24,1187,Hillary Rodham Clinton,9207,DEM,42.5,47.99672181721133,Donald Trump,9849,REP,37.6,45.81540269576777,4.899999999999999,2.1813191214435577 +47031,73535,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-16,2016-11-08,23,1641,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,9,2.1813191214435577 +47007,73496,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-10-14,2016-11-08,25,2983,Hillary Rodham Clinton,9207,DEM,43.28,47.99672181721133,Donald Trump,9849,REP,44.92,45.81540269576777,-1.6400000000000006,2.1813191214435577 +47054,73625,94,2016,US,Pres-G,2016_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,912,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,6,2.1813191214435577 +47060,73636,94,2016,US,Pres-G,2016_Pres-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,1000,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,9,2.1813191214435577 +47064,73644,94,2016,US,Pres-G,2016_Pres-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,692,Hillary Rodham Clinton,9207,DEM,51,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,15,2.1813191214435577 +47078,73671,94,2016,US,Pres-G,2016_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-17,2016-11-08,22,1007,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,7,2.1813191214435577 +47077,73667,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,1032,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,4,2.1813191214435577 +47611,74510,94,2016,US,Pres-G,2016_Pres-G_US,KFF,419,TRUE,FALSE,Live Phone,NA,2016-10-15,2016-11-08,24,1029,Hillary Rodham Clinton,9207,DEM,49,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,11,2.1813191214435577 +47091,73708,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-18,2016-11-08,21,1500,Hillary Rodham Clinton,9207,DEM,40,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,-3,2.1813191214435577 +47163,73806,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-19,2016-11-08,20,2127,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,8,2.1813191214435577 +47159,73796,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-19,2016-11-08,20,1395,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,36,45.81540269576777,6,2.1813191214435577 +47164,73807,94,2016,US,Pres-G,2016_Pres-G_US,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-10-19,2016-11-08,20,1006,Hillary Rodham Clinton,9207,DEM,49,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,7,2.1813191214435577 +47527,74321,94,2016,US,Pres-G,2016_Pres-G_US,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-20,2016-11-08,19,990,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,6,2.1813191214435577 +47349,74135,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1153,Hillary Rodham Clinton,9207,DEM,44.1,47.99672181721133,Donald Trump,9849,REP,35.6,45.81540269576777,8.5,2.1813191214435577 +47246,73933,94,2016,US,Pres-G,2016_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1414,Hillary Rodham Clinton,9207,DEM,49.46,47.99672181721133,Donald Trump,9849,REP,46.39,45.81540269576777,3.0700000000000003,2.1813191214435577 +47240,73927,94,2016,US,Pres-G,2016_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2016-10-20,2016-11-08,19,815,Hillary Rodham Clinton,9207,DEM,41.2,47.99672181721133,Donald Trump,9849,REP,41.1,45.81540269576777,0.10000000000000142,2.1813191214435577 +47258,73958,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-22,2016-11-08,17,2615,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,5,2.1813191214435577 +47314,74018,94,2016,US,Pres-G,2016_Pres-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,779,Hillary Rodham Clinton,9207,DEM,49,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,5,2.1813191214435577 +47344,74085,94,2016,US,Pres-G,2016_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-10-22,2016-11-08,17,2109,Hillary Rodham Clinton,9207,DEM,50,47.99672181721133,Donald Trump,9849,REP,50,45.81540269576777,0,2.1813191214435577 +47255,73954,94,2016,US,Pres-G,2016_Pres-G_US,Centre College,47,FALSE,FALSE,Live Phone,NA,2016-10-20,2016-11-08,19,569,Hillary Rodham Clinton,9207,DEM,44.9,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,4.899999999999999,2.1813191214435577 +47324,74045,94,2016,US,Pres-G,2016_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,32225,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,5,2.1813191214435577 +47327,74051,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-22,2016-11-08,17,1500,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,1,2.1813191214435577 +47320,74038,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-10-21,2016-11-08,18,3104,Hillary Rodham Clinton,9207,DEM,44.97,47.99672181721133,Donald Trump,9849,REP,44.07,45.81540269576777,0.8999999999999986,2.1813191214435577 +47355,74118,94,2016,US,Pres-G,2016_Pres-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-10-23,2016-11-08,16,900,Hillary Rodham Clinton,9207,DEM,50,47.99672181721133,Donald Trump,9849,REP,38,45.81540269576777,12,2.1813191214435577 +47550,74505,94,2016,US,Pres-G,2016_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,724,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,34,45.81540269576777,9,2.1813191214435577 +47530,74325,94,2016,US,Pres-G,2016_Pres-G_US,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,1000,Hillary Rodham Clinton,9207,DEM,47.4,47.99672181721133,Donald Trump,9849,REP,37.6,45.81540269576777,9.799999999999997,2.1813191214435577 +47538,74345,94,2016,US,Pres-G,2016_Pres-G_US,GfK Group,115,TRUE,TRUE,Probability Panel,NA,2016-10-22,2016-11-08,17,1212,Hillary Rodham Clinton,9207,DEM,51,47.99672181721133,Donald Trump,9849,REP,37,45.81540269576777,14,2.1813191214435577 +47553,74391,94,2016,US,Pres-G,2016_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-10-24,2016-11-08,15,1135,Hillary Rodham Clinton,9207,DEM,48,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,6,2.1813191214435577 +47542,74365,94,2016,US,Pres-G,2016_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-10-24,2016-11-08,15,1221,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,3,2.1813191214435577 +47616,74519,94,2016,US,Pres-G,2016_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,2120,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,6,2.1813191214435577 +47613,74512,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-25,2016-11-08,14,2602,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,4,2.1813191214435577 +47631,74547,94,2016,US,Pres-G,2016_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,1824,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,45,45.81540269576777,1,2.1813191214435577 +47608,74499,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,1209,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,5,2.1813191214435577 +47638,74565,94,2016,US,Pres-G,2016_Pres-G_US,Saint Leo University Polling Institute,299,FALSE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,1050,Hillary Rodham Clinton,9207,DEM,42.8,47.99672181721133,Donald Trump,9849,REP,31.5,45.81540269576777,11.299999999999997,2.1813191214435577 +47643,74599,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-25,2016-11-08,14,1158,Hillary Rodham Clinton,9207,DEM,41.7,47.99672181721133,Donald Trump,9849,REP,36.4,45.81540269576777,5.300000000000004,2.1813191214435577 +47636,74556,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,1500,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,45,45.81540269576777,0,2.1813191214435577 +47858,74891,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,1794,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,3,2.1813191214435577 +47784,74801,94,2016,US,Pres-G,2016_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,1165,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,45,45.81540269576777,1,2.1813191214435577 +47770,74759,94,2016,US,Pres-G,2016_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2016-10-26,2016-11-08,13,1039,Hillary Rodham Clinton,9207,DEM,44.1,47.99672181721133,Donald Trump,9849,REP,41.6,45.81540269576777,2.5,2.1813191214435577 +47855,74883,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2617,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,1,2.1813191214435577 +47882,74938,94,2016,US,Pres-G,2016_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,1299,Hillary Rodham Clinton,9207,DEM,48.81,47.99672181721133,Donald Trump,9849,REP,47.71,45.81540269576777,1.1000000000000014,2.1813191214435577 +47786,74805,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-29,2016-11-08,10,1772,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,3,2.1813191214435577 +48182,75453,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,1249,Hillary Rodham Clinton,9207,DEM,52,47.99672181721133,Donald Trump,9849,REP,47,45.81540269576777,5,2.1813191214435577 +48183,75454,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-29,2016-11-08,10,825,Hillary Rodham Clinton,9207,DEM,51,47.99672181721133,Donald Trump,9849,REP,48,45.81540269576777,3,2.1813191214435577 +47869,74912,94,2016,US,Pres-G,2016_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,40816,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,6,2.1813191214435577 +47874,74923,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-10-28,2016-11-08,11,3145,Hillary Rodham Clinton,9207,DEM,43.28,47.99672181721133,Donald Trump,9849,REP,46.9,45.81540269576777,-3.6199999999999974,2.1813191214435577 +48262,75570,94,2016,US,Pres-G,2016_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,5360,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,45,45.81540269576777,1,2.1813191214435577 +48114,75376,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,1772,Hillary Rodham Clinton,9207,DEM,44.7,47.99672181721133,Donald Trump,9849,REP,37.4,45.81540269576777,7.300000000000004,2.1813191214435577 +48091,75254,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-31,2016-11-08,8,2617,Hillary Rodham Clinton,9207,DEM,43,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,3,2.1813191214435577 +48077,75209,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,1500,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,0,2.1813191214435577 +48082,75219,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-31,2016-11-08,8,1233,Hillary Rodham Clinton,9207,DEM,46,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,3,2.1813191214435577 +48180,75450,94,2016,US,Pres-G,2016_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2016-10-30,2016-11-08,9,927,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,3,2.1813191214435577 +48009,75084,94,2016,US,Pres-G,2016_Pres-G_US,RAND (American Life Panel),270,FALSE,FALSE,Online Panel,NA,2016-10-26,2016-11-08,13,2269,Hillary Rodham Clinton,9207,DEM,43.7,47.99672181721133,Donald Trump,9849,REP,34.6,45.81540269576777,9.100000000000001,2.1813191214435577 +48268,75634,94,2016,US,Pres-G,2016_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,1151,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,3,2.1813191214435577 +48471,75959,94,2016,US,Pres-G,2016_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,2435,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,45,45.81540269576777,2,2.1813191214435577 +48266,75630,94,2016,US,Pres-G,2016_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,898,Hillary Rodham Clinton,9207,DEM,44.4,47.99672181721133,Donald Trump,9849,REP,43.9,45.81540269576777,0.5,2.1813191214435577 +48361,75811,94,2016,US,Pres-G,2016_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,1107,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,2,2.1813191214435577 +48362,75818,94,2016,US,Pres-G,2016_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,940,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,1,2.1813191214435577 +48616,76160,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,2561,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,6,2.1813191214435577 +48626,76181,94,2016,US,Pres-G,2016_Pres-G_US,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,1151,Hillary Rodham Clinton,9207,DEM,48,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,4,2.1813191214435577 +48477,75968,94,2016,US,Pres-G,2016_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1482,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,42,45.81540269576777,3,2.1813191214435577 +48480,75974,94,2016,US,Pres-G,2016_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-11-04,2016-11-08,4,1282,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,4,2.1813191214435577 +48509,76029,94,2016,US,Pres-G,2016_Pres-G_US,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2016-11-03,2016-11-08,5,1009,Hillary Rodham Clinton,9207,DEM,47.6,47.99672181721133,Donald Trump,9849,REP,44.4,45.81540269576777,3.200000000000003,2.1813191214435577 +48630,76192,94,2016,US,Pres-G,2016_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,2220,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,4,2.1813191214435577 +48615,76159,94,2016,US,Pres-G,2016_Pres-G_US,CVOTER,40,FALSE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,1625,Hillary Rodham Clinton,9207,DEM,48.91,47.99672181721133,Donald Trump,9849,REP,46.13,45.81540269576777,2.779999999999994,2.1813191214435577 +48922,76636,94,2016,US,Pres-G,2016_Pres-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2195,Hillary Rodham Clinton,9207,DEM,42,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,3,2.1813191214435577 +48613,76157,94,2016,US,Pres-G,2016_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,1500,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,2,2.1813191214435577 +48513,76036,94,2016,US,Pres-G,2016_Pres-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,799,Hillary Rodham Clinton,9207,DEM,44,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,3,2.1813191214435577 +48619,76163,94,2016,US,Pres-G,2016_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,1295,Hillary Rodham Clinton,9207,DEM,48,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,4,2.1813191214435577 +48623,76176,94,2016,US,Pres-G,2016_Pres-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,748,Hillary Rodham Clinton,9207,DEM,50,47.99672181721133,Donald Trump,9849,REP,44,45.81540269576777,6,2.1813191214435577 +48848,76444,94,2016,US,Pres-G,2016_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,16639,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,43,45.81540269576777,4,2.1813191214435577 +48521,76058,94,2016,US,Pres-G,2016_Pres-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2016-11-04,2016-11-08,4,1426,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,4,2.1813191214435577 +48515,76043,94,2016,US,Pres-G,2016_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,70194,Hillary Rodham Clinton,9207,DEM,47,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,6,2.1813191214435577 +48718,76299,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,84292,Hillary Rodham Clinton,9207,DEM,42.9,47.99672181721133,Donald Trump,9849,REP,39,45.81540269576777,3.8999999999999986,2.1813191214435577 +48916,76611,94,2016,US,Pres-G,2016_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2016-11-06,2016-11-08,2,1107,Hillary Rodham Clinton,9207,DEM,41.2,47.99672181721133,Donald Trump,9849,REP,42.7,45.81540269576777,-1.5,2.1813191214435577 +48771,76354,94,2016,US,Pres-G,2016_Pres-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-11-06,2016-11-08,2,2521,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,40,45.81540269576777,5,2.1813191214435577 +48917,76612,94,2016,US,Pres-G,2016_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2016-11-04,2016-11-08,4,2972,Hillary Rodham Clinton,9207,DEM,43.61,47.99672181721133,Donald Trump,9849,REP,46.84,45.81540269576777,-3.230000000000004,2.1813191214435577 +48687,76262,94,2016,US,Pres-G,2016_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-11-06,2016-11-08,2,3677,Hillary Rodham Clinton,9207,DEM,45,47.99672181721133,Donald Trump,9849,REP,41,45.81540269576777,4,2.1813191214435577 +48911,76601,94,2016,US,Pres-G,2016_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-06,2016-11-08,2,940,Hillary Rodham Clinton,9207,DEM,49,47.99672181721133,Donald Trump,9849,REP,45,45.81540269576777,4,2.1813191214435577 +73365,137524,95,2017,AL,Sen-G,2017_Sen-GS_AL,Strategy Research,322,FALSE,FALSE,IVR,NA,2017-10-16,2017-12-12,57,3000,Gordon Douglas Jones,10522,DEM,40,49.96559701049884,Roy S. Moore,10523,REP,51,48.340055756569186,-11,1.6255412539296543 +72896,136772,95,2017,AL,Sen-G,2017_Sen-GS_AL,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2017-10-15,2017-12-12,58,678,Gordon Douglas Jones,10522,DEM,42,49.96559701049884,Roy S. Moore,10523,REP,42,48.340055756569186,0,1.6255412539296543 +73366,137525,95,2017,AL,Sen-G,2017_Sen-GS_AL,Strategy Research,322,FALSE,FALSE,IVR,NA,2017-10-19,2017-12-12,54,3000,Gordon Douglas Jones,10522,DEM,41,49.96559701049884,Roy S. Moore,10523,REP,52,48.340055756569186,-11,1.6255412539296543 +72890,136766,95,2017,AL,Sen-G,2017_Sen-GS_AL,Axis Research,467,FALSE,FALSE,Live Phone,REP,2017-10-25,2017-12-12,48,503,Gordon Douglas Jones,10522,DEM,39,49.96559701049884,Roy S. Moore,10523,REP,56,48.340055756569186,-17,1.6255412539296543 +73186,137195,95,2017,AL,Sen-G,2017_Sen-GS_AL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2017-11-09,2017-12-12,33,515,Gordon Douglas Jones,10522,DEM,43.6,49.96559701049884,Roy S. Moore,10523,REP,41.3,48.340055756569186,2.3000000000000043,1.6255412539296543 +73478,137802,95,2017,AL,Sen-G,2017_Sen-GS_AL,WT&S Consulting,646,FALSE,FALSE,IVR,NA,2017-11-09,2017-12-12,33,1354,Gordon Douglas Jones,10522,DEM,39.2,49.96559701049884,Roy S. Moore,10523,REP,50,48.340055756569186,-10.799999999999997,1.6255412539296543 +72990,136917,95,2017,AL,Sen-G,2017_Sen-GS_AL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-11-10,2017-12-12,32,478,Gordon Douglas Jones,10522,DEM,46,49.96559701049884,Roy S. Moore,10523,REP,48,48.340055756569186,-2,1.6255412539296543 +73479,137803,95,2017,AL,Sen-G,2017_Sen-GS_AL,WT&S Consulting,646,FALSE,FALSE,IVR,NA,2017-11-11,2017-12-12,31,1536,Gordon Douglas Jones,10522,DEM,39.6,49.96559701049884,Roy S. Moore,10523,REP,49.8,48.340055756569186,-10.199999999999996,1.6255412539296543 +72918,136797,95,2017,AL,Sen-G,2017_Sen-GS_AL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-11-10,2017-12-12,32,678,Gordon Douglas Jones,10522,DEM,40,49.96559701049884,Roy S. Moore,10523,REP,44,48.340055756569186,-4,1.6255412539296543 +72946,136848,95,2017,AL,Sen-G,2017_Sen-GS_AL,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2017-11-10,2017-12-12,32,600,Gordon Douglas Jones,10522,DEM,45,49.96559701049884,Roy S. Moore,10523,REP,55,48.340055756569186,-10,1.6255412539296543 +73051,136991,95,2017,AL,Sen-G,2017_Sen-GS_AL,JMC Analytics,156,FALSE,FALSE,IVR,NA,2017-11-10,2017-12-12,32,575,Gordon Douglas Jones,10522,DEM,48,49.96559701049884,Roy S. Moore,10523,REP,44,48.340055756569186,4,1.6255412539296543 +66559,124042,95,2017,AL,Sen-G,2017_Sen-GS_AL,Strategy Research,322,FALSE,FALSE,IVR,NA,2017-11-13,2017-12-12,29,3000,Gordon Douglas Jones,10522,DEM,43,49.96559701049884,Roy S. Moore,10523,REP,49,48.340055756569186,-6,1.6255412539296543 +73168,137169,95,2017,AL,Sen-G,2017_Sen-GS_AL,NRSC,695,FALSE,FALSE,NA,REP,2017-11-12,2017-12-12,30,500,Gordon Douglas Jones,10522,DEM,51,49.96559701049884,Roy S. Moore,10523,REP,39,48.340055756569186,12,1.6255412539296543 +72989,136916,95,2017,AL,Sen-G,2017_Sen-GS_AL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-11-14,2017-12-12,28,628,Gordon Douglas Jones,10522,DEM,47,49.96559701049884,Roy S. Moore,10523,REP,42,48.340055756569186,5,1.6255412539296543 +72917,136796,95,2017,AL,Sen-G,2017_Sen-GS_AL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-11-15,2017-12-12,27,678,Gordon Douglas Jones,10522,DEM,46,49.96559701049884,Roy S. Moore,10523,REP,43,48.340055756569186,3,1.6255412539296543 +73423,137622,95,2017,AL,Sen-G,2017_Sen-GS_AL,The Polling Company Inc./National Research Inc.,644,FALSE,FALSE,Live Phone/Online Panel,REP,2017-11-15,2017-12-12,27,600,Gordon Douglas Jones,10522,DEM,49,49.96559701049884,Roy S. Moore,10523,REP,41,48.340055756569186,8,1.6255412539296543 +73477,137801,95,2017,AL,Sen-G,2017_Sen-GS_AL,WT&S Consulting,646,FALSE,FALSE,IVR,NA,2017-11-19,2017-12-12,23,11641,Gordon Douglas Jones,10522,DEM,40.5,49.96559701049884,Roy S. Moore,10523,REP,46.4,48.340055756569186,-5.899999999999999,1.6255412539296543 +73344,137486,95,2017,AL,Sen-G,2017_Sen-GS_AL,Sky Research,665,FALSE,FALSE,Online Panel,NA,2017-11-21,2017-12-12,21,1059,Gordon Douglas Jones,10522,DEM,39.6,49.96559701049884,Roy S. Moore,10523,REP,46.7,48.340055756569186,-7.100000000000001,1.6255412539296543 +73367,137526,95,2017,AL,Sen-G,2017_Sen-GS_AL,Strategy Research,322,FALSE,FALSE,IVR,NA,2017-11-20,2017-12-12,22,3000,Gordon Douglas Jones,10522,DEM,45,49.96559701049884,Roy S. Moore,10523,REP,47,48.340055756569186,-2,1.6255412539296543 +50676,79990,95,2017,AL,Sen-G,2017_Sen-GS_AL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-11-26,2017-12-12,16,1868,Gordon Douglas Jones,10522,DEM,44,49.96559701049884,Roy S. Moore,10523,REP,49,48.340055756569186,-5,1.6255412539296543 +50670,79984,95,2017,AL,Sen-G,2017_Sen-GS_AL,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2017-11-26,2017-12-12,16,500,Gordon Douglas Jones,10522,DEM,47,49.96559701049884,Roy S. Moore,10523,REP,53,48.340055756569186,-6,1.6255412539296543 +50682,79997,95,2017,AL,Sen-G,2017_Sen-GS_AL,JMC Analytics,156,FALSE,FALSE,IVR,NA,2017-11-27,2017-12-12,15,650,Gordon Douglas Jones,10522,DEM,44,49.96559701049884,Roy S. Moore,10523,REP,49,48.340055756569186,-5,1.6255412539296543 +73422,137621,95,2017,AL,Sen-G,2017_Sen-GS_AL,The Polling Company Inc./National Research Inc.,644,FALSE,FALSE,Live Phone/Online Panel,REP,2017-11-27,2017-12-12,15,600,Gordon Douglas Jones,10522,DEM,45,49.96559701049884,Roy S. Moore,10523,REP,46,48.340055756569186,-1,1.6255412539296543 +50681,79996,95,2017,AL,Sen-G,2017_Sen-GS_AL,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2017-11-29,2017-12-12,13,739,Gordon Douglas Jones,10522,DEM,50,49.96559701049884,Roy S. Moore,10523,REP,47,48.340055756569186,3,1.6255412539296543 +50680,79994,95,2017,AL,Sen-G,2017_Sen-GS_AL,YouGov,391,FALSE,FALSE,Online Panel,NA,2017-11-30,2017-12-12,12,766,Gordon Douglas Jones,10522,DEM,43,49.96559701049884,Roy S. Moore,10523,REP,49,48.340055756569186,-6,1.6255412539296543 +50669,79983,95,2017,AL,Sen-G,2017_Sen-GS_AL,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2017-12-01,2017-12-12,11,500,Gordon Douglas Jones,10522,DEM,46,49.96559701049884,Roy S. Moore,10523,REP,49,48.340055756569186,-3,1.6255412539296543 +50678,79992,95,2017,AL,Sen-G,2017_Sen-GS_AL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-12-02,2017-12-12,10,1276,Gordon Douglas Jones,10522,DEM,48,49.96559701049884,Roy S. Moore,10523,REP,44,48.340055756569186,4,1.6255412539296543 +50679,79993,95,2017,AL,Sen-G,2017_Sen-GS_AL,Strategy Research,322,FALSE,FALSE,IVR,NA,2017-12-04,2017-12-12,8,3200,Gordon Douglas Jones,10522,DEM,43,49.96559701049884,Roy S. Moore,10523,REP,50,48.340055756569186,-7,1.6255412539296543 +50673,79987,95,2017,AL,Sen-G,2017_Sen-GS_AL,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2017-12-06,2017-12-12,6,1419,Gordon Douglas Jones,10522,DEM,45.77,49.96559701049884,Roy S. Moore,10523,REP,50.88,48.340055756569186,-5.109999999999999,1.6255412539296543 +50675,79989,95,2017,AL,Sen-G,2017_Sen-GS_AL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-12-06,2017-12-12,6,2443,Gordon Douglas Jones,10522,DEM,44,49.96559701049884,Roy S. Moore,10523,REP,51,48.340055756569186,-7,1.6255412539296543 +50677,79991,95,2017,AL,Sen-G,2017_Sen-GS_AL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-12-07,2017-12-12,5,1254,Gordon Douglas Jones,10522,DEM,45,49.96559701049884,Roy S. Moore,10523,REP,49,48.340055756569186,-4,1.6255412539296543 +50668,79982,95,2017,AL,Sen-G,2017_Sen-GS_AL,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2017-12-08,2017-12-12,4,600,Gordon Douglas Jones,10522,DEM,44,49.96559701049884,Roy S. Moore,10523,REP,53,48.340055756569186,-9,1.6255412539296543 +50672,79986,95,2017,AL,Sen-G,2017_Sen-GS_AL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2017-12-08,2017-12-12,4,546,Gordon Douglas Jones,10522,DEM,46,49.96559701049884,Roy S. Moore,10523,REP,46.3,48.340055756569186,-0.29999999999999716,1.6255412539296543 +50659,79956,95,2017,AL,Sen-G,2017_Sen-GS_AL,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2017-12-09,2017-12-12,3,1127,Gordon Douglas Jones,10522,DEM,50,49.96559701049884,Roy S. Moore,10523,REP,40,48.340055756569186,10,1.6255412539296543 +50684,79999,95,2017,AL,Sen-G,2017_Sen-GS_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2017-12-06,2017-12-12,6,2131,Gordon Douglas Jones,10522,DEM,51,49.96559701049884,Roy S. Moore,10523,REP,46,48.340055756569186,5,1.6255412539296543 +50674,79988,95,2017,AL,Sen-G,2017_Sen-GS_AL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-12-10,2017-12-12,2,1556,Gordon Douglas Jones,10522,DEM,45,49.96559701049884,Roy S. Moore,10523,REP,51,48.340055756569186,-6,1.6255412539296543 +53975,86866,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,710,Kyrsten Sinema,12409,DEM,47,49.9557943017429,Martha McSally,12410,REP,44,47.61129854028926,3,2.3444957614536364 +54084,87417,96,2018,AZ,Sen-G,2018_Sen-G_AZ,TargetSmart,332,FALSE,FALSE,Live Phone,DEM,2018-09-10,2018-11-06,57,800,Kyrsten Sinema,12409,DEM,51,49.9557943017429,Martha McSally,12410,REP,46,47.61129854028926,5,2.3444957614536364 +54088,87432,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-09,2018-11-06,58,1016,Kyrsten Sinema,12409,DEM,46.9,49.9557943017429,Martha McSally,12410,REP,44.3,47.61129854028926,2.6000000000000014,2.3444957614536364 +54057,87203,96,2018,AZ,Sen-G,2018_Sen-G_AZ,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,761,Kyrsten Sinema,12409,DEM,50,49.9557943017429,Martha McSally,12410,REP,43,47.61129854028926,7,2.3444957614536364 +55845,89418,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,564,Kyrsten Sinema,12409,DEM,45,49.9557943017429,Martha McSally,12410,REP,43,47.61129854028926,2,2.3444957614536364 +55835,89398,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-20,2018-11-06,47,650,Kyrsten Sinema,12409,DEM,44.5,49.9557943017429,Martha McSally,12410,REP,39,47.61129854028926,5.5,2.3444957614536364 +56184,90216,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Latino Decisions,482,FALSE,FALSE,Live Phone/Online Panel,NA,2018-09-18,2018-11-06,49,463,Kyrsten Sinema,12409,DEM,47,49.9557943017429,Martha McSally,12410,REP,41,47.61129854028926,6,2.3444957614536364 +56007,89807,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-09-29,2018-11-06,38,500,Kyrsten Sinema,12409,DEM,44.6,49.9557943017429,Martha McSally,12410,REP,41.6,47.61129854028926,3,2.3444957614536364 +56027,89853,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-09-30,2018-11-06,37,702,Kyrsten Sinema,12409,DEM,49,49.9557943017429,Martha McSally,12410,REP,52,47.61129854028926,-3,2.3444957614536364 +56125,90083,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone,NA,2018-10-01,2018-11-06,36,600,Kyrsten Sinema,12409,DEM,41,49.9557943017429,Martha McSally,12410,REP,47,47.61129854028926,-6,2.3444957614536364 +56016,89829,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,716,Kyrsten Sinema,12409,DEM,47,49.9557943017429,Martha McSally,12410,REP,45,47.61129854028926,2,2.3444957614536364 +56074,89933,96,2018,AZ,Sen-G,2018_Sen-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,898,Kyrsten Sinema,12409,DEM,47,49.9557943017429,Martha McSally,12410,REP,44,47.61129854028926,3,2.3444957614536364 +56162,90162,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-10-09,2018-11-06,28,783,Kyrsten Sinema,12409,DEM,43.7,49.9557943017429,Martha McSally,12410,REP,43.5,47.61129854028926,0.20000000000000284,2.3444957614536364 +56316,90514,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,600,Kyrsten Sinema,12409,DEM,47.94,49.9557943017429,Martha McSally,12410,REP,39.78,47.61129854028926,8.159999999999997,2.3444957614536364 +56263,90409,96,2018,AZ,Sen-G,2018_Sen-G_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-17,2018-11-06,20,606,Kyrsten Sinema,12409,DEM,45.86,49.9557943017429,Martha McSally,12410,REP,47.65,47.61129854028926,-1.7899999999999991,2.3444957614536364 +56625,91182,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,600,Kyrsten Sinema,12409,DEM,45,49.9557943017429,Martha McSally,12410,REP,52,47.61129854028926,-7,2.3444957614536364 +56497,90884,96,2018,AZ,Sen-G,2018_Sen-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-25,2018-11-06,12,972,Kyrsten Sinema,12409,DEM,47,49.9557943017429,Martha McSally,12410,REP,44,47.61129854028926,3,2.3444957614536364 +56586,91086,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-21,2018-11-06,16,799,Kyrsten Sinema,12409,DEM,46,49.9557943017429,Martha McSally,12410,REP,48,47.61129854028926,-2,2.3444957614536364 +56539,90965,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,506,Kyrsten Sinema,12409,DEM,47,49.9557943017429,Martha McSally,12410,REP,44,47.61129854028926,3,2.3444957614536364 +56522,90927,96,2018,AZ,Sen-G,2018_Sen-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,400,Kyrsten Sinema,12409,DEM,45.3,49.9557943017429,Martha McSally,12410,REP,46.5,47.61129854028926,-1.2000000000000028,2.3444957614536364 +56615,91157,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,643,Kyrsten Sinema,12409,DEM,46,49.9557943017429,Martha McSally,12410,REP,46,47.61129854028926,0,2.3444957614536364 +56600,91126,96,2018,AZ,Sen-G,2018_Sen-G_AZ,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,702,Kyrsten Sinema,12409,DEM,51,49.9557943017429,Martha McSally,12410,REP,47,47.61129854028926,4,2.3444957614536364 +56710,91352,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1400,Kyrsten Sinema,12409,DEM,42.7,49.9557943017429,Martha McSally,12410,REP,47.5,47.61129854028926,-4.799999999999997,2.3444957614536364 +56673,91276,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-29,2018-11-06,8,677,Kyrsten Sinema,12409,DEM,52,49.9557943017429,Martha McSally,12410,REP,48,47.61129854028926,4,2.3444957614536364 +56730,91389,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-10-31,2018-11-06,6,2166,Kyrsten Sinema,12409,DEM,49.8,49.9557943017429,Martha McSally,12410,REP,47.1,47.61129854028926,2.6999999999999957,2.3444957614536364 +56716,91361,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,600,Kyrsten Sinema,12409,DEM,43.5,49.9557943017429,Martha McSally,12410,REP,49.1,47.61129854028926,-5.600000000000001,2.3444957614536364 +56810,91551,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Gravis Marketing,124,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-28,2018-11-06,9,1165,Kyrsten Sinema,12409,DEM,46,49.9557943017429,Martha McSally,12410,REP,47,47.61129854028926,-1,2.3444957614536364 +56765,91458,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,Live Phone,NA,2018-11-02,2018-11-06,4,631,Kyrsten Sinema,12409,DEM,48,49.9557943017429,Martha McSally,12410,REP,49,47.61129854028926,-1,2.3444957614536364 +56779,91492,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-02,2018-11-06,4,758,Kyrsten Sinema,12409,DEM,48.5,49.9557943017429,Martha McSally,12410,REP,47.8,47.61129854028926,0.7000000000000028,2.3444957614536364 +56801,91545,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Kyrsten Sinema,12409,DEM,45,49.9557943017429,Martha McSally,12410,REP,44,47.61129854028926,1,2.3444957614536364 +56829,91590,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-04,2018-11-06,2,600,Kyrsten Sinema,12409,DEM,48.6,49.9557943017429,Martha McSally,12410,REP,44,47.61129854028926,4.600000000000001,2.3444957614536364 +56827,91585,96,2018,AZ,Sen-G,2018_Sen-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-04,2018-11-06,2,1217,Kyrsten Sinema,12409,DEM,45.3,49.9557943017429,Martha McSally,12410,REP,47.4,47.61129854028926,-2.1000000000000014,2.3444957614536364 +54090,87434,97,2018,CA,Sen-G,2018_Sen-G_CA,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-09,2018-11-06,58,1021,Dianne Feinstein,11226,DEM,44.1,54.1638157447196,Kevin de León,11227,DEM,23.8,45.8361842552804,20.3,8.327631489439199 +54119,87517,97,2018,CA,Sen-G,2018_Sen-G_CA,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2018-09-17,2018-11-06,50,500,Dianne Feinstein,11226,DEM,55,54.1638157447196,Kevin de León,11227,DEM,45,45.8361842552804,10,8.327631489439199 +55899,89570,97,2018,CA,Sen-G,2018_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,964,Dianne Feinstein,11226,DEM,40,54.1638157447196,Kevin de León,11227,DEM,29,45.8361842552804,11,8.327631489439199 +56272,90422,97,2018,CA,Sen-G,2018_Sen-G_CA,1st Tuesday Campaigns,465,FALSE,FALSE,Online Panel,NA,2018-10-05,2018-11-06,32,1038,Dianne Feinstein,11226,DEM,43,54.1638157447196,Kevin de León,11227,DEM,30,45.8361842552804,13,8.327631489439199 +56243,90339,97,2018,CA,Sen-G,2018_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-13,2018-11-06,24,762,Dianne Feinstein,11226,DEM,40,54.1638157447196,Kevin de León,11227,DEM,26,45.8361842552804,14,8.327631489439199 +56268,90483,97,2018,CA,Sen-G,2018_Sen-G_CA,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2018-10-01,2018-11-06,36,794,Dianne Feinstein,11226,DEM,44,54.1638157447196,Kevin de León,11227,DEM,31,45.8361842552804,13,8.327631489439199 +56345,90581,97,2018,CA,Sen-G,2018_Sen-G_CA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-18,2018-11-06,19,671,Dianne Feinstein,11226,DEM,40.8,54.1638157447196,Kevin de León,11227,DEM,22.7,45.8361842552804,18.099999999999998,8.327631489439199 +56451,90796,97,2018,CA,Sen-G,2018_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,989,Dianne Feinstein,11226,DEM,43,54.1638157447196,Kevin de León,11227,DEM,27,45.8361842552804,16,8.327631489439199 +56669,91269,97,2018,CA,Sen-G,2018_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-17,2018-11-06,20,2178,Dianne Feinstein,11226,DEM,36,54.1638157447196,Kevin de León,11227,DEM,29,45.8361842552804,7,8.327631489439199 +56595,91106,97,2018,CA,Sen-G,2018_Sen-G_CA,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-10-22,2018-11-06,15,1339,Dianne Feinstein,11226,DEM,45,54.1638157447196,Kevin de León,11227,DEM,36,45.8361842552804,9,8.327631489439199 +56731,91394,97,2018,CA,Sen-G,2018_Sen-G_CA,Probolsky Research,259,FALSE,FALSE,Live Phone/Email,NA,2018-10-27,2018-11-06,10,900,Dianne Feinstein,11226,DEM,40.9,54.1638157447196,Kevin de León,11227,DEM,35.2,45.8361842552804,5.699999999999996,8.327631489439199 +56813,91557,97,2018,CA,Sen-G,2018_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,806,Dianne Feinstein,11226,DEM,50,54.1638157447196,Kevin de León,11227,DEM,36,45.8361842552804,14,8.327631489439199 +56737,91412,97,2018,CA,Sen-G,2018_Sen-G_CA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Dianne Feinstein,11226,DEM,47,54.1638157447196,Kevin de León,11227,DEM,28,45.8361842552804,19,8.327631489439199 +56793,91520,97,2018,CA,Sen-G,2018_Sen-G_CA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,1108,Dianne Feinstein,11226,DEM,42,54.1638157447196,Kevin de León,11227,DEM,32,45.8361842552804,10,8.327631489439199 +56129,90095,98,2018,CT,Sen-G,2018_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-05,2018-11-06,32,767,Christopher Murphy,12436,DEM,57,56.79710709238268,Matthew Corey,12437,REP,42,39.349672637074214,15,17.447434455308468 +56538,90962,98,2018,CT,Sen-G,2018_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,1201,Christopher Murphy,12436,DEM,56,56.79710709238268,Matthew Corey,12437,REP,41,39.349672637074214,15,17.447434455308468 +56596,91110,98,2018,CT,Sen-G,2018_Sen-G_CT,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,780,Christopher Murphy,12436,DEM,55.1,56.79710709238268,Matthew Corey,12437,REP,35.1,39.349672637074214,20,17.447434455308468 +56662,91259,98,2018,CT,Sen-G,2018_Sen-G_CT,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,681,Christopher Murphy,12436,DEM,58,56.79710709238268,Matthew Corey,12437,REP,35,39.349672637074214,23,17.447434455308468 +55877,89526,99,2018,DE,Sen-G,2018_Sen-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2018-09-14,2018-11-06,53,728,Thomas R. Carper,12478,DEM,61,59.950745437196296,Rob Arlett,12479,REP,24,37.81707969531668,37,22.133665741879618 +53966,86850,100,2018,FL,Sen-G,2018_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-09-08,2018-11-06,59,634,Bill Nelson,12413,DEM,44,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,-2,-0.12250297771490182 +53991,86899,100,2018,FL,Sen-G,2018_Sen-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-10,2018-11-06,57,800,Bill Nelson,12413,DEM,45,49.93247256869807,Rick Scott,12414,REP,44,50.05497554641297,1,-0.12250297771490182 +54089,87433,100,2018,FL,Sen-G,2018_Sen-G_FL,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-09,2018-11-06,58,1000,Bill Nelson,12413,DEM,44.6,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,-1.3999999999999986,-0.12250297771490182 +54103,87455,100,2018,FL,Sen-G,2018_Sen-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel,NA,2018-09-15,2018-11-06,52,850,Bill Nelson,12413,DEM,41,49.93247256869807,Rick Scott,12414,REP,42,50.05497554641297,-1,-0.12250297771490182 +55834,89396,100,2018,FL,Sen-G,2018_Sen-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,603,Bill Nelson,12413,DEM,45,49.93247256869807,Rick Scott,12414,REP,45,50.05497554641297,0,-0.12250297771490182 +55868,89506,100,2018,FL,Sen-G,2018_Sen-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,600,Bill Nelson,12413,DEM,48,49.93247256869807,Rick Scott,12414,REP,45,50.05497554641297,3,-0.12250297771490182 +55848,89421,100,2018,FL,Sen-G,2018_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-09-22,2018-11-06,45,888,Bill Nelson,12413,DEM,53,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,7,-0.12250297771490182 +55924,89610,100,2018,FL,Sen-G,2018_Sen-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2018-09-21,2018-11-06,46,622,Bill Nelson,12413,DEM,48,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,2,-0.12250297771490182 +55997,89846,100,2018,FL,Sen-G,2018_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-09-26,2018-11-06,41,815,Bill Nelson,12413,DEM,47,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,1,-0.12250297771490182 +55962,89681,100,2018,FL,Sen-G,2018_Sen-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-09-29,2018-11-06,38,2313,Bill Nelson,12413,DEM,47.4,49.93247256869807,Rick Scott,12414,REP,46.7,50.05497554641297,0.6999999999999957,-0.12250297771490182 +55960,89672,100,2018,FL,Sen-G,2018_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-29,2018-11-06,38,779,Bill Nelson,12413,DEM,48,49.93247256869807,Rick Scott,12414,REP,44,50.05497554641297,4,-0.12250297771490182 +74941,142774,100,2018,FL,Sen-G,2018_Sen-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2018-09-29,2018-11-06,38,1037,Bill Nelson,12413,DEM,45.8,49.93247256869807,Rick Scott,12414,REP,44.6,50.05497554641297,1.1999999999999957,-0.12250297771490182 +55983,89717,100,2018,FL,Sen-G,2018_Sen-G_FL,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,800,Bill Nelson,12413,DEM,45,49.93247256869807,Rick Scott,12414,REP,44,50.05497554641297,1,-0.12250297771490182 +56295,90475,100,2018,FL,Sen-G,2018_Sen-G_FL,KFF,419,TRUE,FALSE,Live Phone,NA,2018-09-25,2018-11-06,42,522,Bill Nelson,12413,DEM,48,49.93247256869807,Rick Scott,12414,REP,45,50.05497554641297,3,-0.12250297771490182 +56084,89946,100,2018,FL,Sen-G,2018_Sen-G_FL,Florida Southern College Center for Polling and Policy Research,411,FALSE,FALSE,Live Phone,NA,2018-10-03,2018-11-06,34,476,Bill Nelson,12413,DEM,44.48,49.93247256869807,Rick Scott,12414,REP,45.97,50.05497554641297,-1.490000000000002,-0.12250297771490182 +56267,90420,100,2018,FL,Sen-G,2018_Sen-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-10-15,2018-11-06,22,1974,Bill Nelson,12413,DEM,47.2,49.93247256869807,Rick Scott,12414,REP,48.6,50.05497554641297,-1.3999999999999986,-0.12250297771490182 +56360,90598,100,2018,FL,Sen-G,2018_Sen-G_FL,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2018-10-16,2018-11-06,21,2200,Bill Nelson,12413,DEM,46,49.93247256869807,Rick Scott,12414,REP,51,50.05497554641297,-5,-0.12250297771490182 +56335,90561,100,2018,FL,Sen-G,2018_Sen-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,DEM,2018-10-19,2018-11-06,18,600,Bill Nelson,12413,DEM,45,49.93247256869807,Rick Scott,12414,REP,47,50.05497554641297,-2,-0.12250297771490182 +56334,90559,100,2018,FL,Sen-G,2018_Sen-G_FL,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-18,2018-11-06,19,759,Bill Nelson,12413,DEM,50,49.93247256869807,Rick Scott,12414,REP,45,50.05497554641297,5,-0.12250297771490182 +56344,90578,100,2018,FL,Sen-G,2018_Sen-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-10-20,2018-11-06,17,1575,Bill Nelson,12413,DEM,48.3,49.93247256869807,Rick Scott,12414,REP,48.6,50.05497554641297,-0.30000000000000426,-0.12250297771490182 +56365,90606,100,2018,FL,Sen-G,2018_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-20,2018-11-06,17,665,Bill Nelson,12413,DEM,49,49.93247256869807,Rick Scott,12414,REP,41,50.05497554641297,8,-0.12250297771490182 +56390,90651,100,2018,FL,Sen-G,2018_Sen-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel,NA,2018-10-20,2018-11-06,17,704,Bill Nelson,12413,DEM,40.6,49.93247256869807,Rick Scott,12414,REP,42.3,50.05497554641297,-1.6999999999999957,-0.12250297771490182 +56353,90589,100,2018,FL,Sen-G,2018_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-19,2018-11-06,18,1161,Bill Nelson,12413,DEM,52,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,6,-0.12250297771490182 +56429,90710,100,2018,FL,Sen-G,2018_Sen-G_FL,Saint Leo University Polling Institute,299,FALSE,FALSE,Online Panel,NA,2018-10-19,2018-11-06,18,698,Bill Nelson,12413,DEM,46.6,49.93247256869807,Rick Scott,12414,REP,38.4,50.05497554641297,8.200000000000003,-0.12250297771490182 +56419,90691,100,2018,FL,Sen-G,2018_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-22,2018-11-06,15,773,Bill Nelson,12413,DEM,49,49.93247256869807,Rick Scott,12414,REP,45,50.05497554641297,4,-0.12250297771490182 +56466,90818,100,2018,FL,Sen-G,2018_Sen-G_FL,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,800,Bill Nelson,12413,DEM,46,49.93247256869807,Rick Scott,12414,REP,45,50.05497554641297,1,-0.12250297771490182 +56587,91087,100,2018,FL,Sen-G,2018_Sen-G_FL,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-21,2018-11-06,16,1069,Bill Nelson,12413,DEM,49,49.93247256869807,Rick Scott,12414,REP,44,50.05497554641297,5,-0.12250297771490182 +56498,90886,100,2018,FL,Sen-G,2018_Sen-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-25,2018-11-06,12,991,Bill Nelson,12413,DEM,46,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,0,-0.12250297771490182 +56537,90956,100,2018,FL,Sen-G,2018_Sen-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,1051,Bill Nelson,12413,DEM,47,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,1,-0.12250297771490182 +56450,90791,100,2018,FL,Sen-G,2018_Sen-G_FL,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,737,Bill Nelson,12413,DEM,47.89,49.93247256869807,Rick Scott,12414,REP,44.36,50.05497554641297,3.530000000000001,-0.12250297771490182 +56554,90991,100,2018,FL,Sen-G,2018_Sen-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,500,Bill Nelson,12413,DEM,45,49.93247256869807,Rick Scott,12414,REP,43.2,50.05497554641297,1.7999999999999972,-0.12250297771490182 +56610,91144,100,2018,FL,Sen-G,2018_Sen-G_FL,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,495,Bill Nelson,12413,DEM,50.1,49.93247256869807,Rick Scott,12414,REP,48.3,50.05497554641297,1.8000000000000043,-0.12250297771490182 +56640,91217,100,2018,FL,Sen-G,2018_Sen-G_FL,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,781,Bill Nelson,12413,DEM,49,49.93247256869807,Rick Scott,12414,REP,47,50.05497554641297,2,-0.12250297771490182 +56711,91353,100,2018,FL,Sen-G,2018_Sen-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1400,Bill Nelson,12413,DEM,43.4,49.93247256869807,Rick Scott,12414,REP,44.3,50.05497554641297,-0.8999999999999986,-0.12250297771490182 +56638,91210,100,2018,FL,Sen-G,2018_Sen-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-10-29,2018-11-06,8,2543,Bill Nelson,12413,DEM,49.4,49.93247256869807,Rick Scott,12414,REP,47.2,50.05497554641297,2.1999999999999957,-0.12250297771490182 +74940,142773,100,2018,FL,Sen-G,2018_Sen-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2018-10-29,2018-11-06,8,1193,Bill Nelson,12413,DEM,47.3,49.93247256869807,Rick Scott,12414,REP,46.9,50.05497554641297,0.3999999999999986,-0.12250297771490182 +56674,91277,100,2018,FL,Sen-G,2018_Sen-G_FL,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-29,2018-11-06,8,696,Bill Nelson,12413,DEM,50,49.93247256869807,Rick Scott,12414,REP,50,50.05497554641297,0,-0.12250297771490182 +56631,91193,100,2018,FL,Sen-G,2018_Sen-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-10-30,2018-11-06,7,2470,Bill Nelson,12413,DEM,49.3,49.93247256869807,Rick Scott,12414,REP,47.4,50.05497554641297,1.8999999999999986,-0.12250297771490182 +56706,91342,100,2018,FL,Sen-G,2018_Sen-G_FL,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2018-10-30,2018-11-06,7,558,Bill Nelson,12413,DEM,45,49.93247256869807,Rick Scott,12414,REP,49,50.05497554641297,-4,-0.12250297771490182 +69584,129671,100,2018,FL,Sen-G,2018_Sen-G_FL,MWR Strategies,617,FALSE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,1005,Bill Nelson,12413,DEM,40.5,49.93247256869807,Rick Scott,12414,REP,42.8,50.05497554641297,-2.299999999999997,-0.12250297771490182 +56717,91362,100,2018,FL,Sen-G,2018_Sen-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,600,Bill Nelson,12413,DEM,45.5,49.93247256869807,Rick Scott,12414,REP,48.1,50.05497554641297,-2.6000000000000014,-0.12250297771490182 +56701,91331,100,2018,FL,Sen-G,2018_Sen-G_FL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-11-01,2018-11-06,5,1236,Bill Nelson,12413,DEM,50,49.93247256869807,Rick Scott,12414,REP,48,50.05497554641297,2,-0.12250297771490182 +56703,91334,100,2018,FL,Sen-G,2018_Sen-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-11-01,2018-11-06,5,2733,Bill Nelson,12413,DEM,47.5,49.93247256869807,Rick Scott,12414,REP,49.1,50.05497554641297,-1.6000000000000014,-0.12250297771490182 +56769,91477,100,2018,FL,Sen-G,2018_Sen-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,595,Bill Nelson,12413,DEM,50,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,4,-0.12250297771490182 +56756,91440,100,2018,FL,Sen-G,2018_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,753,Bill Nelson,12413,DEM,50,49.93247256869807,Rick Scott,12414,REP,47,50.05497554641297,3,-0.12250297771490182 +56780,91493,100,2018,FL,Sen-G,2018_Sen-G_FL,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-02,2018-11-06,4,784,Bill Nelson,12413,DEM,49.9,49.93247256869807,Rick Scott,12414,REP,44.9,50.05497554641297,5,-0.12250297771490182 +56802,91546,100,2018,FL,Sen-G,2018_Sen-G_FL,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Bill Nelson,12413,DEM,47,49.93247256869807,Rick Scott,12414,REP,46,50.05497554641297,1,-0.12250297771490182 +56771,91481,100,2018,FL,Sen-G,2018_Sen-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-11-03,2018-11-06,3,3088,Bill Nelson,12413,DEM,49.9,49.93247256869807,Rick Scott,12414,REP,46.2,50.05497554641297,3.6999999999999957,-0.12250297771490182 +56770,91479,100,2018,FL,Sen-G,2018_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,1142,Bill Nelson,12413,DEM,51,49.93247256869807,Rick Scott,12414,REP,44,50.05497554641297,7,-0.12250297771490182 +56830,91591,100,2018,FL,Sen-G,2018_Sen-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-04,2018-11-06,2,600,Bill Nelson,12413,DEM,47.6,49.93247256869807,Rick Scott,12414,REP,48.2,50.05497554641297,-0.6000000000000014,-0.12250297771490182 +56825,91583,100,2018,FL,Sen-G,2018_Sen-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-04,2018-11-06,2,1484,Bill Nelson,12413,DEM,47.3,49.93247256869807,Rick Scott,12414,REP,49,50.05497554641297,-1.7000000000000028,-0.12250297771490182 +53978,86872,102,2018,IN,Sen-G,2018_Sen-G_IN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,677,Joe Donnelly,11128,DEM,43,44.8422279321728,Mike Braun,11129,REP,45,50.7323997345092,-2,-5.890171802336404 +55878,89531,102,2018,IN,Sen-G,2018_Sen-G_IN,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-16,2018-11-06,51,1181,Joe Donnelly,11128,DEM,45.6,44.8422279321728,Mike Braun,11129,REP,43.4,50.7323997345092,2.200000000000003,-5.890171802336404 +56018,89830,102,2018,IN,Sen-G,2018_Sen-G_IN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,695,Joe Donnelly,11128,DEM,43,44.8422279321728,Mike Braun,11129,REP,41,50.7323997345092,2,-5.890171802336404 +56349,90585,102,2018,IN,Sen-G,2018_Sen-G_IN,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2018-10-02,2018-11-06,35,800,Joe Donnelly,11128,DEM,39,44.8422279321728,Mike Braun,11129,REP,43,50.7323997345092,-4,-5.890171802336404 +56348,90584,102,2018,IN,Sen-G,2018_Sen-G_IN,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2018-10-09,2018-11-06,28,800,Joe Donnelly,11128,DEM,40,44.8422279321728,Mike Braun,11129,REP,44,50.7323997345092,-4,-5.890171802336404 +56297,90471,102,2018,IN,Sen-G,2018_Sen-G_IN,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-14,2018-11-06,23,783,Joe Donnelly,11128,DEM,55,44.8422279321728,Mike Braun,11129,REP,45,50.7323997345092,10,-5.890171802336404 +56280,90438,102,2018,IN,Sen-G,2018_Sen-G_IN,Gravis Marketing,124,FALSE,FALSE,Online Panel,NA,2018-10-14,2018-11-06,23,377,Joe Donnelly,11128,DEM,44,44.8422279321728,Mike Braun,11129,REP,40,50.7323997345092,4,-5.890171802336404 +56359,90595,102,2018,IN,Sen-G,2018_Sen-G_IN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-14,2018-11-06,23,816,Joe Donnelly,11128,DEM,41,44.8422279321728,Mike Braun,11129,REP,40,50.7323997345092,1,-5.890171802336404 +56347,90583,102,2018,IN,Sen-G,2018_Sen-G_IN,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2018-10-16,2018-11-06,21,800,Joe Donnelly,11128,DEM,40,44.8422279321728,Mike Braun,11129,REP,44,50.7323997345092,-4,-5.890171802336404 +56375,90632,102,2018,IN,Sen-G,2018_Sen-G_IN,Mason Strategies,464,FALSE,TRUE,Live Phone,NA,2018-10-17,2018-11-06,20,600,Joe Donnelly,11128,DEM,43,44.8422279321728,Mike Braun,11129,REP,47,50.7323997345092,-4,-5.890171802336404 +56499,90885,102,2018,IN,Sen-G,2018_Sen-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-25,2018-11-06,12,975,Joe Donnelly,11128,DEM,43,44.8422279321728,Mike Braun,11129,REP,46,50.7323997345092,-3,-5.890171802336404 +56557,90994,102,2018,IN,Sen-G,2018_Sen-G_IN,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,505,Joe Donnelly,11128,DEM,46.2,44.8422279321728,Mike Braun,11129,REP,49.1,50.7323997345092,-2.8999999999999986,-5.890171802336404 +56612,91148,102,2018,IN,Sen-G,2018_Sen-G_IN,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,496,Joe Donnelly,11128,DEM,45,44.8422279321728,Mike Braun,11129,REP,42,50.7323997345092,3,-5.890171802336404 +56713,91354,102,2018,IN,Sen-G,2018_Sen-G_IN,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1400,Joe Donnelly,11128,DEM,41.6,44.8422279321728,Mike Braun,11129,REP,42.1,50.7323997345092,-0.5,-5.890171802336404 +56618,91163,102,2018,IN,Sen-G,2018_Sen-G_IN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,722,Joe Donnelly,11128,DEM,45,44.8422279321728,Mike Braun,11129,REP,38,50.7323997345092,7,-5.890171802336404 +56719,91363,102,2018,IN,Sen-G,2018_Sen-G_IN,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,600,Joe Donnelly,11128,DEM,44.4,44.8422279321728,Mike Braun,11129,REP,42,50.7323997345092,2.3999999999999986,-5.890171802336404 +56832,91592,102,2018,IN,Sen-G,2018_Sen-G_IN,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-04,2018-11-06,2,600,Joe Donnelly,11128,DEM,41.8,44.8422279321728,Mike Braun,11129,REP,42.9,50.7323997345092,-1.1000000000000014,-5.890171802336404 +56161,90151,103,2018,ME,Sen-G,2018_Sen-G_ME,Wick,284,FALSE,FALSE,IVR/Online Panel,REP,2018-09-29,2018-11-06,38,750,Zak Ringelstein,11393,DEM,8,10.445627347657425,Eric L. Brakey,11394,REP,36,35.22995417782535,-28,-24.784326830167924 +56319,90518,103,2018,ME,Sen-G,2018_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,500,Zak Ringelstein,11393,DEM,8.2,10.445627347657425,Eric L. Brakey,11394,REP,29.6,35.22995417782535,-21.400000000000002,-24.784326830167924 +56313,90510,103,2018,ME,Sen-G,2018_Sen-G_ME,Digital Research,64,FALSE,FALSE,Live Phone/Online Panel,REP,2018-10-12,2018-11-06,25,600,Zak Ringelstein,11393,DEM,7,10.445627347657425,Eric L. Brakey,11394,REP,27,35.22995417782535,-20,-24.784326830167924 +56597,91111,103,2018,ME,Sen-G,2018_Sen-G_ME,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,883,Zak Ringelstein,11393,DEM,5.8,10.445627347657425,Eric L. Brakey,11394,REP,37.2,35.22995417782535,-31.400000000000002,-24.784326830167924 +54087,87424,104,2018,MD,Sen-G,2018_Sen-G_MD,Goucher College Sarah T. Hughes Center for Politics,414,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,472,Benjamin L. Cardin,12578,DEM,56,64.85591261143473,Tony Campbell,12579,REP,17,30.30654957695784,39,34.5493630344769 +56124,90259,104,2018,MD,Sen-G,2018_Sen-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,IND,2018-10-03,2018-11-06,34,806,Benjamin L. Cardin,12578,DEM,49.4,64.85591261143473,Tony Campbell,12579,REP,21.5,30.30654957695784,27.9,34.5493630344769 +54094,87438,105,2018,MA,Sen-G,2018_Sen-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-09-15,2018-11-06,52,500,Elizabeth Warren,12480,DEM,53.8,60.33678230129031,Geoff Diehl,12481,REP,24.4,36.17205190813752,29.4,24.164730393152794 +55850,89425,105,2018,MA,Sen-G,2018_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2018-09-19,2018-11-06,48,506,Elizabeth Warren,12480,DEM,56,60.33678230129031,Geoff Diehl,12481,REP,30,36.17205190813752,26,24.164730393152794 +56133,90098,105,2018,MA,Sen-G,2018_Sen-G_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2018-10-04,2018-11-06,33,485,Elizabeth Warren,12480,DEM,56,60.33678230129031,Geoff Diehl,12481,REP,31,36.17205190813752,25,24.164730393152794 +56585,91085,105,2018,MA,Sen-G,2018_Sen-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2018-10-18,2018-11-06,19,402,Elizabeth Warren,12480,DEM,57,60.33678230129031,Geoff Diehl,12481,REP,27,36.17205190813752,30,24.164730393152794 +56606,91139,105,2018,MA,Sen-G,2018_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,502,Elizabeth Warren,12480,DEM,54,60.33678230129031,Geoff Diehl,12481,REP,32,36.17205190813752,22,24.164730393152794 +56512,90913,105,2018,MA,Sen-G,2018_Sen-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,500,Elizabeth Warren,12480,DEM,55.6,60.33678230129031,Geoff Diehl,12481,REP,34.4,36.17205190813752,21.200000000000003,24.164730393152794 +53933,86748,106,2018,MI,Sen-G,2018_Sen-G_MI,Strategic National,318,FALSE,FALSE,IVR,NA,2018-09-08,2018-11-06,59,1000,Debbie Stabenow,11408,DEM,53,52.261892147091835,John James,11409,REP,35,45.7562898384361,18,6.505602308655732 +54146,87640,106,2018,MI,Sen-G,2018_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2018-09-12,2018-11-06,55,1009,Debbie Stabenow,11408,DEM,54,52.261892147091835,John James,11409,REP,41,45.7562898384361,13,6.505602308655732 +54082,87280,106,2018,MI,Sen-G,2018_Sen-G_MI,Target Insyght,330,FALSE,FALSE,IVR,NA,2018-09-12,2018-11-06,55,800,Debbie Stabenow,11408,DEM,55,52.261892147091835,John James,11409,REP,40,45.7562898384361,15,6.505602308655732 +55873,89527,106,2018,MI,Sen-G,2018_Sen-G_MI,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-18,2018-11-06,49,1150,Debbie Stabenow,11408,DEM,54.7,52.261892147091835,John James,11409,REP,35.4,45.7562898384361,19.300000000000004,6.505602308655732 +55897,89579,106,2018,MI,Sen-G,2018_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,600,Debbie Stabenow,11408,DEM,56,52.261892147091835,John James,11409,REP,33,45.7562898384361,23,6.505602308655732 +56022,89845,106,2018,MI,Sen-G,2018_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,600,Debbie Stabenow,11408,DEM,52.7,52.261892147091835,John James,11409,REP,34.7,45.7562898384361,18,6.505602308655732 +56153,90141,106,2018,MI,Sen-G,2018_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,REP,2018-10-04,2018-11-06,33,654,Debbie Stabenow,11408,DEM,50.5,52.261892147091835,John James,11409,REP,41.7,45.7562898384361,8.799999999999997,6.505602308655732 +56362,90713,106,2018,MI,Sen-G,2018_Sen-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,600,Debbie Stabenow,11408,DEM,53,52.261892147091835,John James,11409,REP,37,45.7562898384361,16,6.505602308655732 +56379,90637,106,2018,MI,Sen-G,2018_Sen-G_MI,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2018-10-21,2018-11-06,16,605,Debbie Stabenow,11408,DEM,48,52.261892147091835,John James,11409,REP,41,45.7562898384361,7,6.505602308655732 +56485,90859,106,2018,MI,Sen-G,2018_Sen-G_MI,Michigan State University Institute for Public Policy and Social Research,463,TRUE,FALSE,Live Phone,NA,2018-10-17,2018-11-06,20,169,Debbie Stabenow,11408,DEM,49,52.261892147091835,John James,11409,REP,42,45.7562898384361,7,6.505602308655732 +56452,90800,106,2018,MI,Sen-G,2018_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,600,Debbie Stabenow,11408,DEM,49,52.261892147091835,John James,11409,REP,42,45.7562898384361,7,6.505602308655732 +56743,91420,106,2018,MI,Sen-G,2018_Sen-G_MI,Target Insyght,330,FALSE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,800,Debbie Stabenow,11408,DEM,53,52.261892147091835,John James,11409,REP,43,45.7562898384361,10,6.505602308655732 +56488,90863,106,2018,MI,Sen-G,2018_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2018-10-25,2018-11-06,12,400,Debbie Stabenow,11408,DEM,52,52.261892147091835,John James,11409,REP,46,45.7562898384361,6,6.505602308655732 +56507,90904,106,2018,MI,Sen-G,2018_Sen-G_MI,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-25,2018-11-06,12,822,Debbie Stabenow,11408,DEM,51.9,52.261892147091835,John James,11409,REP,42.5,45.7562898384361,9.399999999999999,6.505602308655732 +56520,90929,106,2018,MI,Sen-G,2018_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,600,Debbie Stabenow,11408,DEM,53,52.261892147091835,John James,11409,REP,36.3,45.7562898384361,16.700000000000003,6.505602308655732 +56620,91171,106,2018,MI,Sen-G,2018_Sen-G_MI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-29,2018-11-06,8,764,Debbie Stabenow,11408,DEM,54,52.261892147091835,John James,11409,REP,41,45.7562898384361,13,6.505602308655732 +56738,91413,106,2018,MI,Sen-G,2018_Sen-G_MI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Debbie Stabenow,11408,DEM,52,52.261892147091835,John James,11409,REP,36,45.7562898384361,16,6.505602308655732 +56772,91482,106,2018,MI,Sen-G,2018_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2018-11-04,2018-11-06,2,701,Debbie Stabenow,11408,DEM,53,52.261892147091835,John James,11409,REP,46,45.7562898384361,7,6.505602308655732 +56811,91553,106,2018,MI,Sen-G,2018_Sen-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,880,Debbie Stabenow,11408,DEM,49,52.261892147091835,John James,11409,REP,47,45.7562898384361,2,6.505602308655732 +56815,91569,106,2018,MI,Sen-G,2018_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2018-11-05,2018-11-06,1,827,Debbie Stabenow,11408,DEM,49,52.261892147091835,John James,11409,REP,46,45.7562898384361,3,6.505602308655732 +56814,91558,106,2018,MI,Sen-G,2018_Sen-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-04,2018-11-06,2,1817,Debbie Stabenow,11408,DEM,52.8,52.261892147091835,John James,11409,REP,43.8,45.7562898384361,9,6.505602308655732 +53984,86887,107,2018,MN,Sen-G,2018_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-09-07,2018-11-06,60,574,Amy Klobuchar,12373,DEM,53,60.30985656243514,Jim Newberger,12374,REP,38,36.21412472433255,15,24.095731838102587 +54046,87184,107,2018,MN,Sen-G,2018_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-09-11,2018-11-06,56,800,Amy Klobuchar,12373,DEM,60,60.30985656243514,Jim Newberger,12374,REP,30,36.21412472433255,30,24.095731838102587 +56149,90131,107,2018,MN,Sen-G,2018_Sen-G_MN,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-02,2018-11-06,35,637,Amy Klobuchar,12373,DEM,60,60.30985656243514,Jim Newberger,12374,REP,32,36.21412472433255,28,24.095731838102587 +56196,90243,107,2018,MN,Sen-G,2018_Sen-G_MN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-12,2018-11-06,25,1413,Amy Klobuchar,12373,DEM,50,60.30985656243514,Jim Newberger,12374,REP,41,36.21412472433255,9,24.095731838102587 +56330,90566,107,2018,MN,Sen-G,2018_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,800,Amy Klobuchar,12373,DEM,56,60.30985656243514,Jim Newberger,12374,REP,33,36.21412472433255,23,24.095731838102587 +66738,124507,107,2018,MN,Sen-G,2018_Sen-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,420,Amy Klobuchar,12373,DEM,54,60.30985656243514,Jim Newberger,12374,REP,28,36.21412472433255,26,24.095731838102587 +56652,91459,107,2018,MN,Sen-G,2018_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-30,2018-11-06,7,600,Amy Klobuchar,12373,DEM,57,60.30985656243514,Jim Newberger,12374,REP,34,36.21412472433255,23,24.095731838102587 +56739,91414,107,2018,MN,Sen-G,2018_Sen-G_MN,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Amy Klobuchar,12373,DEM,53,60.30985656243514,Jim Newberger,12374,REP,33,36.21412472433255,20,24.095731838102587 +56797,91537,107,2018,MN,Sen-G,2018_Sen-G_MN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,953,Amy Klobuchar,12373,DEM,55,60.30985656243514,Jim Newberger,12374,REP,40,36.21412472433255,15,24.095731838102587 +55975,89700,108,2018,MS,Sen-G,2018_Sen-G_MS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2018-09-17,2018-11-06,50,985,David Baria,11416,DEM,29,39.47458649989586,Roger F. Wicker,11417,REP,43,58.492867557131646,-14,-19.01828105723579 +56373,90626,108,2018,MS,Sen-G,2018_Sen-G_MS,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,511,David Baria,11416,DEM,31,39.47458649989586,Roger F. Wicker,11417,REP,57,58.492867557131646,-26,-19.01828105723579 +56806,91534,108,2018,MS,Sen-G,2018_Sen-G_MS,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,1003,David Baria,11416,DEM,40,39.47458649989586,Roger F. Wicker,11417,REP,48,58.492867557131646,-8,-19.01828105723579 +53979,86877,109,2018,MO,Sen-G,2018_Sen-G_MO,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,675,Claire McCaskill,11410,DEM,44,45.56934089290825,Josh Hawley,11411,REP,41,51.38323105905977,3,-5.813890166151516 +54064,87217,109,2018,MO,Sen-G,2018_Sen-G_MO,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-09-12,2018-11-06,55,1724,Claire McCaskill,11410,DEM,44,45.56934089290825,Josh Hawley,11411,REP,47,51.38323105905977,-3,-5.813890166151516 +54048,87182,109,2018,MO,Sen-G,2018_Sen-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-09-12,2018-11-06,55,917,Claire McCaskill,11410,DEM,45,45.56934089290825,Josh Hawley,11411,REP,45,51.38323105905977,0,-5.813890166151516 +55933,89625,109,2018,MO,Sen-G,2018_Sen-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2018-09-26,2018-11-06,41,1555,Claire McCaskill,11410,DEM,46,45.56934089290825,Josh Hawley,11411,REP,48,51.38323105905977,-2,-5.813890166151516 +55957,89669,109,2018,MO,Sen-G,2018_Sen-G_MO,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-27,2018-11-06,40,756,Claire McCaskill,11410,DEM,47,45.56934089290825,Josh Hawley,11411,REP,44,51.38323105905977,3,-5.813890166151516 +56028,89854,109,2018,MO,Sen-G,2018_Sen-G_MO,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-09-30,2018-11-06,37,869,Claire McCaskill,11410,DEM,49,45.56934089290825,Josh Hawley,11411,REP,51,51.38323105905977,-2,-5.813890166151516 +56019,89831,109,2018,MO,Sen-G,2018_Sen-G_MO,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,683,Claire McCaskill,11410,DEM,43,45.56934089290825,Josh Hawley,11411,REP,43,51.38323105905977,0,-5.813890166151516 +56034,89869,109,2018,MO,Sen-G,2018_Sen-G_MO,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2018-10-01,2018-11-06,36,600,Claire McCaskill,11410,DEM,44,45.56934089290825,Josh Hawley,11411,REP,52,51.38323105905977,-8,-5.813890166151516 +56155,90143,109,2018,MO,Sen-G,2018_Sen-G_MO,1st Tuesday Campaigns,465,FALSE,FALSE,Online Panel,NA,2018-10-05,2018-11-06,32,1052,Claire McCaskill,11410,DEM,42,45.56934089290825,Josh Hawley,11411,REP,44,51.38323105905977,-2,-5.813890166151516 +56137,90101,109,2018,MO,Sen-G,2018_Sen-G_MO,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-02,2018-11-06,35,1111,Claire McCaskill,11410,DEM,44,45.56934089290825,Josh Hawley,11411,REP,45.2,51.38323105905977,-1.2000000000000028,-5.813890166151516 +56225,90302,109,2018,MO,Sen-G,2018_Sen-G_MO,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2018-10-12,2018-11-06,25,600,Claire McCaskill,11410,DEM,47,45.56934089290825,Josh Hawley,11411,REP,50,51.38323105905977,-3,-5.813890166151516 +56325,90542,109,2018,MO,Sen-G,2018_Sen-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2018-10-17,2018-11-06,20,1215,Claire McCaskill,11410,DEM,46,45.56934089290825,Josh Hawley,11411,REP,47,51.38323105905977,-1,-5.813890166151516 +56417,90688,109,2018,MO,Sen-G,2018_Sen-G_MO,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2018-10-17,2018-11-06,20,800,Claire McCaskill,11410,DEM,42,45.56934089290825,Josh Hawley,11411,REP,49,51.38323105905977,-7,-5.813890166151516 +56493,90872,109,2018,MO,Sen-G,2018_Sen-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2018-10-24,2018-11-06,13,1376,Claire McCaskill,11410,DEM,45,45.56934089290825,Josh Hawley,11411,REP,49,51.38323105905977,-4,-5.813890166151516 +56558,90995,109,2018,MO,Sen-G,2018_Sen-G_MO,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,501,Claire McCaskill,11410,DEM,46.4,45.56934089290825,Josh Hawley,11411,REP,49.4,51.38323105905977,-3,-5.813890166151516 +56714,91355,109,2018,MO,Sen-G,2018_Sen-G_MO,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1400,Claire McCaskill,11410,DEM,46,45.56934089290825,Josh Hawley,11411,REP,44.1,51.38323105905977,1.8999999999999986,-5.813890166151516 +56619,91167,109,2018,MO,Sen-G,2018_Sen-G_MO,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,741,Claire McCaskill,11410,DEM,43,45.56934089290825,Josh Hawley,11411,REP,43,51.38323105905977,0,-5.813890166151516 +56773,91475,109,2018,MO,Sen-G,2018_Sen-G_MO,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-31,2018-11-06,6,600,Claire McCaskill,11410,DEM,47,45.56934089290825,Josh Hawley,11411,REP,44,51.38323105905977,3,-5.813890166151516 +56720,91364,109,2018,MO,Sen-G,2018_Sen-G_MO,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,600,Claire McCaskill,11410,DEM,45.3,45.56934089290825,Josh Hawley,11411,REP,46.2,51.38323105905977,-0.9000000000000057,-5.813890166151516 +56695,91314,109,2018,MO,Sen-G,2018_Sen-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2018-11-01,2018-11-06,5,1424,Claire McCaskill,11410,DEM,47,45.56934089290825,Josh Hawley,11411,REP,47,51.38323105905977,0,-5.813890166151516 +56782,91490,109,2018,MO,Sen-G,2018_Sen-G_MO,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-02,2018-11-06,4,732,Claire McCaskill,11410,DEM,45.6,45.56934089290825,Josh Hawley,11411,REP,49,51.38323105905977,-3.3999999999999986,-5.813890166151516 +56764,91457,109,2018,MO,Sen-G,2018_Sen-G_MO,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-01,2018-11-06,5,1791,Claire McCaskill,11410,DEM,44.4,45.56934089290825,Josh Hawley,11411,REP,48.3,51.38323105905977,-3.8999999999999986,-5.813890166151516 +56833,91593,109,2018,MO,Sen-G,2018_Sen-G_MO,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-04,2018-11-06,2,600,Claire McCaskill,11410,DEM,44.7,45.56934089290825,Josh Hawley,11411,REP,45.5,51.38323105905977,-0.7999999999999972,-5.813890166151516 +54049,87183,110,2018,MT,Sen-G,2018_Sen-G_MT,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-09-12,2018-11-06,55,453,Jon Tester,11140,DEM,47,50.33387260499936,Matt Rosendale,11141,REP,45,46.78241181322168,2,3.5514607917776786 +55928,89615,110,2018,MT,Sen-G,2018_Sen-G_MT,Benenson Strategy Group/GS Strategy Group/AARP Research,606,TRUE,FALSE,Live Phone,NA,2018-09-11,2018-11-06,56,950,Jon Tester,11140,DEM,50,50.33387260499936,Matt Rosendale,11141,REP,43,46.78241181322168,7,3.5514607917776786 +54138,87624,110,2018,MT,Sen-G,2018_Sen-G_MT,Axis Research,467,FALSE,FALSE,Live Phone,REP,2018-09-18,2018-11-06,49,480,Jon Tester,11140,DEM,44,50.33387260499936,Matt Rosendale,11141,REP,44,46.78241181322168,0,3.5514607917776786 +55846,89414,110,2018,MT,Sen-G,2018_Sen-G_MT,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-09-21,2018-11-06,46,710,Jon Tester,11140,DEM,49,50.33387260499936,Matt Rosendale,11141,REP,45,46.78241181322168,4,3.5514607917776786 +55955,89665,110,2018,MT,Sen-G,2018_Sen-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-28,2018-11-06,39,594,Jon Tester,11140,DEM,49,50.33387260499936,Matt Rosendale,11141,REP,45,46.78241181322168,4,3.5514607917776786 +56378,90636,110,2018,MT,Sen-G,2018_Sen-G_MT,Montana State University Bozeman Human Ecology Learning and Problem Solving Lab,486,FALSE,FALSE,Mail,NA,2018-09-25,2018-11-06,42,2079,Jon Tester,11140,DEM,46.2,50.33387260499936,Matt Rosendale,11141,REP,43.1,46.78241181322168,3.1000000000000014,3.5514607917776786 +56394,90655,110,2018,MT,Sen-G,2018_Sen-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,471,Jon Tester,11140,DEM,47,50.33387260499936,Matt Rosendale,11141,REP,38,46.78241181322168,9,3.5514607917776786 +56483,90850,110,2018,MT,Sen-G,2018_Sen-G_MT,University of Montana Social Science Research Laboratory,499,FALSE,FALSE,Live Phone,NA,2018-10-14,2018-11-06,23,533,Jon Tester,11140,DEM,48.9,50.33387260499936,Matt Rosendale,11141,REP,38.8,46.78241181322168,10.100000000000001,3.5514607917776786 +56546,90981,110,2018,MT,Sen-G,2018_Sen-G_MT,Gravis Marketing,124,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-25,2018-11-06,12,782,Jon Tester,11140,DEM,48,50.33387260499936,Matt Rosendale,11141,REP,45,46.78241181322168,3,3.5514607917776786 +56655,91241,110,2018,MT,Sen-G,2018_Sen-G_MT,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-29,2018-11-06,8,500,Jon Tester,11140,DEM,48.5,50.33387260499936,Matt Rosendale,11141,REP,41.8,46.78241181322168,6.700000000000003,3.5514607917776786 +73033,136966,110,2018,MT,Sen-G,2018_Sen-G_MT,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-28,2018-11-06,9,700,Jon Tester,11140,DEM,48,50.33387260499936,Matt Rosendale,11141,REP,41,46.78241181322168,7,3.5514607917776786 +56762,91446,110,2018,MT,Sen-G,2018_Sen-G_MT,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,879,Jon Tester,11140,DEM,46,50.33387260499936,Matt Rosendale,11141,REP,49,46.78241181322168,-3,3.5514607917776786 +56834,91594,110,2018,MT,Sen-G,2018_Sen-G_MT,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-03,2018-11-06,3,500,Jon Tester,11140,DEM,49.9,50.33387260499936,Matt Rosendale,11141,REP,42.1,46.78241181322168,7.799999999999997,3.5514607917776786 +56816,91570,110,2018,MT,Sen-G,2018_Sen-G_MT,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-04,2018-11-06,2,953,Jon Tester,11140,DEM,50.1,50.33387260499936,Matt Rosendale,11141,REP,49,46.78241181322168,1.1000000000000014,3.5514607917776786 +56561,90999,111,2018,NE,Sen-G,2018_Sen-G_NE,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2018-10-25,2018-11-06,12,683,Jane Raybould,11137,DEM,39,38.621199828869784,Deb Fischer,11136,REP,54,57.6850488565325,-15,-19.063849027662712 +53942,86765,112,2018,NV,Sen-G,2018_Sen-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-09-07,2018-11-06,60,500,Jacky Rosen,11150,DEM,41.6,50.411981088987915,Dean Heller,11151,REP,41.2,45.38498886982426,0.3999999999999986,5.0269922191636525 +54050,87187,112,2018,NV,Sen-G,2018_Sen-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-09-11,2018-11-06,56,700,Jacky Rosen,11150,DEM,47,50.411981088987915,Dean Heller,11151,REP,45,45.38498886982426,2,5.0269922191636525 +54092,87436,112,2018,NV,Sen-G,2018_Sen-G_NV,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-12,2018-11-06,55,1039,Jacky Rosen,11150,DEM,43,50.411981088987915,Dean Heller,11151,REP,46,45.38498886982426,-3,5.0269922191636525 +55956,89666,112,2018,NV,Sen-G,2018_Sen-G_NV,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-27,2018-11-06,40,693,Jacky Rosen,11150,DEM,47,50.411981088987915,Dean Heller,11151,REP,43,45.38498886982426,4,5.0269922191636525 +56294,90474,112,2018,NV,Sen-G,2018_Sen-G_NV,KFF,419,TRUE,FALSE,Live Phone,NA,2018-09-25,2018-11-06,42,513,Jacky Rosen,11150,DEM,44,50.411981088987915,Dean Heller,11151,REP,45,45.38498886982426,-1,5.0269922191636525 +56115,90067,112,2018,NV,Sen-G,2018_Sen-G_NV,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-02,2018-11-06,35,574,Jacky Rosen,11150,DEM,42,50.411981088987915,Dean Heller,11151,REP,44,45.38498886982426,-2,5.0269922191636525 +56123,90080,112,2018,NV,Sen-G,2018_Sen-G_NV,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-09,2018-11-06,28,642,Jacky Rosen,11150,DEM,44.84,50.411981088987915,Dean Heller,11151,REP,46.89,45.38498886982426,-2.049999999999997,5.0269922191636525 +56204,90265,112,2018,NV,Sen-G,2018_Sen-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,625,Jacky Rosen,11150,DEM,41.4,50.411981088987915,Dean Heller,11151,REP,48.1,45.38498886982426,-6.700000000000003,5.0269922191636525 +56293,90472,112,2018,NV,Sen-G,2018_Sen-G_NV,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-14,2018-11-06,23,614,Jacky Rosen,11150,DEM,51,50.411981088987915,Dean Heller,11151,REP,49,45.38498886982426,2,5.0269922191636525 +56317,90515,112,2018,NV,Sen-G,2018_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-10-15,2018-11-06,22,648,Jacky Rosen,11150,DEM,48,50.411981088987915,Dean Heller,11151,REP,46,45.38498886982426,2,5.0269922191636525 +56414,90684,112,2018,NV,Sen-G,2018_Sen-G_NV,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-16,2018-11-06,21,1137,Jacky Rosen,11150,DEM,41.2,50.411981088987915,Dean Heller,11151,REP,46.9,45.38498886982426,-5.699999999999996,5.0269922191636525 +56683,91296,112,2018,NV,Sen-G,2018_Sen-G_NV,Gravis Marketing,124,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-25,2018-11-06,12,773,Jacky Rosen,11150,DEM,47,50.411981088987915,Dean Heller,11151,REP,45,45.38498886982426,2,5.0269922191636525 +56601,91128,112,2018,NV,Sen-G,2018_Sen-G_NV,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,622,Jacky Rosen,11150,DEM,48,50.411981088987915,Dean Heller,11151,REP,45,45.38498886982426,3,5.0269922191636525 +56712,91357,112,2018,NV,Sen-G,2018_Sen-G_NV,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1400,Jacky Rosen,11150,DEM,45.6,50.411981088987915,Dean Heller,11151,REP,42.7,45.38498886982426,2.8999999999999986,5.0269922191636525 +56723,91369,112,2018,NV,Sen-G,2018_Sen-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-10-31,2018-11-06,6,2587,Jacky Rosen,11150,DEM,45.6,50.411981088987915,Dean Heller,11151,REP,48.9,45.38498886982426,-3.299999999999997,5.0269922191636525 +56718,91366,112,2018,NV,Sen-G,2018_Sen-G_NV,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,600,Jacky Rosen,11150,DEM,44.4,50.411981088987915,Dean Heller,11151,REP,45.2,45.38498886982426,-0.8000000000000043,5.0269922191636525 +56778,91491,112,2018,NV,Sen-G,2018_Sen-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-03,2018-11-06,3,1197,Jacky Rosen,11150,DEM,49.1,50.411981088987915,Dean Heller,11151,REP,44.6,45.38498886982426,4.5,5.0269922191636525 +56831,91595,112,2018,NV,Sen-G,2018_Sen-G_NV,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-04,2018-11-06,2,600,Jacky Rosen,11150,DEM,46.9,50.411981088987915,Dean Heller,11151,REP,44.6,45.38498886982426,2.299999999999997,5.0269922191636525 +55951,89659,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,531,Robert Menendez,11144,DEM,45.3,54.007149821254465,Bob Hugin,11145,REP,43.4,42.82809191906125,1.8999999999999986,11.179057902193215 +56002,89800,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2018-09-28,2018-11-06,39,508,Robert Menendez,11144,DEM,43,54.007149821254465,Bob Hugin,11145,REP,37,42.82809191906125,6,11.179057902193215 +56008,89806,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2018-09-30,2018-11-06,37,794,Robert Menendez,11144,DEM,52,54.007149821254465,Bob Hugin,11145,REP,48,42.82809191906125,4,11.179057902193215 +56012,89815,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-09-29,2018-11-06,38,1058,Robert Menendez,11144,DEM,53,54.007149821254465,Bob Hugin,11145,REP,42,42.82809191906125,11,11.179057902193215 +56075,89934,113,2018,NJ,Sen-G,2018_Sen-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,845,Robert Menendez,11144,DEM,49,54.007149821254465,Bob Hugin,11145,REP,39,42.82809191906125,10,11.179057902193215 +56304,90488,113,2018,NJ,Sen-G,2018_Sen-G_NJ,National Research,225,FALSE,FALSE,Live Phone,REP,2018-10-08,2018-11-06,29,600,Robert Menendez,11144,DEM,42,54.007149821254465,Bob Hugin,11145,REP,40,42.82809191906125,2,11.179057902193215 +56302,90495,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,527,Robert Menendez,11144,DEM,51,54.007149821254465,Bob Hugin,11145,REP,39,42.82809191906125,12,11.179057902193215 +56278,90435,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,873,Robert Menendez,11144,DEM,51,54.007149821254465,Bob Hugin,11145,REP,44,42.82809191906125,7,11.179057902193215 +73169,137170,113,2018,NJ,Sen-G,2018_Sen-G_NJ,National Research,225,FALSE,FALSE,Live Phone,REP,2018-10-15,2018-11-06,22,600,Robert Menendez,11144,DEM,42,54.007149821254465,Bob Hugin,11145,REP,40,42.82809191906125,2,11.179057902193215 +56416,90686,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,496,Robert Menendez,11144,DEM,51,54.007149821254465,Bob Hugin,11145,REP,46,42.82809191906125,5,11.179057902193215 +56509,90903,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-25,2018-11-06,12,659,Robert Menendez,11144,DEM,47.3,54.007149821254465,Bob Hugin,11145,REP,42,42.82809191906125,5.299999999999997,11.179057902193215 +56589,91084,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-28,2018-11-06,9,814,Robert Menendez,11144,DEM,54,54.007149821254465,Bob Hugin,11145,REP,46,42.82809191906125,8,11.179057902193215 +56677,91286,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,598,Robert Menendez,11144,DEM,51.3,54.007149821254465,Bob Hugin,11145,REP,39.3,42.82809191906125,12,11.179057902193215 +56763,91447,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,1006,Robert Menendez,11144,DEM,51,54.007149821254465,Bob Hugin,11145,REP,41,42.82809191906125,10,11.179057902193215 +56774,91480,113,2018,NJ,Sen-G,2018_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,1115,Robert Menendez,11144,DEM,55,54.007149821254465,Bob Hugin,11145,REP,40,42.82809191906125,15,11.179057902193215 +54047,87181,114,2018,NM,Sen-G,2018_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,966,Martin Heinrich,11154,DEM,47,54.0877345009842,Mick Rich,11155,REP,26,30.53218595949568,21,23.555548541488516 +55902,89578,114,2018,NM,Sen-G,2018_Sen-G_NM,In Lux Research,480,FALSE,FALSE,IVR,LIB,2018-09-16,2018-11-06,51,900,Martin Heinrich,11154,DEM,38,54.0877345009842,Mick Rich,11155,REP,10,30.53218595949568,28,23.555548541488516 +55901,89575,114,2018,NM,Sen-G,2018_Sen-G_NM,NSON Opinion Strategy/In Lux Research,804,FALSE,TRUE,Live Phone,LIB,2018-09-22,2018-11-06,45,932,Martin Heinrich,11154,DEM,35.65,54.0877345009842,Mick Rich,11155,REP,10.04,30.53218595949568,25.61,23.555548541488516 +56479,90847,114,2018,NM,Sen-G,2018_Sen-G_NM,Pacific Market Research,459,FALSE,FALSE,Online Panel,NA,2018-10-21,2018-11-06,16,400,Martin Heinrich,11154,DEM,45,54.0877345009842,Mick Rich,11155,REP,32,30.53218595949568,13,23.555548541488516 +56508,90905,114,2018,NM,Sen-G,2018_Sen-G_NM,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-25,2018-11-06,12,936,Martin Heinrich,11154,DEM,48,54.0877345009842,Mick Rich,11155,REP,31.5,30.53218595949568,16.5,23.555548541488516 +56642,91287,114,2018,NM,Sen-G,2018_Sen-G_NM,Carroll Strategies,450,FALSE,FALSE,IVR,NA,2018-10-29,2018-11-06,8,1202,Martin Heinrich,11154,DEM,50.7,54.0877345009842,Mick Rich,11155,REP,37.9,30.53218595949568,12.800000000000004,23.555548541488516 +56732,91395,114,2018,NM,Sen-G,2018_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,993,Martin Heinrich,11154,DEM,51,54.0877345009842,Mick Rich,11155,REP,31,30.53218595949568,20,23.555548541488516 +56803,91547,114,2018,NM,Sen-G,2018_Sen-G_NM,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Martin Heinrich,11154,DEM,47,54.0877345009842,Mick Rich,11155,REP,33,30.53218595949568,14,23.555548541488516 +55942,89646,115,2018,NY,Sen-G,2018_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-09-24,2018-11-06,43,701,Kirsten E. Gillibrand,11202,DEM,61,61.98175844521469,Chele Farley,11203,REP,29,28.55970343733635,32,33.42205500787834 +56301,90482,115,2018,NY,Sen-G,2018_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,852,Kirsten E. Gillibrand,11202,DEM,58,61.98175844521469,Chele Farley,11203,REP,33,28.55970343733635,25,33.42205500787834 +56733,91399,115,2018,NY,Sen-G,2018_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,641,Kirsten E. Gillibrand,11202,DEM,58,61.98175844521469,Chele Farley,11203,REP,35,28.55970343733635,23,33.42205500787834 +56740,91416,115,2018,NY,Sen-G,2018_Sen-G_NY,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Kirsten E. Gillibrand,11202,DEM,60,61.98175844521469,Chele Farley,11203,REP,32,28.55970343733635,28,33.42205500787834 +53977,86870,116,2018,ND,Sen-G,2018_Sen-G_ND,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,701,Heidi Heitkamp,11148,DEM,44,44.268377190023855,Kevin Cramer,11149,REP,48,55.105507484561755,-4,-10.8371302945379 +55966,89686,116,2018,ND,Sen-G,2018_Sen-G_ND,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-09-22,2018-11-06,45,650,Heidi Heitkamp,11148,DEM,41,44.268377190023855,Kevin Cramer,11149,REP,51,55.105507484561755,-10,-10.8371302945379 +56020,89832,116,2018,ND,Sen-G,2018_Sen-G_ND,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,704,Heidi Heitkamp,11148,DEM,41,44.268377190023855,Kevin Cramer,11149,REP,53,55.105507484561755,-12,-10.8371302945379 +56356,90592,116,2018,ND,Sen-G,2018_Sen-G_ND,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,650,Heidi Heitkamp,11148,DEM,40,44.268377190023855,Kevin Cramer,11149,REP,56,55.105507484561755,-16,-10.8371302945379 +56566,91006,116,2018,ND,Sen-G,2018_Sen-G_ND,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-10-23,2018-11-06,14,1498,Heidi Heitkamp,11148,DEM,45.5,44.268377190023855,Kevin Cramer,11149,REP,54.5,55.105507484561755,-9,-10.8371302945379 +56617,91161,116,2018,ND,Sen-G,2018_Sen-G_ND,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,789,Heidi Heitkamp,11148,DEM,42,44.268377190023855,Kevin Cramer,11149,REP,51,55.105507484561755,-9,-10.8371302945379 +53959,86830,117,2018,OH,Sen-G,2018_Sen-G_OH,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-09-06,2018-11-06,61,1592,Sherrod Brown,11130,DEM,47,53.41141418368777,Jim Renacci,11131,REP,31,46.56564264238257,16,6.845771541305197 +54069,87223,117,2018,OH,Sen-G,2018_Sen-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2018-09-10,2018-11-06,57,1048,Sherrod Brown,11130,DEM,49.2,53.41141418368777,Jim Renacci,11131,REP,31.8,46.56564264238257,17.400000000000002,6.845771541305197 +54141,87629,117,2018,OH,Sen-G,2018_Sen-G_OH,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2018-09-19,2018-11-06,48,1003,Sherrod Brown,11130,DEM,52.5,53.41141418368777,Jim Renacci,11131,REP,42.3,46.56564264238257,10.200000000000003,6.845771541305197 +55872,89525,117,2018,OH,Sen-G,2018_Sen-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,564,Sherrod Brown,11130,DEM,49,53.41141418368777,Jim Renacci,11131,REP,35,46.56564264238257,14,6.845771541305197 +55874,89528,117,2018,OH,Sen-G,2018_Sen-G_OH,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-17,2018-11-06,50,1074,Sherrod Brown,11130,DEM,49.5,53.41141418368777,Jim Renacci,11131,REP,39.3,46.56564264238257,10.200000000000003,6.845771541305197 +56276,90433,117,2018,OH,Sen-G,2018_Sen-G_OH,University of Akron Ray C. Bliss Institute of Applied Politics,432,FALSE,FALSE,Live Phone/Text-to-Web,NA,2018-09-22,2018-11-06,45,1000,Sherrod Brown,11130,DEM,43,53.41141418368777,Jim Renacci,11131,REP,31,46.56564264238257,12,6.845771541305197 +56130,90096,117,2018,OH,Sen-G,2018_Sen-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,500,Sherrod Brown,11130,DEM,53.6,53.41141418368777,Jim Renacci,11131,REP,36,46.56564264238257,17.6,6.845771541305197 +56094,89969,117,2018,OH,Sen-G,2018_Sen-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2018-10-03,2018-11-06,34,1017,Sherrod Brown,11130,DEM,49.5,53.41141418368777,Jim Renacci,11131,REP,33,46.56564264238257,16.5,6.845771541305197 +56541,90971,117,2018,OH,Sen-G,2018_Sen-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2018-10-23,2018-11-06,14,1051,Sherrod Brown,11130,DEM,51.2,53.41141418368777,Jim Renacci,11131,REP,31.7,46.56564264238257,19.500000000000004,6.845771541305197 +56544,90976,117,2018,OH,Sen-G,2018_Sen-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,566,Sherrod Brown,11130,DEM,48.8,53.41141418368777,Jim Renacci,11131,REP,43,46.56564264238257,5.799999999999997,6.845771541305197 +56661,91258,117,2018,OH,Sen-G,2018_Sen-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-29,2018-11-06,8,789,Sherrod Brown,11130,DEM,46,53.41141418368777,Jim Renacci,11131,REP,37,46.56564264238257,9,6.845771541305197 +56646,91230,117,2018,OH,Sen-G,2018_Sen-G_OH,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,503,Sherrod Brown,11130,DEM,52.4,53.41141418368777,Jim Renacci,11131,REP,42,46.56564264238257,10.399999999999999,6.845771541305197 +56804,91548,117,2018,OH,Sen-G,2018_Sen-G_OH,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Sherrod Brown,11130,DEM,53,53.41141418368777,Jim Renacci,11131,REP,39,46.56564264238257,14,6.845771541305197 +56818,91573,117,2018,OH,Sen-G,2018_Sen-G_OH,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,923,Sherrod Brown,11130,DEM,53,53.41141418368777,Jim Renacci,11131,REP,43,46.56564264238257,10,6.845771541305197 +54104,87454,118,2018,PA,Sen-G,2018_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-12,2018-11-06,55,800,Robert P. Casey Jr.,11138,DEM,52,55.74394139018645,Lou Barletta,11139,REP,38,42.6168403401605,14,13.12710105002595 +54148,87642,118,2018,PA,Sen-G,2018_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2018-09-16,2018-11-06,51,404,Robert P. Casey Jr.,11138,DEM,53,55.74394139018645,Lou Barletta,11139,REP,35,42.6168403401605,18,13.12710105002595 +55875,89529,118,2018,PA,Sen-G,2018_Sen-G_PA,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-16,2018-11-06,51,1080,Robert P. Casey Jr.,11138,DEM,52.6,55.74394139018645,Lou Barletta,11139,REP,37,42.6168403401605,15.600000000000001,13.12710105002595 +55900,89577,118,2018,PA,Sen-G,2018_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2018-09-20,2018-11-06,47,204,Robert P. Casey Jr.,11138,DEM,50,55.74394139018645,Lou Barletta,11139,REP,33,42.6168403401605,17,13.12710105002595 +56200,90257,118,2018,PA,Sen-G,2018_Sen-G_PA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-10-01,2018-11-06,36,1188,Robert P. Casey Jr.,11138,DEM,47,55.74394139018645,Lou Barletta,11139,REP,32,42.6168403401605,15,13.12710105002595 +56628,91190,118,2018,PA,Sen-G,2018_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2018-10-25,2018-11-06,12,214,Robert P. Casey Jr.,11138,DEM,50,55.74394139018645,Lou Barletta,11139,REP,35,42.6168403401605,15,13.12710105002595 +56682,91293,118,2018,PA,Sen-G,2018_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,421,Robert P. Casey Jr.,11138,DEM,54,55.74394139018645,Lou Barletta,11139,REP,40,42.6168403401605,14,13.12710105002595 +56741,91417,118,2018,PA,Sen-G,2018_Sen-G_PA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Robert P. Casey Jr.,11138,DEM,56,55.74394139018645,Lou Barletta,11139,REP,39,42.6168403401605,17,13.12710105002595 +56758,91449,118,2018,PA,Sen-G,2018_Sen-G_PA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,1833,Robert P. Casey Jr.,11138,DEM,51,55.74394139018645,Lou Barletta,11139,REP,44,42.6168403401605,7,13.12710105002595 +54133,87623,119,2018,RI,Sen-G,2018_Sen-G_RI,Fleming & Associates,96,FALSE,FALSE,IVR,NA,2018-09-16,2018-11-06,51,420,Sheldon Whitehouse,12537,DEM,54,61.4424347955343,Bob Flanders,12538,REP,35,38.33459858044583,19,23.10783621508847 +56114,90068,119,2018,RI,Sen-G,2018_Sen-G_RI,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,503,Sheldon Whitehouse,12537,DEM,57,61.4424347955343,Bob Flanders,12538,REP,33,38.33459858044583,24,23.10783621508847 +56160,90208,119,2018,RI,Sen-G,2018_Sen-G_RI,SocialSphere,307,FALSE,FALSE,Online Panel,NA,2018-10-07,2018-11-06,30,502,Sheldon Whitehouse,12537,DEM,56,61.4424347955343,Bob Flanders,12538,REP,32,38.33459858044583,24,23.10783621508847 +56518,90931,119,2018,RI,Sen-G,2018_Sen-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,416,Sheldon Whitehouse,12537,DEM,55.3,61.4424347955343,Bob Flanders,12538,REP,36.3,38.33459858044583,19,23.10783621508847 +53976,86868,120,2018,TN,Sen-G,2018_Sen-G_TN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,686,Phil Bredesen,11382,DEM,44,43.91997290238619,Marsha Blackburn,11383,REP,47,54.70700705072781,-3,-10.787034148341618 +54093,87437,120,2018,TN,Sen-G,2018_Sen-G_TN,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2018-09-11,2018-11-06,56,1038,Phil Bredesen,11382,DEM,45,43.91997290238619,Marsha Blackburn,11383,REP,48.3,54.70700705072781,-3.299999999999997,-10.787034148341618 +54058,87204,120,2018,TN,Sen-G,2018_Sen-G_TN,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,723,Phil Bredesen,11382,DEM,50,43.91997290238619,Marsha Blackburn,11383,REP,45,54.70700705072781,5,-10.787034148341618 +54115,87474,120,2018,TN,Sen-G,2018_Sen-G_TN,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2018-09-17,2018-11-06,50,567,Phil Bredesen,11382,DEM,51,43.91997290238619,Marsha Blackburn,11383,REP,49,54.70700705072781,2,-10.787034148341618 +55974,89702,120,2018,TN,Sen-G,2018_Sen-G_TN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2018-09-17,2018-11-06,50,1609,Phil Bredesen,11382,DEM,42,43.91997290238619,Marsha Blackburn,11383,REP,42,54.70700705072781,0,-10.787034148341618 +56201,90258,120,2018,TN,Sen-G,2018_Sen-G_TN,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2018-09-24,2018-11-06,43,600,Phil Bredesen,11382,DEM,47,43.91997290238619,Marsha Blackburn,11383,REP,45,54.70700705072781,2,-10.787034148341618 +56017,89833,120,2018,TN,Sen-G,2018_Sen-G_TN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,666,Phil Bredesen,11382,DEM,43,43.91997290238619,Marsha Blackburn,11383,REP,48,54.70700705072781,-5,-10.787034148341618 +56076,89935,120,2018,TN,Sen-G,2018_Sen-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,871,Phil Bredesen,11382,DEM,42,43.91997290238619,Marsha Blackburn,11383,REP,50,54.70700705072781,-8,-10.787034148341618 +56118,90074,120,2018,TN,Sen-G,2018_Sen-G_TN,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,593,Phil Bredesen,11382,DEM,40.03,43.91997290238619,Marsha Blackburn,11383,REP,54.46,54.70700705072781,-14.43,-10.787034148341618 +56270,90419,120,2018,TN,Sen-G,2018_Sen-G_TN,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-08,2018-11-06,29,1108,Phil Bredesen,11382,DEM,44,43.91997290238619,Marsha Blackburn,11383,REP,47,54.70700705072781,-3,-10.787034148341618 +56704,91339,120,2018,TN,Sen-G,2018_Sen-G_TN,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2018-10-11,2018-11-06,26,558,Phil Bredesen,11382,DEM,48,43.91997290238619,Marsha Blackburn,11383,REP,52,54.70700705072781,-4,-10.787034148341618 +56291,90469,120,2018,TN,Sen-G,2018_Sen-G_TN,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,800,Phil Bredesen,11382,DEM,44,43.91997290238619,Marsha Blackburn,11383,REP,43,54.70700705072781,1,-10.787034148341618 +56604,91137,120,2018,TN,Sen-G,2018_Sen-G_TN,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,497,Phil Bredesen,11382,DEM,44.7,43.91997290238619,Marsha Blackburn,11383,REP,50.5,54.70700705072781,-5.799999999999997,-10.787034148341618 +56577,91065,120,2018,TN,Sen-G,2018_Sen-G_TN,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,471,Phil Bredesen,11382,DEM,46,43.91997290238619,Marsha Blackburn,11383,REP,51,54.70700705072781,-5,-10.787034148341618 +56580,91073,120,2018,TN,Sen-G,2018_Sen-G_TN,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-28,2018-11-06,9,780,Phil Bredesen,11382,DEM,47,43.91997290238619,Marsha Blackburn,11383,REP,53,54.70700705072781,-6,-10.787034148341618 +56641,91219,120,2018,TN,Sen-G,2018_Sen-G_TN,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,764,Phil Bredesen,11382,DEM,45,43.91997290238619,Marsha Blackburn,11383,REP,49,54.70700705072781,-4,-10.787034148341618 +56681,91291,120,2018,TN,Sen-G,2018_Sen-G_TN,East Tennessee State University Applied Social Research Laboratory,456,FALSE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,495,Phil Bredesen,11382,DEM,44,43.91997290238619,Marsha Blackburn,11383,REP,44,54.70700705072781,0,-10.787034148341618 +56633,91198,120,2018,TN,Sen-G,2018_Sen-G_TN,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-29,2018-11-06,8,632,Phil Bredesen,11382,DEM,43.6,43.91997290238619,Marsha Blackburn,11383,REP,52,54.70700705072781,-8.399999999999999,-10.787034148341618 +56616,91159,120,2018,TN,Sen-G,2018_Sen-G_TN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,718,Phil Bredesen,11382,DEM,41,43.91997290238619,Marsha Blackburn,11383,REP,50,54.70700705072781,-9,-10.787034148341618 +56705,91341,120,2018,TN,Sen-G,2018_Sen-G_TN,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2018-10-30,2018-11-06,7,480,Phil Bredesen,11382,DEM,49,43.91997290238619,Marsha Blackburn,11383,REP,49,54.70700705072781,0,-10.787034148341618 +53971,86858,121,2018,TX,Sen-G,2018_Sen-G_TX,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2018-09-06,2018-11-06,61,519,Beto O'Rourke,11125,DEM,41.74,48.32535502239402,Ted Cruz,11126,REP,45.87,50.8926012837366,-4.1299999999999955,-2.567246261342582 +53956,86823,121,2018,TX,Sen-G,2018_Sen-G_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-08,2018-11-06,59,800,Beto O'Rourke,11125,DEM,44,48.32535502239402,Ted Cruz,11126,REP,47,50.8926012837366,-3,-2.567246261342582 +54167,87696,121,2018,TX,Sen-G,2018_Sen-G_TX,Blueprint Polling,470,FALSE,FALSE,Live Phone/Text,DEM,2018-09-11,2018-11-06,56,1161,Beto O'Rourke,11125,DEM,45.4,48.32535502239402,Ted Cruz,11126,REP,49.4,50.8926012837366,-4,-2.567246261342582 +54091,87435,121,2018,TX,Sen-G,2018_Sen-G_TX,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-10,2018-11-06,57,992,Beto O'Rourke,11125,DEM,47,48.32535502239402,Ted Cruz,11126,REP,45,50.8926012837366,2,-2.567246261342582 +54073,87278,121,2018,TX,Sen-G,2018_Sen-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-09-14,2018-11-06,53,807,Beto O'Rourke,11125,DEM,45,48.32535502239402,Ted Cruz,11126,REP,54,50.8926012837366,-9,-2.567246261342582 +54114,87471,121,2018,TX,Sen-G,2018_Sen-G_TX,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2018-09-17,2018-11-06,50,508,Beto O'Rourke,11125,DEM,50,48.32535502239402,Ted Cruz,11126,REP,50,50.8926012837366,0,-2.567246261342582 +54134,87638,121,2018,TX,Sen-G,2018_Sen-G_TX,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-19,2018-11-06,48,603,Beto O'Rourke,11125,DEM,46,48.32535502239402,Ted Cruz,11126,REP,49,50.8926012837366,-3,-2.567246261342582 +56077,89936,121,2018,TX,Sen-G,2018_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,881,Beto O'Rourke,11125,DEM,44,48.32535502239402,Ted Cruz,11126,REP,50,50.8926012837366,-6,-2.567246261342582 +56079,89940,121,2018,TX,Sen-G,2018_Sen-G_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-03,2018-11-06,34,500,Beto O'Rourke,11125,DEM,42.4,48.32535502239402,Ted Cruz,11126,REP,47,50.8926012837366,-4.600000000000001,-2.567246261342582 +56154,90142,121,2018,TX,Sen-G,2018_Sen-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,730,Beto O'Rourke,11125,DEM,45,48.32535502239402,Ted Cruz,11126,REP,54,50.8926012837366,-9,-2.567246261342582 +56090,89955,121,2018,TX,Sen-G,2018_Sen-G_TX,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,800,Beto O'Rourke,11125,DEM,43.19,48.32535502239402,Ted Cruz,11126,REP,51.25,50.8926012837366,-8.060000000000002,-2.567246261342582 +56237,90327,121,2018,TX,Sen-G,2018_Sen-G_TX,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-11,2018-11-06,26,716,Beto O'Rourke,11125,DEM,45,48.32535502239402,Ted Cruz,11126,REP,52,50.8926012837366,-7,-2.567246261342582 +56208,90274,121,2018,TX,Sen-G,2018_Sen-G_TX,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2018-10-10,2018-11-06,27,801,Beto O'Rourke,11125,DEM,43,48.32535502239402,Ted Cruz,11126,REP,52,50.8926012837366,-9,-2.567246261342582 +56232,90312,121,2018,TX,Sen-G,2018_Sen-G_TX,Tulchin Research,340,FALSE,FALSE,Online Panel,DEM,2018-10-12,2018-11-06,25,600,Beto O'Rourke,11125,DEM,45,48.32535502239402,Ted Cruz,11126,REP,49,50.8926012837366,-4,-2.567246261342582 +56413,90683,121,2018,TX,Sen-G,2018_Sen-G_TX,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-15,2018-11-06,22,1298,Beto O'Rourke,11125,DEM,44.4,48.32535502239402,Ted Cruz,11126,REP,48.9,50.8926012837366,-4.5,-2.567246261342582 +56386,90645,121,2018,TX,Sen-G,2018_Sen-G_TX,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-10-20,2018-11-06,17,1000,Beto O'Rourke,11125,DEM,46,48.32535502239402,Ted Cruz,11126,REP,50,50.8926012837366,-4,-2.567246261342582 +56481,90848,121,2018,TX,Sen-G,2018_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-18,2018-11-06,19,927,Beto O'Rourke,11125,DEM,45,48.32535502239402,Ted Cruz,11126,REP,51,50.8926012837366,-6,-2.567246261342582 +56562,91001,121,2018,TX,Sen-G,2018_Sen-G_TX,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2018-10-25,2018-11-06,12,588,Beto O'Rourke,11125,DEM,42,48.32535502239402,Ted Cruz,11126,REP,52,50.8926012837366,-10,-2.567246261342582 +56513,90915,121,2018,TX,Sen-G,2018_Sen-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,1078,Beto O'Rourke,11125,DEM,46,48.32535502239402,Ted Cruz,11126,REP,51,50.8926012837366,-5,-2.567246261342582 +56590,91093,121,2018,TX,Sen-G,2018_Sen-G_TX,University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-21,2018-11-06,16,905,Beto O'Rourke,11125,DEM,43.4,48.32535502239402,Ted Cruz,11126,REP,47,50.8926012837366,-3.6000000000000014,-2.567246261342582 +56632,91196,121,2018,TX,Sen-G,2018_Sen-G_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-29,2018-11-06,8,781,Beto O'Rourke,11125,DEM,47.2,48.32535502239402,Ted Cruz,11126,REP,50.3,50.8926012837366,-3.0999999999999943,-2.567246261342582 +56702,91332,121,2018,TX,Sen-G,2018_Sen-G_TX,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-11-01,2018-11-06,5,1211,Beto O'Rourke,11125,DEM,49,48.32535502239402,Ted Cruz,11126,REP,49,50.8926012837366,0,-2.567246261342582 +56817,91571,121,2018,TX,Sen-G,2018_Sen-G_TX,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-04,2018-11-06,2,2135,Beto O'Rourke,11125,DEM,43.2,48.32535502239402,Ted Cruz,11126,REP,52.1,50.8926012837366,-8.899999999999999,-2.567246261342582 +56202,90260,122,2018,UT,Sen-G,2018_Sen-G_UT,University of Utah Hinckley Institute of Politics,500,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-06,2018-11-06,31,607,Jenny Wilson,11224,DEM,23,30.9099564680303,Mitt Romney,11225,REP,59,62.58508585497936,-36,-31.675129386949063 +55954,89814,123,2018,VT,Sen-G,2018_Sen-G_VT,Tulchin Research,340,FALSE,FALSE,Live Phone/Online Panel,DEM,2018-09-25,2018-11-06,42,406,Bernard Sanders,13180,IND,75,67.36347496918833,Lawrence Zupan,13179,REP,20,27.442558248723515,55,39.92091672046482 +56339,90575,123,2018,VT,Sen-G,2018_Sen-G_VT,Braun Research,33,FALSE,FALSE,Live Phone,NA,2018-10-09,2018-11-06,28,495,Bernard Sanders,13180,IND,60,67.36347496918833,Lawrence Zupan,13179,REP,19,27.442558248723515,41,39.92091672046482 +56663,91260,123,2018,VT,Sen-G,2018_Sen-G_VT,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,885,Bernard Sanders,13180,IND,66,67.36347496918833,Lawrence Zupan,13179,REP,30,27.442558248723515,36,39.92091672046482 +54070,87225,124,2018,VA,Sen-G,2018_Sen-G_VA,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-06,2018-11-06,61,512,Tim Kaine,11146,DEM,52,57.00260758799453,Corey Stewart,11147,REP,36,41.00746171792874,16,15.995145870065791 +56148,90304,125,2018,WA,Sen-G,2018_Sen-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,405,Maria Cantwell,12403,DEM,53,58.433759924929554,Susan Hutchison,12404,REP,39,41.566240075070446,14,16.867519849859107 +54051,87190,126,2018,WV,Sen-G,2018_Sen-G_WV,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-14,2018-11-06,53,825,"Joe Manchin, III",11132,DEM,44.8,49.5722091209725,Patrick Morrisey,11133,REP,33.1,46.26233290218656,11.699999999999996,3.309876218785945 +56013,89816,126,2018,WV,Sen-G,2018_Sen-G_WV,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-09-21,2018-11-06,46,601,"Joe Manchin, III",11132,DEM,48,49.5722091209725,Patrick Morrisey,11133,REP,36,46.26233290218656,12,3.309876218785945 +55898,89569,126,2018,WV,Sen-G,2018_Sen-G_WV,1892 Polling,461,FALSE,FALSE,IVR,REP,2018-09-24,2018-11-06,43,500,"Joe Manchin, III",11132,DEM,45,49.5722091209725,Patrick Morrisey,11133,REP,45,46.26233290218656,0,3.309876218785945 +56037,89872,126,2018,WV,Sen-G,2018_Sen-G_WV,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2018-09-24,2018-11-06,43,612,"Joe Manchin, III",11132,DEM,47,49.5722091209725,Patrick Morrisey,11133,REP,43,46.26233290218656,4,3.309876218785945 +55963,89680,126,2018,WV,Sen-G,2018_Sen-G_WV,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-09-21,2018-11-06,46,650,"Joe Manchin, III",11132,DEM,46,49.5722091209725,Patrick Morrisey,11133,REP,38,46.26233290218656,8,3.309876218785945 +56145,90120,126,2018,WV,Sen-G,2018_Sen-G_WV,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2018-10-08,2018-11-06,29,600,"Joe Manchin, III",11132,DEM,41,49.5722091209725,Patrick Morrisey,11133,REP,40,46.26233290218656,1,3.309876218785945 +56226,90303,126,2018,WV,Sen-G,2018_Sen-G_WV,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2018-10-12,2018-11-06,25,600,"Joe Manchin, III",11132,DEM,49,49.5722091209725,Patrick Morrisey,11133,REP,45,46.26233290218656,4,3.309876218785945 +56298,90473,126,2018,WV,Sen-G,2018_Sen-G_WV,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-14,2018-11-06,23,789,"Joe Manchin, III",11132,DEM,53,49.5722091209725,Patrick Morrisey,11133,REP,47,46.26233290218656,6,3.309876218785945 +56440,90735,126,2018,WV,Sen-G,2018_Sen-G_WV,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone,REP,2018-10-17,2018-11-06,20,600,"Joe Manchin, III",11132,DEM,42,49.5722091209725,Patrick Morrisey,11133,REP,44,46.26233290218656,-2,3.309876218785945 +56355,90591,126,2018,WV,Sen-G,2018_Sen-G_WV,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,650,"Joe Manchin, III",11132,DEM,52,49.5722091209725,Patrick Morrisey,11133,REP,36,46.26233290218656,16,3.309876218785945 +56629,91191,126,2018,WV,Sen-G,2018_Sen-G_WV,Repass,268,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-25,2018-11-06,12,400,"Joe Manchin, III",11132,DEM,45,49.5722091209725,Patrick Morrisey,11133,REP,40,46.26233290218656,5,3.309876218785945 +56634,91197,126,2018,WV,Sen-G,2018_Sen-G_WV,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-30,2018-11-06,7,1013,"Joe Manchin, III",11132,DEM,47.3,49.5722091209725,Patrick Morrisey,11133,REP,41.5,46.26233290218656,5.799999999999997,3.309876218785945 +54074,87234,127,2018,WI,Sen-G,2018_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2018-09-14,2018-11-06,53,614,Tammy Baldwin,12400,DEM,53,55.356828097805035,Leah Vukmir,12401,REP,42,44.53177528400688,11,10.825052813798152 +55876,89530,127,2018,WI,Sen-G,2018_Sen-G_WI,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-18,2018-11-06,49,1109,Tammy Baldwin,12400,DEM,52,55.356828097805035,Leah Vukmir,12401,REP,39,44.53177528400688,13,10.825052813798152 +56163,90158,127,2018,WI,Sen-G,2018_Sen-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-02,2018-11-06,35,571,Tammy Baldwin,12400,DEM,54,55.356828097805035,Leah Vukmir,12401,REP,40,44.53177528400688,14,10.825052813798152 +56142,90114,127,2018,WI,Sen-G,2018_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2018-10-05,2018-11-06,32,799,Tammy Baldwin,12400,DEM,53,55.356828097805035,Leah Vukmir,12401,REP,43,44.53177528400688,10,10.825052813798152 +56207,90273,127,2018,WI,Sen-G,2018_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-10-10,2018-11-06,27,816,Tammy Baldwin,12400,DEM,52,55.356828097805035,Leah Vukmir,12401,REP,42,44.53177528400688,10,10.825052813798152 +56415,90685,127,2018,WI,Sen-G,2018_Sen-G_WI,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-15,2018-11-06,22,1193,Tammy Baldwin,12400,DEM,53.7,55.356828097805035,Leah Vukmir,12401,REP,38.5,44.53177528400688,15.200000000000003,10.825052813798152 +56602,91132,127,2018,WI,Sen-G,2018_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,1154,Tammy Baldwin,12400,DEM,54,55.356828097805035,Leah Vukmir,12401,REP,43,44.53177528400688,11,10.825052813798152 +56671,91275,127,2018,WI,Sen-G,2018_Sen-G_WI,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-30,2018-11-06,7,604,Tammy Baldwin,12400,DEM,53.1,55.356828097805035,Leah Vukmir,12401,REP,44.4,44.53177528400688,8.700000000000003,10.825052813798152 +56805,91549,127,2018,WI,Sen-G,2018_Sen-G_WI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Tammy Baldwin,12400,DEM,50,55.356828097805035,Leah Vukmir,12401,REP,39,44.53177528400688,11,10.825052813798152 +56761,91450,128,2018,WY,Sen-G,2018_Sen-G_WY,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,858,Gary Trauner,13244,DEM,31,30.09881034313244,John Barrasso,13245,REP,60,66.95998426900009,-29,-36.86117392586765 +53984,86888,129,2018,MN,Sen-G,2018_Sen-GS_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-09-07,2018-11-06,60,574,Tina Smith,12376,DEM,48,52.9706774019501,Karin Housley,12375,REP,39,42.351226503040166,9,10.619450898909932 +54046,87185,129,2018,MN,Sen-G,2018_Sen-GS_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-09-11,2018-11-06,56,800,Tina Smith,12376,DEM,44,52.9706774019501,Karin Housley,12375,REP,37,42.351226503040166,7,10.619450898909932 +56149,90128,129,2018,MN,Sen-G,2018_Sen-GS_MN,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-02,2018-11-06,35,637,Tina Smith,12376,DEM,54,52.9706774019501,Karin Housley,12375,REP,38,42.351226503040166,16,10.619450898909932 +56196,90244,129,2018,MN,Sen-G,2018_Sen-GS_MN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-12,2018-11-06,25,1413,Tina Smith,12376,DEM,46,52.9706774019501,Karin Housley,12375,REP,43,42.351226503040166,3,10.619450898909932 +56330,90567,129,2018,MN,Sen-G,2018_Sen-GS_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,800,Tina Smith,12376,DEM,47,52.9706774019501,Karin Housley,12375,REP,41,42.351226503040166,6,10.619450898909932 +66738,124513,129,2018,MN,Sen-G,2018_Sen-GS_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,420,Tina Smith,12376,DEM,44,52.9706774019501,Karin Housley,12375,REP,29,42.351226503040166,15,10.619450898909932 +56652,91460,129,2018,MN,Sen-G,2018_Sen-GS_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-30,2018-11-06,7,600,Tina Smith,12376,DEM,48,52.9706774019501,Karin Housley,12375,REP,40,42.351226503040166,8,10.619450898909932 +56739,91415,129,2018,MN,Sen-G,2018_Sen-GS_MN,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Tina Smith,12376,DEM,49,52.9706774019501,Karin Housley,12375,REP,39,42.351226503040166,10,10.619450898909932 +56797,91538,129,2018,MN,Sen-G,2018_Sen-GS_MN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,953,Tina Smith,12376,DEM,51,52.9706774019501,Karin Housley,12375,REP,42,42.351226503040166,9,10.619450898909932 +55975,89701,130,2018,MS,Sen-P,2018_Sen-P_MS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2018-09-17,2018-11-06,50,985,Mike Espy,13168,DEM,25,40.90486500322063,Cindy Hyde-Smith,13169,REP,24,41.24892777854753,1,-0.3440627753269041 +56373,90618,130,2018,MS,Sen-P,2018_Sen-P_MS,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,511,Mike Espy,13168,DEM,29,40.90486500322063,Cindy Hyde-Smith,13169,REP,38,41.24892777854753,-9,-0.3440627753269041 +56806,91535,130,2018,MS,Sen-P,2018_Sen-P_MS,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,1003,Mike Espy,13168,DEM,40,40.90486500322063,Cindy Hyde-Smith,13169,REP,27,41.24892777854753,13,-0.3440627753269041 +55896,89567,131,2018,AL,Gov-G,2018_Gov-G_AL,Research Consultants,491,FALSE,FALSE,Live Phone,REP,2018-09-22,2018-11-06,45,316,Walter Maddox,11260,DEM,38,40.38726695739505,Kay Ivey,11261,REP,58,59.45938244545644,-20,-19.072115488061392 +55972,89697,131,2018,AL,Gov-G,2018_Gov-G_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2018-09-17,2018-11-06,50,1254,Walter Maddox,11260,DEM,26,40.38726695739505,Kay Ivey,11261,REP,51,59.45938244545644,-25,-19.072115488061392 +56122,140285,132,2018,AK,Gov-G,2018_Gov-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,500,Mark Begich,12443,DEM,29,44.40971412829261,Mike Dunleavy,12444,REP,44.4,51.43536276109545,-15.399999999999999,-7.0256486328028345 +55923,89951,132,2018,AK,Gov-G,2018_Gov-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-10-03,2018-11-06,34,500,Mark Begich,12443,DEM,22.6,44.40971412829261,Mike Dunleavy,12444,REP,46.5,51.43536276109545,-23.9,-7.0256486328028345 +56186,90222,132,2018,AK,Gov-G,2018_Gov-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-10-11,2018-11-06,26,645,Mark Begich,12443,DEM,23,44.40971412829261,Mike Dunleavy,12444,REP,43,51.43536276109545,-20,-7.0256486328028345 +56250,90344,132,2018,AK,Gov-G,2018_Gov-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,500,Mark Begich,12443,DEM,26.4,44.40971412829261,Mike Dunleavy,12444,REP,43.4,51.43536276109545,-17,-7.0256486328028345 +56391,90650,132,2018,AK,Gov-G,2018_Gov-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-10-21,2018-11-06,16,500,Mark Begich,12443,DEM,43.7,44.40971412829261,Mike Dunleavy,12444,REP,48.3,51.43536276109545,-4.599999999999994,-7.0256486328028345 +56603,91131,132,2018,AK,Gov-G,2018_Gov-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,500,Mark Begich,12443,DEM,42.3,44.40971412829261,Mike Dunleavy,12444,REP,42.5,51.43536276109545,-0.20000000000000284,-7.0256486328028345 +53975,86862,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,710,David Garcia,10441,DEM,40,41.841602631834746,Doug Ducey,10442,REP,51,56.00235814817199,-11,-14.160755516337247 +54084,87416,133,2018,AZ,Gov-G,2018_Gov-G_AZ,TargetSmart,332,FALSE,FALSE,Live Phone,DEM,2018-09-10,2018-11-06,57,800,David Garcia,10441,DEM,48,41.841602631834746,Doug Ducey,10442,REP,49,56.00235814817199,-1,-14.160755516337247 +54088,87425,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-09,2018-11-06,58,1016,David Garcia,10441,DEM,39.1,41.841602631834746,Doug Ducey,10442,REP,50.7,56.00235814817199,-11.600000000000001,-14.160755516337247 +54057,87213,133,2018,AZ,Gov-G,2018_Gov-G_AZ,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,761,David Garcia,10441,DEM,46,41.841602631834746,Doug Ducey,10442,REP,49,56.00235814817199,-3,-14.160755516337247 +55845,89413,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,564,David Garcia,10441,DEM,39,41.841602631834746,Doug Ducey,10442,REP,49,56.00235814817199,-10,-14.160755516337247 +55835,89397,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-20,2018-11-06,47,650,David Garcia,10441,DEM,38.3,41.841602631834746,Doug Ducey,10442,REP,41.9,56.00235814817199,-3.6000000000000014,-14.160755516337247 +56184,90214,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Latino Decisions,482,FALSE,FALSE,Live Phone/Online Panel,NA,2018-09-18,2018-11-06,49,463,David Garcia,10441,DEM,40,41.841602631834746,Doug Ducey,10442,REP,45,56.00235814817199,-5,-14.160755516337247 +56007,89805,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-09-29,2018-11-06,38,500,David Garcia,10441,DEM,38,41.841602631834746,Doug Ducey,10442,REP,49.6,56.00235814817199,-11.600000000000001,-14.160755516337247 +56027,89852,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-09-30,2018-11-06,37,702,David Garcia,10441,DEM,43,41.841602631834746,Doug Ducey,10442,REP,57,56.00235814817199,-14,-14.160755516337247 +56016,89825,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,716,David Garcia,10441,DEM,37,41.841602631834746,Doug Ducey,10442,REP,55,56.00235814817199,-18,-14.160755516337247 +56132,90091,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone,NA,2018-10-03,2018-11-06,34,600,David Garcia,10441,DEM,37,41.841602631834746,Doug Ducey,10442,REP,54,56.00235814817199,-17,-14.160755516337247 +56050,89894,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2018-10-02,2018-11-06,35,550,David Garcia,10441,DEM,35.02,41.841602631834746,Doug Ducey,10442,REP,50.65,56.00235814817199,-15.629999999999995,-14.160755516337247 +56162,90152,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-10-09,2018-11-06,28,783,David Garcia,10441,DEM,39.6,41.841602631834746,Doug Ducey,10442,REP,47.2,56.00235814817199,-7.600000000000001,-14.160755516337247 +56625,91245,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,600,David Garcia,10441,DEM,39,41.841602631834746,Doug Ducey,10442,REP,57,56.00235814817199,-18,-14.160755516337247 +56497,90882,133,2018,AZ,Gov-G,2018_Gov-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-25,2018-11-06,12,972,David Garcia,10441,DEM,41,41.841602631834746,Doug Ducey,10442,REP,52,56.00235814817199,-11,-14.160755516337247 +56586,91081,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-21,2018-11-06,16,799,David Garcia,10441,DEM,37,41.841602631834746,Doug Ducey,10442,REP,57,56.00235814817199,-20,-14.160755516337247 +56539,90960,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,506,David Garcia,10441,DEM,40,41.841602631834746,Doug Ducey,10442,REP,54,56.00235814817199,-14,-14.160755516337247 +56522,90926,133,2018,AZ,Gov-G,2018_Gov-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,400,David Garcia,10441,DEM,35.3,41.841602631834746,Doug Ducey,10442,REP,54.8,56.00235814817199,-19.5,-14.160755516337247 +56615,91153,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,643,David Garcia,10441,DEM,37,41.841602631834746,Doug Ducey,10442,REP,55,56.00235814817199,-18,-14.160755516337247 +56600,91122,133,2018,AZ,Gov-G,2018_Gov-G_AZ,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,702,David Garcia,10441,DEM,45,41.841602631834746,Doug Ducey,10442,REP,52,56.00235814817199,-7,-14.160755516337247 +56710,91349,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1400,David Garcia,10441,DEM,34.8,41.841602631834746,Doug Ducey,10442,REP,57,56.00235814817199,-22.200000000000003,-14.160755516337247 +56673,91273,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-29,2018-11-06,8,677,David Garcia,10441,DEM,46,41.841602631834746,Doug Ducey,10442,REP,54,56.00235814817199,-8,-14.160755516337247 +56716,91358,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,600,David Garcia,10441,DEM,36.5,41.841602631834746,Doug Ducey,10442,REP,56.4,56.00235814817199,-19.9,-14.160755516337247 +56810,91550,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Gravis Marketing,124,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-28,2018-11-06,9,1165,David Garcia,10441,DEM,40,41.841602631834746,Doug Ducey,10442,REP,53,56.00235814817199,-13,-14.160755516337247 +56779,91487,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-02,2018-11-06,4,758,David Garcia,10441,DEM,40.2,41.841602631834746,Doug Ducey,10442,REP,55.3,56.00235814817199,-15.099999999999994,-14.160755516337247 +56801,91529,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,David Garcia,10441,DEM,39,41.841602631834746,Doug Ducey,10442,REP,54,56.00235814817199,-15,-14.160755516337247 +56829,91587,133,2018,AZ,Gov-G,2018_Gov-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-04,2018-11-06,2,600,David Garcia,10441,DEM,38.5,41.841602631834746,Doug Ducey,10442,REP,52.8,56.00235814817199,-14.299999999999997,-14.160755516337247 +56368,90609,134,2018,AR,Gov-G,2018_Gov-G_AR,Hendrix College,138,FALSE,FALSE,IVR/Live Phone,NA,2018-10-18,2018-11-06,19,528,Jared K. Henderson,11115,DEM,24,31.7683837179434,Asa Hutchinson,11116,REP,60,65.32811222320807,-36,-33.559728505264665 +56639,91211,134,2018,AR,Gov-G,2018_Gov-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,618,Jared K. Henderson,11115,DEM,35,31.7683837179434,Asa Hutchinson,11116,REP,59,65.32811222320807,-24,-33.559728505264665 +55930,89618,135,2018,CA,Gov-G,2018_Gov-G_CA,Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,IVR,NA,2018-09-08,2018-11-06,59,1227,Gavin Newsom,10432,DEM,47.9,61.94852712581237,John Cox,10438,REP,39.7,38.051472874187624,8.199999999999996,23.897054251624745 +54090,87427,135,2018,CA,Gov-G,2018_Gov-G_CA,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-09,2018-11-06,58,1021,Gavin Newsom,10432,DEM,52.2,61.94852712581237,John Cox,10438,REP,39.5,38.051472874187624,12.700000000000003,23.897054251624745 +54109,87463,135,2018,CA,Gov-G,2018_Gov-G_CA,Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,IVR,NA,2018-09-15,2018-11-06,52,1040,Gavin Newsom,10432,DEM,45.2,61.94852712581237,John Cox,10438,REP,41.1,38.051472874187624,4.100000000000001,23.897054251624745 +54119,87516,135,2018,CA,Gov-G,2018_Gov-G_CA,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2018-09-17,2018-11-06,50,500,Gavin Newsom,10432,DEM,60,61.94852712581237,John Cox,10438,REP,40,38.051472874187624,20,23.897054251624745 +55899,89571,135,2018,CA,Gov-G,2018_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,964,Gavin Newsom,10432,DEM,51,61.94852712581237,John Cox,10438,REP,39,38.051472874187624,12,23.897054251624745 +55886,89552,135,2018,CA,Gov-G,2018_Gov-G_CA,Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,IVR,NA,2018-09-22,2018-11-06,45,1068,Gavin Newsom,10432,DEM,53,61.94852712581237,John Cox,10438,REP,42,38.051472874187624,11,23.897054251624745 +56033,89868,135,2018,CA,Gov-G,2018_Gov-G_CA,Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,IVR,NA,2018-09-29,2018-11-06,38,1068,Gavin Newsom,10432,DEM,50,61.94852712581237,John Cox,10438,REP,45,38.051472874187624,5,23.897054251624745 +56144,90119,135,2018,CA,Gov-G,2018_Gov-G_CA,Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,IVR,NA,2018-10-06,2018-11-06,31,1068,Gavin Newsom,10432,DEM,53.8,61.94852712581237,John Cox,10438,REP,42.2,38.051472874187624,11.599999999999994,23.897054251624745 +56243,90338,135,2018,CA,Gov-G,2018_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-13,2018-11-06,24,762,Gavin Newsom,10432,DEM,52,61.94852712581237,John Cox,10438,REP,35,38.051472874187624,17,23.897054251624745 +56279,90437,135,2018,CA,Gov-G,2018_Gov-G_CA,Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,IVR,NA,2018-10-13,2018-11-06,24,1068,Gavin Newsom,10432,DEM,50.7,61.94852712581237,John Cox,10438,REP,43.3,38.051472874187624,7.400000000000006,23.897054251624745 +56268,90417,135,2018,CA,Gov-G,2018_Gov-G_CA,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2018-10-01,2018-11-06,36,794,Gavin Newsom,10432,DEM,54,61.94852712581237,John Cox,10438,REP,31,38.051472874187624,23,23.897054251624745 +56345,90580,135,2018,CA,Gov-G,2018_Gov-G_CA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-18,2018-11-06,19,671,Gavin Newsom,10432,DEM,52.1,61.94852712581237,John Cox,10438,REP,32.2,38.051472874187624,19.9,23.897054251624745 +56441,90773,135,2018,CA,Gov-G,2018_Gov-G_CA,Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,IVR,NA,2018-10-19,2018-11-06,18,1068,Gavin Newsom,10432,DEM,53.9,61.94852712581237,John Cox,10438,REP,41.4,38.051472874187624,12.5,23.897054251624745 +56451,90795,135,2018,CA,Gov-G,2018_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,989,Gavin Newsom,10432,DEM,49,61.94852712581237,John Cox,10438,REP,38,38.051472874187624,11,23.897054251624745 +56669,91268,135,2018,CA,Gov-G,2018_Gov-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-17,2018-11-06,20,2178,Gavin Newsom,10432,DEM,53,61.94852712581237,John Cox,10438,REP,34,38.051472874187624,19,23.897054251624745 +56595,91105,135,2018,CA,Gov-G,2018_Gov-G_CA,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-10-22,2018-11-06,15,1339,Gavin Newsom,10432,DEM,58,61.94852712581237,John Cox,10438,REP,40,38.051472874187624,18,23.897054251624745 +56549,90985,135,2018,CA,Gov-G,2018_Gov-G_CA,Gravis Marketing,124,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-25,2018-11-06,12,743,Gavin Newsom,10432,DEM,55,61.94852712581237,John Cox,10438,REP,35,38.051472874187624,20,23.897054251624745 +56611,91145,135,2018,CA,Gov-G,2018_Gov-G_CA,Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,IVR/Live Phone,NA,2018-10-26,2018-11-06,11,1068,Gavin Newsom,10432,DEM,55,61.94852712581237,John Cox,10438,REP,41.6,38.051472874187624,13.399999999999999,23.897054251624745 +56731,91392,135,2018,CA,Gov-G,2018_Gov-G_CA,Probolsky Research,259,FALSE,FALSE,Live Phone/Email,NA,2018-10-27,2018-11-06,10,900,Gavin Newsom,10432,DEM,47.2,61.94852712581237,John Cox,10438,REP,36.7,38.051472874187624,10.5,23.897054251624745 +56813,91556,135,2018,CA,Gov-G,2018_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,924,Gavin Newsom,10432,DEM,53,61.94852712581237,John Cox,10438,REP,38,38.051472874187624,15,23.897054251624745 +56737,91407,135,2018,CA,Gov-G,2018_Gov-G_CA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Gavin Newsom,10432,DEM,58,61.94852712581237,John Cox,10438,REP,38,38.051472874187624,20,23.897054251624745 +56793,91519,135,2018,CA,Gov-G,2018_Gov-G_CA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,1108,Gavin Newsom,10432,DEM,53,61.94852712581237,John Cox,10438,REP,41,38.051472874187624,12,23.897054251624745 +55979,89709,136,2018,CO,Gov-G,2018_Gov-G_CO,Keating Research/Magellan Strategies,481,FALSE,FALSE,Live Phone,NA,2018-09-19,2018-11-06,48,600,Jared Polis,11206,DEM,47,53.41999523180024,Walker Stapleton,11207,REP,40,42.80294899689592,7,10.617046234904322 +56269,90418,136,2018,CO,Gov-G,2018_Gov-G_CO,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2018-10-09,2018-11-06,28,500,Jared Polis,11206,DEM,47,53.41999523180024,Walker Stapleton,11207,REP,40,42.80294899689592,7,10.617046234904322 +56340,90571,136,2018,CO,Gov-G,2018_Gov-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-14,2018-11-06,23,800,Jared Polis,11206,DEM,54,53.41999523180024,Walker Stapleton,11207,REP,42,42.80294899689592,12,10.617046234904322 +56630,91192,136,2018,CO,Gov-G,2018_Gov-G_CO,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,500,Jared Polis,11206,DEM,45,53.41999523180024,Walker Stapleton,11207,REP,40,42.80294899689592,5,10.617046234904322 +56636,91203,136,2018,CO,Gov-G,2018_Gov-G_CO,Keating Research/OnSight Public Affairs/Melanson,455,FALSE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,517,Jared Polis,11206,DEM,50,53.41999523180024,Walker Stapleton,11207,REP,42,42.80294899689592,8,10.617046234904322 +54129,87607,137,2018,CT,Gov-G,2018_Gov-G_CT,GreatBlue Research,748,FALSE,FALSE,Live Phone,NA,2018-09-14,2018-11-06,53,501,Edward Lamont,12432,DEM,43.1,48.09834781415735,Robert Stefanowski,12433,REP,36.9,44.40920299430695,6.200000000000003,3.689144819850398 +56129,90088,137,2018,CT,Gov-G,2018_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-05,2018-11-06,32,767,Edward Lamont,12432,DEM,47,48.09834781415735,Robert Stefanowski,12433,REP,39,44.40920299430695,8,3.689144819850398 +56212,90279,137,2018,CT,Gov-G,2018_Gov-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-10-08,2018-11-06,29,828,Edward Lamont,12432,DEM,43,48.09834781415735,Robert Stefanowski,12433,REP,38,44.40920299430695,5,3.689144819850398 +56381,90640,137,2018,CT,Gov-G,2018_Gov-G_CT,GreatBlue Research,748,FALSE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,501,Edward Lamont,12432,DEM,39.5,48.09834781415735,Robert Stefanowski,12433,REP,36.1,44.40920299430695,3.3999999999999986,3.689144819850398 +56538,90957,137,2018,CT,Gov-G,2018_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,1201,Edward Lamont,12432,DEM,47,48.09834781415735,Robert Stefanowski,12433,REP,43,44.40920299430695,4,3.689144819850398 +56596,91107,137,2018,CT,Gov-G,2018_Gov-G_CT,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,780,Edward Lamont,12432,DEM,45.5,48.09834781415735,Robert Stefanowski,12433,REP,39.3,44.40920299430695,6.200000000000003,3.689144819850398 +56647,91231,137,2018,CT,Gov-G,2018_Gov-G_CT,GreatBlue Research,748,FALSE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,500,Edward Lamont,12432,DEM,37.6,48.09834781415735,Robert Stefanowski,12433,REP,40,44.40920299430695,-2.3999999999999986,3.689144819850398 +56662,91256,137,2018,CT,Gov-G,2018_Gov-G_CT,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,681,Edward Lamont,12432,DEM,46,48.09834781415735,Robert Stefanowski,12433,REP,37,44.40920299430695,9,3.689144819850398 +53966,86848,138,2018,FL,Gov-G,2018_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-09-08,2018-11-06,59,634,Andrew Gillum,10440,DEM,47,49.19035331043708,Ron DeSantis,12450,REP,43,49.58525336652815,4,-0.3949000560910676 +53967,86849,138,2018,FL,Gov-G,2018_Gov-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2018-09-08,2018-11-06,59,514,Andrew Gillum,10440,DEM,47,49.19035331043708,Ron DeSantis,12450,REP,43,49.58525336652815,4,-0.3949000560910676 +53991,86927,138,2018,FL,Gov-G,2018_Gov-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-10,2018-11-06,57,800,Andrew Gillum,10440,DEM,48,49.19035331043708,Ron DeSantis,12450,REP,42,49.58525336652815,6,-0.3949000560910676 +54089,87426,138,2018,FL,Gov-G,2018_Gov-G_FL,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-09,2018-11-06,58,1000,Andrew Gillum,10440,DEM,50.1,49.19035331043708,Ron DeSantis,12450,REP,43.5,49.58525336652815,6.600000000000001,-0.3949000560910676 +54103,87453,138,2018,FL,Gov-G,2018_Gov-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel,NA,2018-09-15,2018-11-06,52,850,Andrew Gillum,10440,DEM,41,49.19035331043708,Ron DeSantis,12450,REP,39,49.58525336652815,2,-0.3949000560910676 +55834,89395,138,2018,FL,Gov-G,2018_Gov-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,605,Andrew Gillum,10440,DEM,47,49.19035331043708,Ron DeSantis,12450,REP,43,49.58525336652815,4,-0.3949000560910676 +55868,89508,138,2018,FL,Gov-G,2018_Gov-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,600,Andrew Gillum,10440,DEM,48,49.19035331043708,Ron DeSantis,12450,REP,43,49.58525336652815,5,-0.3949000560910676 +55848,89551,138,2018,FL,Gov-G,2018_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-09-22,2018-11-06,45,888,Andrew Gillum,10440,DEM,54,49.19035331043708,Ron DeSantis,12450,REP,45,49.58525336652815,9,-0.3949000560910676 +55924,89609,138,2018,FL,Gov-G,2018_Gov-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2018-09-21,2018-11-06,46,622,Andrew Gillum,10440,DEM,48,49.19035331043708,Ron DeSantis,12450,REP,42,49.58525336652815,6,-0.3949000560910676 +55997,89755,138,2018,FL,Gov-G,2018_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-09-26,2018-11-06,41,815,Andrew Gillum,10440,DEM,45,49.19035331043708,Ron DeSantis,12450,REP,44,49.58525336652815,1,-0.3949000560910676 +55962,89679,138,2018,FL,Gov-G,2018_Gov-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-09-29,2018-11-06,38,2313,Andrew Gillum,10440,DEM,46.7,49.19035331043708,Ron DeSantis,12450,REP,44.7,49.58525336652815,2,-0.3949000560910676 +55960,89675,138,2018,FL,Gov-G,2018_Gov-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-29,2018-11-06,38,779,Andrew Gillum,10440,DEM,48,49.19035331043708,Ron DeSantis,12450,REP,44,49.58525336652815,4,-0.3949000560910676 +74941,142776,138,2018,FL,Gov-G,2018_Gov-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2018-09-29,2018-11-06,38,1037,Andrew Gillum,10440,DEM,44.5,49.19035331043708,Ron DeSantis,12450,REP,46.7,49.58525336652815,-2.200000000000003,-0.3949000560910676 +55983,89716,138,2018,FL,Gov-G,2018_Gov-G_FL,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,800,Andrew Gillum,10440,DEM,44,49.19035331043708,Ron DeSantis,12450,REP,43,49.58525336652815,1,-0.3949000560910676 +56295,90468,138,2018,FL,Gov-G,2018_Gov-G_FL,KFF,419,TRUE,FALSE,Live Phone,NA,2018-09-25,2018-11-06,42,522,Andrew Gillum,10440,DEM,48,49.19035331043708,Ron DeSantis,12450,REP,40,49.58525336652815,8,-0.3949000560910676 +56084,89945,138,2018,FL,Gov-G,2018_Gov-G_FL,Florida Southern College Center for Polling and Policy Research,411,FALSE,FALSE,Live Phone,NA,2018-10-03,2018-11-06,34,476,Andrew Gillum,10440,DEM,47.13,49.19035331043708,Ron DeSantis,12450,REP,43.82,49.58525336652815,3.3100000000000023,-0.3949000560910676 +56267,90416,138,2018,FL,Gov-G,2018_Gov-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-10-15,2018-11-06,22,1974,Andrew Gillum,10440,DEM,47,49.19035331043708,Ron DeSantis,12450,REP,45.9,49.58525336652815,1.1000000000000014,-0.3949000560910676 +56360,90596,138,2018,FL,Gov-G,2018_Gov-G_FL,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2018-10-16,2018-11-06,21,2200,Andrew Gillum,10440,DEM,45,49.19035331043708,Ron DeSantis,12450,REP,48,49.58525336652815,-3,-0.3949000560910676 +56335,90560,138,2018,FL,Gov-G,2018_Gov-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,DEM,2018-10-19,2018-11-06,18,600,Andrew Gillum,10440,DEM,48,49.19035331043708,Ron DeSantis,12450,REP,42,49.58525336652815,6,-0.3949000560910676 +56334,90557,138,2018,FL,Gov-G,2018_Gov-G_FL,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-18,2018-11-06,19,759,Andrew Gillum,10440,DEM,54,49.19035331043708,Ron DeSantis,12450,REP,42,49.58525336652815,12,-0.3949000560910676 +56344,90577,138,2018,FL,Gov-G,2018_Gov-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-10-20,2018-11-06,17,1575,Andrew Gillum,10440,DEM,47.4,49.19035331043708,Ron DeSantis,12450,REP,46.4,49.58525336652815,1,-0.3949000560910676 +56365,90605,138,2018,FL,Gov-G,2018_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-20,2018-11-06,17,665,Andrew Gillum,10440,DEM,49,49.19035331043708,Ron DeSantis,12450,REP,42,49.58525336652815,7,-0.3949000560910676 +56390,90649,138,2018,FL,Gov-G,2018_Gov-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel,NA,2018-10-20,2018-11-06,17,704,Andrew Gillum,10440,DEM,41.4,49.19035331043708,Ron DeSantis,12450,REP,36.7,49.58525336652815,4.699999999999996,-0.3949000560910676 +56353,90639,138,2018,FL,Gov-G,2018_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-19,2018-11-06,18,1161,Andrew Gillum,10440,DEM,52,49.19035331043708,Ron DeSantis,12450,REP,46,49.58525336652815,6,-0.3949000560910676 +56468,90822,138,2018,FL,Gov-G,2018_Gov-G_FL,1892 Polling,461,FALSE,FALSE,IVR,REP,2018-10-21,2018-11-06,16,2500,Andrew Gillum,10440,DEM,46,49.19035331043708,Ron DeSantis,12450,REP,47,49.58525336652815,-1,-0.3949000560910676 +56429,90709,138,2018,FL,Gov-G,2018_Gov-G_FL,Saint Leo University Polling Institute,299,FALSE,FALSE,Online Panel,NA,2018-10-19,2018-11-06,18,698,Andrew Gillum,10440,DEM,48.6,49.19035331043708,Ron DeSantis,12450,REP,36.8,49.58525336652815,11.800000000000004,-0.3949000560910676 +56419,90690,138,2018,FL,Gov-G,2018_Gov-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-22,2018-11-06,15,773,Andrew Gillum,10440,DEM,51,49.19035331043708,Ron DeSantis,12450,REP,46,49.58525336652815,5,-0.3949000560910676 +56466,90817,138,2018,FL,Gov-G,2018_Gov-G_FL,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,800,Andrew Gillum,10440,DEM,45,49.19035331043708,Ron DeSantis,12450,REP,48,49.58525336652815,-3,-0.3949000560910676 +56587,91082,138,2018,FL,Gov-G,2018_Gov-G_FL,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-21,2018-11-06,16,1069,Andrew Gillum,10440,DEM,50,49.19035331043708,Ron DeSantis,12450,REP,44,49.58525336652815,6,-0.3949000560910676 +56498,90883,138,2018,FL,Gov-G,2018_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-25,2018-11-06,12,991,Andrew Gillum,10440,DEM,47,49.19035331043708,Ron DeSantis,12450,REP,46,49.58525336652815,1,-0.3949000560910676 +56537,90955,138,2018,FL,Gov-G,2018_Gov-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,1051,Andrew Gillum,10440,DEM,49,49.19035331043708,Ron DeSantis,12450,REP,43,49.58525336652815,6,-0.3949000560910676 +56450,90793,138,2018,FL,Gov-G,2018_Gov-G_FL,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,737,Andrew Gillum,10440,DEM,47.63,49.19035331043708,Ron DeSantis,12450,REP,43.25,49.58525336652815,4.380000000000003,-0.3949000560910676 +56554,90990,138,2018,FL,Gov-G,2018_Gov-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,500,Andrew Gillum,10440,DEM,45,49.19035331043708,Ron DeSantis,12450,REP,44,49.58525336652815,1,-0.3949000560910676 +56610,91143,138,2018,FL,Gov-G,2018_Gov-G_FL,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,495,Andrew Gillum,10440,DEM,46.7,49.19035331043708,Ron DeSantis,12450,REP,47.3,49.58525336652815,-0.5999999999999943,-0.3949000560910676 +56640,91213,138,2018,FL,Gov-G,2018_Gov-G_FL,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,781,Andrew Gillum,10440,DEM,49,49.19035331043708,Ron DeSantis,12450,REP,48,49.58525336652815,1,-0.3949000560910676 +56711,91350,138,2018,FL,Gov-G,2018_Gov-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1400,Andrew Gillum,10440,DEM,44.2,49.19035331043708,Ron DeSantis,12450,REP,41.9,49.58525336652815,2.3000000000000043,-0.3949000560910676 +56638,91209,138,2018,FL,Gov-G,2018_Gov-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-10-29,2018-11-06,8,2543,Andrew Gillum,10440,DEM,48.4,49.19035331043708,Ron DeSantis,12450,REP,46.1,49.58525336652815,2.299999999999997,-0.3949000560910676 +74940,142775,138,2018,FL,Gov-G,2018_Gov-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2018-10-29,2018-11-06,8,1193,Andrew Gillum,10440,DEM,43.3,49.19035331043708,Ron DeSantis,12450,REP,50.5,49.58525336652815,-7.200000000000003,-0.3949000560910676 +56674,91274,138,2018,FL,Gov-G,2018_Gov-G_FL,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-29,2018-11-06,8,696,Andrew Gillum,10440,DEM,53,49.19035331043708,Ron DeSantis,12450,REP,47,49.58525336652815,6,-0.3949000560910676 +56706,91338,138,2018,FL,Gov-G,2018_Gov-G_FL,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2018-10-30,2018-11-06,7,558,Andrew Gillum,10440,DEM,47,49.19035331043708,Ron DeSantis,12450,REP,48,49.58525336652815,-1,-0.3949000560910676 +69584,129670,138,2018,FL,Gov-G,2018_Gov-G_FL,MWR Strategies,617,FALSE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,1005,Andrew Gillum,10440,DEM,41.3,49.19035331043708,Ron DeSantis,12450,REP,40.3,49.58525336652815,1,-0.3949000560910676 +56717,91359,138,2018,FL,Gov-G,2018_Gov-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,600,Andrew Gillum,10440,DEM,49.5,49.19035331043708,Ron DeSantis,12450,REP,44.8,49.58525336652815,4.700000000000003,-0.3949000560910676 +56703,91333,138,2018,FL,Gov-G,2018_Gov-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-11-01,2018-11-06,5,2733,Andrew Gillum,10440,DEM,48.4,49.19035331043708,Ron DeSantis,12450,REP,46.3,49.58525336652815,2.1000000000000014,-0.3949000560910676 +56769,91468,138,2018,FL,Gov-G,2018_Gov-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,595,Andrew Gillum,10440,DEM,50,49.19035331043708,Ron DeSantis,12450,REP,46,49.58525336652815,4,-0.3949000560910676 +56756,91439,138,2018,FL,Gov-G,2018_Gov-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,753,Andrew Gillum,10440,DEM,48,49.19035331043708,Ron DeSantis,12450,REP,47,49.58525336652815,1,-0.3949000560910676 +56780,91488,138,2018,FL,Gov-G,2018_Gov-G_FL,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-02,2018-11-06,4,784,Andrew Gillum,10440,DEM,50.9,49.19035331043708,Ron DeSantis,12450,REP,45.6,49.58525336652815,5.299999999999997,-0.3949000560910676 +56802,91530,138,2018,FL,Gov-G,2018_Gov-G_FL,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Andrew Gillum,10440,DEM,47,49.19035331043708,Ron DeSantis,12450,REP,46,49.58525336652815,1,-0.3949000560910676 +56771,91471,138,2018,FL,Gov-G,2018_Gov-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-11-03,2018-11-06,3,3088,Andrew Gillum,10440,DEM,49.5,49.19035331043708,Ron DeSantis,12450,REP,45.4,49.58525336652815,4.100000000000001,-0.3949000560910676 +56770,91470,138,2018,FL,Gov-G,2018_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,1142,Andrew Gillum,10440,DEM,50,49.19035331043708,Ron DeSantis,12450,REP,43,49.58525336652815,7,-0.3949000560910676 +56830,91588,138,2018,FL,Gov-G,2018_Gov-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-04,2018-11-06,2,600,Andrew Gillum,10440,DEM,48.7,49.19035331043708,Ron DeSantis,12450,REP,46.3,49.58525336652815,2.4000000000000057,-0.3949000560910676 +56825,91582,138,2018,FL,Gov-G,2018_Gov-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-04,2018-11-06,2,1484,Andrew Gillum,10440,DEM,46.6,49.19035331043708,Ron DeSantis,12450,REP,50,49.58525336652815,-3.3999999999999986,-0.3949000560910676 +55833,89394,139,2018,GA,Gov-G,2018_Gov-G_GA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2018-09-19,2018-11-06,48,603,Stacey Abrams,11363,DEM,48,48.83282123245386,Brian Kemp,11364,REP,42,50.22196679230569,6,-1.3891455598518334 +55973,89698,139,2018,GA,Gov-G,2018_Gov-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2018-09-17,2018-11-06,50,1955,Stacey Abrams,11363,DEM,43,48.83282123245386,Brian Kemp,11364,REP,43,50.22196679230569,0,-1.3891455598518334 +55953,89663,139,2018,GA,Gov-G,2018_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Online Panel,NA,2018-10-01,2018-11-06,36,964,Stacey Abrams,11363,DEM,46.3,48.83282123245386,Brian Kemp,11364,REP,48,50.22196679230569,-1.7000000000000028,-1.3891455598518334 +56134,90094,139,2018,GA,Gov-G,2018_Gov-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-10-05,2018-11-06,32,729,Stacey Abrams,11363,DEM,46,48.83282123245386,Brian Kemp,11364,REP,46,50.22196679230569,0,-1.3891455598518334 +56102,89990,139,2018,GA,Gov-G,2018_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-05,2018-11-06,32,655,Stacey Abrams,11363,DEM,45,48.83282123245386,Brian Kemp,11364,REP,47,50.22196679230569,-2,-1.3891455598518334 +56168,90164,139,2018,GA,Gov-G,2018_Gov-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2018-10-04,2018-11-06,33,1232,Stacey Abrams,11363,DEM,46.3,48.83282123245386,Brian Kemp,11364,REP,47.7,50.22196679230569,-1.4000000000000057,-1.3891455598518334 +56266,90415,139,2018,GA,Gov-G,2018_Gov-G_GA,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-08,2018-11-06,29,1088,Stacey Abrams,11363,DEM,46,48.83282123245386,Brian Kemp,11364,REP,47,50.22196679230569,-1,-1.3891455598518334 +56442,90778,139,2018,GA,Gov-G,2018_Gov-G_GA,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,554,Stacey Abrams,11363,DEM,45,48.83282123245386,Brian Kemp,11364,REP,46,50.22196679230569,-1,-1.3891455598518334 +56380,90638,139,2018,GA,Gov-G,2018_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2018-10-21,2018-11-06,16,824,Stacey Abrams,11363,DEM,47.7,48.83282123245386,Brian Kemp,11364,REP,48.4,50.22196679230569,-0.6999999999999957,-1.3891455598518334 +56559,90996,139,2018,GA,Gov-G,2018_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2018-10-28,2018-11-06,9,623,Stacey Abrams,11363,DEM,48.1,48.83282123245386,Brian Kemp,11364,REP,47.2,50.22196679230569,0.8999999999999986,-1.3891455598518334 +56645,91228,139,2018,GA,Gov-G,2018_Gov-G_GA,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,504,Stacey Abrams,11363,DEM,47,48.83282123245386,Brian Kemp,11364,REP,49.2,50.22196679230569,-2.200000000000003,-1.3891455598518334 +56648,91232,139,2018,GA,Gov-G,2018_Gov-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,1091,Stacey Abrams,11363,DEM,46.9,48.83282123245386,Brian Kemp,11364,REP,46.7,50.22196679230569,0.19999999999999574,-1.3891455598518334 +56670,91270,139,2018,GA,Gov-G,2018_Gov-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-30,2018-11-06,7,724,Stacey Abrams,11363,DEM,47.3,48.83282123245386,Brian Kemp,11364,REP,49.4,50.22196679230569,-2.1000000000000014,-1.3891455598518334 +56775,91483,139,2018,GA,Gov-G,2018_Gov-G_GA,20/20 Insight,1,FALSE,FALSE,IVR,DEM,2018-11-01,2018-11-06,5,614,Stacey Abrams,11363,DEM,50,48.83282123245386,Brian Kemp,11364,REP,46,50.22196679230569,4,-1.3891455598518334 +56749,91429,139,2018,GA,Gov-G,2018_Gov-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-01,2018-11-06,5,2171,Stacey Abrams,11363,DEM,40.1,48.83282123245386,Brian Kemp,11364,REP,52.4,50.22196679230569,-12.299999999999997,-1.3891455598518334 +56292,90465,140,2018,HI,Gov-G,2018_Gov-G_HI,MRG Research,207,FALSE,FALSE,IVR,NA,2018-10-10,2018-11-06,27,961,David Y. Ige,12474,DEM,52,62.66813016991477,Andria P. L. Tupola,12475,REP,31,33.70125600304982,21,28.966874166864947 +56795,91522,141,2018,ID,Gov-G,2018_Gov-G_ID,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,838,Paulette E. Jordan,11357,DEM,39,38.18693803490484,Brad Little,11358,REP,55,59.76573667519926,-16,-21.578798640294416 +53997,86911,142,2018,IL,Gov-G,2018_Gov-G_IL,Repass,268,FALSE,FALSE,Live Phone,NA,2018-09-09,2018-11-06,58,1024,J.B. Pritzker,11103,DEM,44,54.527991007237354,Bruce Rauner,11104,REP,27.1,38.82770842216113,16.9,15.700282585076224 +56120,90077,142,2018,IL,Gov-G,2018_Gov-G_IL,Impact Research,14,FALSE,FALSE,Online Panel,DEM,2018-09-23,2018-11-06,44,1007,J.B. Pritzker,11103,DEM,48,54.527991007237354,Bruce Rauner,11104,REP,32,38.82770842216113,16,15.700282585076224 +55986,89721,142,2018,IL,Gov-G,2018_Gov-G_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2018-09-26,2018-11-06,41,715,J.B. Pritzker,11103,DEM,49,54.527991007237354,Bruce Rauner,11104,REP,27,38.82770842216113,22,15.700282585076224 +56098,89973,142,2018,IL,Gov-G,2018_Gov-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2018-09-29,2018-11-06,38,1208,J.B. Pritzker,11103,DEM,47.4,54.527991007237354,Bruce Rauner,11104,REP,31.5,38.82770842216113,15.899999999999999,15.700282585076224 +56136,90100,142,2018,IL,Gov-G,2018_Gov-G_IL,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-01,2018-11-06,36,968,J.B. Pritzker,11103,DEM,50.1,54.527991007237354,Bruce Rauner,11104,REP,29.7,38.82770842216113,20.400000000000002,15.700282585076224 +56736,91406,142,2018,IL,Gov-G,2018_Gov-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2018-11-02,2018-11-06,4,1208,J.B. Pritzker,11103,DEM,49,54.527991007237354,Bruce Rauner,11104,REP,33,38.82770842216113,16,15.700282585076224 +53921,86724,143,2018,IA,Gov-G,2018_Gov-G_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-07,2018-11-06,60,1000,Fred Hubbell,11117,DEM,35.9,47.52696141568711,Kim Reynolds,11118,REP,31.3,50.26031192237643,4.599999999999998,-2.7333505066893196 +54176,87711,143,2018,IA,Gov-G,2018_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2018-09-19,2018-11-06,48,555,Fred Hubbell,11117,DEM,43,47.52696141568711,Kim Reynolds,11118,REP,41,50.26031192237643,2,-2.7333505066893196 +56684,91579,143,2018,IA,Gov-G,2018_Gov-G_IA,University of Iowa Hawkeye Poll Cooperative,353,FALSE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,452,Fred Hubbell,11117,DEM,47.7,47.52696141568711,Kim Reynolds,11118,REP,40.31,50.26031192237643,7.390000000000001,-2.7333505066893196 +56672,91272,143,2018,IA,Gov-G,2018_Gov-G_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,1462,Fred Hubbell,11117,DEM,45,47.52696141568711,Kim Reynolds,11118,REP,48.9,50.26031192237643,-3.8999999999999986,-2.7333505066893196 +56722,91367,143,2018,IA,Gov-G,2018_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,801,Fred Hubbell,11117,DEM,46,47.52696141568711,Kim Reynolds,11118,REP,44,50.26031192237643,2,-2.7333505066893196 +56796,91523,143,2018,IA,Gov-G,2018_Gov-G_IA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,961,Fred Hubbell,11117,DEM,49,47.52696141568711,Kim Reynolds,11118,REP,46,50.26031192237643,3,-2.7333505066893196 +54002,86919,144,2018,KS,Gov-G,2018_Gov-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-12,2018-11-06,55,618,Laura Kelly,11403,DEM,38,48.02753972513374,Kris W. Kobach,11404,REP,39,42.95662332096239,-1,5.070916404171349 +55858,89439,144,2018,KS,Gov-G,2018_Gov-G_KS,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2018-09-23,2018-11-06,44,1178,Laura Kelly,11403,DEM,41,48.02753972513374,Kris W. Kobach,11404,REP,39,42.95662332096239,2,5.070916404171349 +56487,90861,144,2018,KS,Gov-G,2018_Gov-G_KS,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2018-09-08,2018-11-06,59,324,Laura Kelly,11403,DEM,40,48.02753972513374,Kris W. Kobach,11404,REP,36,42.95662332096239,4,5.070916404171349 +55943,89645,144,2018,KS,Gov-G,2018_Gov-G_KS,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-27,2018-11-06,40,938,Laura Kelly,11403,DEM,35.9,48.02753972513374,Kris W. Kobach,11404,REP,37.3,42.95662332096239,-1.3999999999999986,5.070916404171349 +56054,89903,144,2018,KS,Gov-G,2018_Gov-G_KS,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2018-09-30,2018-11-06,37,1680,Laura Kelly,11403,DEM,42,48.02753972513374,Kris W. Kobach,11404,REP,41,42.95662332096239,1,5.070916404171349 +56392,90652,144,2018,KS,Gov-G,2018_Gov-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-10-19,2018-11-06,18,698,Laura Kelly,11403,DEM,41,48.02753972513374,Kris W. Kobach,11404,REP,41,42.95662332096239,0,5.070916404171349 +56588,91083,144,2018,KS,Gov-G,2018_Gov-G_KS,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-22,2018-11-06,15,986,Laura Kelly,11403,DEM,43,48.02753972513374,Kris W. Kobach,11404,REP,41,42.95662332096239,2,5.070916404171349 +56545,90975,144,2018,KS,Gov-G,2018_Gov-G_KS,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,976,Laura Kelly,11403,DEM,43,48.02753972513374,Kris W. Kobach,11404,REP,44.3,42.95662332096239,-1.2999999999999972,5.070916404171349 +56191,90230,145,2018,ME,Gov-G,2018_Gov-G_ME,Slingshot Strategies,451,FALSE,FALSE,Live Phone/Online Panel,IND,2018-09-28,2018-11-06,39,600,Janet T. Mills,11396,DEM,41,50.8924678158204,Shawn H. Moody,11397,REP,33,43.17825413411515,8,7.714213681705253 +56194,90238,145,2018,ME,Gov-G,2018_Gov-G_ME,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-09-30,2018-11-06,37,801,Janet T. Mills,11396,DEM,52,50.8924678158204,Shawn H. Moody,11397,REP,44,43.17825413411515,8,7.714213681705253 +56319,90517,145,2018,ME,Gov-G,2018_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,500,Janet T. Mills,11396,DEM,44.4,50.8924678158204,Shawn H. Moody,11397,REP,35.9,43.17825413411515,8.5,7.714213681705253 +56597,91108,145,2018,ME,Gov-G,2018_Gov-G_ME,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,883,Janet T. Mills,11396,DEM,49.7,50.8924678158204,Shawn H. Moody,11397,REP,41.7,43.17825413411515,8,7.714213681705253 +56680,91289,145,2018,ME,Gov-G,2018_Gov-G_ME,Slingshot Strategies,451,FALSE,FALSE,IVR,IND,2018-11-01,2018-11-06,5,518,Janet T. Mills,11396,DEM,55,50.8924678158204,Shawn H. Moody,11397,REP,38,43.17825413411515,17,7.714213681705253 +54087,87423,146,2018,MD,Gov-G,2018_Gov-G_MD,Goucher College Sarah T. Hughes Center for Politics,414,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,472,Ben Jealous,11204,DEM,32,43.50764934181293,Larry Hogan,11205,REP,54,55.354192123972446,-22,-11.846542782159517 +55919,89604,146,2018,MD,Gov-G,2018_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-09-25,2018-11-06,42,625,Ben Jealous,11204,DEM,37,43.50764934181293,Larry Hogan,11205,REP,52,55.354192123972446,-15,-11.846542782159517 +56124,90082,146,2018,MD,Gov-G,2018_Gov-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,IND,2018-10-03,2018-11-06,34,806,Ben Jealous,11204,DEM,35.7,43.50764934181293,Larry Hogan,11205,REP,53.6,55.354192123972446,-17.9,-11.846542782159517 +56106,89996,146,2018,MD,Gov-G,2018_Gov-G_MD,The Washington Post/University of Maryland Center for Democracy and Civic Engagement,755,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,648,Ben Jealous,11204,DEM,38,43.50764934181293,Larry Hogan,11205,REP,58,55.354192123972446,-20,-11.846542782159517 +54094,87431,147,2018,MA,Gov-G,2018_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-09-15,2018-11-06,52,500,Jay M. Gonzalez,12476,DEM,27.8,33.117663663742256,Charles D. Baker,12477,REP,55.4,66.60177259156926,-27.599999999999998,-33.484108927827 +55850,89533,147,2018,MA,Gov-G,2018_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2018-09-19,2018-11-06,48,506,Jay M. Gonzalez,12476,DEM,24,33.117663663742256,Charles D. Baker,12477,REP,68,66.60177259156926,-44,-33.484108927827 +56133,90093,147,2018,MA,Gov-G,2018_Gov-G_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2018-10-04,2018-11-06,33,485,Jay M. Gonzalez,12476,DEM,27,33.117663663742256,Charles D. Baker,12477,REP,66,66.60177259156926,-39,-33.484108927827 +56585,91080,147,2018,MA,Gov-G,2018_Gov-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2018-10-18,2018-11-06,19,402,Jay M. Gonzalez,12476,DEM,27,33.117663663742256,Charles D. Baker,12477,REP,65,66.60177259156926,-38,-33.484108927827 +56606,91186,147,2018,MA,Gov-G,2018_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,502,Jay M. Gonzalez,12476,DEM,25,33.117663663742256,Charles D. Baker,12477,REP,68,66.60177259156926,-43,-33.484108927827 +56512,90912,147,2018,MA,Gov-G,2018_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,500,Jay M. Gonzalez,12476,DEM,26,33.117663663742256,Charles D. Baker,12477,REP,65.4,66.60177259156926,-39.400000000000006,-33.484108927827 +53933,86747,148,2018,MI,Gov-G,2018_Gov-G_MI,Strategic National,318,FALSE,FALSE,IVR,NA,2018-09-08,2018-11-06,59,1000,Gretchen Whitmer,11406,DEM,49,53.31484960305464,Bill Schuette,11407,REP,39,43.7477194315606,10,9.567130171494043 +54146,87637,148,2018,MI,Gov-G,2018_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2018-09-12,2018-11-06,55,1009,Gretchen Whitmer,11406,DEM,48,53.31484960305464,Bill Schuette,11407,REP,38,43.7477194315606,10,9.567130171494043 +56460,90809,148,2018,MI,Gov-G,2018_Gov-G_MI,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-09-10,2018-11-06,57,798,Gretchen Whitmer,11406,DEM,45,53.31484960305464,Bill Schuette,11407,REP,38,43.7477194315606,7,9.567130171494043 +54082,87279,148,2018,MI,Gov-G,2018_Gov-G_MI,Target Insyght,330,FALSE,FALSE,IVR,NA,2018-09-12,2018-11-06,55,800,Gretchen Whitmer,11406,DEM,50,53.31484960305464,Bill Schuette,11407,REP,41,43.7477194315606,9,9.567130171494043 +55873,89518,148,2018,MI,Gov-G,2018_Gov-G_MI,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-18,2018-11-06,49,1150,Gretchen Whitmer,11406,DEM,52.2,53.31484960305464,Bill Schuette,11407,REP,38.6,43.7477194315606,13.600000000000001,9.567130171494043 +55897,89568,148,2018,MI,Gov-G,2018_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,600,Gretchen Whitmer,11406,DEM,45,53.31484960305464,Bill Schuette,11407,REP,37,43.7477194315606,8,9.567130171494043 +56459,90808,148,2018,MI,Gov-G,2018_Gov-G_MI,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-09-27,2018-11-06,40,800,Gretchen Whitmer,11406,DEM,49,53.31484960305464,Bill Schuette,11407,REP,37,43.7477194315606,12,9.567130171494043 +56022,89844,148,2018,MI,Gov-G,2018_Gov-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,600,Gretchen Whitmer,11406,DEM,46.8,53.31484960305464,Bill Schuette,11407,REP,35.2,43.7477194315606,11.599999999999994,9.567130171494043 +56153,90139,148,2018,MI,Gov-G,2018_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,REP,2018-10-04,2018-11-06,33,654,Gretchen Whitmer,11406,DEM,45.7,53.31484960305464,Bill Schuette,11407,REP,38.2,43.7477194315606,7.5,9.567130171494043 +56458,90807,148,2018,MI,Gov-G,2018_Gov-G_MI,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-10-11,2018-11-06,26,800,Gretchen Whitmer,11406,DEM,46,53.31484960305464,Bill Schuette,11407,REP,36,43.7477194315606,10,9.567130171494043 +56362,90602,148,2018,MI,Gov-G,2018_Gov-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,600,Gretchen Whitmer,11406,DEM,50,53.31484960305464,Bill Schuette,11407,REP,36,43.7477194315606,14,9.567130171494043 +56453,90798,148,2018,MI,Gov-G,2018_Gov-G_MI,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-10-18,2018-11-06,19,906,Gretchen Whitmer,11406,DEM,47,53.31484960305464,Bill Schuette,11407,REP,36,43.7477194315606,11,9.567130171494043 +56485,90858,148,2018,MI,Gov-G,2018_Gov-G_MI,Michigan State University Institute for Public Policy and Social Research,463,TRUE,FALSE,Live Phone,NA,2018-10-17,2018-11-06,20,169,Gretchen Whitmer,11406,DEM,47,53.31484960305464,Bill Schuette,11407,REP,39,43.7477194315606,8,9.567130171494043 +56452,90797,148,2018,MI,Gov-G,2018_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,600,Gretchen Whitmer,11406,DEM,46,53.31484960305464,Bill Schuette,11407,REP,41,43.7477194315606,5,9.567130171494043 +56743,91419,148,2018,MI,Gov-G,2018_Gov-G_MI,Target Insyght,330,FALSE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,800,Gretchen Whitmer,11406,DEM,48,53.31484960305464,Bill Schuette,11407,REP,44,43.7477194315606,4,9.567130171494043 +56488,90862,148,2018,MI,Gov-G,2018_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2018-10-25,2018-11-06,12,400,Gretchen Whitmer,11406,DEM,48,53.31484960305464,Bill Schuette,11407,REP,43,43.7477194315606,5,9.567130171494043 +56507,90901,148,2018,MI,Gov-G,2018_Gov-G_MI,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-25,2018-11-06,12,822,Gretchen Whitmer,11406,DEM,51.7,53.31484960305464,Bill Schuette,11407,REP,41.3,43.7477194315606,10.400000000000006,9.567130171494043 +56520,90924,148,2018,MI,Gov-G,2018_Gov-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,600,Gretchen Whitmer,11406,DEM,50,53.31484960305464,Bill Schuette,11407,REP,37.5,43.7477194315606,12.5,9.567130171494043 +56738,91408,148,2018,MI,Gov-G,2018_Gov-G_MI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Gretchen Whitmer,11406,DEM,47,53.31484960305464,Bill Schuette,11407,REP,43,43.7477194315606,4,9.567130171494043 +56772,91472,148,2018,MI,Gov-G,2018_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2018-11-04,2018-11-06,2,701,Gretchen Whitmer,11406,DEM,54,53.31484960305464,Bill Schuette,11407,REP,40,43.7477194315606,14,9.567130171494043 +56811,91552,148,2018,MI,Gov-G,2018_Gov-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,880,Gretchen Whitmer,11406,DEM,51,53.31484960305464,Bill Schuette,11407,REP,43,43.7477194315606,8,9.567130171494043 +56815,91568,148,2018,MI,Gov-G,2018_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2018-11-05,2018-11-06,1,827,Gretchen Whitmer,11406,DEM,48.4,53.31484960305464,Bill Schuette,11407,REP,40.6,43.7477194315606,7.799999999999997,9.567130171494043 +53984,86886,149,2018,MN,Gov-G,2018_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-09-07,2018-11-06,60,574,Tim Walz,12420,DEM,47,53.8438913039025,Jeff Johnson,12421,REP,40,42.426874173603466,7,11.417017130299037 +54046,87179,149,2018,MN,Gov-G,2018_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-09-11,2018-11-06,56,800,Tim Walz,12420,DEM,45,53.8438913039025,Jeff Johnson,12421,REP,36,42.426874173603466,9,11.417017130299037 +56149,90125,149,2018,MN,Gov-G,2018_Gov-G_MN,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-02,2018-11-06,35,637,Tim Walz,12420,DEM,51,53.8438913039025,Jeff Johnson,12421,REP,36,42.426874173603466,15,11.417017130299037 +56196,90242,149,2018,MN,Gov-G,2018_Gov-G_MN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-12,2018-11-06,25,1413,Tim Walz,12420,DEM,47,53.8438913039025,Jeff Johnson,12421,REP,44,42.426874173603466,3,11.417017130299037 +56330,90548,149,2018,MN,Gov-G,2018_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,800,Tim Walz,12420,DEM,45,53.8438913039025,Jeff Johnson,12421,REP,39,42.426874173603466,6,11.417017130299037 +66738,124506,149,2018,MN,Gov-G,2018_Gov-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,404,Tim Walz,12420,DEM,50,53.8438913039025,Jeff Johnson,12421,REP,34,42.426874173603466,16,11.417017130299037 +56652,91236,149,2018,MN,Gov-G,2018_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2018-10-30,2018-11-06,7,600,Tim Walz,12420,DEM,49,53.8438913039025,Jeff Johnson,12421,REP,41,42.426874173603466,8,11.417017130299037 +56739,91409,149,2018,MN,Gov-G,2018_Gov-G_MN,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Tim Walz,12420,DEM,48,53.8438913039025,Jeff Johnson,12421,REP,42,42.426874173603466,6,11.417017130299037 +56797,91525,149,2018,MN,Gov-G,2018_Gov-G_MN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,953,Tim Walz,12420,DEM,53,53.8438913039025,Jeff Johnson,12421,REP,41,42.426874173603466,12,11.417017130299037 +53942,86767,151,2018,NV,Gov-G,2018_Gov-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-09-07,2018-11-06,60,500,Steve Sisolak,11119,DEM,37.4,49.393650333042125,Adam Paul Laxalt,11120,REP,35.4,45.309781137869045,2,4.0838691951730794 +54050,87186,151,2018,NV,Gov-G,2018_Gov-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-09-11,2018-11-06,56,700,Steve Sisolak,11119,DEM,50,49.393650333042125,Adam Paul Laxalt,11120,REP,38,45.309781137869045,12,4.0838691951730794 +54092,87429,151,2018,NV,Gov-G,2018_Gov-G_NV,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-12,2018-11-06,55,1039,Steve Sisolak,11119,DEM,40,49.393650333042125,Adam Paul Laxalt,11120,REP,43,45.309781137869045,-3,4.0838691951730794 +55956,89677,151,2018,NV,Gov-G,2018_Gov-G_NV,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-27,2018-11-06,40,693,Steve Sisolak,11119,DEM,45,49.393650333042125,Adam Paul Laxalt,11120,REP,41,45.309781137869045,4,4.0838691951730794 +56294,90467,151,2018,NV,Gov-G,2018_Gov-G_NV,KFF,419,TRUE,FALSE,Live Phone,NA,2018-09-25,2018-11-06,42,513,Steve Sisolak,11119,DEM,40,49.393650333042125,Adam Paul Laxalt,11120,REP,46,45.309781137869045,-6,4.0838691951730794 +56115,90063,151,2018,NV,Gov-G,2018_Gov-G_NV,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-02,2018-11-06,35,574,Steve Sisolak,11119,DEM,40,49.393650333042125,Adam Paul Laxalt,11120,REP,44,45.309781137869045,-4,4.0838691951730794 +56123,90145,151,2018,NV,Gov-G,2018_Gov-G_NV,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-09,2018-11-06,28,642,Steve Sisolak,11119,DEM,45,49.393650333042125,Adam Paul Laxalt,11120,REP,46,45.309781137869045,-1,4.0838691951730794 +56204,90263,151,2018,NV,Gov-G,2018_Gov-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,625,Steve Sisolak,11119,DEM,40.7,49.393650333042125,Adam Paul Laxalt,11120,REP,45.9,45.309781137869045,-5.199999999999996,4.0838691951730794 +56293,90466,151,2018,NV,Gov-G,2018_Gov-G_NV,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-14,2018-11-06,23,614,Steve Sisolak,11119,DEM,52,49.393650333042125,Adam Paul Laxalt,11120,REP,48,45.309781137869045,4,4.0838691951730794 +56414,90681,151,2018,NV,Gov-G,2018_Gov-G_NV,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-16,2018-11-06,21,1137,Steve Sisolak,11119,DEM,41.2,49.393650333042125,Adam Paul Laxalt,11120,REP,46,45.309781137869045,-4.799999999999997,4.0838691951730794 +56683,91294,151,2018,NV,Gov-G,2018_Gov-G_NV,Gravis Marketing,124,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-25,2018-11-06,12,773,Steve Sisolak,11119,DEM,46,49.393650333042125,Adam Paul Laxalt,11120,REP,44,45.309781137869045,2,4.0838691951730794 +56601,91124,151,2018,NV,Gov-G,2018_Gov-G_NV,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,622,Steve Sisolak,11119,DEM,46,49.393650333042125,Adam Paul Laxalt,11120,REP,45,45.309781137869045,1,4.0838691951730794 +56712,91351,151,2018,NV,Gov-G,2018_Gov-G_NV,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1400,Steve Sisolak,11119,DEM,45.1,49.393650333042125,Adam Paul Laxalt,11120,REP,43,45.309781137869045,2.1000000000000014,4.0838691951730794 +56723,91368,151,2018,NV,Gov-G,2018_Gov-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-10-31,2018-11-06,6,2587,Steve Sisolak,11119,DEM,44.9,49.393650333042125,Adam Paul Laxalt,11120,REP,47,45.309781137869045,-2.1000000000000014,4.0838691951730794 +56718,91360,151,2018,NV,Gov-G,2018_Gov-G_NV,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,600,Steve Sisolak,11119,DEM,43.3,49.393650333042125,Adam Paul Laxalt,11120,REP,46.7,45.309781137869045,-3.4000000000000057,4.0838691951730794 +56778,91486,151,2018,NV,Gov-G,2018_Gov-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-03,2018-11-06,3,1197,Steve Sisolak,11119,DEM,47.5,49.393650333042125,Adam Paul Laxalt,11120,REP,46.5,45.309781137869045,1,4.0838691951730794 +56831,91589,151,2018,NV,Gov-G,2018_Gov-G_NV,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-04,2018-11-06,2,600,Steve Sisolak,11119,DEM,44.5,49.393650333042125,Adam Paul Laxalt,11120,REP,44.3,45.309781137869045,0.20000000000000284,4.0838691951730794 +55927,89614,152,2018,NH,Gov-G,2018_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,800,Molly M. Kelly,12515,DEM,44,45.738857256425185,Chris Sununu,12516,REP,49,52.78294008737766,-5,-7.044082830952476 +56205,90264,152,2018,NH,Gov-G,2018_Gov-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,788,Molly M. Kelly,12515,DEM,35.4,45.738857256425185,Chris Sununu,12516,REP,50.5,52.78294008737766,-15.100000000000001,-7.044082830952476 +56285,90451,152,2018,NH,Gov-G,2018_Gov-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Live Phone,NA,2018-10-12,2018-11-06,25,454,Molly M. Kelly,12515,DEM,38.6,45.738857256425185,Chris Sununu,12516,REP,48.6,52.78294008737766,-10,-7.044082830952476 +56318,90516,152,2018,NH,Gov-G,2018_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2018-10-14,2018-11-06,23,499,Molly M. Kelly,12515,DEM,39,45.738857256425185,Chris Sununu,12516,REP,50,52.78294008737766,-11,-7.044082830952476 +56598,91109,152,2018,NH,Gov-G,2018_Gov-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,1139,Molly M. Kelly,12515,DEM,43.3,45.738857256425185,Chris Sununu,12516,REP,50.6,52.78294008737766,-7.300000000000004,-7.044082830952476 +56691,91306,152,2018,NH,Gov-G,2018_Gov-G_NH,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-10-28,2018-11-06,9,901,Molly M. Kelly,12515,DEM,46,45.738857256425185,Chris Sununu,12516,REP,47,52.78294008737766,-1,-7.044082830952476 +56759,91443,152,2018,NH,Gov-G,2018_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2018-11-03,2018-11-06,3,630,Molly M. Kelly,12515,DEM,46,45.738857256425185,Chris Sununu,12516,REP,46,52.78294008737766,0,-7.044082830952476 +54047,87180,153,2018,NM,Gov-G,2018_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,966,Michelle Lujan Grisham,11122,DEM,50,57.199059815437806,Stevan Pearce,11123,REP,43,42.800940184562194,7,14.398119630875613 +55901,89574,153,2018,NM,Gov-G,2018_Gov-G_NM,NSON Opinion Strategy/In Lux Research,804,FALSE,TRUE,Live Phone,LIB,2018-09-22,2018-11-06,45,932,Michelle Lujan Grisham,11122,DEM,43.58,57.199059815437806,Stevan Pearce,11123,REP,40.4,42.800940184562194,3.1799999999999997,14.398119630875613 +56479,90842,153,2018,NM,Gov-G,2018_Gov-G_NM,Pacific Market Research,459,FALSE,FALSE,Online Panel,NA,2018-10-21,2018-11-06,16,400,Michelle Lujan Grisham,11122,DEM,55,57.199059815437806,Stevan Pearce,11123,REP,45,42.800940184562194,10,14.398119630875613 +56508,90902,153,2018,NM,Gov-G,2018_Gov-G_NM,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-25,2018-11-06,12,936,Michelle Lujan Grisham,11122,DEM,52.7,57.199059815437806,Stevan Pearce,11123,REP,43.7,42.800940184562194,9,14.398119630875613 +56503,90893,153,2018,NM,Gov-G,2018_Gov-G_NM,GQR,126,TRUE,FALSE,Live Phone,DEM,2018-10-24,2018-11-06,13,600,Michelle Lujan Grisham,11122,DEM,53,57.199059815437806,Stevan Pearce,11123,REP,44,42.800940184562194,9,14.398119630875613 +56642,91220,153,2018,NM,Gov-G,2018_Gov-G_NM,Carroll Strategies,450,FALSE,FALSE,IVR,NA,2018-10-29,2018-11-06,8,1200,Michelle Lujan Grisham,11122,DEM,50.6,57.199059815437806,Stevan Pearce,11123,REP,45.5,42.800940184562194,5.100000000000001,14.398119630875613 +56732,91393,153,2018,NM,Gov-G,2018_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,993,Michelle Lujan Grisham,11122,DEM,53,57.199059815437806,Stevan Pearce,11123,REP,43,42.800940184562194,10,14.398119630875613 +56803,91531,153,2018,NM,Gov-G,2018_Gov-G_NM,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Michelle Lujan Grisham,11122,DEM,53,57.199059815437806,Stevan Pearce,11123,REP,41,42.800940184562194,12,14.398119630875613 +55942,140284,154,2018,NY,Gov-G,2018_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-09-24,2018-11-06,43,701,Andrew Cuomo,10430,DEM,50,54.958089115977174,Marcus Molinaro,12467,REP,28,30.917953400110644,22,24.04013571586653 +56157,90146,154,2018,NY,Gov-G,2018_Gov-G_NY,Gravis Marketing,124,FALSE,FALSE,IVR/Live Phone/Online Panel,LIB,2018-10-06,2018-11-06,31,783,Andrew Cuomo,10430,DEM,48,54.958089115977174,Marcus Molinaro,12467,REP,25,30.917953400110644,23,24.04013571586653 +56301,90481,154,2018,NY,Gov-G,2018_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,852,Andrew Cuomo,10430,DEM,58,54.958089115977174,Marcus Molinaro,12467,REP,35,30.917953400110644,23,24.04013571586653 +56733,91398,154,2018,NY,Gov-G,2018_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,641,Andrew Cuomo,10430,DEM,49,54.958089115977174,Marcus Molinaro,12467,REP,36,30.917953400110644,13,24.04013571586653 +56740,91410,154,2018,NY,Gov-G,2018_Gov-G_NY,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Andrew Cuomo,10430,DEM,54,54.958089115977174,Marcus Molinaro,12467,REP,37,30.917953400110644,17,24.04013571586653 +53959,86829,155,2018,OH,Gov-G,2018_Gov-G_OH,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-09-06,2018-11-06,61,1592,Richard Cordray,11106,DEM,38,46.68266667148277,Mike DeWine,11107,REP,39,50.38662790303916,-1,-3.7039612315563915 +54069,87222,155,2018,OH,Gov-G,2018_Gov-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2018-09-10,2018-11-06,57,1048,Richard Cordray,11106,DEM,37,46.68266667148277,Mike DeWine,11107,REP,42,50.38662790303916,-5,-3.7039612315563915 +54141,87628,155,2018,OH,Gov-G,2018_Gov-G_OH,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2018-09-19,2018-11-06,48,1003,Richard Cordray,11106,DEM,43.9,46.68266667148277,Mike DeWine,11107,REP,48.6,50.38662790303916,-4.700000000000003,-3.7039612315563915 +55872,89516,155,2018,OH,Gov-G,2018_Gov-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,564,Richard Cordray,11106,DEM,44,46.68266667148277,Mike DeWine,11107,REP,44,50.38662790303916,0,-3.7039612315563915 +55874,89519,155,2018,OH,Gov-G,2018_Gov-G_OH,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-17,2018-11-06,50,1074,Richard Cordray,11106,DEM,43.6,46.68266667148277,Mike DeWine,11107,REP,45.1,50.38662790303916,-1.5,-3.7039612315563915 +56276,90432,155,2018,OH,Gov-G,2018_Gov-G_OH,University of Akron Ray C. Bliss Institute of Applied Politics,432,FALSE,FALSE,Live Phone/Text-to-Web,NA,2018-09-22,2018-11-06,45,1000,Richard Cordray,11106,DEM,36,46.68266667148277,Mike DeWine,11107,REP,37,50.38662790303916,-1,-3.7039612315563915 +56130,90089,155,2018,OH,Gov-G,2018_Gov-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,500,Richard Cordray,11106,DEM,46.4,46.68266667148277,Mike DeWine,11107,REP,40.4,50.38662790303916,6,-3.7039612315563915 +56094,89966,155,2018,OH,Gov-G,2018_Gov-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2018-10-03,2018-11-06,34,1017,Richard Cordray,11106,DEM,37.1,46.68266667148277,Mike DeWine,11107,REP,39.7,50.38662790303916,-2.6000000000000014,-3.7039612315563915 +56541,90970,155,2018,OH,Gov-G,2018_Gov-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2018-10-23,2018-11-06,14,1051,Richard Cordray,11106,DEM,38.8,46.68266667148277,Mike DeWine,11107,REP,39.4,50.38662790303916,-0.6000000000000014,-3.7039612315563915 +56544,90974,155,2018,OH,Gov-G,2018_Gov-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,566,Richard Cordray,11106,DEM,49.3,46.68266667148277,Mike DeWine,11107,REP,45.8,50.38662790303916,3.5,-3.7039612315563915 +56661,91255,155,2018,OH,Gov-G,2018_Gov-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-29,2018-11-06,8,789,Richard Cordray,11106,DEM,48,46.68266667148277,Mike DeWine,11107,REP,43,50.38662790303916,5,-3.7039612315563915 +56646,91229,155,2018,OH,Gov-G,2018_Gov-G_OH,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,503,Richard Cordray,11106,DEM,43.2,46.68266667148277,Mike DeWine,11107,REP,43.4,50.38662790303916,-0.19999999999999574,-3.7039612315563915 +56804,91532,155,2018,OH,Gov-G,2018_Gov-G_OH,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Richard Cordray,11106,DEM,44,46.68266667148277,Mike DeWine,11107,REP,44,50.38662790303916,0,-3.7039612315563915 +56818,91572,155,2018,OH,Gov-G,2018_Gov-G_OH,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,923,Richard Cordray,11106,DEM,48,46.68266667148277,Mike DeWine,11107,REP,43,50.38662790303916,5,-3.7039612315563915 +56828,91586,155,2018,OH,Gov-G,2018_Gov-G_OH,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-11-03,2018-11-06,3,1948,Richard Cordray,11106,DEM,45.8,46.68266667148277,Mike DeWine,11107,REP,42.2,50.38662790303916,3.5999999999999943,-3.7039612315563915 +53957,86826,156,2018,OK,Gov-G,2018_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone,NA,2018-09-07,2018-11-06,60,407,Drew Edmondson,12499,DEM,44.2,42.22684878854672,Kevin Stitt,12500,REP,46.6,54.33135112126334,-2.3999999999999986,-12.10450233271662 +55914,89596,156,2018,OK,Gov-G,2018_Gov-G_OK,The Right Strategy Group,492,FALSE,TRUE,IVR,NA,2018-09-25,2018-11-06,42,1058,Drew Edmondson,12499,DEM,43.4,42.22684878854672,Kevin Stitt,12500,REP,46.9,54.33135112126334,-3.5,-12.10450233271662 +56069,89920,156,2018,OK,Gov-G,2018_Gov-G_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,Live Phone,NA,2018-09-27,2018-11-06,40,500,Drew Edmondson,12499,DEM,40,42.22684878854672,Kevin Stitt,12500,REP,46,54.33135112126334,-6,-12.10450233271662 +56439,90734,156,2018,OK,Gov-G,2018_Gov-G_OK,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,500,Drew Edmondson,12499,DEM,44,42.22684878854672,Kevin Stitt,12500,REP,51,54.33135112126334,-7,-12.10450233271662 +56583,91077,156,2018,OK,Gov-G,2018_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone/Online Panel,NA,2018-10-24,2018-11-06,13,447,Drew Edmondson,12499,DEM,41.6,42.22684878854672,Kevin Stitt,12500,REP,46.4,54.33135112126334,-4.799999999999997,-12.10450233271662 +56748,91428,156,2018,OK,Gov-G,2018_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone/Online Panel,NA,2018-11-02,2018-11-06,4,338,Drew Edmondson,12499,DEM,44.1,42.22684878854672,Kevin Stitt,12500,REP,47,54.33135112126334,-2.8999999999999986,-12.10450233271662 +75073,143139,157,2018,OR,Gov-G,2018_Gov-G_OR,Causeway Solutions,680,FALSE,FALSE,Live Phone,REP,2018-09-08,2018-11-06,59,2831,Kate Brown,11111,DEM,41,50.05353516904419,Knute C. Buehler,11112,REP,43,43.65234652224937,-2,6.401188646794822 +54041,87169,157,2018,OR,Gov-G,2018_Gov-G_OR,Hoffman Research Group,141,FALSE,FALSE,Live Phone,NA,2018-09-12,2018-11-06,55,680,Kate Brown,11111,DEM,46,50.05353516904419,Knute C. Buehler,11112,REP,36,43.65234652224937,10,6.401188646794822 +55857,89438,157,2018,OR,Gov-G,2018_Gov-G_OR,Clout Research,55,FALSE,FALSE,Live Phone,REP,2018-09-22,2018-11-06,45,679,Kate Brown,11111,DEM,41.7,50.05353516904419,Knute C. Buehler,11112,REP,40.8,43.65234652224937,0.9000000000000057,6.401188646794822 +56095,89968,157,2018,OR,Gov-G,2018_Gov-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2018-09-30,2018-11-06,37,356,Kate Brown,11111,DEM,49,50.05353516904419,Knute C. Buehler,11112,REP,45,43.65234652224937,4,6.401188646794822 +56233,90313,157,2018,OR,Gov-G,2018_Gov-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2018-10-08,2018-11-06,29,500,Kate Brown,11111,DEM,40,50.05353516904419,Knute C. Buehler,11112,REP,35,43.65234652224937,5,6.401188646794822 +56543,90973,157,2018,OR,Gov-G,2018_Gov-G_OR,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,747,Kate Brown,11111,DEM,46.7,50.05353516904419,Knute C. Buehler,11112,REP,41.6,43.65234652224937,5.100000000000001,6.401188646794822 +56613,91150,157,2018,OR,Gov-G,2018_Gov-G_OR,Hoffman Research Group,141,FALSE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,694,Kate Brown,11111,DEM,45,50.05353516904419,Knute C. Buehler,11112,REP,42,43.65234652224937,3,6.401188646794822 +54104,87465,158,2018,PA,Gov-G,2018_Gov-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-12,2018-11-06,55,800,Thomas W. Wolf,11113,DEM,52,57.76798459069277,Scott R. Wagner,11114,REP,40,40.69545371571983,12,17.07253087497294 +54148,87641,158,2018,PA,Gov-G,2018_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2018-09-16,2018-11-06,51,404,Thomas W. Wolf,11113,DEM,55,57.76798459069277,Scott R. Wagner,11114,REP,36,40.69545371571983,19,17.07253087497294 +55875,89520,158,2018,PA,Gov-G,2018_Gov-G_PA,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-16,2018-11-06,51,1080,Thomas W. Wolf,11113,DEM,54.6,57.76798459069277,Scott R. Wagner,11114,REP,37.5,40.69545371571983,17.1,17.07253087497294 +55900,89573,158,2018,PA,Gov-G,2018_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2018-09-20,2018-11-06,47,204,Thomas W. Wolf,11113,DEM,52,57.76798459069277,Scott R. Wagner,11114,REP,30,40.69545371571983,22,17.07253087497294 +56200,90256,158,2018,PA,Gov-G,2018_Gov-G_PA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-10-01,2018-11-06,36,1188,Thomas W. Wolf,11113,DEM,48,57.76798459069277,Scott R. Wagner,11114,REP,36,40.69545371571983,12,17.07253087497294 +56628,91188,158,2018,PA,Gov-G,2018_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2018-10-25,2018-11-06,12,214,Thomas W. Wolf,11113,DEM,59,57.76798459069277,Scott R. Wagner,11114,REP,33,40.69545371571983,26,17.07253087497294 +56682,91292,158,2018,PA,Gov-G,2018_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,421,Thomas W. Wolf,11113,DEM,58,57.76798459069277,Scott R. Wagner,11114,REP,37,40.69545371571983,21,17.07253087497294 +56741,91411,158,2018,PA,Gov-G,2018_Gov-G_PA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Thomas W. Wolf,11113,DEM,54,57.76798459069277,Scott R. Wagner,11114,REP,39,40.69545371571983,15,17.07253087497294 +56758,91442,158,2018,PA,Gov-G,2018_Gov-G_PA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,1833,Thomas W. Wolf,11113,DEM,53,57.76798459069277,Scott R. Wagner,11114,REP,42,40.69545371571983,11,17.07253087497294 +54133,87617,159,2018,RI,Gov-G,2018_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,IVR,NA,2018-09-16,2018-11-06,51,420,Gina M. Raimondo,12526,DEM,43,52.6358856644908,Allan W. Fung,12527,REP,36,37.176309308423725,7,15.459576356067075 +56114,90059,159,2018,RI,Gov-G,2018_Gov-G_RI,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,503,Gina M. Raimondo,12526,DEM,48,52.6358856644908,Allan W. Fung,12527,REP,34,37.176309308423725,14,15.459576356067075 +56160,90150,159,2018,RI,Gov-G,2018_Gov-G_RI,SocialSphere,307,FALSE,FALSE,Online Panel,NA,2018-10-07,2018-11-06,30,502,Gina M. Raimondo,12526,DEM,40,52.6358856644908,Allan W. Fung,12527,REP,32,37.176309308423725,8,15.459576356067075 +56518,90922,159,2018,RI,Gov-G,2018_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,416,Gina M. Raimondo,12526,DEM,44.5,52.6358856644908,Allan W. Fung,12527,REP,33.7,37.176309308423725,10.799999999999997,15.459576356067075 +56036,89871,160,2018,SC,Gov-G,2018_Gov-G_SC,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-09-28,2018-11-06,39,2692,James Emerson Smith,12415,DEM,36.7,45.923883602946646,Henry McMaster,12416,REP,50.7,53.95635549720099,-14,-8.032471894254343 +56236,90324,160,2018,SC,Gov-G,2018_Gov-G_SC,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-10-13,2018-11-06,24,4830,James Emerson Smith,12415,DEM,32.1,45.923883602946646,Henry McMaster,12416,REP,55.5,53.95635549720099,-23.4,-8.032471894254343 +56679,91288,160,2018,SC,Gov-G,2018_Gov-G_SC,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2018-10-30,2018-11-06,7,3792,James Emerson Smith,12415,DEM,38.1,45.923883602946646,Henry McMaster,12416,REP,54.3,53.95635549720099,-16.199999999999996,-8.032471894254343 +55908,89589,161,2018,SD,Gov-G,2018_Gov-G_SD,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-09-22,2018-11-06,45,500,Billie H. Sutton,11374,DEM,45,47.596502502844814,Kristi Noem,11375,REP,42,50.974311201778235,3,-3.3778086989334213 +56431,90714,161,2018,SD,Gov-G,2018_Gov-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,500,Billie H. Sutton,11374,DEM,45,47.596502502844814,Kristi Noem,11375,REP,45,50.974311201778235,0,-3.3778086989334213 +56644,91227,161,2018,SD,Gov-G,2018_Gov-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,500,Billie H. Sutton,11374,DEM,44,47.596502502844814,Kristi Noem,11375,REP,47,50.974311201778235,-3,-3.3778086989334213 +56760,91444,161,2018,SD,Gov-G,2018_Gov-G_SD,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,851,Billie H. Sutton,11374,DEM,51,47.596502502844814,Kristi Noem,11375,REP,45,50.974311201778235,6,-3.3778086989334213 +56781,91489,161,2018,SD,Gov-G,2018_Gov-G_SD,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-03,2018-11-06,3,514,Billie H. Sutton,11374,DEM,46.6,47.596502502844814,Kristi Noem,11375,REP,47.6,50.974311201778235,-1,-3.3778086989334213 +53976,86864,162,2018,TN,Gov-G,2018_Gov-G_TN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,686,Karl F. Dean,11380,DEM,35,38.553261409338226,Bill Lee,11381,REP,55,59.56000417243571,-20,-21.006742763097485 +54093,87430,162,2018,TN,Gov-G,2018_Gov-G_TN,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2018-09-11,2018-11-06,56,1038,Karl F. Dean,11380,DEM,37.3,38.553261409338226,Bill Lee,11381,REP,53.7,59.56000417243571,-16.400000000000006,-21.006742763097485 +54058,87214,162,2018,TN,Gov-G,2018_Gov-G_TN,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,723,Karl F. Dean,11380,DEM,43,38.553261409338226,Bill Lee,11381,REP,52,59.56000417243571,-9,-21.006742763097485 +54115,87473,162,2018,TN,Gov-G,2018_Gov-G_TN,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2018-09-17,2018-11-06,50,567,Karl F. Dean,11380,DEM,46,38.553261409338226,Bill Lee,11381,REP,55,59.56000417243571,-9,-21.006742763097485 +55974,89699,162,2018,TN,Gov-G,2018_Gov-G_TN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2018-09-17,2018-11-06,50,1609,Karl F. Dean,11380,DEM,35,38.553261409338226,Bill Lee,11381,REP,46,59.56000417243571,-11,-21.006742763097485 +56017,89826,162,2018,TN,Gov-G,2018_Gov-G_TN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,666,Karl F. Dean,11380,DEM,36,38.553261409338226,Bill Lee,11381,REP,53,59.56000417243571,-17,-21.006742763097485 +56118,90168,162,2018,TN,Gov-G,2018_Gov-G_TN,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,593,Karl F. Dean,11380,DEM,33,38.553261409338226,Bill Lee,11381,REP,59,59.56000417243571,-26,-21.006742763097485 +56704,91335,162,2018,TN,Gov-G,2018_Gov-G_TN,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2018-10-11,2018-11-06,26,558,Karl F. Dean,11380,DEM,44,38.553261409338226,Bill Lee,11381,REP,56,59.56000417243571,-12,-21.006742763097485 +56291,90464,162,2018,TN,Gov-G,2018_Gov-G_TN,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,800,Karl F. Dean,11380,DEM,37,38.553261409338226,Bill Lee,11381,REP,48,59.56000417243571,-11,-21.006742763097485 +56604,91134,162,2018,TN,Gov-G,2018_Gov-G_TN,Cygnal,67,FALSE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,497,Karl F. Dean,11380,DEM,36.1,38.553261409338226,Bill Lee,11381,REP,58.5,59.56000417243571,-22.4,-21.006742763097485 +56577,91067,162,2018,TN,Gov-G,2018_Gov-G_TN,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,471,Karl F. Dean,11380,DEM,40,38.553261409338226,Bill Lee,11381,REP,57,59.56000417243571,-17,-21.006742763097485 +56580,91072,162,2018,TN,Gov-G,2018_Gov-G_TN,Vox Populi Polling,372,FALSE,FALSE,Online Panel,NA,2018-10-28,2018-11-06,9,780,Karl F. Dean,11380,DEM,44,38.553261409338226,Bill Lee,11381,REP,56,59.56000417243571,-12,-21.006742763097485 +56641,91215,162,2018,TN,Gov-G,2018_Gov-G_TN,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,764,Karl F. Dean,11380,DEM,42,38.553261409338226,Bill Lee,11381,REP,52,59.56000417243571,-10,-21.006742763097485 +56681,91290,162,2018,TN,Gov-G,2018_Gov-G_TN,East Tennessee State University Applied Social Research Laboratory,456,FALSE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,495,Karl F. Dean,11380,DEM,36,38.553261409338226,Bill Lee,11381,REP,48,59.56000417243571,-12,-21.006742763097485 +56633,91195,162,2018,TN,Gov-G,2018_Gov-G_TN,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-29,2018-11-06,8,632,Karl F. Dean,11380,DEM,40.8,38.553261409338226,Bill Lee,11381,REP,54.2,59.56000417243571,-13.400000000000006,-21.006742763097485 +56616,91155,162,2018,TN,Gov-G,2018_Gov-G_TN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,718,Karl F. Dean,11380,DEM,37,38.553261409338226,Bill Lee,11381,REP,54,59.56000417243571,-17,-21.006742763097485 +56705,91337,162,2018,TN,Gov-G,2018_Gov-G_TN,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2018-10-30,2018-11-06,7,480,Karl F. Dean,11380,DEM,44,38.553261409338226,Bill Lee,11381,REP,53,59.56000417243571,-9,-21.006742763097485 +53971,86857,163,2018,TX,Gov-G,2018_Gov-G_TX,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2018-09-06,2018-11-06,61,519,Lupe Valdez,11101,DEM,33.91,42.507811223735814,Greg Abbott,11102,REP,52.79,55.80664960496525,-18.880000000000003,-13.298838381229437 +53956,86825,163,2018,TX,Gov-G,2018_Gov-G_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-08,2018-11-06,59,800,Lupe Valdez,11101,DEM,39,42.507811223735814,Greg Abbott,11102,REP,52,55.80664960496525,-13,-13.298838381229437 +54091,87428,163,2018,TX,Gov-G,2018_Gov-G_TX,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-10,2018-11-06,57,992,Lupe Valdez,11101,DEM,41,42.507811223735814,Greg Abbott,11102,REP,50,55.80664960496525,-9,-13.298838381229437 +54073,87230,163,2018,TX,Gov-G,2018_Gov-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-09-14,2018-11-06,53,807,Lupe Valdez,11101,DEM,39,42.507811223735814,Greg Abbott,11102,REP,58,55.80664960496525,-19,-13.298838381229437 +54114,87472,163,2018,TX,Gov-G,2018_Gov-G_TX,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2018-09-17,2018-11-06,50,508,Lupe Valdez,11101,DEM,45,42.507811223735814,Greg Abbott,11102,REP,55,55.80664960496525,-10,-13.298838381229437 +56192,90231,163,2018,TX,Gov-G,2018_Gov-G_TX,The Eppstein Group,475,FALSE,FALSE,Live Phone,NA,2018-09-19,2018-11-06,48,1200,Lupe Valdez,11101,DEM,29,42.507811223735814,Greg Abbott,11102,REP,58,55.80664960496525,-29,-13.298838381229437 +56079,89939,163,2018,TX,Gov-G,2018_Gov-G_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-03,2018-11-06,34,500,Lupe Valdez,11101,DEM,33.2,42.507811223735814,Greg Abbott,11102,REP,53,55.80664960496525,-19.799999999999997,-13.298838381229437 +56154,90140,163,2018,TX,Gov-G,2018_Gov-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,730,Lupe Valdez,11101,DEM,38,42.507811223735814,Greg Abbott,11102,REP,58,55.80664960496525,-20,-13.298838381229437 +56090,90167,163,2018,TX,Gov-G,2018_Gov-G_TX,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,800,Lupe Valdez,11101,DEM,35,42.507811223735814,Greg Abbott,11102,REP,57,55.80664960496525,-22,-13.298838381229437 +56237,90325,163,2018,TX,Gov-G,2018_Gov-G_TX,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-11,2018-11-06,26,716,Lupe Valdez,11101,DEM,39,42.507811223735814,Greg Abbott,11102,REP,57,55.80664960496525,-18,-13.298838381229437 +56413,90680,163,2018,TX,Gov-G,2018_Gov-G_TX,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-15,2018-11-06,22,1298,Lupe Valdez,11101,DEM,38.1,42.507811223735814,Greg Abbott,11102,REP,53.1,55.80664960496525,-15,-13.298838381229437 +56481,90846,163,2018,TX,Gov-G,2018_Gov-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-18,2018-11-06,19,927,Lupe Valdez,11101,DEM,37,42.507811223735814,Greg Abbott,11102,REP,56,55.80664960496525,-19,-13.298838381229437 +56562,91000,163,2018,TX,Gov-G,2018_Gov-G_TX,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2018-10-25,2018-11-06,12,588,Lupe Valdez,11101,DEM,33,42.507811223735814,Greg Abbott,11102,REP,59,55.80664960496525,-26,-13.298838381229437 +56513,90914,163,2018,TX,Gov-G,2018_Gov-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,1078,Lupe Valdez,11101,DEM,40,42.507811223735814,Greg Abbott,11102,REP,54,55.80664960496525,-14,-13.298838381229437 +56590,91088,163,2018,TX,Gov-G,2018_Gov-G_TX,University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-21,2018-11-06,16,1033,Lupe Valdez,11101,DEM,32.2,42.507811223735814,Greg Abbott,11102,REP,52.6,55.80664960496525,-20.4,-13.298838381229437 +56632,91194,163,2018,TX,Gov-G,2018_Gov-G_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-29,2018-11-06,8,781,Lupe Valdez,11101,DEM,42.8,42.507811223735814,Greg Abbott,11102,REP,51.1,55.80664960496525,-8.300000000000004,-13.298838381229437 +55954,89664,164,2018,VT,Gov-G,2018_Gov-G_VT,Tulchin Research,340,FALSE,FALSE,Live Phone/Online Panel,DEM,2018-09-25,2018-11-06,42,406,Christine Hallquist,13163,DEM,42,40.2554663300339,Phil Scott,13164,REP,50,55.1872215756311,-8,-14.931755245597202 +56339,90570,164,2018,VT,Gov-G,2018_Gov-G_VT,Braun Research,33,FALSE,FALSE,Live Phone,NA,2018-10-09,2018-11-06,28,495,Christine Hallquist,13163,DEM,28,40.2554663300339,Phil Scott,13164,REP,42,55.1872215756311,-14,-14.931755245597202 +56663,91257,164,2018,VT,Gov-G,2018_Gov-G_VT,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,885,Christine Hallquist,13163,DEM,39,40.2554663300339,Phil Scott,13164,REP,49,55.1872215756311,-10,-14.931755245597202 +54074,87232,165,2018,WI,Gov-G,2018_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2018-09-14,2018-11-06,53,614,Tony Evers,12398,DEM,49,49.53813776788907,Scott Walker,12399,REP,44,48.444848105792524,5,1.093289662096545 +55876,89521,165,2018,WI,Gov-G,2018_Gov-G_WI,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-09-18,2018-11-06,49,1109,Tony Evers,12398,DEM,50,49.53813776788907,Scott Walker,12399,REP,43,48.444848105792524,7,1.093289662096545 +56163,90156,165,2018,WI,Gov-G,2018_Gov-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-02,2018-11-06,35,571,Tony Evers,12398,DEM,50,49.53813776788907,Scott Walker,12399,REP,42,48.444848105792524,8,1.093289662096545 +56142,90112,165,2018,WI,Gov-G,2018_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2018-10-05,2018-11-06,32,799,Tony Evers,12398,DEM,46,49.53813776788907,Scott Walker,12399,REP,47,48.444848105792524,-1,1.093289662096545 +56415,90682,165,2018,WI,Gov-G,2018_Gov-G_WI,Ipsos,154,TRUE,FALSE,Online Panel/Probability Panel,NA,2018-10-15,2018-11-06,22,1193,Tony Evers,12398,DEM,48.2,49.53813776788907,Scott Walker,12399,REP,45.2,48.444848105792524,3,1.093289662096545 +56602,91130,165,2018,WI,Gov-G,2018_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,1154,Tony Evers,12398,DEM,47,49.53813776788907,Scott Walker,12399,REP,47,48.444848105792524,0,1.093289662096545 +56671,91271,165,2018,WI,Gov-G,2018_Gov-G_WI,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-30,2018-11-06,7,604,Tony Evers,12398,DEM,50.9,49.53813776788907,Scott Walker,12399,REP,46.1,48.444848105792524,4.799999999999997,1.093289662096545 +56805,91533,165,2018,WI,Gov-G,2018_Gov-G_WI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,450,Tony Evers,12398,DEM,45,49.53813776788907,Scott Walker,12399,REP,44,48.444848105792524,1,1.093289662096545 +56761,91445,166,2018,WY,Gov-G,2018_Gov-G_WY,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,858,Mary Throne,13240,DEM,27,27.536681132465382,Mark Gordon,13241,REP,61,67.11933791908994,-34,-39.58265678662456 +56122,90079,167,2018,AK-1,House-G,2018_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,500,Alyse S. Galvin,12382,DEM,42.5,46.49709745327218,Don Young,11440,REP,53.8,53.08187379060553,-11.299999999999997,-6.584776337333345 +55923,90069,167,2018,AK-1,House-G,2018_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-10-03,2018-11-06,34,500,Alyse S. Galvin,12382,DEM,46,46.49709745327218,Don Young,11440,REP,49.7,53.08187379060553,-3.700000000000003,-6.584776337333345 +56186,90224,167,2018,AK-1,House-G,2018_House-G_AK-1,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-10-11,2018-11-06,26,645,Alyse S. Galvin,12382,DEM,43,46.49709745327218,Don Young,11440,REP,46,53.08187379060553,-3,-6.584776337333345 +56250,90452,167,2018,AK-1,House-G,2018_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,500,Alyse S. Galvin,12382,DEM,47.2,46.49709745327218,Don Young,11440,REP,49.2,53.08187379060553,-2,-6.584776337333345 +56289,90462,167,2018,AK-1,House-G,2018_House-G_AK-1,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2018-10-15,2018-11-06,22,500,Alyse S. Galvin,12382,DEM,44,46.49709745327218,Don Young,11440,REP,48,53.08187379060553,-4,-6.584776337333345 +56603,91243,167,2018,AK-1,House-G,2018_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,500,Alyse S. Galvin,12382,DEM,49,46.49709745327218,Don Young,11440,REP,48,53.08187379060553,1,-6.584776337333345 +56332,90553,176,2018,AR-2,House-G,2018_House-G_AR-2,Hendrix College,138,FALSE,FALSE,IVR/Live Phone,NA,2018-10-17,2018-11-06,20,590,Clarke Tucker,11157,DEM,39.5,45.82111870839958,French Hill,11158,REP,51.5,52.12998070648207,-12,-6.308861998082492 +55970,89693,179,2018,AZ-1,House-G,2018_House-G_AZ-1,Go Right Strategies,477,FALSE,FALSE,IVR,REP,2018-09-27,2018-11-06,40,738,Tom O'Halleran,11460,DEM,36.23,53.83161273107871,Wendy J. Rogers,13167,REP,39.44,46.14395935194615,-3.210000000000001,7.687653379132556 +56170,90169,179,2018,AZ-1,House-G,2018_House-G_AZ-1,Go Right Strategies,477,FALSE,FALSE,IVR,REP,2018-10-09,2018-11-06,28,943,Tom O'Halleran,11460,DEM,37.5,53.83161273107871,Wendy J. Rogers,13167,REP,44.4,46.14395935194615,-6.899999999999999,7.687653379132556 +56327,90544,179,2018,AZ-1,House-G,2018_House-G_AZ-1,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2018-10-17,2018-11-06,20,400,Tom O'Halleran,11460,DEM,46,53.83161273107871,Wendy J. Rogers,13167,REP,46,46.14395935194615,0,7.687653379132556 +56745,91424,179,2018,AZ-1,House-G,2018_House-G_AZ-1,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2018-10-31,2018-11-06,6,756,Tom O'Halleran,11460,DEM,47.7,53.83161273107871,Wendy J. Rogers,13167,REP,45.35,46.14395935194615,2.3500000000000014,7.687653379132556 +55894,89564,180,2018,AZ-2,House-G,2018_House-G_AZ-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-28,2018-11-06,39,502,Ann Kirkpatrick,11462,DEM,50.3,54.73360711468901,Lea Marquez Peterson,11463,REP,39.42,45.24293562511899,10.879999999999995,9.490671489570019 +55904,89583,182,2018,AZ-4,House-G,2018_House-G_AZ-4,Noble Predictive Insights,235,FALSE,FALSE,IVR,NA,2018-09-25,2018-11-06,42,370,David Brill,11466,DEM,25,30.50914144422185,Paul Gosar,11467,REP,57,68.16539426426263,-32,-37.65625282004078 +56189,90227,184,2018,AZ-6,House-G,2018_House-G_AZ-6,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,500,Anita Malik,13195,DEM,35.96,44.80696463807663,David Schweikert,11471,REP,49.97,55.19303536192337,-14.009999999999998,-10.386070723846743 +55929,89617,186,2018,AZ-8,House-G,2018_House-G_AZ-8,Lake Research Partners,165,FALSE,FALSE,IVR/Live Phone,DEM,2018-09-25,2018-11-06,42,400,Hiral Tipirneni,11473,DEM,44,44.533978062985966,Debbie Lesko,11474,REP,48,55.46175147905669,-4,-10.927773416070721 +56404,90668,191,2018,CA-4,House-G,2018_House-G_CA-4,Clarity Campaign Labs,52,FALSE,FALSE,IVR,DEM,2018-10-15,2018-11-06,22,840,Jessica Morse,11533,DEM,45,45.86853522929424,Tom McClintock,11534,REP,49,54.13146477070576,-4,-8.262929541411523 +56030,89864,197,2018,CA-10,House-G,2018_House-G_CA-10,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-09-20,2018-11-06,47,726,Josh Harder,11390,DEM,50,52.25101397025688,Jeff Denham,11391,REP,45,47.74898602974313,5,4.502027940513749 +56405,90669,197,2018,CA-10,House-G,2018_House-G_CA-10,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,501,Josh Harder,11390,DEM,47.28,52.25101397025688,Jeff Denham,11391,REP,44.92,47.74898602974313,2.3599999999999994,4.502027940513749 +54142,87630,203,2018,CA-16,House-G,2018_House-G_CA-16,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2018-09-16,2018-11-06,51,515,Jim Costa,11489,DEM,51,57.545170293580675,Elizabeth Heng,11490,REP,40,42.454829706419325,11,15.09034058716135 +55870,89511,208,2018,CA-21,House-G,2018_House-G_CA-21,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone/Online Panel,NA,2018-09-22,2018-11-06,45,555,TJ Cox,11501,DEM,39,50.37934797915786,David G. Valadao,11502,REP,50,49.62065202084214,-11,0.7586959583157267 +54066,87219,209,2018,CA-22,House-G,2018_House-G_CA-22,Strategies 360,321,FALSE,FALSE,Live Phone,DEM,2018-09-12,2018-11-06,55,402,Andrew Janz,11250,DEM,44,47.27784548001385,Devin Nunes,11251,REP,50,52.722154519986155,-6,-5.444309039972303 +56030,89857,209,2018,CA-22,House-G,2018_House-G_CA-22,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-09-20,2018-11-06,47,912,Andrew Janz,11250,DEM,45,47.27784548001385,Devin Nunes,11251,REP,53,52.722154519986155,-8,-5.444309039972303 +55915,89597,209,2018,CA-22,House-G,2018_House-G_CA-22,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2018-09-22,2018-11-06,45,582,Andrew Janz,11250,DEM,41,47.27784548001385,Devin Nunes,11251,REP,55,52.722154519986155,-14,-5.444309039972303 +56448,90787,209,2018,CA-22,House-G,2018_House-G_CA-22,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-10-20,2018-11-06,17,840,Andrew Janz,11250,DEM,46,47.27784548001385,Devin Nunes,11251,REP,51,52.722154519986155,-5,-5.444309039972303 +54061,87209,212,2018,CA-25,House-G,2018_House-G_CA-25,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,500,Katie Hill,11159,DEM,45.26,54.366138550824,Stephen Knight,11160,REP,47.41,45.633861449176,-2.1499999999999986,8.732277101647995 +56030,89858,212,2018,CA-25,House-G,2018_House-G_CA-25,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-09-20,2018-11-06,47,650,Katie Hill,11159,DEM,50,54.366138550824,Stephen Knight,11160,REP,46,45.633861449176,4,8.732277101647995 +56492,90870,212,2018,CA-25,House-G,2018_House-G_CA-25,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,504,Katie Hill,11159,DEM,43.98,54.366138550824,Stephen Knight,11160,REP,48.4,45.633861449176,-4.420000000000002,8.732277101647995 +54071,87418,226,2018,CA-39,House-G,2018_House-G_CA-39,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-09-15,2018-11-06,52,300,Gilbert Cisneros,11254,DEM,43,51.55712315819193,Young Kim,11255,REP,49,48.44287684180807,-6,3.1142463163838556 +56030,89859,226,2018,CA-39,House-G,2018_House-G_CA-39,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-09-20,2018-11-06,47,552,Gilbert Cisneros,11254,DEM,49,51.55712315819193,Young Kim,11255,REP,48,48.44287684180807,1,3.1142463163838556 +56080,89941,226,2018,CA-39,House-G,2018_House-G_CA-39,Tulchin Research,340,FALSE,FALSE,Live Phone/Online Panel,DEM,2018-09-30,2018-11-06,37,400,Gilbert Cisneros,11254,DEM,48,51.55712315819193,Young Kim,11255,REP,47,48.44287684180807,1,3.1142463163838556 +56329,90546,226,2018,CA-39,House-G,2018_House-G_CA-39,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,496,Gilbert Cisneros,11254,DEM,46.97,51.55712315819193,Young Kim,11255,REP,45.95,48.44287684180807,1.019999999999996,3.1142463163838556 +54168,87697,232,2018,CA-45,House-G,2018_House-G_CA-45,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-09-16,2018-11-06,51,500,Katie Porter,11220,DEM,46,52.05100740609717,Mimi Walters,11221,REP,43,47.94899259390283,3,4.102014812194341 +55945,89652,232,2018,CA-45,House-G,2018_House-G_CA-45,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-09-22,2018-11-06,45,400,Katie Porter,11220,DEM,48,52.05100740609717,Mimi Walters,11221,REP,47,47.94899259390283,1,4.102014812194341 +56030,89860,232,2018,CA-45,House-G,2018_House-G_CA-45,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-09-20,2018-11-06,47,519,Katie Porter,11220,DEM,52,52.05100740609717,Mimi Walters,11221,REP,45,47.94899259390283,7,4.102014812194341 +54175,87709,232,2018,CA-45,House-G,2018_House-G_CA-45,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,518,Katie Porter,11220,DEM,48.28,52.05100740609717,Mimi Walters,11221,REP,43.36,47.94899259390283,4.920000000000002,4.102014812194341 +56428,90708,232,2018,CA-45,House-G,2018_House-G_CA-45,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2018-10-15,2018-11-06,22,365,Katie Porter,11220,DEM,42,52.05100740609717,Mimi Walters,11221,REP,50,47.94899259390283,-8,4.102014812194341 +56305,90489,232,2018,CA-45,House-G,2018_House-G_CA-45,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2018-10-16,2018-11-06,21,400,Katie Porter,11220,DEM,46,52.05100740609717,Mimi Walters,11221,REP,50,47.94899259390283,-4,4.102014812194341 +56536,90953,232,2018,CA-45,House-G,2018_House-G_CA-45,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,499,Katie Porter,11220,DEM,47.76,52.05100740609717,Mimi Walters,11221,REP,46.48,47.94899259390283,1.2800000000000011,4.102014812194341 +56030,89861,235,2018,CA-48,House-G,2018_House-G_CA-48,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-09-20,2018-11-06,47,623,Harley Rouda,11163,DEM,48,53.55199229140655,Dana Rohrabacher,11164,REP,48,46.44800770859345,0,7.103984582813098 +56664,91261,235,2018,CA-48,House-G,2018_House-G_CA-48,Thomas Partners Strategies,452,FALSE,FALSE,IVR,NA,2018-10-18,2018-11-06,19,440,Harley Rouda,11163,DEM,41.4,53.55199229140655,Dana Rohrabacher,11164,REP,49.2,46.44800770859345,-7.800000000000004,7.103984582813098 +56374,90631,235,2018,CA-48,House-G,2018_House-G_CA-48,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-10-19,2018-11-06,18,372,Harley Rouda,11163,DEM,46,53.55199229140655,Dana Rohrabacher,11164,REP,52,46.44800770859345,-6,7.103984582813098 +56665,91262,235,2018,CA-48,House-G,2018_House-G_CA-48,Thomas Partners Strategies,452,FALSE,FALSE,IVR,NA,2018-10-30,2018-11-06,7,440,Harley Rouda,11163,DEM,41.6,53.55199229140655,Dana Rohrabacher,11164,REP,50.7,46.44800770859345,-9.100000000000001,7.103984582813098 +56667,91265,235,2018,CA-48,House-G,2018_House-G_CA-48,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,491,Harley Rouda,11163,DEM,46.45,53.55199229140655,Dana Rohrabacher,11164,REP,44.72,46.44800770859345,1.730000000000004,7.103984582813098 +55944,89647,236,2018,CA-49,House-G,2018_House-G_CA-49,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2018-09-19,2018-11-06,48,400,Mike Levin,11258,DEM,45,56.41900823645053,Diane L. Harkey,11259,REP,43,43.58099176354947,2,12.83801647290106 +54107,87459,236,2018,CA-49,House-G,2018_House-G_CA-49,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-20,2018-11-06,47,507,Mike Levin,11258,DEM,51,56.41900823645053,Diane L. Harkey,11259,REP,41.35,43.58099176354947,9.649999999999999,12.83801647290106 +56030,89862,236,2018,CA-49,House-G,2018_House-G_CA-49,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-09-20,2018-11-06,47,551,Mike Levin,11258,DEM,55,56.41900823645053,Diane L. Harkey,11259,REP,41,43.58099176354947,14,12.83801647290106 +56370,90612,236,2018,CA-49,House-G,2018_House-G_CA-49,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-21,2018-11-06,16,500,Mike Levin,11258,DEM,53.37,56.41900823645053,Diane L. Harkey,11259,REP,38.65,43.58099176354947,14.719999999999999,12.83801647290106 +56666,91264,236,2018,CA-49,House-G,2018_House-G_CA-49,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,500,Mike Levin,11258,DEM,51,56.41900823645053,Diane L. Harkey,11259,REP,44,43.58099176354947,7,12.83801647290106 +56030,89863,237,2018,CA-50,House-G,2018_House-G_CA-50,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2018-09-20,2018-11-06,47,527,Ammar Campa-Najjar,11367,DEM,47,48.28451560755937,Duncan Hunter,11368,REP,49,51.71548439244062,-2,-3.4309687848812516 +55903,89582,237,2018,CA-50,House-G,2018_House-G_CA-50,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-09-24,2018-11-06,43,348,Ammar Campa-Najjar,11367,DEM,40,48.28451560755937,Duncan Hunter,11368,REP,51,51.71548439244062,-11,-3.4309687848812516 +56035,89870,237,2018,CA-50,House-G,2018_House-G_CA-50,Tulchin Research,340,FALSE,FALSE,Live Phone/Online Panel,DEM,2018-09-30,2018-11-06,37,400,Ammar Campa-Najjar,11367,DEM,44.4,48.28451560755937,Duncan Hunter,11368,REP,45.1,51.71548439244062,-0.7000000000000028,-3.4309687848812516 +56547,90983,237,2018,CA-50,House-G,2018_House-G_CA-50,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,547,Ammar Campa-Najjar,11367,DEM,45,48.28451560755937,Duncan Hunter,11368,REP,48,51.71548439244062,-3,-3.4309687848812516 +56526,90932,243,2018,CO-3,House-G,2018_House-G_CO-3,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,485,Diane Mitsch Bush,11567,DEM,38,43.55311257253845,Scott Tipton,11568,REP,53,51.51828816690016,-15,-7.96517559436171 +56694,91313,243,2018,CO-3,House-G,2018_House-G_CO-3,JMC Analytics/Bold Blue Campaigns,503,FALSE,TRUE,Live Phone,NA,2018-10-30,2018-11-06,7,500,Diane Mitsch Bush,11567,DEM,41,43.55311257253845,Scott Tipton,11568,REP,46,51.51828816690016,-5,-7.96517559436171 +55958,89678,246,2018,CO-6,House-G,2018_House-G_CO-6,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2018-09-12,2018-11-06,55,400,Jason Crow,11240,DEM,42,54.10239258178547,Mike Coffman,11241,REP,40,42.87069447728229,2,11.231698104503181 +53982,86882,246,2018,CO-6,House-G,2018_House-G_CO-6,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,500,Jason Crow,11240,DEM,50.86,54.10239258178547,Mike Coffman,11241,REP,40.42,42.87069447728229,10.439999999999998,11.231698104503181 +55946,89653,246,2018,CO-6,House-G,2018_House-G_CO-6,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2018-09-20,2018-11-06,47,400,Jason Crow,11240,DEM,49,54.10239258178547,Mike Coffman,11241,REP,38,42.87069447728229,11,11.231698104503181 +56427,90707,246,2018,CO-6,House-G,2018_House-G_CO-6,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2018-10-15,2018-11-06,22,385,Jason Crow,11240,DEM,48,54.10239258178547,Mike Coffman,11241,REP,43,42.87069447728229,5,11.231698104503181 +56197,90250,246,2018,CO-6,House-G,2018_House-G_CO-6,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,506,Jason Crow,11240,DEM,46.6,54.10239258178547,Mike Coffman,11241,REP,37.9,42.87069447728229,8.700000000000003,11.231698104503181 +55877,89532,253,2018,DE-1,House-G,2018_House-G_DE-1,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2018-09-14,2018-11-06,53,728,Lisa Blunt Rochester,11429,DEM,58,64.25777385858106,Scott Walker,11431,REP,28,35.437828915758,30,28.819944942823064 +74942,142777,254,2018,FL-1,House-G,2018_House-G_FL-1,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2018-10-20,2018-11-06,17,730,Jennifer M. Zimmerman,21595,DEM,24.8,32.94136258173381,Matt Gaetz,11586,REP,55.5,67.05863741826619,-30.7,-34.117274836532374 +54111,87466,259,2018,FL-6,House-G,2018_House-G_FL-6,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-09-19,2018-11-06,48,981,Nancy Soderberg,11620,DEM,42.5,43.68602933022428,Michael Waltz,12498,REP,47.5,56.31397066977573,-5,-12.627941339551448 +56135,90099,259,2018,FL-6,House-G,2018_House-G_FL-6,GQR,126,TRUE,FALSE,Live Phone,DEM,2018-10-03,2018-11-06,34,400,Nancy Soderberg,11620,DEM,45,43.68602933022428,Michael Waltz,12498,REP,45,56.31397066977573,0,-12.627941339551448 +56121,90078,262,2018,FL-9,House-G,2018_House-G_FL-9,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone/Online Panel,NA,2018-10-04,2018-11-06,33,535,Darren Soto,11626,DEM,48,58.02174989974287,Wayne Liebnitzky,11627,REP,40,41.97825010025713,8,16.043499799485744 +55947,89654,268,2018,FL-15,House-G,2018_House-G_FL-15,Bold Blue Campaigns,469,FALSE,FALSE,Live Phone,NA,2018-09-24,2018-11-06,43,500,Kristen Carlson,12518,DEM,46,46.97617079696846,Ross Spano,11594,REP,49,53.01682473418041,-3,-6.04065393721195 +56097,89972,268,2018,FL-15,House-G,2018_House-G_FL-15,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2018-10-03,2018-11-06,34,418,Kristen Carlson,12518,DEM,39,46.97617079696846,Ross Spano,11594,REP,46,53.01682473418041,-7,-6.04065393721195 +56306,90490,268,2018,FL-15,House-G,2018_House-G_FL-15,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone/Online Panel,NA,2018-10-11,2018-11-06,26,591,Kristen Carlson,12518,DEM,45,46.97617079696846,Ross Spano,11594,REP,45,53.01682473418041,0,-6.04065393721195 +56350,90586,268,2018,FL-15,House-G,2018_House-G_FL-15,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2018-10-17,2018-11-06,20,1369,Kristen Carlson,12518,DEM,41,46.97617079696846,Ross Spano,11594,REP,47,53.01682473418041,-6,-6.04065393721195 +56418,90689,268,2018,FL-15,House-G,2018_House-G_FL-15,GQR,126,TRUE,FALSE,Live Phone,DEM,2018-10-17,2018-11-06,20,400,Kristen Carlson,12518,DEM,47,46.97617079696846,Ross Spano,11594,REP,47,53.01682473418041,0,-6.04065393721195 +56307,90499,268,2018,FL-15,House-G,2018_House-G_FL-15,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-18,2018-11-06,19,499,Kristen Carlson,12518,DEM,42.84,46.97617079696846,Ross Spano,11594,REP,43.49,53.01682473418041,-0.6499999999999986,-6.04065393721195 +56821,91576,268,2018,FL-15,House-G,2018_House-G_FL-15,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-11-05,2018-11-06,1,1194,Kristen Carlson,12518,DEM,44.3,46.97617079696846,Ross Spano,11594,REP,46.2,53.01682473418041,-1.9000000000000057,-6.04065393721195 +55980,89712,269,2018,FL-16,House-G,2018_House-G_FL-16,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2018-10-01,2018-11-06,36,1248,David Shapiro,11434,DEM,43.3,45.43854608145966,Vern Buchanan,11435,REP,50.4,54.56145391854034,-7.100000000000001,-9.122907837080675 +56023,89847,269,2018,FL-16,House-G,2018_House-G_FL-16,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,551,David Shapiro,11434,DEM,40,45.43854608145966,Vern Buchanan,11435,REP,49,54.56145391854034,-9,-9.122907837080675 +56099,89974,269,2018,FL-16,House-G,2018_House-G_FL-16,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2018-10-06,2018-11-06,31,400,David Shapiro,11434,DEM,42,45.43854608145966,Vern Buchanan,11435,REP,52,54.56145391854034,-10,-9.122907837080675 +56041,89877,271,2018,FL-18,House-G,2018_House-G_FL-18,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-09-13,2018-11-06,54,600,Lauren Baer,11597,DEM,44,45.69881323406132,Brian Mast,11598,REP,50,54.30118676593868,-6,-8.602373531877362 +54143,87632,271,2018,FL-18,House-G,2018_House-G_FL-18,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-17,2018-11-06,50,533,Lauren Baer,11597,DEM,43,45.69881323406132,Brian Mast,11598,REP,46,54.30118676593868,-3,-8.602373531877362 +56011,89813,271,2018,FL-18,House-G,2018_House-G_FL-18,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-09-28,2018-11-06,39,400,Lauren Baer,11597,DEM,45,45.69881323406132,Brian Mast,11598,REP,48,54.30118676593868,-3,-8.602373531877362 +56528,90934,271,2018,FL-18,House-G,2018_House-G_FL-18,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,475,Lauren Baer,11597,DEM,44,45.69881323406132,Brian Mast,11598,REP,53,54.30118676593868,-9,-8.602373531877362 +54140,87627,272,2018,FL-19,House-G,2018_House-G_FL-19,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-09-11,2018-11-06,56,468,David Holden,11599,DEM,42,37.72183730017343,Francis Rooney,11600,REP,51,62.26756221161519,-9,-24.54572491144176 +54143,87633,278,2018,FL-25,House-G,2018_House-G_FL-25,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-17,2018-11-06,50,541,Mary Barzee Flores,11436,DEM,36,39.54661843125279,Mario Diaz-Balart,11437,REP,41,60.45338156874721,-5,-20.906763137494423 +53999,86914,279,2018,FL-26,House-G,2018_House-G_FL-26,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-15,2018-11-06,52,509,Debbie Mucarsel-Powell,11610,DEM,43.78,50.87461513961142,Carlos Curbelo,11611,REP,47.31,49.12538486038858,-3.530000000000001,1.749230279222843 +54143,87631,279,2018,FL-26,House-G,2018_House-G_FL-26,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-17,2018-11-06,50,511,Debbie Mucarsel-Powell,11610,DEM,46,50.87461513961142,Carlos Curbelo,11611,REP,45,49.12538486038858,1,1.749230279222843 +55982,89715,279,2018,FL-26,House-G,2018_House-G_FL-26,GQR,126,TRUE,FALSE,Live Phone,DEM,2018-09-25,2018-11-06,42,500,Debbie Mucarsel-Powell,11610,DEM,49,50.87461513961142,Carlos Curbelo,11611,REP,48,49.12538486038858,1,1.749230279222843 +56048,89891,279,2018,FL-26,House-G,2018_House-G_FL-26,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-09-29,2018-11-06,38,500,Debbie Mucarsel-Powell,11610,DEM,50,50.87461513961142,Carlos Curbelo,11611,REP,48,49.12538486038858,2,1.749230279222843 +56220,90295,279,2018,FL-26,House-G,2018_House-G_FL-26,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,625,Debbie Mucarsel-Powell,11610,DEM,45,50.87461513961142,Carlos Curbelo,11611,REP,46,49.12538486038858,-1,1.749230279222843 +56336,90562,279,2018,FL-26,House-G,2018_House-G_FL-26,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-21,2018-11-06,16,499,Debbie Mucarsel-Powell,11610,DEM,44.7,50.87461513961142,Carlos Curbelo,11611,REP,43.84,49.12538486038858,0.8599999999999994,1.749230279222843 +54095,87439,280,2018,FL-27,House-G,2018_House-G_FL-27,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2018-09-12,2018-11-06,55,400,Donna E. Shalala,12586,DEM,42,51.761776187120425,María Elvira Salazar,12585,REP,51,45.76183953188221,-9,5.999936655238216 +56167,90163,280,2018,FL-27,House-G,2018_House-G_FL-27,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-10-03,2018-11-06,34,625,Donna E. Shalala,12586,DEM,42,51.761776187120425,María Elvira Salazar,12585,REP,44,45.76183953188221,-2,5.999936655238216 +56230,90310,280,2018,FL-27,House-G,2018_House-G_FL-27,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-10-13,2018-11-06,24,500,Donna E. Shalala,12586,DEM,44,51.761776187120425,María Elvira Salazar,12585,REP,39,45.76183953188221,5,5.999936655238216 +56382,90641,280,2018,FL-27,House-G,2018_House-G_FL-27,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2018-10-13,2018-11-06,24,400,Donna E. Shalala,12586,DEM,41,51.761776187120425,María Elvira Salazar,12585,REP,50,45.76183953188221,-9,5.999936655238216 +56254,90349,280,2018,FL-27,House-G,2018_House-G_FL-27,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-17,2018-11-06,20,542,Donna E. Shalala,12586,DEM,44.06,51.761776187120425,María Elvira Salazar,12585,REP,36.85,45.76183953188221,7.210000000000001,5.999936655238216 +56555,90992,280,2018,FL-27,House-G,2018_House-G_FL-27,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-10-27,2018-11-06,10,500,Donna E. Shalala,12586,DEM,49,51.761776187120425,María Elvira Salazar,12585,REP,39,45.76183953188221,10,5.999936655238216 +56826,91584,283,2018,GA-3,House-G,2018_House-G_GA-3,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-10-15,2018-11-06,22,681,Chuck Enderlin,11642,DEM,26,34.47369678436619,Drew Ferguson,11643,REP,56,65.5263032156338,-30,-31.052606431267613 +56342,90628,286,2018,GA-6,House-G,2018_House-G_GA-6,JMC Analytics/Bold Blue Campaigns,503,FALSE,TRUE,Live Phone,NA,2018-10-15,2018-11-06,22,500,Lucy McBath,11647,DEM,45,50.51193570365137,Karen Handel,11648,REP,49,49.482386636049355,-4,1.0295490676020123 +56463,90812,286,2018,GA-6,House-G,2018_House-G_GA-6,Thirty-Ninth Street Strategies,460,FALSE,FALSE,Live Phone,DEM,2018-10-21,2018-11-06,16,400,Lucy McBath,11647,DEM,47,50.51193570365137,Karen Handel,11648,REP,48,49.482386636049355,-1,1.0295490676020123 +56788,91510,286,2018,GA-6,House-G,2018_House-G_GA-6,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-11-03,2018-11-06,3,395,Lucy McBath,11647,DEM,51,50.51193570365137,Karen Handel,11648,REP,45,49.482386636049355,6,1.0295490676020123 +56657,91247,286,2018,GA-6,House-G,2018_House-G_GA-6,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,421,Lucy McBath,11647,DEM,46.42,50.51193570365137,Karen Handel,11648,REP,44.32,49.482386636049355,2.1000000000000014,1.0295490676020123 +56328,90545,287,2018,GA-7,House-G,2018_House-G_GA-7,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2018-10-13,2018-11-06,24,400,Carolyn Bourdeaux,11649,DEM,32,49.92529622986653,Rob Woodall,11650,REP,59,50.07470377013347,-27,-0.14940754026693526 +56342,90573,287,2018,GA-7,House-G,2018_House-G_GA-7,JMC Analytics/Bold Blue Campaigns,503,FALSE,TRUE,Live Phone,NA,2018-10-15,2018-11-06,22,500,Carolyn Bourdeaux,11649,DEM,43,49.92529622986653,Rob Woodall,11650,REP,49,50.07470377013347,-6,-0.14940754026693526 +53921,86726,297,2018,IA-1,House-G,2018_House-G_IA-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-07,2018-11-06,60,250,Abby Finkenauer,11230,DEM,42.5,50.96352055241247,Rod Blum,11231,REP,38.4,45.907318926649175,4.100000000000001,5.056201625763293 +54086,87421,297,2018,IA-1,House-G,2018_House-G_IA-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-19,2018-11-06,48,502,Abby Finkenauer,11230,DEM,51.5,50.96352055241247,Rod Blum,11231,REP,37.35,45.907318926649175,14.149999999999999,5.056201625763293 +56177,90182,297,2018,IA-1,House-G,2018_House-G_IA-1,The Polling Company Inc.,337,FALSE,FALSE,IVR/Live Phone,REP,2018-10-03,2018-11-06,34,400,Abby Finkenauer,11230,DEM,44,50.96352055241247,Rod Blum,11231,REP,43,45.907318926649175,1,5.056201625763293 +56242,90337,297,2018,IA-1,House-G,2018_House-G_IA-1,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2018-10-12,2018-11-06,25,400,Abby Finkenauer,11230,DEM,45,50.96352055241247,Rod Blum,11231,REP,43,45.907318926649175,2,5.056201625763293 +56582,91075,297,2018,IA-1,House-G,2018_House-G_IA-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,452,Abby Finkenauer,11230,DEM,45.69,50.96352055241247,Rod Blum,11231,REP,39.18,45.907318926649175,6.509999999999998,5.056201625763293 +56672,91278,297,2018,IA-1,House-G,2018_House-G_IA-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,353,Abby Finkenauer,11230,DEM,53,50.96352055241247,Rod Blum,11231,REP,41.1,45.907318926649175,11.899999999999999,5.056201625763293 +53921,86727,298,2018,IA-2,House-G,2018_House-G_IA-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-07,2018-11-06,60,250,Dave Loebsack,11661,DEM,45.4,54.79030912745715,Christopher Peters,11662,REP,20.7,42.595545726767504,24.7,12.194763400689645 +54106,87457,298,2018,IA-2,House-G,2018_House-G_IA-2,Gravis Marketing,124,FALSE,FALSE,Live Phone,REP,2018-09-10,2018-11-06,57,425,Dave Loebsack,11661,DEM,43,54.79030912745715,Christopher Peters,11662,REP,37,42.595545726767504,6,12.194763400689645 +56672,91279,298,2018,IA-2,House-G,2018_House-G_IA-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,373,Dave Loebsack,11661,DEM,52.6,54.79030912745715,Christopher Peters,11662,REP,39.7,42.595545726767504,12.899999999999999,12.194763400689645 +53921,86728,299,2018,IA-3,House-G,2018_House-G_IA-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-07,2018-11-06,60,260,Cindy Axne,11264,DEM,30.5,49.304263125243864,David Young,11265,REP,46.5,47.14027863160051,-16,2.1639844936433548 +55917,89600,299,2018,IA-3,House-G,2018_House-G_IA-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-29,2018-11-06,38,502,Cindy Axne,11264,DEM,44.26,49.304263125243864,David Young,11265,REP,43,47.14027863160051,1.259999999999998,2.1639844936433548 +56489,90864,299,2018,IA-3,House-G,2018_House-G_IA-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,504,Cindy Axne,11264,DEM,43.39,49.304263125243864,David Young,11265,REP,41.23,47.14027863160051,2.1600000000000037,2.1639844936433548 +56672,91280,299,2018,IA-3,House-G,2018_House-G_IA-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,380,Cindy Axne,11264,DEM,45.7,49.304263125243864,David Young,11265,REP,44.8,47.14027863160051,0.9000000000000057,2.1639844936433548 +53921,86729,300,2018,IA-4,House-G,2018_House-G_IA-4,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-07,2018-11-06,60,240,J.D. Scholten,11663,DEM,30.5,47.03668801609992,Steve King,11664,REP,41.4,50.3684773754572,-10.899999999999999,-3.3317893593572805 +54042,87170,300,2018,IA-4,House-G,2018_House-G_IA-4,Expedition Strategies,409,FALSE,FALSE,Live Phone,DEM,2018-09-07,2018-11-06,60,380,J.D. Scholten,11663,DEM,37,47.03668801609992,Steve King,11664,REP,43,50.3684773754572,-6,-3.3317893593572805 +56563,91002,300,2018,IA-4,House-G,2018_House-G_IA-4,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2018-10-03,2018-11-06,34,400,J.D. Scholten,11663,DEM,34,47.03668801609992,Steve King,11664,REP,54,50.3684773754572,-20,-3.3317893593572805 +56552,90988,300,2018,IA-4,House-G,2018_House-G_IA-4,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2018-10-23,2018-11-06,14,401,J.D. Scholten,11663,DEM,34,47.03668801609992,Steve King,11664,REP,52,50.3684773754572,-18,-3.3317893593572805 +56535,90943,300,2018,IA-4,House-G,2018_House-G_IA-4,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,631,J.D. Scholten,11663,DEM,44,47.03668801609992,Steve King,11664,REP,45,50.3684773754572,-1,-3.3317893593572805 +56672,91281,300,2018,IA-4,House-G,2018_House-G_IA-4,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,356,J.D. Scholten,11663,DEM,41.7,47.03668801609992,Steve King,11664,REP,51,50.3684773754572,-9.299999999999997,-3.3317893593572805 +56709,91347,300,2018,IA-4,House-G,2018_House-G_IA-4,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-02,2018-11-06,4,423,J.D. Scholten,11663,DEM,42.45,47.03668801609992,Steve King,11664,REP,47.22,50.3684773754572,-4.769999999999996,-3.3317893593572805 +54097,87441,308,2018,IL-6,House-G,2018_House-G_IL-6,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2018-09-09,2018-11-06,58,402,Sean Casten,11165,DEM,47,53.57525535273866,Peter J. Roskam,11166,REP,44,46.42474464726134,3,7.150510705477316 +56081,89942,308,2018,IL-6,House-G,2018_House-G_IL-6,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2018-09-30,2018-11-06,37,400,Sean Casten,11165,DEM,49,53.57525535273866,Peter J. Roskam,11166,REP,44,46.42474464726134,5,7.150510705477316 +56393,90653,308,2018,IL-6,House-G,2018_House-G_IL-6,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,497,Sean Casten,11165,DEM,45.61,53.57525535273866,Peter J. Roskam,11166,REP,44.4,46.42474464726134,1.2100000000000009,7.150510705477316 +55990,89729,314,2018,IL-12,House-G,2018_House-G_IL-12,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2018-09-26,2018-11-06,41,574,Brendan Kelly,18189,DEM,41,45.39368287432659,Mike Bost,11168,REP,42,51.57239918483767,-1,-6.178716310511078 +56146,90121,314,2018,IL-12,House-G,2018_House-G_IL-12,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-10-05,2018-11-06,32,404,Brendan Kelly,18189,DEM,45,45.39368287432659,Mike Bost,11168,REP,46,51.57239918483767,-1,-6.178716310511078 +56322,90532,314,2018,IL-12,House-G,2018_House-G_IL-12,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,502,Brendan Kelly,18189,DEM,39.36,45.39368287432659,Mike Bost,11168,REP,47.87,51.57239918483767,-8.509999999999998,-6.178716310511078 +56089,89954,315,2018,IL-13,House-G,2018_House-G_IL-13,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-09-10,2018-11-06,57,500,Betsy Dirksen Londrigan,11169,DEM,46,49.61897697624556,Rodney Davis,11170,REP,51,50.37843981681373,-5,-0.7594628405681689 +56147,90122,315,2018,IL-13,House-G,2018_House-G_IL-13,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2018-09-30,2018-11-06,37,400,Betsy Dirksen Londrigan,11169,DEM,37,49.61897697624556,Rodney Davis,11170,REP,50,50.37843981681373,-13,-0.7594628405681689 +56085,89947,315,2018,IL-13,House-G,2018_House-G_IL-13,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-10-03,2018-11-06,34,500,Betsy Dirksen Londrigan,11169,DEM,48,49.61897697624556,Rodney Davis,11170,REP,49,50.37843981681373,-1,-0.7594628405681689 +56445,90780,315,2018,IL-13,House-G,2018_House-G_IL-13,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,501,Betsy Dirksen Londrigan,11169,DEM,40.97,49.61897697624556,Rodney Davis,11170,REP,46.08,50.37843981681373,-5.109999999999999,-0.7594628405681689 +56043,89881,316,2018,IL-14,House-G,2018_House-G_IL-14,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-05,2018-11-06,32,501,Lauren Underwood,11171,DEM,42.56,52.50185902375176,Randy Hultgren,11172,REP,47.41,47.49814097624824,-4.849999999999994,5.003718047503526 +56707,91343,316,2018,IL-14,House-G,2018_House-G_IL-14,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-02,2018-11-06,4,428,Lauren Underwood,11171,DEM,48.64,52.50185902375176,Randy Hultgren,11172,REP,43.41,47.49814097624824,5.230000000000004,5.003718047503526 +56529,90935,318,2018,IL-16,House-G,2018_House-G_IL-16,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,554,Sara Dady,11677,DEM,41,40.875207661487345,Adam Kinzinger,11678,REP,55,59.124010554089715,-14,-18.24880289260237 +56532,90938,325,2018,IN-5,House-G,2018_House-G_IN-5,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,527,Dee Thornton,11703,DEM,44,43.238318036932064,Susan W. Brooks,11704,REP,50,56.76168196306794,-6,-13.523363926135879 +56532,90942,329,2018,IN-9,House-G,2018_House-G_IN-9,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,541,Liz Watson,11711,DEM,45,43.517675716112485,Trey Hollingsworth,11712,REP,52,56.48232428388752,-7,-12.964648567775036 +55987,89722,330,2018,KS-1,House-G,2018_House-G_KS-1,Jayhawk Consulting Services,157,FALSE,FALSE,Live Phone,DEM,2018-09-21,2018-11-06,46,400,Alan LaPolice,11713,DEM,33,31.854522792022795,Roger Marshall,11714,REP,44,68.14547720797721,-11,-36.29095441595442 +55943,89648,330,2018,KS-1,House-G,2018_House-G_KS-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-27,2018-11-06,40,193,Alan LaPolice,11713,DEM,16.9,31.854522792022795,Roger Marshall,11714,REP,43.5,68.14547720797721,-26.6,-36.29095441595442 +56553,90989,330,2018,KS-1,House-G,2018_House-G_KS-1,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2018-10-08,2018-11-06,29,1432,Alan LaPolice,11713,DEM,26,31.854522792022795,Roger Marshall,11714,REP,60,68.14547720797721,-34,-36.29095441595442 +56550,90986,330,2018,KS-1,House-G,2018_House-G_KS-1,Jayhawk Consulting Services,157,FALSE,FALSE,Live Phone,DEM,2018-10-22,2018-11-06,15,600,Alan LaPolice,11713,DEM,38,31.854522792022795,Roger Marshall,11714,REP,42,68.14547720797721,-4,-36.29095441595442 +56545,90977,330,2018,KS-1,House-G,2018_House-G_KS-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,221,Alan LaPolice,11713,DEM,36.2,31.854522792022795,Roger Marshall,11714,REP,51.1,68.14547720797721,-14.899999999999999,-36.29095441595442 +53998,86912,331,2018,KS-2,House-G,2018_House-G_KS-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-14,2018-11-06,53,500,Paul Davis,11715,DEM,44.75,46.79433899534546,Steve Watkins,11716,REP,43.73,47.640240585141754,1.0200000000000031,-0.8459015897962914 +55943,89649,331,2018,KS-2,House-G,2018_House-G_KS-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-27,2018-11-06,40,243,Paul Davis,11715,DEM,34.7,46.79433899534546,Steve Watkins,11716,REP,30.7,47.640240585141754,4.0000000000000036,-0.8459015897962914 +56545,90978,331,2018,KS-2,House-G,2018_House-G_KS-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,231,Paul Davis,11715,DEM,40.9,46.79433899534546,Steve Watkins,11716,REP,47.8,47.640240585141754,-6.899999999999999,-0.8459015897962914 +56534,90941,331,2018,KS-2,House-G,2018_House-G_KS-2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,902,Paul Davis,11715,DEM,44,46.79433899534546,Steve Watkins,11716,REP,45,47.640240585141754,-1,-0.8459015897962914 +56502,90891,331,2018,KS-2,House-G,2018_House-G_KS-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,501,Paul Davis,11715,DEM,41.25,46.79433899534546,Steve Watkins,11716,REP,36.76,47.640240585141754,4.490000000000002,-0.8459015897962914 +55989,89728,332,2018,KS-3,House-G,2018_House-G_KS-3,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2018-09-19,2018-11-06,48,610,Sharice Davids,11717,DEM,40,53.571305148271605,Kevin Yoder,11718,REP,43,43.90875303564864,-3,9.662552112622969 +54169,87698,332,2018,KS-3,House-G,2018_House-G_KS-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-22,2018-11-06,45,494,Sharice Davids,11717,DEM,50.8,53.571305148271605,Kevin Yoder,11718,REP,43.23,43.90875303564864,7.57,9.662552112622969 +55943,89650,332,2018,KS-3,House-G,2018_House-G_KS-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-27,2018-11-06,40,246,Sharice Davids,11717,DEM,47.4,53.571305148271605,Kevin Yoder,11718,REP,40.8,43.90875303564864,6.600000000000001,9.662552112622969 +56223,90299,332,2018,KS-3,House-G,2018_House-G_KS-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,503,Sharice Davids,11717,DEM,47.65,53.571305148271605,Kevin Yoder,11718,REP,38.62,43.90875303564864,9.030000000000001,9.662552112622969 +56545,90979,332,2018,KS-3,House-G,2018_House-G_KS-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,262,Sharice Davids,11717,DEM,55.4,53.571305148271605,Kevin Yoder,11718,REP,42.6,43.90875303564864,12.799999999999997,9.662552112622969 +55943,89651,333,2018,KS-4,House-G,2018_House-G_KS-4,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-27,2018-11-06,40,256,James A. Thompson,11386,DEM,26.4,40.56359268705731,Ron Estes,11387,REP,50.1,59.43640731294269,-23.700000000000003,-18.872814625885383 +56545,90980,333,2018,KS-4,House-G,2018_House-G_KS-4,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-27,2018-11-06,10,262,James A. Thompson,11386,DEM,33.3,40.56359268705731,Ron Estes,11387,REP,63.1,59.43640731294269,-29.800000000000004,-18.872814625885383 +53885,86699,339,2018,KY-6,House-G,2018_House-G_KY-6,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-07,2018-11-06,60,506,Amy McGrath,11173,DEM,46,47.78531998626555,Andy Barr,11174,REP,47,50.99838884340087,-1,-3.213068857135319 +55847,89420,339,2018,KY-6,House-G,2018_House-G_KY-6,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-14,2018-11-06,53,600,Amy McGrath,11173,DEM,47,47.78531998626555,Andy Barr,11174,REP,47,50.99838884340087,0,-3.213068857135319 +56031,89865,339,2018,KY-6,House-G,2018_House-G_KY-6,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2018-10-01,2018-11-06,36,501,Amy McGrath,11173,DEM,51,47.78531998626555,Andy Barr,11174,REP,44,50.99838884340087,7,-3.213068857135319 +56104,89992,339,2018,KY-6,House-G,2018_House-G_KY-6,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2018-10-07,2018-11-06,30,400,Amy McGrath,11173,DEM,46,47.78531998626555,Andy Barr,11174,REP,48,50.99838884340087,-2,-3.213068857135319 +56708,91345,339,2018,KY-6,House-G,2018_House-G_KY-6,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-03,2018-11-06,3,438,Amy McGrath,11173,DEM,44.01,47.78531998626555,Andy Barr,11174,REP,44.4,50.99838884340087,-0.39000000000000057,-3.213068857135319 +56319,90519,363,2018,ME-1,House-G,2018_House-G_ME-1,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,249,Chellie M. Pingree,11771,DEM,53.4,58.81983201433696,Mark Holbrook,11772,REP,29.4,32.50607362016997,24,26.31375839416699 +56597,91112,363,2018,ME-1,House-G,2018_House-G_ME-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,442,Chellie M. Pingree,11771,DEM,56.2,58.81983201433696,Mark Holbrook,11772,REP,31,32.50607362016997,25.200000000000003,26.31375839416699 +53981,86881,364,2018,ME-2,House-G,2018_House-G_ME-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-13,2018-11-06,54,506,Jared Forrest Golden,11384,DEM,41.67,50.62355395545383,Bruce Poliquin,11385,REP,47.35,49.37644604454617,-5.68,1.2471079109076584 +56319,90520,364,2018,ME-2,House-G,2018_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,251,Jared Forrest Golden,11384,DEM,36.5,50.62355395545383,Bruce Poliquin,11385,REP,37,49.37644604454617,-0.5,1.2471079109076584 +56367,90608,364,2018,ME-2,House-G,2018_House-G_ME-2,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-10-11,2018-11-06,26,400,Jared Forrest Golden,11384,DEM,48,50.62355395545383,Bruce Poliquin,11385,REP,42,49.37644604454617,6,1.2471079109076584 +56255,90351,364,2018,ME-2,House-G,2018_House-G_ME-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-17,2018-11-06,20,501,Jared Forrest Golden,11384,DEM,41.17,50.62355395545383,Bruce Poliquin,11385,REP,41.06,49.37644604454617,0.10999999999999943,1.2471079109076584 +56597,91113,364,2018,ME-2,House-G,2018_House-G_ME-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,441,Jared Forrest Golden,11384,DEM,46.7,50.62355395545383,Bruce Poliquin,11385,REP,45.6,49.37644604454617,1.1000000000000014,1.2471079109076584 +56531,90939,365,2018,MI-1,House-G,2018_House-G_MI-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,574,Matt Morgan,11774,DEM,42,43.683401654751776,Jack Bergman,11773,REP,54,56.316598345248224,-12,-12.633196690496447 +56248,90342,366,2018,MI-2,House-G,2018_House-G_MI-2,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2018-10-13,2018-11-06,24,400,Rob Davidson,11784,DEM,42,42.9688702068663,Bill Huizenga,11785,REP,48,55.316028455164776,-6,-12.347158248298477 +56221,90296,370,2018,MI-6,House-G,2018_House-G_MI-6,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2018-10-09,2018-11-06,28,605,Matt Longjohn,11792,DEM,46,45.69346846693339,Fred Upton,11793,REP,49,50.24434463157464,-3,-4.550876164641252 +56531,90937,370,2018,MI-6,House-G,2018_House-G_MI-6,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,466,Matt Longjohn,11792,DEM,43,45.69346846693339,Fred Upton,11793,REP,46,50.24434463157464,-3,-4.550876164641252 +56812,91554,370,2018,MI-6,House-G,2018_House-G_MI-6,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-11-03,2018-11-06,3,460,Matt Longjohn,11792,DEM,42,45.69346846693339,Fred Upton,11793,REP,40,50.24434463157464,2,-4.550876164641252 +55925,89611,372,2018,MI-8,House-G,2018_House-G_MI-8,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2018-09-17,2018-11-06,50,400,Elissa Slotkin,11402,DEM,43,50.60993638628426,Mike Bishop,11401,REP,45,46.77554867927621,-2,3.834387707008048 +55893,89559,372,2018,MI-8,House-G,2018_House-G_MI-8,GQR,126,TRUE,FALSE,Live Phone,DEM,2018-09-19,2018-11-06,48,400,Elissa Slotkin,11402,DEM,47,50.60993638628426,Mike Bishop,11401,REP,43,46.77554867927621,4,3.834387707008048 +55939,89638,372,2018,MI-8,House-G,2018_House-G_MI-8,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-30,2018-11-06,37,501,Elissa Slotkin,11402,DEM,43.5,50.60993638628426,Mike Bishop,11401,REP,46.91,46.77554867927621,-3.4099999999999966,3.834387707008048 +56312,90509,372,2018,MI-8,House-G,2018_House-G_MI-8,Target Insyght,330,FALSE,FALSE,IVR/Live Phone,NA,2018-10-16,2018-11-06,21,500,Elissa Slotkin,11402,DEM,45,50.60993638628426,Mike Bishop,11401,REP,48,46.77554867927621,-3,3.834387707008048 +56812,91555,372,2018,MI-8,House-G,2018_House-G_MI-8,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-11-03,2018-11-06,3,501,Elissa Slotkin,11402,DEM,47,50.60993638628426,Mike Bishop,11401,REP,46,46.77554867927621,1,3.834387707008048 +56692,91307,372,2018,MI-8,House-G,2018_House-G_MI-8,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-02,2018-11-06,4,447,Elissa Slotkin,11402,DEM,49.05,50.60993638628426,Mike Bishop,11401,REP,42.42,46.77554867927621,6.6299999999999955,3.834387707008048 +56281,90440,375,2018,MI-11,House-G,2018_House-G_MI-11,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-10-03,2018-11-06,34,503,Haley Stevens,11777,DEM,42,51.84140256083624,Lena Epstein,11778,REP,37,45.158890969247736,5,6.682511591588501 +55998,89792,375,2018,MI-11,House-G,2018_House-G_MI-11,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-03,2018-11-06,34,465,Haley Stevens,11777,DEM,45.18,51.84140256083624,Lena Epstein,11778,REP,37.61,45.158890969247736,7.57,6.682511591588501 +56251,90345,375,2018,MI-11,House-G,2018_House-G_MI-11,Harper Polling,132,FALSE,FALSE,Live Phone,REP,2018-10-12,2018-11-06,25,400,Haley Stevens,11777,DEM,36,51.84140256083624,Lena Epstein,11778,REP,35,45.158890969247736,1,6.682511591588501 +56277,90434,375,2018,MI-11,House-G,2018_House-G_MI-11,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-10-12,2018-11-06,25,513,Haley Stevens,11777,DEM,44,51.84140256083624,Lena Epstein,11778,REP,34,45.158890969247736,10,6.682511591588501 +56312,90508,375,2018,MI-11,House-G,2018_House-G_MI-11,Target Insyght,330,FALSE,FALSE,IVR/Live Phone,NA,2018-10-16,2018-11-06,21,500,Haley Stevens,11777,DEM,48,51.84140256083624,Lena Epstein,11778,REP,48,45.158890969247736,0,6.682511591588501 +56409,90674,379,2018,MN-1,House-G,2018_House-G_MN-1,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2018-10-18,2018-11-06,19,586,Dan Feehan,11798,DEM,47,49.67582227311845,Jim Hagedorn,11799,REP,45,50.126688175655985,2,-0.45086590253753656 +56565,91005,380,2018,MN-2,House-G,2018_House-G_MN-2,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-09-15,2018-11-06,52,400,Angie Craig,11800,DEM,49,52.655280973346585,Jason Lewis,11801,REP,41,47.14765894995976,8,5.507622023386823 +54113,87636,380,2018,MN-2,House-G,2018_House-G_MN-2,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-17,2018-11-06,50,531,Angie Craig,11800,DEM,48,52.655280973346585,Jason Lewis,11801,REP,45,47.14765894995976,3,5.507622023386823 +55871,89512,380,2018,MN-2,House-G,2018_House-G_MN-2,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone/Online Panel,NA,2018-09-20,2018-11-06,47,569,Angie Craig,11800,DEM,48,52.655280973346585,Jason Lewis,11801,REP,45,47.14765894995976,3,5.507622023386823 +56004,89802,380,2018,MN-2,House-G,2018_House-G_MN-2,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2018-09-30,2018-11-06,37,412,Angie Craig,11800,DEM,43,52.655280973346585,Jason Lewis,11801,REP,46,47.14765894995976,-3,5.507622023386823 +55937,89635,380,2018,MN-2,House-G,2018_House-G_MN-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,487,Angie Craig,11800,DEM,51.4,52.655280973346585,Jason Lewis,11801,REP,39.37,47.14765894995976,12.030000000000001,5.507622023386823 +56525,90930,380,2018,MN-2,House-G,2018_House-G_MN-2,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-10-11,2018-11-06,26,400,Angie Craig,11800,DEM,52,52.655280973346585,Jason Lewis,11801,REP,43,47.14765894995976,9,5.507622023386823 +53908,86706,381,2018,MN-3,House-G,2018_House-G_MN-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-08,2018-11-06,59,500,Dean Phillips,11802,DEM,51,55.61328647695144,Erik Paulsen,11803,REP,42,44.19273030012447,9,11.42055617682697 +54113,87470,381,2018,MN-3,House-G,2018_House-G_MN-3,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-17,2018-11-06,50,538,Dean Phillips,11802,DEM,52,55.61328647695144,Erik Paulsen,11803,REP,39,44.19273030012447,13,11.42055617682697 +56000,89796,381,2018,MN-3,House-G,2018_House-G_MN-3,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone/Online Panel,NA,2018-09-26,2018-11-06,41,607,Dean Phillips,11802,DEM,49,55.61328647695144,Erik Paulsen,11803,REP,44,44.19273030012447,5,11.42055617682697 +56113,90058,385,2018,MN-7,House-G,2018_House-G_MN-7,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-09-07,2018-11-06,60,500,Collin Peterson,11810,DEM,53,52.10206423240464,Dave Hughes,11811,REP,35,47.837902162985905,18,4.264162069418738 +53905,86700,386,2018,MN-8,House-G,2018_House-G_MN-8,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-08,2018-11-06,59,504,Joe Radinovich,12492,DEM,44,45.17664881242223,Pete Stauber,11813,REP,43,50.71878451104512,1,-5.542135698622893 +55965,89685,386,2018,MN-8,House-G,2018_House-G_MN-8,Victoria Research & Consulting,369,FALSE,FALSE,Live Phone,DEM,2018-09-29,2018-11-06,38,400,Joe Radinovich,12492,DEM,45,45.17664881242223,Pete Stauber,11813,REP,44,50.71878451104512,1,-5.542135698622893 +56175,90178,386,2018,MN-8,House-G,2018_House-G_MN-8,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,507,Joe Radinovich,12492,DEM,33.5,45.17664881242223,Pete Stauber,11813,REP,49.15,50.71878451104512,-15.649999999999999,-5.542135698622893 +55928,89616,399,2018,MT-1,House-G,2018_House-G_MT-1,Benenson Strategy Group/GS Strategy Group/AARP Research,606,TRUE,FALSE,Live Phone,NA,2018-09-11,2018-11-06,56,950,Kathleen Williams,11175,DEM,45,46.24787627795036,Greg Gianforte,11176,REP,46,50.882298714764055,-1,-4.6344224368136935 +55846,89419,399,2018,MT-1,House-G,2018_House-G_MT-1,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-09-21,2018-11-06,46,710,Kathleen Williams,11175,DEM,42,46.24787627795036,Greg Gianforte,11176,REP,51,50.882298714764055,-9,-4.6344224368136935 +56378,90667,399,2018,MT-1,House-G,2018_House-G_MT-1,Montana State University Bozeman Human Ecology Learning and Problem Solving Lab,486,FALSE,FALSE,Mail,NA,2018-09-25,2018-11-06,42,2079,Kathleen Williams,11175,DEM,40.1,46.24787627795036,Greg Gianforte,11176,REP,47.6,50.882298714764055,-7.5,-4.6344224368136935 +56394,90657,399,2018,MT-1,House-G,2018_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,471,Kathleen Williams,11175,DEM,41,46.24787627795036,Greg Gianforte,11176,REP,44,50.882298714764055,-3,-4.6344224368136935 +56483,90851,399,2018,MT-1,House-G,2018_House-G_MT-1,University of Montana Social Science Research Laboratory,499,FALSE,FALSE,Live Phone,NA,2018-10-14,2018-11-06,23,533,Kathleen Williams,11175,DEM,45.8,46.24787627795036,Greg Gianforte,11176,REP,45.3,50.882298714764055,0.5,-4.6344224368136935 +56546,90982,399,2018,MT-1,House-G,2018_House-G_MT-1,Gravis Marketing,124,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-25,2018-11-06,12,782,Kathleen Williams,11175,DEM,48,46.24787627795036,Greg Gianforte,11176,REP,48,50.882298714764055,0,-4.6344224368136935 +56762,91452,399,2018,MT-1,House-G,2018_House-G_MT-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,879,Kathleen Williams,11175,DEM,44,46.24787627795036,Greg Gianforte,11176,REP,52,50.882298714764055,-8,-4.6344224368136935 +53969,86855,401,2018,NC-2,House-G,2018_House-G_NC-2,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2018-09-07,2018-11-06,60,538,Linda Coleman,11838,DEM,44,45.81705375877288,George Holding,11839,REP,43,51.27221860453899,1,-5.455164845766113 +56542,90972,401,2018,NC-2,House-G,2018_House-G_NC-2,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2018-10-26,2018-11-06,11,565,Linda Coleman,11838,DEM,40,45.81705375877288,George Holding,11839,REP,49,51.27221860453899,-9,-5.455164845766113 +54135,87619,412,2018,NC-13,House-G,2018_House-G_NC-13,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2018-09-13,2018-11-06,54,537,Kathy Manning,11181,DEM,46,45.54478268765979,Ted Budd,11182,REP,42,51.540954749297974,4,-5.996172061638184 +56044,89883,412,2018,NC-13,House-G,2018_House-G_NC-13,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-05,2018-11-06,32,500,Kathy Manning,11181,DEM,41.01,45.54478268765979,Ted Budd,11182,REP,46.88,51.540954749297974,-5.8700000000000045,-5.996172061638184 +56214,90281,412,2018,NC-13,House-G,2018_House-G_NC-13,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,533,Kathy Manning,11181,DEM,41,45.54478268765979,Ted Budd,11182,REP,44,51.540954749297974,-3,-5.996172061638184 +56790,91513,412,2018,NC-13,House-G,2018_House-G_NC-13,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-11-03,2018-11-06,3,567,Kathy Manning,11181,DEM,43,45.54478268765979,Ted Budd,11182,REP,43,51.540954749297974,0,-5.996172061638184 +53977,86879,413,2018,ND-1,House-G,2018_House-G_ND-1,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,701,Mac Schneider,11236,DEM,34,35.572509112623315,Kelly Armstrong,11237,REP,48,60.20178395929487,-14,-24.629274846671557 +55966,89711,413,2018,ND-1,House-G,2018_House-G_ND-1,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-09-22,2018-11-06,45,650,Mac Schneider,11236,DEM,31,35.572509112623315,Kelly Armstrong,11237,REP,55,60.20178395929487,-24,-24.629274846671557 +56020,89842,413,2018,ND-1,House-G,2018_House-G_ND-1,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,704,Mac Schneider,11236,DEM,34,35.572509112623315,Kelly Armstrong,11237,REP,51,60.20178395929487,-17,-24.629274846671557 +56356,90601,413,2018,ND-1,House-G,2018_House-G_ND-1,Strategic Research Associates,462,FALSE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,650,Mac Schneider,11236,DEM,35,35.572509112623315,Kelly Armstrong,11237,REP,56,60.20178395929487,-21,-24.629274846671557 +56617,91169,413,2018,ND-1,House-G,2018_House-G_ND-1,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,789,Mac Schneider,11236,DEM,33,35.572509112623315,Kelly Armstrong,11237,REP,55,60.20178395929487,-22,-24.629274846671557 +56474,90834,414,2018,NE-1,House-G,2018_House-G_NE-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-24,2018-11-06,13,742,Jessica McClure,11851,DEM,39,39.64077161269438,Jeff Fortenberry,11852,REP,55,60.35922838730562,-16,-20.71845677461124 +55844,89408,415,2018,NE-2,House-G,2018_House-G_NE-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-25,2018-11-06,42,512,Kara Eastman,11853,DEM,41.67,49.00497011892066,Don Bacon,11854,REP,50.85,50.99502988107935,-9.18,-1.9900597621586869 +56039,89875,415,2018,NE-2,House-G,2018_House-G_NE-2,GQR,126,TRUE,FALSE,Live Phone,DEM,2018-09-29,2018-11-06,38,400,Kara Eastman,11853,DEM,45,49.00497011892066,Don Bacon,11854,REP,49,50.99502988107935,-4,-1.9900597621586869 +56103,89991,415,2018,NE-2,House-G,2018_House-G_NE-2,Meeting Street Insights,204,FALSE,FALSE,Live Phone,REP,2018-10-01,2018-11-06,36,400,Kara Eastman,11853,DEM,40,49.00497011892066,Don Bacon,11854,REP,49,50.99502988107935,-9,-1.9900597621586869 +56515,90917,415,2018,NE-2,House-G,2018_House-G_NE-2,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2018-10-24,2018-11-06,13,350,Kara Eastman,11853,DEM,45,49.00497011892066,Don Bacon,11854,REP,52,50.99502988107935,-7,-1.9900597621586869 +55927,89619,417,2018,NH-1,House-G,2018_House-G_NH-1,American Research Group,9,TRUE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,400,Chris Pappas,13159,DEM,55,53.56120657368943,Eddie Edwards,13160,REP,33,45.00977532220768,22,8.551431251481752 +56024,89848,417,2018,NH-1,House-G,2018_House-G_NH-1,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2018-09-26,2018-11-06,41,400,Chris Pappas,13159,DEM,40,53.56120657368943,Eddie Edwards,13160,REP,42,45.00977532220768,-2,8.551431251481752 +56205,90270,417,2018,NH-1,House-G,2018_House-G_NH-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,387,Chris Pappas,13159,DEM,40.3,53.56120657368943,Eddie Edwards,13160,REP,34.9,45.00977532220768,5.399999999999999,8.551431251481752 +56285,90460,417,2018,NH-1,House-G,2018_House-G_NH-1,Saint Anselm College Survey Center,494,FALSE,FALSE,Live Phone,NA,2018-10-12,2018-11-06,25,234,Chris Pappas,13159,DEM,44.4,53.56120657368943,Eddie Edwards,13160,REP,35.5,45.00977532220768,8.899999999999999,8.551431251481752 +56318,90599,417,2018,NH-1,House-G,2018_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2018-10-14,2018-11-06,23,265,Chris Pappas,13159,DEM,46,53.56120657368943,Eddie Edwards,13160,REP,37,45.00977532220768,9,8.551431251481752 +56598,91114,417,2018,NH-1,House-G,2018_House-G_NH-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,570,Chris Pappas,13159,DEM,47.8,53.56120657368943,Eddie Edwards,13160,REP,46.1,45.00977532220768,1.6999999999999957,8.551431251481752 +56759,91453,417,2018,NH-1,House-G,2018_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2018-11-03,2018-11-06,3,309,Chris Pappas,13159,DEM,53,53.56120657368943,Eddie Edwards,13160,REP,40,45.00977532220768,13,8.551431251481752 +55927,89620,418,2018,NH-2,House-G,2018_House-G_NH-2,American Research Group,9,TRUE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,400,Ann McLane Kuster,11859,DEM,54,55.543519064728905,Steven Negron,13161,REP,27,42.183729286212255,27,13.35978977851665 +56205,90271,418,2018,NH-2,House-G,2018_House-G_NH-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,401,Ann McLane Kuster,11859,DEM,44.3,55.543519064728905,Steven Negron,13161,REP,25.4,42.183729286212255,18.9,13.35978977851665 +56285,90461,418,2018,NH-2,House-G,2018_House-G_NH-2,Saint Anselm College Survey Center,494,FALSE,FALSE,Live Phone,NA,2018-10-12,2018-11-06,25,220,Ann McLane Kuster,11859,DEM,49.4,55.543519064728905,Steven Negron,13161,REP,22.3,42.183729286212255,27.099999999999998,13.35978977851665 +56318,90600,418,2018,NH-2,House-G,2018_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2018-10-14,2018-11-06,23,234,Ann McLane Kuster,11859,DEM,53,55.543519064728905,Steven Negron,13161,REP,38,42.183729286212255,15,13.35978977851665 +56598,91115,418,2018,NH-2,House-G,2018_House-G_NH-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,569,Ann McLane Kuster,11859,DEM,52.4,55.543519064728905,Steven Negron,13161,REP,39.7,42.183729286212255,12.699999999999996,13.35978977851665 +56759,91454,418,2018,NH-2,House-G,2018_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2018-11-03,2018-11-06,3,321,Ann McLane Kuster,11859,DEM,56,55.543519064728905,Steven Negron,13161,REP,35,42.183729286212255,21,13.35978977851665 +54099,87443,420,2018,NJ-2,House-G,2018_House-G_NJ-2,Stockton University,317,TRUE,FALSE,Live Phone,NA,2018-09-15,2018-11-06,52,535,Jeff Van Drew,11867,DEM,55,52.90424712516885,Seth Grossman,11868,REP,32,45.23325708402519,23,7.670990041143661 +56462,90811,420,2018,NJ-2,House-G,2018_House-G_NJ-2,Stockton University,317,TRUE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,597,Jeff Van Drew,11867,DEM,55.1,52.90424712516885,Seth Grossman,11868,REP,38.1,45.23325708402519,17,7.670990041143661 +55841,89405,421,2018,NJ-3,House-G,2018_House-G_NJ-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-24,2018-11-06,43,499,Andy Kim,11177,DEM,49.13,50.01156822810591,Tom MacArthur,11178,REP,38.68,48.716904276985744,10.450000000000003,1.2946639511201639 +56166,90161,421,2018,NJ-3,House-G,2018_House-G_NJ-3,National Research,225,FALSE,FALSE,Live Phone,REP,2018-10-03,2018-11-06,34,400,Andy Kim,11177,DEM,40,50.01156822810591,Tom MacArthur,11178,REP,44,48.716904276985744,-4,1.2946639511201639 +56209,90275,421,2018,NJ-3,House-G,2018_House-G_NJ-3,Stockton University,317,TRUE,FALSE,Live Phone,NA,2018-10-07,2018-11-06,30,546,Andy Kim,11177,DEM,45.4,50.01156822810591,Tom MacArthur,11178,REP,46.8,48.716904276985744,-1.3999999999999986,1.2946639511201639 +56465,90816,421,2018,NJ-3,House-G,2018_House-G_NJ-3,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,363,Andy Kim,11177,DEM,49,50.01156822810591,Tom MacArthur,11178,REP,46,48.716904276985744,3,1.2946639511201639 +56403,90665,421,2018,NJ-3,House-G,2018_House-G_NJ-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-23,2018-11-06,14,508,Andy Kim,11177,DEM,43.99,50.01156822810591,Tom MacArthur,11178,REP,44.6,48.716904276985744,-0.6099999999999994,1.2946639511201639 +56473,90833,423,2018,NJ-5,House-G,2018_House-G_NJ-5,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2018-10-14,2018-11-06,23,400,Josh Gottheimer,11871,DEM,47,56.173982764732976,John McCann,11872,REP,38,42.49344814676152,9,13.680534617971453 +54112,87469,425,2018,NJ-7,House-G,2018_House-G_NJ-7,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-09-15,2018-11-06,52,365,Tom Malinowski,11248,DEM,47,51.73946991714744,Leonard Lance,11249,REP,41,46.71998066567103,6,5.019489251476408 +54085,87419,425,2018,NJ-7,House-G,2018_House-G_NJ-7,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-19,2018-11-06,48,504,Tom Malinowski,11248,DEM,44.43,51.73946991714744,Leonard Lance,11249,REP,45.45,46.71998066567103,-1.0200000000000031,5.019489251476408 +56599,91118,425,2018,NJ-7,House-G,2018_House-G_NJ-7,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,356,Tom Malinowski,11248,DEM,46,51.73946991714744,Leonard Lance,11249,REP,46,46.71998066567103,0,5.019489251476408 +56578,91069,425,2018,NJ-7,House-G,2018_House-G_NJ-7,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-30,2018-11-06,7,503,Tom Malinowski,11248,DEM,47.39,51.73946991714744,Leonard Lance,11249,REP,39.49,46.71998066567103,7.899999999999999,5.019489251476408 +55950,89658,429,2018,NJ-11,House-G,2018_House-G_NJ-11,National Research,225,FALSE,FALSE,Live Phone,REP,2018-09-26,2018-11-06,41,400,Mikie Sherrill,11208,DEM,46,56.767230988892805,Jay Webber,11209,REP,43,42.13008461742909,3,14.637146371463714 +56100,89979,429,2018,NJ-11,House-G,2018_House-G_NJ-11,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-10-05,2018-11-06,32,356,Mikie Sherrill,11208,DEM,48,56.767230988892805,Jay Webber,11209,REP,45,42.13008461742909,3,14.637146371463714 +56198,90252,429,2018,NJ-11,House-G,2018_House-G_NJ-11,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,487,Mikie Sherrill,11208,DEM,48.81,56.767230988892805,Jay Webber,11209,REP,38.38,42.13008461742909,10.43,14.637146371463714 +54047,87188,431,2018,NM-1,House-G,2018_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,410,Debra A. Haaland,11242,DEM,49,59.13261251715751,Janice E. Arnold-Jones,11243,REP,41,36.32455992486816,8,22.80805259228935 +56508,90908,431,2018,NM-1,House-G,2018_House-G_NM-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-25,2018-11-06,12,327,Debra A. Haaland,11242,DEM,51.4,59.13261251715751,Janice E. Arnold-Jones,11243,REP,41.4,36.32455992486816,10,22.80805259228935 +56642,91222,431,2018,NM-1,House-G,2018_House-G_NM-1,Carroll Strategies,450,FALSE,FALSE,IVR,NA,2018-10-29,2018-11-06,8,452,Debra A. Haaland,11242,DEM,51.3,59.13261251715751,Janice E. Arnold-Jones,11243,REP,43.4,36.32455992486816,7.899999999999999,22.80805259228935 +56732,91396,431,2018,NM-1,House-G,2018_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,419,Debra A. Haaland,11242,DEM,50,59.13261251715751,Janice E. Arnold-Jones,11243,REP,38,36.32455992486816,12,22.80805259228935 +54047,87189,432,2018,NM-2,House-G,2018_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,405,Xochitl Torres Small,11232,DEM,41,50.93397438471112,Yvette Herrell,11233,REP,48,49.06602561528887,-7,1.8679487694222487 +54043,87171,432,2018,NM-2,House-G,2018_House-G_NM-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-15,2018-11-06,52,503,Xochitl Torres Small,11232,DEM,45.56,50.93397438471112,Yvette Herrell,11233,REP,44.83,49.06602561528887,0.730000000000004,1.8679487694222487 +56053,89902,432,2018,NM-2,House-G,2018_House-G_NM-2,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2018-10-01,2018-11-06,36,400,Xochitl Torres Small,11232,DEM,45,50.93397438471112,Yvette Herrell,11233,REP,49,49.06602561528887,-4,1.8679487694222487 +56337,90564,432,2018,NM-2,House-G,2018_House-G_NM-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-21,2018-11-06,16,522,Xochitl Torres Small,11232,DEM,44.45,50.93397438471112,Yvette Herrell,11233,REP,44.51,49.06602561528887,-0.05999999999999517,1.8679487694222487 +56508,90909,432,2018,NM-2,House-G,2018_House-G_NM-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-25,2018-11-06,12,278,Xochitl Torres Small,11232,DEM,47.2,50.93397438471112,Yvette Herrell,11233,REP,46.8,49.06602561528887,0.4000000000000057,1.8679487694222487 +56642,91223,432,2018,NM-2,House-G,2018_House-G_NM-2,Carroll Strategies,450,FALSE,FALSE,IVR,NA,2018-10-29,2018-11-06,8,338,Xochitl Torres Small,11232,DEM,42,50.93397438471112,Yvette Herrell,11233,REP,47,49.06602561528887,-5,1.8679487694222487 +56732,91397,432,2018,NM-2,House-G,2018_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,413,Xochitl Torres Small,11232,DEM,45,50.93397438471112,Yvette Herrell,11233,REP,46,49.06602561528887,-1,1.8679487694222487 +56508,90910,433,2018,NM-3,House-G,2018_House-G_NM-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-25,2018-11-06,12,331,Ben Ray Luján,11244,DEM,54.2,63.37502501092314,Jerald Steve McFall,11245,REP,37.2,31.20832363522028,17,32.16670137570286 +56642,91224,433,2018,NM-3,House-G,2018_House-G_NM-3,Carroll Strategies,450,FALSE,FALSE,IVR,NA,2018-10-29,2018-11-06,8,410,Ben Ray Luján,11244,DEM,57.3,63.37502501092314,Jerald Steve McFall,11245,REP,32.7,31.20832363522028,24.599999999999994,32.16670137570286 +56204,90266,434,2018,NV-1,House-G,2018_House-G_NV-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,121,Dina Titus,11879,DEM,50.2,66.16710796906722,Joyce Bentley,11880,REP,20,30.865763037036547,30.200000000000003,35.30134493203067 +56778,91494,434,2018,NV-1,House-G,2018_House-G_NV-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-03,2018-11-06,3,238,Dina Titus,11879,DEM,58.3,66.16710796906722,Joyce Bentley,11880,REP,28.3,30.865763037036547,29.999999999999996,35.30134493203067 +56204,90267,435,2018,NV-2,House-G,2018_House-G_NV-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,169,Clint Koble,11881,DEM,16.2,41.769233176947665,Mark E. Amodei,11882,REP,23.1,58.230766823052335,-6.900000000000002,-16.46153364610467 +56778,91495,435,2018,NV-2,House-G,2018_House-G_NV-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-03,2018-11-06,3,365,Clint Koble,11881,DEM,36.9,41.769233176947665,Mark E. Amodei,11882,REP,57.5,58.230766823052335,-20.6,-16.46153364610467 +56204,90268,436,2018,NV-3,House-G,2018_House-G_NV-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,178,Susie Lee,11883,DEM,40.7,51.89294400492018,Danny Tarkanian,11884,REP,39,42.83008582371195,1.7000000000000028,9.062858181208234 +56778,91496,436,2018,NV-3,House-G,2018_House-G_NV-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-03,2018-11-06,3,332,Susie Lee,11883,DEM,50.6,51.89294400492018,Danny Tarkanian,11884,REP,41.4,42.83008582371195,9.200000000000003,9.062858181208234 +56179,90184,437,2018,NV-4,House-G,2018_House-G_NV-4,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2018-10-05,2018-11-06,32,400,Steven A. Horsford,11885,DEM,37,51.927891411345954,Cresent Hardy,11886,REP,41,43.74712604526798,-4,8.18076536607797 +56204,90269,437,2018,NV-4,House-G,2018_House-G_NV-4,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-11,2018-11-06,26,157,Steven A. Horsford,11885,DEM,35.8,51.927891411345954,Cresent Hardy,11886,REP,34.1,43.74712604526798,1.6999999999999957,8.18076536607797 +56778,91497,437,2018,NV-4,House-G,2018_House-G_NV-4,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-03,2018-11-06,3,263,Steven A. Horsford,11885,DEM,48,51.927891411345954,Cresent Hardy,11886,REP,44.2,43.74712604526798,3.799999999999997,8.18076536607797 +54144,87634,438,2018,NY-1,House-G,2018_House-G_NY-1,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-09-14,2018-11-06,53,400,Perry Gershon,11887,DEM,44,45.99578601237535,Lee M. Zeldin,11888,REP,47,45.014126856580006,-3,0.9816591557953416 +56068,89918,438,2018,NY-1,House-G,2018_House-G_NY-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,502,Perry Gershon,11887,DEM,41.08,45.99578601237535,Lee M. Zeldin,11888,REP,49.16,45.014126856580006,-8.079999999999998,0.9816591557953416 +56183,90213,438,2018,NY-1,House-G,2018_House-G_NY-1,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-10-09,2018-11-06,28,500,Perry Gershon,11887,DEM,46.2,45.99578601237535,Lee M. Zeldin,11888,REP,49.5,45.014126856580006,-3.299999999999997,0.9816591557953416 +56527,90933,438,2018,NY-1,House-G,2018_House-G_NY-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,838,Perry Gershon,11887,DEM,37,45.99578601237535,Lee M. Zeldin,11888,REP,52,45.014126856580006,-15,0.9816591557953416 +56476,90836,448,2018,NY-11,House-G,2018_House-G_NY-11,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,495,Max N. Rose,11891,DEM,40.49,50.3972982677067,Dan Donovan,11892,REP,43.8,41.85811742544478,-3.309999999999995,8.53918084226192 +53968,86854,456,2018,NY-19,House-G,2018_House-G_NY-19,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-09-08,2018-11-06,59,327,Antonio Delgado,11228,DEM,49,47.07937191391248,John J. Faso,11229,REP,43,38.99634009986597,6,8.083031814046514 +56341,90572,456,2018,NY-19,House-G,2018_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-10-14,2018-11-06,23,500,Antonio Delgado,11228,DEM,43,47.07937191391248,John J. Faso,11229,REP,44,38.99634009986597,-1,8.083031814046514 +56540,90969,456,2018,NY-19,House-G,2018_House-G_NY-19,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,372,Antonio Delgado,11228,DEM,48,47.07937191391248,John J. Faso,11229,REP,46,38.99634009986597,2,8.083031814046514 +56621,91172,456,2018,NY-19,House-G,2018_House-G_NY-19,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2018-10-28,2018-11-06,9,609,Antonio Delgado,11228,DEM,44,47.07937191391248,John J. Faso,11229,REP,44,38.99634009986597,0,8.083031814046514 +56693,91309,456,2018,NY-19,House-G,2018_House-G_NY-19,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-03,2018-11-06,3,505,Antonio Delgado,11228,DEM,43.28,47.07937191391248,John J. Faso,11229,REP,41.6,38.99634009986597,1.6799999999999997,8.083031814046514 +56422,90701,458,2018,NY-21,House-G,2018_House-G_NY-21,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2018-10-15,2018-11-06,22,491,Tedra Cobb,11910,DEM,40,39.69702508214072,Elise M. Stefanik,11911,REP,50,49.48972869123167,-10,-9.79270360909095 +56229,90309,459,2018,NY-22,House-G,2018_House-G_NY-22,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2018-10-12,2018-11-06,25,400,Anthony J. Brindisi,11234,DEM,42,46.17653615273156,Claudia Tenney,11235,REP,50,43.83747591675557,-8,2.3390602359759853 +56443,90776,459,2018,NY-22,House-G,2018_House-G_NY-22,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-10-17,2018-11-06,20,501,Anthony J. Brindisi,11234,DEM,46,46.17653615273156,Claudia Tenney,11235,REP,45,43.83747591675557,1,2.3390602359759853 +56693,91311,459,2018,NY-22,House-G,2018_House-G_NY-22,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-03,2018-11-06,3,506,Anthony J. Brindisi,11234,DEM,44.95,46.17653615273156,Claudia Tenney,11235,REP,45.88,43.83747591675557,-0.9299999999999997,2.3390602359759853 +56475,90835,460,2018,NY-23,House-G,2018_House-G_NY-23,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-10-23,2018-11-06,14,510,Tracy Mitrano,11912,DEM,47,41.98207792856133,Thomas Reed,11913,REP,49,47.726459600455954,-2,-5.744381671894622 +56495,90879,461,2018,NY-24,House-G,2018_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,500,Dana Balter,11378,DEM,39,44.49605915301543,John Katko,11379,REP,53,43.58849341784495,-14,0.9075657351704791 +56271,90421,462,2018,NY-25,House-G,2018_House-G_NY-25,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,465,Joseph D. Morelle,11914,DEM,53,54.78268917518139,Jim Maxwell,11915,REP,36,33.81534132977936,17,20.96734784540203 +56156,90144,464,2018,NY-27,House-G,2018_House-G_NY-27,Tulchin Research,340,FALSE,FALSE,Live Phone,DEM,2018-10-07,2018-11-06,30,400,Nate McMurray,11918,DEM,42,44.92358920434631,Chris Collins,11919,REP,42,40.13529617946022,0,4.788293024886087 +56227,90305,464,2018,NY-27,House-G,2018_House-G_NY-27,Siena College,305,TRUE,FALSE,Live Phone,NA,2018-10-08,2018-11-06,29,490,Nate McMurray,11918,DEM,43,44.92358920434631,Chris Collins,11919,REP,46,40.13529617946022,-3,4.788293024886087 +56516,90918,464,2018,NY-27,House-G,2018_House-G_NY-27,Tulchin Research,340,FALSE,FALSE,Live Phone,DEM,2018-10-27,2018-11-06,10,400,Nate McMurray,11918,DEM,47,44.92358920434631,Chris Collins,11919,REP,43,40.13529617946022,4,4.788293024886087 +56491,90868,464,2018,NY-27,House-G,2018_House-G_NY-27,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-26,2018-11-06,11,501,Nate McMurray,11918,DEM,39.87,44.92358920434631,Chris Collins,11919,REP,44.26,40.13529617946022,-4.390000000000001,4.788293024886087 +56627,91246,464,2018,NY-27,House-G,2018_House-G_NY-27,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2018-10-29,2018-11-06,8,801,Nate McMurray,11918,DEM,38.08,44.92358920434631,Chris Collins,11919,REP,45.32,40.13529617946022,-7.240000000000002,4.788293024886087 +54063,87212,465,2018,OH-1,House-G,2018_House-G_OH-1,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-09-12,2018-11-06,55,500,Aftab Pureval,11183,DEM,46,46.90315783176178,Steve Chabot,11184,REP,44,51.32066566734581,2,-4.417507835584026 +54170,87700,465,2018,OH-1,House-G,2018_House-G_OH-1,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2018-09-19,2018-11-06,48,400,Aftab Pureval,11183,DEM,39,46.90315783176178,Steve Chabot,11184,REP,46,51.32066566734581,-7,-4.417507835584026 +55926,89612,465,2018,OH-1,House-G,2018_House-G_OH-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-29,2018-11-06,38,503,Aftab Pureval,11183,DEM,40.82,46.90315783176178,Steve Chabot,11184,REP,50.13,51.32066566734581,-9.310000000000002,-4.417507835584026 +56372,90616,465,2018,OH-1,House-G,2018_House-G_OH-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,492,Aftab Pureval,11183,DEM,40.82,46.90315783176178,Steve Chabot,11184,REP,49.5,51.32066566734581,-8.68,-4.417507835584026 +56820,91575,465,2018,OH-1,House-G,2018_House-G_OH-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-11-03,2018-11-06,3,457,Aftab Pureval,11183,DEM,44,46.90315783176178,Steve Chabot,11184,REP,47,51.32066566734581,-3,-4.417507835584026 +56530,90936,466,2018,OH-2,House-G,2018_House-G_OH-2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,431,Jill Schiller,11942,DEM,39,41.197468765211745,Brad Wenstrup,11943,REP,52,57.554865860436855,-13,-16.35739709522511 +56818,91574,468,2018,OH-4,House-G,2018_House-G_OH-4,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,350,Janet Garrett,11946,DEM,36,34.73592199063732,Jim Jordan,11947,REP,60,65.26407800936268,-24,-30.528156018725355 +56556,90993,471,2018,OH-7,House-G,2018_House-G_OH-7,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2018-10-05,2018-11-06,32,400,Ken Harbaugh,11952,DEM,38,41.25638300729322,Bob Gibbs,11953,REP,45,58.743616992706784,-7,-17.48723398541356 +56551,90987,471,2018,OH-7,House-G,2018_House-G_OH-7,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-10-25,2018-11-06,12,682,Ken Harbaugh,11952,DEM,43,41.25638300729322,Bob Gibbs,11953,REP,49,58.743616992706784,-6,-17.48723398541356 +56746,91425,471,2018,OH-7,House-G,2018_House-G_OH-7,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2018-10-31,2018-11-06,6,800,Ken Harbaugh,11952,DEM,36.34,41.25638300729322,Bob Gibbs,11953,REP,54.59,58.743616992706784,-18.25,-17.48723398541356 +56366,90607,476,2018,OH-12,House-G,2018_House-G_OH-12,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2018-10-12,2018-11-06,25,639,Danny O'Connor,11187,DEM,46,47.19813140463695,Troy Balderson,11188,REP,48,51.42061835754448,-2,-4.2224869529075235 +56430,90711,476,2018,OH-12,House-G,2018_House-G_OH-12,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-10-21,2018-11-06,16,570,Danny O'Connor,11187,DEM,47,47.19813140463695,Troy Balderson,11188,REP,47,51.42061835754448,0,-4.2224869529075235 +56423,90702,480,2018,OH-16,House-G,2018_House-G_OH-16,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2018-10-15,2018-11-06,22,424,Susan Moran Palmer,11940,DEM,39,43.26882653231457,Anthony Gonzalez,11941,REP,48,56.73117346768542,-9,-13.462346935370853 +55964,89718,481,2018,OK-1,House-G,2018_House-G_OK-1,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone,NA,2018-09-20,2018-11-06,47,306,Tim Gilpin,11958,DEM,31.9,40.70055417089635,Kevin Hern,13176,REP,54,59.29944582910365,-22.1,-18.598891658207293 +55964,89710,482,2018,OK-2,House-G,2018_House-G_OK-2,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone,NA,2018-09-20,2018-11-06,47,245,Jason Nichols,11960,DEM,32.2,30.102036092258405,Markwayne Mullin,11961,REP,46,65.02300904621254,-13.799999999999997,-34.920972953954134 +55964,89682,483,2018,OK-3,House-G,2018_House-G_OK-3,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone,NA,2018-09-20,2018-11-06,47,267,Frankie Robbins,11962,DEM,24.1,26.126076089975008,Frank D. Lucas,11963,REP,54,73.873923910025,-29.9,-47.74784782004999 +55964,89683,484,2018,OK-4,House-G,2018_House-G_OK-4,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone,NA,2018-09-20,2018-11-06,47,291,Mary Brannon,11964,DEM,24.7,32.99892663054961,Tom Cole,11965,REP,58,63.06130038286327,-33.3,-30.06237375231366 +55909,89590,485,2018,OK-5,House-G,2018_House-G_OK-5,VCreek/AMG,501,FALSE,FALSE,IVR,REP,2018-09-24,2018-11-06,43,1407,Kendra Horn,11966,DEM,37,50.6984432541011,Steve Russell,11967,REP,50,49.30155674589889,-13,1.3968865082022077 +55964,89684,485,2018,OK-5,House-G,2018_House-G_OK-5,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone,NA,2018-09-20,2018-11-06,47,303,Kendra Horn,11966,DEM,37.2,50.6984432541011,Steve Russell,11967,REP,47.2,49.30155674589889,-10,1.3968865082022077 +56351,90587,485,2018,OK-5,House-G,2018_House-G_OK-5,VCreek/AMG,501,FALSE,FALSE,IVR,REP,2018-10-14,2018-11-06,23,974,Kendra Horn,11966,DEM,35,50.6984432541011,Steve Russell,11967,REP,51,49.30155674589889,-16,1.3968865082022077 +56624,91181,485,2018,OK-5,House-G,2018_House-G_OK-5,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone/Online Panel,NA,2018-10-29,2018-11-06,8,440,Kendra Horn,11966,DEM,37.1,50.6984432541011,Steve Russell,11967,REP,48.6,49.30155674589889,-11.5,1.3968865082022077 +56470,90825,487,2018,OR-2,House-G,2018_House-G_OR-2,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone,DEM,2018-10-11,2018-11-06,26,400,Jamie McLeod-Skinner,11970,DEM,40,39.407229007157405,Greg Walden,11971,REP,49,56.30375173917642,-9,-16.896522732019015 +56215,90282,490,2018,OR-5,House-G,2018_House-G_OR-5,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2018-10-08,2018-11-06,29,359,Kurt Schrader,11975,DEM,33,55.00810390856671,Mark Callahan,11976,REP,56,41.81309959857059,-23,13.195004309996122 +56010,89812,491,2018,PA-1,House-G,2018_House-G_PA-1,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-09-29,2018-11-06,38,353,Scott Wallace,11190,DEM,45,48.74044111850285,Brian Fitzpatrick,11191,REP,52,51.25955888149715,-7,-2.5191177629942985 +56190,90229,491,2018,PA-1,House-G,2018_House-G_PA-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2018-10-03,2018-11-06,34,400,Scott Wallace,11190,DEM,42,48.74044111850285,Brian Fitzpatrick,11191,REP,50,51.25955888149715,-8,-2.5191177629942985 +56217,90286,491,2018,PA-1,House-G,2018_House-G_PA-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,570,Scott Wallace,11190,DEM,49.68,48.74044111850285,Brian Fitzpatrick,11191,REP,42.53,51.25955888149715,7.149999999999999,-2.5191177629942985 +56426,90706,491,2018,PA-1,House-G,2018_House-G_PA-1,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2018-10-15,2018-11-06,22,400,Scott Wallace,11190,DEM,49,48.74044111850285,Brian Fitzpatrick,11191,REP,45,51.25955888149715,4,-2.5191177629942985 +56500,90887,491,2018,PA-1,House-G,2018_House-G_PA-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,502,Scott Wallace,11190,DEM,45.98,48.74044111850285,Brian Fitzpatrick,11191,REP,47.31,51.25955888149715,-1.3300000000000054,-2.5191177629942985 +53986,86892,497,2018,PA-7,House-G,2018_House-G_PA-7,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-09-07,2018-11-06,60,299,Susan Wild,11216,DEM,48,53.4879834081007,Martin W. Nothstein,11217,REP,44,43.469028834502645,4,10.018954573598059 +55832,89392,497,2018,PA-7,House-G,2018_House-G_PA-7,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,539,Susan Wild,11216,DEM,50.18,53.4879834081007,Martin W. Nothstein,11217,REP,41.67,43.469028834502645,8.509999999999998,10.018954573598059 +56315,90512,497,2018,PA-7,House-G,2018_House-G_PA-7,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,411,Susan Wild,11216,DEM,48,53.4879834081007,Martin W. Nothstein,11217,REP,41,43.469028834502645,7,10.018954573598059 +56219,90294,497,2018,PA-7,House-G,2018_House-G_PA-7,DeSales University Kamran Afshar Data Analytics Center,474,FALSE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,809,Susan Wild,11216,DEM,48.7,53.4879834081007,Martin W. Nothstein,11217,REP,37.6,43.469028834502645,11.100000000000001,10.018954573598059 +56308,90501,498,2018,PA-8,House-G,2018_House-G_PA-8,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-18,2018-11-06,19,506,Matt Cartwright,11999,DEM,52.38,54.642054108943206,John Chrin,12000,REP,39.78,45.357945891056794,12.600000000000001,9.284108217886413 +56608,91141,498,2018,PA-8,House-G,2018_House-G_PA-8,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2018-10-28,2018-11-06,9,446,Matt Cartwright,11999,DEM,57,54.642054108943206,John Chrin,12000,REP,40,45.357945891056794,17,9.284108217886413 +56581,91074,499,2018,PA-9,House-G,2018_House-G_PA-9,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2018-10-24,2018-11-06,13,271,Denny Wolff,12001,DEM,36,40.254371763609406,Dan Meuser,12002,REP,57,59.745628236390594,-21,-19.49125647278119 +56003,89801,500,2018,PA-10,House-G,2018_House-G_PA-10,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-24,2018-11-06,43,650,George B. Scott,11210,DEM,43,48.677641367130185,Scott Perry,11211,REP,44,51.322358632869815,-1,-2.6447172657396294 +56521,90925,500,2018,PA-10,House-G,2018_House-G_PA-10,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2018-10-20,2018-11-06,17,366,George B. Scott,11210,DEM,46,48.677641367130185,Scott Perry,11211,REP,49,51.322358632869815,-3,-2.6447172657396294 +56446,90782,500,2018,PA-10,House-G,2018_House-G_PA-10,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,498,George B. Scott,11210,DEM,43.03,48.677641367130185,Scott Perry,11211,REP,44.6,51.322358632869815,-1.5700000000000003,-2.6447172657396294 +55838,89401,501,2018,PA-11,House-G,2018_House-G_PA-11,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-12,2018-11-06,55,552,Jess King,11978,DEM,35,41.023978327281114,Lloyd K. Smucker,11979,REP,44,58.97602167271889,-9,-17.95204334543778 +56579,91071,501,2018,PA-11,House-G,2018_House-G_PA-11,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2018-10-21,2018-11-06,16,311,Jess King,11978,DEM,46,41.023978327281114,Lloyd K. Smucker,11979,REP,50,58.97602167271889,-4,-17.95204334543778 +56607,91140,503,2018,PA-13,House-G,2018_House-G_PA-13,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2018-10-25,2018-11-06,12,303,Brent Ottaway,11982,DEM,36,29.50771126009808,John Joyce,11983,REP,57,70.49228873990192,-21,-40.984577479803846 +56071,89927,506,2018,PA-16,House-G,2018_House-G_PA-16,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-07,2018-11-06,30,532,Ronald A. DiNicola,11212,DEM,41.79,47.29835820667998,Mike Kelly,11213,REP,50.39,51.58157898748457,-8.600000000000001,-4.283220780804591 +56252,90346,506,2018,PA-16,House-G,2018_House-G_PA-16,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2018-10-09,2018-11-06,28,548,Ronald A. DiNicola,11212,DEM,46,47.29835820667998,Mike Kelly,11213,REP,49,51.58157898748457,-3,-4.283220780804591 +56609,91142,506,2018,PA-16,House-G,2018_House-G_PA-16,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2018-10-29,2018-11-06,8,405,Ronald A. DiNicola,11212,DEM,51,47.29835820667998,Mike Kelly,11213,REP,47,51.58157898748457,4,-4.283220780804591 +56138,90104,507,2018,PA-17,House-G,2018_House-G_PA-17,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-10-07,2018-11-06,30,354,Conor Lamb,11361,DEM,54,56.25731389309507,Keith J. Rothfus,11362,REP,42,43.74268610690493,12,12.514627786190147 +56431,90821,518,2018,SD-1,House-G,2018_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,500,Tim Bjorkman,11389,DEM,31,36.025478844522496,Dusty Johnson,11388,REP,54,60.3321774589615,-23,-24.306698614439007 +56760,91455,518,2018,SD-1,House-G,2018_House-G_SD-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,851,Tim Bjorkman,11389,DEM,41,36.025478844522496,Dusty Johnson,11388,REP,51,60.3321774589615,-10,-24.306698614439007 +56781,91498,518,2018,SD-1,House-G,2018_House-G_SD-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-11-03,2018-11-06,3,514,Tim Bjorkman,11389,DEM,37.9,36.025478844522496,Dusty Johnson,11388,REP,54,60.3321774589615,-16.1,-24.306698614439007 +56424,90703,529,2018,TX-2,House-G,2018_House-G_TX-2,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2018-10-15,2018-11-06,22,435,Todd Litton,12061,DEM,40,45.55643299720569,Dan Crenshaw,12062,REP,49,52.844429595431905,-9,-7.287996598226215 +55840,89403,534,2018,TX-7,House-G,2018_House-G_TX-7,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-17,2018-11-06,50,562,Lizzie Fletcher,11238,DEM,47,52.528109490519334,John Abney Culberson,11239,REP,45,47.471890509480666,2,5.056218981038668 +54044,87173,534,2018,TX-7,House-G,2018_House-G_TX-7,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-16,2018-11-06,51,500,Lizzie Fletcher,11238,DEM,44.9,52.528109490519334,John Abney Culberson,11239,REP,48.34,47.471890509480666,-3.440000000000005,5.056218981038668 +56371,90614,534,2018,TX-7,House-G,2018_House-G_TX-7,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,499,Lizzie Fletcher,11238,DEM,44.83,52.528109490519334,John Abney Culberson,11239,REP,45.7,47.471890509480666,-0.8700000000000045,5.056218981038668 +56283,90444,539,2018,TX-12,House-G,2018_House-G_TX-12,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-27,2018-11-06,40,590,Vanessa Adia,12045,DEM,30,33.89089392195642,Kay Granger,12046,REP,62,64.26919338078372,-32,-30.3782994588273 +56384,90643,548,2018,TX-21,House-G,2018_House-G_TX-21,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2018-10-19,2018-11-06,18,401,Joseph Kopser,11371,DEM,38,47.6280834914611,Chip Roy,11372,REP,50,50.23910049573409,-12,-2.6110170042729948 +53937,86757,550,2018,TX-23,House-G,2018_House-G_TX-23,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-10,2018-11-06,57,495,Gina Ortiz Jones,12066,DEM,43,48.72637085909868,Will Hurd,12067,REP,51,49.167178403286535,-8,-0.44080754418785517 +56051,89895,550,2018,TX-23,House-G,2018_House-G_TX-23,GS Strategy Group,478,FALSE,FALSE,Live Phone,REP,2018-10-03,2018-11-06,34,400,Gina Ortiz Jones,12066,DEM,30,48.72637085909868,Will Hurd,12067,REP,55,49.167178403286535,-25,-0.44080754418785517 +56199,90254,550,2018,TX-23,House-G,2018_House-G_TX-23,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,488,Gina Ortiz Jones,12066,DEM,37.6,48.72637085909868,Will Hurd,12067,REP,53.05,49.167178403286535,-15.449999999999996,-0.44080754418785517 +55839,89402,558,2018,TX-31,House-G,2018_House-G_TX-31,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2018-09-18,2018-11-06,49,500,Mary Jennings Hegar,11252,DEM,42,47.67785403853752,John Carter,11253,REP,46,50.58617446426137,-4,-2.9083204257238506 +55976,89704,558,2018,TX-31,House-G,2018_House-G_TX-31,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2018-09-24,2018-11-06,43,400,Mary Jennings Hegar,11252,DEM,33,47.67785403853752,John Carter,11253,REP,54,50.58617446426137,-21,-2.9083204257238506 +55999,89794,558,2018,TX-31,House-G,2018_House-G_TX-31,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-03,2018-11-06,34,490,Mary Jennings Hegar,11252,DEM,38.06,47.67785403853752,John Carter,11253,REP,52.75,50.58617446426137,-14.689999999999998,-2.9083204257238506 +55842,89404,559,2018,TX-32,House-G,2018_House-G_TX-32,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-09-17,2018-11-06,50,555,Colin Allred,12082,DEM,47,52.27015456062695,Pete Sessions,12083,REP,42,45.751759669109646,5,6.518394891517303 +56009,89808,559,2018,TX-32,House-G,2018_House-G_TX-32,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-09-22,2018-11-06,45,600,Colin Allred,12082,DEM,47,52.27015456062695,Pete Sessions,12083,REP,46,45.751759669109646,1,6.518394891517303 +54108,87461,559,2018,TX-32,House-G,2018_House-G_TX-32,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-21,2018-11-06,46,500,Colin Allred,12082,DEM,46.58,52.27015456062695,Pete Sessions,12083,REP,48.13,45.751759669109646,-1.5500000000000043,6.518394891517303 +56658,91249,559,2018,TX-32,House-G,2018_House-G_TX-32,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,477,Colin Allred,12082,DEM,45.82,52.27015456062695,Pete Sessions,12083,REP,41.8,45.751759669109646,4.020000000000003,6.518394891517303 +56202,90442,564,2018,UT-1,House-G,2018_House-G_UT-1,University of Utah Hinckley Institute of Politics,500,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-06,2018-11-06,31,143,Lee Castillo,12099,DEM,20,24.891775742825352,Rob Bishop,12100,REP,52,61.60899293445994,-32,-36.71721719163459 +56326,90543,565,2018,UT-2,House-G,2018_House-G_UT-2,University of Utah Hinckley Institute of Politics,500,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-10,2018-11-06,27,401,Shireen Ghorbani,11256,DEM,29,38.90143828413147,Chris Stewart,11257,REP,52,56.09789515782613,-23,-17.196456873694657 +56202,90443,566,2018,UT-3,House-G,2018_House-G_UT-3,University of Utah Hinckley Institute of Politics,500,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-06,2018-11-06,31,143,James Singer,12101,DEM,13,27.30686322230721,John Curtis,12102,REP,67,67.54900370087074,-54,-40.24214047856353 +53949,86781,567,2018,UT-4,House-G,2018_House-G_UT-4,Y2 Analytics,389,FALSE,FALSE,Live Phone,REP,2018-09-07,2018-11-06,60,405,Ben McAdams,11214,DEM,42,50.12199605601791,Mia B. Love,11215,REP,51,49.86426314010792,-9,0.25773291590999037 +56181,90209,567,2018,UT-4,House-G,2018_House-G_UT-4,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2018-10-09,2018-11-06,28,400,Ben McAdams,11214,DEM,47,50.12199605601791,Mia B. Love,11215,REP,46,49.86426314010792,1,0.25773291590999037 +56213,90280,567,2018,UT-4,House-G,2018_House-G_UT-4,University of Utah Hinckley Institute of Politics,500,FALSE,FALSE,Live Phone/Online Panel,NA,2018-10-07,2018-11-06,30,403,Ben McAdams,11214,DEM,46,50.12199605601791,Mia B. Love,11215,REP,46,49.86426314010792,0,0.25773291590999037 +56524,90928,567,2018,UT-4,House-G,2018_House-G_UT-4,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2018-10-25,2018-11-06,12,936,Ben McAdams,11214,DEM,49.51,50.12199605601791,Mia B. Love,11215,REP,43.05,49.86426314010792,6.460000000000001,0.25773291590999037 +56477,90838,567,2018,UT-4,House-G,2018_House-G_UT-4,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-25,2018-11-06,12,526,Ben McAdams,11214,DEM,45.44,50.12199605601791,Mia B. Love,11215,REP,45.13,49.86426314010792,0.30999999999999517,0.25773291590999037 +54072,87229,569,2018,VA-2,House-G,2018_House-G_VA-2,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2018-09-07,2018-11-06,60,404,Elaine G. Luria,11192,DEM,51,51.05010972933432,Scott W. Taylor,11193,REP,43,48.81419166057059,8,2.2359180687637235 +55985,89720,569,2018,VA-2,House-G,2018_House-G_VA-2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-09-27,2018-11-06,40,758,Elaine G. Luria,11192,DEM,45.5,51.05010972933432,Scott W. Taylor,11193,REP,46,48.81419166057059,-0.5,2.2359180687637235 +55916,89598,569,2018,VA-2,House-G,2018_House-G_VA-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-28,2018-11-06,39,500,Elaine G. Luria,11192,DEM,41.05,51.05010972933432,Scott W. Taylor,11193,REP,48.71,48.81419166057059,-7.660000000000004,2.2359180687637235 +56203,90262,569,2018,VA-2,House-G,2018_House-G_VA-2,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2018-10-07,2018-11-06,30,682,Elaine G. Luria,11192,DEM,44,51.05010972933432,Scott W. Taylor,11193,REP,50,48.81419166057059,-6,2.2359180687637235 +56321,90530,569,2018,VA-2,House-G,2018_House-G_VA-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,508,Elaine G. Luria,11192,DEM,42.36,51.05010972933432,Scott W. Taylor,11193,REP,45.12,48.81419166057059,-2.759999999999998,2.2359180687637235 +56791,91515,569,2018,VA-2,House-G,2018_House-G_VA-2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-11-03,2018-11-06,3,710,Elaine G. Luria,11192,DEM,47,51.05010972933432,Scott W. Taylor,11193,REP,47,48.81419166057059,0,2.2359180687637235 +56425,90704,572,2018,VA-5,House-G,2018_House-G_VA-5,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2018-10-15,2018-11-06,22,406,Leslie Cockburn,12110,DEM,43,46.64775541447161,Denver Riggleman,12111,REP,48,53.17631848092472,-5,-6.52856306645311 +56309,90503,572,2018,VA-5,House-G,2018_House-G_VA-5,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-19,2018-11-06,18,501,Leslie Cockburn,12110,DEM,45.62,46.64775541447161,Denver Riggleman,12111,REP,44.59,53.17631848092472,1.029999999999994,-6.52856306645311 +53935,86753,574,2018,VA-7,House-G,2018_House-G_VA-7,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-11,2018-11-06,56,501,Abigail A. Spanberger,12114,DEM,43.4,50.3366180392964,David Brat,12115,REP,47.22,48.397240732640945,-3.8200000000000003,1.9393773066554516 +55892,89558,574,2018,VA-7,House-G,2018_House-G_VA-7,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2018-09-19,2018-11-06,48,400,Abigail A. Spanberger,12114,DEM,47,50.3366180392964,David Brat,12115,REP,47,48.397240732640945,0,1.9393773066554516 +55849,89424,574,2018,VA-7,House-G,2018_House-G_VA-7,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-09-19,2018-11-06,48,329,Abigail A. Spanberger,12114,DEM,48,50.3366180392964,David Brat,12115,REP,45,48.397240732640945,3,1.9393773066554516 +56510,90907,574,2018,VA-7,House-G,2018_House-G_VA-7,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,790,Abigail A. Spanberger,12114,DEM,48,50.3366180392964,David Brat,12115,REP,45,48.397240732640945,3,1.9393773066554516 +56623,91179,574,2018,VA-7,House-G,2018_House-G_VA-7,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,500,Abigail A. Spanberger,12114,DEM,43.98,50.3366180392964,David Brat,12115,REP,45.79,48.397240732640945,-1.8100000000000023,1.9393773066554516 +55977,89707,577,2018,VA-10,House-G,2018_House-G_VA-10,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-09-28,2018-11-06,39,374,Jennifer T. Wexton,11200,DEM,52,56.106254843051154,Barbara J. Comstock,11201,REP,43,43.73115458339564,9,12.375100259655511 +56025,89850,577,2018,VA-10,House-G,2018_House-G_VA-10,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2018-09-27,2018-11-06,40,711,Jennifer T. Wexton,11200,DEM,53,56.106254843051154,Barbara J. Comstock,11201,REP,42,43.73115458339564,11,12.375100259655511 +56096,89971,577,2018,VA-10,House-G,2018_House-G_VA-10,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2018-09-27,2018-11-06,40,866,Jennifer T. Wexton,11200,DEM,55,56.106254843051154,Barbara J. Comstock,11201,REP,43,43.73115458339564,12,12.375100259655511 +56143,90118,577,2018,VA-10,House-G,2018_House-G_VA-10,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2018-10-07,2018-11-06,30,400,Jennifer T. Wexton,11200,DEM,47,56.106254843051154,Barbara J. Comstock,11201,REP,48,43.73115458339564,-1,12.375100259655511 +56395,90656,577,2018,VA-10,House-G,2018_House-G_VA-10,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2018-10-08,2018-11-06,29,400,Jennifer T. Wexton,11200,DEM,49,56.106254843051154,Barbara J. Comstock,11201,REP,39,43.73115458339564,10,12.375100259655511 +56188,90225,577,2018,VA-10,House-G,2018_House-G_VA-10,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-13,2018-11-06,24,484,Jennifer T. Wexton,11200,DEM,48.37,56.106254843051154,Barbara J. Comstock,11201,REP,40.96,43.73115458339564,7.409999999999997,12.375100259655511 +56425,90705,577,2018,VA-10,House-G,2018_House-G_VA-10,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2018-10-15,2018-11-06,22,421,Jennifer T. Wexton,11200,DEM,47,56.106254843051154,Barbara J. Comstock,11201,REP,47,43.73115458339564,0,12.375100259655511 +56454,90801,577,2018,VA-10,House-G,2018_House-G_VA-10,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2018-10-18,2018-11-06,19,430,Jennifer T. Wexton,11200,DEM,56,56.106254843051154,Barbara J. Comstock,11201,REP,43,43.73115458339564,13,12.375100259655511 +56656,91244,577,2018,VA-10,House-G,2018_House-G_VA-10,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2018-10-27,2018-11-06,10,446,Jennifer T. Wexton,11200,DEM,54,56.106254843051154,Barbara J. Comstock,11201,REP,43,43.73115458339564,11,12.375100259655511 +56339,90579,579,2018,VT-1,House-G,2018_House-G_VT-1,Braun Research,33,FALSE,FALSE,Live Phone,NA,2018-10-09,2018-11-06,28,495,Peter Welch,12120,DEM,55,69.20400365570323,Anya Tynio,13213,REP,18,25.951455491079127,37,43.2525481646241 +56663,91263,579,2018,VT-1,House-G,2018_House-G_VT-1,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-10-31,2018-11-06,6,885,Peter Welch,12120,DEM,66,69.20400365570323,Anya Tynio,13213,REP,28,25.951455491079127,38,43.2525481646241 +56187,90223,582,2018,WA-3,House-G,2018_House-G_WA-3,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2018-10-10,2018-11-06,27,400,Carolyn Long,11412,DEM,45,47.32900210268662,Jaime Herrera Beutler,11413,REP,43,52.67099789731338,2,-5.3419957946267544 +56256,90353,582,2018,WA-3,House-G,2018_House-G_WA-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,497,Carolyn Long,11412,DEM,40.62,47.32900210268662,Jaime Herrera Beutler,11413,REP,47.58,52.67099789731338,-6.960000000000001,-5.3419957946267544 +55936,89634,584,2018,WA-5,House-G,2018_House-G_WA-5,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2018-09-18,2018-11-06,49,521,Lisa Brown,11414,DEM,46,45.2400053691778,Cathy McMorris Rodgers,11415,REP,49,54.759994630822206,-3,-9.519989261644405 +55869,89509,587,2018,WA-8,House-G,2018_House-G_WA-8,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-25,2018-11-06,42,505,Kim Schrier,12134,DEM,45.82,52.415055405245695,Dino Rossi,12135,REP,45.32,47.584944594754305,0.5,4.830110810491391 +56148,90123,587,2018,WA-8,House-G,2018_House-G_WA-8,Elway Research,87,FALSE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,400,Kim Schrier,12134,DEM,39,52.415055405245695,Dino Rossi,12135,REP,49,47.584944594754305,-10,4.830110810491391 +56659,91251,587,2018,WA-8,House-G,2018_House-G_WA-8,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-11-01,2018-11-06,5,477,Kim Schrier,12134,DEM,47.5,52.415055405245695,Dino Rossi,12135,REP,44.7,47.584944594754305,2.799999999999997,4.830110810491391 +53958,86827,590,2018,WI-1,House-G,2018_House-G_WI-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-12,2018-11-06,55,500,Randy Bryce,12138,DEM,43.72,42.2689253866229,Bryan Steil,12453,REP,50.01,54.55970637870139,-6.289999999999999,-12.290780992078496 +56385,90644,590,2018,WI-1,House-G,2018_House-G_WI-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-10-04,2018-11-06,33,501,Randy Bryce,12138,DEM,43.7,42.2689253866229,Bryan Steil,12453,REP,46.2,54.55970637870139,-2.5,-12.290780992078496 +56383,90642,590,2018,WI-1,House-G,2018_House-G_WI-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2018-10-20,2018-11-06,17,551,Randy Bryce,12138,DEM,45,42.2689253866229,Bryan Steil,12453,REP,44,54.55970637870139,1,-12.290780992078496 +56533,90940,595,2018,WI-6,House-G,2018_House-G_WI-6,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-10-28,2018-11-06,9,525,Dan Kohl,12147,DEM,48,44.46372264008737,Glenn Grothman,12148,REP,50,55.46921384953778,-2,-11.005491209450412 +56742,91418,595,2018,WI-6,House-G,2018_House-G_WI-6,JMC Analytics/Bold Blue Campaigns,503,FALSE,TRUE,Live Phone,NA,2018-10-31,2018-11-06,6,500,Dan Kohl,12147,DEM,33,44.46372264008737,Glenn Grothman,12148,REP,61,55.46921384953778,-28,-11.005491209450412 +54051,87192,598,2018,WV-1,House-G,2018_House-G_WV-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-14,2018-11-06,53,275,Kendra Fershee,11194,DEM,14.1,35.42484385563078,David B. McKinley,11195,REP,42.8,64.57515614436922,-28.699999999999996,-29.150312288738434 +56634,91199,598,2018,WV-1,House-G,2018_House-G_WV-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-30,2018-11-06,7,341,Kendra Fershee,11194,DEM,32,35.42484385563078,David B. McKinley,11195,REP,57.4,64.57515614436922,-25.4,-29.150312288738434 +54051,87193,599,2018,WV-2,House-G,2018_House-G_WV-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-14,2018-11-06,53,277,Talley Sergent,11196,DEM,23.6,42.97579983593109,Alexander X. Mooney,11197,REP,32.3,53.95913902886832,-8.699999999999996,-10.98333919293723 +56634,91200,599,2018,WV-2,House-G,2018_House-G_WV-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-30,2018-11-06,7,344,Talley Sergent,11196,DEM,39.4,42.97579983593109,Alexander X. Mooney,11197,REP,46.8,53.95913902886832,-7.399999999999999,-10.98333919293723 +53911,86712,600,2018,WV-3,House-G,2018_House-G_WV-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-09-09,2018-11-06,58,499,Richard Neece Ojeda,11198,DEM,40,43.626596565419895,Carol Miller,11199,REP,48,56.373403434580105,-8,-12.74680686916021 +54051,87194,600,2018,WV-3,House-G,2018_House-G_WV-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-09-14,2018-11-06,53,274,Richard Neece Ojeda,11198,DEM,36.2,43.626596565419895,Carol Miller,11199,REP,30.9,56.373403434580105,5.300000000000004,-12.74680686916021 +54166,87693,600,2018,WV-3,House-G,2018_House-G_WV-3,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2018-09-16,2018-11-06,51,540,Richard Neece Ojeda,11198,DEM,48,43.626596565419895,Carol Miller,11199,REP,44,56.373403434580105,4,-12.74680686916021 +56228,90308,600,2018,WV-3,House-G,2018_House-G_WV-3,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-10-12,2018-11-06,25,350,Richard Neece Ojeda,11198,DEM,46,43.626596565419895,Carol Miller,11199,REP,48,56.373403434580105,-2,-12.74680686916021 +56253,90347,600,2018,WV-3,House-G,2018_House-G_WV-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,490,Richard Neece Ojeda,11198,DEM,41.3,43.626596565419895,Carol Miller,11199,REP,45.94,56.373403434580105,-4.640000000000001,-12.74680686916021 +56634,91201,600,2018,WV-3,House-G,2018_House-G_WV-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-30,2018-11-06,7,328,Richard Neece Ojeda,11198,DEM,44.5,43.626596565419895,Carol Miller,11199,REP,52.1,56.373403434580105,-7.600000000000001,-12.74680686916021 +56761,91456,601,2018,WY-1,House-G,2018_House-G_WY-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-03,2018-11-06,3,858,Greg Hunter,13247,DEM,28,29.766205371562027,Liz Cheney,12154,REP,55,63.58567914730801,-27,-33.819473775745976 +46555,72819,602,2016,AK,Pres-G,2016_Pres-G_AK,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2016-09-14,2016-11-08,55,500,Hillary Rodham Clinton,9207,DEM,31,36.550871290111985,Donald Trump,9849,REP,39,51.281512077537286,-8,-14.730640787425301 +46565,72834,602,2016,AK,Pres-G,2016_Pres-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,660,Hillary Rodham Clinton,9207,DEM,30.6,36.550871290111985,Donald Trump,9849,REP,36.1,51.281512077537286,-5.5,-14.730640787425301 +46556,72820,602,2016,AK,Pres-G,2016_Pres-G_AK,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2016-10-05,2016-11-08,34,500,Hillary Rodham Clinton,9207,DEM,34,36.550871290111985,Donald Trump,9849,REP,37,51.281512077537286,-3,-14.730640787425301 +46872,73329,602,2016,AK,Pres-G,2016_Pres-G_AK,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2016-10-12,2016-11-08,27,500,Hillary Rodham Clinton,9207,DEM,36,36.550871290111985,Donald Trump,9849,REP,37,51.281512077537286,-1,-14.730640787425301 +47761,74749,602,2016,AK,Pres-G,2016_Pres-G_AK,Craciun Research Group,61,FALSE,TRUE,Live Phone,NA,2016-10-23,2016-11-08,16,400,Hillary Rodham Clinton,9207,DEM,47,36.550871290111985,Donald Trump,9849,REP,43,51.281512077537286,4,-14.730640787425301 +47884,74940,602,2016,AK,Pres-G,2016_Pres-G_AK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,300,Hillary Rodham Clinton,9207,DEM,38,36.550871290111985,Donald Trump,9849,REP,46,51.281512077537286,-8,-14.730640787425301 +48849,76445,602,2016,AK,Pres-G,2016_Pres-G_AK,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,617,Hillary Rodham Clinton,9207,DEM,41,36.550871290111985,Donald Trump,9849,REP,44,51.281512077537286,-3,-14.730640787425301 +48720,76301,602,2016,AK,Pres-G,2016_Pres-G_AK,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,201,Hillary Rodham Clinton,9207,DEM,37.4,36.550871290111985,Donald Trump,9849,REP,37.7,51.281512077537286,-0.30000000000000426,-14.730640787425301 +48861,76551,602,2016,AK,Pres-G,2016_Pres-G_AK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,409,Hillary Rodham Clinton,9207,DEM,31,36.550871290111985,Donald Trump,9849,REP,48,51.281512077537286,-17,-14.730640787425301 +77970,150772,603,2016,AL,Pres-G,2016_Pres-G_AL,Strategy Research,322,FALSE,FALSE,IVR,NA,2016-09-27,2016-11-08,42,3000,Hillary Rodham Clinton,9207,DEM,32,34.35794575797364,Donald Trump,9849,REP,48,62.08309236440906,-16,-27.725146606435423 +46337,72465,603,2016,AL,Pres-G,2016_Pres-G_AL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,312,Hillary Rodham Clinton,9207,DEM,37.02,34.35794575797364,Donald Trump,9849,REP,55.52,62.08309236440906,-18.5,-27.725146606435423 +47185,73862,603,2016,AL,Pres-G,2016_Pres-G_AL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,482,Hillary Rodham Clinton,9207,DEM,38.4,34.35794575797364,Donald Trump,9849,REP,52.39,62.08309236440906,-13.990000000000002,-27.725146606435423 +47883,74939,603,2016,AL,Pres-G,2016_Pres-G_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,485,Hillary Rodham Clinton,9207,DEM,35,34.35794575797364,Donald Trump,9849,REP,55,62.08309236440906,-20,-27.725146606435423 +48688,76268,603,2016,AL,Pres-G,2016_Pres-G_AL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,328,Hillary Rodham Clinton,9207,DEM,38.06,34.35794575797364,Donald Trump,9849,REP,54.15,62.08309236440906,-16.089999999999996,-27.725146606435423 +48719,76300,603,2016,AL,Pres-G,2016_Pres-G_AL,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1388,Hillary Rodham Clinton,9207,DEM,31.6,34.35794575797364,Donald Trump,9849,REP,52.6,62.08309236440906,-21,-27.725146606435423 +48860,76550,603,2016,AL,Pres-G,2016_Pres-G_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1131,Hillary Rodham Clinton,9207,DEM,36,34.35794575797364,Donald Trump,9849,REP,55,62.08309236440906,-19,-27.725146606435423 +45816,71534,604,2016,AR,Pres-G,2016_Pres-G_AR,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-11,2016-11-08,58,600,Hillary Rodham Clinton,9207,DEM,29,33.65312412936093,Donald Trump,9849,REP,57,60.57410216382829,-28,-26.92097803446736 +46005,71900,604,2016,AR,Pres-G,2016_Pres-G_AR,Hendrix College,138,FALSE,FALSE,IVR,NA,2016-09-16,2016-11-08,53,831,Hillary Rodham Clinton,9207,DEM,34,33.65312412936093,Donald Trump,9849,REP,55,60.57410216382829,-21,-26.92097803446736 +46058,72050,604,2016,AR,Pres-G,2016_Pres-G_AR,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,280,Hillary Rodham Clinton,9207,DEM,41.08,33.65312412936093,Donald Trump,9849,REP,49.15,60.57410216382829,-8.07,-26.92097803446736 +46819,73265,604,2016,AR,Pres-G,2016_Pres-G_AR,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,314,Hillary Rodham Clinton,9207,DEM,35.6,33.65312412936093,Donald Trump,9849,REP,52.44,60.57410216382829,-16.839999999999996,-26.92097803446736 +47322,74041,604,2016,AR,Pres-G,2016_Pres-G_AR,Hendrix College,138,FALSE,FALSE,IVR,NA,2016-10-21,2016-11-08,18,463,Hillary Rodham Clinton,9207,DEM,32.5,33.65312412936093,Donald Trump,9849,REP,56,60.57410216382829,-23.5,-26.92097803446736 +48093,75258,604,2016,AR,Pres-G,2016_Pres-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,585,Hillary Rodham Clinton,9207,DEM,31.3,33.65312412936093,Donald Trump,9849,REP,51.1,60.57410216382829,-19.8,-26.92097803446736 +47886,74942,604,2016,AR,Pres-G,2016_Pres-G_AR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,484,Hillary Rodham Clinton,9207,DEM,39,33.65312412936093,Donald Trump,9849,REP,52,60.57410216382829,-13,-26.92097803446736 +48779,76364,604,2016,AR,Pres-G,2016_Pres-G_AR,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,331,Hillary Rodham Clinton,9207,DEM,38.14,33.65312412936093,Donald Trump,9849,REP,53.35,60.57410216382829,-15.21,-26.92097803446736 +48722,76303,604,2016,AR,Pres-G,2016_Pres-G_AR,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,736,Hillary Rodham Clinton,9207,DEM,30.5,33.65312412936093,Donald Trump,9849,REP,48,60.57410216382829,-17.5,-26.92097803446736 +48863,76553,604,2016,AR,Pres-G,2016_Pres-G_AR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,930,Hillary Rodham Clinton,9207,DEM,32,33.65312412936093,Donald Trump,9849,REP,56,60.57410216382829,-24,-26.92097803446736 +45920,71767,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Leger,572,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,484,Hillary Rodham Clinton,9207,DEM,33,45.12491703028259,Donald Trump,9849,REP,37,48.67042485158719,-4,-3.5455078213046036 +46057,72049,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,428,Hillary Rodham Clinton,9207,DEM,41.65,45.12491703028259,Donald Trump,9849,REP,47.86,48.67042485158719,-6.210000000000001,-3.5455078213046036 +46160,72169,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,550,Hillary Rodham Clinton,9207,DEM,38,45.12491703028259,Donald Trump,9849,REP,40,48.67042485158719,-2,-3.5455078213046036 +46538,72765,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone,NA,2016-09-29,2016-11-08,40,718,Hillary Rodham Clinton,9207,DEM,42,45.12491703028259,Donald Trump,9849,REP,42,48.67042485158719,0,-3.5455078213046036 +46524,72735,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-03,2016-11-08,36,600,Hillary Rodham Clinton,9207,DEM,44,45.12491703028259,Donald Trump,9849,REP,42,48.67042485158719,2,-3.5455078213046036 +46634,72928,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,617,Hillary Rodham Clinton,9207,DEM,42.22,45.12491703028259,Donald Trump,9849,REP,49.06,48.67042485158719,-6.840000000000003,-3.5455078213046036 +46806,73213,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,550,Hillary Rodham Clinton,9207,DEM,43,45.12491703028259,Donald Trump,9849,REP,42,48.67042485158719,1,-3.5455078213046036 +46818,73264,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,883,Hillary Rodham Clinton,9207,DEM,38.92,45.12491703028259,Donald Trump,9849,REP,44.56,48.67042485158719,-5.640000000000001,-3.5455078213046036 +46946,73432,605,2016,AZ,Pres-G,2016_Pres-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,400,Hillary Rodham Clinton,9207,DEM,38.5,45.12491703028259,Donald Trump,9849,REP,36.5,48.67042485158719,2,-3.5455078213046036 +47061,73637,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,713,Hillary Rodham Clinton,9207,DEM,43.4,45.12491703028259,Donald Trump,9849,REP,37.8,48.67042485158719,5.600000000000001,-3.5455078213046036 +47016,73531,605,2016,AZ,Pres-G,2016_Pres-G_AZ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1028,Hillary Rodham Clinton,9207,DEM,41,45.12491703028259,Donald Trump,9849,REP,44,48.67042485158719,-3,-3.5455078213046036 +47097,73719,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-10-17,2016-11-08,22,550,Hillary Rodham Clinton,9207,DEM,41,45.12491703028259,Donald Trump,9849,REP,41,48.67042485158719,0,-3.5455078213046036 +47186,73863,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,300,Hillary Rodham Clinton,9207,DEM,42.59,45.12491703028259,Donald Trump,9849,REP,44.59,48.67042485158719,-2,-3.5455078213046036 +47630,74546,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Saguaro Strategies,298,FALSE,FALSE,Online Panel,NA,2016-10-23,2016-11-08,16,2385,Hillary Rodham Clinton,9207,DEM,48,45.12491703028259,Donald Trump,9849,REP,46,48.67042485158719,2,-3.5455078213046036 +47340,74077,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,401,Hillary Rodham Clinton,9207,DEM,45,45.12491703028259,Donald Trump,9849,REP,46,48.67042485158719,-1,-3.5455078213046036 +47707,74683,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-10-26,2016-11-08,13,550,Hillary Rodham Clinton,9207,DEM,40,45.12491703028259,Donald Trump,9849,REP,42,48.67042485158719,-2,-3.5455078213046036 +47778,74788,605,2016,AZ,Pres-G,2016_Pres-G_AZ,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,994,Hillary Rodham Clinton,9207,DEM,42,45.12491703028259,Donald Trump,9849,REP,44,48.67042485158719,-2,-3.5455078213046036 +47994,75053,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,550,Hillary Rodham Clinton,9207,DEM,41,45.12491703028259,Donald Trump,9849,REP,45,48.67042485158719,-4,-3.5455078213046036 +47885,74941,605,2016,AZ,Pres-G,2016_Pres-G_AZ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1457,Hillary Rodham Clinton,9207,DEM,43,45.12491703028259,Donald Trump,9849,REP,44,48.67042485158719,-1,-3.5455078213046036 +48185,75456,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Saguaro Strategies,298,FALSE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,2229,Hillary Rodham Clinton,9207,DEM,45,45.12491703028259,Donald Trump,9849,REP,44,48.67042485158719,1,-3.5455078213046036 +48078,75214,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-30,2016-11-08,9,700,Hillary Rodham Clinton,9207,DEM,43,45.12491703028259,Donald Trump,9849,REP,47,48.67042485158719,-4,-3.5455078213046036 +48211,75509,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,719,Hillary Rodham Clinton,9207,DEM,40,45.12491703028259,Donald Trump,9849,REP,45,48.67042485158719,-5,-3.5455078213046036 +48102,75313,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,1113,Hillary Rodham Clinton,9207,DEM,41,45.12491703028259,Donald Trump,9849,REP,42,48.67042485158719,-1,-3.5455078213046036 +48087,75231,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,769,Hillary Rodham Clinton,9207,DEM,44,45.12491703028259,Donald Trump,9849,REP,49,48.67042485158719,-5,-3.5455078213046036 +48342,75730,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,550,Hillary Rodham Clinton,9207,DEM,39,45.12491703028259,Donald Trump,9849,REP,47,48.67042485158719,-8,-3.5455078213046036 +48778,76363,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,593,Hillary Rodham Clinton,9207,DEM,42.38,45.12491703028259,Donald Trump,9849,REP,47.1,48.67042485158719,-4.719999999999999,-3.5455078213046036 +48628,76380,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,550,Hillary Rodham Clinton,9207,DEM,44,45.12491703028259,Donald Trump,9849,REP,47,48.67042485158719,-3,-3.5455078213046036 +48912,76602,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,392,Hillary Rodham Clinton,9207,DEM,45,45.12491703028259,Donald Trump,9849,REP,47,48.67042485158719,-2,-3.5455078213046036 +48851,76447,605,2016,AZ,Pres-G,2016_Pres-G_AZ,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1453,Hillary Rodham Clinton,9207,DEM,43,45.12491703028259,Donald Trump,9849,REP,45,48.67042485158719,-2,-3.5455078213046036 +48721,76302,605,2016,AZ,Pres-G,2016_Pres-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1567,Hillary Rodham Clinton,9207,DEM,37.8,45.12491703028259,Donald Trump,9849,REP,46.3,48.67042485158719,-8.5,-3.5455078213046036 +48862,76552,605,2016,AZ,Pres-G,2016_Pres-G_AZ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2609,Hillary Rodham Clinton,9207,DEM,45,45.12491703028259,Donald Trump,9849,REP,42,48.67042485158719,3,-3.5455078213046036 +45717,71352,606,2016,CA,Pres-G,2016_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-09-10,2016-11-08,59,678,Hillary Rodham Clinton,9207,DEM,57,61.72638863699762,Donald Trump,9849,REP,32,31.61711467898836,25,30.109273958009258 +45893,71692,606,2016,CA,Pres-G,2016_Pres-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-10,2016-11-08,59,1426,Hillary Rodham Clinton,9207,DEM,50,61.72638863699762,Donald Trump,9849,REP,33,31.61711467898836,17,30.109273958009258 +45921,71768,606,2016,CA,Pres-G,2016_Pres-G_CA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,515,Hillary Rodham Clinton,9207,DEM,57,61.72638863699762,Donald Trump,9849,REP,30,31.61711467898836,27,30.109273958009258 +45835,71599,606,2016,CA,Pres-G,2016_Pres-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,577,Hillary Rodham Clinton,9207,DEM,62.5,61.72638863699762,Donald Trump,9849,REP,24.22,31.61711467898836,38.28,30.109273958009258 +45933,71804,606,2016,CA,Pres-G,2016_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,1055,Hillary Rodham Clinton,9207,DEM,47,61.72638863699762,Donald Trump,9849,REP,31,31.61711467898836,16,30.109273958009258 +46059,72051,606,2016,CA,Pres-G,2016_Pres-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,705,Hillary Rodham Clinton,9207,DEM,60.01,61.72638863699762,Donald Trump,9849,REP,28.38,31.61711467898836,31.63,30.109273958009258 +46297,72374,606,2016,CA,Pres-G,2016_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-09-27,2016-11-08,42,723,Hillary Rodham Clinton,9207,DEM,59,61.72638863699762,Donald Trump,9849,REP,33,31.61711467898836,26,30.109273958009258 +46340,72468,606,2016,CA,Pres-G,2016_Pres-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,787,Hillary Rodham Clinton,9207,DEM,63.67,61.72638863699762,Donald Trump,9849,REP,23.74,31.61711467898836,39.93000000000001,30.109273958009258 +46636,72930,606,2016,CA,Pres-G,2016_Pres-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,974,Hillary Rodham Clinton,9207,DEM,61.26,61.72638863699762,Donald Trump,9849,REP,27.86,31.61711467898836,33.4,30.109273958009258 +46820,73266,606,2016,CA,Pres-G,2016_Pres-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,553,Hillary Rodham Clinton,9207,DEM,65.89,61.72638863699762,Donald Trump,9849,REP,22.37,31.61711467898836,43.519999999999996,30.109273958009258 +47782,74798,606,2016,CA,Pres-G,2016_Pres-G_CA,"California State University, Sacramento",807,FALSE,TRUE,Online Panel/Mail-to-Web,NA,2016-10-10,2016-11-08,29,622,Hillary Rodham Clinton,9207,DEM,61,61.72638863699762,Donald Trump,9849,REP,25,31.61711467898836,36,30.109273958009258 +48016,75106,606,2016,CA,Pres-G,2016_Pres-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,1250,Hillary Rodham Clinton,9207,DEM,54,61.72638863699762,Donald Trump,9849,REP,30,31.61711467898836,24,30.109273958009258 +46947,73434,606,2016,CA,Pres-G,2016_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-14,2016-11-08,25,725,Hillary Rodham Clinton,9207,DEM,56,61.72638863699762,Donald Trump,9849,REP,30,31.61711467898836,26,30.109273958009258 +47188,73865,606,2016,CA,Pres-G,2016_Pres-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,503,Hillary Rodham Clinton,9207,DEM,63.82,61.72638863699762,Donald Trump,9849,REP,25.62,31.61711467898836,38.2,30.109273958009258 +47545,74374,606,2016,CA,Pres-G,2016_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,1024,Hillary Rodham Clinton,9207,DEM,54,61.72638863699762,Donald Trump,9849,REP,28,31.61711467898836,26,30.109273958009258 +47716,74699,606,2016,CA,Pres-G,2016_Pres-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,712,Hillary Rodham Clinton,9207,DEM,65.14,61.72638863699762,Donald Trump,9849,REP,26.16,31.61711467898836,38.980000000000004,30.109273958009258 +48321,75803,606,2016,CA,Pres-G,2016_Pres-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2016-10-26,2016-11-08,13,1382,Hillary Rodham Clinton,9207,DEM,54,61.72638863699762,Donald Trump,9849,REP,30,31.61711467898836,24,30.109273958009258 +47887,74943,606,2016,CA,Pres-G,2016_Pres-G_CA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2505,Hillary Rodham Clinton,9207,DEM,55,61.72638863699762,Donald Trump,9849,REP,30,31.61711467898836,25,30.109273958009258 +48011,75087,606,2016,CA,Pres-G,2016_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-30,2016-11-08,9,747,Hillary Rodham Clinton,9207,DEM,56,61.72638863699762,Donald Trump,9849,REP,35,31.61711467898836,21,30.109273958009258 +48125,75391,606,2016,CA,Pres-G,2016_Pres-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1498,Hillary Rodham Clinton,9207,DEM,53,61.72638863699762,Donald Trump,9849,REP,33,31.61711467898836,20,30.109273958009258 +48690,76271,606,2016,CA,Pres-G,2016_Pres-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,726,Hillary Rodham Clinton,9207,DEM,58.85,61.72638863699762,Donald Trump,9849,REP,31.74,31.61711467898836,27.110000000000003,30.109273958009258 +48913,76603,606,2016,CA,Pres-G,2016_Pres-G_CA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,401,Hillary Rodham Clinton,9207,DEM,58,61.72638863699762,Donald Trump,9849,REP,35,31.61711467898836,23,30.109273958009258 +48723,76304,606,2016,CA,Pres-G,2016_Pres-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,8746,Hillary Rodham Clinton,9207,DEM,51.8,61.72638863699762,Donald Trump,9849,REP,30.4,31.61711467898836,21.4,30.109273958009258 +48864,76554,606,2016,CA,Pres-G,2016_Pres-G_CA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2712,Hillary Rodham Clinton,9207,DEM,56,61.72638863699762,Donald Trump,9849,REP,31,31.61711467898836,25,30.109273958009258 +45813,71531,607,2016,CO,Pres-G,2016_Pres-G_CO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-11,2016-11-08,58,600,Hillary Rodham Clinton,9207,DEM,38,48.1569803828474,Donald Trump,9849,REP,42,43.25139737143104,-4,4.905583011416361 +45934,71888,607,2016,CO,Pres-G,2016_Pres-G_CO,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-09-16,2016-11-08,53,350,Hillary Rodham Clinton,9207,DEM,41,48.1569803828474,Donald Trump,9849,REP,34,43.25139737143104,7,4.905583011416361 +46000,71890,607,2016,CO,Pres-G,2016_Pres-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,644,Hillary Rodham Clinton,9207,DEM,44,48.1569803828474,Donald Trump,9849,REP,42,43.25139737143104,2,4.905583011416361 +46060,72052,607,2016,CO,Pres-G,2016_Pres-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,391,Hillary Rodham Clinton,9207,DEM,42.05,48.1569803828474,Donald Trump,9849,REP,43.82,43.25139737143104,-1.7700000000000031,4.905583011416361 +46031,71987,607,2016,CO,Pres-G,2016_Pres-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-09-22,2016-11-08,47,799,Hillary Rodham Clinton,9207,DEM,37,48.1569803828474,Donald Trump,9849,REP,41,43.25139737143104,-4,4.905583011416361 +46027,71983,607,2016,CO,Pres-G,2016_Pres-G_CO,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-09-22,2016-11-08,47,991,Hillary Rodham Clinton,9207,DEM,40,48.1569803828474,Donald Trump,9849,REP,39,43.25139737143104,1,4.905583011416361 +46038,72001,607,2016,CO,Pres-G,2016_Pres-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,784,Hillary Rodham Clinton,9207,DEM,41,48.1569803828474,Donald Trump,9849,REP,42,43.25139737143104,-1,4.905583011416361 +46288,72349,607,2016,CO,Pres-G,2016_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,694,Hillary Rodham Clinton,9207,DEM,46,48.1569803828474,Donald Trump,9849,REP,40,43.25139737143104,6,4.905583011416361 +46336,72464,607,2016,CO,Pres-G,2016_Pres-G_CO,Keating Research,161,FALSE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,602,Hillary Rodham Clinton,9207,DEM,44,48.1569803828474,Donald Trump,9849,REP,33,43.25139737143104,11,4.905583011416361 +46331,72456,607,2016,CO,Pres-G,2016_Pres-G_CO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,400,Hillary Rodham Clinton,9207,DEM,49,48.1569803828474,Donald Trump,9849,REP,38,43.25139737143104,11,4.905583011416361 +46561,72827,607,2016,CO,Pres-G,2016_Pres-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-03,2016-11-08,36,1246,Hillary Rodham Clinton,9207,DEM,40,48.1569803828474,Donald Trump,9849,REP,40,43.25139737143104,0,4.905583011416361 +46637,72931,607,2016,CO,Pres-G,2016_Pres-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,552,Hillary Rodham Clinton,9207,DEM,44.77,48.1569803828474,Donald Trump,9849,REP,44.86,43.25139737143104,-0.0899999999999963,4.905583011416361 +46862,73308,607,2016,CO,Pres-G,2016_Pres-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-12,2016-11-08,27,1226,Hillary Rodham Clinton,9207,DEM,44,48.1569803828474,Donald Trump,9849,REP,39,43.25139737143104,5,4.905583011416361 +47055,73627,607,2016,CO,Pres-G,2016_Pres-G_CO,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,500,Hillary Rodham Clinton,9207,DEM,40,48.1569803828474,Donald Trump,9849,REP,35,43.25139737143104,5,4.905583011416361 +46941,73423,607,2016,CO,Pres-G,2016_Pres-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,685,Hillary Rodham Clinton,9207,DEM,45,48.1569803828474,Donald Trump,9849,REP,37,43.25139737143104,8,4.905583011416361 +47017,73532,607,2016,CO,Pres-G,2016_Pres-G_CO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,956,Hillary Rodham Clinton,9207,DEM,44,48.1569803828474,Donald Trump,9849,REP,37,43.25139737143104,7,4.905583011416361 +47189,73866,607,2016,CO,Pres-G,2016_Pres-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,445,Hillary Rodham Clinton,9207,DEM,45.01,48.1569803828474,Donald Trump,9849,REP,41.24,43.25139737143104,3.769999999999996,4.905583011416361 +47335,74069,607,2016,CO,Pres-G,2016_Pres-G_CO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-21,2016-11-08,18,1581,Hillary Rodham Clinton,9207,DEM,45,48.1569803828474,Donald Trump,9849,REP,43,43.25139737143104,2,4.905583011416361 +48106,75320,607,2016,CO,Pres-G,2016_Pres-G_CO,University of Colorado Boulder American Politics Research Lab,580,FALSE,TRUE,Online Panel,NA,2016-10-21,2016-11-08,18,1004,Hillary Rodham Clinton,9207,DEM,44,48.1569803828474,Donald Trump,9849,REP,34,43.25139737143104,10,4.905583011416361 +47780,74790,607,2016,CO,Pres-G,2016_Pres-G_CO,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,997,Hillary Rodham Clinton,9207,DEM,42,48.1569803828474,Donald Trump,9849,REP,39,43.25139737143104,3,4.905583011416361 +47845,74872,607,2016,CO,Pres-G,2016_Pres-G_CO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-30,2016-11-08,9,952,Hillary Rodham Clinton,9207,DEM,45,48.1569803828474,Donald Trump,9849,REP,44,43.25139737143104,1,4.905583011416361 +47888,74944,607,2016,CO,Pres-G,2016_Pres-G_CO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1532,Hillary Rodham Clinton,9207,DEM,43,48.1569803828474,Donald Trump,9849,REP,39,43.25139737143104,4,4.905583011416361 +48123,75387,607,2016,CO,Pres-G,2016_Pres-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,550,Hillary Rodham Clinton,9207,DEM,39,48.1569803828474,Donald Trump,9849,REP,39,43.25139737143104,0,4.905583011416361 +48079,75215,607,2016,CO,Pres-G,2016_Pres-G_CO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-30,2016-11-08,9,750,Hillary Rodham Clinton,9207,DEM,44,48.1569803828474,Donald Trump,9849,REP,41,43.25139737143104,3,4.905583011416361 +48103,75314,607,2016,CO,Pres-G,2016_Pres-G_CO,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,972,Hillary Rodham Clinton,9207,DEM,44,48.1569803828474,Donald Trump,9849,REP,37,43.25139737143104,7,4.905583011416361 +48202,75506,607,2016,CO,Pres-G,2016_Pres-G_CO,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,500,Hillary Rodham Clinton,9207,DEM,44.1,48.1569803828474,Donald Trump,9849,REP,37.6,43.25139737143104,6.5,4.905583011416361 +48366,75833,607,2016,CO,Pres-G,2016_Pres-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1125,Hillary Rodham Clinton,9207,DEM,40,48.1569803828474,Donald Trump,9849,REP,40,43.25139737143104,0,4.905583011416361 +48488,75994,607,2016,CO,Pres-G,2016_Pres-G_CO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-11-01,2016-11-08,7,1863,Hillary Rodham Clinton,9207,DEM,42,48.1569803828474,Donald Trump,9849,REP,41,43.25139737143104,1,4.905583011416361 +48356,75793,607,2016,CO,Pres-G,2016_Pres-G_CO,Keating Research,161,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,605,Hillary Rodham Clinton,9207,DEM,43,48.1569803828474,Donald Trump,9849,REP,38,43.25139737143104,5,4.905583011416361 +48344,75734,607,2016,CO,Pres-G,2016_Pres-G_CO,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-02,2016-11-08,6,1150,Hillary Rodham Clinton,9207,DEM,44.77,48.1569803828474,Donald Trump,9849,REP,44.33,43.25139737143104,0.44000000000000483,4.905583011416361 +48347,75739,607,2016,CO,Pres-G,2016_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,704,Hillary Rodham Clinton,9207,DEM,48,48.1569803828474,Donald Trump,9849,REP,43,43.25139737143104,5,4.905583011416361 +48704,76285,607,2016,CO,Pres-G,2016_Pres-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,536,Hillary Rodham Clinton,9207,DEM,47.71,48.1569803828474,Donald Trump,9849,REP,42.33,43.25139737143104,5.380000000000003,4.905583011416361 +48850,76446,607,2016,CO,Pres-G,2016_Pres-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1378,Hillary Rodham Clinton,9207,DEM,44,48.1569803828474,Donald Trump,9849,REP,43,43.25139737143104,1,4.905583011416361 +48724,76305,607,2016,CO,Pres-G,2016_Pres-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1556,Hillary Rodham Clinton,9207,DEM,42.1,48.1569803828474,Donald Trump,9849,REP,36.9,43.25139737143104,5.200000000000003,4.905583011416361 +48865,76555,607,2016,CO,Pres-G,2016_Pres-G_CO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2777,Hillary Rodham Clinton,9207,DEM,43,48.1569803828474,Donald Trump,9849,REP,40,43.25139737143104,3,4.905583011416361 +46342,72470,608,2016,CT,Pres-G,2016_Pres-G_CT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,455,Hillary Rodham Clinton,9207,DEM,52.01,54.56630109670987,Donald Trump,9849,REP,34.09,40.92691437881478,17.919999999999995,13.639386717895093 +47190,73867,608,2016,CT,Pres-G,2016_Pres-G_CT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,437,Hillary Rodham Clinton,9207,DEM,52.56,54.56630109670987,Donald Trump,9849,REP,34.83,40.92691437881478,17.730000000000004,13.639386717895093 +47889,74945,608,2016,CT,Pres-G,2016_Pres-G_CT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,554,Hillary Rodham Clinton,9207,DEM,51,54.56630109670987,Donald Trump,9849,REP,39,40.92691437881478,12,13.639386717895093 +48705,76286,608,2016,CT,Pres-G,2016_Pres-G_CT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,351,Hillary Rodham Clinton,9207,DEM,49.76,54.56630109670987,Donald Trump,9849,REP,39.7,40.92691437881478,10.059999999999995,13.639386717895093 +48725,76306,608,2016,CT,Pres-G,2016_Pres-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,955,Hillary Rodham Clinton,9207,DEM,46.6,54.56630109670987,Donald Trump,9849,REP,35.8,40.92691437881478,10.800000000000004,13.639386717895093 +48866,76556,608,2016,CT,Pres-G,2016_Pres-G_CT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1387,Hillary Rodham Clinton,9207,DEM,52,54.56630109670987,Donald Trump,9849,REP,36,40.92691437881478,16,13.639386717895093 +47890,74946,609,2016,DC,Pres-G,2016_Pres-G_DC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,332,Hillary Rodham Clinton,9207,DEM,88,90.86382152999988,Donald Trump,9849,REP,4,4.087474459308377,84,86.7763470706915 +48727,76308,609,2016,DC,Pres-G,2016_Pres-G_DC,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,190,Hillary Rodham Clinton,9207,DEM,79.8,90.86382152999988,Donald Trump,9849,REP,6.8,4.087474459308377,73,86.7763470706915 +48867,76557,609,2016,DC,Pres-G,2016_Pres-G_DC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,310,Hillary Rodham Clinton,9207,DEM,85,90.86382152999988,Donald Trump,9849,REP,7,4.087474459308377,78,86.7763470706915 +46335,72463,610,2016,DE,Pres-G,2016_Pres-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,762,Hillary Rodham Clinton,9207,DEM,51,53.08597745902562,Donald Trump,9849,REP,30,41.71274452811313,21,11.373232930912494 +46343,72471,610,2016,DE,Pres-G,2016_Pres-G_DE,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,124,Hillary Rodham Clinton,9207,DEM,43.16,53.08597745902562,Donald Trump,9849,REP,35.28,41.71274452811313,7.8799999999999955,11.373232930912494 +47191,73868,610,2016,DE,Pres-G,2016_Pres-G_DE,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,121,Hillary Rodham Clinton,9207,DEM,47.83,53.08597745902562,Donald Trump,9849,REP,33.89,41.71274452811313,13.939999999999998,11.373232930912494 +47891,74947,610,2016,DE,Pres-G,2016_Pres-G_DE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,458,Hillary Rodham Clinton,9207,DEM,50,53.08597745902562,Donald Trump,9849,REP,38,41.71274452811313,12,11.373232930912494 +48780,76365,610,2016,DE,Pres-G,2016_Pres-G_DE,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,138,Hillary Rodham Clinton,9207,DEM,52.03,53.08597745902562,Donald Trump,9849,REP,36.42,41.71274452811313,15.61,11.373232930912494 +48726,76307,610,2016,DE,Pres-G,2016_Pres-G_DE,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,260,Hillary Rodham Clinton,9207,DEM,50.7,53.08597745902562,Donald Trump,9849,REP,31.6,41.71274452811313,19.1,11.373232930912494 +48868,76558,610,2016,DE,Pres-G,2016_Pres-G_DE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,367,Hillary Rodham Clinton,9207,DEM,50,53.08597745902562,Donald Trump,9849,REP,39,41.71274452811313,11,11.373232930912494 +45820,71551,611,2016,FL,Pres-G,2016_Pres-G_FL,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-09-08,2016-11-08,61,800,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,43,49.021941416590735,3,-1.1986256107856832 +45800,71490,611,2016,FL,Pres-G,2016_Pres-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-09,2016-11-08,60,788,Hillary Rodham Clinton,9207,DEM,44,47.82331580580505,Donald Trump,9849,REP,47,49.021941416590735,-3,-1.1986256107856832 +45884,71657,611,2016,FL,Pres-G,2016_Pres-G_FL,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-09-12,2016-11-08,57,867,Hillary Rodham Clinton,9207,DEM,41,47.82331580580505,Donald Trump,9849,REP,40,49.021941416590735,1,-1.1986256107856832 +45839,71603,611,2016,FL,Pres-G,2016_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,722,Hillary Rodham Clinton,9207,DEM,46.33,47.82331580580505,Donald Trump,9849,REP,49.84,49.021941416590735,-3.510000000000005,-1.1986256107856832 +45907,71735,611,2016,FL,Pres-G,2016_Pres-G_FL,Saint Leo University Polling Institute,299,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,475,Hillary Rodham Clinton,9207,DEM,49.4,47.82331580580505,Donald Trump,9849,REP,43.6,49.021941416590735,5.799999999999997,-1.1986256107856832 +45901,71693,611,2016,FL,Pres-G,2016_Pres-G_FL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,400,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,41,49.021941416590735,5,-1.1986256107856832 +46046,72026,611,2016,FL,Pres-G,2016_Pres-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2016-09-17,2016-11-08,52,617,Hillary Rodham Clinton,9207,DEM,43,47.82331580580505,Donald Trump,9849,REP,41,49.021941416590735,2,-1.1986256107856832 +45945,71831,611,2016,FL,Pres-G,2016_Pres-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-09-20,2016-11-08,49,500,Hillary Rodham Clinton,9207,DEM,44,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,-1,-1.1986256107856832 +46063,72055,611,2016,FL,Pres-G,2016_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,811,Hillary Rodham Clinton,9207,DEM,49.08,47.82331580580505,Donald Trump,9849,REP,45.16,49.021941416590735,3.9200000000000017,-1.1986256107856832 +46289,72350,611,2016,FL,Pres-G,2016_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,826,Hillary Rodham Clinton,9207,DEM,45,47.82331580580505,Donald Trump,9849,REP,43,49.021941416590735,2,-1.1986256107856832 +46344,72472,611,2016,FL,Pres-G,2016_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,701,Hillary Rodham Clinton,9207,DEM,47.55,47.82331580580505,Donald Trump,9849,REP,46.4,49.021941416590735,1.1499999999999986,-1.1986256107856832 +46304,72387,611,2016,FL,Pres-G,2016_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-09-28,2016-11-08,41,619,Hillary Rodham Clinton,9207,DEM,46.6,47.82331580580505,Donald Trump,9849,REP,46.3,49.021941416590735,0.30000000000000426,-1.1986256107856832 +46303,72386,611,2016,FL,Pres-G,2016_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,820,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,42,49.021941416590735,4,-1.1986256107856832 +46381,72509,611,2016,FL,Pres-G,2016_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,545,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,41,49.021941416590735,5,-1.1986256107856832 +46545,72777,611,2016,FL,Pres-G,2016_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-04,2016-11-08,35,821,Hillary Rodham Clinton,9207,DEM,47,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,2,-1.1986256107856832 +46523,72734,611,2016,FL,Pres-G,2016_Pres-G_FL,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-03,2016-11-08,36,600,Hillary Rodham Clinton,9207,DEM,44,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,-1,-1.1986256107856832 +46526,72741,611,2016,FL,Pres-G,2016_Pres-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,686,Hillary Rodham Clinton,9207,DEM,41,47.82331580580505,Donald Trump,9849,REP,38,49.021941416590735,3,-1.1986256107856832 +46568,72840,611,2016,FL,Pres-G,2016_Pres-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,700,Hillary Rodham Clinton,9207,DEM,45,47.82331580580505,Donald Trump,9849,REP,42,49.021941416590735,3,-1.1986256107856832 +46769,73128,611,2016,FL,Pres-G,2016_Pres-G_FL,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,1000,Hillary Rodham Clinton,9207,DEM,44,47.82331580580505,Donald Trump,9849,REP,41,49.021941416590735,3,-1.1986256107856832 +46640,72934,611,2016,FL,Pres-G,2016_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,979,Hillary Rodham Clinton,9207,DEM,48.55,47.82331580580505,Donald Trump,9849,REP,43.74,49.021941416590735,4.809999999999995,-1.1986256107856832 +46778,73150,611,2016,FL,Pres-G,2016_Pres-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel,NA,2016-10-07,2016-11-08,32,400,Hillary Rodham Clinton,9207,DEM,48.6,47.82331580580505,Donald Trump,9849,REP,42.9,49.021941416590735,5.700000000000003,-1.1986256107856832 +46759,73115,611,2016,FL,Pres-G,2016_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-10-10,2016-11-08,29,533,Hillary Rodham Clinton,9207,DEM,46.9,47.82331580580505,Donald Trump,9849,REP,44.1,49.021941416590735,2.799999999999997,-1.1986256107856832 +46824,73270,611,2016,FL,Pres-G,2016_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1019,Hillary Rodham Clinton,9207,DEM,47.57,47.82331580580505,Donald Trump,9849,REP,41.81,49.021941416590735,5.759999999999998,-1.1986256107856832 +46814,73256,611,2016,FL,Pres-G,2016_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-10-12,2016-11-08,27,985,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,42,49.021941416590735,4,-1.1986256107856832 +46863,73310,611,2016,FL,Pres-G,2016_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-12,2016-11-08,27,1799,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,42,49.021941416590735,4,-1.1986256107856832 +46942,73424,611,2016,FL,Pres-G,2016_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,660,Hillary Rodham Clinton,9207,DEM,48,47.82331580580505,Donald Trump,9849,REP,44,49.021941416590735,4,-1.1986256107856832 +47018,73533,611,2016,FL,Pres-G,2016_Pres-G_FL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1702,Hillary Rodham Clinton,9207,DEM,43,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,-2,-1.1986256107856832 +47250,73944,611,2016,FL,Pres-G,2016_Pres-G_FL,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,892,Hillary Rodham Clinton,9207,DEM,45,47.82331580580505,Donald Trump,9849,REP,39,49.021941416590735,6,-1.1986256107856832 +47462,74247,611,2016,FL,Pres-G,2016_Pres-G_FL,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2016-10-19,2016-11-08,20,1000,Hillary Rodham Clinton,9207,DEM,44,47.82331580580505,Donald Trump,9849,REP,41,49.021941416590735,3,-1.1986256107856832 +47177,73852,611,2016,FL,Pres-G,2016_Pres-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2016-10-18,2016-11-08,21,507,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,42,49.021941416590735,4,-1.1986256107856832 +47192,73869,611,2016,FL,Pres-G,2016_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,631,Hillary Rodham Clinton,9207,DEM,48.01,47.82331580580505,Donald Trump,9849,REP,44.38,49.021941416590735,3.6299999999999955,-1.1986256107856832 +47166,73810,611,2016,FL,Pres-G,2016_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-10-20,2016-11-08,19,538,Hillary Rodham Clinton,9207,DEM,49,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,4,-1.1986256107856832 +47236,73919,611,2016,FL,Pres-G,2016_Pres-G_FL,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-20,2016-11-08,19,1042,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,43,49.021941416590735,3,-1.1986256107856832 +47334,74068,611,2016,FL,Pres-G,2016_Pres-G_FL,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-21,2016-11-08,18,1646,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,46,49.021941416590735,0,-1.1986256107856832 +47524,74316,611,2016,FL,Pres-G,2016_Pres-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR,NA,2016-10-22,2016-11-08,17,500,Hillary Rodham Clinton,9207,DEM,46.2,47.82331580580505,Donald Trump,9849,REP,43.3,49.021941416590735,2.9000000000000057,-1.1986256107856832 +47351,74098,611,2016,FL,Pres-G,2016_Pres-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,43,49.021941416590735,3,-1.1986256107856832 +47469,74257,611,2016,FL,Pres-G,2016_Pres-G_FL,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,805,Hillary Rodham Clinton,9207,DEM,43,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,-2,-1.1986256107856832 +47465,74252,611,2016,FL,Pres-G,2016_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-22,2016-11-08,17,1251,Hillary Rodham Clinton,9207,DEM,48,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,3,-1.1986256107856832 +47549,74383,611,2016,FL,Pres-G,2016_Pres-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,819,Hillary Rodham Clinton,9207,DEM,43,47.82331580580505,Donald Trump,9849,REP,39,49.021941416590735,4,-1.1986256107856832 +47621,74529,611,2016,FL,Pres-G,2016_Pres-G_FL,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2016-10-25,2016-11-08,14,698,Hillary Rodham Clinton,9207,DEM,42.4,47.82331580580505,Donald Trump,9849,REP,45.7,49.021941416590735,-3.3000000000000043,-1.1986256107856832 +47637,74560,611,2016,FL,Pres-G,2016_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-25,2016-11-08,14,742,Hillary Rodham Clinton,9207,DEM,48,47.82331580580505,Donald Trump,9849,REP,44,49.021941416590735,4,-1.1986256107856832 +47767,74755,611,2016,FL,Pres-G,2016_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,1301,Hillary Rodham Clinton,9207,DEM,48,47.82331580580505,Donald Trump,9849,REP,47,49.021941416590735,1,-1.1986256107856832 +47776,74770,611,2016,FL,Pres-G,2016_Pres-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,779,Hillary Rodham Clinton,9207,DEM,45,47.82331580580505,Donald Trump,9849,REP,44,49.021941416590735,1,-1.1986256107856832 +47639,74564,611,2016,FL,Pres-G,2016_Pres-G_FL,Saint Leo University Polling Institute,299,FALSE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,1028,Hillary Rodham Clinton,9207,DEM,48.8,47.82331580580505,Donald Trump,9849,REP,34.5,49.021941416590735,14.299999999999997,-1.1986256107856832 +47720,74703,611,2016,FL,Pres-G,2016_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,804,Hillary Rodham Clinton,9207,DEM,48.51,47.82331580580505,Donald Trump,9849,REP,44.61,49.021941416590735,3.8999999999999986,-1.1986256107856832 +47646,74611,611,2016,FL,Pres-G,2016_Pres-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Hillary Rodham Clinton,9207,DEM,42,47.82331580580505,Donald Trump,9849,REP,48,49.021941416590735,-6,-1.1986256107856832 +47756,74739,611,2016,FL,Pres-G,2016_Pres-G_FL,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-26,2016-11-08,13,500,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,1,-1.1986256107856832 +47771,74761,611,2016,FL,Pres-G,2016_Pres-G_FL,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-10-26,2016-11-08,13,815,Hillary Rodham Clinton,9207,DEM,42,47.82331580580505,Donald Trump,9849,REP,46,49.021941416590735,-4,-1.1986256107856832 +47846,74873,611,2016,FL,Pres-G,2016_Pres-G_FL,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-30,2016-11-08,9,989,Hillary Rodham Clinton,9207,DEM,44,47.82331580580505,Donald Trump,9849,REP,48,49.021941416590735,-4,-1.1986256107856832 +48018,75145,611,2016,FL,Pres-G,2016_Pres-G_FL,TargetSmart,332,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,718,Hillary Rodham Clinton,9207,DEM,48,47.82331580580505,Donald Trump,9849,REP,40,49.021941416590735,8,-1.1986256107856832 +47892,74948,611,2016,FL,Pres-G,2016_Pres-G_FL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2809,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,1,-1.1986256107856832 +48261,75567,611,2016,FL,Pres-G,2016_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-10-31,2016-11-08,8,1195,Hillary Rodham Clinton,9207,DEM,49,47.82331580580505,Donald Trump,9849,REP,46,49.021941416590735,3,-1.1986256107856832 +48075,75205,611,2016,FL,Pres-G,2016_Pres-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-10-29,2016-11-08,10,1150,Hillary Rodham Clinton,9207,DEM,44.82,47.82331580580505,Donald Trump,9849,REP,48.68,49.021941416590735,-3.8599999999999994,-1.1986256107856832 +48107,75328,611,2016,FL,Pres-G,2016_Pres-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,46,49.021941416590735,0,-1.1986256107856832 +48088,75235,611,2016,FL,Pres-G,2016_Pres-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,773,Hillary Rodham Clinton,9207,DEM,49,47.82331580580505,Donald Trump,9849,REP,47,49.021941416590735,2,-1.1986256107856832 +48098,75305,611,2016,FL,Pres-G,2016_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,626,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,1,-1.1986256107856832 +48188,75462,611,2016,FL,Pres-G,2016_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-11-01,2016-11-08,7,603,Hillary Rodham Clinton,9207,DEM,49.3,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,4.299999999999997,-1.1986256107856832 +48489,75995,611,2016,FL,Pres-G,2016_Pres-G_FL,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-11-01,2016-11-08,7,2352,Hillary Rodham Clinton,9207,DEM,45,47.82331580580505,Donald Trump,9849,REP,48,49.021941416590735,-3,-1.1986256107856832 +48776,76359,611,2016,FL,Pres-G,2016_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1220,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,1,-1.1986256107856832 +48482,75978,611,2016,FL,Pres-G,2016_Pres-G_FL,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-11-03,2016-11-08,5,1188,Hillary Rodham Clinton,9207,DEM,45,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,0,-1.1986256107856832 +48691,76272,611,2016,FL,Pres-G,2016_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,888,Hillary Rodham Clinton,9207,DEM,47.66,47.82331580580505,Donald Trump,9849,REP,46.77,49.021941416590735,0.8899999999999935,-1.1986256107856832 +48676,76239,611,2016,FL,Pres-G,2016_Pres-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Hillary Rodham Clinton,9207,DEM,47,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,2,-1.1986256107856832 +48624,76179,611,2016,FL,Pres-G,2016_Pres-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-06,2016-11-08,2,1100,Hillary Rodham Clinton,9207,DEM,46.13,47.82331580580505,Donald Trump,9849,REP,49.72,49.021941416590735,-3.5899999999999963,-1.1986256107856832 +48625,76180,611,2016,FL,Pres-G,2016_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-11-05,2016-11-08,3,843,Hillary Rodham Clinton,9207,DEM,48.4,47.82331580580505,Donald Trump,9849,REP,46.4,49.021941416590735,2,-1.1986256107856832 +48522,76060,611,2016,FL,Pres-G,2016_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,884,Hillary Rodham Clinton,9207,DEM,46,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,1,-1.1986256107856832 +48728,76309,611,2016,FL,Pres-G,2016_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,5371,Hillary Rodham Clinton,9207,DEM,44,47.82331580580505,Donald Trump,9849,REP,42.9,49.021941416590735,1.1000000000000014,-1.1986256107856832 +48869,76559,611,2016,FL,Pres-G,2016_Pres-G_FL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,4092,Hillary Rodham Clinton,9207,DEM,47,47.82331580580505,Donald Trump,9849,REP,45,49.021941416590735,2,-1.1986256107856832 +45814,71532,612,2016,GA,Pres-G,2016_Pres-G_GA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-11,2016-11-08,58,600,Hillary Rodham Clinton,9207,DEM,39,45.63998335736082,Donald Trump,9849,REP,45,50.771326054771,-6,-5.131342697410183 +45811,71529,612,2016,GA,Pres-G,2016_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-09-14,2016-11-08,55,568,Hillary Rodham Clinton,9207,DEM,42,45.63998335736082,Donald Trump,9849,REP,46.3,50.771326054771,-4.299999999999997,-5.131342697410183 +45888,71664,612,2016,GA,Pres-G,2016_Pres-G_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,401,Hillary Rodham Clinton,9207,DEM,42,45.63998335736082,Donald Trump,9849,REP,45,50.771326054771,-3,-5.131342697410183 +46001,71891,612,2016,GA,Pres-G,2016_Pres-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,638,Hillary Rodham Clinton,9207,DEM,40,45.63998335736082,Donald Trump,9849,REP,47,50.771326054771,-7,-5.131342697410183 +46064,72056,612,2016,GA,Pres-G,2016_Pres-G_GA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,613,Hillary Rodham Clinton,9207,DEM,42.71,45.63998335736082,Donald Trump,9849,REP,46.04,50.771326054771,-3.3299999999999983,-5.131342697410183 +46018,71962,612,2016,GA,Pres-G,2016_Pres-G_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-09-21,2016-11-08,48,600,Hillary Rodham Clinton,9207,DEM,42.9,45.63998335736082,Donald Trump,9849,REP,46.5,50.771326054771,-3.6000000000000014,-5.131342697410183 +46016,71959,612,2016,GA,Pres-G,2016_Pres-G_GA,JMC Analytics,156,FALSE,FALSE,IVR,NA,2016-09-21,2016-11-08,48,600,Hillary Rodham Clinton,9207,DEM,38,45.63998335736082,Donald Trump,9849,REP,44,50.771326054771,-6,-5.131342697410183 +46345,72473,612,2016,GA,Pres-G,2016_Pres-G_GA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,317,Hillary Rodham Clinton,9207,DEM,38.11,45.63998335736082,Donald Trump,9849,REP,50.98,50.771326054771,-12.869999999999997,-5.131342697410183 +46787,73165,612,2016,GA,Pres-G,2016_Pres-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2016-10-11,2016-11-08,28,1400,Hillary Rodham Clinton,9207,DEM,42.3,45.63998335736082,Donald Trump,9849,REP,47.8,50.771326054771,-5.5,-5.131342697410183 +46825,73271,612,2016,GA,Pres-G,2016_Pres-G_GA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,645,Hillary Rodham Clinton,9207,DEM,41.51,45.63998335736082,Donald Trump,9849,REP,50.04,50.771326054771,-8.530000000000001,-5.131342697410183 +47019,73534,612,2016,GA,Pres-G,2016_Pres-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,886,Hillary Rodham Clinton,9207,DEM,45,45.63998335736082,Donald Trump,9849,REP,41,50.771326054771,4,-5.131342697410183 +47251,73945,612,2016,GA,Pres-G,2016_Pres-G_GA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,807,Hillary Rodham Clinton,9207,DEM,44,45.63998335736082,Donald Trump,9849,REP,40,50.771326054771,4,-5.131342697410183 +47074,73662,612,2016,GA,Pres-G,2016_Pres-G_GA,Clout Research,55,FALSE,FALSE,Live Phone,NA,2016-10-17,2016-11-08,22,627,Hillary Rodham Clinton,9207,DEM,43.1,45.63998335736082,Donald Trump,9849,REP,45.8,50.771326054771,-2.6999999999999957,-5.131342697410183 +47167,73812,612,2016,GA,Pres-G,2016_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-10-20,2016-11-08,19,570,Hillary Rodham Clinton,9207,DEM,46.1,45.63998335736082,Donald Trump,9849,REP,50.1,50.771326054771,-4,-5.131342697410183 +47169,73815,612,2016,GA,Pres-G,2016_Pres-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2016-10-20,2016-11-08,19,600,Hillary Rodham Clinton,9207,DEM,43,45.63998335736082,Donald Trump,9849,REP,47,50.771326054771,-4,-5.131342697410183 +47158,73792,612,2016,GA,Pres-G,2016_Pres-G_GA,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2016-10-19,2016-11-08,20,839,Hillary Rodham Clinton,9207,DEM,42,45.63998335736082,Donald Trump,9849,REP,44,50.771326054771,-2,-5.131342697410183 +47617,74521,612,2016,GA,Pres-G,2016_Pres-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,707,Hillary Rodham Clinton,9207,DEM,43,45.63998335736082,Donald Trump,9849,REP,44,50.771326054771,-1,-5.131342697410183 +47721,74704,612,2016,GA,Pres-G,2016_Pres-G_GA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,583,Hillary Rodham Clinton,9207,DEM,43.11,45.63998335736082,Donald Trump,9849,REP,47.84,50.771326054771,-4.730000000000004,-5.131342697410183 +47785,74803,612,2016,GA,Pres-G,2016_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,683,Hillary Rodham Clinton,9207,DEM,42,45.63998335736082,Donald Trump,9849,REP,49,50.771326054771,-7,-5.131342697410183 +47893,74949,612,2016,GA,Pres-G,2016_Pres-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2665,Hillary Rodham Clinton,9207,DEM,44,45.63998335736082,Donald Trump,9849,REP,46,50.771326054771,-2,-5.131342697410183 +48080,75216,612,2016,GA,Pres-G,2016_Pres-G_GA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-30,2016-11-08,9,650,Hillary Rodham Clinton,9207,DEM,42,45.63998335736082,Donald Trump,9849,REP,51,50.771326054771,-9,-5.131342697410183 +48209,75507,612,2016,GA,Pres-G,2016_Pres-G_GA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,707,Hillary Rodham Clinton,9207,DEM,44,45.63998335736082,Donald Trump,9849,REP,45,50.771326054771,-1,-5.131342697410183 +48322,75693,612,2016,GA,Pres-G,2016_Pres-G_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,1000,Hillary Rodham Clinton,9207,DEM,46,45.63998335736082,Donald Trump,9849,REP,48,50.771326054771,-2,-5.131342697410183 +48341,75728,612,2016,GA,Pres-G,2016_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-11-02,2016-11-08,6,538,Hillary Rodham Clinton,9207,DEM,44.7,45.63998335736082,Donald Trump,9849,REP,48.5,50.771326054771,-3.799999999999997,-5.131342697410183 +48682,76245,612,2016,GA,Pres-G,2016_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,995,Hillary Rodham Clinton,9207,DEM,43,45.63998335736082,Donald Trump,9849,REP,49,50.771326054771,-6,-5.131342697410183 +48692,76273,612,2016,GA,Pres-G,2016_Pres-G_GA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,416,Hillary Rodham Clinton,9207,DEM,42.38,45.63998335736082,Donald Trump,9849,REP,47.79,50.771326054771,-5.409999999999997,-5.131342697410183 +48525,76068,612,2016,GA,Pres-G,2016_Pres-G_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-11-06,2016-11-08,2,1200,Hillary Rodham Clinton,9207,DEM,46,45.63998335736082,Donald Trump,9849,REP,49,50.771326054771,-3,-5.131342697410183 +48770,76353,612,2016,GA,Pres-G,2016_Pres-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-06,2016-11-08,2,1250,Hillary Rodham Clinton,9207,DEM,45.11,45.63998335736082,Donald Trump,9849,REP,51.58,50.771326054771,-6.469999999999999,-5.131342697410183 +48852,76448,612,2016,GA,Pres-G,2016_Pres-G_GA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,2002,Hillary Rodham Clinton,9207,DEM,44,45.63998335736082,Donald Trump,9849,REP,48,50.771326054771,-4,-5.131342697410183 +48729,76310,612,2016,GA,Pres-G,2016_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,2663,Hillary Rodham Clinton,9207,DEM,40.5,45.63998335736082,Donald Trump,9849,REP,45.4,50.771326054771,-4.899999999999999,-5.131342697410183 +48870,76560,612,2016,GA,Pres-G,2016_Pres-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2419,Hillary Rodham Clinton,9207,DEM,45,45.63998335736082,Donald Trump,9849,REP,45,50.771326054771,0,-5.131342697410183 +66903,124923,612,2016,GA,Pres-G,2016_Pres-G_GA,20/20 Insight,1,FALSE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,541,Hillary Rodham Clinton,9207,DEM,45,45.63998335736082,Donald Trump,9849,REP,48,50.771326054771,-3,-5.131342697410183 +47894,74950,613,2016,HI,Pres-G,2016_Pres-G_HI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,467,Hillary Rodham Clinton,9207,DEM,51,62.22149173421738,Donald Trump,9849,REP,32,30.038677008511737,19,32.18281472570564 +48781,76366,613,2016,HI,Pres-G,2016_Pres-G_HI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,102,Hillary Rodham Clinton,9207,DEM,47.31,62.22149173421738,Donald Trump,9849,REP,28.75,30.038677008511737,18.560000000000002,32.18281472570564 +48730,76311,613,2016,HI,Pres-G,2016_Pres-G_HI,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,289,Hillary Rodham Clinton,9207,DEM,50.3,62.22149173421738,Donald Trump,9849,REP,27.9,30.038677008511737,22.4,32.18281472570564 +48871,76561,613,2016,HI,Pres-G,2016_Pres-G_HI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,426,Hillary Rodham Clinton,9207,DEM,52,62.22149173421738,Donald Trump,9849,REP,28,30.038677008511737,24,32.18281472570564 +45810,71523,614,2016,IA,Pres-G,2016_Pres-G_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,404,Hillary Rodham Clinton,9207,DEM,37,41.752513445496234,Donald Trump,9849,REP,45,51.16206134467737,-8,-9.409547899181135 +46002,71892,614,2016,IA,Pres-G,2016_Pres-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,612,Hillary Rodham Clinton,9207,DEM,37,41.752513445496234,Donald Trump,9849,REP,44,51.16206134467737,-7,-9.409547899181135 +46068,72060,614,2016,IA,Pres-G,2016_Pres-G_IA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,344,Hillary Rodham Clinton,9207,DEM,40.51,41.752513445496234,Donald Trump,9849,REP,50.74,51.16206134467737,-10.230000000000004,-9.409547899181135 +46044,72022,614,2016,IA,Pres-G,2016_Pres-G_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,491,Hillary Rodham Clinton,9207,DEM,37.7,41.752513445496234,Donald Trump,9849,REP,38.3,51.16206134467737,-0.5999999999999943,-9.409547899181135 +46562,72830,614,2016,IA,Pres-G,2016_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-05,2016-11-08,34,642,Hillary Rodham Clinton,9207,DEM,39,41.752513445496234,Donald Trump,9849,REP,43,51.16206134467737,-4,-9.409547899181135 +47170,73820,614,2016,IA,Pres-G,2016_Pres-G_IA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,917,Hillary Rodham Clinton,9207,DEM,41,41.752513445496234,Donald Trump,9849,REP,37,51.16206134467737,4,-9.409547899181135 +46829,73275,614,2016,IA,Pres-G,2016_Pres-G_IA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,382,Hillary Rodham Clinton,9207,DEM,44.74,41.752513445496234,Donald Trump,9849,REP,44.49,51.16206134467737,0.25,-9.409547899181135 +47020,73520,614,2016,IA,Pres-G,2016_Pres-G_IA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1135,Hillary Rodham Clinton,9207,DEM,40,41.752513445496234,Donald Trump,9849,REP,45,51.16206134467737,-5,-9.409547899181135 +47618,74522,614,2016,IA,Pres-G,2016_Pres-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,791,Hillary Rodham Clinton,9207,DEM,44,41.752513445496234,Donald Trump,9849,REP,44,51.16206134467737,0,-9.409547899181135 +47898,74954,614,2016,IA,Pres-G,2016_Pres-G_IA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,984,Hillary Rodham Clinton,9207,DEM,40,41.752513445496234,Donald Trump,9849,REP,45,51.16206134467737,-5,-9.409547899181135 +48264,75594,614,2016,IA,Pres-G,2016_Pres-G_IA,RABA Research,269,FALSE,FALSE,IVR,NA,2016-11-01,2016-11-08,7,1076,Hillary Rodham Clinton,9207,DEM,41,41.752513445496234,Donald Trump,9849,REP,44,51.16206134467737,-3,-9.409547899181135 +48331,75711,614,2016,IA,Pres-G,2016_Pres-G_IA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-02,2016-11-08,6,700,Hillary Rodham Clinton,9207,DEM,41.3,41.752513445496234,Donald Trump,9849,REP,44,51.16206134467737,-2.700000000000003,-9.409547899181135 +48466,75944,614,2016,IA,Pres-G,2016_Pres-G_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,500,Hillary Rodham Clinton,9207,DEM,44.2,41.752513445496234,Donald Trump,9849,REP,43.4,51.16206134467737,0.8000000000000043,-9.409547899181135 +48470,75957,614,2016,IA,Pres-G,2016_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-11-03,2016-11-08,5,800,Hillary Rodham Clinton,9207,DEM,39,41.752513445496234,Donald Trump,9849,REP,46,51.16206134467737,-7,-9.409547899181135 +48783,76368,614,2016,IA,Pres-G,2016_Pres-G_IA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,416,Hillary Rodham Clinton,9207,DEM,44.07,41.752513445496234,Donald Trump,9849,REP,43.87,51.16206134467737,0.20000000000000284,-9.409547899181135 +48734,76315,614,2016,IA,Pres-G,2016_Pres-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,972,Hillary Rodham Clinton,9207,DEM,40.4,41.752513445496234,Donald Trump,9849,REP,37.3,51.16206134467737,3.1000000000000014,-9.409547899181135 +48875,76565,614,2016,IA,Pres-G,2016_Pres-G_IA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1781,Hillary Rodham Clinton,9207,DEM,38,41.752513445496234,Donald Trump,9849,REP,47,51.16206134467737,-9,-9.409547899181135 +46346,72474,615,2016,ID,Pres-G,2016_Pres-G_ID,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,175,Hillary Rodham Clinton,9207,DEM,27.39,27.492013820979206,Donald Trump,9849,REP,59.62,59.26143236919689,-32.23,-31.769418548217683 +47056,73629,615,2016,ID,Pres-G,2016_Pres-G_ID,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-04,2016-11-08,35,608,Hillary Rodham Clinton,9207,DEM,30,27.492013820979206,Donald Trump,9849,REP,40,59.26143236919689,-10,-31.769418548217683 +47194,73871,615,2016,ID,Pres-G,2016_Pres-G_ID,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,171,Hillary Rodham Clinton,9207,DEM,35.13,27.492013820979206,Donald Trump,9849,REP,50.7,59.26143236919689,-15.57,-31.769418548217683 +47339,74075,615,2016,ID,Pres-G,2016_Pres-G_ID,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-22,2016-11-08,17,1023,Hillary Rodham Clinton,9207,DEM,23.3,27.492013820979206,Donald Trump,9849,REP,52.3,59.26143236919689,-28.999999999999996,-31.769418548217683 +47609,74508,615,2016,ID,Pres-G,2016_Pres-G_ID,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-23,2016-11-08,16,750,Hillary Rodham Clinton,9207,DEM,29,27.492013820979206,Donald Trump,9849,REP,48,59.26143236919689,-19,-31.769418548217683 +47895,74951,615,2016,ID,Pres-G,2016_Pres-G_ID,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,447,Hillary Rodham Clinton,9207,DEM,31,27.492013820979206,Donald Trump,9849,REP,49,59.26143236919689,-18,-31.769418548217683 +48782,76367,615,2016,ID,Pres-G,2016_Pres-G_ID,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,205,Hillary Rodham Clinton,9207,DEM,30.06,27.492013820979206,Donald Trump,9849,REP,53.26,59.26143236919689,-23.2,-31.769418548217683 +48731,76312,615,2016,ID,Pres-G,2016_Pres-G_ID,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,416,Hillary Rodham Clinton,9207,DEM,25.3,27.492013820979206,Donald Trump,9849,REP,44.8,59.26143236919689,-19.499999999999996,-31.769418548217683 +48872,76562,615,2016,ID,Pres-G,2016_Pres-G_ID,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,612,Hillary Rodham Clinton,9207,DEM,29,27.492013820979206,Donald Trump,9849,REP,47,59.26143236919689,-18,-31.769418548217683 +45732,71409,616,2016,IL,Pres-G,2016_Pres-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2016-09-12,2016-11-08,57,955,Hillary Rodham Clinton,9207,DEM,51.24,55.8253666987933,Donald Trump,9849,REP,32.71,38.761753073825275,18.53,17.063613624968028 +45842,71606,616,2016,IL,Pres-G,2016_Pres-G_IL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,432,Hillary Rodham Clinton,9207,DEM,51.5,55.8253666987933,Donald Trump,9849,REP,36.18,38.761753073825275,15.32,17.063613624968028 +45887,71662,616,2016,IL,Pres-G,2016_Pres-G_IL,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-09-15,2016-11-08,54,600,Hillary Rodham Clinton,9207,DEM,43,55.8253666987933,Donald Trump,9849,REP,30,38.761753073825275,13,17.063613624968028 +45937,71818,616,2016,IL,Pres-G,2016_Pres-G_IL,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-20,2016-11-08,49,700,Hillary Rodham Clinton,9207,DEM,44.5,55.8253666987933,Donald Trump,9849,REP,38.7,38.761753073825275,5.799999999999997,17.063613624968028 +46066,72058,616,2016,IL,Pres-G,2016_Pres-G_IL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,426,Hillary Rodham Clinton,9207,DEM,53.43,55.8253666987933,Donald Trump,9849,REP,30.81,38.761753073825275,22.62,17.063613624968028 +46320,72439,616,2016,IL,Pres-G,2016_Pres-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2016-09-23,2016-11-08,46,1200,Hillary Rodham Clinton,9207,DEM,48.6,55.8253666987933,Donald Trump,9849,REP,35.1,38.761753073825275,13.5,17.063613624968028 +46347,72475,616,2016,IL,Pres-G,2016_Pres-G_IL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,422,Hillary Rodham Clinton,9207,DEM,52.71,55.8253666987933,Donald Trump,9849,REP,33.37,38.761753073825275,19.340000000000003,17.063613624968028 +66910,124941,616,2016,IL,Pres-G,2016_Pres-G_IL,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-09-28,2016-11-08,41,600,Hillary Rodham Clinton,9207,DEM,52,55.8253666987933,Donald Trump,9849,REP,35,38.761753073825275,17,17.063613624968028 +46447,72599,616,2016,IL,Pres-G,2016_Pres-G_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,865,Hillary Rodham Clinton,9207,DEM,53.2,55.8253666987933,Donald Trump,9849,REP,28.4,38.761753073825275,24.800000000000004,17.063613624968028 +46546,72779,616,2016,IL,Pres-G,2016_Pres-G_IL,GS Strategy Group,478,FALSE,FALSE,Live Phone,REP,2016-10-04,2016-11-08,35,600,Hillary Rodham Clinton,9207,DEM,50,55.8253666987933,Donald Trump,9849,REP,33,38.761753073825275,17,17.063613624968028 +46643,72937,616,2016,IL,Pres-G,2016_Pres-G_IL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,601,Hillary Rodham Clinton,9207,DEM,57.49,55.8253666987933,Donald Trump,9849,REP,31.29,38.761753073825275,26.200000000000003,17.063613624968028 +46827,73273,616,2016,IL,Pres-G,2016_Pres-G_IL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,409,Hillary Rodham Clinton,9207,DEM,60.31,55.8253666987933,Donald Trump,9849,REP,27.44,38.761753073825275,32.870000000000005,17.063613624968028 +47098,73731,616,2016,IL,Pres-G,2016_Pres-G_IL,Illinois Public Opinion,479,FALSE,FALSE,IVR,NA,2016-10-13,2016-11-08,26,644,Hillary Rodham Clinton,9207,DEM,50,55.8253666987933,Donald Trump,9849,REP,31.5,38.761753073825275,18.5,17.063613624968028 +47315,74028,616,2016,IL,Pres-G,2016_Pres-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2016-10-17,2016-11-08,22,1200,Hillary Rodham Clinton,9207,DEM,51.2,55.8253666987933,Donald Trump,9849,REP,36.1,38.761753073825275,15.100000000000001,17.063613624968028 +47195,73872,616,2016,IL,Pres-G,2016_Pres-G_IL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,371,Hillary Rodham Clinton,9207,DEM,57.33,55.8253666987933,Donald Trump,9849,REP,27.64,38.761753073825275,29.689999999999998,17.063613624968028 +47723,74706,616,2016,IL,Pres-G,2016_Pres-G_IL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,475,Hillary Rodham Clinton,9207,DEM,55.55,55.8253666987933,Donald Trump,9849,REP,34.57,38.761753073825275,20.979999999999997,17.063613624968028 +48000,75067,616,2016,IL,Pres-G,2016_Pres-G_IL,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-10-26,2016-11-08,13,600,Hillary Rodham Clinton,9207,DEM,45,55.8253666987933,Donald Trump,9849,REP,34,38.761753073825275,11,17.063613624968028 +47878,74931,616,2016,IL,Pres-G,2016_Pres-G_IL,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-29,2016-11-08,10,500,Hillary Rodham Clinton,9207,DEM,53,55.8253666987933,Donald Trump,9849,REP,41,38.761753073825275,12,17.063613624968028 +47896,74952,616,2016,IL,Pres-G,2016_Pres-G_IL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1003,Hillary Rodham Clinton,9207,DEM,52,55.8253666987933,Donald Trump,9849,REP,35,38.761753073825275,17,17.063613624968028 +48693,76274,616,2016,IL,Pres-G,2016_Pres-G_IL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,482,Hillary Rodham Clinton,9207,DEM,51.3,55.8253666987933,Donald Trump,9849,REP,39.08,38.761753073825275,12.219999999999999,17.063613624968028 +48732,76313,616,2016,IL,Pres-G,2016_Pres-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,3448,Hillary Rodham Clinton,9207,DEM,48.3,55.8253666987933,Donald Trump,9849,REP,33.1,38.761753073825275,15.199999999999996,17.063613624968028 +48874,76564,616,2016,IL,Pres-G,2016_Pres-G_IL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1700,Hillary Rodham Clinton,9207,DEM,52,55.8253666987933,Donald Trump,9849,REP,35,38.761753073825275,17,17.063613624968028 +45843,71607,617,2016,IN,Pres-G,2016_Pres-G_IN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-08,2016-11-08,61,372,Hillary Rodham Clinton,9207,DEM,33.33,37.774839686752046,Donald Trump,9849,REP,53.13,56.94003344841128,-19.800000000000004,-19.165193761659232 +46348,72476,617,2016,IN,Pres-G,2016_Pres-G_IN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,340,Hillary Rodham Clinton,9207,DEM,35.88,37.774839686752046,Donald Trump,9849,REP,53.16,56.94003344841128,-17.279999999999994,-19.165193761659232 +46535,72757,617,2016,IN,Pres-G,2016_Pres-G_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,600,Hillary Rodham Clinton,9207,DEM,38,37.774839686752046,Donald Trump,9849,REP,43,56.94003344841128,-5,-19.165193761659232 +47171,73821,617,2016,IN,Pres-G,2016_Pres-G_IN,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,1123,Hillary Rodham Clinton,9207,DEM,37,37.774839686752046,Donald Trump,9849,REP,43,56.94003344841128,-6,-19.165193761659232 +46828,73274,617,2016,IN,Pres-G,2016_Pres-G_IN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,434,Hillary Rodham Clinton,9207,DEM,38.27,37.774839686752046,Donald Trump,9849,REP,47.14,56.94003344841128,-8.869999999999997,-19.165193761659232 +46804,73206,617,2016,IN,Pres-G,2016_Pres-G_IN,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,402,Hillary Rodham Clinton,9207,DEM,41,37.774839686752046,Donald Trump,9849,REP,45,56.94003344841128,-4,-19.165193761659232 +47070,73729,617,2016,IN,Pres-G,2016_Pres-G_IN,Ball State University Bowen Center for Public Affairs,402,FALSE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,544,Hillary Rodham Clinton,9207,DEM,37,37.774839686752046,Donald Trump,9849,REP,43,56.94003344841128,-6,-19.165193761659232 +47342,74082,617,2016,IN,Pres-G,2016_Pres-G_IN,Gravis Marketing,124,FALSE,FALSE,Online Panel,NA,2016-10-23,2016-11-08,16,596,Hillary Rodham Clinton,9207,DEM,38,37.774839686752046,Donald Trump,9849,REP,49,56.94003344841128,-11,-19.165193761659232 +47724,74707,617,2016,IN,Pres-G,2016_Pres-G_IN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,368,Hillary Rodham Clinton,9207,DEM,38.9,37.774839686752046,Donald Trump,9849,REP,53.54,56.94003344841128,-14.64,-19.165193761659232 +47857,74885,617,2016,IN,Pres-G,2016_Pres-G_IN,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,402,Hillary Rodham Clinton,9207,DEM,39,37.774839686752046,Donald Trump,9849,REP,50,56.94003344841128,-11,-19.165193761659232 +47897,74953,617,2016,IN,Pres-G,2016_Pres-G_IN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,674,Hillary Rodham Clinton,9207,DEM,37,37.774839686752046,Donald Trump,9849,REP,51,56.94003344841128,-14,-19.165193761659232 +48346,75736,617,2016,IN,Pres-G,2016_Pres-G_IN,Gravis Marketing,124,FALSE,FALSE,Online Panel,NA,2016-10-31,2016-11-08,8,399,Hillary Rodham Clinton,9207,DEM,39,37.774839686752046,Donald Trump,9849,REP,49,56.94003344841128,-10,-19.165193761659232 +48333,75722,617,2016,IN,Pres-G,2016_Pres-G_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,600,Hillary Rodham Clinton,9207,DEM,37,37.774839686752046,Donald Trump,9849,REP,48,56.94003344841128,-11,-19.165193761659232 +48694,76275,617,2016,IN,Pres-G,2016_Pres-G_IN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,303,Hillary Rodham Clinton,9207,DEM,37.79,37.774839686752046,Donald Trump,9849,REP,53.68,56.94003344841128,-15.89,-19.165193761659232 +48733,76314,617,2016,IN,Pres-G,2016_Pres-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1742,Hillary Rodham Clinton,9207,DEM,36.6,37.774839686752046,Donald Trump,9849,REP,43.8,56.94003344841128,-7.199999999999996,-19.165193761659232 +48873,76563,617,2016,IN,Pres-G,2016_Pres-G_IN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1823,Hillary Rodham Clinton,9207,DEM,35,37.774839686752046,Donald Trump,9849,REP,52,56.94003344841128,-17,-19.165193761659232 +45731,71408,618,2016,KS,Pres-G,2016_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-09-08,2016-11-08,61,595,Hillary Rodham Clinton,9207,DEM,36,36.05237073223449,Donald Trump,9849,REP,48,56.65458180583958,-12,-20.602211073605083 +46069,72061,618,2016,KS,Pres-G,2016_Pres-G_KS,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,314,Hillary Rodham Clinton,9207,DEM,35.91,36.05237073223449,Donald Trump,9849,REP,50.8,56.65458180583958,-14.89,-20.602211073605083 +46830,73276,618,2016,KS,Pres-G,2016_Pres-G_KS,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,382,Hillary Rodham Clinton,9207,DEM,37.9,36.05237073223449,Donald Trump,9849,REP,50.27,56.65458180583958,-12.370000000000005,-20.602211073605083 +47765,74753,618,2016,KS,Pres-G,2016_Pres-G_KS,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,829,Hillary Rodham Clinton,9207,DEM,39,36.05237073223449,Donald Trump,9849,REP,47,56.65458180583958,-8,-20.602211073605083 +47063,73643,618,2016,KS,Pres-G,2016_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-13,2016-11-08,26,581,Hillary Rodham Clinton,9207,DEM,36,36.05237073223449,Donald Trump,9849,REP,47,56.65458180583958,-11,-20.602211073605083 +48076,75206,618,2016,KS,Pres-G,2016_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-28,2016-11-08,11,624,Hillary Rodham Clinton,9207,DEM,38,36.05237073223449,Donald Trump,9849,REP,49,56.65458180583958,-11,-20.602211073605083 +47899,74955,618,2016,KS,Pres-G,2016_Pres-G_KS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1273,Hillary Rodham Clinton,9207,DEM,36,36.05237073223449,Donald Trump,9849,REP,47,56.65458180583958,-11,-20.602211073605083 +48337,75721,618,2016,KS,Pres-G,2016_Pres-G_KS,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,313,Hillary Rodham Clinton,9207,DEM,34,36.05237073223449,Donald Trump,9849,REP,58,56.65458180583958,-24,-20.602211073605083 +48784,76369,618,2016,KS,Pres-G,2016_Pres-G_KS,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,361,Hillary Rodham Clinton,9207,DEM,38.22,36.05237073223449,Donald Trump,9849,REP,54.45,56.65458180583958,-16.230000000000004,-20.602211073605083 +48735,76316,618,2016,KS,Pres-G,2016_Pres-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,776,Hillary Rodham Clinton,9207,DEM,31.6,36.05237073223449,Donald Trump,9849,REP,47.5,56.65458180583958,-15.899999999999999,-20.602211073605083 +48876,76566,618,2016,KS,Pres-G,2016_Pres-G_KS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1311,Hillary Rodham Clinton,9207,DEM,36,36.05237073223449,Donald Trump,9849,REP,49,56.65458180583958,-13,-20.602211073605083 +46351,72479,619,2016,KY,Pres-G,2016_Pres-G_KY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,361,Hillary Rodham Clinton,9207,DEM,37.76,32.68218833364776,Donald Trump,9849,REP,56.38,62.519638551900094,-18.620000000000005,-29.837450218252336 +47199,73876,619,2016,KY,Pres-G,2016_Pres-G_KY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,458,Hillary Rodham Clinton,9207,DEM,41.04,32.68218833364776,Donald Trump,9849,REP,51.6,62.519638551900094,-10.560000000000002,-29.837450218252336 +47792,74812,619,2016,KY,Pres-G,2016_Pres-G_KY,Cygnal,67,FALSE,FALSE,Live Phone,NA,2016-10-27,2016-11-08,12,811,Hillary Rodham Clinton,9207,DEM,32,32.68218833364776,Donald Trump,9849,REP,56,62.519638551900094,-24,-29.837450218252336 +47938,74995,619,2016,KY,Pres-G,2016_Pres-G_KY,Western Kentucky University Social Science Research Center,379,FALSE,FALSE,Live Phone,NA,2016-10-27,2016-11-08,12,602,Hillary Rodham Clinton,9207,DEM,37,32.68218833364776,Donald Trump,9849,REP,54,62.519638551900094,-17,-29.837450218252336 +47900,74956,619,2016,KY,Pres-G,2016_Pres-G_KY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,424,Hillary Rodham Clinton,9207,DEM,31,32.68218833364776,Donald Trump,9849,REP,58,62.519638551900094,-27,-29.837450218252336 +48706,76287,619,2016,KY,Pres-G,2016_Pres-G_KY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,391,Hillary Rodham Clinton,9207,DEM,37.64,32.68218833364776,Donald Trump,9849,REP,58.29,62.519638551900094,-20.65,-29.837450218252336 +48736,76317,619,2016,KY,Pres-G,2016_Pres-G_KY,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1229,Hillary Rodham Clinton,9207,DEM,32.2,32.68218833364776,Donald Trump,9849,REP,52.2,62.519638551900094,-20,-29.837450218252336 +48877,76567,619,2016,KY,Pres-G,2016_Pres-G_KY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1315,Hillary Rodham Clinton,9207,DEM,35,32.68218833364776,Donald Trump,9849,REP,54,62.519638551900094,-19,-29.837450218252336 +45911,71774,620,2016,LA,Pres-G,2016_Pres-G_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2016-09-16,2016-11-08,53,500,Hillary Rodham Clinton,9207,DEM,32.6,38.44956609851397,Donald Trump,9849,REP,48.9,58.0886846535688,-16.299999999999997,-19.63911855505483 +46071,72063,620,2016,LA,Pres-G,2016_Pres-G_LA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,369,Hillary Rodham Clinton,9207,DEM,35.79,38.44956609851397,Donald Trump,9849,REP,51.87,58.0886846535688,-16.08,-19.63911855505483 +46053,72035,620,2016,LA,Pres-G,2016_Pres-G_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,REP,2016-09-23,2016-11-08,46,905,Hillary Rodham Clinton,9207,DEM,35,38.44956609851397,Donald Trump,9849,REP,45,58.0886846535688,-10,-19.63911855505483 +46945,73431,620,2016,LA,Pres-G,2016_Pres-G_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,600,Hillary Rodham Clinton,9207,DEM,35,38.44956609851397,Donald Trump,9849,REP,52,58.0886846535688,-17,-19.63911855505483 +46832,73278,620,2016,LA,Pres-G,2016_Pres-G_LA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,473,Hillary Rodham Clinton,9207,DEM,35.98,38.44956609851397,Donald Trump,9849,REP,49.16,58.0886846535688,-13.18,-19.63911855505483 +46878,73338,620,2016,LA,Pres-G,2016_Pres-G_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,REP,2016-10-13,2016-11-08,26,800,Hillary Rodham Clinton,9207,DEM,38,38.44956609851397,Donald Trump,9849,REP,45,58.0886846535688,-7,-19.63911855505483 +47155,73788,620,2016,LA,Pres-G,2016_Pres-G_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,625,Hillary Rodham Clinton,9207,DEM,34,38.44956609851397,Donald Trump,9849,REP,54,58.0886846535688,-20,-19.63911855505483 +50614,79876,620,2016,LA,Pres-G,2016_Pres-G_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,600,Hillary Rodham Clinton,9207,DEM,36,38.44956609851397,Donald Trump,9849,REP,43,58.0886846535688,-7,-19.63911855505483 +47531,74329,620,2016,LA,Pres-G,2016_Pres-G_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2016-10-20,2016-11-08,19,500,Hillary Rodham Clinton,9207,DEM,35,38.44956609851397,Donald Trump,9849,REP,50,58.0886846535688,-15,-19.63911855505483 +47768,74756,620,2016,LA,Pres-G,2016_Pres-G_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,603,Hillary Rodham Clinton,9207,DEM,35,38.44956609851397,Donald Trump,9849,REP,49,58.0886846535688,-14,-19.63911855505483 +48124,75389,620,2016,LA,Pres-G,2016_Pres-G_LA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-18,2016-11-08,21,614,Hillary Rodham Clinton,9207,DEM,40,38.44956609851397,Donald Trump,9849,REP,43,58.0886846535688,-3,-19.63911855505483 +47901,74957,620,2016,LA,Pres-G,2016_Pres-G_LA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,423,Hillary Rodham Clinton,9207,DEM,38,38.44956609851397,Donald Trump,9849,REP,51,58.0886846535688,-13,-19.63911855505483 +48785,76370,620,2016,LA,Pres-G,2016_Pres-G_LA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,461,Hillary Rodham Clinton,9207,DEM,36.12,38.44956609851397,Donald Trump,9849,REP,51.56,58.0886846535688,-15.440000000000005,-19.63911855505483 +48737,76318,620,2016,LA,Pres-G,2016_Pres-G_LA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1355,Hillary Rodham Clinton,9207,DEM,35.9,38.44956609851397,Donald Trump,9849,REP,47.3,58.0886846535688,-11.399999999999999,-19.63911855505483 +48878,76568,620,2016,LA,Pres-G,2016_Pres-G_LA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,982,Hillary Rodham Clinton,9207,DEM,38,38.44956609851397,Donald Trump,9849,REP,52,58.0886846535688,-14,-19.63911855505483 +45736,71413,621,2016,MA,Pres-G,2016_Pres-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-09-09,2016-11-08,60,506,Hillary Rodham Clinton,9207,DEM,54,60.00506459158761,Donald Trump,9849,REP,28,32.808358140007684,26,27.196706451579928 +45850,71614,621,2016,MA,Pres-G,2016_Pres-G_MA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-08,2016-11-08,61,488,Hillary Rodham Clinton,9207,DEM,53.07,60.00506459158761,Donald Trump,9849,REP,31.09,32.808358140007684,21.98,27.196706451579928 +46158,72166,621,2016,MA,Pres-G,2016_Pres-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-17,2016-11-08,52,700,Hillary Rodham Clinton,9207,DEM,47,60.00506459158761,Donald Trump,9849,REP,34,32.808358140007684,13,27.196706451579928 +46355,72483,621,2016,MA,Pres-G,2016_Pres-G_MA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,588,Hillary Rodham Clinton,9207,DEM,50.12,60.00506459158761,Donald Trump,9849,REP,28.38,32.808358140007684,21.74,27.196706451579928 +46539,72766,621,2016,MA,Pres-G,2016_Pres-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,403,Hillary Rodham Clinton,9207,DEM,58,60.00506459158761,Donald Trump,9849,REP,26,32.808358140007684,32,27.196706451579928 +46835,73281,621,2016,MA,Pres-G,2016_Pres-G_MA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,598,Hillary Rodham Clinton,9207,DEM,54.07,60.00506459158761,Donald Trump,9849,REP,28.57,32.808358140007684,25.5,27.196706451579928 +47008,73497,621,2016,MA,Pres-G,2016_Pres-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-10-15,2016-11-08,24,502,Hillary Rodham Clinton,9207,DEM,54,60.00506459158761,Donald Trump,9849,REP,28,32.808358140007684,26,27.196706451579928 +47614,74513,621,2016,MA,Pres-G,2016_Pres-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,500,Hillary Rodham Clinton,9207,DEM,57,60.00506459158761,Donald Trump,9849,REP,25,32.808358140007684,32,27.196706451579928 +47731,74714,621,2016,MA,Pres-G,2016_Pres-G_MA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,494,Hillary Rodham Clinton,9207,DEM,56.14,60.00506459158761,Donald Trump,9849,REP,26.81,32.808358140007684,29.330000000000002,27.196706451579928 +47904,74960,621,2016,MA,Pres-G,2016_Pres-G_MA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,796,Hillary Rodham Clinton,9207,DEM,58,60.00506459158761,Donald Trump,9849,REP,29,32.808358140007684,29,27.196706451579928 +48324,75697,621,2016,MA,Pres-G,2016_Pres-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,417,Hillary Rodham Clinton,9207,DEM,56,60.00506459158761,Donald Trump,9849,REP,26,32.808358140007684,30,27.196706451579928 +48695,76276,621,2016,MA,Pres-G,2016_Pres-G_MA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,365,Hillary Rodham Clinton,9207,DEM,53.14,60.00506459158761,Donald Trump,9849,REP,35.79,32.808358140007684,17.35,27.196706451579928 +48740,76321,621,2016,MA,Pres-G,2016_Pres-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1963,Hillary Rodham Clinton,9207,DEM,51.3,60.00506459158761,Donald Trump,9849,REP,28.6,32.808358140007684,22.699999999999996,27.196706451579928 +48881,76571,621,2016,MA,Pres-G,2016_Pres-G_MA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1378,Hillary Rodham Clinton,9207,DEM,56,60.00506459158761,Donald Trump,9849,REP,30,32.808358140007684,26,27.196706451579928 +45999,71886,622,2016,MD,Pres-G,2016_Pres-G_MD,Goucher College Sarah T. Hughes Center for Politics,414,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,514,Hillary Rodham Clinton,9207,DEM,58,60.32574423519277,Donald Trump,9849,REP,25,33.90930472854767,33,26.416439506645105 +46073,72065,622,2016,MD,Pres-G,2016_Pres-G_MD,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,435,Hillary Rodham Clinton,9207,DEM,50.27,60.32574423519277,Donald Trump,9849,REP,33.88,33.90930472854767,16.39,26.416439506645105 +46527,72742,622,2016,MD,Pres-G,2016_Pres-G_MD,The Washington Post/University of Maryland Center for Democracy and Civic Engagement,755,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,706,Hillary Rodham Clinton,9207,DEM,63,60.32574423519277,Donald Trump,9849,REP,27,33.90930472854767,36,26.416439506645105 +46650,72944,622,2016,MD,Pres-G,2016_Pres-G_MD,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,508,Hillary Rodham Clinton,9207,DEM,53.07,60.32574423519277,Donald Trump,9849,REP,31.74,33.90930472854767,21.330000000000002,26.416439506645105 +47202,73879,622,2016,MD,Pres-G,2016_Pres-G_MD,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,369,Hillary Rodham Clinton,9207,DEM,53.03,60.32574423519277,Donald Trump,9849,REP,28.62,33.90930472854767,24.41,26.416439506645105 +47903,74959,622,2016,MD,Pres-G,2016_Pres-G_MD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,740,Hillary Rodham Clinton,9207,DEM,63,60.32574423519277,Donald Trump,9849,REP,27,33.90930472854767,36,26.416439506645105 +48707,76288,622,2016,MD,Pres-G,2016_Pres-G_MD,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,472,Hillary Rodham Clinton,9207,DEM,55.69,60.32574423519277,Donald Trump,9849,REP,33.6,33.90930472854767,22.089999999999996,26.416439506645105 +48739,76320,622,2016,MD,Pres-G,2016_Pres-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1652,Hillary Rodham Clinton,9207,DEM,55,60.32574423519277,Donald Trump,9849,REP,29.2,33.90930472854767,25.8,26.416439506645105 +48880,76570,622,2016,MD,Pres-G,2016_Pres-G_MD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1216,Hillary Rodham Clinton,9207,DEM,59,60.32574423519277,Donald Trump,9849,REP,28,33.90930472854767,31,26.416439506645105 +45898,71686,623,2016,ME,Pres-G,2016_Pres-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-09-16,2016-11-08,53,835,Hillary Rodham Clinton,9207,DEM,37,47.830202680208096,Donald Trump,9849,REP,36.7,44.86975333154171,0.29999999999999716,2.960449348666387 +46026,71981,623,2016,ME,Pres-G,2016_Pres-G_ME,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,513,Hillary Rodham Clinton,9207,DEM,40,47.830202680208096,Donald Trump,9849,REP,36,44.86975333154171,4,2.960449348666387 +46353,72481,623,2016,ME,Pres-G,2016_Pres-G_ME,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,276,Hillary Rodham Clinton,9207,DEM,45.01,47.830202680208096,Donald Trump,9849,REP,33.56,44.86975333154171,11.449999999999996,2.960449348666387 +46753,73104,623,2016,ME,Pres-G,2016_Pres-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-08,2016-11-08,31,892,Hillary Rodham Clinton,9207,DEM,44,47.830202680208096,Donald Trump,9849,REP,36.1,44.86975333154171,7.899999999999999,2.960449348666387 +47160,73801,623,2016,ME,Pres-G,2016_Pres-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-14,2016-11-08,25,890,Hillary Rodham Clinton,9207,DEM,42,47.830202680208096,Donald Trump,9849,REP,36,44.86975333154171,6,2.960449348666387 +47201,73878,623,2016,ME,Pres-G,2016_Pres-G_ME,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,202,Hillary Rodham Clinton,9207,DEM,47.76,47.830202680208096,Donald Trump,9849,REP,38.69,44.86975333154171,9.07,2.960449348666387 +47772,74763,623,2016,ME,Pres-G,2016_Pres-G_ME,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,670,Hillary Rodham Clinton,9207,DEM,48,47.830202680208096,Donald Trump,9849,REP,37,44.86975333154171,11,2.960449348666387 +47997,75062,623,2016,ME,Pres-G,2016_Pres-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-25,2016-11-08,14,812,Hillary Rodham Clinton,9207,DEM,42,47.830202680208096,Donald Trump,9849,REP,37,44.86975333154171,5,2.960449348666387 +47879,74932,623,2016,ME,Pres-G,2016_Pres-G_ME,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-29,2016-11-08,10,750,Hillary Rodham Clinton,9207,DEM,46,47.830202680208096,Donald Trump,9849,REP,42,44.86975333154171,4,2.960449348666387 +47902,74958,623,2016,ME,Pres-G,2016_Pres-G_ME,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,432,Hillary Rodham Clinton,9207,DEM,49,47.830202680208096,Donald Trump,9849,REP,37,44.86975333154171,12,2.960449348666387 +48786,76371,623,2016,ME,Pres-G,2016_Pres-G_ME,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,245,Hillary Rodham Clinton,9207,DEM,42.33,47.830202680208096,Donald Trump,9849,REP,35.08,44.86975333154171,7.25,2.960449348666387 +48738,76319,623,2016,ME,Pres-G,2016_Pres-G_ME,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,437,Hillary Rodham Clinton,9207,DEM,38.7,47.830202680208096,Donald Trump,9849,REP,34,44.86975333154171,4.700000000000003,2.960449348666387 +48879,76569,623,2016,ME,Pres-G,2016_Pres-G_ME,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,779,Hillary Rodham Clinton,9207,DEM,46,47.830202680208096,Donald Trump,9849,REP,38,44.86975333154171,8,2.960449348666387 +45817,71539,624,2016,MI,Pres-G,2016_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2016-09-12,2016-11-08,57,600,Hillary Rodham Clinton,9207,DEM,38,47.21581719335427,Donald Trump,9849,REP,35,47.43857346087157,3,-0.2227562675172976 +46075,72067,624,2016,MI,Pres-G,2016_Pres-G_MI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,632,Hillary Rodham Clinton,9207,DEM,42.97,47.21581719335427,Donald Trump,9849,REP,41.67,47.43857346087157,1.2999999999999972,-0.2227562675172976 +46321,72441,624,2016,MI,Pres-G,2016_Pres-G_MI,Target Insyght,330,FALSE,FALSE,IVR,NA,2016-09-21,2016-11-08,48,600,Hillary Rodham Clinton,9207,DEM,46,47.21581719335427,Donald Trump,9849,REP,41,47.43857346087157,5,-0.2227562675172976 +46285,72346,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-09-27,2016-11-08,42,1956,Hillary Rodham Clinton,9207,DEM,46,47.21581719335427,Donald Trump,9849,REP,41,47.43857346087157,5,-0.2227562675172976 +46301,72383,624,2016,MI,Pres-G,2016_Pres-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2016-09-27,2016-11-08,42,600,Hillary Rodham Clinton,9207,DEM,42,47.21581719335427,Donald Trump,9849,REP,35,47.43857346087157,7,-0.2227562675172976 +46356,72484,624,2016,MI,Pres-G,2016_Pres-G_MI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,375,Hillary Rodham Clinton,9207,DEM,39.35,47.21581719335427,Donald Trump,9849,REP,39.05,47.43857346087157,0.30000000000000426,-0.2227562675172976 +46529,72748,624,2016,MI,Pres-G,2016_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2016-10-02,2016-11-08,37,600,Hillary Rodham Clinton,9207,DEM,43,47.21581719335427,Donald Trump,9849,REP,32,47.43857346087157,11,-0.2227562675172976 +46652,72946,624,2016,MI,Pres-G,2016_Pres-G_MI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,418,Hillary Rodham Clinton,9207,DEM,44.75,47.21581719335427,Donald Trump,9849,REP,38.18,47.43857346087157,6.57,-0.2227562675172976 +46786,73163,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-10-11,2016-11-08,28,1429,Hillary Rodham Clinton,9207,DEM,47,47.21581719335427,Donald Trump,9849,REP,37,47.43857346087157,10,-0.2227562675172976 +46773,73141,624,2016,MI,Pres-G,2016_Pres-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,600,Hillary Rodham Clinton,9207,DEM,42.2,47.21581719335427,Donald Trump,9849,REP,30.6,47.43857346087157,11.600000000000001,-0.2227562675172976 +46836,73282,624,2016,MI,Pres-G,2016_Pres-G_MI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1168,Hillary Rodham Clinton,9207,DEM,43.78,47.21581719335427,Donald Trump,9849,REP,37.33,47.43857346087157,6.450000000000003,-0.2227562675172976 +47021,73536,624,2016,MI,Pres-G,2016_Pres-G_MI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1331,Hillary Rodham Clinton,9207,DEM,45,47.21581719335427,Donald Trump,9849,REP,37,47.43857346087157,8,-0.2227562675172976 +47096,73717,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-10-18,2016-11-08,21,1102,Hillary Rodham Clinton,9207,DEM,51,47.21581719335427,Donald Trump,9849,REP,38,47.43857346087157,13,-0.2227562675172976 +47184,73861,624,2016,MI,Pres-G,2016_Pres-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,600,Hillary Rodham Clinton,9207,DEM,41,47.21581719335427,Donald Trump,9849,REP,36,47.43857346087157,5,-0.2227562675172976 +47204,73881,624,2016,MI,Pres-G,2016_Pres-G_MI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,441,Hillary Rodham Clinton,9207,DEM,45.18,47.21581719335427,Donald Trump,9849,REP,40.82,47.43857346087157,4.359999999999999,-0.2227562675172976 +47321,74039,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-10-23,2016-11-08,16,1241,Hillary Rodham Clinton,9207,DEM,49,47.21581719335427,Donald Trump,9849,REP,41,47.43857346087157,8,-0.2227562675172976 +47548,74381,624,2016,MI,Pres-G,2016_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,600,Hillary Rodham Clinton,9207,DEM,41,47.21581719335427,Donald Trump,9849,REP,34,47.43857346087157,7,-0.2227562675172976 +47541,74353,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-10-25,2016-11-08,14,1030,Hillary Rodham Clinton,9207,DEM,48,47.21581719335427,Donald Trump,9849,REP,42,47.43857346087157,6,-0.2227562675172976 +47653,74626,624,2016,MI,Pres-G,2016_Pres-G_MI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,500,Hillary Rodham Clinton,9207,DEM,50,47.21581719335427,Donald Trump,9849,REP,43,47.43857346087157,7,-0.2227562675172976 +47732,74715,624,2016,MI,Pres-G,2016_Pres-G_MI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,335,Hillary Rodham Clinton,9207,DEM,41.34,47.21581719335427,Donald Trump,9849,REP,37.11,47.43857346087157,4.230000000000004,-0.2227562675172976 +47870,74916,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-10-30,2016-11-08,9,953,Hillary Rodham Clinton,9207,DEM,47,47.21581719335427,Donald Trump,9849,REP,41,47.43857346087157,6,-0.2227562675172976 +48085,75227,624,2016,MI,Pres-G,2016_Pres-G_MI,Strategic National,318,FALSE,FALSE,IVR,NA,2016-10-29,2016-11-08,10,500,Hillary Rodham Clinton,9207,DEM,45,47.21581719335427,Donald Trump,9849,REP,44,47.43857346087157,1,-0.2227562675172976 +48083,75224,624,2016,MI,Pres-G,2016_Pres-G_MI,Michigan State University Institute for Public Policy and Social Research,463,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,746,Hillary Rodham Clinton,9207,DEM,47,47.21581719335427,Donald Trump,9849,REP,28,47.43857346087157,19,-0.2227562675172976 +47905,74961,624,2016,MI,Pres-G,2016_Pres-G_MI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1649,Hillary Rodham Clinton,9207,DEM,43,47.21581719335427,Donald Trump,9849,REP,42,47.43857346087157,1,-0.2227562675172976 +48010,75085,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-10-31,2016-11-08,8,737,Hillary Rodham Clinton,9207,DEM,50,47.21581719335427,Donald Trump,9849,REP,43,47.43857346087157,7,-0.2227562675172976 +48113,75334,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-11-01,2016-11-08,7,887,Hillary Rodham Clinton,9207,DEM,47,47.21581719335427,Donald Trump,9849,REP,44,47.43857346087157,3,-0.2227562675172976 +48212,75511,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-11-02,2016-11-08,6,1150,Hillary Rodham Clinton,9207,DEM,47,47.21581719335427,Donald Trump,9849,REP,44,47.43857346087157,3,-0.2227562675172976 +48345,75735,624,2016,MI,Pres-G,2016_Pres-G_MI,Strategic National,318,FALSE,FALSE,IVR,NA,2016-11-03,2016-11-08,5,573,Hillary Rodham Clinton,9207,DEM,44,47.21581719335427,Donald Trump,9849,REP,44,47.43857346087157,0,-0.2227562675172976 +48486,75986,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-11-03,2016-11-08,5,1007,Hillary Rodham Clinton,9207,DEM,46,47.21581719335427,Donald Trump,9849,REP,41,47.43857346087157,5,-0.2227562675172976 +48335,75719,624,2016,MI,Pres-G,2016_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,600,Hillary Rodham Clinton,9207,DEM,42,47.21581719335427,Donald Trump,9849,REP,38,47.43857346087157,4,-0.2227562675172976 +48348,75741,624,2016,MI,Pres-G,2016_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,957,Hillary Rodham Clinton,9207,DEM,46,47.21581719335427,Donald Trump,9849,REP,41,47.43857346087157,5,-0.2227562675172976 +48774,76357,624,2016,MI,Pres-G,2016_Pres-G_MI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,1079,Hillary Rodham Clinton,9207,DEM,46,47.21581719335427,Donald Trump,9849,REP,41,47.43857346087157,5,-0.2227562675172976 +48696,76277,624,2016,MI,Pres-G,2016_Pres-G_MI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,342,Hillary Rodham Clinton,9207,DEM,45.95,47.21581719335427,Donald Trump,9849,REP,44.53,47.43857346087157,1.4200000000000017,-0.2227562675172976 +48686,76258,624,2016,MI,Pres-G,2016_Pres-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-06,2016-11-08,2,1200,Hillary Rodham Clinton,9207,DEM,46.82,47.21581719335427,Donald Trump,9849,REP,48.52,47.43857346087157,-1.7000000000000028,-0.2227562675172976 +48859,76462,624,2016,MI,Pres-G,2016_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2016-11-06,2016-11-08,2,1011,Hillary Rodham Clinton,9207,DEM,47,47.21581719335427,Donald Trump,9849,REP,41,47.43857346087157,6,-0.2227562675172976 +48741,76322,624,2016,MI,Pres-G,2016_Pres-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,3014,Hillary Rodham Clinton,9207,DEM,42,47.21581719335427,Donald Trump,9849,REP,36,47.43857346087157,6,-0.2227562675172976 +48882,76572,624,2016,MI,Pres-G,2016_Pres-G_MI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,3145,Hillary Rodham Clinton,9207,DEM,44,47.21581719335427,Donald Trump,9849,REP,42,47.43857346087157,2,-0.2227562675172976 +45881,71646,625,2016,MN,Pres-G,2016_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,625,Hillary Rodham Clinton,9207,DEM,44,46.44503396176695,Donald Trump,9849,REP,38,44.92519310427733,6,1.5198408574896263 +46036,71998,625,2016,MN,Pres-G,2016_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-09-18,2016-11-08,51,625,Hillary Rodham Clinton,9207,DEM,46,46.44503396176695,Donald Trump,9849,REP,39,44.92519310427733,7,1.5198408574896263 +46076,72068,625,2016,MN,Pres-G,2016_Pres-G_MN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,510,Hillary Rodham Clinton,9207,DEM,42.86,46.44503396176695,Donald Trump,9849,REP,35.94,44.92519310427733,6.920000000000002,1.5198408574896263 +46156,72154,625,2016,MN,Pres-G,2016_Pres-G_MN,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-09-23,2016-11-08,46,906,Hillary Rodham Clinton,9207,DEM,43,46.44503396176695,Donald Trump,9849,REP,43,44.92519310427733,0,1.5198408574896263 +46653,72947,625,2016,MN,Pres-G,2016_Pres-G_MN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,645,Hillary Rodham Clinton,9207,DEM,42.03,46.44503396176695,Donald Trump,9849,REP,37.57,44.92519310427733,4.460000000000001,1.5198408574896263 +47205,73882,625,2016,MN,Pres-G,2016_Pres-G_MN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,499,Hillary Rodham Clinton,9207,DEM,44.14,46.44503396176695,Donald Trump,9849,REP,32.36,44.92519310427733,11.780000000000001,1.5198408574896263 +47319,74037,625,2016,MN,Pres-G,2016_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-21,2016-11-08,18,625,Hillary Rodham Clinton,9207,DEM,47,46.44503396176695,Donald Trump,9849,REP,39,44.92519310427733,8,1.5198408574896263 +47712,74694,625,2016,MN,Pres-G,2016_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-24,2016-11-08,15,656,Hillary Rodham Clinton,9207,DEM,49,46.44503396176695,Donald Trump,9849,REP,39,44.92519310427733,10,1.5198408574896263 +66558,124041,625,2016,MN,Pres-G,2016_Pres-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,707,Hillary Rodham Clinton,9207,DEM,47,46.44503396176695,Donald Trump,9849,REP,36,44.92519310427733,11,1.5198408574896263 +47906,74962,625,2016,MN,Pres-G,2016_Pres-G_MN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,773,Hillary Rodham Clinton,9207,DEM,46,46.44503396176695,Donald Trump,9849,REP,37,44.92519310427733,9,1.5198408574896263 +48708,76289,625,2016,MN,Pres-G,2016_Pres-G_MN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,647,Hillary Rodham Clinton,9207,DEM,43.9,46.44503396176695,Donald Trump,9849,REP,36,44.92519310427733,7.899999999999999,1.5198408574896263 +48742,76323,625,2016,MN,Pres-G,2016_Pres-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1736,Hillary Rodham Clinton,9207,DEM,42.3,46.44503396176695,Donald Trump,9849,REP,35.9,44.92519310427733,6.399999999999999,1.5198408574896263 +48883,76573,625,2016,MN,Pres-G,2016_Pres-G_MN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1292,Hillary Rodham Clinton,9207,DEM,46,46.44503396176695,Donald Trump,9849,REP,39,44.92519310427733,7,1.5198408574896263 +45815,71533,626,2016,MO,Pres-G,2016_Pres-G_MO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-11,2016-11-08,58,600,Hillary Rodham Clinton,9207,DEM,34,38.13527156927183,Donald Trump,9849,REP,47,56.77240847937871,-13,-18.637136910106882 +46078,72070,626,2016,MO,Pres-G,2016_Pres-G_MO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,356,Hillary Rodham Clinton,9207,DEM,35.23,38.13527156927183,Donald Trump,9849,REP,50.79,56.77240847937871,-15.560000000000002,-18.637136910106882 +46028,71984,626,2016,MO,Pres-G,2016_Pres-G_MO,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-09-22,2016-11-08,47,1087,Hillary Rodham Clinton,9207,DEM,37,38.13527156927183,Donald Trump,9849,REP,46,56.77240847937871,-9,-18.637136910106882 +46228,72287,626,2016,MO,Pres-G,2016_Pres-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-09-26,2016-11-08,43,1279,Hillary Rodham Clinton,9207,DEM,39,38.13527156927183,Donald Trump,9849,REP,49,56.77240847937871,-10,-18.637136910106882 +46655,72949,626,2016,MO,Pres-G,2016_Pres-G_MO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,478,Hillary Rodham Clinton,9207,DEM,37.05,38.13527156927183,Donald Trump,9849,REP,48.7,56.77240847937871,-11.650000000000006,-18.637136910106882 +46761,73118,626,2016,MO,Pres-G,2016_Pres-G_MO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,406,Hillary Rodham Clinton,9207,DEM,41,38.13527156927183,Donald Trump,9849,REP,46,56.77240847937871,-5,-18.637136910106882 +46780,73153,626,2016,MO,Pres-G,2016_Pres-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-10,2016-11-08,29,2171,Hillary Rodham Clinton,9207,DEM,42,38.13527156927183,Donald Trump,9849,REP,47,56.77240847937871,-5,-18.637136910106882 +47081,73677,626,2016,MO,Pres-G,2016_Pres-G_MO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-18,2016-11-08,21,600,Hillary Rodham Clinton,9207,DEM,39,38.13527156927183,Donald Trump,9849,REP,47,56.77240847937871,-8,-18.637136910106882 +47207,73884,626,2016,MO,Pres-G,2016_Pres-G_MO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,321,Hillary Rodham Clinton,9207,DEM,37.03,38.13527156927183,Donald Trump,9849,REP,48.14,56.77240847937871,-11.11,-18.637136910106882 +47615,74518,626,2016,MO,Pres-G,2016_Pres-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-24,2016-11-08,15,2559,Hillary Rodham Clinton,9207,DEM,39,38.13527156927183,Donald Trump,9849,REP,50,56.77240847937871,-11,-18.637136910106882 +47629,74545,626,2016,MO,Pres-G,2016_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,625,Hillary Rodham Clinton,9207,DEM,42,38.13527156927183,Donald Trump,9849,REP,47,56.77240847937871,-5,-18.637136910106882 +47860,74895,626,2016,MO,Pres-G,2016_Pres-G_MO,BK Strategies,20,FALSE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,1698,Hillary Rodham Clinton,9207,DEM,39,38.13527156927183,Donald Trump,9849,REP,53,56.77240847937871,-14,-18.637136910106882 +47908,74964,626,2016,MO,Pres-G,2016_Pres-G_MO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,671,Hillary Rodham Clinton,9207,DEM,39,38.13527156927183,Donald Trump,9849,REP,46,56.77240847937871,-7,-18.637136910106882 +47996,75057,626,2016,MO,Pres-G,2016_Pres-G_MO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,405,Hillary Rodham Clinton,9207,DEM,38,38.13527156927183,Donald Trump,9849,REP,52,56.77240847937871,-14,-18.637136910106882 +48081,75217,626,2016,MO,Pres-G,2016_Pres-G_MO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-30,2016-11-08,9,650,Hillary Rodham Clinton,9207,DEM,37,38.13527156927183,Donald Trump,9849,REP,52,56.77240847937871,-15,-18.637136910106882 +48119,75343,626,2016,MO,Pres-G,2016_Pres-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,1083,Hillary Rodham Clinton,9207,DEM,37,38.13527156927183,Donald Trump,9849,REP,50,56.77240847937871,-13,-18.637136910106882 +48186,75458,626,2016,MO,Pres-G,2016_Pres-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-31,2016-11-08,8,1722,Hillary Rodham Clinton,9207,DEM,39,38.13527156927183,Donald Trump,9849,REP,52,56.77240847937871,-13,-18.637136910106882 +48121,75384,626,2016,MO,Pres-G,2016_Pres-G_MO,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2016-10-29,2016-11-08,10,508,Hillary Rodham Clinton,9207,DEM,38,38.13527156927183,Donald Trump,9849,REP,47,56.77240847937871,-9,-18.637136910106882 +48622,76171,626,2016,MO,Pres-G,2016_Pres-G_MO,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-11-01,2016-11-08,7,1036,Hillary Rodham Clinton,9207,DEM,38,38.13527156927183,Donald Trump,9849,REP,54,56.77240847937871,-16,-18.637136910106882 +50538,143108,626,2016,MO,Pres-G,2016_Pres-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,871,Hillary Rodham Clinton,9207,DEM,37,38.13527156927183,Donald Trump,9849,REP,50,56.77240847937871,-13,-18.637136910106882 +48518,76054,626,2016,MO,Pres-G,2016_Pres-G_MO,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,750,Hillary Rodham Clinton,9207,DEM,40.5,38.13527156927183,Donald Trump,9849,REP,46.5,56.77240847937871,-6,-18.637136910106882 +48710,76291,626,2016,MO,Pres-G,2016_Pres-G_MO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,401,Hillary Rodham Clinton,9207,DEM,39.73,38.13527156927183,Donald Trump,9849,REP,48.01,56.77240847937871,-8.280000000000001,-18.637136910106882 +48744,76325,626,2016,MO,Pres-G,2016_Pres-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1814,Hillary Rodham Clinton,9207,DEM,35.8,38.13527156927183,Donald Trump,9849,REP,43.3,56.77240847937871,-7.5,-18.637136910106882 +48885,76575,626,2016,MO,Pres-G,2016_Pres-G_MO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1368,Hillary Rodham Clinton,9207,DEM,40,38.13527156927183,Donald Trump,9849,REP,48,56.77240847937871,-8,-18.637136910106882 +46358,72486,627,2016,MS,Pres-G,2016_Pres-G_MS,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,202,Hillary Rodham Clinton,9207,DEM,38.2,40.11478827178409,Donald Trump,9849,REP,49.22,57.94103808883564,-11.019999999999996,-17.826249817051547 +47206,73883,627,2016,MS,Pres-G,2016_Pres-G_MS,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,171,Hillary Rodham Clinton,9207,DEM,37.3,40.11478827178409,Donald Trump,9849,REP,52.08,57.94103808883564,-14.780000000000001,-17.826249817051547 +47907,74963,627,2016,MS,Pres-G,2016_Pres-G_MS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,648,Hillary Rodham Clinton,9207,DEM,41,40.11478827178409,Donald Trump,9849,REP,48,57.94103808883564,-7,-17.826249817051547 +48709,76290,627,2016,MS,Pres-G,2016_Pres-G_MS,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,184,Hillary Rodham Clinton,9207,DEM,35.93,40.11478827178409,Donald Trump,9849,REP,53.09,57.94103808883564,-17.160000000000004,-17.826249817051547 +48743,76324,627,2016,MS,Pres-G,2016_Pres-G_MS,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,861,Hillary Rodham Clinton,9207,DEM,39.5,40.11478827178409,Donald Trump,9849,REP,45.5,57.94103808883564,-6,-17.826249817051547 +48884,76574,627,2016,MS,Pres-G,2016_Pres-G_MS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,719,Hillary Rodham Clinton,9207,DEM,42,40.11478827178409,Donald Trump,9849,REP,50,57.94103808883564,-8,-17.826249817051547 +46360,72488,628,2016,MT,Pres-G,2016_Pres-G_MT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,144,Hillary Rodham Clinton,9207,DEM,39.76,35.745765337013,Donald Trump,9849,REP,53.47,56.16849744642932,-13.71,-20.422732109416323 +47466,74253,628,2016,MT,Pres-G,2016_Pres-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2016-10-07,2016-11-08,32,590,Hillary Rodham Clinton,9207,DEM,27,35.745765337013,Donald Trump,9849,REP,43,56.16849744642932,-16,-20.422732109416323 +46870,73327,628,2016,MT,Pres-G,2016_Pres-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,1003,Hillary Rodham Clinton,9207,DEM,36,35.745765337013,Donald Trump,9849,REP,46,56.16849744642932,-10,-20.422732109416323 +47208,73885,628,2016,MT,Pres-G,2016_Pres-G_MT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,109,Hillary Rodham Clinton,9207,DEM,31.74,35.745765337013,Donald Trump,9849,REP,50.8,56.16849744642932,-19.06,-20.422732109416323 +47909,74965,628,2016,MT,Pres-G,2016_Pres-G_MT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,405,Hillary Rodham Clinton,9207,DEM,36,35.745765337013,Donald Trump,9849,REP,49,56.16849744642932,-13,-20.422732109416323 +48787,76372,628,2016,MT,Pres-G,2016_Pres-G_MT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,115,Hillary Rodham Clinton,9207,DEM,34.75,35.745765337013,Donald Trump,9849,REP,53.66,56.16849744642932,-18.909999999999997,-20.422732109416323 +48745,76326,628,2016,MT,Pres-G,2016_Pres-G_MT,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,307,Hillary Rodham Clinton,9207,DEM,31.7,35.745765337013,Donald Trump,9849,REP,44.1,56.16849744642932,-12.400000000000002,-20.422732109416323 +48886,76576,628,2016,MT,Pres-G,2016_Pres-G_MT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,449,Hillary Rodham Clinton,9207,DEM,30,35.745765337013,Donald Trump,9849,REP,52,56.16849744642932,-22,-20.422732109416323 +45807,71511,629,2016,NC,Pres-G,2016_Pres-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-09-11,2016-11-08,58,600,Hillary Rodham Clinton,9207,DEM,42,46.172866168209474,Donald Trump,9849,REP,42,49.828094696180415,0,-3.655228527970941 +45862,71626,629,2016,NC,Pres-G,2016_Pres-G_NC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-08,2016-11-08,61,502,Hillary Rodham Clinton,9207,DEM,46.37,46.172866168209474,Donald Trump,9849,REP,43.72,49.828094696180415,2.6499999999999986,-3.655228527970941 +45886,71684,629,2016,NC,Pres-G,2016_Pres-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-09-14,2016-11-08,55,644,Hillary Rodham Clinton,9207,DEM,43,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,-1,-3.655228527970941 +45935,71807,629,2016,NC,Pres-G,2016_Pres-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,782,Hillary Rodham Clinton,9207,DEM,41,46.172866168209474,Donald Trump,9849,REP,41,49.828094696180415,0,-3.655228527970941 +46011,71946,629,2016,NC,Pres-G,2016_Pres-G_NC,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-09-14,2016-11-08,55,400,Hillary Rodham Clinton,9207,DEM,44,46.172866168209474,Donald Trump,9849,REP,40,49.828094696180415,4,-3.655228527970941 +45912,71747,629,2016,NC,Pres-G,2016_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-19,2016-11-08,50,1024,Hillary Rodham Clinton,9207,DEM,43,46.172866168209474,Donald Trump,9849,REP,45,49.828094696180415,-2,-3.655228527970941 +45930,71789,629,2016,NC,Pres-G,2016_Pres-G_NC,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,734,Hillary Rodham Clinton,9207,DEM,40,46.172866168209474,Donald Trump,9849,REP,45,49.828094696180415,-5,-3.655228527970941 +46163,72180,629,2016,NC,Pres-G,2016_Pres-G_NC,Meredith College,423,FALSE,FALSE,Live Phone,NA,2016-09-20,2016-11-08,49,487,Hillary Rodham Clinton,9207,DEM,38,46.172866168209474,Donald Trump,9849,REP,35,49.828094696180415,3,-3.655228527970941 +46042,72018,629,2016,NC,Pres-G,2016_Pres-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,404,Hillary Rodham Clinton,9207,DEM,43,46.172866168209474,Donald Trump,9849,REP,42,49.828094696180415,1,-3.655228527970941 +46155,72153,629,2016,NC,Pres-G,2016_Pres-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-09-23,2016-11-08,46,694,Hillary Rodham Clinton,9207,DEM,44,46.172866168209474,Donald Trump,9849,REP,43,49.828094696180415,1,-3.655228527970941 +46290,72351,629,2016,NC,Pres-G,2016_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,861,Hillary Rodham Clinton,9207,DEM,44,46.172866168209474,Donald Trump,9849,REP,42,49.828094696180415,2,-3.655228527970941 +46367,72495,629,2016,NC,Pres-G,2016_Pres-G_NC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,520,Hillary Rodham Clinton,9207,DEM,48.07,46.172866168209474,Donald Trump,9849,REP,43.58,49.828094696180415,4.490000000000002,-3.655228527970941 +46446,72595,629,2016,NC,Pres-G,2016_Pres-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,660,Hillary Rodham Clinton,9207,DEM,44.5,46.172866168209474,Donald Trump,9849,REP,39,49.828094696180415,5.5,-3.655228527970941 +46385,72518,629,2016,NC,Pres-G,2016_Pres-G_NC,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,805,Hillary Rodham Clinton,9207,DEM,44,46.172866168209474,Donald Trump,9849,REP,43,49.828094696180415,1,-3.655228527970941 +46382,72511,629,2016,NC,Pres-G,2016_Pres-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,507,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,43,49.828094696180415,3,-3.655228527970941 +46456,72646,629,2016,NC,Pres-G,2016_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-01,2016-11-08,38,656,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,2,-3.655228527970941 +46663,72957,629,2016,NC,Pres-G,2016_Pres-G_NC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,326,Hillary Rodham Clinton,9207,DEM,44.16,46.172866168209474,Donald Trump,9849,REP,43.09,49.828094696180415,1.0699999999999932,-3.655228527970941 +46631,72923,629,2016,NC,Pres-G,2016_Pres-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2016-10-03,2016-11-08,36,479,Hillary Rodham Clinton,9207,DEM,43,46.172866168209474,Donald Trump,9849,REP,42,49.828094696180415,1,-3.655228527970941 +46781,73156,629,2016,NC,Pres-G,2016_Pres-G_NC,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,500,Hillary Rodham Clinton,9207,DEM,44.8,46.172866168209474,Donald Trump,9849,REP,43.4,49.828094696180415,1.3999999999999986,-3.655228527970941 +46788,73166,629,2016,NC,Pres-G,2016_Pres-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,743,Hillary Rodham Clinton,9207,DEM,45,46.172866168209474,Donald Trump,9849,REP,41,49.828094696180415,4,-3.655228527970941 +46792,73171,629,2016,NC,Pres-G,2016_Pres-G_NC,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-11,2016-11-08,28,600,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,42,49.828094696180415,4,-3.655228527970941 +46847,73293,629,2016,NC,Pres-G,2016_Pres-G_NC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1056,Hillary Rodham Clinton,9207,DEM,46.33,46.172866168209474,Donald Trump,9849,REP,42.42,49.828094696180415,3.9099999999999966,-3.655228527970941 +46883,73344,629,2016,NC,Pres-G,2016_Pres-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,788,Hillary Rodham Clinton,9207,DEM,48,46.172866168209474,Donald Trump,9849,REP,47,49.828094696180415,1,-3.655228527970941 +47025,73540,629,2016,NC,Pres-G,2016_Pres-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1191,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,40,49.828094696180415,6,-3.655228527970941 +47057,73630,629,2016,NC,Pres-G,2016_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-16,2016-11-08,23,651,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,2,-3.655228527970941 +47085,73695,629,2016,NC,Pres-G,2016_Pres-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,600,Hillary Rodham Clinton,9207,DEM,44,46.172866168209474,Donald Trump,9849,REP,42,49.828094696180415,2,-3.655228527970941 +47252,73946,629,2016,NC,Pres-G,2016_Pres-G_NC,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,924,Hillary Rodham Clinton,9207,DEM,42,46.172866168209474,Donald Trump,9849,REP,41,49.828094696180415,1,-3.655228527970941 +47248,73936,629,2016,NC,Pres-G,2016_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,3,-3.655228527970941 +47333,74067,629,2016,NC,Pres-G,2016_Pres-G_NC,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-21,2016-11-08,18,1764,Hillary Rodham Clinton,9207,DEM,44,46.172866168209474,Donald Trump,9849,REP,47,49.828094696180415,-3,-3.655228527970941 +47254,73952,629,2016,NC,Pres-G,2016_Pres-G_NC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,402,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,46,49.828094696180415,1,-3.655228527970941 +47325,74046,629,2016,NC,Pres-G,2016_Pres-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,792,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,39,49.828094696180415,7,-3.655228527970941 +47352,74099,629,2016,NC,Pres-G,2016_Pres-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,43,49.828094696180415,3,-3.655228527970941 +47766,74754,629,2016,NC,Pres-G,2016_Pres-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,1273,Hillary Rodham Clinton,9207,DEM,49,46.172866168209474,Donald Trump,9849,REP,47,49.828094696180415,2,-3.655228527970941 +47775,74766,629,2016,NC,Pres-G,2016_Pres-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,780,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,41,49.828094696180415,6,-3.655228527970941 +47619,74523,629,2016,NC,Pres-G,2016_Pres-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,702,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,43,49.828094696180415,4,-3.655228527970941 +47743,74726,629,2016,NC,Pres-G,2016_Pres-G_NC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,644,Hillary Rodham Clinton,9207,DEM,47.99,46.172866168209474,Donald Trump,9849,REP,43.77,49.828094696180415,4.219999999999999,-3.655228527970941 +47649,74614,629,2016,NC,Pres-G,2016_Pres-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,3,-3.655228527970941 +47759,74742,629,2016,NC,Pres-G,2016_Pres-G_NC,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-26,2016-11-08,13,650,Hillary Rodham Clinton,9207,DEM,48,46.172866168209474,Donald Trump,9849,REP,45,49.828094696180415,3,-3.655228527970941 +47937,74993,629,2016,NC,Pres-G,2016_Pres-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,710,Hillary Rodham Clinton,9207,DEM,42,46.172866168209474,Donald Trump,9849,REP,41.2,49.828094696180415,0.7999999999999972,-3.655228527970941 +47779,74789,629,2016,NC,Pres-G,2016_Pres-G_NC,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,992,Hillary Rodham Clinton,9207,DEM,48,46.172866168209474,Donald Trump,9849,REP,45,49.828094696180415,3,-3.655228527970941 +47848,74875,629,2016,NC,Pres-G,2016_Pres-G_NC,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-30,2016-11-08,9,1176,Hillary Rodham Clinton,9207,DEM,45,46.172866168209474,Donald Trump,9849,REP,47,49.828094696180415,-2,-3.655228527970941 +47916,74972,629,2016,NC,Pres-G,2016_Pres-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1574,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,3,-3.655228527970941 +48008,75083,629,2016,NC,Pres-G,2016_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-30,2016-11-08,9,659,Hillary Rodham Clinton,9207,DEM,44,46.172866168209474,Donald Trump,9849,REP,51,49.828094696180415,-7,-3.655228527970941 +48110,75331,629,2016,NC,Pres-G,2016_Pres-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,3,-3.655228527970941 +48326,75699,629,2016,NC,Pres-G,2016_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,1169,Hillary Rodham Clinton,9207,DEM,49,46.172866168209474,Donald Trump,9849,REP,47,49.828094696180415,2,-3.655228527970941 +48099,75306,629,2016,NC,Pres-G,2016_Pres-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,602,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,3,-3.655228527970941 +48122,75385,629,2016,NC,Pres-G,2016_Pres-G_NC,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-10-29,2016-11-08,10,1150,Hillary Rodham Clinton,9207,DEM,44.16,46.172866168209474,Donald Trump,9849,REP,49.13,49.828094696180415,-4.970000000000006,-3.655228527970941 +48491,75997,629,2016,NC,Pres-G,2016_Pres-G_NC,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-11-01,2016-11-08,7,2596,Hillary Rodham Clinton,9207,DEM,45,46.172866168209474,Donald Trump,9849,REP,48,49.828094696180415,-3,-3.655228527970941 +48773,76356,629,2016,NC,Pres-G,2016_Pres-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,1250,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,45,49.828094696180415,1,-3.655228527970941 +48699,76280,629,2016,NC,Pres-G,2016_Pres-G_NC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,371,Hillary Rodham Clinton,9207,DEM,46,46.172866168209474,Donald Trump,9849,REP,46.9,49.828094696180415,-0.8999999999999986,-3.655228527970941 +48679,76242,629,2016,NC,Pres-G,2016_Pres-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Hillary Rodham Clinton,9207,DEM,49,46.172866168209474,Donald Trump,9849,REP,43,49.828094696180415,6,-3.655228527970941 +48524,76066,629,2016,NC,Pres-G,2016_Pres-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,800,Hillary Rodham Clinton,9207,DEM,44,46.172866168209474,Donald Trump,9849,REP,44,49.828094696180415,0,-3.655228527970941 +48523,76062,629,2016,NC,Pres-G,2016_Pres-G_NC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,870,Hillary Rodham Clinton,9207,DEM,47,46.172866168209474,Donald Trump,9849,REP,45,49.828094696180415,2,-3.655228527970941 +48752,76333,629,2016,NC,Pres-G,2016_Pres-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,2916,Hillary Rodham Clinton,9207,DEM,43.5,46.172866168209474,Donald Trump,9849,REP,41.3,49.828094696180415,2.200000000000003,-3.655228527970941 +48893,76583,629,2016,NC,Pres-G,2016_Pres-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,3126,Hillary Rodham Clinton,9207,DEM,48,46.172866168209474,Donald Trump,9849,REP,41,49.828094696180415,7,-3.655228527970941 +45908,71738,630,2016,ND,Pres-G,2016_Pres-G_ND,DFM Research,69,FALSE,FALSE,Live Phone,NA,2016-09-14,2016-11-08,55,400,Hillary Rodham Clinton,9207,DEM,32,27.226739458706007,Donald Trump,9849,REP,43,62.9556278313393,-11,-35.72888837263329 +46848,73294,630,2016,ND,Pres-G,2016_Pres-G_ND,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,105,Hillary Rodham Clinton,9207,DEM,34.67,27.226739458706007,Donald Trump,9849,REP,44.9,62.9556278313393,-10.229999999999997,-35.72888837263329 +47917,74973,630,2016,ND,Pres-G,2016_Pres-G_ND,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,279,Hillary Rodham Clinton,9207,DEM,31,27.226739458706007,Donald Trump,9849,REP,53,62.9556278313393,-22,-35.72888837263329 +48245,75546,630,2016,ND,Pres-G,2016_Pres-G_ND,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,153,Hillary Rodham Clinton,9207,DEM,26.18,27.226739458706007,Donald Trump,9849,REP,49.74,62.9556278313393,-23.560000000000002,-35.72888837263329 +48753,76334,630,2016,ND,Pres-G,2016_Pres-G_ND,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,201,Hillary Rodham Clinton,9207,DEM,32.3,27.226739458706007,Donald Trump,9849,REP,44.8,62.9556278313393,-12.5,-35.72888837263329 +48894,76584,630,2016,ND,Pres-G,2016_Pres-G_ND,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,313,Hillary Rodham Clinton,9207,DEM,29,27.226739458706007,Donald Trump,9849,REP,57,62.9556278313393,-28,-35.72888837263329 +46229,72288,631,2016,NE,Pres-G,2016_Pres-G_NE,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-25,2016-11-08,44,700,Hillary Rodham Clinton,9207,DEM,29.3,33.69875637713554,Donald Trump,9849,REP,55.7,58.74735112712576,-26.400000000000002,-25.048594749990222 +46361,72489,631,2016,NE,Pres-G,2016_Pres-G_NE,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,197,Hillary Rodham Clinton,9207,DEM,32.71,33.69875637713554,Donald Trump,9849,REP,51.19,58.74735112712576,-18.479999999999997,-25.048594749990222 +47209,73886,631,2016,NE,Pres-G,2016_Pres-G_NE,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,207,Hillary Rodham Clinton,9207,DEM,34.73,33.69875637713554,Donald Trump,9849,REP,46.81,58.74735112712576,-12.080000000000005,-25.048594749990222 +47910,74966,631,2016,NE,Pres-G,2016_Pres-G_NE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,412,Hillary Rodham Clinton,9207,DEM,32,33.69875637713554,Donald Trump,9849,REP,52,58.74735112712576,-20,-25.048594749990222 +48711,76292,631,2016,NE,Pres-G,2016_Pres-G_NE,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,216,Hillary Rodham Clinton,9207,DEM,31.62,33.69875637713554,Donald Trump,9849,REP,53.27,58.74735112712576,-21.650000000000002,-25.048594749990222 +48746,76327,631,2016,NE,Pres-G,2016_Pres-G_NE,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,506,Hillary Rodham Clinton,9207,DEM,32.3,33.69875637713554,Donald Trump,9849,REP,44.9,58.74735112712576,-12.600000000000001,-25.048594749990222 +48887,76577,631,2016,NE,Pres-G,2016_Pres-G_NE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,988,Hillary Rodham Clinton,9207,DEM,35,33.69875637713554,Donald Trump,9849,REP,52,58.74735112712576,-17,-25.048594749990222 +45915,71756,632,2016,NH,Pres-G,2016_Pres-G_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,400,Hillary Rodham Clinton,9207,DEM,47,46.82626266969056,Donald Trump,9849,REP,38,46.458666981953414,9,0.36759568773714335 +46153,72151,632,2016,NH,Pres-G,2016_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,522,Hillary Rodham Clinton,9207,DEM,46,46.82626266969056,Donald Trump,9849,REP,42,46.458666981953414,4,0.36759568773714335 +46298,72376,632,2016,NH,Pres-G,2016_Pres-G_NH,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-09-26,2016-11-08,43,600,Hillary Rodham Clinton,9207,DEM,43,46.82626266969056,Donald Trump,9849,REP,37,46.458666981953414,6,0.36759568773714335 +46363,72491,632,2016,NH,Pres-G,2016_Pres-G_NH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,170,Hillary Rodham Clinton,9207,DEM,47.21,46.82626266969056,Donald Trump,9849,REP,41.25,46.458666981953414,5.960000000000001,0.36759568773714335 +46300,72382,632,2016,NH,Pres-G,2016_Pres-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,502,Hillary Rodham Clinton,9207,DEM,42,46.82626266969056,Donald Trump,9849,REP,35,46.458666981953414,7,0.36759568773714335 +46746,73063,632,2016,NH,Pres-G,2016_Pres-G_NH,GQR,126,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,500,Hillary Rodham Clinton,9207,DEM,46,46.82626266969056,Donald Trump,9849,REP,38,46.458666981953414,8,0.36759568773714335 +46534,72756,632,2016,NH,Pres-G,2016_Pres-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,500,Hillary Rodham Clinton,9207,DEM,44,46.82626266969056,Donald Trump,9849,REP,42,46.458666981953414,2,0.36759568773714335 +46774,73144,632,2016,NH,Pres-G,2016_Pres-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-08,2016-11-08,31,600,Hillary Rodham Clinton,9207,DEM,48,46.82626266969056,Donald Trump,9849,REP,37,46.458666981953414,11,0.36759568773714335 +46798,73193,632,2016,NH,Pres-G,2016_Pres-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,517,Hillary Rodham Clinton,9207,DEM,45,46.82626266969056,Donald Trump,9849,REP,39,46.458666981953414,6,0.36759568773714335 +46797,73190,632,2016,NH,Pres-G,2016_Pres-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,501,Hillary Rodham Clinton,9207,DEM,41,46.82626266969056,Donald Trump,9849,REP,38,46.458666981953414,3,0.36759568773714335 +47023,73538,632,2016,NH,Pres-G,2016_Pres-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,569,Hillary Rodham Clinton,9207,DEM,47,46.82626266969056,Donald Trump,9849,REP,36,46.458666981953414,11,0.36759568773714335 +48508,76027,632,2016,NH,Pres-G,2016_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,755,Hillary Rodham Clinton,9207,DEM,49,46.82626266969056,Donald Trump,9849,REP,34,46.458666981953414,15,0.36759568773714335 +47079,73675,632,2016,NH,Pres-G,2016_Pres-G_NH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-18,2016-11-08,21,900,Hillary Rodham Clinton,9207,DEM,44,46.82626266969056,Donald Trump,9849,REP,36,46.458666981953414,8,0.36759568773714335 +47211,73888,632,2016,NH,Pres-G,2016_Pres-G_NH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,179,Hillary Rodham Clinton,9207,DEM,45.11,46.82626266969056,Donald Trump,9849,REP,39.21,46.458666981953414,5.899999999999999,0.36759568773714335 +47326,74384,632,2016,NH,Pres-G,2016_Pres-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-19,2016-11-08,20,772,Hillary Rodham Clinton,9207,DEM,43,46.82626266969056,Donald Trump,9849,REP,38,46.458666981953414,5,0.36759568773714335 +47539,74346,632,2016,NH,Pres-G,2016_Pres-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,768,Hillary Rodham Clinton,9207,DEM,45,46.82626266969056,Donald Trump,9849,REP,36,46.458666981953414,9,0.36759568773714335 +47652,74625,632,2016,NH,Pres-G,2016_Pres-G_NH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-24,2016-11-08,15,600,Hillary Rodham Clinton,9207,DEM,46,46.82626266969056,Donald Trump,9849,REP,43,46.458666981953414,3,0.36759568773714335 +47528,74322,632,2016,NH,Pres-G,2016_Pres-G_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-24,2016-11-08,15,401,Hillary Rodham Clinton,9207,DEM,46,46.82626266969056,Donald Trump,9849,REP,42,46.458666981953414,4,0.36759568773714335 +47648,74613,632,2016,NH,Pres-G,2016_Pres-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Hillary Rodham Clinton,9207,DEM,47,46.82626266969056,Donald Trump,9849,REP,39,46.458666981953414,8,0.36759568773714335 +47793,74814,632,2016,NH,Pres-G,2016_Pres-G_NH,Praecones Analytica,257,FALSE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,408,Hillary Rodham Clinton,9207,DEM,42.9,46.82626266969056,Donald Trump,9849,REP,44.6,46.458666981953414,-1.7000000000000028,0.36759568773714335 +48499,76005,632,2016,NH,Pres-G,2016_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,516,Hillary Rodham Clinton,9207,DEM,46,46.82626266969056,Donald Trump,9849,REP,38,46.458666981953414,8,0.36759568773714335 +47912,74968,632,2016,NH,Pres-G,2016_Pres-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,659,Hillary Rodham Clinton,9207,DEM,48,46.82626266969056,Donald Trump,9849,REP,35,46.458666981953414,13,0.36759568773714335 +48109,75330,632,2016,NH,Pres-G,2016_Pres-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Hillary Rodham Clinton,9207,DEM,45,46.82626266969056,Donald Trump,9849,REP,41,46.458666981953414,4,0.36759568773714335 +48327,75700,632,2016,NH,Pres-G,2016_Pres-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,781,Hillary Rodham Clinton,9207,DEM,48,46.82626266969056,Donald Trump,9849,REP,43,46.458666981953414,5,0.36759568773714335 +48128,75395,632,2016,NH,Pres-G,2016_Pres-G_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,500,Hillary Rodham Clinton,9207,DEM,39,46.82626266969056,Donald Trump,9849,REP,40,46.458666981953414,-1,0.36759568773714335 +48503,76009,632,2016,NH,Pres-G,2016_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,466,Hillary Rodham Clinton,9207,DEM,47,46.82626266969056,Donald Trump,9849,REP,40,46.458666981953414,7,0.36759568773714335 +48338,75724,632,2016,NH,Pres-G,2016_Pres-G_NH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1001,Hillary Rodham Clinton,9207,DEM,41,46.82626266969056,Donald Trump,9849,REP,43,46.458666981953414,-2,0.36759568773714335 +48187,75460,632,2016,NH,Pres-G,2016_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,600,Hillary Rodham Clinton,9207,DEM,43,46.82626266969056,Donald Trump,9849,REP,48,46.458666981953414,-5,0.36759568773714335 +48194,75475,632,2016,NH,Pres-G,2016_Pres-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,500,Hillary Rodham Clinton,9207,DEM,41.8,46.82626266969056,Donald Trump,9849,REP,42.2,46.458666981953414,-0.4000000000000057,0.36759568773714335 +48263,75589,632,2016,NH,Pres-G,2016_Pres-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,695,Hillary Rodham Clinton,9207,DEM,44,46.82626266969056,Donald Trump,9849,REP,44,46.458666981953414,0,0.36759568773714335 +48519,76055,632,2016,NH,Pres-G,2016_Pres-G_NH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,1000,Hillary Rodham Clinton,9207,DEM,45.4,46.82626266969056,Donald Trump,9849,REP,43.8,46.458666981953414,1.6000000000000014,0.36759568773714335 +48658,76374,632,2016,NH,Pres-G,2016_Pres-G_NH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,196,Hillary Rodham Clinton,9207,DEM,44.42,46.82626266969056,Donald Trump,9849,REP,41.81,46.458666981953414,2.6099999999999994,0.36759568773714335 +48678,76241,632,2016,NH,Pres-G,2016_Pres-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Hillary Rodham Clinton,9207,DEM,46,46.82626266969056,Donald Trump,9849,REP,40,46.458666981953414,6,0.36759568773714335 +48497,76013,632,2016,NH,Pres-G,2016_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,692,Hillary Rodham Clinton,9207,DEM,49,46.82626266969056,Donald Trump,9849,REP,38,46.458666981953414,11,0.36759568773714335 +48748,76329,632,2016,NH,Pres-G,2016_Pres-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,430,Hillary Rodham Clinton,9207,DEM,43,46.82626266969056,Donald Trump,9849,REP,34.4,46.458666981953414,8.600000000000001,0.36759568773714335 +48889,76579,632,2016,NH,Pres-G,2016_Pres-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,696,Hillary Rodham Clinton,9207,DEM,47,46.82626266969056,Donald Trump,9849,REP,38,46.458666981953414,9,0.36759568773714335 +46083,72075,633,2016,NJ,Pres-G,2016_Pres-G_NJ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,853,Hillary Rodham Clinton,9207,DEM,50.49,55.4530844496942,Donald Trump,9849,REP,32.22,41.35038665002945,18.270000000000003,14.102697799664753 +46364,72492,633,2016,NJ,Pres-G,2016_Pres-G_NJ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,545,Hillary Rodham Clinton,9207,DEM,46.68,55.4530844496942,Donald Trump,9849,REP,34.18,41.35038665002945,12.5,14.102697799664753 +46313,72428,633,2016,NJ,Pres-G,2016_Pres-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2016-09-26,2016-11-08,43,638,Hillary Rodham Clinton,9207,DEM,46.2,55.4530844496942,Donald Trump,9849,REP,39.8,41.35038665002945,6.400000000000006,14.102697799664753 +46844,73290,633,2016,NJ,Pres-G,2016_Pres-G_NJ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,953,Hillary Rodham Clinton,9207,DEM,49.93,55.4530844496942,Donald Trump,9849,REP,32.23,41.35038665002945,17.700000000000003,14.102697799664753 +47010,73504,633,2016,NJ,Pres-G,2016_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,293,Hillary Rodham Clinton,9207,DEM,49,55.4530844496942,Donald Trump,9849,REP,35,41.35038665002945,14,14.102697799664753 +47740,74723,633,2016,NJ,Pres-G,2016_Pres-G_NJ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,800,Hillary Rodham Clinton,9207,DEM,50.95,55.4530844496942,Donald Trump,9849,REP,34.25,41.35038665002945,16.700000000000003,14.102697799664753 +47913,74969,633,2016,NJ,Pres-G,2016_Pres-G_NJ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,724,Hillary Rodham Clinton,9207,DEM,55,55.4530844496942,Donald Trump,9849,REP,35,41.35038665002945,20,14.102697799664753 +48323,75695,633,2016,NJ,Pres-G,2016_Pres-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,678,Hillary Rodham Clinton,9207,DEM,51,55.4530844496942,Donald Trump,9849,REP,40,41.35038665002945,11,14.102697799664753 +48697,76278,633,2016,NJ,Pres-G,2016_Pres-G_NJ,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,551,Hillary Rodham Clinton,9207,DEM,47.78,55.4530844496942,Donald Trump,9849,REP,37.86,41.35038665002945,9.920000000000002,14.102697799664753 +48749,76330,633,2016,NJ,Pres-G,2016_Pres-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,2377,Hillary Rodham Clinton,9207,DEM,47.7,55.4530844496942,Donald Trump,9849,REP,35.7,41.35038665002945,12,14.102697799664753 +48890,76580,633,2016,NJ,Pres-G,2016_Pres-G_NJ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1377,Hillary Rodham Clinton,9207,DEM,52,55.4530844496942,Donald Trump,9849,REP,37,41.35038665002945,15,14.102697799664753 +46952,73440,634,2016,NM,Pres-G,2016_Pres-G_NM,Zia Poll,393,FALSE,FALSE,IVR,NA,2016-09-24,2016-11-08,45,1415,Hillary Rodham Clinton,9207,DEM,41.8,48.255647178634106,Donald Trump,9849,REP,36.6,40.04251433324272,5.199999999999996,8.213132845391385 +46365,72493,634,2016,NM,Pres-G,2016_Pres-G_NM,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,145,Hillary Rodham Clinton,9207,DEM,48.94,48.255647178634106,Donald Trump,9849,REP,39.69,40.04251433324272,9.25,8.213132845391385 +46318,72433,634,2016,NM,Pres-G,2016_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,501,Hillary Rodham Clinton,9207,DEM,35,48.255647178634106,Donald Trump,9849,REP,31,40.04251433324272,4,8.213132845391385 +46516,72724,634,2016,NM,Pres-G,2016_Pres-G_NM,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-09-30,2016-11-08,39,594,Hillary Rodham Clinton,9207,DEM,46,48.255647178634106,Donald Trump,9849,REP,33,40.04251433324272,13,8.213132845391385 +46953,73441,634,2016,NM,Pres-G,2016_Pres-G_NM,Zia Poll,393,FALSE,FALSE,IVR/Text-to-Web,NA,2016-10-11,2016-11-08,28,1536,Hillary Rodham Clinton,9207,DEM,46,48.255647178634106,Donald Trump,9849,REP,36,40.04251433324272,10,8.213132845391385 +47024,73539,634,2016,NM,Pres-G,2016_Pres-G_NM,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,889,Hillary Rodham Clinton,9207,DEM,41,48.255647178634106,Donald Trump,9849,REP,33,40.04251433324272,8,8.213132845391385 +47213,73890,634,2016,NM,Pres-G,2016_Pres-G_NM,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,150,Hillary Rodham Clinton,9207,DEM,51.28,48.255647178634106,Donald Trump,9849,REP,35.11,40.04251433324272,16.17,8.213132845391385 +47612,74511,634,2016,NM,Pres-G,2016_Pres-G_NM,Zia Poll,393,FALSE,FALSE,IVR,NA,2016-10-24,2016-11-08,15,1899,Hillary Rodham Clinton,9207,DEM,45,48.255647178634106,Donald Trump,9849,REP,40,40.04251433324272,5,8.213132845391385 +47914,74970,634,2016,NM,Pres-G,2016_Pres-G_NM,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,987,Hillary Rodham Clinton,9207,DEM,44,48.255647178634106,Donald Trump,9849,REP,34,40.04251433324272,10,8.213132845391385 +48105,75316,634,2016,NM,Pres-G,2016_Pres-G_NM,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,567,Hillary Rodham Clinton,9207,DEM,39,48.255647178634106,Donald Trump,9849,REP,31,40.04251433324272,8,8.213132845391385 +48340,75727,634,2016,NM,Pres-G,2016_Pres-G_NM,Zia Poll,393,FALSE,FALSE,IVR,NA,2016-11-01,2016-11-08,7,1102,Hillary Rodham Clinton,9207,DEM,46,48.255647178634106,Donald Trump,9849,REP,43,40.04251433324272,3,8.213132845391385 +48775,76358,634,2016,NM,Pres-G,2016_Pres-G_NM,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1327,Hillary Rodham Clinton,9207,DEM,45,48.255647178634106,Donald Trump,9849,REP,37,40.04251433324272,8,8.213132845391385 +48476,75967,634,2016,NM,Pres-G,2016_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,504,Hillary Rodham Clinton,9207,DEM,45,48.255647178634106,Donald Trump,9849,REP,40,40.04251433324272,5,8.213132845391385 +48789,76375,634,2016,NM,Pres-G,2016_Pres-G_NM,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,158,Hillary Rodham Clinton,9207,DEM,40.94,48.255647178634106,Donald Trump,9849,REP,38.34,40.04251433324272,2.5999999999999943,8.213132845391385 +48614,76158,634,2016,NM,Pres-G,2016_Pres-G_NM,Zia Poll,393,FALSE,FALSE,IVR,NA,2016-11-06,2016-11-08,2,8439,Hillary Rodham Clinton,9207,DEM,46,48.255647178634106,Donald Trump,9849,REP,44,40.04251433324272,2,8.213132845391385 +48750,76331,634,2016,NM,Pres-G,2016_Pres-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,508,Hillary Rodham Clinton,9207,DEM,41.7,48.255647178634106,Donald Trump,9849,REP,34.6,40.04251433324272,7.100000000000001,8.213132845391385 +48891,76581,634,2016,NM,Pres-G,2016_Pres-G_NM,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,749,Hillary Rodham Clinton,9207,DEM,40,48.255647178634106,Donald Trump,9849,REP,38,40.04251433324272,2,8.213132845391385 +45793,71477,635,2016,NV,Pres-G,2016_Pres-G_NV,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-09-12,2016-11-08,57,406,Hillary Rodham Clinton,9207,DEM,42,47.91782367811904,Donald Trump,9849,REP,44,45.50069531760242,-2,2.417128360516621 +45922,71769,635,2016,NV,Pres-G,2016_Pres-G_NV,Leger,572,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,398,Hillary Rodham Clinton,9207,DEM,40,47.91782367811904,Donald Trump,9849,REP,42,45.50069531760242,-2,2.417128360516621 +45896,71680,635,2016,NV,Pres-G,2016_Pres-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-09-17,2016-11-08,52,800,Hillary Rodham Clinton,9207,DEM,39,47.91782367811904,Donald Trump,9849,REP,42,45.50069531760242,-3,2.417128360516621 +46012,71947,635,2016,NV,Pres-G,2016_Pres-G_NV,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-09-14,2016-11-08,55,400,Hillary Rodham Clinton,9207,DEM,42,47.91782367811904,Donald Trump,9849,REP,42,45.50069531760242,0,2.417128360516621 +45929,71785,635,2016,NV,Pres-G,2016_Pres-G_NV,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,704,Hillary Rodham Clinton,9207,DEM,40,47.91782367811904,Donald Trump,9849,REP,43,45.50069531760242,-3,2.417128360516621 +46081,72073,635,2016,NV,Pres-G,2016_Pres-G_NV,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,294,Hillary Rodham Clinton,9207,DEM,45.03,47.91782367811904,Donald Trump,9849,REP,45.02,45.50069531760242,0.00999999999999801,2.417128360516621 +46305,72389,635,2016,NV,Pres-G,2016_Pres-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,500,Hillary Rodham Clinton,9207,DEM,44.2,47.91782367811904,Donald Trump,9849,REP,38.2,45.50069531760242,6,2.417128360516621 +46316,72431,635,2016,NV,Pres-G,2016_Pres-G_NV,Bendixen & Amandi International,29,FALSE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,800,Hillary Rodham Clinton,9207,DEM,45,47.91782367811904,Donald Trump,9849,REP,44,45.50069531760242,1,2.417128360516621 +46441,72597,635,2016,NV,Pres-G,2016_Pres-G_NV,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,700,Hillary Rodham Clinton,9207,DEM,44,47.91782367811904,Donald Trump,9849,REP,41,45.50069531760242,3,2.417128360516621 +46522,72733,635,2016,NV,Pres-G,2016_Pres-G_NV,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-03,2016-11-08,36,700,Hillary Rodham Clinton,9207,DEM,43,47.91782367811904,Donald Trump,9849,REP,43,45.50069531760242,0,2.417128360516621 +46771,73138,635,2016,NV,Pres-G,2016_Pres-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-10,2016-11-08,29,986,Hillary Rodham Clinton,9207,DEM,47,47.91782367811904,Donald Trump,9849,REP,43,45.50069531760242,4,2.417128360516621 +46779,73151,635,2016,NV,Pres-G,2016_Pres-G_NV,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-10,2016-11-08,29,1010,Hillary Rodham Clinton,9207,DEM,43,47.91782367811904,Donald Trump,9849,REP,43,45.50069531760242,0,2.417128360516621 +46785,73161,635,2016,NV,Pres-G,2016_Pres-G_NV,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,600,Hillary Rodham Clinton,9207,DEM,45,47.91782367811904,Donald Trump,9849,REP,39,45.50069531760242,6,2.417128360516621 +46842,73288,635,2016,NV,Pres-G,2016_Pres-G_NV,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,347,Hillary Rodham Clinton,9207,DEM,40.77,47.91782367811904,Donald Trump,9849,REP,38.73,45.50069531760242,2.0400000000000063,2.417128360516621 +46816,73261,635,2016,NV,Pres-G,2016_Pres-G_NV,JMC Analytics,156,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,600,Hillary Rodham Clinton,9207,DEM,43,47.91782367811904,Donald Trump,9849,REP,41,45.50069531760242,2,2.417128360516621 +46867,73320,635,2016,NV,Pres-G,2016_Pres-G_NV,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-13,2016-11-08,26,996,Hillary Rodham Clinton,9207,DEM,46,47.91782367811904,Donald Trump,9849,REP,40,45.50069531760242,6,2.417128360516621 +46884,73350,635,2016,NV,Pres-G,2016_Pres-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,698,Hillary Rodham Clinton,9207,DEM,46,47.91782367811904,Donald Trump,9849,REP,44,45.50069531760242,2,2.417128360516621 +47022,73537,635,2016,NV,Pres-G,2016_Pres-G_NV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,884,Hillary Rodham Clinton,9207,DEM,40,47.91782367811904,Donald Trump,9849,REP,44,45.50069531760242,-4,2.417128360516621 +47032,73546,635,2016,NV,Pres-G,2016_Pres-G_NV,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,413,Hillary Rodham Clinton,9207,DEM,47,47.91782367811904,Donald Trump,9849,REP,40,45.50069531760242,7,2.417128360516621 +47317,74031,635,2016,NV,Pres-G,2016_Pres-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,826,Hillary Rodham Clinton,9207,DEM,46,47.91782367811904,Donald Trump,9849,REP,42,45.50069531760242,4,2.417128360516621 +47337,74072,635,2016,NV,Pres-G,2016_Pres-G_NV,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-21,2016-11-08,18,1332,Hillary Rodham Clinton,9207,DEM,44,47.91782367811904,Donald Trump,9849,REP,47,45.50069531760242,-3,2.417128360516621 +47318,74036,635,2016,NV,Pres-G,2016_Pres-G_NV,Bendixen & Amandi International,29,FALSE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,800,Hillary Rodham Clinton,9207,DEM,48,47.91782367811904,Donald Trump,9849,REP,41,45.50069531760242,7,2.417128360516621 +47540,74347,635,2016,NV,Pres-G,2016_Pres-G_NV,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,707,Hillary Rodham Clinton,9207,DEM,43,47.91782367811904,Donald Trump,9849,REP,43,45.50069531760242,0,2.417128360516621 +47655,74630,635,2016,NV,Pres-G,2016_Pres-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,875,Hillary Rodham Clinton,9207,DEM,46,47.91782367811904,Donald Trump,9849,REP,46,45.50069531760242,0,2.417128360516621 +47647,74612,635,2016,NV,Pres-G,2016_Pres-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Hillary Rodham Clinton,9207,DEM,43,47.91782367811904,Donald Trump,9849,REP,42,45.50069531760242,1,2.417128360516621 +47760,74743,635,2016,NV,Pres-G,2016_Pres-G_NV,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-26,2016-11-08,13,550,Hillary Rodham Clinton,9207,DEM,44,47.91782367811904,Donald Trump,9849,REP,42,45.50069531760242,2,2.417128360516621 +47847,74874,635,2016,NV,Pres-G,2016_Pres-G_NV,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-30,2016-11-08,9,787,Hillary Rodham Clinton,9207,DEM,44,47.91782367811904,Donald Trump,9849,REP,48,45.50069531760242,-4,2.417128360516621 +47911,74967,635,2016,NV,Pres-G,2016_Pres-G_NV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1010,Hillary Rodham Clinton,9207,DEM,43,47.91782367811904,Donald Trump,9849,REP,42,45.50069531760242,1,2.417128360516621 +48108,75329,635,2016,NV,Pres-G,2016_Pres-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Hillary Rodham Clinton,9207,DEM,44,47.91782367811904,Donald Trump,9849,REP,44,45.50069531760242,0,2.417128360516621 +48328,75701,635,2016,NV,Pres-G,2016_Pres-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,688,Hillary Rodham Clinton,9207,DEM,48,47.91782367811904,Donald Trump,9849,REP,45,45.50069531760242,3,2.417128360516621 +48096,75268,635,2016,NV,Pres-G,2016_Pres-G_NV,JMC Analytics,156,FALSE,FALSE,Live Phone,NA,2016-10-30,2016-11-08,9,600,Hillary Rodham Clinton,9207,DEM,45,47.91782367811904,Donald Trump,9849,REP,45,45.50069531760242,0,2.417128360516621 +48104,75315,635,2016,NV,Pres-G,2016_Pres-G_NV,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,892,Hillary Rodham Clinton,9207,DEM,45,47.91782367811904,Donald Trump,9849,REP,38,45.50069531760242,7,2.417128360516621 +48089,75239,635,2016,NV,Pres-G,2016_Pres-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,790,Hillary Rodham Clinton,9207,DEM,43,47.91782367811904,Donald Trump,9849,REP,49,45.50069531760242,-6,2.417128360516621 +48490,75996,635,2016,NV,Pres-G,2016_Pres-G_NV,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-11-01,2016-11-08,7,1793,Hillary Rodham Clinton,9207,DEM,45,47.91782367811904,Donald Trump,9849,REP,46,45.50069531760242,-1,2.417128360516621 +48473,75963,635,2016,NV,Pres-G,2016_Pres-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-03,2016-11-08,5,1100,Hillary Rodham Clinton,9207,DEM,45.01,47.91782367811904,Donald Trump,9849,REP,49.61,45.50069531760242,-4.600000000000001,2.417128360516621 +48517,76053,635,2016,NV,Pres-G,2016_Pres-G_NV,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,600,Hillary Rodham Clinton,9207,DEM,46.8,47.91782367811904,Donald Trump,9849,REP,45.6,45.50069531760242,1.1999999999999957,2.417128360516621 +48788,76373,635,2016,NV,Pres-G,2016_Pres-G_NV,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,339,Hillary Rodham Clinton,9207,DEM,45.39,47.91782367811904,Donald Trump,9849,REP,42.15,45.50069531760242,3.240000000000002,2.417128360516621 +48677,76240,635,2016,NV,Pres-G,2016_Pres-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Hillary Rodham Clinton,9207,DEM,44,47.91782367811904,Donald Trump,9849,REP,44,45.50069531760242,0,2.417128360516621 +48914,76604,635,2016,NV,Pres-G,2016_Pres-G_NV,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,373,Hillary Rodham Clinton,9207,DEM,42,47.91782367811904,Donald Trump,9849,REP,42,45.50069531760242,0,2.417128360516621 +48689,76269,635,2016,NV,Pres-G,2016_Pres-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1158,Hillary Rodham Clinton,9207,DEM,45,47.91782367811904,Donald Trump,9849,REP,43,45.50069531760242,2,2.417128360516621 +48747,76328,635,2016,NV,Pres-G,2016_Pres-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,656,Hillary Rodham Clinton,9207,DEM,42.5,47.91782367811904,Donald Trump,9849,REP,40.9,45.50069531760242,1.6000000000000014,2.417128360516621 +48888,76578,635,2016,NV,Pres-G,2016_Pres-G_NV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1207,Hillary Rodham Clinton,9207,DEM,45,47.91782367811904,Donald Trump,9849,REP,43,45.50069531760242,2,2.417128360516621 +45861,71625,636,2016,NY,Pres-G,2016_Pres-G_NY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,544,Hillary Rodham Clinton,9207,DEM,53.44,56.722342284541526,Donald Trump,9849,REP,29.97,32.72884002531648,23.47,23.993502259225046 +45895,71678,636,2016,NY,Pres-G,2016_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,600,Hillary Rodham Clinton,9207,DEM,51,56.722342284541526,Donald Trump,9849,REP,30,32.72884002531648,21,23.993502259225046 +46085,72077,636,2016,NY,Pres-G,2016_Pres-G_NY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,535,Hillary Rodham Clinton,9207,DEM,52.85,56.722342284541526,Donald Trump,9849,REP,34.06,32.72884002531648,18.79,23.993502259225046 +46157,72159,636,2016,NY,Pres-G,2016_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,676,Hillary Rodham Clinton,9207,DEM,52,56.722342284541526,Donald Trump,9849,REP,31,32.72884002531648,21,23.993502259225046 +46366,72494,636,2016,NY,Pres-G,2016_Pres-G_NY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,651,Hillary Rodham Clinton,9207,DEM,49.34,56.722342284541526,Donald Trump,9849,REP,29.05,32.72884002531648,20.290000000000003,23.993502259225046 +46662,72956,636,2016,NY,Pres-G,2016_Pres-G_NY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,714,Hillary Rodham Clinton,9207,DEM,54.76,56.722342284541526,Donald Trump,9849,REP,31.07,32.72884002531648,23.689999999999998,23.993502259225046 +46846,73292,636,2016,NY,Pres-G,2016_Pres-G_NY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,434,Hillary Rodham Clinton,9207,DEM,52.61,56.722342284541526,Donald Trump,9849,REP,26.67,32.72884002531648,25.939999999999998,23.993502259225046 +47059,73634,636,2016,NY,Pres-G,2016_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-10-15,2016-11-08,24,611,Hillary Rodham Clinton,9207,DEM,54,56.722342284541526,Donald Trump,9849,REP,30,32.72884002531648,24,23.993502259225046 +47214,73891,636,2016,NY,Pres-G,2016_Pres-G_NY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,346,Hillary Rodham Clinton,9207,DEM,53.73,56.722342284541526,Donald Trump,9849,REP,30.1,32.72884002531648,23.629999999999995,23.993502259225046 +47742,74725,636,2016,NY,Pres-G,2016_Pres-G_NY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,498,Hillary Rodham Clinton,9207,DEM,51.97,56.722342284541526,Donald Trump,9849,REP,30.28,32.72884002531648,21.689999999999998,23.993502259225046 +52424,82776,636,2016,NY,Pres-G,2016_Pres-G_NY,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2016-10-28,2016-11-08,11,600,Hillary Rodham Clinton,9207,DEM,49,56.722342284541526,Donald Trump,9849,REP,38,32.72884002531648,11,23.993502259225046 +47915,74971,636,2016,NY,Pres-G,2016_Pres-G_NY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1734,Hillary Rodham Clinton,9207,DEM,56,56.722342284541526,Donald Trump,9849,REP,33,32.72884002531648,23,23.993502259225046 +48478,75969,636,2016,NY,Pres-G,2016_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-11-03,2016-11-08,5,617,Hillary Rodham Clinton,9207,DEM,51,56.722342284541526,Donald Trump,9849,REP,34,32.72884002531648,17,23.993502259225046 +48698,76279,636,2016,NY,Pres-G,2016_Pres-G_NY,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,552,Hillary Rodham Clinton,9207,DEM,51.49,56.722342284541526,Donald Trump,9849,REP,33,32.72884002531648,18.490000000000002,23.993502259225046 +48853,76449,636,2016,NY,Pres-G,2016_Pres-G_NY,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1681,Hillary Rodham Clinton,9207,DEM,55,56.722342284541526,Donald Trump,9849,REP,36,32.72884002531648,19,23.993502259225046 +48751,76332,636,2016,NY,Pres-G,2016_Pres-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,4663,Hillary Rodham Clinton,9207,DEM,52.7,56.722342284541526,Donald Trump,9849,REP,31.4,32.72884002531648,21.300000000000004,23.993502259225046 +48892,76582,636,2016,NY,Pres-G,2016_Pres-G_NY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2208,Hillary Rodham Clinton,9207,DEM,57,56.722342284541526,Donald Trump,9849,REP,32,32.72884002531648,25,23.993502259225046 +45737,71415,637,2016,OH,Pres-G,2016_Pres-G_OH,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-09-11,2016-11-08,58,802,Hillary Rodham Clinton,9207,DEM,39,43.55807627672002,Donald Trump,9849,REP,44,51.68765067578619,-5,-8.129574399066165 +45799,71486,637,2016,OH,Pres-G,2016_Pres-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-09,2016-11-08,60,769,Hillary Rodham Clinton,9207,DEM,41,43.55807627672002,Donald Trump,9849,REP,46,51.68765067578619,-5,-8.129574399066165 +45809,71520,637,2016,OH,Pres-G,2016_Pres-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-09-13,2016-11-08,56,500,Hillary Rodham Clinton,9207,DEM,39,43.55807627672002,Donald Trump,9849,REP,42,51.68765067578619,-3,-8.129574399066165 +45863,71627,637,2016,OH,Pres-G,2016_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,450,Hillary Rodham Clinton,9207,DEM,47.21,43.55807627672002,Donald Trump,9849,REP,43.52,51.68765067578619,3.6899999999999977,-8.129574399066165 +46013,71948,637,2016,OH,Pres-G,2016_Pres-G_OH,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-09-14,2016-11-08,55,400,Hillary Rodham Clinton,9207,DEM,39,43.55807627672002,Donald Trump,9849,REP,41,51.68765067578619,-2,-8.129574399066165 +45931,71793,637,2016,OH,Pres-G,2016_Pres-G_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,737,Hillary Rodham Clinton,9207,DEM,37,43.55807627672002,Donald Trump,9849,REP,42,51.68765067578619,-5,-8.129574399066165 +46087,72079,637,2016,OH,Pres-G,2016_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,407,Hillary Rodham Clinton,9207,DEM,46.34,43.55807627672002,Donald Trump,9849,REP,42.88,51.68765067578619,3.460000000000001,-8.129574399066165 +46101,72095,637,2016,OH,Pres-G,2016_Pres-G_OH,TargetSmart,332,FALSE,FALSE,Live Phone/Online Panel,NA,2016-09-19,2016-11-08,50,652,Hillary Rodham Clinton,9207,DEM,40,43.55807627672002,Donald Trump,9849,REP,37,51.68765067578619,3,-8.129574399066165 +46032,71988,637,2016,OH,Pres-G,2016_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-09-22,2016-11-08,47,850,Hillary Rodham Clinton,9207,DEM,42,43.55807627672002,Donald Trump,9849,REP,43,51.68765067578619,-1,-8.129574399066165 +46368,72496,637,2016,OH,Pres-G,2016_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,557,Hillary Rodham Clinton,9207,DEM,44.36,43.55807627672002,Donald Trump,9849,REP,42.81,51.68765067578619,1.5499999999999972,-8.129574399066165 +46383,72513,637,2016,OH,Pres-G,2016_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,497,Hillary Rodham Clinton,9207,DEM,42,43.55807627672002,Donald Trump,9849,REP,47,51.68765067578619,-5,-8.129574399066165 +46519,72728,637,2016,OH,Pres-G,2016_Pres-G_OH,Impact Research,14,FALSE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,800,Hillary Rodham Clinton,9207,DEM,44,43.55807627672002,Donald Trump,9849,REP,42,51.68765067578619,2,-8.129574399066165 +46514,72721,637,2016,OH,Pres-G,2016_Pres-G_OH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-03,2016-11-08,36,405,Hillary Rodham Clinton,9207,DEM,44,43.55807627672002,Donald Trump,9849,REP,42,51.68765067578619,2,-8.129574399066165 +46665,72959,637,2016,OH,Pres-G,2016_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,609,Hillary Rodham Clinton,9207,DEM,46.21,43.55807627672002,Donald Trump,9849,REP,42.56,51.68765067578619,3.6499999999999986,-8.129574399066165 +46540,72768,637,2016,OH,Pres-G,2016_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-10-05,2016-11-08,34,782,Hillary Rodham Clinton,9207,DEM,44,43.55807627672002,Donald Trump,9849,REP,43,51.68765067578619,1,-8.129574399066165 +46563,72831,637,2016,OH,Pres-G,2016_Pres-G_OH,TargetSmart,332,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-05,2016-11-08,34,812,Hillary Rodham Clinton,9207,DEM,43.2,43.55807627672002,Donald Trump,9849,REP,40.3,51.68765067578619,2.9000000000000057,-8.129574399066165 +46571,72851,637,2016,OH,Pres-G,2016_Pres-G_OH,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-06,2016-11-08,33,997,Hillary Rodham Clinton,9207,DEM,46,43.55807627672002,Donald Trump,9849,REP,42,51.68765067578619,4,-8.129574399066165 +47172,73822,637,2016,OH,Pres-G,2016_Pres-G_OH,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,1304,Hillary Rodham Clinton,9207,DEM,44,43.55807627672002,Donald Trump,9849,REP,39,51.68765067578619,5,-8.129574399066165 +46752,73112,637,2016,OH,Pres-G,2016_Pres-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1152,Hillary Rodham Clinton,9207,DEM,43.2,43.55807627672002,Donald Trump,9849,REP,34.4,51.68765067578619,8.800000000000004,-8.129574399066165 +46789,73167,637,2016,OH,Pres-G,2016_Pres-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,724,Hillary Rodham Clinton,9207,DEM,41,43.55807627672002,Donald Trump,9849,REP,42,51.68765067578619,-1,-8.129574399066165 +46790,73169,637,2016,OH,Pres-G,2016_Pres-G_OH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-11,2016-11-08,28,600,Hillary Rodham Clinton,9207,DEM,45,43.55807627672002,Donald Trump,9849,REP,43,51.68765067578619,2,-8.129574399066165 +47084,73692,637,2016,OH,Pres-G,2016_Pres-G_OH,University of Akron Ray C. Bliss Institute of Applied Politics,432,FALSE,FALSE,Live Phone/Text-to-Web,NA,2016-10-02,2016-11-08,37,1004,Hillary Rodham Clinton,9207,DEM,41,43.55807627672002,Donald Trump,9849,REP,38,51.68765067578619,3,-8.129574399066165 +46885,73352,637,2016,OH,Pres-G,2016_Pres-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,774,Hillary Rodham Clinton,9207,DEM,44,43.55807627672002,Donald Trump,9849,REP,48,51.68765067578619,-4,-8.129574399066165 +46943,73425,637,2016,OH,Pres-G,2016_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,624,Hillary Rodham Clinton,9207,DEM,45,43.55807627672002,Donald Trump,9849,REP,45,51.68765067578619,0,-8.129574399066165 +47026,73541,637,2016,OH,Pres-G,2016_Pres-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1307,Hillary Rodham Clinton,9207,DEM,41,43.55807627672002,Donald Trump,9849,REP,44,51.68765067578619,-3,-8.129574399066165 +47094,73713,637,2016,OH,Pres-G,2016_Pres-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,500,Hillary Rodham Clinton,9207,DEM,45,43.55807627672002,Donald Trump,9849,REP,45,51.68765067578619,0,-8.129574399066165 +47216,73893,637,2016,OH,Pres-G,2016_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,1839,Hillary Rodham Clinton,9207,DEM,43.41,43.55807627672002,Donald Trump,9849,REP,42.75,51.68765067578619,0.6599999999999966,-8.129574399066165 +47330,74064,637,2016,OH,Pres-G,2016_Pres-G_OH,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-21,2016-11-08,18,1971,Hillary Rodham Clinton,9207,DEM,42,43.55807627672002,Donald Trump,9849,REP,46,51.68765067578619,-4,-8.129574399066165 +47353,74100,637,2016,OH,Pres-G,2016_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Hillary Rodham Clinton,9207,DEM,42,43.55807627672002,Donald Trump,9849,REP,44,51.68765067578619,-2,-8.129574399066165 +48073,75203,637,2016,OH,Pres-G,2016_Pres-G_OH,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-10-25,2016-11-08,14,1150,Hillary Rodham Clinton,9207,DEM,44.15,43.55807627672002,Donald Trump,9849,REP,48.54,51.68765067578619,-4.390000000000001,-8.129574399066165 +47744,74727,637,2016,OH,Pres-G,2016_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,508,Hillary Rodham Clinton,9207,DEM,44.85,43.55807627672002,Donald Trump,9849,REP,45.17,51.68765067578619,-0.3200000000000003,-8.129574399066165 +47650,74615,637,2016,OH,Pres-G,2016_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Hillary Rodham Clinton,9207,DEM,46,43.55807627672002,Donald Trump,9849,REP,42,51.68765067578619,4,-8.129574399066165 +47757,74740,637,2016,OH,Pres-G,2016_Pres-G_OH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-26,2016-11-08,13,800,Hillary Rodham Clinton,9207,DEM,45,43.55807627672002,Donald Trump,9849,REP,45,51.68765067578619,0,-8.129574399066165 +47849,74876,637,2016,OH,Pres-G,2016_Pres-G_OH,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-30,2016-11-08,9,1187,Hillary Rodham Clinton,9207,DEM,43,43.55807627672002,Donald Trump,9849,REP,48,51.68765067578619,-5,-8.129574399066165 +47918,74974,637,2016,OH,Pres-G,2016_Pres-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1823,Hillary Rodham Clinton,9207,DEM,40,43.55807627672002,Donald Trump,9849,REP,45,51.68765067578619,-5,-8.129574399066165 +48111,75332,637,2016,OH,Pres-G,2016_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Hillary Rodham Clinton,9207,DEM,46,43.55807627672002,Donald Trump,9849,REP,43,51.68765067578619,3,-8.129574399066165 +48100,75307,637,2016,OH,Pres-G,2016_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,589,Hillary Rodham Clinton,9207,DEM,41,43.55807627672002,Donald Trump,9849,REP,46,51.68765067578619,-5,-8.129574399066165 +48492,75998,637,2016,OH,Pres-G,2016_Pres-G_OH,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-11-01,2016-11-08,7,2557,Hillary Rodham Clinton,9207,DEM,44,43.55807627672002,Donald Trump,9849,REP,45,51.68765067578619,-1,-8.129574399066165 +48496,76002,637,2016,OH,Pres-G,2016_Pres-G_OH,TargetSmart,332,FALSE,FALSE,Live Phone/Online Panel,NA,2016-11-02,2016-11-08,6,844,Hillary Rodham Clinton,9207,DEM,40,43.55807627672002,Donald Trump,9849,REP,43,51.68765067578619,-3,-8.129574399066165 +48481,75977,637,2016,OH,Pres-G,2016_Pres-G_OH,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-11-03,2016-11-08,5,1189,Hillary Rodham Clinton,9207,DEM,45,43.55807627672002,Donald Trump,9849,REP,46,51.68765067578619,-1,-8.129574399066165 +48516,76052,637,2016,OH,Pres-G,2016_Pres-G_OH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-04,2016-11-08,4,900,Hillary Rodham Clinton,9207,DEM,38.9,43.55807627672002,Donald Trump,9849,REP,45.6,51.68765067578619,-6.700000000000003,-8.129574399066165 +48479,75971,637,2016,OH,Pres-G,2016_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2016-10-31,2016-11-08,8,1151,Hillary Rodham Clinton,9207,DEM,48,43.55807627672002,Donald Trump,9849,REP,47,51.68765067578619,1,-8.129574399066165 +48700,76281,637,2016,OH,Pres-G,2016_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,552,Hillary Rodham Clinton,9207,DEM,47.04,43.55807627672002,Donald Trump,9849,REP,46,51.68765067578619,1.0399999999999991,-8.129574399066165 +48680,76243,637,2016,OH,Pres-G,2016_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Hillary Rodham Clinton,9207,DEM,44,43.55807627672002,Donald Trump,9849,REP,43,51.68765067578619,1,-8.129574399066165 +48854,76450,637,2016,OH,Pres-G,2016_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1781,Hillary Rodham Clinton,9207,DEM,42,43.55807627672002,Donald Trump,9849,REP,48,51.68765067578619,-6,-8.129574399066165 +48754,76335,637,2016,OH,Pres-G,2016_Pres-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,3455,Hillary Rodham Clinton,9207,DEM,43.2,43.55807627672002,Donald Trump,9849,REP,41.5,51.68765067578619,1.7000000000000028,-8.129574399066165 +48895,76585,637,2016,OH,Pres-G,2016_Pres-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2860,Hillary Rodham Clinton,9207,DEM,42,43.55807627672002,Donald Trump,9849,REP,45,51.68765067578619,-3,-8.129574399066165 +45878,71642,638,2016,OK,Pres-G,2016_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone/Online Panel,NA,2016-09-14,2016-11-08,55,515,Hillary Rodham Clinton,9207,DEM,35.6,28.931680284543894,Donald Trump,9849,REP,50.9,65.32286481962736,-15.299999999999997,-36.39118453508346 +46088,72080,638,2016,OK,Pres-G,2016_Pres-G_OK,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,332,Hillary Rodham Clinton,9207,DEM,29.57,28.931680284543894,Donald Trump,9849,REP,54.94,65.32286481962736,-25.369999999999997,-36.39118453508346 +46850,73296,638,2016,OK,Pres-G,2016_Pres-G_OK,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,432,Hillary Rodham Clinton,9207,DEM,36,28.931680284543894,Donald Trump,9849,REP,51.26,65.32286481962736,-15.259999999999998,-36.39118453508346 +47238,73922,638,2016,OK,Pres-G,2016_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone/Online Panel,NA,2016-10-19,2016-11-08,20,530,Hillary Rodham Clinton,9207,DEM,29.6,28.931680284543894,Donald Trump,9849,REP,59.6,65.32286481962736,-30,-36.39118453508346 +47919,74975,638,2016,OK,Pres-G,2016_Pres-G_OK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,472,Hillary Rodham Clinton,9207,DEM,31,28.931680284543894,Donald Trump,9849,REP,54,65.32286481962736,-23,-36.39118453508346 +48790,76376,638,2016,OK,Pres-G,2016_Pres-G_OK,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,432,Hillary Rodham Clinton,9207,DEM,29.85,28.931680284543894,Donald Trump,9849,REP,60.78,65.32286481962736,-30.93,-36.39118453508346 +48755,76336,638,2016,OK,Pres-G,2016_Pres-G_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,949,Hillary Rodham Clinton,9207,DEM,26.8,28.931680284543894,Donald Trump,9849,REP,53.4,65.32286481962736,-26.599999999999998,-36.39118453508346 +48896,76586,638,2016,OK,Pres-G,2016_Pres-G_OK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1271,Hillary Rodham Clinton,9207,DEM,32,28.931680284543894,Donald Trump,9849,REP,57,65.32286481962736,-25,-36.39118453508346 +46370,72498,639,2016,OR,Pres-G,2016_Pres-G_OR,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,436,Hillary Rodham Clinton,9207,DEM,48.42,50.07185200286208,Donald Trump,9849,REP,37.65,39.094035184496754,10.770000000000003,10.977816818365326 +46440,72580,639,2016,OR,Pres-G,2016_Pres-G_OR,Hoffman Research Group,141,FALSE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,605,Hillary Rodham Clinton,9207,DEM,45,50.07185200286208,Donald Trump,9849,REP,33,39.094035184496754,12,10.977816818365326 +46560,72826,639,2016,OR,Pres-G,2016_Pres-G_OR,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-04,2016-11-08,35,1248,Hillary Rodham Clinton,9207,DEM,47,50.07185200286208,Donald Trump,9849,REP,39,39.094035184496754,8,10.977816818365326 +46794,73186,639,2016,OR,Pres-G,2016_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-11,2016-11-08,28,654,Hillary Rodham Clinton,9207,DEM,48,50.07185200286208,Donald Trump,9849,REP,38,39.094035184496754,10,10.977816818365326 +47015,73515,639,2016,OR,Pres-G,2016_Pres-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,600,Hillary Rodham Clinton,9207,DEM,43,50.07185200286208,Donald Trump,9849,REP,36,39.094035184496754,7,10.977816818365326 +47071,73657,639,2016,OR,Pres-G,2016_Pres-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,608,Hillary Rodham Clinton,9207,DEM,46,50.07185200286208,Donald Trump,9849,REP,36,39.094035184496754,10,10.977816818365326 +47218,73895,639,2016,OR,Pres-G,2016_Pres-G_OR,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,644,Hillary Rodham Clinton,9207,DEM,46.28,50.07185200286208,Donald Trump,9849,REP,37.24,39.094035184496754,9.04,10.977816818365326 +48017,75108,639,2016,OR,Pres-G,2016_Pres-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2016-10-27,2016-11-08,12,504,Hillary Rodham Clinton,9207,DEM,41,50.07185200286208,Donald Trump,9849,REP,34,39.094035184496754,7,10.977816818365326 +47920,74976,639,2016,OR,Pres-G,2016_Pres-G_OR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,743,Hillary Rodham Clinton,9207,DEM,51,50.07185200286208,Donald Trump,9849,REP,36,39.094035184496754,15,10.977816818365326 +48712,76293,639,2016,OR,Pres-G,2016_Pres-G_OR,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,465,Hillary Rodham Clinton,9207,DEM,46.72,50.07185200286208,Donald Trump,9849,REP,37.04,39.094035184496754,9.68,10.977816818365326 +48855,76451,639,2016,OR,Pres-G,2016_Pres-G_OR,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1963,Hillary Rodham Clinton,9207,DEM,44,50.07185200286208,Donald Trump,9849,REP,40,39.094035184496754,4,10.977816818365326 +48756,76337,639,2016,OR,Pres-G,2016_Pres-G_OR,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1112,Hillary Rodham Clinton,9207,DEM,43.8,50.07185200286208,Donald Trump,9849,REP,36,39.094035184496754,7.799999999999997,10.977816818365326 +48897,76587,639,2016,OR,Pres-G,2016_Pres-G_OR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1595,Hillary Rodham Clinton,9207,DEM,50,50.07185200286208,Donald Trump,9849,REP,35,39.094035184496754,15,10.977816818365326 +45866,71630,640,2016,PA,Pres-G,2016_Pres-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,423,Hillary Rodham Clinton,9207,DEM,46.11,47.464949189665425,Donald Trump,9849,REP,43.81,48.18333631228592,2.299999999999997,-0.7183871226204914 +45879,71644,640,2016,PA,Pres-G,2016_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-09-14,2016-11-08,55,405,Hillary Rodham Clinton,9207,DEM,40,47.464949189665425,Donald Trump,9849,REP,32,48.18333631228592,8,-0.7183871226204914 +46014,71949,640,2016,PA,Pres-G,2016_Pres-G_PA,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-09-14,2016-11-08,55,400,Hillary Rodham Clinton,9207,DEM,46,47.464949189665425,Donald Trump,9849,REP,38,48.18333631228592,8,-0.7183871226204914 +46090,72082,640,2016,PA,Pres-G,2016_Pres-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,387,Hillary Rodham Clinton,9207,DEM,45.69,47.464949189665425,Donald Trump,9849,REP,46.46,48.18333631228592,-0.7700000000000031,-0.7183871226204914 +46055,72046,640,2016,PA,Pres-G,2016_Pres-G_PA,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-09-21,2016-11-08,48,500,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,2,-0.7183871226204914 +46154,72152,640,2016,PA,Pres-G,2016_Pres-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-09-23,2016-11-08,46,949,Hillary Rodham Clinton,9207,DEM,46,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,3,-0.7183871226204914 +46019,71964,640,2016,PA,Pres-G,2016_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,486,Hillary Rodham Clinton,9207,DEM,40,47.464949189665425,Donald Trump,9849,REP,38,48.18333631228592,2,-0.7183871226204914 +46159,72167,640,2016,PA,Pres-G,2016_Pres-G_PA,Mercyhurst University Center for Applied Politics,422,FALSE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,420,Hillary Rodham Clinton,9207,DEM,42,47.464949189665425,Donald Trump,9849,REP,41,48.18333631228592,1,-0.7183871226204914 +46037,72000,640,2016,PA,Pres-G,2016_Pres-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,771,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,44,48.18333631228592,1,-0.7183871226204914 +46291,72352,640,2016,PA,Pres-G,2016_Pres-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,886,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,39,48.18333631228592,6,-0.7183871226204914 +46371,72499,640,2016,PA,Pres-G,2016_Pres-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,500,Hillary Rodham Clinton,9207,DEM,45.23,47.464949189665425,Donald Trump,9849,REP,42.35,48.18333631228592,2.8799999999999955,-0.7183871226204914 +46442,72585,640,2016,PA,Pres-G,2016_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-09-30,2016-11-08,39,496,Hillary Rodham Clinton,9207,DEM,47,47.464949189665425,Donald Trump,9849,REP,38,48.18333631228592,9,-0.7183871226204914 +46384,72515,640,2016,PA,Pres-G,2016_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,535,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,41,48.18333631228592,4,-0.7183871226204914 +46450,72612,640,2016,PA,Pres-G,2016_Pres-G_PA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-02,2016-11-08,37,402,Hillary Rodham Clinton,9207,DEM,50,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,10,-0.7183871226204914 +46668,72962,640,2016,PA,Pres-G,2016_Pres-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,468,Hillary Rodham Clinton,9207,DEM,49.34,47.464949189665425,Donald Trump,9849,REP,42.79,48.18333631228592,6.550000000000004,-0.7183871226204914 +46567,72837,640,2016,PA,Pres-G,2016_Pres-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-05,2016-11-08,34,709,Hillary Rodham Clinton,9207,DEM,49,47.464949189665425,Donald Trump,9849,REP,37,48.18333631228592,12,-0.7183871226204914 +46570,72853,640,2016,PA,Pres-G,2016_Pres-G_PA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-06,2016-11-08,33,997,Hillary Rodham Clinton,9207,DEM,48,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,8,-0.7183871226204914 +46737,73041,640,2016,PA,Pres-G,2016_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR/Live Phone,NA,2016-10-06,2016-11-08,33,764,Hillary Rodham Clinton,9207,DEM,44,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,4,-0.7183871226204914 +47173,73823,640,2016,PA,Pres-G,2016_Pres-G_PA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-09,2016-11-08,30,1457,Hillary Rodham Clinton,9207,DEM,47,47.464949189665425,Donald Trump,9849,REP,38,48.18333631228592,9,-0.7183871226204914 +46776,73148,640,2016,PA,Pres-G,2016_Pres-G_PA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,806,Hillary Rodham Clinton,9207,DEM,48,47.464949189665425,Donald Trump,9849,REP,39,48.18333631228592,9,-0.7183871226204914 +46852,73298,640,2016,PA,Pres-G,2016_Pres-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1153,Hillary Rodham Clinton,9207,DEM,46.13,47.464949189665425,Donald Trump,9849,REP,41.91,48.18333631228592,4.220000000000006,-0.7183871226204914 +46944,73426,640,2016,PA,Pres-G,2016_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,660,Hillary Rodham Clinton,9207,DEM,47,47.464949189665425,Donald Trump,9849,REP,41,48.18333631228592,6,-0.7183871226204914 +47027,73542,640,2016,PA,Pres-G,2016_Pres-G_PA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1449,Hillary Rodham Clinton,9207,DEM,46,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,6,-0.7183871226204914 +47080,73676,640,2016,PA,Pres-G,2016_Pres-G_PA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-18,2016-11-08,21,800,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,41,48.18333631228592,4,-0.7183871226204914 +47219,73896,640,2016,PA,Pres-G,2016_Pres-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,553,Hillary Rodham Clinton,9207,DEM,49.13,47.464949189665425,Donald Trump,9849,REP,38.7,48.18333631228592,10.43,-0.7183871226204914 +47332,74066,640,2016,PA,Pres-G,2016_Pres-G_PA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-21,2016-11-08,18,1997,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,42,48.18333631228592,3,-0.7183871226204914 +47354,74102,640,2016,PA,Pres-G,2016_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-21,2016-11-08,18,875,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,5,-0.7183871226204914 +47551,74386,640,2016,PA,Pres-G,2016_Pres-G_PA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2016-10-24,2016-11-08,15,824,Hillary Rodham Clinton,9207,DEM,46,47.464949189665425,Donald Trump,9849,REP,39,48.18333631228592,7,-0.7183871226204914 +47654,74627,640,2016,PA,Pres-G,2016_Pres-G_PA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,550,Hillary Rodham Clinton,9207,DEM,48,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,5,-0.7183871226204914 +47708,74688,640,2016,PA,Pres-G,2016_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,420,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,39,48.18333631228592,6,-0.7183871226204914 +47747,74730,640,2016,PA,Pres-G,2016_Pres-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,445,Hillary Rodham Clinton,9207,DEM,48.03,47.464949189665425,Donald Trump,9849,REP,45.87,48.18333631228592,2.1600000000000037,-0.7183871226204914 +47651,74616,640,2016,PA,Pres-G,2016_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-26,2016-11-08,13,525,Hillary Rodham Clinton,9207,DEM,47,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,7,-0.7183871226204914 +47777,74787,640,2016,PA,Pres-G,2016_Pres-G_PA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-27,2016-11-08,12,1091,Hillary Rodham Clinton,9207,DEM,48,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,8,-0.7183871226204914 +47850,74877,640,2016,PA,Pres-G,2016_Pres-G_PA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-30,2016-11-08,9,1249,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,2,-0.7183871226204914 +47876,74927,640,2016,PA,Pres-G,2016_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-10-28,2016-11-08,11,652,Hillary Rodham Clinton,9207,DEM,49,47.464949189665425,Donald Trump,9849,REP,38,48.18333631228592,11,-0.7183871226204914 +47867,74909,640,2016,PA,Pres-G,2016_Pres-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,3217,Hillary Rodham Clinton,9207,DEM,47,47.464949189665425,Donald Trump,9849,REP,44,48.18333631228592,3,-0.7183871226204914 +47921,74977,640,2016,PA,Pres-G,2016_Pres-G_PA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2255,Hillary Rodham Clinton,9207,DEM,49,47.464949189665425,Donald Trump,9849,REP,41,48.18333631228592,8,-0.7183871226204914 +48260,75565,640,2016,PA,Pres-G,2016_Pres-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-10-31,2016-11-08,8,2606,Hillary Rodham Clinton,9207,DEM,47,47.464949189665425,Donald Trump,9849,REP,46,48.18333631228592,1,-0.7183871226204914 +48112,75333,640,2016,PA,Pres-G,2016_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-31,2016-11-08,8,525,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,44,48.18333631228592,1,-0.7183871226204914 +48086,75228,640,2016,PA,Pres-G,2016_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR/Live Phone,NA,2016-10-31,2016-11-08,8,681,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,2,-0.7183871226204914 +48329,75702,640,2016,PA,Pres-G,2016_Pres-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,1050,Hillary Rodham Clinton,9207,DEM,48,47.464949189665425,Donald Trump,9849,REP,44,48.18333631228592,4,-0.7183871226204914 +48092,75255,640,2016,PA,Pres-G,2016_Pres-G_PA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,403,Hillary Rodham Clinton,9207,DEM,48,47.464949189665425,Donald Trump,9849,REP,44,48.18333631228592,4,-0.7183871226204914 +48090,75243,640,2016,PA,Pres-G,2016_Pres-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,799,Hillary Rodham Clinton,9207,DEM,48,47.464949189665425,Donald Trump,9849,REP,44,48.18333631228592,4,-0.7183871226204914 +48101,75308,640,2016,PA,Pres-G,2016_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,612,Hillary Rodham Clinton,9207,DEM,48,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,5,-0.7183871226204914 +48364,75829,640,2016,PA,Pres-G,2016_Pres-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,1016,Hillary Rodham Clinton,9207,DEM,47,47.464949189665425,Donald Trump,9849,REP,45,48.18333631228592,2,-0.7183871226204914 +48493,75999,640,2016,PA,Pres-G,2016_Pres-G_PA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-11-01,2016-11-08,7,2683,Hillary Rodham Clinton,9207,DEM,46,47.464949189665425,Donald Trump,9849,REP,45,48.18333631228592,1,-0.7183871226204914 +48343,75732,640,2016,PA,Pres-G,2016_Pres-G_PA,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-11-02,2016-11-08,6,504,Hillary Rodham Clinton,9207,DEM,46,47.464949189665425,Donald Trump,9849,REP,46,48.18333631228592,0,-0.7183871226204914 +48620,76169,640,2016,PA,Pres-G,2016_Pres-G_PA,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-11-03,2016-11-08,5,1033,Hillary Rodham Clinton,9207,DEM,47,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,4,-0.7183871226204914 +48469,75953,640,2016,PA,Pres-G,2016_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,405,Hillary Rodham Clinton,9207,DEM,44,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,4,-0.7183871226204914 +48629,76191,640,2016,PA,Pres-G,2016_Pres-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-04,2016-11-08,4,1300,Hillary Rodham Clinton,9207,DEM,46.51,47.464949189665425,Donald Trump,9849,REP,48.43,48.18333631228592,-1.9200000000000017,-0.7183871226204914 +48683,76246,640,2016,PA,Pres-G,2016_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,931,Hillary Rodham Clinton,9207,DEM,45,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,2,-0.7183871226204914 +48701,76282,640,2016,PA,Pres-G,2016_Pres-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,498,Hillary Rodham Clinton,9207,DEM,48.2,47.464949189665425,Donald Trump,9849,REP,45.19,48.18333631228592,3.010000000000005,-0.7183871226204914 +48681,76244,640,2016,PA,Pres-G,2016_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-11-04,2016-11-08,4,525,Hillary Rodham Clinton,9207,DEM,44,47.464949189665425,Donald Trump,9849,REP,46,48.18333631228592,-2,-0.7183871226204914 +48856,76452,640,2016,PA,Pres-G,2016_Pres-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1220,Hillary Rodham Clinton,9207,DEM,46,47.464949189665425,Donald Trump,9849,REP,40,48.18333631228592,6,-0.7183871226204914 +48757,76338,640,2016,PA,Pres-G,2016_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,3704,Hillary Rodham Clinton,9207,DEM,42.7,47.464949189665425,Donald Trump,9849,REP,41.2,48.18333631228592,1.5,-0.7183871226204914 +48898,76588,640,2016,PA,Pres-G,2016_Pres-G_PA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2845,Hillary Rodham Clinton,9207,DEM,46,47.464949189665425,Donald Trump,9849,REP,43,48.18333631228592,3,-0.7183871226204914 +46525,72736,641,2016,RI,Pres-G,2016_Pres-G_RI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-03,2016-11-08,36,600,Hillary Rodham Clinton,9207,DEM,52,54.41715834795089,Donald Trump,9849,REP,32,38.88620720864382,20,15.53095113930707 +47922,74978,641,2016,RI,Pres-G,2016_Pres-G_RI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,419,Hillary Rodham Clinton,9207,DEM,49,54.41715834795089,Donald Trump,9849,REP,36,38.88620720864382,13,15.53095113930707 +48758,76339,641,2016,RI,Pres-G,2016_Pres-G_RI,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,287,Hillary Rodham Clinton,9207,DEM,47,54.41715834795089,Donald Trump,9849,REP,29.2,38.88620720864382,17.8,15.53095113930707 +48899,76589,641,2016,RI,Pres-G,2016_Pres-G_RI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,415,Hillary Rodham Clinton,9207,DEM,48,54.41715834795089,Donald Trump,9849,REP,36,38.88620720864382,12,15.53095113930707 +45738,71418,642,2016,SC,Pres-G,2016_Pres-G_SC,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-09-09,2016-11-08,60,1247,Hillary Rodham Clinton,9207,DEM,37.57,40.67341978966509,Donald Trump,9849,REP,53,54.93933268569543,-15.43,-14.265912896030343 +46295,72372,642,2016,SC,Pres-G,2016_Pres-G_SC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,475,Hillary Rodham Clinton,9207,DEM,38,40.67341978966509,Donald Trump,9849,REP,42,54.93933268569543,-4,-14.265912896030343 +46372,72500,642,2016,SC,Pres-G,2016_Pres-G_SC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,240,Hillary Rodham Clinton,9207,DEM,44.41,40.67341978966509,Donald Trump,9849,REP,49,54.93933268569543,-4.590000000000003,-14.265912896030343 +47220,73897,642,2016,SC,Pres-G,2016_Pres-G_SC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,304,Hillary Rodham Clinton,9207,DEM,43.67,40.67341978966509,Donald Trump,9849,REP,50.89,54.93933268569543,-7.219999999999999,-14.265912896030343 +47923,74979,642,2016,SC,Pres-G,2016_Pres-G_SC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1762,Hillary Rodham Clinton,9207,DEM,43,40.67341978966509,Donald Trump,9849,REP,45,54.93933268569543,-2,-14.265912896030343 +48627,76184,642,2016,SC,Pres-G,2016_Pres-G_SC,Starboard Communications,316,FALSE,FALSE,IVR/Live Phone/Text,NA,2016-10-30,2016-11-08,9,600,Hillary Rodham Clinton,9207,DEM,36,40.67341978966509,Donald Trump,9849,REP,47,54.93933268569543,-11,-14.265912896030343 +48713,76294,642,2016,SC,Pres-G,2016_Pres-G_SC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,251,Hillary Rodham Clinton,9207,DEM,43.61,40.67341978966509,Donald Trump,9849,REP,49.43,54.93933268569543,-5.82,-14.265912896030343 +48857,76453,642,2016,SC,Pres-G,2016_Pres-G_SC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1751,Hillary Rodham Clinton,9207,DEM,43,40.67341978966509,Donald Trump,9849,REP,48,54.93933268569543,-5,-14.265912896030343 +48759,76340,642,2016,SC,Pres-G,2016_Pres-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1298,Hillary Rodham Clinton,9207,DEM,35.6,40.67341978966509,Donald Trump,9849,REP,46.6,54.93933268569543,-11,-14.265912896030343 +48900,76590,642,2016,SC,Pres-G,2016_Pres-G_SC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1698,Hillary Rodham Clinton,9207,DEM,43,40.67341978966509,Donald Trump,9849,REP,47,54.93933268569543,-4,-14.265912896030343 +46373,72501,643,2016,SD,Pres-G,2016_Pres-G_SD,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,105,Hillary Rodham Clinton,9207,DEM,31.67,31.737428159948987,Donald Trump,9849,REP,46.8,61.5307503789588,-15.129999999999995,-29.793322219009813 +47221,73898,643,2016,SD,Pres-G,2016_Pres-G_SD,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,103,Hillary Rodham Clinton,9207,DEM,32.76,31.737428159948987,Donald Trump,9849,REP,49.64,61.5307503789588,-16.880000000000003,-29.793322219009813 +47343,74083,643,2016,SD,Pres-G,2016_Pres-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-19,2016-11-08,20,400,Hillary Rodham Clinton,9207,DEM,37,31.737428159948987,Donald Trump,9849,REP,44,61.5307503789588,-7,-29.793322219009813 +47346,74087,643,2016,SD,Pres-G,2016_Pres-G_SD,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-20,2016-11-08,19,1115,Hillary Rodham Clinton,9207,DEM,37,31.737428159948987,Donald Trump,9849,REP,48,61.5307503789588,-11,-29.793322219009813 +47873,74921,643,2016,SD,Pres-G,2016_Pres-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2016-10-25,2016-11-08,14,600,Hillary Rodham Clinton,9207,DEM,35,31.737428159948987,Donald Trump,9849,REP,49,61.5307503789588,-14,-29.793322219009813 +47924,74980,643,2016,SD,Pres-G,2016_Pres-G_SD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,298,Hillary Rodham Clinton,9207,DEM,27,31.737428159948987,Donald Trump,9849,REP,53,61.5307503789588,-26,-29.793322219009813 +48791,76377,643,2016,SD,Pres-G,2016_Pres-G_SD,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,114,Hillary Rodham Clinton,9207,DEM,29.45,31.737428159948987,Donald Trump,9849,REP,52.16,61.5307503789588,-22.709999999999997,-29.793322219009813 +48760,76341,643,2016,SD,Pres-G,2016_Pres-G_SD,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,246,Hillary Rodham Clinton,9207,DEM,31.3,31.737428159948987,Donald Trump,9849,REP,49.6,61.5307503789588,-18.3,-29.793322219009813 +48901,76591,643,2016,SD,Pres-G,2016_Pres-G_SD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,459,Hillary Rodham Clinton,9207,DEM,32,31.737428159948987,Donald Trump,9849,REP,53,61.5307503789588,-21,-29.793322219009813 +46093,72085,644,2016,TN,Pres-G,2016_Pres-G_TN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,447,Hillary Rodham Clinton,9207,DEM,33.39,34.71633279865009,Donald Trump,9849,REP,47.02,60.722033694214616,-13.630000000000003,-26.005700895564523 +46451,72614,644,2016,TN,Pres-G,2016_Pres-G_TN,Middle Tennessee State University,208,TRUE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,472,Hillary Rodham Clinton,9207,DEM,38,34.71633279865009,Donald Trump,9849,REP,50,60.722033694214616,-12,-26.005700895564523 +46537,72763,644,2016,TN,Pres-G,2016_Pres-G_TN,SSRS,297,TRUE,FALSE,Live Phone,NA,2016-09-25,2016-11-08,44,1000,Hillary Rodham Clinton,9207,DEM,33,34.71633279865009,Donald Trump,9849,REP,44,60.722033694214616,-11,-26.005700895564523 +46671,72965,644,2016,TN,Pres-G,2016_Pres-G_TN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,557,Hillary Rodham Clinton,9207,DEM,33.86,34.71633279865009,Donald Trump,9849,REP,48.57,60.722033694214616,-14.71,-26.005700895564523 +47093,73711,644,2016,TN,Pres-G,2016_Pres-G_TN,icitizen,438,FALSE,TRUE,Online Panel,NA,2016-10-16,2016-11-08,23,508,Hillary Rodham Clinton,9207,DEM,34,34.71633279865009,Donald Trump,9849,REP,44,60.722033694214616,-10,-26.005700895564523 +47222,73899,644,2016,TN,Pres-G,2016_Pres-G_TN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,433,Hillary Rodham Clinton,9207,DEM,34.69,34.71633279865009,Donald Trump,9849,REP,44.35,60.722033694214616,-9.660000000000004,-26.005700895564523 +47925,74981,644,2016,TN,Pres-G,2016_Pres-G_TN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,550,Hillary Rodham Clinton,9207,DEM,38,34.71633279865009,Donald Trump,9849,REP,51,60.722033694214616,-13,-26.005700895564523 +48714,76295,644,2016,TN,Pres-G,2016_Pres-G_TN,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,538,Hillary Rodham Clinton,9207,DEM,36.33,34.71633279865009,Donald Trump,9849,REP,49.76,60.722033694214616,-13.43,-26.005700895564523 +48761,76342,644,2016,TN,Pres-G,2016_Pres-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1729,Hillary Rodham Clinton,9207,DEM,33.9,34.71633279865009,Donald Trump,9849,REP,48.3,60.722033694214616,-14.399999999999999,-26.005700895564523 +48902,76592,644,2016,TN,Pres-G,2016_Pres-G_TN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1433,Hillary Rodham Clinton,9207,DEM,41,34.71633279865009,Donald Trump,9849,REP,49,60.722033694214616,-8,-26.005700895564523 +45729,71376,645,2016,TX,Pres-G,2016_Pres-G_TX,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-09,2016-11-08,60,700,Hillary Rodham Clinton,9207,DEM,36.1,43.23525798101196,Donald Trump,9849,REP,42.4,52.234685579335384,-6.299999999999997,-8.999427598323422 +45869,71633,645,2016,TX,Pres-G,2016_Pres-G_TX,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,462,Hillary Rodham Clinton,9207,DEM,28.51,43.23525798101196,Donald Trump,9849,REP,51.13,52.234685579335384,-22.62,-8.999427598323422 +46094,72086,645,2016,TX,Pres-G,2016_Pres-G_TX,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,462,Hillary Rodham Clinton,9207,DEM,32.6,43.23525798101196,Donald Trump,9849,REP,48.1,52.234685579335384,-15.5,-8.999427598323422 +46375,72503,645,2016,TX,Pres-G,2016_Pres-G_TX,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,464,Hillary Rodham Clinton,9207,DEM,32.9,43.23525798101196,Donald Trump,9849,REP,48.31,52.234685579335384,-15.410000000000004,-8.999427598323422 +46518,72727,645,2016,TX,Pres-G,2016_Pres-G_TX,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2016-09-30,2016-11-08,39,780,Hillary Rodham Clinton,9207,DEM,37.95,43.23525798101196,Donald Trump,9849,REP,44.87,52.234685579335384,-6.919999999999995,-8.999427598323422 +46672,72966,645,2016,TX,Pres-G,2016_Pres-G_TX,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,583,Hillary Rodham Clinton,9207,DEM,33.59,43.23525798101196,Donald Trump,9849,REP,50.14,52.234685579335384,-16.549999999999997,-8.999427598323422 +46796,73189,645,2016,TX,Pres-G,2016_Pres-G_TX,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-11,2016-11-08,28,638,Hillary Rodham Clinton,9207,DEM,43,43.23525798101196,Donald Trump,9849,REP,47,52.234685579335384,-4,-8.999427598323422 +46856,73302,645,2016,TX,Pres-G,2016_Pres-G_TX,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,422,Hillary Rodham Clinton,9207,DEM,31.57,43.23525798101196,Donald Trump,9849,REP,57,52.234685579335384,-25.43,-8.999427598323422 +47033,73551,645,2016,TX,Pres-G,2016_Pres-G_TX,University of Houston Hobby School of Public Affairs,351,FALSE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,1000,Hillary Rodham Clinton,9207,DEM,38,43.23525798101196,Donald Trump,9849,REP,41,52.234685579335384,-3,-8.999427598323422 +47028,73543,645,2016,TX,Pres-G,2016_Pres-G_TX,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1332,Hillary Rodham Clinton,9207,DEM,42,43.23525798101196,Donald Trump,9849,REP,44,52.234685579335384,-2,-8.999427598323422 +47223,73900,645,2016,TX,Pres-G,2016_Pres-G_TX,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,405,Hillary Rodham Clinton,9207,DEM,39.04,43.23525798101196,Donald Trump,9849,REP,52.23,52.234685579335384,-13.189999999999998,-8.999427598323422 +47237,73920,645,2016,TX,Pres-G,2016_Pres-G_TX,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-21,2016-11-08,18,1031,Hillary Rodham Clinton,9207,DEM,43,43.23525798101196,Donald Trump,9849,REP,46,52.234685579335384,-3,-8.999427598323422 +47544,74373,645,2016,TX,Pres-G,2016_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-18,2016-11-08,21,959,Hillary Rodham Clinton,9207,DEM,42,43.23525798101196,Donald Trump,9849,REP,45,52.234685579335384,-3,-8.999427598323422 +47529,74324,645,2016,TX,Pres-G,2016_Pres-G_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-23,2016-11-08,16,800,Hillary Rodham Clinton,9207,DEM,38,43.23525798101196,Donald Trump,9849,REP,45,52.234685579335384,-7,-8.999427598323422 +47750,74733,645,2016,TX,Pres-G,2016_Pres-G_TX,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,504,Hillary Rodham Clinton,9207,DEM,33.95,43.23525798101196,Donald Trump,9849,REP,48.36,52.234685579335384,-14.409999999999997,-8.999427598323422 +47993,75052,645,2016,TX,Pres-G,2016_Pres-G_TX,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2016-10-28,2016-11-08,11,980,Hillary Rodham Clinton,9207,DEM,39.39,43.23525798101196,Donald Trump,9849,REP,51.53,52.234685579335384,-12.14,-8.999427598323422 +47926,74982,645,2016,TX,Pres-G,2016_Pres-G_TX,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2051,Hillary Rodham Clinton,9207,DEM,41,43.23525798101196,Donald Trump,9849,REP,47,52.234685579335384,-6,-8.999427598323422 +48210,75508,645,2016,TX,Pres-G,2016_Pres-G_TX,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,679,Hillary Rodham Clinton,9207,DEM,40,43.23525798101196,Donald Trump,9849,REP,49,52.234685579335384,-9,-8.999427598323422 +48195,75477,645,2016,TX,Pres-G,2016_Pres-G_TX,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-01,2016-11-08,7,700,Hillary Rodham Clinton,9207,DEM,34.5,43.23525798101196,Donald Trump,9849,REP,49.2,52.234685579335384,-14.700000000000003,-8.999427598323422 +48702,76283,645,2016,TX,Pres-G,2016_Pres-G_TX,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,646,Hillary Rodham Clinton,9207,DEM,39.3,43.23525798101196,Donald Trump,9849,REP,48.75,52.234685579335384,-9.450000000000003,-8.999427598323422 +48762,76343,645,2016,TX,Pres-G,2016_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,5874,Hillary Rodham Clinton,9207,DEM,36.8,43.23525798101196,Donald Trump,9849,REP,44.7,52.234685579335384,-7.900000000000006,-8.999427598323422 +48903,76593,645,2016,TX,Pres-G,2016_Pres-G_TX,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,3009,Hillary Rodham Clinton,9207,DEM,43,43.23525798101196,Donald Trump,9849,REP,46,52.234685579335384,-3,-8.999427598323422 +46030,71986,646,2016,UT,Pres-G,2016_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-09-16,2016-11-08,53,820,Hillary Rodham Clinton,9207,DEM,25,27.459545266522184,Donald Trump,9849,REP,34,45.53795868437707,-9,-18.078413417854883 +46095,72087,646,2016,UT,Pres-G,2016_Pres-G_UT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,208,Hillary Rodham Clinton,9207,DEM,31.24,27.459545266522184,Donald Trump,9849,REP,47.96,45.53795868437707,-16.720000000000002,-18.078413417854883 +46757,73110,646,2016,UT,Pres-G,2016_Pres-G_UT,Y2 Analytics,389,FALSE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,500,Hillary Rodham Clinton,9207,DEM,26,27.459545266522184,Donald Trump,9849,REP,26,45.53795868437707,0,-18.078413417854883 +46782,73157,646,2016,UT,Pres-G,2016_Pres-G_UT,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,403,Hillary Rodham Clinton,9207,DEM,28,27.459545266522184,Donald Trump,9849,REP,34,45.53795868437707,-6,-18.078413417854883 +46857,73303,646,2016,UT,Pres-G,2016_Pres-G_UT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,282,Hillary Rodham Clinton,9207,DEM,35,27.459545266522184,Donald Trump,9849,REP,41.45,45.53795868437707,-6.450000000000003,-18.078413417854883 +46866,73319,646,2016,UT,Pres-G,2016_Pres-G_UT,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-13,2016-11-08,26,951,Hillary Rodham Clinton,9207,DEM,20,27.459545266522184,Donald Trump,9849,REP,37,45.53795868437707,-17,-18.078413417854883 +46879,73339,646,2016,UT,Pres-G,2016_Pres-G_UT,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-15,2016-11-08,24,750,Hillary Rodham Clinton,9207,DEM,28,27.459545266522184,Donald Trump,9849,REP,30,45.53795868437707,-2,-18.078413417854883 +47100,73733,646,2016,UT,Pres-G,2016_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-15,2016-11-08,24,818,Hillary Rodham Clinton,9207,DEM,25,27.459545266522184,Donald Trump,9849,REP,30,45.53795868437707,-5,-18.078413417854883 +47082,73678,646,2016,UT,Pres-G,2016_Pres-G_UT,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-18,2016-11-08,21,700,Hillary Rodham Clinton,9207,DEM,24.4,27.459545266522184,Donald Trump,9849,REP,27,45.53795868437707,-2.6000000000000014,-18.078413417854883 +47525,74319,646,2016,UT,Pres-G,2016_Pres-G_UT,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-23,2016-11-08,16,750,Hillary Rodham Clinton,9207,DEM,28,27.459545266522184,Donald Trump,9849,REP,32,45.53795868437707,-4,-18.078413417854883 +47781,74795,646,2016,UT,Pres-G,2016_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-24,2016-11-08,15,823,Hillary Rodham Clinton,9207,DEM,24,27.459545266522184,Donald Trump,9849,REP,32,45.53795868437707,-8,-18.078413417854883 +47927,74983,646,2016,UT,Pres-G,2016_Pres-G_UT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1078,Hillary Rodham Clinton,9207,DEM,30,27.459545266522184,Donald Trump,9849,REP,33,45.53795868437707,-3,-18.078413417854883 +48357,75794,646,2016,UT,Pres-G,2016_Pres-G_UT,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-30,2016-11-08,9,1424,Hillary Rodham Clinton,9207,DEM,29,27.459545266522184,Donald Trump,9849,REP,35,45.53795868437707,-6,-18.078413417854883 +48193,75474,646,2016,UT,Pres-G,2016_Pres-G_UT,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-10-30,2016-11-08,9,750,Hillary Rodham Clinton,9207,DEM,31,27.459545266522184,Donald Trump,9849,REP,42,45.53795868437707,-11,-18.078413417854883 +48196,75478,646,2016,UT,Pres-G,2016_Pres-G_UT,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-01,2016-11-08,7,1000,Hillary Rodham Clinton,9207,DEM,19.6,27.459545266522184,Donald Trump,9849,REP,39.8,45.53795868437707,-20.199999999999996,-18.078413417854883 +48191,75470,646,2016,UT,Pres-G,2016_Pres-G_UT,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,402,Hillary Rodham Clinton,9207,DEM,31,27.459545266522184,Donald Trump,9849,REP,37,45.53795868437707,-6,-18.078413417854883 +48339,75726,646,2016,UT,Pres-G,2016_Pres-G_UT,Y2 Analytics,389,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,500,Hillary Rodham Clinton,9207,DEM,24,27.459545266522184,Donald Trump,9849,REP,33,45.53795868437707,-9,-18.078413417854883 +48487,75993,646,2016,UT,Pres-G,2016_Pres-G_UT,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-04,2016-11-08,4,1350,Hillary Rodham Clinton,9207,DEM,29.52,27.459545266522184,Donald Trump,9849,REP,39.95,45.53795868437707,-10.430000000000003,-18.078413417854883 +48684,76247,646,2016,UT,Pres-G,2016_Pres-G_UT,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,762,Hillary Rodham Clinton,9207,DEM,23,27.459545266522184,Donald Trump,9849,REP,40,45.53795868437707,-17,-18.078413417854883 +48792,76378,646,2016,UT,Pres-G,2016_Pres-G_UT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,286,Hillary Rodham Clinton,9207,DEM,32.9,27.459545266522184,Donald Trump,9849,REP,39.66,45.53795868437707,-6.759999999999998,-18.078413417854883 +48763,76344,646,2016,UT,Pres-G,2016_Pres-G_UT,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,676,Hillary Rodham Clinton,9207,DEM,23.7,27.459545266522184,Donald Trump,9849,REP,32.8,45.53795868437707,-9.099999999999998,-18.078413417854883 +48904,76594,646,2016,UT,Pres-G,2016_Pres-G_UT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1479,Hillary Rodham Clinton,9207,DEM,31,27.459545266522184,Donald Trump,9849,REP,34,45.53795868437707,-3,-18.078413417854883 +45722,71362,647,2016,VA,Pres-G,2016_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-10,2016-11-08,59,878,Hillary Rodham Clinton,9207,DEM,45,49.72789199301014,Donald Trump,9849,REP,39,44.40669663012711,6,5.3211953628830315 +45808,71516,647,2016,VA,Pres-G,2016_Pres-G_VA,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2016-09-09,2016-11-08,60,685,Hillary Rodham Clinton,9207,DEM,40,49.72789199301014,Donald Trump,9849,REP,37,44.40669663012711,3,5.3211953628830315 +45871,71635,647,2016,VA,Pres-G,2016_Pres-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,435,Hillary Rodham Clinton,9207,DEM,47.35,49.72789199301014,Donald Trump,9849,REP,37.51,44.40669663012711,9.840000000000003,5.3211953628830315 +45936,71808,647,2016,VA,Pres-G,2016_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2016-09-15,2016-11-08,54,841,Hillary Rodham Clinton,9207,DEM,44,49.72789199301014,Donald Trump,9849,REP,37,44.40669663012711,7,5.3211953628830315 +46003,71893,647,2016,VA,Pres-G,2016_Pres-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,659,Hillary Rodham Clinton,9207,DEM,45,49.72789199301014,Donald Trump,9849,REP,39,44.40669663012711,6,5.3211953628830315 +46029,71985,647,2016,VA,Pres-G,2016_Pres-G_VA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-09-22,2016-11-08,47,1237,Hillary Rodham Clinton,9207,DEM,45,49.72789199301014,Donald Trump,9849,REP,37,44.40669663012711,8,5.3211953628830315 +46041,72017,647,2016,VA,Pres-G,2016_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2016-09-19,2016-11-08,50,1003,Hillary Rodham Clinton,9207,DEM,39,49.72789199301014,Donald Trump,9849,REP,33,44.40669663012711,6,5.3211953628830315 +46292,72353,647,2016,VA,Pres-G,2016_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-09-27,2016-11-08,42,811,Hillary Rodham Clinton,9207,DEM,46,49.72789199301014,Donald Trump,9849,REP,40,44.40669663012711,6,5.3211953628830315 +46377,72505,647,2016,VA,Pres-G,2016_Pres-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,849,Hillary Rodham Clinton,9207,DEM,48.26,49.72789199301014,Donald Trump,9849,REP,40.35,44.40669663012711,7.909999999999997,5.3211953628830315 +46324,72445,647,2016,VA,Pres-G,2016_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2016-09-29,2016-11-08,40,892,Hillary Rodham Clinton,9207,DEM,42,49.72789199301014,Donald Trump,9849,REP,35,44.40669663012711,7,5.3211953628830315 +46554,72818,647,2016,VA,Pres-G,2016_Pres-G_VA,Hampton University Center for Public Policy,131,FALSE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,800,Hillary Rodham Clinton,9207,DEM,46,49.72789199301014,Donald Trump,9849,REP,34,44.40669663012711,12,5.3211953628830315 +46743,73053,647,2016,VA,Pres-G,2016_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,814,Hillary Rodham Clinton,9207,DEM,45,49.72789199301014,Donald Trump,9849,REP,36,44.40669663012711,9,5.3211953628830315 +46791,73170,647,2016,VA,Pres-G,2016_Pres-G_VA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-11,2016-11-08,28,600,Hillary Rodham Clinton,9207,DEM,46.1,49.72789199301014,Donald Trump,9849,REP,43.4,44.40669663012711,2.700000000000003,5.3211953628830315 +46858,73304,647,2016,VA,Pres-G,2016_Pres-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,884,Hillary Rodham Clinton,9207,DEM,49.22,49.72789199301014,Donald Trump,9849,REP,38.8,44.40669663012711,10.420000000000002,5.3211953628830315 +46869,73324,647,2016,VA,Pres-G,2016_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2016-10-13,2016-11-08,26,809,Hillary Rodham Clinton,9207,DEM,44,49.72789199301014,Donald Trump,9849,REP,29,44.40669663012711,15,5.3211953628830315 +47068,73658,647,2016,VA,Pres-G,2016_Pres-G_VA,Tarrance Group,333,FALSE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,500,Hillary Rodham Clinton,9207,DEM,47,49.72789199301014,Donald Trump,9849,REP,38,44.40669663012711,9,5.3211953628830315 +47029,73544,647,2016,VA,Pres-G,2016_Pres-G_VA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1644,Hillary Rodham Clinton,9207,DEM,49,49.72789199301014,Donald Trump,9849,REP,38,44.40669663012711,11,5.3211953628830315 +47249,73943,647,2016,VA,Pres-G,2016_Pres-G_VA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,802,Hillary Rodham Clinton,9207,DEM,43,49.72789199301014,Donald Trump,9849,REP,38,44.40669663012711,5,5.3211953628830315 +47154,73794,647,2016,VA,Pres-G,2016_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,834,Hillary Rodham Clinton,9207,DEM,45,49.72789199301014,Donald Trump,9849,REP,33,44.40669663012711,12,5.3211953628830315 +47331,74065,647,2016,VA,Pres-G,2016_Pres-G_VA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-21,2016-11-08,18,1787,Hillary Rodham Clinton,9207,DEM,48,49.72789199301014,Donald Trump,9849,REP,43,44.40669663012711,5,5.3211953628830315 +47634,74552,647,2016,VA,Pres-G,2016_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2016-10-25,2016-11-08,14,814,Hillary Rodham Clinton,9207,DEM,46,49.72789199301014,Donald Trump,9849,REP,39,44.40669663012711,7,5.3211953628830315 +47620,74524,647,2016,VA,Pres-G,2016_Pres-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,749,Hillary Rodham Clinton,9207,DEM,50,49.72789199301014,Donald Trump,9849,REP,38,44.40669663012711,12,5.3211953628830315 +47752,74735,647,2016,VA,Pres-G,2016_Pres-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,697,Hillary Rodham Clinton,9207,DEM,48.11,49.72789199301014,Donald Trump,9849,REP,39.3,44.40669663012711,8.810000000000002,5.3211953628830315 +48358,75795,647,2016,VA,Pres-G,2016_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2016-10-27,2016-11-08,12,766,Hillary Rodham Clinton,9207,DEM,50,49.72789199301014,Donald Trump,9849,REP,32,44.40669663012711,18,5.3211953628830315 +47868,74911,647,2016,VA,Pres-G,2016_Pres-G_VA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-30,2016-11-08,9,1106,Hillary Rodham Clinton,9207,DEM,47,49.72789199301014,Donald Trump,9849,REP,43,44.40669663012711,4,5.3211953628830315 +47877,74930,647,2016,VA,Pres-G,2016_Pres-G_VA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-29,2016-11-08,10,800,Hillary Rodham Clinton,9207,DEM,49,49.72789199301014,Donald Trump,9849,REP,45,44.40669663012711,4,5.3211953628830315 +47880,74934,647,2016,VA,Pres-G,2016_Pres-G_VA,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,1024,Hillary Rodham Clinton,9207,DEM,48,49.72789199301014,Donald Trump,9849,REP,42,44.40669663012711,6,5.3211953628830315 +48097,75284,647,2016,VA,Pres-G,2016_Pres-G_VA,Hampton University Center for Public Policy,131,FALSE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,802,Hillary Rodham Clinton,9207,DEM,41,49.72789199301014,Donald Trump,9849,REP,44,44.40669663012711,-3,5.3211953628830315 +48074,75204,647,2016,VA,Pres-G,2016_Pres-G_VA,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2016-10-27,2016-11-08,12,712,Hillary Rodham Clinton,9207,DEM,44,49.72789199301014,Donald Trump,9849,REP,39,44.40669663012711,5,5.3211953628830315 +47929,74985,647,2016,VA,Pres-G,2016_Pres-G_VA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,2089,Hillary Rodham Clinton,9207,DEM,48,49.72789199301014,Donald Trump,9849,REP,38,44.40669663012711,10,5.3211953628830315 +48267,75632,647,2016,VA,Pres-G,2016_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,654,Hillary Rodham Clinton,9207,DEM,45,49.72789199301014,Donald Trump,9849,REP,38,44.40669663012711,7,5.3211953628830315 +48494,76000,647,2016,VA,Pres-G,2016_Pres-G_VA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-11-01,2016-11-08,7,3076,Hillary Rodham Clinton,9207,DEM,46,49.72789199301014,Donald Trump,9849,REP,44,44.40669663012711,2,5.3211953628830315 +48349,75743,647,2016,VA,Pres-G,2016_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,1238,Hillary Rodham Clinton,9207,DEM,48,49.72789199301014,Donald Trump,9849,REP,43,44.40669663012711,5,5.3211953628830315 +48772,76355,647,2016,VA,Pres-G,2016_Pres-G_VA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,1362,Hillary Rodham Clinton,9207,DEM,47,49.72789199301014,Donald Trump,9849,REP,42,44.40669663012711,5,5.3211953628830315 +48703,76284,647,2016,VA,Pres-G,2016_Pres-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,534,Hillary Rodham Clinton,9207,DEM,45.9,49.72789199301014,Donald Trump,9849,REP,41.11,44.40669663012711,4.789999999999999,5.3211953628830315 +48685,76257,647,2016,VA,Pres-G,2016_Pres-G_VA,Hampton University Center for Public Policy,131,FALSE,FALSE,Live Phone,NA,2016-11-04,2016-11-08,4,802,Hillary Rodham Clinton,9207,DEM,45,49.72789199301014,Donald Trump,9849,REP,41,44.40669663012711,4,5.3211953628830315 +48512,76034,647,2016,VA,Pres-G,2016_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2016-11-03,2016-11-08,5,1193,Hillary Rodham Clinton,9207,DEM,48,49.72789199301014,Donald Trump,9849,REP,42,44.40669663012711,6,5.3211953628830315 +48765,76346,647,2016,VA,Pres-G,2016_Pres-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,2460,Hillary Rodham Clinton,9207,DEM,46.1,49.72789199301014,Donald Trump,9849,REP,37,44.40669663012711,9.100000000000001,5.3211953628830315 +48906,76596,647,2016,VA,Pres-G,2016_Pres-G_VA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2183,Hillary Rodham Clinton,9207,DEM,49,49.72789199301014,Donald Trump,9849,REP,41,44.40669663012711,8,5.3211953628830315 +46674,72968,648,2016,VT,Pres-G,2016_Pres-G_VT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,102,Hillary Rodham Clinton,9207,DEM,46.34,56.67778599472493,Donald Trump,9849,REP,21.29,30.269434755147316,25.050000000000004,26.408351239577613 +47069,73654,648,2016,VT,Pres-G,2016_Pres-G_VT,The Castleton Polling Institute,45,FALSE,TRUE,Live Phone,NA,2016-10-07,2016-11-08,32,579,Hillary Rodham Clinton,9207,DEM,45,56.67778599472493,Donald Trump,9849,REP,17,30.269434755147316,28,26.408351239577613 +47338,74372,648,2016,VT,Pres-G,2016_Pres-G_VT,Braun Research,33,FALSE,FALSE,Live Phone,NA,2016-10-21,2016-11-08,18,603,Hillary Rodham Clinton,9207,DEM,50,56.67778599472493,Donald Trump,9849,REP,22,30.269434755147316,28,26.408351239577613 +47640,74563,648,2016,VT,Pres-G,2016_Pres-G_VT,RRH Elections,274,FALSE,FALSE,IVR,NA,2016-10-25,2016-11-08,14,1052,Hillary Rodham Clinton,9207,DEM,52,56.67778599472493,Donald Trump,9849,REP,26,30.269434755147316,26,26.408351239577613 +47928,74984,648,2016,VT,Pres-G,2016_Pres-G_VT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,436,Hillary Rodham Clinton,9207,DEM,53,56.67778599472493,Donald Trump,9849,REP,25,30.269434755147316,28,26.408351239577613 +48255,75556,648,2016,VT,Pres-G,2016_Pres-G_VT,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,106,Hillary Rodham Clinton,9207,DEM,48.27,56.67778599472493,Donald Trump,9849,REP,23.4,30.269434755147316,24.870000000000005,26.408351239577613 +48764,76345,648,2016,VT,Pres-G,2016_Pres-G_VT,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,191,Hillary Rodham Clinton,9207,DEM,40.5,56.67778599472493,Donald Trump,9849,REP,24.5,30.269434755147316,16,26.408351239577613 +48905,76595,648,2016,VT,Pres-G,2016_Pres-G_VT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,454,Hillary Rodham Clinton,9207,DEM,61,56.67778599472493,Donald Trump,9849,REP,25,30.269434755147316,36,26.408351239577613 +45923,71770,649,2016,WA,Pres-G,2016_Pres-G_WA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-09-13,2016-11-08,56,505,Hillary Rodham Clinton,9207,DEM,38,52.53868006182659,Donald Trump,9849,REP,28,36.83268018663746,10,15.705999875189129 +45872,71636,649,2016,WA,Pres-G,2016_Pres-G_WA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-08,2016-11-08,61,460,Hillary Rodham Clinton,9207,DEM,46.81,52.53868006182659,Donald Trump,9849,REP,36.92,36.83268018663746,9.89,15.705999875189129 +46233,72292,649,2016,WA,Pres-G,2016_Pres-G_WA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-26,2016-11-08,43,700,Hillary Rodham Clinton,9207,DEM,44.2,52.53868006182659,Donald Trump,9849,REP,38.4,36.83268018663746,5.800000000000004,15.705999875189129 +46378,72506,649,2016,WA,Pres-G,2016_Pres-G_WA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,496,Hillary Rodham Clinton,9207,DEM,48.94,52.53868006182659,Donald Trump,9849,REP,35.28,36.83268018663746,13.659999999999997,15.705999875189129 +46541,72772,649,2016,WA,Pres-G,2016_Pres-G_WA,Strategies 360,321,FALSE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,500,Hillary Rodham Clinton,9207,DEM,47,52.53868006182659,Donald Trump,9849,REP,31,36.83268018663746,16,15.705999875189129 +46676,72970,649,2016,WA,Pres-G,2016_Pres-G_WA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-03,2016-11-08,36,341,Hillary Rodham Clinton,9207,DEM,50.9,52.53868006182659,Donald Trump,9849,REP,33.29,36.83268018663746,17.61,15.705999875189129 +47628,74543,649,2016,WA,Pres-G,2016_Pres-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,750,Hillary Rodham Clinton,9207,DEM,53,52.53868006182659,Donald Trump,9849,REP,39,36.83268018663746,14,15.705999875189129 +47226,73903,649,2016,WA,Pres-G,2016_Pres-G_WA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,488,Hillary Rodham Clinton,9207,DEM,46.14,52.53868006182659,Donald Trump,9849,REP,42.36,36.83268018663746,3.780000000000001,15.705999875189129 +47316,74029,649,2016,WA,Pres-G,2016_Pres-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2016-10-21,2016-11-08,18,502,Hillary Rodham Clinton,9207,DEM,48,52.53868006182659,Donald Trump,9849,REP,31,36.83268018663746,17,15.705999875189129 +47930,74986,649,2016,WA,Pres-G,2016_Pres-G_WA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,745,Hillary Rodham Clinton,9207,DEM,53,52.53868006182659,Donald Trump,9849,REP,34,36.83268018663746,19,15.705999875189129 +48365,75831,649,2016,WA,Pres-G,2016_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-11-01,2016-11-08,7,681,Hillary Rodham Clinton,9207,DEM,50,52.53868006182659,Donald Trump,9849,REP,38,36.83268018663746,12,15.705999875189129 +48715,76296,649,2016,WA,Pres-G,2016_Pres-G_WA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,562,Hillary Rodham Clinton,9207,DEM,46.72,52.53868006182659,Donald Trump,9849,REP,38.48,36.83268018663746,8.240000000000002,15.705999875189129 +48915,76605,649,2016,WA,Pres-G,2016_Pres-G_WA,Leger,572,FALSE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,402,Hillary Rodham Clinton,9207,DEM,51,52.53868006182659,Donald Trump,9849,REP,36,36.83268018663746,15,15.705999875189129 +48766,76347,649,2016,WA,Pres-G,2016_Pres-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1985,Hillary Rodham Clinton,9207,DEM,47.4,52.53868006182659,Donald Trump,9849,REP,31.7,36.83268018663746,15.7,15.705999875189129 +48907,76597,649,2016,WA,Pres-G,2016_Pres-G_WA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,1451,Hillary Rodham Clinton,9207,DEM,51,52.53868006182659,Donald Trump,9849,REP,33,36.83268018663746,18,15.705999875189129 +45917,71762,650,2016,WI,Pres-G,2016_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,677,Hillary Rodham Clinton,9207,DEM,41,46.45384137224266,Donald Trump,9849,REP,38,47.21818456731012,3,-0.7643431950674611 +45938,71817,650,2016,WI,Pres-G,2016_Pres-G_WI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-19,2016-11-08,50,700,Hillary Rodham Clinton,9207,DEM,44.5,46.45384137224266,Donald Trump,9849,REP,38.4,47.21818456731012,6.100000000000001,-0.7643431950674611 +46099,72091,650,2016,WI,Pres-G,2016_Pres-G_WI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,526,Hillary Rodham Clinton,9207,DEM,41.12,46.45384137224266,Donald Trump,9849,REP,41.09,47.21818456731012,0.02999999999999403,-0.7643431950674611 +46547,72780,650,2016,WI,Pres-G,2016_Pres-G_WI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-10-04,2016-11-08,35,1102,Hillary Rodham Clinton,9207,DEM,48,46.45384137224266,Donald Trump,9849,REP,40,47.21818456731012,8,-0.7643431950674611 +46684,72986,650,2016,WI,Pres-G,2016_Pres-G_WI,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-10-04,2016-11-08,35,500,Hillary Rodham Clinton,9207,DEM,43.2,46.45384137224266,Donald Trump,9849,REP,34.6,47.21818456731012,8.600000000000001,-0.7643431950674611 +46678,72972,650,2016,WI,Pres-G,2016_Pres-G_WI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,687,Hillary Rodham Clinton,9207,DEM,45.72,46.45384137224266,Donald Trump,9849,REP,42.28,47.21818456731012,3.4399999999999977,-0.7643431950674611 +46569,72848,650,2016,WI,Pres-G,2016_Pres-G_WI,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-06,2016-11-08,33,993,Hillary Rodham Clinton,9207,DEM,43,46.45384137224266,Donald Trump,9849,REP,39,47.21818456731012,4,-0.7643431950674611 +46767,73136,650,2016,WI,Pres-G,2016_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-10-08,2016-11-08,31,878,Hillary Rodham Clinton,9207,DEM,44,46.45384137224266,Donald Trump,9849,REP,37,47.21818456731012,7,-0.7643431950674611 +47014,73509,650,2016,WI,Pres-G,2016_Pres-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2016-10-15,2016-11-08,24,664,Hillary Rodham Clinton,9207,DEM,47,46.45384137224266,Donald Trump,9849,REP,39,47.21818456731012,8,-0.7643431950674611 +47030,73545,650,2016,WI,Pres-G,2016_Pres-G_WI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-12,2016-11-08,27,1076,Hillary Rodham Clinton,9207,DEM,43,46.45384137224266,Donald Trump,9849,REP,38,47.21818456731012,5,-0.7643431950674611 +47076,73664,650,2016,WI,Pres-G,2016_Pres-G_WI,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-10-17,2016-11-08,22,403,Hillary Rodham Clinton,9207,DEM,47,46.45384137224266,Donald Trump,9849,REP,40,47.21818456731012,7,-0.7643431950674611 +47087,73699,650,2016,WI,Pres-G,2016_Pres-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2016-10-18,2016-11-08,21,804,Hillary Rodham Clinton,9207,DEM,50,46.45384137224266,Donald Trump,9849,REP,38,47.21818456731012,12,-0.7643431950674611 +47228,73905,650,2016,WI,Pres-G,2016_Pres-G_WI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,470,Hillary Rodham Clinton,9207,DEM,45.38,46.45384137224266,Donald Trump,9849,REP,41.86,47.21818456731012,3.520000000000003,-0.7643431950674611 +47463,74249,650,2016,WI,Pres-G,2016_Pres-G_WI,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2016-10-19,2016-11-08,20,600,Hillary Rodham Clinton,9207,DEM,48,46.45384137224266,Donald Trump,9849,REP,43,47.21818456731012,5,-0.7643431950674611 +47336,74071,650,2016,WI,Pres-G,2016_Pres-G_WI,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-21,2016-11-08,18,1795,Hillary Rodham Clinton,9207,DEM,46,46.45384137224266,Donald Trump,9849,REP,41,47.21818456731012,5,-0.7643431950674611 +47758,74741,650,2016,WI,Pres-G,2016_Pres-G_WI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-27,2016-11-08,12,400,Hillary Rodham Clinton,9207,DEM,48,46.45384137224266,Donald Trump,9849,REP,42,47.21818456731012,6,-0.7643431950674611 +47852,74879,650,2016,WI,Pres-G,2016_Pres-G_WI,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-10-30,2016-11-08,9,1172,Hillary Rodham Clinton,9207,DEM,46,46.45384137224266,Donald Trump,9849,REP,42,47.21818456731012,4,-0.7643431950674611 +47932,74988,650,2016,WI,Pres-G,2016_Pres-G_WI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,1195,Hillary Rodham Clinton,9207,DEM,44,46.45384137224266,Donald Trump,9849,REP,42,47.21818456731012,2,-0.7643431950674611 +48095,75264,650,2016,WI,Pres-G,2016_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,1255,Hillary Rodham Clinton,9207,DEM,46,46.45384137224266,Donald Trump,9849,REP,40,47.21818456731012,6,-0.7643431950674611 +48330,75703,650,2016,WI,Pres-G,2016_Pres-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-10-31,2016-11-08,8,891,Hillary Rodham Clinton,9207,DEM,48,46.45384137224266,Donald Trump,9849,REP,41,47.21818456731012,7,-0.7643431950674611 +48334,75715,650,2016,WI,Pres-G,2016_Pres-G_WI,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,500,Hillary Rodham Clinton,9207,DEM,43.9,46.45384137224266,Donald Trump,9849,REP,37.9,47.21818456731012,6,-0.7643431950674611 +48495,76001,650,2016,WI,Pres-G,2016_Pres-G_WI,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2016-11-01,2016-11-08,7,2720,Hillary Rodham Clinton,9207,DEM,49,46.45384137224266,Donald Trump,9849,REP,41,47.21818456731012,8,-0.7643431950674611 +48621,76170,650,2016,WI,Pres-G,2016_Pres-G_WI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-11-01,2016-11-08,7,1129,Hillary Rodham Clinton,9207,DEM,47,46.45384137224266,Donald Trump,9849,REP,43,47.21818456731012,4,-0.7643431950674611 +48717,76298,650,2016,WI,Pres-G,2016_Pres-G_WI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,625,Hillary Rodham Clinton,9207,DEM,45.92,46.45384137224266,Donald Trump,9849,REP,39.99,47.21818456731012,5.93,-0.7643431950674611 +48858,76454,650,2016,WI,Pres-G,2016_Pres-G_WI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-11-05,2016-11-08,3,1184,Hillary Rodham Clinton,9207,DEM,47,46.45384137224266,Donald Trump,9849,REP,44,47.21818456731012,3,-0.7643431950674611 +48768,76349,650,2016,WI,Pres-G,2016_Pres-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,1794,Hillary Rodham Clinton,9207,DEM,42.2,46.45384137224266,Donald Trump,9849,REP,37.7,47.21818456731012,4.5,-0.7643431950674611 +48909,76599,650,2016,WI,Pres-G,2016_Pres-G_WI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,2246,Hillary Rodham Clinton,9207,DEM,44,46.45384137224266,Donald Trump,9849,REP,42,47.21818456731012,2,-0.7643431950674611 +46023,71982,651,2016,WV,Pres-G,2016_Pres-G_WV,Just Win Strategies,418,FALSE,TRUE,NA,REP,2016-09-09,2016-11-08,60,600,Hillary Rodham Clinton,9207,DEM,30,26.426080907249627,Donald Trump,9849,REP,57,68.49877453553427,-27,-42.07269362828464 +46536,72761,651,2016,WV,Pres-G,2016_Pres-G_WV,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2016-09-15,2016-11-08,54,500,Hillary Rodham Clinton,9207,DEM,28,26.426080907249627,Donald Trump,9849,REP,60,68.49877453553427,-32,-42.07269362828464 +46379,72507,651,2016,WV,Pres-G,2016_Pres-G_WV,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-19,2016-11-08,50,173,Hillary Rodham Clinton,9207,DEM,33.12,26.426080907249627,Donald Trump,9849,REP,52.74,68.49877453553427,-19.620000000000005,-42.07269362828464 +47181,73857,651,2016,WV,Pres-G,2016_Pres-G_WV,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-10-14,2016-11-08,25,601,Hillary Rodham Clinton,9207,DEM,31,26.426080907249627,Donald Trump,9849,REP,58,68.49877453553427,-27,-42.07269362828464 +47227,73904,651,2016,WV,Pres-G,2016_Pres-G_WV,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,129,Hillary Rodham Clinton,9207,DEM,39.5,26.426080907249627,Donald Trump,9849,REP,55.84,68.49877453553427,-16.340000000000003,-42.07269362828464 +47931,74987,651,2016,WV,Pres-G,2016_Pres-G_WV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,321,Hillary Rodham Clinton,9207,DEM,27,26.426080907249627,Donald Trump,9849,REP,58,68.49877453553427,-31,-42.07269362828464 +48716,76297,651,2016,WV,Pres-G,2016_Pres-G_WV,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-30,2016-11-08,9,180,Hillary Rodham Clinton,9207,DEM,34.22,26.426080907249627,Donald Trump,9849,REP,58.04,68.49877453553427,-23.82,-42.07269362828464 +48767,76348,651,2016,WV,Pres-G,2016_Pres-G_WV,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,472,Hillary Rodham Clinton,9207,DEM,25.7,26.426080907249627,Donald Trump,9849,REP,54,68.49877453553427,-28.3,-42.07269362828464 +48908,76598,651,2016,WV,Pres-G,2016_Pres-G_WV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,472,Hillary Rodham Clinton,9207,DEM,29,26.426080907249627,Donald Trump,9849,REP,56,68.49877453553427,-27,-42.07269362828464 +45919,71766,652,2016,WY,Pres-G,2016_Pres-G_WY,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2016-09-08,2016-11-08,61,402,Hillary Rodham Clinton,9207,DEM,19,21.877357347497934,Donald Trump,9849,REP,54,68.17263307654125,-35,-46.29527572904331 +47345,74086,652,2016,WY,Pres-G,2016_Pres-G_WY,University of Wyoming Survey & Analysis Center,667,FALSE,FALSE,Live Phone,NA,2016-10-08,2016-11-08,31,722,Hillary Rodham Clinton,9207,DEM,20,21.877357347497934,Donald Trump,9849,REP,58,68.17263307654125,-38,-46.29527572904331 +47933,74989,652,2016,WY,Pres-G,2016_Pres-G_WY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-28,2016-11-08,11,251,Hillary Rodham Clinton,9207,DEM,22,21.877357347497934,Donald Trump,9849,REP,62,68.17263307654125,-40,-46.29527572904331 +48769,76350,652,2016,WY,Pres-G,2016_Pres-G_WY,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,151,Hillary Rodham Clinton,9207,DEM,26.2,21.877357347497934,Donald Trump,9849,REP,59,68.17263307654125,-32.8,-46.29527572904331 +48910,76600,652,2016,WY,Pres-G,2016_Pres-G_WY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-04,2016-11-08,4,213,Hillary Rodham Clinton,9207,DEM,21,21.877357347497934,Donald Trump,9849,REP,60,68.17263307654125,-39,-46.29527572904331 +29576,35211,655,2012,AR,Pres-G,2012_Pres-G_AR,Hendrix College,138,FALSE,FALSE,IVR,NA,2012-09-17,2012-11-06,50,2228,Barack Obama,16,DEM,34.5,36.87899030172011,Mitt Romney,9,REP,55.5,60.56693608410912,-21,-23.687945782389015 +30261,36276,655,2012,AR,Pres-G,2012_Pres-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,NA,NA,2012-10-11,2012-11-06,26,642,Barack Obama,16,DEM,31,36.87899030172011,Mitt Romney,9,REP,58,60.56693608410912,-27,-23.687945782389015 +19056,24343,656,2012,AZ,Pres-G,2012_Pres-G_AZ,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,993,Barack Obama,16,DEM,44,44.58976694179938,Mitt Romney,9,REP,53,53.654533165974705,-9,-9.064766224175322 +29507,35107,656,2012,AZ,Pres-G,2012_Pres-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,628,Barack Obama,16,DEM,41,44.58976694179938,Mitt Romney,9,REP,51,53.654533165974705,-10,-9.064766224175322 +29473,35052,656,2012,AZ,Pres-G,2012_Pres-G_AZ,Purple Strategies,265,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,600,Barack Obama,16,DEM,45,44.58976694179938,Mitt Romney,9,REP,48,53.654533165974705,-3,-9.064766224175322 +29596,35280,656,2012,AZ,Pres-G,2012_Pres-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-25,2012-11-06,42,500,Barack Obama,16,DEM,42,44.58976694179938,Mitt Romney,9,REP,52,53.654533165974705,-10,-9.064766224175322 +29645,35329,656,2012,AZ,Pres-G,2012_Pres-G_AZ,Moore Information Group,217,FALSE,FALSE,NA,NA,2012-09-25,2012-11-06,42,500,Barack Obama,16,DEM,42,44.58976694179938,Mitt Romney,9,REP,46,53.654533165974705,-4,-9.064766224175322 +29752,35490,656,2012,AZ,Pres-G,2012_Pres-G_AZ,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-02,2012-11-06,35,595,Barack Obama,16,DEM,41,44.58976694179938,Mitt Romney,9,REP,52,53.654533165974705,-11,-9.064766224175322 +29977,35834,656,2012,AZ,Pres-G,2012_Pres-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,450,Barack Obama,16,DEM,44,44.58976694179938,Mitt Romney,9,REP,42,53.654533165974705,2,-9.064766224175322 +30051,35955,656,2012,AZ,Pres-G,2012_Pres-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,469,Barack Obama,16,DEM,43,44.58976694179938,Mitt Romney,9,REP,52,53.654533165974705,-9,-9.064766224175322 +30295,36352,656,2012,AZ,Pres-G,2012_Pres-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,500,Barack Obama,16,DEM,44,44.58976694179938,Mitt Romney,9,REP,52,53.654533165974705,-8,-9.064766224175322 +30682,36949,656,2012,AZ,Pres-G,2012_Pres-G_AZ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,1080,Barack Obama,16,DEM,46,44.58976694179938,Mitt Romney,9,REP,53,53.654533165974705,-7,-9.064766224175322 +30685,36956,656,2012,AZ,Pres-G,2012_Pres-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,702,Barack Obama,16,DEM,44,44.58976694179938,Mitt Romney,9,REP,52,53.654533165974705,-8,-9.064766224175322 +19079,24383,657,2012,CA,Pres-G,2012_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,524,Barack Obama,16,DEM,57,60.23895914168964,Mitt Romney,9,REP,35,37.1203785207048,22,23.118580620984844 +22491,28913,657,2012,CA,Pres-G,2012_Pres-G_CA,MFour Mobile Research,177,FALSE,FALSE,NA,NA,2012-09-11,2012-11-06,56,802,Barack Obama,16,DEM,55,60.23895914168964,Mitt Romney,9,REP,33,37.1203785207048,22,23.118580620984844 +29483,35065,657,2012,CA,Pres-G,2012_Pres-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1361,Barack Obama,16,DEM,56,60.23895914168964,Mitt Romney,9,REP,39,37.1203785207048,17,23.118580620984844 +29482,35063,657,2012,CA,Pres-G,2012_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2012-09-13,2012-11-06,54,995,Barack Obama,16,DEM,53,60.23895914168964,Mitt Romney,9,REP,39,37.1203785207048,14,23.118580620984844 +29385,35127,657,2012,CA,Pres-G,2012_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2012-09-12,2012-11-06,55,891,Barack Obama,16,DEM,58,60.23895914168964,Mitt Romney,9,REP,34,37.1203785207048,24,23.118580620984844 +73080,150516,657,2012,CA,Pres-G,2012_Pres-G_CA,MFour Mobile Research,177,FALSE,FALSE,NA,NA,2012-09-25,2012-11-06,42,824,Barack Obama,16,DEM,57.5,60.23895914168964,Mitt Romney,9,REP,29.6,37.1203785207048,27.9,23.118580620984844 +29900,35710,657,2012,CA,Pres-G,2012_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,539,Barack Obama,16,DEM,53,60.23895914168964,Mitt Romney,9,REP,39,37.1203785207048,14,23.118580620984844 +29950,35782,657,2012,CA,Pres-G,2012_Pres-G_CA,MFour Mobile Research,177,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,830,Barack Obama,16,DEM,54,60.23895914168964,Mitt Romney,9,REP,32.9,37.1203785207048,21.1,23.118580620984844 +30046,35945,657,2012,CA,Pres-G,2012_Pres-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,1169,Barack Obama,16,DEM,58,60.23895914168964,Mitt Romney,9,REP,39,37.1203785207048,19,23.118580620984844 +30127,36067,657,2012,CA,Pres-G,2012_Pres-G_CA,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2012-10-13,2012-11-06,24,508,Barack Obama,16,DEM,53,60.23895914168964,Mitt Romney,9,REP,38,37.1203785207048,15,23.118580620984844 +77881,150515,657,2012,CA,Pres-G,2012_Pres-G_CA,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2012-10-13,2012-11-06,24,707,Barack Obama,16,DEM,53,60.23895914168964,Mitt Romney,9,REP,38,37.1203785207048,15,23.118580620984844 +30299,36416,657,2012,CA,Pres-G,2012_Pres-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2012-10-18,2012-11-06,19,1440,Barack Obama,16,DEM,54,60.23895914168964,Mitt Romney,9,REP,40,37.1203785207048,14,23.118580620984844 +30301,36328,657,2012,CA,Pres-G,2012_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2012-10-18,2012-11-06,19,993,Barack Obama,16,DEM,53,60.23895914168964,Mitt Romney,9,REP,41,37.1203785207048,12,23.118580620984844 +30479,36637,657,2012,CA,Pres-G,2012_Pres-G_CA,MFour Mobile Research,177,FALSE,FALSE,Online Panel,NA,2012-10-25,2012-11-06,12,2115,Barack Obama,16,DEM,55.9,60.23895914168964,Mitt Romney,9,REP,33,37.1203785207048,22.9,23.118580620984844 +30638,36856,657,2012,CA,Pres-G,2012_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2012-10-23,2012-11-06,14,1566,Barack Obama,16,DEM,54,60.23895914168964,Mitt Romney,9,REP,39,37.1203785207048,15,23.118580620984844 +30703,36991,657,2012,CA,Pres-G,2012_Pres-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1575,Barack Obama,16,DEM,55,60.23895914168964,Mitt Romney,9,REP,40,37.1203785207048,15,23.118580620984844 +19093,24400,658,2012,CO,Pres-G,2012_Pres-G_CO,Keating Research,161,FALSE,FALSE,NA,DEM,2012-09-10,2012-11-06,57,503,Barack Obama,16,DEM,49,51.49214523168122,Mitt Romney,9,REP,44,46.1269839293067,5,5.365161302374524 +19091,24398,658,2012,CO,Pres-G,2012_Pres-G_CO,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-11,2012-11-06,56,600,Barack Obama,16,DEM,49,51.49214523168122,Mitt Romney,9,REP,47,46.1269839293067,2,5.365161302374524 +22487,28909,658,2012,CO,Pres-G,2012_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-11,2012-11-06,56,615,Barack Obama,16,DEM,45,51.49214523168122,Mitt Romney,9,REP,44,46.1269839293067,1,5.365161302374524 +29434,35000,658,2012,CO,Pres-G,2012_Pres-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,707,Barack Obama,16,DEM,50,51.49214523168122,Mitt Romney,9,REP,45,46.1269839293067,5,5.365161302374524 +27161,32435,658,2012,CO,Pres-G,2012_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-17,2012-11-06,50,500,Barack Obama,16,DEM,45,51.49214523168122,Mitt Romney,9,REP,47,46.1269839293067,-2,5.365161302374524 +29376,34885,658,2012,CO,Pres-G,2012_Pres-G_CO,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-14,2012-11-06,53,1497,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,47,46.1269839293067,1,5.365161302374524 +29441,35012,658,2012,CO,Pres-G,2012_Pres-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-17,2012-11-06,50,971,Barack Obama,16,DEM,50,51.49214523168122,Mitt Romney,9,REP,45,46.1269839293067,5,5.365161302374524 +29468,35047,658,2012,CO,Pres-G,2012_Pres-G_CO,Purple Strategies,265,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,600,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,45,46.1269839293067,3,5.365161302374524 +29602,35266,658,2012,CO,Pres-G,2012_Pres-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-21,2012-11-06,46,765,Barack Obama,16,DEM,50.2,51.49214523168122,Mitt Romney,9,REP,45.5,46.1269839293067,4.700000000000003,5.365161302374524 +29539,35161,658,2012,CO,Pres-G,2012_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-22,2012-11-06,45,940,Barack Obama,16,DEM,49,51.49214523168122,Mitt Romney,9,REP,43,46.1269839293067,6,5.365161302374524 +29694,35402,658,2012,CO,Pres-G,2012_Pres-G_CO,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1273,Barack Obama,16,DEM,49.3,51.49214523168122,Mitt Romney,9,REP,45.5,46.1269839293067,3.799999999999997,5.365161302374524 +29784,35536,658,2012,CO,Pres-G,2012_Pres-G_CO,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-01,2012-11-06,36,300,Barack Obama,16,DEM,46,51.49214523168122,Mitt Romney,9,REP,50,46.1269839293067,-4,5.365161302374524 +29787,35545,658,2012,CO,Pres-G,2012_Pres-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-03,2012-11-06,34,1438,Barack Obama,16,DEM,45.9,51.49214523168122,Mitt Romney,9,REP,49.4,46.1269839293067,-3.5,5.365161302374524 +29806,35561,658,2012,CO,Pres-G,2012_Pres-G_CO,Selzer & Co.,304,TRUE,FALSE,NA,NA,2012-10-04,2012-11-06,33,604,Barack Obama,16,DEM,47,51.49214523168122,Mitt Romney,9,REP,43,46.1269839293067,4,5.365161302374524 +29818,35587,658,2012,CO,Pres-G,2012_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-07,2012-11-06,30,500,Barack Obama,16,DEM,49,51.49214523168122,Mitt Romney,9,REP,48,46.1269839293067,1,5.365161302374524 +29848,35629,658,2012,CO,Pres-G,2012_Pres-G_CO,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-07,2012-11-06,30,600,Barack Obama,16,DEM,46,51.49214523168122,Mitt Romney,9,REP,50,46.1269839293067,-4,5.365161302374524 +29926,35749,658,2012,CO,Pres-G,2012_Pres-G_CO,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-10-06,2012-11-06,31,1254,Barack Obama,16,DEM,47,51.49214523168122,Mitt Romney,9,REP,48,46.1269839293067,-1,5.365161302374524 +29962,35805,658,2012,CO,Pres-G,2012_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,614,Barack Obama,16,DEM,45,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,-1,5.365161302374524 +29988,35845,658,2012,CO,Pres-G,2012_Pres-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-08,2012-11-06,29,2089,Barack Obama,16,DEM,48.4,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,2.3999999999999986,5.365161302374524 +30035,35922,658,2012,CO,Pres-G,2012_Pres-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,527,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,45,46.1269839293067,3,5.365161302374524 +30023,35903,658,2012,CO,Pres-G,2012_Pres-G_CO,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1206,Barack Obama,16,DEM,47,51.49214523168122,Mitt Romney,9,REP,48.1,46.1269839293067,-1.1000000000000014,5.365161302374524 +30077,36124,658,2012,CO,Pres-G,2012_Pres-G_CO,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-15,2012-11-06,22,500,Barack Obama,16,DEM,47,51.49214523168122,Mitt Romney,9,REP,44,46.1269839293067,3,5.365161302374524 +30104,36035,658,2012,CO,Pres-G,2012_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-17,2012-11-06,20,1000,Barack Obama,16,DEM,49,51.49214523168122,Mitt Romney,9,REP,44,46.1269839293067,5,5.365161302374524 +30201,36175,658,2012,CO,Pres-G,2012_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,500,Barack Obama,16,DEM,46,51.49214523168122,Mitt Romney,9,REP,50,46.1269839293067,-4,5.365161302374524 +30305,36333,658,2012,CO,Pres-G,2012_Pres-G_CO,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-23,2012-11-06,14,500,Barack Obama,16,DEM,46,51.49214523168122,Mitt Romney,9,REP,43,46.1269839293067,3,5.365161302374524 +30313,36342,658,2012,CO,Pres-G,2012_Pres-G_CO,Keating Research,161,FALSE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,502,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,45,46.1269839293067,3,5.365161302374524 +30316,36347,658,2012,CO,Pres-G,2012_Pres-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,1128,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,48,46.1269839293067,0,5.365161302374524 +30307,36336,658,2012,CO,Pres-G,2012_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-24,2012-11-06,13,904,Barack Obama,16,DEM,49,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,3,5.365161302374524 +30343,36382,658,2012,CO,Pres-G,2012_Pres-G_CO,Purple Strategies,265,FALSE,FALSE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,600,Barack Obama,16,DEM,47,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,1,5.365161302374524 +30412,36489,658,2012,CO,Pres-G,2012_Pres-G_CO,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,600,Barack Obama,16,DEM,47,51.49214523168122,Mitt Romney,9,REP,48,46.1269839293067,-1,5.365161302374524 +30560,36730,658,2012,CO,Pres-G,2012_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-29,2012-11-06,8,750,Barack Obama,16,DEM,47,51.49214523168122,Mitt Romney,9,REP,50,46.1269839293067,-3,5.365161302374524 +30466,36578,658,2012,CO,Pres-G,2012_Pres-G_CO,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-28,2012-11-06,9,500,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,45,46.1269839293067,3,5.365161302374524 +30509,36645,658,2012,CO,Pres-G,2012_Pres-G_CO,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1246,Barack Obama,16,DEM,50.1,51.49214523168122,Mitt Romney,9,REP,46.7,46.1269839293067,3.3999999999999986,5.365161302374524 +30546,36712,658,2012,CO,Pres-G,2012_Pres-G_CO,CallFire,42,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,839,Barack Obama,16,DEM,49,51.49214523168122,Mitt Romney,9,REP,48,46.1269839293067,1,5.365161302374524 +30590,36782,658,2012,CO,Pres-G,2012_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-30,2012-11-06,7,695,Barack Obama,16,DEM,47,51.49214523168122,Mitt Romney,9,REP,45,46.1269839293067,2,5.365161302374524 +30558,150521,658,2012,CO,Pres-G,2012_Pres-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,764,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,47,46.1269839293067,1,5.365161302374524 +30577,36759,658,2012,CO,Pres-G,2012_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-31,2012-11-06,6,825,Barack Obama,16,DEM,50,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,4,5.365161302374524 +30603,36803,658,2012,CO,Pres-G,2012_Pres-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1052,Barack Obama,16,DEM,46,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,0,5.365161302374524 +30604,36804,658,2012,CO,Pres-G,2012_Pres-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1226,Barack Obama,16,DEM,43,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,-3,5.365161302374524 +30712,37008,658,2012,CO,Pres-G,2012_Pres-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,752,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,47,46.1269839293067,1,5.365161302374524 +30756,37096,658,2012,CO,Pres-G,2012_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,1096,Barack Obama,16,DEM,52,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,6,5.365161302374524 +30789,37143,658,2012,CO,Pres-G,2012_Pres-G_CO,Keating Research,161,FALSE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,603,Barack Obama,16,DEM,50,51.49214523168122,Mitt Romney,9,REP,46,46.1269839293067,4,5.365161302374524 +30787,37141,658,2012,CO,Pres-G,2012_Pres-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,774,Barack Obama,16,DEM,48,51.49214523168122,Mitt Romney,9,REP,47,46.1269839293067,1,5.365161302374524 +29496,35086,659,2012,CT,Pres-G,2012_Pres-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,634,Barack Obama,16,DEM,53,58.05684558936727,Mitt Romney,9,REP,40,40.725355365115206,13,17.331490224252065 +29387,34966,659,2012,CT,Pres-G,2012_Pres-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2012-09-13,2012-11-06,54,508,Barack Obama,16,DEM,53,58.05684558936727,Mitt Romney,9,REP,32,40.725355365115206,21,17.331490224252065 +29604,35282,659,2012,CT,Pres-G,2012_Pres-G_CT,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-25,2012-11-06,42,801,Barack Obama,16,DEM,54,58.05684558936727,Mitt Romney,9,REP,41,40.725355365115206,13,17.331490224252065 +29763,35503,659,2012,CT,Pres-G,2012_Pres-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-30,2012-11-06,37,1696,Barack Obama,16,DEM,54,58.05684558936727,Mitt Romney,9,REP,42,40.725355365115206,12,17.331490224252065 +29835,35642,659,2012,CT,Pres-G,2012_Pres-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-07,2012-11-06,30,500,Barack Obama,16,DEM,51,58.05684558936727,Mitt Romney,9,REP,45,40.725355365115206,6,17.331490224252065 +30042,35992,659,2012,CT,Pres-G,2012_Pres-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,434,Barack Obama,16,DEM,53,58.05684558936727,Mitt Romney,9,REP,39,40.725355365115206,14,17.331490224252065 +30068,35984,659,2012,CT,Pres-G,2012_Pres-G_CT,Siena College,305,TRUE,FALSE,NA,NA,2012-10-09,2012-11-06,28,552,Barack Obama,16,DEM,53,58.05684558936727,Mitt Romney,9,REP,38,40.725355365115206,15,17.331490224252065 +30117,36056,659,2012,CT,Pres-G,2012_Pres-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-15,2012-11-06,22,1015,Barack Obama,16,DEM,53,58.05684558936727,Mitt Romney,9,REP,44,40.725355365115206,9,17.331490224252065 +30094,36024,659,2012,CT,Pres-G,2012_Pres-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2012-10-13,2012-11-06,24,574,Barack Obama,16,DEM,51,58.05684558936727,Mitt Romney,9,REP,37,40.725355365115206,14,17.331490224252065 +30300,36326,659,2012,CT,Pres-G,2012_Pres-G_CT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,625,Barack Obama,16,DEM,49,58.05684558936727,Mitt Romney,9,REP,42,40.725355365115206,7,17.331490224252065 +30237,36253,659,2012,CT,Pres-G,2012_Pres-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,500,Barack Obama,16,DEM,52,58.05684558936727,Mitt Romney,9,REP,45,40.725355365115206,7,17.331490224252065 +30236,36230,659,2012,CT,Pres-G,2012_Pres-G_CT,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-20,2012-11-06,17,575,Barack Obama,16,DEM,53,58.05684558936727,Mitt Romney,9,REP,40,40.725355365115206,13,17.331490224252065 +30255,36268,659,2012,CT,Pres-G,2012_Pres-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-21,2012-11-06,16,1412,Barack Obama,16,DEM,55,58.05684558936727,Mitt Romney,9,REP,41,40.725355365115206,14,17.331490224252065 +30623,36825,659,2012,CT,Pres-G,2012_Pres-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,1220,Barack Obama,16,DEM,55,58.05684558936727,Mitt Romney,9,REP,42,40.725355365115206,13,17.331490224252065 +30702,36989,659,2012,CT,Pres-G,2012_Pres-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,895,Barack Obama,16,DEM,54,58.05684558936727,Mitt Romney,9,REP,39,40.725355365115206,15,17.331490224252065 +30129,36070,660,2012,DC,Pres-G,2012_Pres-G_DC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,1222,Barack Obama,16,DEM,88,90.91311392818724,Mitt Romney,9,REP,8,7.278291417600523,80,83.63482251058672 +19060,24350,662,2012,FL,Pres-G,2012_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,596,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,44,49.13097776197552,4,0.8768873067231624 +19088,24395,662,2012,FL,Pres-G,2012_Pres-G_FL,McLaughlin & Associates,203,FALSE,FALSE,NA,NA,2012-09-09,2012-11-06,58,600,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,50,49.13097776197552,-3,0.8768873067231624 +19100,24420,662,2012,FL,Pres-G,2012_Pres-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-10,2012-11-06,57,980,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,44,49.13097776197552,5,0.8768873067231624 +19089,28932,662,2012,FL,Pres-G,2012_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-12,2012-11-06,55,500,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,46,49.13097776197552,2,0.8768873067231624 +29438,35007,662,2012,FL,Pres-G,2012_Pres-G_FL,McLaughlin & Associates,203,FALSE,FALSE,NA,NA,2012-09-11,2012-11-06,56,600,Barack Obama,16,DEM,43.8,50.007865068698685,Mitt Romney,9,REP,47.7,49.13097776197552,-3.9000000000000057,0.8768873067231624 +29429,34992,662,2012,FL,Pres-G,2012_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1415,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,2,0.8768873067231624 +27156,32428,662,2012,FL,Pres-G,2012_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-15,2012-11-06,52,1728,Barack Obama,16,DEM,47.1,50.007865068698685,Mitt Romney,9,REP,47.7,49.13097776197552,-0.6000000000000014,0.8768873067231624 +29409,34957,662,2012,FL,Pres-G,2012_Pres-G_FL,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,1230,Barack Obama,16,DEM,49.1,50.007865068698685,Mitt Romney,9,REP,45.5,49.13097776197552,3.6000000000000014,0.8768873067231624 +29397,34937,662,2012,FL,Pres-G,2012_Pres-G_FL,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-09-17,2012-11-06,50,829,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,44,49.13097776197552,5,0.8768873067231624 +29515,35139,662,2012,FL,Pres-G,2012_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-09-18,2012-11-06,49,800,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,1,0.8768873067231624 +29469,35048,662,2012,FL,Pres-G,2012_Pres-G_FL,Purple Strategies,265,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,600,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,48,49.13097776197552,-1,0.8768873067231624 +29550,35173,662,2012,FL,Pres-G,2012_Pres-G_FL,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,600,Barack Obama,16,DEM,50,50.007865068698685,Mitt Romney,9,REP,45,49.13097776197552,5,0.8768873067231624 +29536,35232,662,2012,FL,Pres-G,2012_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-22,2012-11-06,45,861,Barack Obama,16,DEM,50,50.007865068698685,Mitt Romney,9,REP,46,49.13097776197552,4,0.8768873067231624 +29568,35202,662,2012,FL,Pres-G,2012_Pres-G_FL,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,769,Barack Obama,16,DEM,51,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,4,0.8768873067231624 +29587,35240,662,2012,FL,Pres-G,2012_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2012-09-24,2012-11-06,43,540,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,46,49.13097776197552,3,0.8768873067231624 +29591,35247,662,2012,FL,Pres-G,2012_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,1196,Barack Obama,16,DEM,53,50.007865068698685,Mitt Romney,9,REP,44,49.13097776197552,9,0.8768873067231624 +29678,35378,662,2012,FL,Pres-G,2012_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-29,2012-11-06,38,914,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,48.4,49.13097776197552,0.6000000000000014,0.8768873067231624 +29711,35431,662,2012,FL,Pres-G,2012_Pres-G_FL,Suffolk University,323,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,600,Barack Obama,16,DEM,46,50.007865068698685,Mitt Romney,9,REP,43,49.13097776197552,3,0.8768873067231624 +29724,35441,662,2012,FL,Pres-G,2012_Pres-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-30,2012-11-06,37,890,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,46,49.13097776197552,1,0.8768873067231624 +29774,35581,662,2012,FL,Pres-G,2012_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-04,2012-11-06,33,500,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,-2,0.8768873067231624 +29801,35579,662,2012,FL,Pres-G,2012_Pres-G_FL,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,1200,Barack Obama,16,DEM,46,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,-3,0.8768873067231624 +30778,37124,662,2012,FL,Pres-G,2012_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-04,2012-11-06,33,1060,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,0,0.8768873067231624 +30139,36100,662,2012,FL,Pres-G,2012_Pres-G_FL,Hill Research Consultants,140,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,604,Barack Obama,16,DEM,43,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,-4,0.8768873067231624 +29922,35740,662,2012,FL,Pres-G,2012_Pres-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-08,2012-11-06,29,988,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,1,0.8768873067231624 +29879,35916,662,2012,FL,Pres-G,2012_Pres-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,NA,NA,2012-10-05,2012-11-06,32,653,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,45,49.13097776197552,4,0.8768873067231624 +29949,35818,662,2012,FL,Pres-G,2012_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,800,Barack Obama,16,DEM,44,50.007865068698685,Mitt Romney,9,REP,51,49.13097776197552,-7,0.8768873067231624 +29954,35874,662,2012,FL,Pres-G,2012_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-11,2012-11-06,26,750,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,51,49.13097776197552,-4,0.8768873067231624 +29955,35789,662,2012,FL,Pres-G,2012_Pres-G_FL,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-10,2012-11-06,27,600,Barack Obama,16,DEM,46,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,-3,0.8768873067231624 +30036,35931,662,2012,FL,Pres-G,2012_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,1244,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,1,0.8768873067231624 +30009,35881,662,2012,FL,Pres-G,2012_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-13,2012-11-06,24,617,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,-1,0.8768873067231624 +29992,35852,662,2012,FL,Pres-G,2012_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,791,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,-1,0.8768873067231624 +77907,150626,662,2012,FL,Pres-G,2012_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-17,2012-11-06,20,842,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,42,49.13097776197552,6,0.8768873067231624 +30123,36116,662,2012,FL,Pres-G,2012_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-18,2012-11-06,19,750,Barack Obama,16,DEM,46,50.007865068698685,Mitt Romney,9,REP,51,49.13097776197552,-5,0.8768873067231624 +30140,150625,662,2012,FL,Pres-G,2012_Pres-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-10-17,2012-11-06,20,681,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,48,49.13097776197552,-1,0.8768873067231624 +30144,36088,662,2012,FL,Pres-G,2012_Pres-G_FL,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2012-10-17,2012-11-06,20,1130,Barack Obama,16,DEM,45,50.007865068698685,Mitt Romney,9,REP,48,49.13097776197552,-3,0.8768873067231624 +30152,36102,662,2012,FL,Pres-G,2012_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,600,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,46,49.13097776197552,1,0.8768873067231624 +30167,36123,662,2012,FL,Pres-G,2012_Pres-G_FL,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-17,2012-11-06,20,500,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,45,49.13097776197552,3,0.8768873067231624 +30174,36234,662,2012,FL,Pres-G,2012_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-17,2012-11-06,20,800,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,48,49.13097776197552,-1,0.8768873067231624 +30208,36186,662,2012,FL,Pres-G,2012_Pres-G_FL,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,502,Barack Obama,16,DEM,44,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,-5,0.8768873067231624 +30238,36242,662,2012,FL,Pres-G,2012_Pres-G_FL,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-20,2012-11-06,17,800,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,0,0.8768873067231624 +30292,36316,662,2012,FL,Pres-G,2012_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-24,2012-11-06,13,1182,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,50,49.13097776197552,-1,0.8768873067231624 +30304,36331,662,2012,FL,Pres-G,2012_Pres-G_FL,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-23,2012-11-06,14,600,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,45,49.13097776197552,2,0.8768873067231624 +30334,36486,662,2012,FL,Pres-G,2012_Pres-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,1001,Barack Obama,16,DEM,46,50.007865068698685,Mitt Romney,9,REP,51,49.13097776197552,-5,0.8768873067231624 +30327,36481,662,2012,FL,Pres-G,2012_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,750,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,50,49.13097776197552,-2,0.8768873067231624 +30436,36526,662,2012,FL,Pres-G,2012_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-26,2012-11-06,11,595,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,0,0.8768873067231624 +30474,36590,662,2012,FL,Pres-G,2012_Pres-G_FL,Mellman Group,205,FALSE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,800,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,2,0.8768873067231624 +30401,36470,662,2012,FL,Pres-G,2012_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-27,2012-11-06,10,687,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,48,49.13097776197552,1,0.8768873067231624 +30426,36509,662,2012,FL,Pres-G,2012_Pres-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,770,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,48,49.13097776197552,0,0.8768873067231624 +30482,36602,662,2012,FL,Pres-G,2012_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,1073,Barack Obama,16,DEM,50,50.007865068698685,Mitt Romney,9,REP,45,49.13097776197552,5,0.8768873067231624 +30641,36860,662,2012,FL,Pres-G,2012_Pres-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-29,2012-11-06,8,1000,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,50,49.13097776197552,-2,0.8768873067231624 +30553,36719,662,2012,FL,Pres-G,2012_Pres-G_FL,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-28,2012-11-06,9,600,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,1,0.8768873067231624 +73054,150595,662,2012,FL,Pres-G,2012_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-29,2012-11-06,8,825,Barack Obama,16,DEM,47.3,50.007865068698685,Mitt Romney,9,REP,46.8,49.13097776197552,0.5,0.8768873067231624 +30499,36630,662,2012,FL,Pres-G,2012_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,549,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,50,49.13097776197552,-3,0.8768873067231624 +30510,36646,662,2012,FL,Pres-G,2012_Pres-G_FL,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1146,Barack Obama,16,DEM,48.9,50.007865068698685,Mitt Romney,9,REP,49.8,49.13097776197552,-0.8999999999999986,0.8768873067231624 +30629,36839,662,2012,FL,Pres-G,2012_Pres-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,1545,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,47,49.13097776197552,2,0.8768873067231624 +30625,36922,662,2012,FL,Pres-G,2012_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,800,Barack Obama,16,DEM,45,50.007865068698685,Mitt Romney,9,REP,51,49.13097776197552,-6,0.8768873067231624 +30601,36799,662,2012,FL,Pres-G,2012_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,985,Barack Obama,16,DEM,48,50.007865068698685,Mitt Romney,9,REP,46,49.13097776197552,2,0.8768873067231624 +30602,36801,662,2012,FL,Pres-G,2012_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1319,Barack Obama,16,DEM,46,50.007865068698685,Mitt Romney,9,REP,43,49.13097776197552,3,0.8768873067231624 +30686,36959,662,2012,FL,Pres-G,2012_Pres-G_FL,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-11-01,2012-11-06,5,600,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,45,49.13097776197552,2,0.8768873067231624 +30773,37115,662,2012,FL,Pres-G,2012_Pres-G_FL,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,525,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,0,0.8768873067231624 +30711,37006,662,2012,FL,Pres-G,2012_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1621,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,48,49.13097776197552,-1,0.8768873067231624 +30744,37054,662,2012,FL,Pres-G,2012_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-11-04,2012-11-06,2,437,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,52,49.13097776197552,-5,0.8768873067231624 +30748,37061,662,2012,FL,Pres-G,2012_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,955,Barack Obama,16,DEM,50,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,1,0.8768873067231624 +30785,37135,662,2012,FL,Pres-G,2012_Pres-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,769,Barack Obama,16,DEM,47,50.007865068698685,Mitt Romney,9,REP,48,49.13097776197552,-1,0.8768873067231624 +30806,150590,662,2012,FL,Pres-G,2012_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,876,Barack Obama,16,DEM,46.9,50.007865068698685,Mitt Romney,9,REP,47.2,49.13097776197552,-0.30000000000000426,0.8768873067231624 +77886,150525,662,2012,FL,Pres-G,2012_Pres-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-11-04,2012-11-06,2,1060,Barack Obama,16,DEM,49,50.007865068698685,Mitt Romney,9,REP,49,49.13097776197552,0,0.8768873067231624 +29476,35058,663,2012,GA,Pres-G,2012_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1020,Barack Obama,16,DEM,44,45.48216048512199,Mitt Romney,9,REP,51,53.29900898706427,-7,-7.816848501942282 +29474,35053,663,2012,GA,Pres-G,2012_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,483,Barack Obama,16,DEM,35,45.48216048512199,Mitt Romney,9,REP,56,53.29900898706427,-21,-7.816848501942282 +29987,35844,663,2012,GA,Pres-G,2012_Pres-G_GA,Abt Associates,7,TRUE,FALSE,NA,NA,2012-10-10,2012-11-06,27,706,Barack Obama,16,DEM,43,45.48216048512199,Mitt Romney,9,REP,51,53.29900898706427,-8,-7.816848501942282 +30052,35957,663,2012,GA,Pres-G,2012_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,777,Barack Obama,16,DEM,44,45.48216048512199,Mitt Romney,9,REP,52,53.29900898706427,-8,-7.816848501942282 +30438,36529,663,2012,GA,Pres-G,2012_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-27,2012-11-06,10,574,Barack Obama,16,DEM,44,45.48216048512199,Mitt Romney,9,REP,52,53.29900898706427,-8,-7.816848501942282 +30586,36770,663,2012,GA,Pres-G,2012_Pres-G_GA,20/20 Insight,1,FALSE,FALSE,IVR,DEM,2012-10-31,2012-11-06,6,1316,Barack Obama,16,DEM,46,45.48216048512199,Mitt Romney,9,REP,52,53.29900898706427,-6,-7.816848501942282 +30687,36960,663,2012,GA,Pres-G,2012_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1070,Barack Obama,16,DEM,44,45.48216048512199,Mitt Romney,9,REP,52,53.29900898706427,-8,-7.816848501942282 +51412,150636,664,2012,HI,Pres-G,2012_Pres-G_HI,MRG Research,207,FALSE,FALSE,IVR,NA,2012-09-27,2012-11-06,40,1648,Barack Obama,16,DEM,62,70.54523035585707,Mitt Romney,9,REP,30,27.83893148560951,32,42.706298870247565 +30541,36766,664,2012,HI,Pres-G,2012_Pres-G_HI,MRG Research,207,FALSE,FALSE,IVR,NA,2012-10-26,2012-11-06,11,1218,Barack Obama,16,DEM,61,70.54523035585707,Mitt Romney,9,REP,34,27.83893148560951,27,42.706298870247565 +51312,150635,664,2012,HI,Pres-G,2012_Pres-G_HI,MRG Research,207,FALSE,FALSE,IVR,NA,2012-10-25,2012-11-06,12,1218,Barack Obama,16,DEM,61,70.54523035585707,Mitt Romney,9,REP,34,27.83893148560951,27,42.706298870247565 +29430,34994,665,2012,IA,Pres-G,2012_Pres-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,700,Barack Obama,16,DEM,48,51.98801653414908,Mitt Romney,9,REP,43,46.177868510536094,5,5.810148023612989 +29444,35015,665,2012,IA,Pres-G,2012_Pres-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-17,2012-11-06,50,898,Barack Obama,16,DEM,50,51.98801653414908,Mitt Romney,9,REP,42,46.177868510536094,8,5.810148023612989 +29407,34954,665,2012,IA,Pres-G,2012_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-19,2012-11-06,48,500,Barack Obama,16,DEM,44,51.98801653414908,Mitt Romney,9,REP,47,46.177868510536094,-3,5.810148023612989 +29553,35176,665,2012,IA,Pres-G,2012_Pres-G_IA,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-22,2012-11-06,45,600,Barack Obama,16,DEM,51,51.98801653414908,Mitt Romney,9,REP,44,46.177868510536094,7,5.810148023612989 +29622,35298,665,2012,IA,Pres-G,2012_Pres-G_IA,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,2012-09-24,2012-11-06,43,500,Barack Obama,16,DEM,46,51.98801653414908,Mitt Romney,9,REP,47,46.177868510536094,-1,5.810148023612989 +29603,35267,665,2012,IA,Pres-G,2012_Pres-G_IA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-25,2012-11-06,42,754,Barack Obama,16,DEM,51,51.98801653414908,Mitt Romney,9,REP,44,46.177868510536094,7,5.810148023612989 +29656,35345,665,2012,IA,Pres-G,2012_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2012-09-25,2012-11-06,42,650,Barack Obama,16,DEM,49,51.98801653414908,Mitt Romney,9,REP,45,46.177868510536094,4,5.810148023612989 +29681,35386,665,2012,IA,Pres-G,2012_Pres-G_IA,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1273,Barack Obama,16,DEM,47.5,51.98801653414908,Mitt Romney,9,REP,43.7,46.177868510536094,3.799999999999997,5.810148023612989 +29819,35588,665,2012,IA,Pres-G,2012_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-07,2012-11-06,30,500,Barack Obama,16,DEM,49,51.98801653414908,Mitt Romney,9,REP,47,46.177868510536094,2,5.810148023612989 +30037,35924,665,2012,IA,Pres-G,2012_Pres-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,545,Barack Obama,16,DEM,50,51.98801653414908,Mitt Romney,9,REP,46,46.177868510536094,4,5.810148023612989 +30004,35866,665,2012,IA,Pres-G,2012_Pres-G_IA,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,600,Barack Obama,16,DEM,48,51.98801653414908,Mitt Romney,9,REP,48,46.177868510536094,0,5.810148023612989 +30022,35902,665,2012,IA,Pres-G,2012_Pres-G_IA,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1499,Barack Obama,16,DEM,48.7,51.98801653414908,Mitt Romney,9,REP,45.9,46.177868510536094,2.8000000000000043,5.810148023612989 +30112,36047,665,2012,IA,Pres-G,2012_Pres-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,1137,Barack Obama,16,DEM,51,51.98801653414908,Mitt Romney,9,REP,43,46.177868510536094,8,5.810148023612989 +30185,36155,665,2012,IA,Pres-G,2012_Pres-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-18,2012-11-06,19,660,Barack Obama,16,DEM,49,51.98801653414908,Mitt Romney,9,REP,48,46.177868510536094,1,5.810148023612989 +30137,36078,665,2012,IA,Pres-G,2012_Pres-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-18,2012-11-06,19,869,Barack Obama,16,DEM,48,51.98801653414908,Mitt Romney,9,REP,49,46.177868510536094,-1,5.810148023612989 +30202,36176,665,2012,IA,Pres-G,2012_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,500,Barack Obama,16,DEM,48,51.98801653414908,Mitt Romney,9,REP,48,46.177868510536094,0,5.810148023612989 +30321,36355,665,2012,IA,Pres-G,2012_Pres-G_IA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-24,2012-11-06,13,517,Barack Obama,16,DEM,50,51.98801653414908,Mitt Romney,9,REP,46,46.177868510536094,4,5.810148023612989 +30303,36332,665,2012,IA,Pres-G,2012_Pres-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-23,2012-11-06,14,690,Barack Obama,16,DEM,49,51.98801653414908,Mitt Romney,9,REP,47,46.177868510536094,2,5.810148023612989 +30513,36925,665,2012,IA,Pres-G,2012_Pres-G_IA,University of Iowa Hawkeye Poll Cooperative,353,FALSE,FALSE,Live Phone,NA,2012-10-22,2012-11-06,15,307,Barack Obama,16,DEM,44.4,51.98801653414908,Mitt Romney,9,REP,45.2,46.177868510536094,-0.8000000000000043,5.810148023612989 +30539,36702,665,2012,IA,Pres-G,2012_Pres-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,1142,Barack Obama,16,DEM,50,51.98801653414908,Mitt Romney,9,REP,44,46.177868510536094,6,5.810148023612989 +30511,36647,665,2012,IA,Pres-G,2012_Pres-G_IA,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1174,Barack Obama,16,DEM,48.8,51.98801653414908,Mitt Romney,9,REP,47.3,46.177868510536094,1.5,5.810148023612989 +30548,36714,665,2012,IA,Pres-G,2012_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-30,2012-11-06,7,750,Barack Obama,16,DEM,48,51.98801653414908,Mitt Romney,9,REP,49,46.177868510536094,-1,5.810148023612989 +30494,36621,665,2012,IA,Pres-G,2012_Pres-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-29,2012-11-06,8,676,Barack Obama,16,DEM,50,51.98801653414908,Mitt Romney,9,REP,45,46.177868510536094,5,5.810148023612989 +30544,36711,665,2012,IA,Pres-G,2012_Pres-G_IA,CallFire,42,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,891,Barack Obama,16,DEM,50,51.98801653414908,Mitt Romney,9,REP,47,46.177868510536094,3,5.810148023612989 +30582,36764,665,2012,IA,Pres-G,2012_Pres-G_IA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,594,Barack Obama,16,DEM,49,51.98801653414908,Mitt Romney,9,REP,45,46.177868510536094,4,5.810148023612989 +30617,36818,665,2012,IA,Pres-G,2012_Pres-G_IA,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-31,2012-11-06,6,600,Barack Obama,16,DEM,46,51.98801653414908,Mitt Romney,9,REP,44,46.177868510536094,2,5.810148023612989 +30634,36851,665,2012,IA,Pres-G,2012_Pres-G_IA,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-11-01,2012-11-06,5,500,Barack Obama,16,DEM,47,51.98801653414908,Mitt Romney,9,REP,44,46.177868510536094,3,5.810148023612989 +30667,36918,665,2012,IA,Pres-G,2012_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2012-11-01,2012-11-06,5,800,Barack Obama,16,DEM,47,51.98801653414908,Mitt Romney,9,REP,42,46.177868510536094,5,5.810148023612989 +30710,37004,665,2012,IA,Pres-G,2012_Pres-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1040,Barack Obama,16,DEM,48,51.98801653414908,Mitt Romney,9,REP,47,46.177868510536094,1,5.810148023612989 +30728,37030,665,2012,IA,Pres-G,2012_Pres-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,1122,Barack Obama,16,DEM,50,51.98801653414908,Mitt Romney,9,REP,48,46.177868510536094,2,5.810148023612989 +30764,37106,665,2012,IA,Pres-G,2012_Pres-G_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,600,Barack Obama,16,DEM,48,51.98801653414908,Mitt Romney,9,REP,49,46.177868510536094,-1,5.810148023612989 +29989,35915,666,2012,ID,Pres-G,2012_Pres-G_ID,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,625,Barack Obama,16,DEM,27,32.62233355920978,Mitt Romney,9,REP,63,64.52978349589283,-36,-31.90744993668305 +23931,28926,667,2012,IL,Pres-G,2012_Pres-G_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,NA,NA,2012-09-07,2012-11-06,60,1261,Barack Obama,16,DEM,47.1,57.60213536247709,Mitt Romney,9,REP,33.8,40.7327412708169,13.300000000000004,16.86939409166019 +29504,35102,667,2012,IL,Pres-G,2012_Pres-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1086,Barack Obama,16,DEM,59,57.60213536247709,Mitt Romney,9,REP,36,40.7327412708169,23,16.86939409166019 +29912,35781,667,2012,IL,Pres-G,2012_Pres-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2012-10-06,2012-11-06,31,700,Barack Obama,16,DEM,55,57.60213536247709,Mitt Romney,9,REP,36,40.7327412708169,19,16.86939409166019 +30047,35947,667,2012,IL,Pres-G,2012_Pres-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,850,Barack Obama,16,DEM,58,57.60213536247709,Mitt Romney,9,REP,38,40.7327412708169,20,16.86939409166019 +30496,36624,667,2012,IL,Pres-G,2012_Pres-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1198,Barack Obama,16,DEM,57,57.60213536247709,Mitt Romney,9,REP,41,40.7327412708169,16,16.86939409166019 +30701,36987,667,2012,IL,Pres-G,2012_Pres-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1126,Barack Obama,16,DEM,57,57.60213536247709,Mitt Romney,9,REP,38,40.7327412708169,19,16.86939409166019 +23948,32418,668,2012,IN,Pres-G,2012_Pres-G_IN,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2012-09-11,2012-11-06,56,800,Barack Obama,16,DEM,41,43.927302904058394,Mitt Romney,9,REP,47,54.12553238022445,-6,-10.198229476166055 +29478,35060,668,2012,IN,Pres-G,2012_Pres-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,658,Barack Obama,16,DEM,45,43.927302904058394,Mitt Romney,9,REP,50,54.12553238022445,-5,-10.198229476166055 +29611,35284,668,2012,IN,Pres-G,2012_Pres-G_IN,Howey Politics/DePauw University,142,FALSE,TRUE,NA,NA,2012-09-21,2012-11-06,46,800,Barack Obama,16,DEM,40,43.927302904058394,Mitt Romney,9,REP,52,54.12553238022445,-12,-10.198229476166055 +29856,150640,668,2012,IN,Pres-G,2012_Pres-G_IN,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-03,2012-11-06,34,600,Barack Obama,16,DEM,39,43.927302904058394,Mitt Romney,9,REP,55,54.12553238022445,-16,-10.198229476166055 +30007,35913,668,2012,IN,Pres-G,2012_Pres-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-10,2012-11-06,27,600,Barack Obama,16,DEM,41,43.927302904058394,Mitt Romney,9,REP,54,54.12553238022445,-13,-10.198229476166055 +30053,35958,668,2012,IN,Pres-G,2012_Pres-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,495,Barack Obama,16,DEM,41,43.927302904058394,Mitt Romney,9,REP,53,54.12553238022445,-12,-10.198229476166055 +30614,37213,668,2012,IN,Pres-G,2012_Pres-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-24,2012-11-06,13,600,Barack Obama,16,DEM,41,43.927302904058394,Mitt Romney,9,REP,55,54.12553238022445,-14,-10.198229476166055 +30519,37191,668,2012,IN,Pres-G,2012_Pres-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-29,2012-11-06,8,600,Barack Obama,16,DEM,39,43.927302904058394,Mitt Romney,9,REP,57,54.12553238022445,-18,-10.198229476166055 +30585,36774,668,2012,IN,Pres-G,2012_Pres-G_IN,Howey Politics/DePauw University,142,FALSE,TRUE,Live Phone,NA,2012-10-29,2012-11-06,8,800,Barack Obama,16,DEM,41,43.927302904058394,Mitt Romney,9,REP,51,54.12553238022445,-10,-10.198229476166055 +30611,36943,668,2012,IN,Pres-G,2012_Pres-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-01,2012-11-06,5,600,Barack Obama,16,DEM,43,43.927302904058394,Mitt Romney,9,REP,52,54.12553238022445,-9,-10.198229476166055 +30619,37211,668,2012,IN,Pres-G,2012_Pres-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-31,2012-11-06,6,600,Barack Obama,16,DEM,41,43.927302904058394,Mitt Romney,9,REP,54,54.12553238022445,-13,-10.198229476166055 +30688,36961,668,2012,IN,Pres-G,2012_Pres-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,768,Barack Obama,16,DEM,44,43.927302904058394,Mitt Romney,9,REP,51,54.12553238022445,-7,-10.198229476166055 +23940,28936,670,2012,KY,Pres-G,2012_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-12,2012-11-06,55,606,Barack Obama,16,DEM,39,37.8013278344458,Mitt Romney,9,REP,53,60.49314159932162,-14,-22.691813764875818 +29705,35419,671,2012,LA,Pres-G,2012_Pres-G_LA,Southern Media & Opinion Research,310,FALSE,FALSE,NA,REP,2012-09-15,2012-11-06,52,600,Barack Obama,16,DEM,38.8,40.57746362330215,Mitt Romney,9,REP,44.5,57.78457572847425,-5.700000000000003,-17.2071121051721 +29743,35477,671,2012,LA,Pres-G,2012_Pres-G_LA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-09-29,2012-11-06,38,412,Barack Obama,16,DEM,36.5,40.57746362330215,Mitt Romney,9,REP,49.7,57.78457572847425,-13.200000000000003,-17.2071121051721 +29831,35602,671,2012,LA,Pres-G,2012_Pres-G_LA,Magellan Strategies,179,FALSE,FALSE,NA,NA,2012-10-03,2012-11-06,34,2682,Barack Obama,16,DEM,36,40.57746362330215,Mitt Romney,9,REP,59,57.78457572847425,-23,-17.2071121051721 +30518,36741,671,2012,LA,Pres-G,2012_Pres-G_LA,Clarus Research Group,53,FALSE,FALSE,NA,NA,2012-10-06,2012-11-06,31,602,Barack Obama,16,DEM,37,40.57746362330215,Mitt Romney,9,REP,53,57.78457572847425,-16,-17.2071121051721 +19046,24331,672,2012,MA,Pres-G,2012_Pres-G_MA,Kimball Political Consulting,163,FALSE,TRUE,NA,NA,2012-09-08,2012-11-06,59,756,Barack Obama,16,DEM,56,60.33830832021647,Mitt Romney,9,REP,40,37.319122315334866,16,23.019186004881604 +23938,150648,672,2012,MA,Pres-G,2012_Pres-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2012-09-10,2012-11-06,57,444,Barack Obama,16,DEM,60,60.33830832021647,Mitt Romney,9,REP,38,37.319122315334866,22,23.019186004881604 +29480,35062,672,2012,MA,Pres-G,2012_Pres-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,825,Barack Obama,16,DEM,55,60.33830832021647,Mitt Romney,9,REP,39,37.319122315334866,16,23.019186004881604 +23944,32444,672,2012,MA,Pres-G,2012_Pres-G_MA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-15,2012-11-06,52,876,Barack Obama,16,DEM,57,60.33830832021647,Mitt Romney,9,REP,39,37.319122315334866,18,23.019186004881604 +27152,32421,672,2012,MA,Pres-G,2012_Pres-G_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2012-09-15,2012-11-06,52,600,Barack Obama,16,DEM,64,60.33830832021647,Mitt Romney,9,REP,31,37.319122315334866,33,23.019186004881604 +29386,34901,672,2012,MA,Pres-G,2012_Pres-G_MA,MassINC Polling Group,198,TRUE,FALSE,NA,NA,2012-09-16,2012-11-06,51,507,Barack Obama,16,DEM,59,60.33830832021647,Mitt Romney,9,REP,31,37.319122315334866,28,23.019186004881604 +29416,34969,672,2012,MA,Pres-G,2012_Pres-G_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,NA,NA,2012-09-15,2012-11-06,52,497,Barack Obama,16,DEM,59,60.33830832021647,Mitt Romney,9,REP,36,37.319122315334866,23,23.019186004881604 +29577,35254,672,2012,MA,Pres-G,2012_Pres-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-24,2012-11-06,43,500,Barack Obama,16,DEM,55,60.33830832021647,Mitt Romney,9,REP,40,37.319122315334866,15,23.019186004881604 +29658,35360,672,2012,MA,Pres-G,2012_Pres-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2012-09-24,2012-11-06,43,502,Barack Obama,16,DEM,57,60.33830832021647,Mitt Romney,9,REP,30,37.319122315334866,27,23.019186004881604 +29670,35381,672,2012,MA,Pres-G,2012_Pres-G_MA,MassINC Polling Group,198,TRUE,FALSE,NA,NA,2012-09-27,2012-11-06,40,504,Barack Obama,16,DEM,60,60.33830832021647,Mitt Romney,9,REP,32,37.319122315334866,28,23.019186004881604 +29808,35574,672,2012,MA,Pres-G,2012_Pres-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,NA,NA,2012-10-01,2012-11-06,36,440,Barack Obama,16,DEM,63,60.33830832021647,Mitt Romney,9,REP,33,37.319122315334866,30,23.019186004881604 +29837,35614,672,2012,MA,Pres-G,2012_Pres-G_MA,MassINC Polling Group,198,TRUE,FALSE,NA,NA,2012-10-06,2012-11-06,31,501,Barack Obama,16,DEM,52,60.33830832021647,Mitt Romney,9,REP,36,37.319122315334866,16,23.019186004881604 +29868,35652,672,2012,MA,Pres-G,2012_Pres-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-05,2012-11-06,32,437,Barack Obama,16,DEM,55,60.33830832021647,Mitt Romney,9,REP,34,37.319122315334866,21,23.019186004881604 +29945,35907,672,2012,MA,Pres-G,2012_Pres-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-10,2012-11-06,27,500,Barack Obama,16,DEM,57,60.33830832021647,Mitt Romney,9,REP,42,37.319122315334866,15,23.019186004881604 +29941,35769,672,2012,MA,Pres-G,2012_Pres-G_MA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,1051,Barack Obama,16,DEM,55,60.33830832021647,Mitt Romney,9,REP,41,37.319122315334866,14,23.019186004881604 +30049,35950,672,2012,MA,Pres-G,2012_Pres-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,669,Barack Obama,16,DEM,55,60.33830832021647,Mitt Romney,9,REP,36,37.319122315334866,19,23.019186004881604 +30076,35996,672,2012,MA,Pres-G,2012_Pres-G_MA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-15,2012-11-06,22,709,Barack Obama,16,DEM,57,60.33830832021647,Mitt Romney,9,REP,39,37.319122315334866,18,23.019186004881604 +30211,36190,672,2012,MA,Pres-G,2012_Pres-G_MA,Kimball Political Consulting,163,FALSE,TRUE,IVR,NA,2012-10-20,2012-11-06,17,761,Barack Obama,16,DEM,55,60.33830832021647,Mitt Romney,9,REP,39,37.319122315334866,16,23.019186004881604 +30256,36270,672,2012,MA,Pres-G,2012_Pres-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2012-10-21,2012-11-06,16,516,Barack Obama,16,DEM,56,60.33830832021647,Mitt Romney,9,REP,36,37.319122315334866,20,23.019186004881604 +30328,36626,672,2012,MA,Pres-G,2012_Pres-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,500,Barack Obama,16,DEM,59,60.33830832021647,Mitt Romney,9,REP,40,37.319122315334866,19,23.019186004881604 +30445,36539,672,2012,MA,Pres-G,2012_Pres-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,600,Barack Obama,16,DEM,63,60.33830832021647,Mitt Romney,9,REP,31,37.319122315334866,32,23.019186004881604 +30413,36490,672,2012,MA,Pres-G,2012_Pres-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,583,Barack Obama,16,DEM,52,60.33830832021647,Mitt Romney,9,REP,38,37.319122315334866,14,23.019186004881604 +30587,36777,672,2012,MA,Pres-G,2012_Pres-G_MA,Kimball Political Consulting,163,FALSE,TRUE,IVR,NA,2012-10-31,2012-11-06,6,761,Barack Obama,16,DEM,54,60.33830832021647,Mitt Romney,9,REP,41,37.319122315334866,13,23.019186004881604 +30650,36889,672,2012,MA,Pres-G,2012_Pres-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,535,Barack Obama,16,DEM,58,60.33830832021647,Mitt Romney,9,REP,40,37.319122315334866,18,23.019186004881604 +30624,36827,672,2012,MA,Pres-G,2012_Pres-G_MA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,1089,Barack Obama,16,DEM,57,60.33830832021647,Mitt Romney,9,REP,42,37.319122315334866,15,23.019186004881604 +30700,36985,672,2012,MA,Pres-G,2012_Pres-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,811,Barack Obama,16,DEM,57,60.33830832021647,Mitt Romney,9,REP,37,37.319122315334866,20,23.019186004881604 +30740,37045,672,2012,MA,Pres-G,2012_Pres-G_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,800,Barack Obama,16,DEM,57,60.33830832021647,Mitt Romney,9,REP,37,37.319122315334866,20,23.019186004881604 +29505,35103,673,2012,MD,Pres-G,2012_Pres-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,686,Barack Obama,16,DEM,57,61.97419077931849,Mitt Romney,9,REP,37,35.89773233894539,20,26.076458440373102 +29594,35255,673,2012,MD,Pres-G,2012_Pres-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,NA,NA,2012-09-20,2012-11-06,47,813,Barack Obama,16,DEM,55,61.97419077931849,Mitt Romney,9,REP,36,35.89773233894539,19,26.076458440373102 +29665,35361,673,2012,MD,Pres-G,2012_Pres-G_MD,OpinionWorks,244,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,804,Barack Obama,16,DEM,57,61.97419077931849,Mitt Romney,9,REP,34,35.89773233894539,23,26.076458440373102 +30048,35948,673,2012,MD,Pres-G,2012_Pres-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,498,Barack Obama,16,DEM,58,61.97419077931849,Mitt Romney,9,REP,37,35.89773233894539,21,26.076458440373102 +30149,36094,673,2012,MD,Pres-G,2012_Pres-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,843,Barack Obama,16,DEM,60,61.97419077931849,Mitt Romney,9,REP,36,35.89773233894539,24,26.076458440373102 +30403,36479,673,2012,MD,Pres-G,2012_Pres-G_MD,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2012-10-22,2012-11-06,15,801,Barack Obama,16,DEM,55,61.97419077931849,Mitt Romney,9,REP,36,35.89773233894539,19,26.076458440373102 +30699,36983,673,2012,MD,Pres-G,2012_Pres-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,705,Barack Obama,16,DEM,59,61.97419077931849,Mitt Romney,9,REP,37,35.89773233894539,22,26.076458440373102 +29661,35352,674,2012,ME,Pres-G,2012_Pres-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2012-09-14,2012-11-06,53,618,Barack Obama,16,DEM,52,56.26994587621639,Mitt Romney,9,REP,36,40.98208026024285,16,15.287865615973537 +29382,34895,674,2012,ME,Pres-G,2012_Pres-G_ME,Maine People's Resource Center,180,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,856,Barack Obama,16,DEM,53.5,56.26994587621639,Mitt Romney,9,REP,37.3,40.98208026024285,16.200000000000003,15.287865615973537 +29381,34893,674,2012,ME,Pres-G,2012_Pres-G_ME,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,804,Barack Obama,16,DEM,55,56.26994587621639,Mitt Romney,9,REP,39,40.98208026024285,16,15.287865615973537 +29613,35319,674,2012,ME,Pres-G,2012_Pres-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-25,2012-11-06,42,500,Barack Obama,16,DEM,52,56.26994587621639,Mitt Romney,9,REP,40,40.98208026024285,12,15.287865615973537 +29897,35706,674,2012,ME,Pres-G,2012_Pres-G_ME,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,400,Barack Obama,16,DEM,50.8,56.26994587621639,Mitt Romney,9,REP,36.8,40.98208026024285,14,15.287865615973537 +30669,36920,674,2012,ME,Pres-G,2012_Pres-G_ME,Digital Research,64,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,613,Barack Obama,16,DEM,49,56.26994587621639,Mitt Romney,9,REP,42,40.98208026024285,7,15.287865615973537 +30620,36821,674,2012,ME,Pres-G,2012_Pres-G_ME,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,1633,Barack Obama,16,DEM,55,56.26994587621639,Mitt Romney,9,REP,42,40.98208026024285,13,15.287865615973537 +30802,37163,674,2012,ME,Pres-G,2012_Pres-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,905,Barack Obama,16,DEM,53.3,56.26994587621639,Mitt Romney,9,REP,42.2,40.98208026024285,11.099999999999994,15.287865615973537 +19078,24380,675,2012,MI,Pres-G,2012_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,600,Barack Obama,16,DEM,47,54.20820421051875,Mitt Romney,9,REP,37,44.710916027420225,10,9.497288183098526 +19105,28930,675,2012,MI,Pres-G,2012_Pres-G_MI,Baydoun Consulting,25,FALSE,TRUE,NA,NA,2012-09-12,2012-11-06,55,1156,Barack Obama,16,DEM,45.49,54.20820421051875,Mitt Romney,9,REP,43.65,44.710916027420225,1.8400000000000034,9.497288183098526 +27159,32432,675,2012,MI,Pres-G,2012_Pres-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2012-09-12,2012-11-06,55,600,Barack Obama,16,DEM,47.5,54.20820421051875,Mitt Romney,9,REP,42.3,44.710916027420225,5.200000000000003,9.497288183098526 +29426,34986,675,2012,MI,Pres-G,2012_Pres-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1114,Barack Obama,16,DEM,51,54.20820421051875,Mitt Romney,9,REP,42,44.710916027420225,9,9.497288183098526 +29413,34963,675,2012,MI,Pres-G,2012_Pres-G_MI,Glengariff Group,117,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,600,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,37.8,44.710916027420225,14.200000000000003,9.497288183098526 +29394,34910,675,2012,MI,Pres-G,2012_Pres-G_MI,Big Village,37,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,754,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,44,44.710916027420225,8,9.497288183098526 +29632,35310,675,2012,MI,Pres-G,2012_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,2386,Barack Obama,16,DEM,51,54.20820421051875,Mitt Romney,9,REP,42,44.710916027420225,9,9.497288183098526 +29541,35237,675,2012,MI,Pres-G,2012_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-20,2012-11-06,47,500,Barack Obama,16,DEM,54,54.20820421051875,Mitt Romney,9,REP,42,44.710916027420225,12,9.497288183098526 +29634,35314,675,2012,MI,Pres-G,2012_Pres-G_MI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-21,2012-11-06,46,804,Barack Obama,16,DEM,50,54.20820421051875,Mitt Romney,9,REP,46.2,44.710916027420225,3.799999999999997,9.497288183098526 +29680,35385,675,2012,MI,Pres-G,2012_Pres-G_MI,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1064,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,39.9,44.710916027420225,12.100000000000001,9.497288183098526 +29830,35603,675,2012,MI,Pres-G,2012_Pres-G_MI,Baydoun Consulting,25,FALSE,TRUE,NA,NA,2012-10-05,2012-11-06,32,1122,Barack Obama,16,DEM,49.3,54.20820421051875,Mitt Romney,9,REP,45.85,44.710916027420225,3.4499999999999957,9.497288183098526 +29832,35617,675,2012,MI,Pres-G,2012_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,600,Barack Obama,16,DEM,48,54.20820421051875,Mitt Romney,9,REP,45,44.710916027420225,3,9.497288183098526 +29931,35756,675,2012,MI,Pres-G,2012_Pres-G_MI,Glengariff Group,117,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,600,Barack Obama,16,DEM,49,54.20820421051875,Mitt Romney,9,REP,42.3,44.710916027420225,6.700000000000003,9.497288183098526 +29932,35758,675,2012,MI,Pres-G,2012_Pres-G_MI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-07,2012-11-06,30,1122,Barack Obama,16,DEM,46,54.20820421051875,Mitt Romney,9,REP,44.4,44.710916027420225,1.6000000000000014,9.497288183098526 +30090,36019,675,2012,MI,Pres-G,2012_Pres-G_MI,Denno Research,582,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,600,Barack Obama,16,DEM,44.2,54.20820421051875,Mitt Romney,9,REP,40.5,44.710916027420225,3.700000000000003,9.497288183098526 +29961,35877,675,2012,MI,Pres-G,2012_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-11,2012-11-06,26,500,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,45,44.710916027420225,7,9.497288183098526 +30060,35973,675,2012,MI,Pres-G,2012_Pres-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,895,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,42,44.710916027420225,10,9.497288183098526 +30110,36045,675,2012,MI,Pres-G,2012_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2012-10-17,2012-11-06,20,800,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,46,44.710916027420225,6,9.497288183098526 +30180,36147,675,2012,MI,Pres-G,2012_Pres-G_MI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,551,Barack Obama,16,DEM,49,54.20820421051875,Mitt Romney,9,REP,40,44.710916027420225,9,9.497288183098526 +30283,36307,675,2012,MI,Pres-G,2012_Pres-G_MI,Baydoun Consulting,25,FALSE,TRUE,IVR,NA,2012-10-22,2012-11-06,15,1122,Barack Obama,16,DEM,46.92,54.20820421051875,Mitt Romney,9,REP,46.56,44.710916027420225,0.35999999999999943,9.497288183098526 +30470,36597,675,2012,MI,Pres-G,2012_Pres-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,600,Barack Obama,16,DEM,47.7,54.20820421051875,Mitt Romney,9,REP,45,44.710916027420225,2.700000000000003,9.497288183098526 +30506,36640,675,2012,MI,Pres-G,2012_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,600,Barack Obama,16,DEM,48,54.20820421051875,Mitt Romney,9,REP,42,44.710916027420225,6,9.497288183098526 +30520,36663,675,2012,MI,Pres-G,2012_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-30,2012-11-06,7,500,Barack Obama,16,DEM,53,54.20820421051875,Mitt Romney,9,REP,45,44.710916027420225,8,9.497288183098526 +30591,36783,675,2012,MI,Pres-G,2012_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-01,2012-11-06,5,750,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,47,44.710916027420225,5,9.497288183098526 +30578,36760,675,2012,MI,Pres-G,2012_Pres-G_MI,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-31,2012-11-06,6,500,Barack Obama,16,DEM,48,54.20820421051875,Mitt Romney,9,REP,41,44.710916027420225,7,9.497288183098526 +30679,36940,675,2012,MI,Pres-G,2012_Pres-G_MI,Baydoun Consulting,25,FALSE,TRUE,IVR,NA,2012-11-02,2012-11-06,4,1913,Barack Obama,16,DEM,46.24,54.20820421051875,Mitt Romney,9,REP,46.86,44.710916027420225,-0.6199999999999974,9.497288183098526 +30637,36854,675,2012,MI,Pres-G,2012_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,700,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,46,44.710916027420225,6,9.497288183098526 +30775,37119,675,2012,MI,Pres-G,2012_Pres-G_MI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,502,Barack Obama,16,DEM,52,54.20820421051875,Mitt Romney,9,REP,47,44.710916027420225,5,9.497288183098526 +30698,36981,675,2012,MI,Pres-G,2012_Pres-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1091,Barack Obama,16,DEM,51,54.20820421051875,Mitt Romney,9,REP,44,44.710916027420225,7,9.497288183098526 +30795,37150,675,2012,MI,Pres-G,2012_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2012-11-04,2012-11-06,2,1305,Barack Obama,16,DEM,51,54.20820421051875,Mitt Romney,9,REP,46,44.710916027420225,5,9.497288183098526 +19050,28910,676,2012,MN,Pres-G,2012_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,551,Barack Obama,16,DEM,50,52.65230315324626,Mitt Romney,9,REP,40,44.958201106668646,10,7.694102046577612 +19095,24402,676,2012,MN,Pres-G,2012_Pres-G_MN,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,824,Barack Obama,16,DEM,51,52.65230315324626,Mitt Romney,9,REP,44,44.958201106668646,7,7.694102046577612 +29494,35082,676,2012,MN,Pres-G,2012_Pres-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,816,Barack Obama,16,DEM,50,52.65230315324626,Mitt Romney,9,REP,42,44.958201106668646,8,7.694102046577612 +29542,35287,676,2012,MN,Pres-G,2012_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,800,Barack Obama,16,DEM,48,52.65230315324626,Mitt Romney,9,REP,40,44.958201106668646,8,7.694102046577612 +77926,150657,676,2012,MN,Pres-G,2012_Pres-G_MN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-07,2012-11-06,30,500,Barack Obama,16,DEM,47,52.65230315324626,Mitt Romney,9,REP,43,44.958201106668646,4,7.694102046577612 +29849,35630,676,2012,MN,Pres-G,2012_Pres-G_MN,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,937,Barack Obama,16,DEM,53,52.65230315324626,Mitt Romney,9,REP,43,44.958201106668646,10,7.694102046577612 +30043,35939,676,2012,MN,Pres-G,2012_Pres-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,683,Barack Obama,16,DEM,52,52.65230315324626,Mitt Romney,9,REP,44,44.958201106668646,8,7.694102046577612 +30093,36022,676,2012,MN,Pres-G,2012_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,550,Barack Obama,16,DEM,50,52.65230315324626,Mitt Romney,9,REP,40,44.958201106668646,10,7.694102046577612 +30235,36266,676,2012,MN,Pres-G,2012_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,500,Barack Obama,16,DEM,51,52.65230315324626,Mitt Romney,9,REP,46,44.958201106668646,5,7.694102046577612 +30370,36414,676,2012,MN,Pres-G,2012_Pres-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2012-10-18,2012-11-06,19,601,Barack Obama,16,DEM,53,52.65230315324626,Mitt Romney,9,REP,45,44.958201106668646,8,7.694102046577612 +30384,36562,676,2012,MN,Pres-G,2012_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,800,Barack Obama,16,DEM,47,52.65230315324626,Mitt Romney,9,REP,44,44.958201106668646,3,7.694102046577612 +30473,36589,676,2012,MN,Pres-G,2012_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-27,2012-11-06,10,574,Barack Obama,16,DEM,50,52.65230315324626,Mitt Romney,9,REP,43,44.958201106668646,7,7.694102046577612 +77925,150656,676,2012,MN,Pres-G,2012_Pres-G_MN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-30,2012-11-06,7,500,Barack Obama,16,DEM,45,52.65230315324626,Mitt Romney,9,REP,46,44.958201106668646,-1,7.694102046577612 +30596,36913,676,2012,MN,Pres-G,2012_Pres-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-31,2012-11-06,6,772,Barack Obama,16,DEM,53,52.65230315324626,Mitt Romney,9,REP,44,44.958201106668646,9,7.694102046577612 +73239,143052,676,2012,MN,Pres-G,2012_Pres-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,1164,Barack Obama,16,DEM,53,52.65230315324626,Mitt Romney,9,REP,45,44.958201106668646,8,7.694102046577612 +30735,37038,676,2012,MN,Pres-G,2012_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-11-02,2012-11-06,4,556,Barack Obama,16,DEM,52,52.65230315324626,Mitt Romney,9,REP,41,44.958201106668646,11,7.694102046577612 +30697,36979,676,2012,MN,Pres-G,2012_Pres-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,790,Barack Obama,16,DEM,50,52.65230315324626,Mitt Romney,9,REP,43,44.958201106668646,7,7.694102046577612 +19069,24391,677,2012,MO,Pres-G,2012_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-11,2012-11-06,56,500,Barack Obama,16,DEM,45,44.38348354545333,Mitt Romney,9,REP,48,53.76374113587708,-3,-9.380257590423753 +19107,24425,677,2012,MO,Pres-G,2012_Pres-G_MO,Clout Research,55,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,850,Barack Obama,16,DEM,37.6,44.38348354545333,Mitt Romney,9,REP,57.2,53.76374113587708,-19.6,-9.380257590423753 +29498,35090,677,2012,MO,Pres-G,2012_Pres-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,734,Barack Obama,16,DEM,43,44.38348354545333,Mitt Romney,9,REP,50,53.76374113587708,-7,-9.380257590423753 +29404,34950,677,2012,MO,Pres-G,2012_Pres-G_MO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-16,2012-11-06,51,1952,Barack Obama,16,DEM,39.3,44.38348354545333,Mitt Romney,9,REP,47.7,53.76374113587708,-8.400000000000006,-9.380257590423753 +29701,35409,677,2012,MO,Pres-G,2012_Pres-G_MO,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1145,Barack Obama,16,DEM,44.5,44.38348354545333,Mitt Romney,9,REP,47.7,53.76374113587708,-3.200000000000003,-9.380257590423753 +29783,35534,677,2012,MO,Pres-G,2012_Pres-G_MO,Clout Research,55,FALSE,FALSE,NA,REP,2012-09-30,2012-11-06,37,675,Barack Obama,16,DEM,40,44.38348354545333,Mitt Romney,9,REP,50,53.76374113587708,-10,-9.380257590423753 +29731,35502,677,2012,MO,Pres-G,2012_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-02,2012-11-06,35,500,Barack Obama,16,DEM,46,44.38348354545333,Mitt Romney,9,REP,49,53.76374113587708,-3,-9.380257590423753 +29733,35456,677,2012,MO,Pres-G,2012_Pres-G_MO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-02,2012-11-06,35,700,Barack Obama,16,DEM,45,44.38348354545333,Mitt Romney,9,REP,51,53.76374113587708,-6,-9.380257590423753 +30054,35960,677,2012,MO,Pres-G,2012_Pres-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,546,Barack Obama,16,DEM,42,44.38348354545333,Mitt Romney,9,REP,52,53.76374113587708,-10,-9.380257590423753 +30019,35898,677,2012,MO,Pres-G,2012_Pres-G_MO,Clout Research,55,FALSE,FALSE,NA,NA,2012-10-12,2012-11-06,25,1000,Barack Obama,16,DEM,41,44.38348354545333,Mitt Romney,9,REP,55,53.76374113587708,-14,-9.380257590423753 +30126,36098,677,2012,MO,Pres-G,2012_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,500,Barack Obama,16,DEM,43,44.38348354545333,Mitt Romney,9,REP,54,53.76374113587708,-11,-9.380257590423753 +30186,36156,677,2012,MO,Pres-G,2012_Pres-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-20,2012-11-06,17,582,Barack Obama,16,DEM,46,44.38348354545333,Mitt Romney,9,REP,52,53.76374113587708,-6,-9.380257590423753 +30360,36427,677,2012,MO,Pres-G,2012_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,625,Barack Obama,16,DEM,41,44.38348354545333,Mitt Romney,9,REP,54,53.76374113587708,-13,-9.380257590423753 +30512,36648,677,2012,MO,Pres-G,2012_Pres-G_MO,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1217,Barack Obama,16,DEM,42.2,44.38348354545333,Mitt Romney,9,REP,53.8,53.76374113587708,-11.599999999999994,-9.380257590423753 +30683,36951,677,2012,MO,Pres-G,2012_Pres-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,835,Barack Obama,16,DEM,45,44.38348354545333,Mitt Romney,9,REP,53,53.76374113587708,-8,-9.380257590423753 +30689,36963,677,2012,MO,Pres-G,2012_Pres-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,779,Barack Obama,16,DEM,42,44.38348354545333,Mitt Romney,9,REP,53,53.76374113587708,-11,-9.380257590423753 +30736,37040,677,2012,MO,Pres-G,2012_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-31,2012-11-06,6,589,Barack Obama,16,DEM,43,44.38348354545333,Mitt Romney,9,REP,50,53.76374113587708,-7,-9.380257590423753 +19072,24372,679,2012,MT,Pres-G,2012_Pres-G_MT,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-10,2012-11-06,57,656,Barack Obama,16,DEM,43,41.6981373748058,Mitt Romney,9,REP,46,55.3515353849205,-3,-13.6533980101147 +51456,35166,679,2012,MT,Pres-G,2012_Pres-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-09-18,2012-11-06,49,625,Barack Obama,16,DEM,42,41.6981373748058,Mitt Romney,9,REP,51,55.3515353849205,-9,-13.6533980101147 +29826,35605,679,2012,MT,Pres-G,2012_Pres-G_MT,Mellman Group,205,FALSE,FALSE,NA,DEM,2012-09-25,2012-11-06,42,600,Barack Obama,16,DEM,44,41.6981373748058,Mitt Romney,9,REP,48,55.3515353849205,-4,-13.6533980101147 +51404,35772,679,2012,MT,Pres-G,2012_Pres-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2012-09-29,2012-11-06,38,477,Barack Obama,16,DEM,34.5,41.6981373748058,Mitt Romney,9,REP,49,55.3515353849205,-14.5,-13.6533980101147 +29874,35715,679,2012,MT,Pres-G,2012_Pres-G_MT,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-09,2012-11-06,28,737,Barack Obama,16,DEM,40,41.6981373748058,Mitt Romney,9,REP,50,55.3515353849205,-10,-13.6533980101147 +30024,35982,679,2012,MT,Pres-G,2012_Pres-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-14,2012-11-06,23,500,Barack Obama,16,DEM,45,41.6981373748058,Mitt Romney,9,REP,53,55.3515353849205,-8,-13.6533980101147 +30078,35999,679,2012,MT,Pres-G,2012_Pres-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-15,2012-11-06,22,806,Barack Obama,16,DEM,43,41.6981373748058,Mitt Romney,9,REP,53,55.3515353849205,-10,-13.6533980101147 +30580,36945,679,2012,MT,Pres-G,2012_Pres-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-29,2012-11-06,8,500,Barack Obama,16,DEM,43,41.6981373748058,Mitt Romney,9,REP,53,55.3515353849205,-10,-13.6533980101147 +51340,36933,679,2012,MT,Pres-G,2012_Pres-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,625,Barack Obama,16,DEM,43,41.6981373748058,Mitt Romney,9,REP,53,55.3515353849205,-10,-13.6533980101147 +73522,150658,679,2012,MT,Pres-G,2012_Pres-G_MT,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-30,2012-11-06,7,800,Barack Obama,16,DEM,41,41.6981373748058,Mitt Romney,9,REP,49,55.3515353849205,-8,-13.6533980101147 +30681,36947,679,2012,MT,Pres-G,2012_Pres-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,836,Barack Obama,16,DEM,45,41.6981373748058,Mitt Romney,9,REP,52,55.3515353849205,-7,-13.6533980101147 +19031,24313,680,2012,NC,Pres-G,2012_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,1087,Barack Obama,16,DEM,49,48.350968577067555,Mitt Romney,9,REP,48,50.39306410214295,1,-2.0420955250753963 +19112,24434,680,2012,NC,Pres-G,2012_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-13,2012-11-06,54,500,Barack Obama,16,DEM,45,48.350968577067555,Mitt Romney,9,REP,51,50.39306410214295,-6,-2.0420955250753963 +29432,34997,680,2012,NC,Pres-G,2012_Pres-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1060,Barack Obama,16,DEM,44,48.350968577067555,Mitt Romney,9,REP,45,50.39306410214295,-1,-2.0420955250753963 +29436,35002,680,2012,NC,Pres-G,2012_Pres-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,NA,NA,2012-09-13,2012-11-06,54,448,Barack Obama,16,DEM,48,48.350968577067555,Mitt Romney,9,REP,44,50.39306410214295,4,-2.0420955250753963 +29545,35168,680,2012,NC,Pres-G,2012_Pres-G_NC,National Research,225,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,600,Barack Obama,16,DEM,47,48.350968577067555,Mitt Romney,9,REP,43,50.39306410214295,4,-2.0420955250753963 +29472,35051,680,2012,NC,Pres-G,2012_Pres-G_NC,Purple Strategies,265,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,600,Barack Obama,16,DEM,48,48.350968577067555,Mitt Romney,9,REP,46,50.39306410214295,2,-2.0420955250753963 +29619,35295,680,2012,NC,Pres-G,2012_Pres-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-24,2012-11-06,43,1035,Barack Obama,16,DEM,48,48.350968577067555,Mitt Romney,9,REP,46,50.39306410214295,2,-2.0420955250753963 +29679,35380,680,2012,NC,Pres-G,2012_Pres-G_NC,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,600,Barack Obama,16,DEM,46,48.350968577067555,Mitt Romney,9,REP,50,50.39306410214295,-4,-2.0420955250753963 +29669,35365,680,2012,NC,Pres-G,2012_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-29,2012-11-06,38,981,Barack Obama,16,DEM,48,48.350968577067555,Mitt Romney,9,REP,48,50.39306410214295,0,-2.0420955250753963 +29707,35422,680,2012,NC,Pres-G,2012_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-30,2012-11-06,37,573,Barack Obama,16,DEM,49,48.350968577067555,Mitt Romney,9,REP,47,50.39306410214295,2,-2.0420955250753963 +29730,35453,680,2012,NC,Pres-G,2012_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-02,2012-11-06,35,500,Barack Obama,16,DEM,47,48.350968577067555,Mitt Romney,9,REP,50,50.39306410214295,-3,-2.0420955250753963 +29966,35811,680,2012,NC,Pres-G,2012_Pres-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,NA,NA,2012-10-01,2012-11-06,36,291,Barack Obama,16,DEM,49,48.350968577067555,Mitt Romney,9,REP,40,50.39306410214295,9,-2.0420955250753963 +29850,35632,680,2012,NC,Pres-G,2012_Pres-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-07,2012-11-06,30,1325,Barack Obama,16,DEM,41.2,48.350968577067555,Mitt Romney,9,REP,49.9,50.39306410214295,-8.699999999999996,-2.0420955250753963 +29929,35754,680,2012,NC,Pres-G,2012_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-09,2012-11-06,28,500,Barack Obama,16,DEM,48,48.350968577067555,Mitt Romney,9,REP,51,50.39306410214295,-3,-2.0420955250753963 +29967,35812,680,2012,NC,Pres-G,2012_Pres-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,NA,NA,2012-10-07,2012-11-06,30,312,Barack Obama,16,DEM,43,48.350968577067555,Mitt Romney,9,REP,49,50.39306410214295,-6,-2.0420955250753963 +30039,35926,680,2012,NC,Pres-G,2012_Pres-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,810,Barack Obama,16,DEM,48,48.350968577067555,Mitt Romney,9,REP,49,50.39306410214295,-1,-2.0420955250753963 +30160,36112,680,2012,NC,Pres-G,2012_Pres-G_NC,The Tyson Group,334,FALSE,FALSE,NA,REP,2012-10-12,2012-11-06,25,600,Barack Obama,16,DEM,45,48.350968577067555,Mitt Romney,9,REP,49,50.39306410214295,-4,-2.0420955250753963 +29995,35855,680,2012,NC,Pres-G,2012_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-13,2012-11-06,24,1084,Barack Obama,16,DEM,47,48.350968577067555,Mitt Romney,9,REP,49,50.39306410214295,-2,-2.0420955250753963 +30092,36021,680,2012,NC,Pres-G,2012_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,500,Barack Obama,16,DEM,46,48.350968577067555,Mitt Romney,9,REP,52,50.39306410214295,-6,-2.0420955250753963 +30131,36072,680,2012,NC,Pres-G,2012_Pres-G_NC,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-17,2012-11-06,20,500,Barack Obama,16,DEM,47,48.350968577067555,Mitt Romney,9,REP,44,50.39306410214295,3,-2.0420955250753963 +30338,36425,680,2012,NC,Pres-G,2012_Pres-G_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,600,Barack Obama,16,DEM,47,48.350968577067555,Mitt Romney,9,REP,48,50.39306410214295,-1,-2.0420955250753963 +30322,36356,680,2012,NC,Pres-G,2012_Pres-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-24,2012-11-06,13,1723,Barack Obama,16,DEM,45,48.350968577067555,Mitt Romney,9,REP,53,50.39306410214295,-8,-2.0420955250753963 +30349,36388,680,2012,NC,Pres-G,2012_Pres-G_NC,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-23,2012-11-06,14,500,Barack Obama,16,DEM,47,48.350968577067555,Mitt Romney,9,REP,44,50.39306410214295,3,-2.0420955250753963 +30362,36405,680,2012,NC,Pres-G,2012_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,500,Barack Obama,16,DEM,46,48.350968577067555,Mitt Romney,9,REP,52,50.39306410214295,-6,-2.0420955250753963 +30293,36317,680,2012,NC,Pres-G,2012_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-24,2012-11-06,13,880,Barack Obama,16,DEM,48,48.350968577067555,Mitt Romney,9,REP,48,50.39306410214295,0,-2.0420955250753963 +30415,36516,680,2012,NC,Pres-G,2012_Pres-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,1238,Barack Obama,16,DEM,45.4,48.350968577067555,Mitt Romney,9,REP,45.3,50.39306410214295,0.10000000000000142,-2.0420955250753963 +30469,36583,680,2012,NC,Pres-G,2012_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-28,2012-11-06,9,682,Barack Obama,16,DEM,45,48.350968577067555,Mitt Romney,9,REP,50,50.39306410214295,-5,-2.0420955250753963 +30552,36718,680,2012,NC,Pres-G,2012_Pres-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,403,Barack Obama,16,DEM,45,48.350968577067555,Mitt Romney,9,REP,46,50.39306410214295,-1,-2.0420955250753963 +30501,36634,680,2012,NC,Pres-G,2012_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-30,2012-11-06,7,730,Barack Obama,16,DEM,49,48.350968577067555,Mitt Romney,9,REP,49,50.39306410214295,0,-2.0420955250753963 +30709,37003,680,2012,NC,Pres-G,2012_Pres-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1500,Barack Obama,16,DEM,47,48.350968577067555,Mitt Romney,9,REP,49,50.39306410214295,-2,-2.0420955250753963 +30738,37043,680,2012,NC,Pres-G,2012_Pres-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-11-04,2012-11-06,2,1130,Barack Obama,16,DEM,46,48.350968577067555,Mitt Romney,9,REP,50,50.39306410214295,-4,-2.0420955250753963 +30745,37086,680,2012,NC,Pres-G,2012_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-11-03,2012-11-06,3,926,Barack Obama,16,DEM,49.2,48.350968577067555,Mitt Romney,9,REP,49.4,50.39306410214295,-0.19999999999999574,-2.0420955250753963 +29651,35337,681,2012,ND,Pres-G,2012_Pres-G_ND,DFM Research,69,FALSE,FALSE,NA,DEM,2012-09-26,2012-11-06,41,600,Barack Obama,16,DEM,39,38.69731088897972,Mitt Romney,9,REP,51,58.31568255855723,-12,-19.618371669577506 +29834,35608,681,2012,ND,Pres-G,2012_Pres-G_ND,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,625,Barack Obama,16,DEM,40,38.69731088897972,Mitt Romney,9,REP,54,58.31568255855723,-14,-19.618371669577506 +30224,36236,681,2012,ND,Pres-G,2012_Pres-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,600,Barack Obama,16,DEM,40,38.69731088897972,Mitt Romney,9,REP,54,58.31568255855723,-14,-19.618371669577506 +30465,36581,681,2012,ND,Pres-G,2012_Pres-G_ND,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,625,Barack Obama,16,DEM,40,38.69731088897972,Mitt Romney,9,REP,54,58.31568255855723,-14,-19.618371669577506 +29530,35155,682,2012,NE,Pres-G,2012_Pres-G_NE,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-09-19,2012-11-06,48,656,Barack Obama,16,DEM,39,38.02731441792898,Mitt Romney,9,REP,53,59.80319217904804,-14,-21.775877761119062 +51308,36452,682,2012,NE,Pres-G,2012_Pres-G_NE,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,800,Barack Obama,16,DEM,38,38.02731441792898,Mitt Romney,9,REP,52,59.80319217904804,-14,-21.775877761119062 +73231,150661,682,2012,NE,Pres-G,2012_Pres-G_NE,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-24,2012-11-06,13,600,Barack Obama,16,DEM,38,38.02731441792898,Mitt Romney,9,REP,56,59.80319217904804,-18,-21.775877761119062 +30521,36664,682,2012,NE,Pres-G,2012_Pres-G_NE,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1168,Barack Obama,16,DEM,39,38.02731441792898,Mitt Romney,9,REP,61,59.80319217904804,-22,-21.775877761119062 +30581,36772,682,2012,NE,Pres-G,2012_Pres-G_NE,We Ask America,376,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,1178,Barack Obama,16,DEM,41,38.02731441792898,Mitt Romney,9,REP,54,59.80319217904804,-13,-21.775877761119062 +19104,24418,683,2012,NH,Pres-G,2012_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2012-09-07,2012-11-06,60,588,Barack Obama,16,DEM,45,51.97968415071198,Mitt Romney,9,REP,40,46.40379649268888,5,5.575887658023099 +29433,34999,683,2012,NH,Pres-G,2012_Pres-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,340,Barack Obama,16,DEM,48,51.97968415071198,Mitt Romney,9,REP,42,46.40379649268888,6,5.575887658023099 +27163,32437,683,2012,NH,Pres-G,2012_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-16,2012-11-06,51,558,Barack Obama,16,DEM,48,51.97968415071198,Mitt Romney,9,REP,46,46.40379649268888,2,5.575887658023099 +29379,34891,683,2012,NH,Pres-G,2012_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-18,2012-11-06,49,500,Barack Obama,16,DEM,45,51.97968415071198,Mitt Romney,9,REP,48,46.40379649268888,-3,5.575887658023099 +29616,35291,683,2012,NH,Pres-G,2012_Pres-G_NH,GQR,126,TRUE,FALSE,NA,DEM,2012-09-17,2012-11-06,50,600,Barack Obama,16,DEM,52,51.97968415071198,Mitt Romney,9,REP,45,46.40379649268888,7,5.575887658023099 +29708,35423,683,2012,NH,Pres-G,2012_Pres-G_NH,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-24,2012-11-06,43,862,Barack Obama,16,DEM,51,51.97968415071198,Mitt Romney,9,REP,44,46.40379649268888,7,5.575887658023099 +29623,35299,683,2012,NH,Pres-G,2012_Pres-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-24,2012-11-06,43,1012,Barack Obama,16,DEM,51,51.97968415071198,Mitt Romney,9,REP,44,46.40379649268888,7,5.575887658023099 +29641,35324,683,2012,NH,Pres-G,2012_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-26,2012-11-06,41,600,Barack Obama,16,DEM,50,51.97968415071198,Mitt Romney,9,REP,45,46.40379649268888,5,5.575887658023099 +29693,35398,683,2012,NH,Pres-G,2012_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,588,Barack Obama,16,DEM,54,51.97968415071198,Mitt Romney,9,REP,39,46.40379649268888,15,5.575887658023099 +29894,35701,683,2012,NH,Pres-G,2012_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-03,2012-11-06,34,545,Barack Obama,16,DEM,50,51.97968415071198,Mitt Romney,9,REP,44,46.40379649268888,6,5.575887658023099 +29878,35668,683,2012,NH,Pres-G,2012_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-09,2012-11-06,28,500,Barack Obama,16,DEM,48,51.97968415071198,Mitt Romney,9,REP,48,46.40379649268888,0,5.575887658023099 +29953,35786,683,2012,NH,Pres-G,2012_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-10,2012-11-06,27,600,Barack Obama,16,DEM,46,51.97968415071198,Mitt Romney,9,REP,50,46.40379649268888,-4,5.575887658023099 +30016,35888,683,2012,NH,Pres-G,2012_Pres-G_NH,Suffolk University,323,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,500,Barack Obama,16,DEM,47,51.97968415071198,Mitt Romney,9,REP,47,46.40379649268888,0,5.575887658023099 +30064,35978,683,2012,NH,Pres-G,2012_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-15,2012-11-06,22,500,Barack Obama,16,DEM,50,51.97968415071198,Mitt Romney,9,REP,49,46.40379649268888,1,5.575887658023099 +30136,36077,683,2012,NH,Pres-G,2012_Pres-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-18,2012-11-06,19,1036,Barack Obama,16,DEM,48,51.97968415071198,Mitt Romney,9,REP,49,46.40379649268888,-1,5.575887658023099 +30197,36169,683,2012,NH,Pres-G,2012_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,773,Barack Obama,16,DEM,51,51.97968415071198,Mitt Romney,9,REP,42,46.40379649268888,9,5.575887658023099 +30233,36227,683,2012,NH,Pres-G,2012_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-10-21,2012-11-06,16,600,Barack Obama,16,DEM,47,51.97968415071198,Mitt Romney,9,REP,49,46.40379649268888,-2,5.575887658023099 +30262,36284,683,2012,NH,Pres-G,2012_Pres-G_NH,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2012-10-20,2012-11-06,17,400,Barack Obama,16,DEM,48,51.97968415071198,Mitt Romney,9,REP,45,46.40379649268888,3,5.575887658023099 +30260,36275,683,2012,NH,Pres-G,2012_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-23,2012-11-06,14,500,Barack Obama,16,DEM,48,51.97968415071198,Mitt Romney,9,REP,50,46.40379649268888,-2,5.575887658023099 +30348,36387,683,2012,NH,Pres-G,2012_Pres-G_NH,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-24,2012-11-06,13,500,Barack Obama,16,DEM,47,51.97968415071198,Mitt Romney,9,REP,44,46.40379649268888,3,5.575887658023099 +30335,36373,683,2012,NH,Pres-G,2012_Pres-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2012-10-24,2012-11-06,13,571,Barack Obama,16,DEM,49,51.97968415071198,Mitt Romney,9,REP,46,46.40379649268888,3,5.575887658023099 +30398,36465,683,2012,NH,Pres-G,2012_Pres-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-27,2012-11-06,10,874,Barack Obama,16,DEM,49,51.97968415071198,Mitt Romney,9,REP,47,46.40379649268888,2,5.575887658023099 +30449,36547,683,2012,NH,Pres-G,2012_Pres-G_NH,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2012-10-26,2012-11-06,11,400,Barack Obama,16,DEM,47,51.97968415071198,Mitt Romney,9,REP,42,46.40379649268888,5,5.575887658023099 +30538,36700,683,2012,NH,Pres-G,2012_Pres-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,1013,Barack Obama,16,DEM,49,51.97968415071198,Mitt Romney,9,REP,47,46.40379649268888,2,5.575887658023099 +30584,36816,683,2012,NH,Pres-G,2012_Pres-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,1017,Barack Obama,16,DEM,49.5,51.97968415071198,Mitt Romney,9,REP,44.4,46.40379649268888,5.100000000000001,5.575887658023099 +30610,36810,683,2012,NH,Pres-G,2012_Pres-G_NH,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,497,Barack Obama,16,DEM,50,51.97968415071198,Mitt Romney,9,REP,49,46.40379649268888,1,5.575887658023099 +30668,36919,683,2012,NH,Pres-G,2012_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-11-01,2012-11-06,5,502,Barack Obama,16,DEM,48,51.97968415071198,Mitt Romney,9,REP,48,46.40379649268888,0,5.575887658023099 +30707,36999,683,2012,NH,Pres-G,2012_Pres-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,690,Barack Obama,16,DEM,47,51.97968415071198,Mitt Romney,9,REP,43,46.40379649268888,4,5.575887658023099 +30752,37090,683,2012,NH,Pres-G,2012_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-04,2012-11-06,2,750,Barack Obama,16,DEM,50,51.97968415071198,Mitt Romney,9,REP,48,46.40379649268888,2,5.575887658023099 +30729,37031,683,2012,NH,Pres-G,2012_Pres-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,1550,Barack Obama,16,DEM,50,51.97968415071198,Mitt Romney,9,REP,48,46.40379649268888,2,5.575887658023099 +30754,37093,683,2012,NH,Pres-G,2012_Pres-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2012-11-03,2012-11-06,3,687,Barack Obama,16,DEM,50,51.97968415071198,Mitt Romney,9,REP,46,46.40379649268888,4,5.575887658023099 +30763,37105,683,2012,NH,Pres-G,2012_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,600,Barack Obama,16,DEM,49,51.97968415071198,Mitt Romney,9,REP,49,46.40379649268888,0,5.575887658023099 +30749,37087,683,2012,NH,Pres-G,2012_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,783,Barack Obama,16,DEM,50,51.97968415071198,Mitt Romney,9,REP,46,46.40379649268888,4,5.575887658023099 +23930,33897,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,NA,NA,2012-09-11,2012-11-06,56,600,Barack Obama,16,DEM,51,58.3423549106376,Mitt Romney,9,REP,37,40.623564827144385,14,17.718790083493218 +19113,24435,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2012-09-09,2012-11-06,58,706,Barack Obama,16,DEM,52,58.3423549106376,Mitt Romney,9,REP,38,40.623564827144385,14,17.718790083493218 +29489,35074,684,2012,NJ,Pres-G,2012_Pres-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1040,Barack Obama,16,DEM,52,58.3423549106376,Mitt Romney,9,REP,40,40.623564827144385,12,17.718790083493218 +29572,35207,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Monmouth University,215,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,613,Barack Obama,16,DEM,52,58.3423549106376,Mitt Romney,9,REP,37,40.623564827144385,15,17.718790083493218 +29716,35479,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,645,Barack Obama,16,DEM,56,58.3423549106376,Mitt Romney,9,REP,39,40.623564827144385,17,17.718790083493218 +29934,35794,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,NA,NA,2012-10-06,2012-11-06,31,600,Barack Obama,16,DEM,51,58.3423549106376,Mitt Romney,9,REP,40,40.623564827144385,11,17.718790083493218 +30044,35941,684,2012,NJ,Pres-G,2012_Pres-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,770,Barack Obama,16,DEM,54,58.3423549106376,Mitt Romney,9,REP,41,40.623564827144385,13,17.718790083493218 +30018,35893,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-12,2012-11-06,25,1319,Barack Obama,16,DEM,51,58.3423549106376,Mitt Romney,9,REP,43,40.623564827144385,8,17.718790083493218 +30067,35983,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Neighborhood Research and Media,227,FALSE,FALSE,NA,NA,2012-10-12,2012-11-06,25,783,Barack Obama,16,DEM,48.4,58.3423549106376,Mitt Romney,9,REP,41.4,40.623564827144385,7,17.718790083493218 +30154,36105,684,2012,NJ,Pres-G,2012_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,577,Barack Obama,16,DEM,54,58.3423549106376,Mitt Romney,9,REP,40,40.623564827144385,14,17.718790083493218 +30148,36092,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Stockton University,317,TRUE,FALSE,NA,NA,2012-10-15,2012-11-06,22,811,Barack Obama,16,DEM,53,58.3423549106376,Mitt Romney,9,REP,38,40.623564827144385,15,17.718790083493218 +30357,36574,684,2012,NJ,Pres-G,2012_Pres-G_NJ,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,Live Phone,NA,2012-10-24,2012-11-06,13,601,Barack Obama,16,DEM,51,58.3423549106376,Mitt Romney,9,REP,41,40.623564827144385,10,17.718790083493218 +30696,36977,684,2012,NJ,Pres-G,2012_Pres-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,987,Barack Obama,16,DEM,53,58.3423549106376,Mitt Romney,9,REP,41,40.623564827144385,12,17.718790083493218 +19068,24359,685,2012,NM,Pres-G,2012_Pres-G_NM,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,1122,Barack Obama,16,DEM,53,52.992760520466774,Mitt Romney,9,REP,42,42.84332663909013,11,10.149433881376645 +29492,35078,685,2012,NM,Pres-G,2012_Pres-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,293,Barack Obama,16,DEM,51,52.992760520466774,Mitt Romney,9,REP,43,42.84332663909013,8,10.149433881376645 +29631,35309,685,2012,NM,Pres-G,2012_Pres-G_NM,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-19,2012-11-06,48,3111,Barack Obama,16,DEM,52,52.992760520466774,Mitt Romney,9,REP,43,42.84332663909013,9,10.149433881376645 +29677,35414,685,2012,NM,Pres-G,2012_Pres-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-27,2012-11-06,40,500,Barack Obama,16,DEM,51,52.992760520466774,Mitt Romney,9,REP,40,42.84332663909013,11,10.149433881376645 +29648,35340,685,2012,NM,Pres-G,2012_Pres-G_NM,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2012-09-26,2012-11-06,41,500,Barack Obama,16,DEM,47,52.992760520466774,Mitt Romney,9,REP,40,42.84332663909013,7,10.149433881376645 +29695,35400,685,2012,NM,Pres-G,2012_Pres-G_NM,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1258,Barack Obama,16,DEM,50.9,52.992760520466774,Mitt Romney,9,REP,40.6,42.84332663909013,10.299999999999997,10.149433881376645 +29887,35773,685,2012,NM,Pres-G,2012_Pres-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-08,2012-11-06,29,500,Barack Obama,16,DEM,54,52.992760520466774,Mitt Romney,9,REP,43,42.84332663909013,11,10.149433881376645 +29990,35895,685,2012,NM,Pres-G,2012_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,658,Barack Obama,16,DEM,49,52.992760520466774,Mitt Romney,9,REP,39,42.84332663909013,10,10.149433881376645 +30477,36593,685,2012,NM,Pres-G,2012_Pres-G_NM,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-21,2012-11-06,16,500,Barack Obama,16,DEM,47,52.992760520466774,Mitt Romney,9,REP,42,42.84332663909013,5,10.149433881376645 +30355,36394,685,2012,NM,Pres-G,2012_Pres-G_NM,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-23,2012-11-06,14,727,Barack Obama,16,DEM,53,52.992760520466774,Mitt Romney,9,REP,44,42.84332663909013,9,10.149433881376645 +30386,36530,685,2012,NM,Pres-G,2012_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,650,Barack Obama,16,DEM,50,52.992760520466774,Mitt Romney,9,REP,41,42.84332663909013,9,10.149433881376645 +30671,36926,685,2012,NM,Pres-G,2012_Pres-G_NM,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-30,2012-11-06,7,500,Barack Obama,16,DEM,49,52.992760520466774,Mitt Romney,9,REP,41,42.84332663909013,8,10.149433881376645 +30695,36975,685,2012,NM,Pres-G,2012_Pres-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,650,Barack Obama,16,DEM,49,52.992760520466774,Mitt Romney,9,REP,43,42.84332663909013,6,10.149433881376645 +29431,34995,686,2012,NV,Pres-G,2012_Pres-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,541,Barack Obama,16,DEM,51,52.35624947040056,Mitt Romney,9,REP,44,45.67531564126363,7,6.680933829136933 +29408,34973,686,2012,NV,Pres-G,2012_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-18,2012-11-06,49,500,Barack Obama,16,DEM,47,52.35624947040056,Mitt Romney,9,REP,45,45.67531564126363,2,6.680933829136933 +29421,34977,686,2012,NV,Pres-G,2012_Pres-G_NV,Big Village,37,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,741,Barack Obama,16,DEM,47,52.35624947040056,Mitt Romney,9,REP,44,45.67531564126363,3,6.680933829136933 +29581,35234,686,2012,NV,Pres-G,2012_Pres-G_NV,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2012-09-19,2012-11-06,48,500,Barack Obama,16,DEM,46,52.35624947040056,Mitt Romney,9,REP,46,45.67531564126363,0,6.680933829136933 +29583,35224,686,2012,NV,Pres-G,2012_Pres-G_NV,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-19,2012-11-06,48,501,Barack Obama,16,DEM,52,52.35624947040056,Mitt Romney,9,REP,43,45.67531564126363,9,6.680933829136933 +29552,35175,686,2012,NV,Pres-G,2012_Pres-G_NV,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-22,2012-11-06,45,600,Barack Obama,16,DEM,51,52.35624947040056,Mitt Romney,9,REP,44,45.67531564126363,7,6.680933829136933 +29625,35303,686,2012,NV,Pres-G,2012_Pres-G_NV,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-24,2012-11-06,43,984,Barack Obama,16,DEM,49,52.35624947040056,Mitt Romney,9,REP,47,45.67531564126363,2,6.680933829136933 +29702,35411,686,2012,NV,Pres-G,2012_Pres-G_NV,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1152,Barack Obama,16,DEM,52.5,52.35624947040056,Mitt Romney,9,REP,42,45.67531564126363,10.5,6.680933829136933 +29777,35526,686,2012,NV,Pres-G,2012_Pres-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-03,2012-11-06,34,1006,Barack Obama,16,DEM,48.9,52.35624947040056,Mitt Romney,9,REP,47.8,45.67531564126363,1.1000000000000014,6.680933829136933 +29847,35658,686,2012,NV,Pres-G,2012_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-08,2012-11-06,29,500,Barack Obama,16,DEM,47,52.35624947040056,Mitt Romney,9,REP,47,45.67531564126363,0,6.680933829136933 +29886,35679,686,2012,NV,Pres-G,2012_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,1222,Barack Obama,16,DEM,47,52.35624947040056,Mitt Romney,9,REP,46,45.67531564126363,1,6.680933829136933 +29971,35816,686,2012,NV,Pres-G,2012_Pres-G_NV,Dane & Associates,71,FALSE,TRUE,NA,NA,2012-10-08,2012-11-06,29,900,Barack Obama,16,DEM,46,52.35624947040056,Mitt Romney,9,REP,49,45.67531564126363,-3,6.680933829136933 +29930,35755,686,2012,NV,Pres-G,2012_Pres-G_NV,Suffolk University,323,TRUE,FALSE,NA,NA,2012-10-08,2012-11-06,29,500,Barack Obama,16,DEM,47,52.35624947040056,Mitt Romney,9,REP,45,45.67531564126363,2,6.680933829136933 +29901,35714,686,2012,NV,Pres-G,2012_Pres-G_NV,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,594,Barack Obama,16,DEM,48,52.35624947040056,Mitt Romney,9,REP,47,45.67531564126363,1,6.680933829136933 +30038,35933,686,2012,NV,Pres-G,2012_Pres-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,358,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,45,45.67531564126363,5,6.680933829136933 +30066,36010,686,2012,NV,Pres-G,2012_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-15,2012-11-06,22,500,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,47,45.67531564126363,3,6.680933829136933 +30065,36012,686,2012,NV,Pres-G,2012_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,806,Barack Obama,16,DEM,48,52.35624947040056,Mitt Romney,9,REP,45,45.67531564126363,3,6.680933829136933 +30101,36031,686,2012,NV,Pres-G,2012_Pres-G_NV,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-15,2012-11-06,22,500,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,43,45.67531564126363,7,6.680933829136933 +30111,36071,686,2012,NV,Pres-G,2012_Pres-G_NV,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-16,2012-11-06,21,600,Barack Obama,16,DEM,51,52.35624947040056,Mitt Romney,9,REP,43,45.67531564126363,8,6.680933829136933 +30234,36228,686,2012,NV,Pres-G,2012_Pres-G_NV,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-10-21,2012-11-06,16,600,Barack Obama,16,DEM,49,52.35624947040056,Mitt Romney,9,REP,47,45.67531564126363,2,6.680933829136933 +30266,36319,686,2012,NV,Pres-G,2012_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-23,2012-11-06,14,500,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,48,45.67531564126363,2,6.680933829136933 +30323,36357,686,2012,NV,Pres-G,2012_Pres-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-24,2012-11-06,13,955,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,49,45.67531564126363,1,6.680933829136933 +30314,36343,686,2012,NV,Pres-G,2012_Pres-G_NV,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,1042,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,47,45.67531564126363,3,6.680933829136933 +30273,36293,686,2012,NV,Pres-G,2012_Pres-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-23,2012-11-06,14,636,Barack Obama,16,DEM,49,52.35624947040056,Mitt Romney,9,REP,47,45.67531564126363,2,6.680933829136933 +30409,36484,686,2012,NV,Pres-G,2012_Pres-G_NV,CallFire,42,FALSE,TRUE,IVR,NA,2012-10-24,2012-11-06,13,909,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,46,45.67531564126363,4,6.680933829136933 +30433,36520,686,2012,NV,Pres-G,2012_Pres-G_NV,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-27,2012-11-06,10,500,Barack Obama,16,DEM,49,52.35624947040056,Mitt Romney,9,REP,43,45.67531564126363,6,6.680933829136933 +30492,36661,686,2012,NV,Pres-G,2012_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-26,2012-11-06,11,1212,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,46,45.67531564126363,4,6.680933829136933 +30564,36736,686,2012,NV,Pres-G,2012_Pres-G_NV,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-30,2012-11-06,7,600,Barack Obama,16,DEM,50,52.35624947040056,Mitt Romney,9,REP,44,45.67531564126363,6,6.680933829136933 +30706,36997,686,2012,NV,Pres-G,2012_Pres-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,732,Barack Obama,16,DEM,49,52.35624947040056,Mitt Romney,9,REP,45,45.67531564126363,4,6.680933829136933 +30755,37094,686,2012,NV,Pres-G,2012_Pres-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,750,Barack Obama,16,DEM,51,52.35624947040056,Mitt Romney,9,REP,47,45.67531564126363,4,6.680933829136933 +19086,24392,687,2012,NY,Pres-G,2012_Pres-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-06,2012-11-06,61,1486,Barack Obama,16,DEM,62,60.760932948702994,Mitt Romney,9,REP,34,31.241570989167872,28,29.51936195953512 +29502,35098,687,2012,NY,Pres-G,2012_Pres-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1403,Barack Obama,16,DEM,58,60.760932948702994,Mitt Romney,9,REP,36,31.241570989167872,22,29.51936195953512 +30050,35953,687,2012,NY,Pres-G,2012_Pres-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,1142,Barack Obama,16,DEM,59,60.760932948702994,Mitt Romney,9,REP,35,31.241570989167872,24,29.51936195953512 +30282,36306,687,2012,NY,Pres-G,2012_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,565,Barack Obama,16,DEM,61,60.760932948702994,Mitt Romney,9,REP,35,31.241570989167872,26,29.51936195953512 +30337,36376,687,2012,NY,Pres-G,2012_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,750,Barack Obama,16,DEM,59,60.760932948702994,Mitt Romney,9,REP,35,31.241570989167872,24,29.51936195953512 +30372,36418,687,2012,NY,Pres-G,2012_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,554,Barack Obama,16,DEM,62,60.760932948702994,Mitt Romney,9,REP,33,31.241570989167872,29,29.51936195953512 +30694,36973,687,2012,NY,Pres-G,2012_Pres-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1430,Barack Obama,16,DEM,59,60.760932948702994,Mitt Romney,9,REP,36,31.241570989167872,23,29.51936195953512 +19041,24324,688,2012,OH,Pres-G,2012_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-07,2012-11-06,60,1548,Barack Obama,16,DEM,47.27,50.66674765831986,Mitt Romney,9,REP,43.19,47.68844087842257,4.080000000000005,2.978306779897295 +19027,24346,688,2012,OH,Pres-G,2012_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,1072,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,5,2.978306779897295 +19102,24422,688,2012,OH,Pres-G,2012_Pres-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-10,2012-11-06,57,979,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,43,47.68844087842257,7,2.978306779897295 +19096,24404,688,2012,OH,Pres-G,2012_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-12,2012-11-06,55,500,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,1,2.978306779897295 +19092,24399,688,2012,OH,Pres-G,2012_Pres-G_OH,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-11,2012-11-06,56,600,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,1,2.978306779897295 +29735,35462,688,2012,OH,Pres-G,2012_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,601,Barack Obama,16,DEM,45.3,50.66674765831986,Mitt Romney,9,REP,43.2,47.68844087842257,2.0999999999999943,2.978306779897295 +29425,34983,688,2012,OH,Pres-G,2012_Pres-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1036,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,3,2.978306779897295 +29439,35006,688,2012,OH,Pres-G,2012_Pres-G_OH,McLaughlin & Associates,203,FALSE,FALSE,NA,NA,2012-09-14,2012-11-06,53,600,Barack Obama,16,DEM,46.9,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,2.8999999999999986,2.978306779897295 +29630,35308,688,2012,OH,Pres-G,2012_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-17,2012-11-06,50,2890,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,6,2.978306779897295 +29402,34946,688,2012,OH,Pres-G,2012_Pres-G_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-09-17,2012-11-06,50,1009,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,42,47.68844087842257,7,2.978306779897295 +29525,36438,688,2012,OH,Pres-G,2012_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2012-09-15,2012-11-06,52,861,Barack Obama,16,DEM,51,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,5,2.978306779897295 +29470,35049,688,2012,OH,Pres-G,2012_Pres-G_OH,Purple Strategies,265,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,600,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,4,2.978306779897295 +29566,35197,688,2012,OH,Pres-G,2012_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-21,2012-11-06,46,594,Barack Obama,16,DEM,45.2,50.66674765831986,Mitt Romney,9,REP,44.3,47.68844087842257,0.9000000000000057,2.978306779897295 +29570,35204,688,2012,OH,Pres-G,2012_Pres-G_OH,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,759,Barack Obama,16,DEM,52,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,8,2.978306779897295 +29592,35249,688,2012,OH,Pres-G,2012_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,1162,Barack Obama,16,DEM,53,50.66674765831986,Mitt Romney,9,REP,43,47.68844087842257,10,2.978306779897295 +29657,35383,688,2012,OH,Pres-G,2012_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2012-09-24,2012-11-06,43,1662,Barack Obama,16,DEM,51,50.66674765831986,Mitt Romney,9,REP,42,47.68844087842257,9,2.978306779897295 +29668,35415,688,2012,OH,Pres-G,2012_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-29,2012-11-06,38,897,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,4,2.978306779897295 +29905,36888,688,2012,OH,Pres-G,2012_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-01,2012-11-06,36,1000,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,43,47.68844087842257,7,2.978306779897295 +29728,35449,688,2012,OH,Pres-G,2012_Pres-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-30,2012-11-06,37,931,Barack Obama,16,DEM,51,50.66674765831986,Mitt Romney,9,REP,43,47.68844087842257,8,2.978306779897295 +29776,35563,688,2012,OH,Pres-G,2012_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-04,2012-11-06,33,500,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,49,47.68844087842257,1,2.978306779897295 +29800,35577,688,2012,OH,Pres-G,2012_Pres-G_OH,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,1200,Barack Obama,16,DEM,46,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,-1,2.978306779897295 +29796,35549,688,2012,OH,Pres-G,2012_Pres-G_OH,Clout Research,55,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,1072,Barack Obama,16,DEM,47.3,50.66674765831986,Mitt Romney,9,REP,48,47.68844087842257,-0.7000000000000028,2.978306779897295 +30138,36096,688,2012,OH,Pres-G,2012_Pres-G_OH,Mellman Group,205,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,600,Barack Obama,16,DEM,46,50.66674765831986,Mitt Romney,9,REP,38,47.68844087842257,8,2.978306779897295 +29908,36879,688,2012,OH,Pres-G,2012_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1000,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,1,2.978306779897295 +29846,35627,688,2012,OH,Pres-G,2012_Pres-G_OH,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-07,2012-11-06,30,600,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,48,47.68844087842257,-1,2.978306779897295 +29860,35647,688,2012,OH,Pres-G,2012_Pres-G_OH,Big Village,37,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,722,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,3,2.978306779897295 +29893,35699,688,2012,OH,Pres-G,2012_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,808,Barack Obama,16,DEM,45,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,1,2.978306779897295 +29920,35736,688,2012,OH,Pres-G,2012_Pres-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-08,2012-11-06,29,994,Barack Obama,16,DEM,51,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,6,2.978306779897295 +29917,35801,688,2012,OH,Pres-G,2012_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-10,2012-11-06,27,500,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,1,2.978306779897295 +30380,36433,688,2012,OH,Pres-G,2012_Pres-G_OH,CallFire,42,FALSE,TRUE,NA,DEM,2012-10-09,2012-11-06,28,678,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,4,2.978306779897295 +29918,35735,688,2012,OH,Pres-G,2012_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-08,2012-11-06,29,1313,Barack Obama,16,DEM,45.1,50.66674765831986,Mitt Romney,9,REP,45.9,47.68844087842257,-0.7999999999999972,2.978306779897295 +29965,35807,688,2012,OH,Pres-G,2012_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-10,2012-11-06,27,835,Barack Obama,16,DEM,45,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,1,2.978306779897295 +30057,35967,688,2012,OH,Pres-G,2012_Pres-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,851,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,4,2.978306779897295 +29981,35838,688,2012,OH,Pres-G,2012_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-12,2012-11-06,25,880,Barack Obama,16,DEM,51,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,5,2.978306779897295 +30212,36192,688,2012,OH,Pres-G,2012_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1000,Barack Obama,16,DEM,46,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,-1,2.978306779897295 +30079,36001,688,2012,OH,Pres-G,2012_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-14,2012-11-06,23,613,Barack Obama,16,DEM,45,50.66674765831986,Mitt Romney,9,REP,42,47.68844087842257,3,2.978306779897295 +30089,36079,688,2012,OH,Pres-G,2012_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,750,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,48,47.68844087842257,1,2.978306779897295 +30142,36086,688,2012,OH,Pres-G,2012_Pres-G_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2012-10-17,2012-11-06,20,1131,Barack Obama,16,DEM,46,50.66674765831986,Mitt Romney,9,REP,43,47.68844087842257,3,2.978306779897295 +30153,36104,688,2012,OH,Pres-G,2012_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-18,2012-11-06,19,1943,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,0,2.978306779897295 +30166,36121,688,2012,OH,Pres-G,2012_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-19,2012-11-06,18,532,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,48,47.68844087842257,1,2.978306779897295 +30183,36153,688,2012,OH,Pres-G,2012_Pres-G_OH,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,550,Barack Obama,16,DEM,45,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,0,2.978306779897295 +30200,36173,688,2012,OH,Pres-G,2012_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,1548,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,5,2.978306779897295 +30199,36171,688,2012,OH,Pres-G,2012_Pres-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,600,Barack Obama,16,DEM,46.5,50.66674765831986,Mitt Romney,9,REP,46.6,47.68844087842257,-0.10000000000000142,2.978306779897295 +30250,36258,688,2012,OH,Pres-G,2012_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,609,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,3,2.978306779897295 +30253,36285,688,2012,OH,Pres-G,2012_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-23,2012-11-06,14,750,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,48,47.68844087842257,0,2.978306779897295 +30643,36864,688,2012,OH,Pres-G,2012_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-23,2012-11-06,14,1000,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,0,2.978306779897295 +30272,36290,688,2012,OH,Pres-G,2012_Pres-G_OH,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2012-10-22,2012-11-06,15,783,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,5,2.978306779897295 +30271,36289,688,2012,OH,Pres-G,2012_Pres-G_OH,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2012-10-22,2012-11-06,15,600,Barack Obama,16,DEM,46,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,2,2.978306779897295 +30383,36518,688,2012,OH,Pres-G,2012_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,1015,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,49,47.68844087842257,0,2.978306779897295 +30333,36371,688,2012,OH,Pres-G,2012_Pres-G_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,600,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,2,2.978306779897295 +30341,36380,688,2012,OH,Pres-G,2012_Pres-G_OH,Purple Strategies,265,FALSE,FALSE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,600,Barack Obama,16,DEM,46,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,2,2.978306779897295 +30351,36392,688,2012,OH,Pres-G,2012_Pres-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,741,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,4,2.978306779897295 +30450,36549,688,2012,OH,Pres-G,2012_Pres-G_OH,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-24,2012-11-06,13,600,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,5,2.978306779897295 +30400,36468,688,2012,OH,Pres-G,2012_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-27,2012-11-06,10,730,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,49,47.68844087842257,1,2.978306779897295 +30411,36488,688,2012,OH,Pres-G,2012_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-28,2012-11-06,9,750,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,50,47.68844087842257,-2,2.978306779897295 +30399,36466,688,2012,OH,Pres-G,2012_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-27,2012-11-06,10,718,Barack Obama,16,DEM,51,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,4,2.978306779897295 +30483,36604,688,2012,OH,Pres-G,2012_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,1110,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,5,2.978306779897295 +74933,142764,688,2012,OH,Pres-G,2012_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,707,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,5,2.978306779897295 +30642,36862,688,2012,OH,Pres-G,2012_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-29,2012-11-06,8,1000,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,2,2.978306779897295 +30461,36573,688,2012,OH,Pres-G,2012_Pres-G_OH,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-28,2012-11-06,9,500,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,3,2.978306779897295 +30460,36584,688,2012,OH,Pres-G,2012_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-28,2012-11-06,9,603,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,3,2.978306779897295 +73060,150615,688,2012,OH,Pres-G,2012_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-29,2012-11-06,8,826,Barack Obama,16,DEM,48.3,50.66674765831986,Mitt Romney,9,REP,42.8,47.68844087842257,5.5,2.978306779897295 +30489,36614,688,2012,OH,Pres-G,2012_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-29,2012-11-06,8,600,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,5,2.978306779897295 +30498,36628,688,2012,OH,Pres-G,2012_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,1182,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,2,2.978306779897295 +30557,37207,688,2012,OH,Pres-G,2012_Pres-G_OH,Clout Research,55,FALSE,FALSE,IVR,REP,2012-10-30,2012-11-06,7,1281,Barack Obama,16,DEM,46,50.66674765831986,Mitt Romney,9,REP,49,47.68844087842257,-3,2.978306779897295 +30588,36845,688,2012,OH,Pres-G,2012_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-01,2012-11-06,5,750,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,49,47.68844087842257,0,2.978306779897295 +30627,36833,688,2012,OH,Pres-G,2012_Pres-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,971,Barack Obama,16,DEM,51,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,6,2.978306779897295 +30594,36786,688,2012,OH,Pres-G,2012_Pres-G_OH,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-31,2012-11-06,6,1649,Barack Obama,16,DEM,50.2,50.66674765831986,Mitt Romney,9,REP,45.8,47.68844087842257,4.400000000000006,2.978306779897295 +30607,36808,688,2012,OH,Pres-G,2012_Pres-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,796,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,3,2.978306779897295 +30599,36795,688,2012,OH,Pres-G,2012_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1012,Barack Obama,16,DEM,47,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,2,2.978306779897295 +30600,36797,688,2012,OH,Pres-G,2012_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1313,Barack Obama,16,DEM,48,50.66674765831986,Mitt Romney,9,REP,40,47.68844087842257,8,2.978306779897295 +30635,36852,688,2012,OH,Pres-G,2012_Pres-G_OH,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-11-01,2012-11-06,5,500,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,45,47.68844087842257,4,2.978306779897295 +30673,36930,688,2012,OH,Pres-G,2012_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2012-10-28,2012-11-06,9,1501,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,48,47.68844087842257,2,2.978306779897295 +30705,36995,688,2012,OH,Pres-G,2012_Pres-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1620,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,3,2.978306779897295 +30766,37153,688,2012,OH,Pres-G,2012_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-04,2012-11-06,2,750,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,49,47.68844087842257,0,2.978306779897295 +30741,37047,688,2012,OH,Pres-G,2012_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,1000,Barack Obama,16,DEM,52,50.66674765831986,Mitt Romney,9,REP,47,47.68844087842257,5,2.978306779897295 +30794,37148,688,2012,OH,Pres-G,2012_Pres-G_OH,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-03,2012-11-06,3,540,Barack Obama,16,DEM,51,50.66674765831986,Mitt Romney,9,REP,48,47.68844087842257,3,2.978306779897295 +30761,37102,688,2012,OH,Pres-G,2012_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-11-03,2012-11-06,3,803,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,44,47.68844087842257,5,2.978306779897295 +30777,37122,688,2012,OH,Pres-G,2012_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,901,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,48.5,47.68844087842257,1.5,2.978306779897295 +30783,37131,688,2012,OH,Pres-G,2012_Pres-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,680,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,46,47.68844087842257,4,2.978306779897295 +30805,150610,688,2012,OH,Pres-G,2012_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,832,Barack Obama,16,DEM,50,50.66674765831986,Mitt Romney,9,REP,42.6,47.68844087842257,7.399999999999999,2.978306779897295 +30769,37111,688,2012,OH,Pres-G,2012_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-11-04,2012-11-06,2,1316,Barack Obama,16,DEM,49,50.66674765831986,Mitt Romney,9,REP,48,47.68844087842257,1,2.978306779897295 +30336,36374,689,2012,OK,Pres-G,2012_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone,NA,2012-10-21,2012-11-06,16,305,Barack Obama,16,DEM,32.7,33.22768025698344,Mitt Romney,9,REP,58.6,66.77231974301657,-25.9,-33.54463948603313 +27155,32434,690,2012,OR,Pres-G,2012_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-12,2012-11-06,55,552,Barack Obama,16,DEM,50,54.239326652769,Mitt Romney,9,REP,41,42.14987117651333,9,12.089455476255672 +30125,36065,690,2012,OR,Pres-G,2012_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,579,Barack Obama,16,DEM,49,54.239326652769,Mitt Romney,9,REP,42,42.14987117651333,7,12.089455476255672 +30458,36560,690,2012,OR,Pres-G,2012_Pres-G_OR,Hoffman Research Group,141,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,615,Barack Obama,16,DEM,47,54.239326652769,Mitt Romney,9,REP,42,42.14987117651333,5,12.089455476255672 +30478,36594,690,2012,OR,Pres-G,2012_Pres-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,500,Barack Obama,16,DEM,49,54.239326652769,Mitt Romney,9,REP,42,42.14987117651333,7,12.089455476255672 +30437,36528,690,2012,OR,Pres-G,2012_Pres-G_OR,Elway Research,87,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,405,Barack Obama,16,DEM,47,54.239326652769,Mitt Romney,9,REP,41,42.14987117651333,6,12.089455476255672 +75054,143098,690,2012,OR,Pres-G,2012_Pres-G_OR,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-31,2012-11-06,6,921,Barack Obama,16,DEM,52,54.239326652769,Mitt Romney,9,REP,46,42.14987117651333,6,12.089455476255672 +23929,28924,691,2012,PA,Pres-G,2012_Pres-G_PA,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,NA,NA,2012-09-11,2012-11-06,56,600,Barack Obama,16,DEM,50,51.97159378275084,Mitt Romney,9,REP,39,46.586509132432,11,5.385084650318838 +29424,34981,691,2012,PA,Pres-G,2012_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1139,Barack Obama,16,DEM,52,51.97159378275084,Mitt Romney,9,REP,43,46.586509132432,9,5.385084650318838 +27168,32445,691,2012,PA,Pres-G,2012_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2012-09-13,2012-11-06,54,640,Barack Obama,16,DEM,50,51.97159378275084,Mitt Romney,9,REP,41,46.586509132432,9,5.385084650318838 +29440,35009,691,2012,PA,Pres-G,2012_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,REP,2012-09-16,2012-11-06,51,800,Barack Obama,16,DEM,48,51.97159378275084,Mitt Romney,9,REP,47,46.586509132432,1,5.385084650318838 +29410,34959,691,2012,PA,Pres-G,2012_Pres-G_PA,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,1214,Barack Obama,16,DEM,48.1,51.97159378275084,Mitt Romney,9,REP,42.2,46.586509132432,5.899999999999999,5.385084650318838 +29629,35307,691,2012,PA,Pres-G,2012_Pres-G_PA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,2051,Barack Obama,16,DEM,52,51.97159378275084,Mitt Romney,9,REP,40,46.586509132432,12,5.385084650318838 +29462,35141,691,2012,PA,Pres-G,2012_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-19,2012-11-06,48,500,Barack Obama,16,DEM,51,51.97159378275084,Mitt Romney,9,REP,39,46.586509132432,12,5.385084650318838 +29535,35212,691,2012,PA,Pres-G,2012_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2012-09-19,2012-11-06,48,800,Barack Obama,16,DEM,47,51.97159378275084,Mitt Romney,9,REP,45,46.586509132432,2,5.385084650318838 +29547,35169,691,2012,PA,Pres-G,2012_Pres-G_PA,Mercyhurst University Center for Applied Politics,422,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,522,Barack Obama,16,DEM,48,51.97159378275084,Mitt Romney,9,REP,40,46.586509132432,8,5.385084650318838 +29589,35245,691,2012,PA,Pres-G,2012_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2012-09-20,2012-11-06,47,392,Barack Obama,16,DEM,52,51.97159378275084,Mitt Romney,9,REP,43,46.586509132432,9,5.385084650318838 +29593,35251,691,2012,PA,Pres-G,2012_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,1180,Barack Obama,16,DEM,54,51.97159378275084,Mitt Romney,9,REP,42,46.586509132432,12,5.385084650318838 +29636,35316,691,2012,PA,Pres-G,2012_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2012-09-24,2012-11-06,43,427,Barack Obama,16,DEM,49,51.97159378275084,Mitt Romney,9,REP,42,46.586509132432,7,5.385084650318838 +29906,36874,691,2012,PA,Pres-G,2012_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-01,2012-11-06,36,1000,Barack Obama,16,DEM,50,51.97159378275084,Mitt Romney,9,REP,43,46.586509132432,7,5.385084650318838 +29838,35615,691,2012,PA,Pres-G,2012_Pres-G_PA,Siena College,305,TRUE,FALSE,NA,NA,2012-10-03,2012-11-06,34,545,Barack Obama,16,DEM,43,51.97159378275084,Mitt Romney,9,REP,40,46.586509132432,3,5.385084650318838 +29833,35674,691,2012,PA,Pres-G,2012_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,725,Barack Obama,16,DEM,47,51.97159378275084,Mitt Romney,9,REP,46,46.586509132432,1,5.385084650318838 +29910,36883,691,2012,PA,Pres-G,2012_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1000,Barack Obama,16,DEM,47,51.97159378275084,Mitt Romney,9,REP,45,46.586509132432,2,5.385084650318838 +29933,35792,691,2012,PA,Pres-G,2012_Pres-G_PA,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,NA,NA,2012-10-06,2012-11-06,31,600,Barack Obama,16,DEM,50,51.97159378275084,Mitt Romney,9,REP,42,46.586509132432,8,5.385084650318838 +29884,35762,691,2012,PA,Pres-G,2012_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-09,2012-11-06,28,500,Barack Obama,16,DEM,51,51.97159378275084,Mitt Romney,9,REP,46,46.586509132432,5,5.385084650318838 +30058,35969,691,2012,PA,Pres-G,2012_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,966,Barack Obama,16,DEM,51,51.97159378275084,Mitt Romney,9,REP,44,46.586509132432,7,5.385084650318838 +30116,36055,691,2012,PA,Pres-G,2012_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,REP,2012-10-12,2012-11-06,25,1376,Barack Obama,16,DEM,45,51.97159378275084,Mitt Romney,9,REP,49,46.586509132432,-4,5.385084650318838 +30008,35879,691,2012,PA,Pres-G,2012_Pres-G_PA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,500,Barack Obama,16,DEM,51,51.97159378275084,Mitt Romney,9,REP,44,46.586509132432,7,5.385084650318838 +30017,35890,691,2012,PA,Pres-G,2012_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,1519,Barack Obama,16,DEM,50,51.97159378275084,Mitt Romney,9,REP,46,46.586509132432,4,5.385084650318838 +30006,35870,691,2012,PA,Pres-G,2012_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2012-10-12,2012-11-06,25,438,Barack Obama,16,DEM,49,51.97159378275084,Mitt Romney,9,REP,45,46.586509132432,4,5.385084650318838 +30214,36196,691,2012,PA,Pres-G,2012_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1000,Barack Obama,16,DEM,48,51.97159378275084,Mitt Romney,9,REP,44,46.586509132432,4,5.385084650318838 +30218,36203,691,2012,PA,Pres-G,2012_Pres-G_PA,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,559,Barack Obama,16,DEM,48,51.97159378275084,Mitt Romney,9,REP,39,46.586509132432,9,5.385084650318838 +30204,36179,691,2012,PA,Pres-G,2012_Pres-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-21,2012-11-06,16,887,Barack Obama,16,DEM,48,51.97159378275084,Mitt Romney,9,REP,45,46.586509132432,3,5.385084650318838 +30203,36177,691,2012,PA,Pres-G,2012_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,444,Barack Obama,16,DEM,50,51.97159378275084,Mitt Romney,9,REP,45,46.586509132432,5,5.385084650318838 +30649,36873,691,2012,PA,Pres-G,2012_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-23,2012-11-06,14,1000,Barack Obama,16,DEM,50,51.97159378275084,Mitt Romney,9,REP,44,46.586509132432,6,5.385084650318838 +30294,36365,691,2012,PA,Pres-G,2012_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,500,Barack Obama,16,DEM,51,51.97159378275084,Mitt Romney,9,REP,46,46.586509132432,5,5.385084650318838 +30356,36396,691,2012,PA,Pres-G,2012_Pres-G_PA,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,Live Phone,NA,2012-10-24,2012-11-06,13,600,Barack Obama,16,DEM,49,51.97159378275084,Mitt Romney,9,REP,43,46.586509132432,6,5.385084650318838 +30485,36608,691,2012,PA,Pres-G,2012_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,547,Barack Obama,16,DEM,49,51.97159378275084,Mitt Romney,9,REP,45,46.586509132432,4,5.385084650318838 +30648,36871,691,2012,PA,Pres-G,2012_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1000,Barack Obama,16,DEM,49,51.97159378275084,Mitt Romney,9,REP,46,46.586509132432,3,5.385084650318838 +30631,36929,691,2012,PA,Pres-G,2012_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,800,Barack Obama,16,DEM,47,51.97159378275084,Mitt Romney,9,REP,47,46.586509132432,0,5.385084650318838 +30665,36914,691,2012,PA,Pres-G,2012_Pres-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,790,Barack Obama,16,DEM,52,51.97159378275084,Mitt Romney,9,REP,46,46.586509132432,6,5.385084650318838 +30678,36938,691,2012,PA,Pres-G,2012_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,430,Barack Obama,16,DEM,49,51.97159378275084,Mitt Romney,9,REP,46,46.586509132432,3,5.385084650318838 +30693,36971,691,2012,PA,Pres-G,2012_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1273,Barack Obama,16,DEM,52,51.97159378275084,Mitt Romney,9,REP,44,46.586509132432,8,5.385084650318838 +30780,37126,691,2012,PA,Pres-G,2012_Pres-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-11-04,2012-11-06,2,1060,Barack Obama,16,DEM,49,51.97159378275084,Mitt Romney,9,REP,46,46.586509132432,3,5.385084650318838 +30774,37117,691,2012,PA,Pres-G,2012_Pres-G_PA,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-03,2012-11-06,3,507,Barack Obama,16,DEM,51,51.97159378275084,Mitt Romney,9,REP,47,46.586509132432,4,5.385084650318838 +29703,150756,692,2012,RI,Pres-G,2012_Pres-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,2012-09-28,2012-11-06,39,501,Barack Obama,16,DEM,57,62.507431330040454,Mitt Romney,9,REP,33,35.13488143396732,24,27.37254989607313 +29873,35661,692,2012,RI,Pres-G,2012_Pres-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2012-09-30,2012-11-06,37,471,Barack Obama,16,DEM,58,62.507431330040454,Mitt Romney,9,REP,32,35.13488143396732,26,27.37254989607313 +30488,36705,692,2012,RI,Pres-G,2012_Pres-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,601,Barack Obama,16,DEM,54,62.507431330040454,Mitt Romney,9,REP,33,35.13488143396732,21,27.37254989607313 +29964,35806,694,2012,SD,Pres-G,2012_Pres-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,NA,NA,2012-10-03,2012-11-06,34,762,Barack Obama,16,DEM,41.1,39.86614075835246,Mitt Romney,9,REP,51.6,57.88931187554114,-10.5,-18.02317111718868 +30615,36815,694,2012,SD,Pres-G,2012_Pres-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,671,Barack Obama,16,DEM,42,39.86614075835246,Mitt Romney,9,REP,50,57.88931187554114,-8,-18.02317111718868 +30790,37144,694,2012,SD,Pres-G,2012_Pres-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2012-11-02,2012-11-06,4,633,Barack Obama,16,DEM,41,39.86614075835246,Mitt Romney,9,REP,53,57.88931187554114,-12,-18.02317111718868 +29500,35094,695,2012,TN,Pres-G,2012_Pres-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,694,Barack Obama,16,DEM,42,39.07581499379519,Mitt Romney,9,REP,50,59.478714719937585,-8,-20.402899726142394 +30055,35963,695,2012,TN,Pres-G,2012_Pres-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,484,Barack Obama,16,DEM,43,39.07581499379519,Mitt Romney,9,REP,52,59.478714719937585,-9,-20.402899726142394 +30373,36421,695,2012,TN,Pres-G,2012_Pres-G_TN,Middle Tennessee State University,208,TRUE,FALSE,Live Phone,NA,2012-10-18,2012-11-06,19,609,Barack Obama,16,DEM,34,39.07581499379519,Mitt Romney,9,REP,59,59.478714719937585,-25,-20.402899726142394 +30690,36965,695,2012,TN,Pres-G,2012_Pres-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,697,Barack Obama,16,DEM,42,39.07581499379519,Mitt Romney,9,REP,53,59.478714719937585,-11,-20.402899726142394 +19074,37059,696,2012,TX,Pres-G,2012_Pres-G_TX,WPA Intelligence,383,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,1004,Barack Obama,16,DEM,40,41.383358283760856,Mitt Romney,9,REP,55,57.16697746805639,-15,-15.783619184295532 +29510,35113,696,2012,TX,Pres-G,2012_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1165,Barack Obama,16,DEM,41,41.383358283760856,Mitt Romney,9,REP,53,57.16697746805639,-12,-15.783619184295532 +29706,35420,696,2012,TX,Pres-G,2012_Pres-G_TX,Texas Lyceum,431,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,1175,Barack Obama,16,DEM,39,41.383358283760856,Mitt Romney,9,REP,58,57.16697746805639,-19,-15.783619184295532 +30056,35965,696,2012,TX,Pres-G,2012_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,958,Barack Obama,16,DEM,41,41.383358283760856,Mitt Romney,9,REP,55,57.16697746805639,-14,-15.783619184295532 +30462,36567,696,2012,TX,Pres-G,2012_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-18,2012-11-06,19,540,Barack Obama,16,DEM,39,41.383358283760856,Mitt Romney,9,REP,55,57.16697746805639,-16,-15.783619184295532 +30691,36967,696,2012,TX,Pres-G,2012_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1563,Barack Obama,16,DEM,38,41.383358283760856,Mitt Romney,9,REP,57,57.16697746805639,-19,-15.783619184295532 +30618,36847,697,2012,UT,Pres-G,2012_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,870,Barack Obama,16,DEM,26,24.74966582796037,Mitt Romney,9,REP,69,72.7905331026891,-43,-48.040867274728726 +19053,24341,698,2012,VA,Pres-G,2012_Pres-G_VA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-08,2012-11-06,59,2238,Barack Obama,16,DEM,43.05,51.15645679621864,Mitt Romney,9,REP,48.31,47.28310289638912,-5.260000000000005,3.8733538998295245 +19098,24406,698,2012,VA,Pres-G,2012_Pres-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-10,2012-11-06,57,996,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,44,47.28310289638912,5,3.8733538998295245 +19116,24439,698,2012,VA,Pres-G,2012_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-13,2012-11-06,54,500,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,1,3.8733538998295245 +29428,34990,698,2012,VA,Pres-G,2012_Pres-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1047,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,44,47.28310289638912,4,3.8733538998295245 +23941,32423,698,2012,VA,Pres-G,2012_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-15,2012-11-06,52,1021,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,45,47.28310289638912,4,3.8733538998295245 +27165,33894,698,2012,VA,Pres-G,2012_Pres-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-14,2012-11-06,53,847,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,41,47.28310289638912,8,3.8733538998295245 +29380,34892,698,2012,VA,Pres-G,2012_Pres-G_VA,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,1238,Barack Obama,16,DEM,48.5,51.15645679621864,Mitt Romney,9,REP,45.7,47.28310289638912,2.799999999999997,3.8733538998295245 +29377,34889,698,2012,VA,Pres-G,2012_Pres-G_VA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-14,2012-11-06,53,1474,Barack Obama,16,DEM,50,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,4,3.8733538998295245 +29403,140626,698,2012,VA,Pres-G,2012_Pres-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-09-17,2012-11-06,50,1006,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,42,47.28310289638912,7,3.8733538998295245 +29628,35306,698,2012,VA,Pres-G,2012_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,2770,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,43,47.28310289638912,6,3.8733538998295245 +29471,35050,698,2012,VA,Pres-G,2012_Pres-G_VA,Purple Strategies,265,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,600,Barack Obama,16,DEM,46,51.15645679621864,Mitt Romney,9,REP,43,47.28310289638912,3,3.8733538998295245 +29617,35293,698,2012,VA,Pres-G,2012_Pres-G_VA,Suffolk University,323,TRUE,FALSE,NA,NA,2012-09-25,2012-11-06,42,600,Barack Obama,16,DEM,46,51.15645679621864,Mitt Romney,9,REP,44,47.28310289638912,2,3.8733538998295245 +29640,35323,698,2012,VA,Pres-G,2012_Pres-G_VA,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-26,2012-11-06,41,600,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,47,47.28310289638912,2,3.8733538998295245 +29700,150767,698,2012,VA,Pres-G,2012_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,NA,NA,2012-09-23,2012-11-06,44,589,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,40,47.28310289638912,8,3.8733538998295245 +29904,36887,698,2012,VA,Pres-G,2012_Pres-G_VA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-01,2012-11-06,36,1000,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,47,47.28310289638912,1,3.8733538998295245 +29726,35447,698,2012,VA,Pres-G,2012_Pres-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-30,2012-11-06,37,969,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,2,3.8733538998295245 +29775,35523,698,2012,VA,Pres-G,2012_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-04,2012-11-06,33,500,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,49,47.28310289638912,-1,3.8733538998295245 +29802,35553,698,2012,VA,Pres-G,2012_Pres-G_VA,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,1200,Barack Obama,16,DEM,45,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,-3,3.8733538998295245 +29820,35591,698,2012,VA,Pres-G,2012_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-06,2012-11-06,31,725,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,44,47.28310289638912,4,3.8733538998295245 +29909,36881,698,2012,VA,Pres-G,2012_Pres-G_VA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1000,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,0,3.8733538998295245 +29937,35767,698,2012,VA,Pres-G,2012_Pres-G_VA,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-08,2012-11-06,29,600,Barack Obama,16,DEM,44,51.15645679621864,Mitt Romney,9,REP,51,47.28310289638912,-7,3.8733538998295245 +29924,35744,698,2012,VA,Pres-G,2012_Pres-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-08,2012-11-06,29,981,Barack Obama,16,DEM,47,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,-1,3.8733538998295245 +29927,35750,698,2012,VA,Pres-G,2012_Pres-G_VA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-10-06,2012-11-06,31,1288,Barack Obama,16,DEM,51,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,5,3.8733538998295245 +29952,35872,698,2012,VA,Pres-G,2012_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-11,2012-11-06,26,750,Barack Obama,16,DEM,47,51.15645679621864,Mitt Romney,9,REP,49,47.28310289638912,-2,3.8733538998295245 +30040,35935,698,2012,VA,Pres-G,2012_Pres-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,743,Barack Obama,16,DEM,46,51.15645679621864,Mitt Romney,9,REP,45,47.28310289638912,1,3.8733538998295245 +30005,35867,698,2012,VA,Pres-G,2012_Pres-G_VA,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,600,Barack Obama,16,DEM,47,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,-1,3.8733538998295245 +30213,36194,698,2012,VA,Pres-G,2012_Pres-G_VA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1000,Barack Obama,16,DEM,47,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,1,3.8733538998295245 +30095,36026,698,2012,VA,Pres-G,2012_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-15,2012-11-06,22,733,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,1,3.8733538998295245 +30251,36260,698,2012,VA,Pres-G,2012_Pres-G_VA,Old Dominion University,238,FALSE,FALSE,NA,NA,2012-10-03,2012-11-06,34,465,Barack Obama,16,DEM,50,51.15645679621864,Mitt Romney,9,REP,43,47.28310289638912,7,3.8733538998295245 +30122,36130,698,2012,VA,Pres-G,2012_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-18,2012-11-06,19,750,Barack Obama,16,DEM,47,51.15645679621864,Mitt Romney,9,REP,50,47.28310289638912,-3,3.8733538998295245 +30378,36431,698,2012,VA,Pres-G,2012_Pres-G_VA,CallFire,42,FALSE,TRUE,IVR,NA,2012-10-17,2012-11-06,20,624,Barack Obama,16,DEM,46,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,-2,3.8733538998295245 +30164,36118,698,2012,VA,Pres-G,2012_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-18,2012-11-06,19,500,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,47,47.28310289638912,2,3.8733538998295245 +30207,36184,698,2012,VA,Pres-G,2012_Pres-G_VA,Clout Research,55,FALSE,FALSE,IVR,REP,2012-10-19,2012-11-06,18,1000,Barack Obama,16,DEM,47.1,51.15645679621864,Mitt Romney,9,REP,49.2,47.28310289638912,-2.1000000000000014,3.8733538998295245 +30249,36257,698,2012,VA,Pres-G,2012_Pres-G_VA,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-20,2012-11-06,17,800,Barack Obama,16,DEM,46,51.15645679621864,Mitt Romney,9,REP,45,47.28310289638912,1,3.8733538998295245 +30647,36870,698,2012,VA,Pres-G,2012_Pres-G_VA,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-23,2012-11-06,14,1000,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,0,3.8733538998295245 +30291,36362,698,2012,VA,Pres-G,2012_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,750,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,50,47.28310289638912,-2,3.8733538998295245 +30311,36340,698,2012,VA,Pres-G,2012_Pres-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,1126,Barack Obama,16,DEM,44,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,-2,3.8733538998295245 +30320,36354,698,2012,VA,Pres-G,2012_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-23,2012-11-06,14,722,Barack Obama,16,DEM,51,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,5,3.8733538998295245 +30346,36385,698,2012,VA,Pres-G,2012_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-24,2012-11-06,13,834,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,0,3.8733538998295245 +30342,36381,698,2012,VA,Pres-G,2012_Pres-G_VA,Purple Strategies,265,FALSE,FALSE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,600,Barack Obama,16,DEM,47,51.15645679621864,Mitt Romney,9,REP,47,47.28310289638912,0,3.8733538998295245 +30369,36412,698,2012,VA,Pres-G,2012_Pres-G_VA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-26,2012-11-06,11,645,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,0,3.8733538998295245 +30481,36599,698,2012,VA,Pres-G,2012_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,638,Barack Obama,16,DEM,44,51.15645679621864,Mitt Romney,9,REP,49,47.28310289638912,-5,3.8733538998295245 +30374,36442,698,2012,VA,Pres-G,2012_Pres-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,1228,Barack Obama,16,DEM,51,51.15645679621864,Mitt Romney,9,REP,47,47.28310289638912,4,3.8733538998295245 +77967,150765,698,2012,VA,Pres-G,2012_Pres-G_VA,Garin-Hart-Yang/Global Strategy Group,412,FALSE,TRUE,Live Phone,DEM,2012-10-26,2012-11-06,11,807,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,3,3.8733538998295245 +63880,36557,698,2012,VA,Pres-G,2012_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-27,2012-11-06,10,827,Barack Obama,16,DEM,48.1,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,2.1000000000000014,3.8733538998295245 +30484,36606,698,2012,VA,Pres-G,2012_Pres-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,1074,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,47,47.28310289638912,2,3.8733538998295245 +73057,150605,698,2012,VA,Pres-G,2012_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-29,2012-11-06,8,800,Barack Obama,16,DEM,46.3,51.15645679621864,Mitt Romney,9,REP,47.1,47.28310289638912,-0.8000000000000043,3.8733538998295245 +30646,36875,698,2012,VA,Pres-G,2012_Pres-G_VA,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1000,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,48,47.28310289638912,1,3.8733538998295245 +30526,36682,698,2012,VA,Pres-G,2012_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-30,2012-11-06,7,600,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,3,3.8733538998295245 +30593,36785,698,2012,VA,Pres-G,2012_Pres-G_VA,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-31,2012-11-06,6,1069,Barack Obama,16,DEM,48.5,51.15645679621864,Mitt Romney,9,REP,47.6,47.28310289638912,0.8999999999999986,3.8733538998295245 +30597,36791,698,2012,VA,Pres-G,2012_Pres-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1065,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,45,47.28310289638912,3,3.8733538998295245 +30598,36793,698,2012,VA,Pres-G,2012_Pres-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1197,Barack Obama,16,DEM,49,51.15645679621864,Mitt Romney,9,REP,40,47.28310289638912,9,3.8733538998295245 +30746,37056,698,2012,VA,Pres-G,2012_Pres-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-11-01,2012-11-06,5,1165,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,47,47.28310289638912,1,3.8733538998295245 +30757,37097,698,2012,VA,Pres-G,2012_Pres-G_VA,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-11-01,2012-11-06,5,800,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,45,47.28310289638912,3,3.8733538998295245 +30708,37001,698,2012,VA,Pres-G,2012_Pres-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1497,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,2,3.8733538998295245 +30791,150764,698,2012,VA,Pres-G,2012_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-04,2012-11-06,2,750,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,50,47.28310289638912,-2,3.8733538998295245 +30742,37049,698,2012,VA,Pres-G,2012_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,975,Barack Obama,16,DEM,51,51.15645679621864,Mitt Romney,9,REP,47,47.28310289638912,4,3.8733538998295245 +30781,37127,698,2012,VA,Pres-G,2012_Pres-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,828,Barack Obama,16,DEM,48,51.15645679621864,Mitt Romney,9,REP,46,47.28310289638912,2,3.8733538998295245 +77904,150600,698,2012,VA,Pres-G,2012_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,800,Barack Obama,16,DEM,46.8,51.15645679621864,Mitt Romney,9,REP,46.5,47.28310289638912,0.29999999999999716,3.8733538998295245 +19042,24326,700,2012,WA,Pres-G,2012_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,524,Barack Obama,16,DEM,54,56.16339829967277,Mitt Romney,9,REP,38,41.29462143210913,16,14.86877686756364 +19075,24376,700,2012,WA,Pres-G,2012_Pres-G_WA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,563,Barack Obama,16,DEM,53,56.16339829967277,Mitt Romney,9,REP,42,41.29462143210913,11,14.86877686756364 +22490,28912,700,2012,WA,Pres-G,2012_Pres-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2012-09-11,2012-11-06,56,405,Barack Obama,16,DEM,53,56.16339829967277,Mitt Romney,9,REP,36,41.29462143210913,17,14.86877686756364 +29485,35069,700,2012,WA,Pres-G,2012_Pres-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,880,Barack Obama,16,DEM,53,56.16339829967277,Mitt Romney,9,REP,39,41.29462143210913,14,14.86877686756364 +29612,35285,700,2012,WA,Pres-G,2012_Pres-G_WA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-21,2012-11-06,46,625,Barack Obama,16,DEM,56.4,56.16339829967277,Mitt Romney,9,REP,38.6,41.29462143210913,17.799999999999997,14.86877686756364 +29663,35513,700,2012,WA,Pres-G,2012_Pres-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-26,2012-11-06,41,500,Barack Obama,16,DEM,52,56.16339829967277,Mitt Romney,9,REP,41,41.29462143210913,11,14.86877686756364 +29754,35491,700,2012,WA,Pres-G,2012_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-29,2012-11-06,38,540,Barack Obama,16,DEM,56,56.16339829967277,Mitt Romney,9,REP,36,41.29462143210913,20,14.86877686756364 +30045,35943,700,2012,WA,Pres-G,2012_Pres-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,748,Barack Obama,16,DEM,56,56.16339829967277,Mitt Romney,9,REP,39,41.29462143210913,17,14.86877686756364 +30069,36132,700,2012,WA,Pres-G,2012_Pres-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-14,2012-11-06,23,500,Barack Obama,16,DEM,55,56.16339829967277,Mitt Romney,9,REP,42,41.29462143210913,13,14.86877686756364 +30031,35918,700,2012,WA,Pres-G,2012_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,543,Barack Obama,16,DEM,54,56.16339829967277,Mitt Romney,9,REP,40,41.29462143210913,14,14.86877686756364 +30074,35994,700,2012,WA,Pres-G,2012_Pres-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-15,2012-11-06,22,574,Barack Obama,16,DEM,50,56.16339829967277,Mitt Romney,9,REP,45,41.29462143210913,5,14.86877686756364 +30109,36041,700,2012,WA,Pres-G,2012_Pres-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,NA,NA,2012-10-09,2012-11-06,28,644,Barack Obama,16,DEM,51.9,56.16339829967277,Mitt Romney,9,REP,42.9,41.29462143210913,9,14.86877686756364 +30219,36205,700,2012,WA,Pres-G,2012_Pres-G_WA,Strategies 360,321,FALSE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,500,Barack Obama,16,DEM,52,56.16339829967277,Mitt Romney,9,REP,39,41.29462143210913,13,14.86877686756364 +30543,36709,700,2012,WA,Pres-G,2012_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-30,2012-11-06,7,555,Barack Obama,16,DEM,54,56.16339829967277,Mitt Romney,9,REP,40,41.29462143210913,14,14.86877686756364 +30562,36731,700,2012,WA,Pres-G,2012_Pres-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2012-10-24,2012-11-06,13,632,Barack Obama,16,DEM,57.1,56.16339829967277,Mitt Romney,9,REP,36.4,41.29462143210913,20.700000000000003,14.86877686756364 +30662,36909,700,2012,WA,Pres-G,2012_Pres-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,932,Barack Obama,16,DEM,53,56.16339829967277,Mitt Romney,9,REP,46,41.29462143210913,7,14.86877686756364 +30692,36969,700,2012,WA,Pres-G,2012_Pres-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,837,Barack Obama,16,DEM,54,56.16339829967277,Mitt Romney,9,REP,40,41.29462143210913,14,14.86877686756364 +27147,32420,701,2012,WI,Pres-G,2012_Pres-G_WI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-12,2012-11-06,55,959,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,48,45.93834671361976,1,6.837815821534832 +29427,34988,701,2012,WI,Pres-G,2012_Pres-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,753,Barack Obama,16,DEM,48,52.77616253515459,Mitt Romney,9,REP,47,45.93834671361976,1,6.837815821534832 +29389,34906,701,2012,WI,Pres-G,2012_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,NA,NA,2012-09-15,2012-11-06,52,601,Barack Obama,16,DEM,54,52.77616253515459,Mitt Romney,9,REP,40,45.93834671361976,14,6.837815821534832 +29412,35054,701,2012,WI,Pres-G,2012_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-17,2012-11-06,50,500,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,46,45.93834671361976,3,6.837815821534832 +29378,34887,701,2012,WI,Pres-G,2012_Pres-G_WI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-14,2012-11-06,53,1485,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,45,45.93834671361976,6,6.837815821534832 +29447,35020,701,2012,WI,Pres-G,2012_Pres-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-17,2012-11-06,50,968,Barack Obama,16,DEM,50,52.77616253515459,Mitt Romney,9,REP,45,45.93834671361976,5,6.837815821534832 +29411,35116,701,2012,WI,Pres-G,2012_Pres-G_WI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,842,Barack Obama,16,DEM,52,52.77616253515459,Mitt Romney,9,REP,45,45.93834671361976,7,6.837815821534832 +29543,35164,701,2012,WI,Pres-G,2012_Pres-G_WI,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-22,2012-11-06,45,1238,Barack Obama,16,DEM,52.5,52.77616253515459,Mitt Romney,9,REP,41,45.93834671361976,11.5,6.837815821534832 +29744,35478,701,2012,WI,Pres-G,2012_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-09-29,2012-11-06,38,414,Barack Obama,16,DEM,48.9,52.77616253515459,Mitt Romney,9,REP,38.8,45.93834671361976,10.100000000000001,6.837815821534832 +29750,35484,701,2012,WI,Pres-G,2012_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,894,Barack Obama,16,DEM,53,52.77616253515459,Mitt Romney,9,REP,42,45.93834671361976,11,6.837815821534832 +29907,35719,701,2012,WI,Pres-G,2012_Pres-G_WI,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-01,2012-11-06,36,1000,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,44,45.93834671361976,7,6.837815821534832 +29809,35575,701,2012,WI,Pres-G,2012_Pres-G_WI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,979,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,47,45.93834671361976,2,6.837815821534832 +29911,36885,701,2012,WI,Pres-G,2012_Pres-G_WI,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1000,Barack Obama,16,DEM,50,52.77616253515459,Mitt Romney,9,REP,46,45.93834671361976,4,6.837815821534832 +29882,35790,701,2012,WI,Pres-G,2012_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-09,2012-11-06,28,500,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,49,45.93834671361976,2,6.837815821534832 +29928,35752,701,2012,WI,Pres-G,2012_Pres-G_WI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-10-06,2012-11-06,31,1327,Barack Obama,16,DEM,50,52.77616253515459,Mitt Romney,9,REP,47,45.93834671361976,3,6.837815821534832 +30041,35929,701,2012,WI,Pres-G,2012_Pres-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,639,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,47,45.93834671361976,4,6.837815821534832 +30070,35987,701,2012,WI,Pres-G,2012_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,870,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,48,45.93834671361976,1,6.837815821534832 +30222,36877,701,2012,WI,Pres-G,2012_Pres-G_WI,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1000,Barack Obama,16,DEM,50,52.77616253515459,Mitt Romney,9,REP,47,45.93834671361976,3,6.837815821534832 +30114,36049,701,2012,WI,Pres-G,2012_Pres-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,1013,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,45,45.93834671361976,6,6.837815821534832 +30276,36295,701,2012,WI,Pres-G,2012_Pres-G_WI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,625,Barack Obama,16,DEM,48,52.77616253515459,Mitt Romney,9,REP,46,45.93834671361976,2,6.837815821534832 +30124,36181,701,2012,WI,Pres-G,2012_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-18,2012-11-06,19,500,Barack Obama,16,DEM,50,52.77616253515459,Mitt Romney,9,REP,48,45.93834671361976,2,6.837815821534832 +30158,36110,701,2012,WI,Pres-G,2012_Pres-G_WI,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-17,2012-11-06,20,500,Barack Obama,16,DEM,47,52.77616253515459,Mitt Romney,9,REP,44,45.93834671361976,3,6.837815821534832 +30216,36200,701,2012,WI,Pres-G,2012_Pres-G_WI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,502,Barack Obama,16,DEM,48,52.77616253515459,Mitt Romney,9,REP,43,45.93834671361976,5,6.837815821534832 +30645,36867,701,2012,WI,Pres-G,2012_Pres-G_WI,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-23,2012-11-06,14,1000,Barack Obama,16,DEM,48,52.77616253515459,Mitt Romney,9,REP,47,45.93834671361976,1,6.837815821534832 +30302,36329,701,2012,WI,Pres-G,2012_Pres-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-23,2012-11-06,14,827,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,45,45.93834671361976,6,6.837815821534832 +30326,36440,701,2012,WI,Pres-G,2012_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,500,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,49,45.93834671361976,0,6.837815821534832 +30350,36389,701,2012,WI,Pres-G,2012_Pres-G_WI,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-24,2012-11-06,13,500,Barack Obama,16,DEM,48,52.77616253515459,Mitt Romney,9,REP,43,45.93834671361976,5,6.837815821534832 +30500,36757,701,2012,WI,Pres-G,2012_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,1243,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,43,45.93834671361976,8,6.837815821534832 +30536,36775,701,2012,WI,Pres-G,2012_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-29,2012-11-06,8,750,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,49,45.93834671361976,0,6.837815821534832 +30644,36865,701,2012,WI,Pres-G,2012_Pres-G_WI,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-29,2012-11-06,8,1000,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,48,45.93834671361976,1,6.837815821534832 +30534,36695,701,2012,WI,Pres-G,2012_Pres-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,1065,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,46,45.93834671361976,3,6.837815821534832 +30554,36722,701,2012,WI,Pres-G,2012_Pres-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,402,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,42,45.93834671361976,9,6.837815821534832 +30495,36623,701,2012,WI,Pres-G,2012_Pres-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-29,2012-11-06,8,825,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,46,45.93834671361976,5,6.837815821534832 +30556,36724,701,2012,WI,Pres-G,2012_Pres-G_WI,Clout Research,55,FALSE,FALSE,IVR,REP,2012-10-30,2012-11-06,7,1074,Barack Obama,16,DEM,49,52.77616253515459,Mitt Romney,9,REP,47,45.93834671361976,2,6.837815821534832 +30592,36784,701,2012,WI,Pres-G,2012_Pres-G_WI,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-31,2012-11-06,6,1210,Barack Obama,16,DEM,51.5,52.77616253515459,Mitt Romney,9,REP,44.8,45.93834671361976,6.700000000000003,6.837815821534832 +30636,36853,701,2012,WI,Pres-G,2012_Pres-G_WI,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-11-01,2012-11-06,5,500,Barack Obama,16,DEM,48,52.77616253515459,Mitt Romney,9,REP,42,45.93834671361976,6,6.837815821534832 +30666,36916,701,2012,WI,Pres-G,2012_Pres-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,1256,Barack Obama,16,DEM,51,52.77616253515459,Mitt Romney,9,REP,48,45.93834671361976,3,6.837815821534832 +30753,37091,701,2012,WI,Pres-G,2012_Pres-G_WI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,454,Barack Obama,16,DEM,53,52.77616253515459,Mitt Romney,9,REP,46,45.93834671361976,7,6.837815821534832 +30704,36993,701,2012,WI,Pres-G,2012_Pres-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1225,Barack Obama,16,DEM,50,52.77616253515459,Mitt Romney,9,REP,46,45.93834671361976,4,6.837815821534832 +17331,22268,704,2008,AK,Pres-G,2008_Pres-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-09,2008-11-04,56,500,Barack Obama,41,DEM,33,37.88937359938932,John McCain,44,REP,64,59.42451953880631,-31,-21.535145939416985 +17287,22224,704,2008,AK,Pres-G,2008_Pres-G_AK,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-10,2008-11-04,55,600,Barack Obama,41,DEM,39,37.88937359938932,John McCain,44,REP,55,59.42451953880631,-16,-21.535145939416985 +17136,22069,704,2008,AK,Pres-G,2008_Pres-G_AK,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,601,Barack Obama,41,DEM,37,37.88937359938932,John McCain,44,REP,55,59.42451953880631,-18,-21.535145939416985 +16965,21884,704,2008,AK,Pres-G,2008_Pres-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-06,2008-11-04,29,500,Barack Obama,41,DEM,40,37.88937359938932,John McCain,44,REP,55,59.42451953880631,-15,-21.535145939416985 +16962,21881,704,2008,AK,Pres-G,2008_Pres-G_AK,Alaska Survey Research,155,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,500,Barack Obama,41,DEM,38,37.88937359938932,John McCain,44,REP,55,59.42451953880631,-17,-21.535145939416985 +16797,21711,704,2008,AK,Pres-G,2008_Pres-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,500,Barack Obama,41,DEM,42,37.88937359938932,John McCain,44,REP,53,59.42451953880631,-11,-21.535145939416985 +16598,21495,704,2008,AK,Pres-G,2008_Pres-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,500,Barack Obama,41,DEM,41,37.88937359938932,John McCain,44,REP,57,59.42451953880631,-16,-21.535145939416985 +16549,21446,704,2008,AK,Pres-G,2008_Pres-G_AK,Dittman Research,79,FALSE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,489,Barack Obama,41,DEM,37,37.88937359938932,John McCain,44,REP,56,59.42451953880631,-19,-21.535145939416985 +16449,21346,704,2008,AK,Pres-G,2008_Pres-G_AK,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,352,Barack Obama,41,DEM,38,37.88937359938932,John McCain,44,REP,55,59.42451953880631,-17,-21.535145939416985 +16413,21310,704,2008,AK,Pres-G,2008_Pres-G_AK,Hays Research Group,136,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,400,Barack Obama,41,DEM,44.6,37.88937359938932,John McCain,44,REP,48.3,59.42451953880631,-3.6999999999999957,-21.535145939416985 +63531,116955,704,2008,AK,Pres-G,2008_Pres-G_AK,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,600,Barack Obama,41,DEM,43,37.88937359938932,John McCain,44,REP,55,59.42451953880631,-12,-21.535145939416985 +17318,22255,705,2008,AL,Pres-G,2008_Pres-G_AL,Capital Survey Research Center,44,FALSE,TRUE,NA,NA,2008-09-06,2008-11-04,59,606,Barack Obama,41,DEM,35,38.74043429457492,John McCain,44,REP,55,60.31691302917061,-20,-21.57647873459569 +17212,22145,705,2008,AL,Pres-G,2008_Pres-G_AL,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,36,38.74043429457492,John McCain,44,REP,58,60.31691302917061,-22,-21.57647873459569 +17224,22157,705,2008,AL,Pres-G,2008_Pres-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,NA,NA,2008-09-12,2008-11-04,53,406,Barack Obama,41,DEM,25,38.74043429457492,John McCain,44,REP,52,60.31691302917061,-27,-21.57647873459569 +17205,22138,705,2008,AL,Pres-G,2008_Pres-G_AL,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-16,2008-11-04,49,655,Barack Obama,41,DEM,34,38.74043429457492,John McCain,44,REP,64,60.31691302917061,-30,-21.57647873459569 +17124,22057,705,2008,AL,Pres-G,2008_Pres-G_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-22,2008-11-04,43,500,Barack Obama,41,DEM,39,38.74043429457492,John McCain,44,REP,60,60.31691302917061,-21,-21.57647873459569 +16940,21859,705,2008,AL,Pres-G,2008_Pres-G_AL,Capital Survey Research Center,44,FALSE,TRUE,NA,NA,2008-10-04,2008-11-04,31,554,Barack Obama,41,DEM,35,38.74043429457492,John McCain,44,REP,55,60.31691302917061,-20,-21.57647873459569 +16921,21840,705,2008,AL,Pres-G,2008_Pres-G_AL,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-08,2008-11-04,27,697,Barack Obama,41,DEM,35,38.74043429457492,John McCain,44,REP,62,60.31691302917061,-27,-21.57647873459569 +16745,21655,705,2008,AL,Pres-G,2008_Pres-G_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2008-10-15,2008-11-04,20,606,Barack Obama,41,DEM,34,38.74043429457492,John McCain,44,REP,54,60.31691302917061,-20,-21.57647873459569 +16607,21504,705,2008,AL,Pres-G,2008_Pres-G_AL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,650,Barack Obama,41,DEM,36,38.74043429457492,John McCain,44,REP,61,60.31691302917061,-25,-21.57647873459569 +16473,21370,705,2008,AL,Pres-G,2008_Pres-G_AL,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,452,Barack Obama,41,DEM,39,38.74043429457492,John McCain,44,REP,57,60.31691302917061,-18,-21.57647873459569 +17123,22056,706,2008,AR,Pres-G,2008_Pres-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-22,2008-11-04,43,500,Barack Obama,41,DEM,42,38.86465976512423,John McCain,44,REP,51,58.71590449992959,-9,-19.851244734805363 +17117,22050,706,2008,AR,Pres-G,2008_Pres-G_AR,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,600,Barack Obama,41,DEM,41,38.86465976512423,John McCain,44,REP,53,58.71590449992959,-12,-19.851244734805363 +16760,21670,706,2008,AR,Pres-G,2008_Pres-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,NA,NA,2008-10-11,2008-11-04,24,707,Barack Obama,41,DEM,36,38.86465976512423,John McCain,44,REP,51,58.71590449992959,-15,-19.851244734805363 +16620,21526,706,2008,AR,Pres-G,2008_Pres-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-27,2008-11-04,8,500,Barack Obama,41,DEM,44,38.86465976512423,John McCain,44,REP,54,58.71590449992959,-10,-19.851244734805363 +16499,21396,706,2008,AR,Pres-G,2008_Pres-G_AR,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,600,Barack Obama,41,DEM,44,38.86465976512423,John McCain,44,REP,51,58.71590449992959,-7,-19.851244734805363 +16451,21348,706,2008,AR,Pres-G,2008_Pres-G_AR,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,491,Barack Obama,41,DEM,41,38.86465976512423,John McCain,44,REP,53,58.71590449992959,-12,-19.851244734805363 +17246,22183,707,2008,AZ,Pres-G,2008_Pres-G_AZ,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-13,2008-11-04,52,600,Barack Obama,41,DEM,39,45.11525087476428,John McCain,44,REP,56,53.63524782262724,-17,-8.519996947862964 +17045,21973,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,976,Barack Obama,41,DEM,38,45.11525087476428,John McCain,44,REP,45,53.63524782262724,-7,-8.519996947862964 +17040,21968,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-29,2008-11-04,36,500,Barack Obama,41,DEM,38,45.11525087476428,John McCain,44,REP,59,53.63524782262724,-21,-8.519996947862964 +16815,21729,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Zimmerman & Associates/Marketing Intelligence,394,FALSE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,408,Barack Obama,41,DEM,42,45.11525087476428,John McCain,44,REP,44,53.63524782262724,-2,-8.519996947862964 +16690,21600,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2008-10-23,2008-11-04,12,600,Barack Obama,41,DEM,44,45.11525087476428,John McCain,44,REP,48,53.63524782262724,-4,-8.519996947862964 +16656,21566,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-26,2008-11-04,9,500,Barack Obama,41,DEM,46,45.11525087476428,John McCain,44,REP,51,53.63524782262724,-5,-8.519996947862964 +16638,21548,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,1019,Barack Obama,41,DEM,44,45.11525087476428,John McCain,44,REP,46,53.63524782262724,-2,-8.519996947862964 +16618,21524,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,Live Phone,NA,2008-10-22,2008-11-04,13,600,Barack Obama,41,DEM,41,45.11525087476428,John McCain,44,REP,49,53.63524782262724,-8,-8.519996947862964 +16594,21491,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,625,Barack Obama,41,DEM,44,45.11525087476428,John McCain,44,REP,48,53.63524782262724,-4,-8.519996947862964 +16579,21507,707,2008,AZ,Pres-G,2008_Pres-G_AZ,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,807,Barack Obama,41,DEM,43,45.11525087476428,John McCain,44,REP,49,53.63524782262724,-6,-8.519996947862964 +16514,21411,707,2008,AZ,Pres-G,2008_Pres-G_AZ,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,600,Barack Obama,41,DEM,46,45.11525087476428,John McCain,44,REP,50,53.63524782262724,-4,-8.519996947862964 +16469,21366,707,2008,AZ,Pres-G,2008_Pres-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,682,Barack Obama,41,DEM,46,45.11525087476428,John McCain,44,REP,50,53.63524782262724,-4,-8.519996947862964 +17248,22185,708,2008,CA,Pres-G,2008_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2008-09-09,2008-11-04,56,830,Barack Obama,41,DEM,52,61.01263834713425,John McCain,44,REP,36,36.954858832464474,16,24.057779514669775 +17223,22156,708,2008,CA,Pres-G,2008_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2008-09-13,2008-11-04,52,1157,Barack Obama,41,DEM,50,61.01263834713425,John McCain,44,REP,40,36.954858832464474,10,24.057779514669775 +17151,22084,708,2008,CA,Pres-G,2008_Pres-G_CA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,600,Barack Obama,41,DEM,53,61.01263834713425,John McCain,44,REP,39,36.954858832464474,14,24.057779514669775 +42636,149510,708,2008,CA,Pres-G,2008_Pres-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-22,2008-11-04,43,500,Barack Obama,41,DEM,56,61.01263834713425,John McCain,44,REP,39,36.954858832464474,17,24.057779514669775 +17087,22015,708,2008,CA,Pres-G,2008_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-23,2008-11-04,42,661,Barack Obama,41,DEM,53,61.01263834713425,John McCain,44,REP,43,36.954858832464474,10,24.057779514669775 +16985,21908,708,2008,CA,Pres-G,2008_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,670,Barack Obama,41,DEM,55,61.01263834713425,John McCain,44,REP,39,36.954858832464474,16,24.057779514669775 +16918,21837,708,2008,CA,Pres-G,2008_Pres-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-09,2008-11-04,26,500,Barack Obama,41,DEM,56,61.01263834713425,John McCain,44,REP,40,36.954858832464474,16,24.057779514669775 +16836,21750,708,2008,CA,Pres-G,2008_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-15,2008-11-04,20,615,Barack Obama,41,DEM,59,61.01263834713425,John McCain,44,REP,35,36.954858832464474,24,24.057779514669775 +16801,21715,708,2008,CA,Pres-G,2008_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2008-10-16,2008-11-04,19,1186,Barack Obama,41,DEM,56,61.01263834713425,John McCain,44,REP,33,36.954858832464474,23,24.057779514669775 +16685,21595,708,2008,CA,Pres-G,2008_Pres-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-25,2008-11-04,10,500,Barack Obama,41,DEM,61,61.01263834713425,John McCain,44,REP,34,36.954858832464474,27,24.057779514669775 +16587,21484,708,2008,CA,Pres-G,2008_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2008-10-23,2008-11-04,12,966,Barack Obama,41,DEM,55,61.01263834713425,John McCain,44,REP,33,36.954858832464474,22,24.057779514669775 +16508,21405,708,2008,CA,Pres-G,2008_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-30,2008-11-04,5,637,Barack Obama,41,DEM,60,61.01263834713425,John McCain,44,REP,36,36.954858832464474,24,24.057779514669775 +16481,21378,708,2008,CA,Pres-G,2008_Pres-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,999,Barack Obama,41,DEM,55,61.01263834713425,John McCain,44,REP,40,36.954858832464474,15,24.057779514669775 +17345,22286,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-07,2008-11-04,58,500,Barack Obama,41,DEM,49,53.66023684069159,John McCain,44,REP,46,44.70752210933716,3,8.952714731354426 +17324,22261,709,2008,CO,Pres-G,2008_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,1078,Barack Obama,41,DEM,47,53.66023684069159,John McCain,44,REP,46,44.70752210933716,1,8.952714731354426 +17309,22246,709,2008,CO,Pres-G,2008_Pres-G_CO,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,501,Barack Obama,41,DEM,49,53.66023684069159,John McCain,44,REP,46,44.70752210933716,3,8.952714731354426 +17280,22217,709,2008,CO,Pres-G,2008_Pres-G_CO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,825,Barack Obama,41,DEM,46,53.66023684069159,John McCain,44,REP,48,44.70752210933716,-2,8.952714731354426 +17264,22201,709,2008,CO,Pres-G,2008_Pres-G_CO,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-12,2008-11-04,53,600,Barack Obama,41,DEM,44,53.66023684069159,John McCain,44,REP,46,44.70752210933716,-2,8.952714731354426 +17249,22186,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-14,2008-11-04,51,500,Barack Obama,41,DEM,46,53.66023684069159,John McCain,44,REP,48,44.70752210933716,-2,8.952714731354426 +17235,22172,709,2008,CO,Pres-G,2008_Pres-G_CO,National Journal,224,TRUE,TRUE,NA,NA,2008-09-13,2008-11-04,52,402,Barack Obama,41,DEM,45,53.66023684069159,John McCain,44,REP,44,44.70752210933716,1,8.952714731354426 +17194,22127,709,2008,CO,Pres-G,2008_Pres-G_CO,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-17,2008-11-04,48,508,Barack Obama,41,DEM,51,53.66023684069159,John McCain,44,REP,41,44.70752210933716,10,8.952714731354426 +17144,22077,709,2008,CO,Pres-G,2008_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,1084,Barack Obama,41,DEM,51,53.66023684069159,John McCain,44,REP,44,44.70752210933716,7,8.952714731354426 +17147,22080,709,2008,CO,Pres-G,2008_Pres-G_CO,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1418,Barack Obama,41,DEM,49,53.66023684069159,John McCain,44,REP,45,44.70752210933716,4,8.952714731354426 +17096,22024,709,2008,CO,Pres-G,2008_Pres-G_CO,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-23,2008-11-04,42,505,Barack Obama,41,DEM,50,53.66023684069159,John McCain,44,REP,41,44.70752210933716,9,8.952714731354426 +17104,22032,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,700,Barack Obama,41,DEM,50,53.66023684069159,John McCain,44,REP,47,44.70752210933716,3,8.952714731354426 +17095,22040,709,2008,CO,Pres-G,2008_Pres-G_CO,Big Village,37,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,794,Barack Obama,41,DEM,49,53.66023684069159,John McCain,44,REP,45,44.70752210933716,4,8.952714731354426 +17090,22018,709,2008,CO,Pres-G,2008_Pres-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,501,Barack Obama,41,DEM,44,53.66023684069159,John McCain,44,REP,43,44.70752210933716,1,8.952714731354426 +17064,21992,709,2008,CO,Pres-G,2008_Pres-G_CO,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-24,2008-11-04,41,600,Barack Obama,41,DEM,45,53.66023684069159,John McCain,44,REP,48,44.70752210933716,-3,8.952714731354426 +17048,21976,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-28,2008-11-04,37,500,Barack Obama,41,DEM,49,53.66023684069159,John McCain,44,REP,48,44.70752210933716,1,8.952714731354426 +17002,21925,709,2008,CO,Pres-G,2008_Pres-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,625,Barack Obama,41,DEM,44,53.66023684069159,John McCain,44,REP,44,44.70752210933716,0,8.952714731354426 +16976,21899,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-05,2008-11-04,30,1000,Barack Obama,41,DEM,51,53.66023684069159,John McCain,44,REP,45,44.70752210933716,6,8.952714731354426 +16960,21879,709,2008,CO,Pres-G,2008_Pres-G_CO,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,485,Barack Obama,41,DEM,51,53.66023684069159,John McCain,44,REP,45,44.70752210933716,6,8.952714731354426 +16945,21864,709,2008,CO,Pres-G,2008_Pres-G_CO,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,997,Barack Obama,41,DEM,52,53.66023684069159,John McCain,44,REP,43,44.70752210933716,9,8.952714731354426 +16912,21831,709,2008,CO,Pres-G,2008_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-09,2008-11-04,26,1331,Barack Obama,41,DEM,52,53.66023684069159,John McCain,44,REP,42,44.70752210933716,10,8.952714731354426 +16904,21823,709,2008,CO,Pres-G,2008_Pres-G_CO,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-10,2008-11-04,25,1088,Barack Obama,41,DEM,52,53.66023684069159,John McCain,44,REP,43,44.70752210933716,9,8.952714731354426 +16876,21795,709,2008,CO,Pres-G,2008_Pres-G_CO,Suffolk University,323,TRUE,FALSE,NA,NA,2008-10-12,2008-11-04,23,450,Barack Obama,41,DEM,47,53.66023684069159,John McCain,44,REP,43,44.70752210933716,4,8.952714731354426 +16885,21804,709,2008,CO,Pres-G,2008_Pres-G_CO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,980,Barack Obama,41,DEM,48,53.66023684069159,John McCain,44,REP,47,44.70752210933716,1,8.952714731354426 +16855,21780,709,2008,CO,Pres-G,2008_Pres-G_CO,Big Village,37,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,762,Barack Obama,41,DEM,50,53.66023684069159,John McCain,44,REP,43,44.70752210933716,7,8.952714731354426 +16833,21747,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-16,2008-11-04,19,700,Barack Obama,41,DEM,52,53.66023684069159,John McCain,44,REP,45,44.70752210933716,7,8.952714731354426 +16795,21709,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-19,2008-11-04,16,1000,Barack Obama,41,DEM,51,53.66023684069159,John McCain,44,REP,46,44.70752210933716,5,8.952714731354426 +16767,21681,709,2008,CO,Pres-G,2008_Pres-G_CO,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,576,Barack Obama,41,DEM,51,53.66023684069159,John McCain,44,REP,46,44.70752210933716,5,8.952714731354426 +16785,21699,709,2008,CO,Pres-G,2008_Pres-G_CO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,951,Barack Obama,41,DEM,48,53.66023684069159,John McCain,44,REP,48,44.70752210933716,0,8.952714731354426 +16707,21617,709,2008,CO,Pres-G,2008_Pres-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,500,Barack Obama,41,DEM,52,53.66023684069159,John McCain,44,REP,40,44.70752210933716,12,8.952714731354426 +63708,149515,709,2008,CO,Pres-G,2008_Pres-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,500,Barack Obama,41,DEM,52,53.66023684069159,John McCain,44,REP,40,44.70752210933716,12,8.952714731354426 +16641,21551,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-26,2008-11-04,9,1000,Barack Obama,41,DEM,50,53.66023684069159,John McCain,44,REP,46,44.70752210933716,4,8.952714731354426 +16647,21557,709,2008,CO,Pres-G,2008_Pres-G_CO,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,636,Barack Obama,41,DEM,53,53.66023684069159,John McCain,44,REP,45,44.70752210933716,8,8.952714731354426 +16632,21542,709,2008,CO,Pres-G,2008_Pres-G_CO,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,626,Barack Obama,41,DEM,50,53.66023684069159,John McCain,44,REP,41,44.70752210933716,9,8.952714731354426 +16613,21519,709,2008,CO,Pres-G,2008_Pres-G_CO,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,409,Barack Obama,41,DEM,48,53.66023684069159,John McCain,44,REP,44,44.70752210933716,4,8.952714731354426 +16589,21486,709,2008,CO,Pres-G,2008_Pres-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,682,Barack Obama,41,DEM,51,53.66023684069159,John McCain,44,REP,45,44.70752210933716,6,8.952714731354426 +16576,21508,709,2008,CO,Pres-G,2008_Pres-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,774,Barack Obama,41,DEM,50,53.66023684069159,John McCain,44,REP,43,44.70752210933716,7,8.952714731354426 +16552,21449,709,2008,CO,Pres-G,2008_Pres-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Barack Obama,41,DEM,49,53.66023684069159,John McCain,44,REP,44,44.70752210933716,5,8.952714731354426 +16515,21412,709,2008,CO,Pres-G,2008_Pres-G_CO,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,600,Barack Obama,41,DEM,52,53.66023684069159,John McCain,44,REP,45,44.70752210933716,7,8.952714731354426 +16530,21427,709,2008,CO,Pres-G,2008_Pres-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,2023,Barack Obama,41,DEM,54,53.66023684069159,John McCain,44,REP,44,44.70752210933716,10,8.952714731354426 +16474,21371,709,2008,CO,Pres-G,2008_Pres-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,685,Barack Obama,41,DEM,55,53.66023684069159,John McCain,44,REP,40,44.70752210933716,15,8.952714731354426 +16408,21305,709,2008,CO,Pres-G,2008_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-02,2008-11-04,2,1000,Barack Obama,41,DEM,51,53.66023684069159,John McCain,44,REP,47,44.70752210933716,4,8.952714731354426 +17225,22158,710,2008,CT,Pres-G,2008_Pres-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-16,2008-11-04,49,500,Barack Obama,41,DEM,53,60.58864571650301,John McCain,44,REP,41,38.22134725773729,12,22.367298458765717 +17159,22092,710,2008,CT,Pres-G,2008_Pres-G_CT,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,600,Barack Obama,41,DEM,54,60.58864571650301,John McCain,44,REP,39,38.22134725773729,15,22.367298458765717 +17069,21997,710,2008,CT,Pres-G,2008_Pres-G_CT,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-24,2008-11-04,41,686,Barack Obama,41,DEM,54,60.58864571650301,John McCain,44,REP,38,38.22134725773729,16,22.367298458765717 +16862,21776,710,2008,CT,Pres-G,2008_Pres-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-14,2008-11-04,21,500,Barack Obama,41,DEM,56,60.58864571650301,John McCain,44,REP,39,38.22134725773729,17,22.367298458765717 +16740,21650,710,2008,CT,Pres-G,2008_Pres-G_CT,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2008-10-20,2008-11-04,15,502,Barack Obama,41,DEM,56,60.58864571650301,John McCain,44,REP,31,38.22134725773729,25,22.367298458765717 +16461,21358,710,2008,CT,Pres-G,2008_Pres-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,704,Barack Obama,41,DEM,58,60.58864571650301,John McCain,44,REP,37,38.22134725773729,21,22.367298458765717 +74540,140293,711,2008,DC,Pres-G,2008_Pres-G_DC,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-12,2008-11-04,53,600,Barack Obama,41,DEM,82,92.45710975614342,John McCain,44,REP,13,6.5325574659680345,69,85.92455229017538 +77459,149523,711,2008,DC,Pres-G,2008_Pres-G_DC,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,228,Barack Obama,41,DEM,81,92.45710975614342,John McCain,44,REP,15,6.5325574659680345,66,85.92455229017538 +17270,22207,712,2008,DE,Pres-G,2008_Pres-G_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-13,2008-11-04,52,500,Barack Obama,41,DEM,55,61.942668981503935,John McCain,44,REP,43,36.94703354897529,12,24.995635432528644 +17238,22175,712,2008,DE,Pres-G,2008_Pres-G_DE,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,600,Barack Obama,41,DEM,51,61.942668981503935,John McCain,44,REP,40,36.94703354897529,11,24.995635432528644 +17135,22068,712,2008,DE,Pres-G,2008_Pres-G_DE,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,601,Barack Obama,41,DEM,56,61.942668981503935,John McCain,44,REP,36,36.94703354897529,20,24.995635432528644 +24160,143962,712,2008,DE,Pres-G,2008_Pres-G_DE,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,703,Barack Obama,41,DEM,57,61.942668981503935,John McCain,44,REP,37,36.94703354897529,20,24.995635432528644 +16937,21856,712,2008,DE,Pres-G,2008_Pres-G_DE,West Chester University,377,FALSE,TRUE,NA,NA,2008-10-07,2008-11-04,28,429,Barack Obama,41,DEM,56,61.942668981503935,John McCain,44,REP,38,36.94703354897529,18,24.995635432528644 +16913,21832,712,2008,DE,Pres-G,2008_Pres-G_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-10,2008-11-04,25,500,Barack Obama,41,DEM,56,61.942668981503935,John McCain,44,REP,41,36.94703354897529,15,24.995635432528644 +16608,21505,712,2008,DE,Pres-G,2008_Pres-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,657,Barack Obama,41,DEM,63,61.942668981503935,John McCain,44,REP,33,36.94703354897529,30,24.995635432528644 +16466,21363,712,2008,DE,Pres-G,2008_Pres-G_DE,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,346,Barack Obama,41,DEM,59,61.942668981503935,John McCain,44,REP,37,36.94703354897529,22,24.995635432528644 +17342,22283,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-07,2008-11-04,58,500,Barack Obama,41,DEM,48,51.03330527066491,John McCain,44,REP,48,48.215319165976226,0,2.8179861046886856 +17349,22290,713,2008,FL,Pres-G,2008_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,968,Barack Obama,41,DEM,45,51.03330527066491,John McCain,44,REP,50,48.215319165976226,-5,2.8179861046886856 +17326,22263,713,2008,FL,Pres-G,2008_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-07,2008-11-04,58,1032,Barack Obama,41,DEM,43,51.03330527066491,John McCain,44,REP,50,48.215319165976226,-7,2.8179861046886856 +17307,22244,713,2008,FL,Pres-G,2008_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,511,Barack Obama,41,DEM,42,51.03330527066491,John McCain,44,REP,50,48.215319165976226,-8,2.8179861046886856 +17283,22220,713,2008,FL,Pres-G,2008_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,995,Barack Obama,41,DEM,42,51.03330527066491,John McCain,44,REP,52,48.215319165976226,-10,2.8179861046886856 +17250,22187,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-14,2008-11-04,51,500,Barack Obama,41,DEM,44,51.03330527066491,John McCain,44,REP,49,48.215319165976226,-5,2.8179861046886856 +17234,22171,713,2008,FL,Pres-G,2008_Pres-G_FL,National Journal,224,TRUE,TRUE,NA,NA,2008-09-13,2008-11-04,52,402,Barack Obama,41,DEM,44,51.03330527066491,John McCain,44,REP,44,48.215319165976226,0,2.8179861046886856 +17217,22166,713,2008,FL,Pres-G,2008_Pres-G_FL,Big Village,37,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,907,Barack Obama,41,DEM,48,51.03330527066491,John McCain,44,REP,44,48.215319165976226,4,2.8179861046886856 +17204,22137,713,2008,FL,Pres-G,2008_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-16,2008-11-04,49,707,Barack Obama,41,DEM,45,51.03330527066491,John McCain,44,REP,51,48.215319165976226,-6,2.8179861046886856 +17180,22113,713,2008,FL,Pres-G,2008_Pres-G_FL,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-16,2008-11-04,49,600,Barack Obama,41,DEM,46,51.03330527066491,John McCain,44,REP,46,48.215319165976226,0,2.8179861046886856 +17203,22136,713,2008,FL,Pres-G,2008_Pres-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,NA,NA,2008-09-16,2008-11-04,49,800,Barack Obama,41,DEM,45,51.03330527066491,John McCain,44,REP,47,48.215319165976226,-2,2.8179861046886856 +17168,22101,713,2008,FL,Pres-G,2008_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-09-17,2008-11-04,48,625,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,45,48.215319165976226,2,2.8179861046886856 +17139,22072,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-21,2008-11-04,44,500,Barack Obama,41,DEM,46,51.03330527066491,John McCain,44,REP,51,48.215319165976226,-5,2.8179861046886856 +17078,22006,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-24,2008-11-04,41,700,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,48,48.215319165976226,-1,2.8179861046886856 +17063,21991,713,2008,FL,Pres-G,2008_Pres-G_FL,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-24,2008-11-04,41,600,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,46,48.215319165976226,1,2.8179861046886856 +17061,21989,713,2008,FL,Pres-G,2008_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-24,2008-11-04,41,1161,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,43,48.215319165976226,6,2.8179861046886856 +17047,21975,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-28,2008-11-04,37,500,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,47,48.215319165976226,0,2.8179861046886856 +17053,21981,713,2008,FL,Pres-G,2008_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,941,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,46,48.215319165976226,3,2.8179861046886856 +17056,21984,713,2008,FL,Pres-G,2008_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,599,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,48,48.215319165976226,-1,2.8179861046886856 +17037,21965,713,2008,FL,Pres-G,2008_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-28,2008-11-04,37,836,Barack Obama,41,DEM,51,51.03330527066491,John McCain,44,REP,43,48.215319165976226,8,2.8179861046886856 +17017,21940,713,2008,FL,Pres-G,2008_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,532,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,46,48.215319165976226,3,2.8179861046886856 +17011,21952,713,2008,FL,Pres-G,2008_Pres-G_FL,Big Village,37,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,770,Barack Obama,41,DEM,51,51.03330527066491,John McCain,44,REP,43,48.215319165976226,8,2.8179861046886856 +17027,21950,713,2008,FL,Pres-G,2008_Pres-G_FL,Suffolk University,323,TRUE,FALSE,NA,NA,2008-09-29,2008-11-04,36,600,Barack Obama,41,DEM,46,51.03330527066491,John McCain,44,REP,42,48.215319165976226,4,2.8179861046886856 +17001,21924,713,2008,FL,Pres-G,2008_Pres-G_FL,"Fabrizio, Lee & Associates",90,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,619,Barack Obama,41,DEM,42,51.03330527066491,John McCain,44,REP,45,48.215319165976226,-3,2.8179861046886856 +16979,21902,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-05,2008-11-04,30,1000,Barack Obama,41,DEM,52,51.03330527066491,John McCain,44,REP,45,48.215319165976226,7,2.8179861046886856 +16963,21882,713,2008,FL,Pres-G,2008_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-05,2008-11-04,30,625,Barack Obama,41,DEM,48,51.03330527066491,John McCain,44,REP,46,48.215319165976226,2,2.8179861046886856 +16931,21850,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-08,2008-11-04,27,700,Barack Obama,41,DEM,50,51.03330527066491,John McCain,44,REP,47,48.215319165976226,3,2.8179861046886856 +16895,21814,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-12,2008-11-04,23,1000,Barack Obama,41,DEM,51,51.03330527066491,John McCain,44,REP,46,48.215319165976226,5,2.8179861046886856 +16867,21786,713,2008,FL,Pres-G,2008_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,612,Barack Obama,41,DEM,48,51.03330527066491,John McCain,44,REP,44,48.215319165976226,4,2.8179861046886856 +16866,21785,713,2008,FL,Pres-G,2008_Pres-G_FL,Datamar Analytics,75,FALSE,TRUE,NA,NA,2008-10-12,2008-11-04,23,1328,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,42,48.215319165976226,5,2.8179861046886856 +16888,21807,713,2008,FL,Pres-G,2008_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,1231,Barack Obama,41,DEM,48,51.03330527066491,John McCain,44,REP,47,48.215319165976226,1,2.8179861046886856 +16856,21781,713,2008,FL,Pres-G,2008_Pres-G_FL,Big Village,37,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,765,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,46,48.215319165976226,3,2.8179861046886856 +16845,21759,713,2008,FL,Pres-G,2008_Pres-G_FL,EMC Research,130,FALSE,FALSE,Live Phone,NA,2008-10-12,2008-11-04,23,700,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,43,48.215319165976226,4,2.8179861046886856 +16837,21751,713,2008,FL,Pres-G,2008_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-16,2008-11-04,19,553,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,49,48.215319165976226,-2,2.8179861046886856 +16793,21707,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-19,2008-11-04,16,1000,Barack Obama,41,DEM,48,51.03330527066491,John McCain,44,REP,49,48.215319165976226,-1,2.8179861046886856 +16804,21718,713,2008,FL,Pres-G,2008_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,1158,Barack Obama,41,DEM,48,51.03330527066491,John McCain,44,REP,47,48.215319165976226,1,2.8179861046886856 +16781,21695,713,2008,FL,Pres-G,2008_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,1252,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,45,48.215319165976226,4,2.8179861046886856 +16770,21684,713,2008,FL,Pres-G,2008_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,1433,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,44,48.215319165976226,5,2.8179861046886856 +16753,21663,713,2008,FL,Pres-G,2008_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,625,Barack Obama,41,DEM,45,51.03330527066491,John McCain,44,REP,46,48.215319165976226,-1,2.8179861046886856 +16721,21631,713,2008,FL,Pres-G,2008_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,562,Barack Obama,41,DEM,48,51.03330527066491,John McCain,44,REP,47,48.215319165976226,1,2.8179861046886856 +16729,21639,713,2008,FL,Pres-G,2008_Pres-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,800,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,42,48.215319165976226,7,2.8179861046886856 +16644,21554,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-26,2008-11-04,9,1000,Barack Obama,41,DEM,51,51.03330527066491,John McCain,44,REP,47,48.215319165976226,4,2.8179861046886856 +16639,21549,713,2008,FL,Pres-G,2008_Pres-G_FL,Datamar Analytics,75,FALSE,TRUE,IVR,NA,2008-10-25,2008-11-04,10,630,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,44,48.215319165976226,5,2.8179861046886856 +16661,21571,713,2008,FL,Pres-G,2008_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,47,48.215319165976226,0,2.8179861046886856 +16671,21581,713,2008,FL,Pres-G,2008_Pres-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,44,48.215319165976226,5,2.8179861046886856 +77463,149527,713,2008,FL,Pres-G,2008_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,707,Barack Obama,41,DEM,47.2,51.03330527066491,John McCain,44,REP,46.9,48.215319165976226,0.30000000000000426,2.8179861046886856 +16633,21543,713,2008,FL,Pres-G,2008_Pres-G_FL,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,600,Barack Obama,41,DEM,45,51.03330527066491,John McCain,44,REP,43,48.215319165976226,2,2.8179861046886856 +16654,21564,713,2008,FL,Pres-G,2008_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,1435,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,45,48.215319165976226,2,2.8179861046886856 +16615,21521,713,2008,FL,Pres-G,2008_Pres-G_FL,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,601,Barack Obama,41,DEM,45,51.03330527066491,John McCain,44,REP,41,48.215319165976226,4,2.8179861046886856 +16626,21537,713,2008,FL,Pres-G,2008_Pres-G_FL,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2008-10-26,2008-11-04,9,639,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,40,48.215319165976226,9,2.8179861046886856 +16612,21518,713,2008,FL,Pres-G,2008_Pres-G_FL,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,408,Barack Obama,41,DEM,45,51.03330527066491,John McCain,44,REP,44,48.215319165976226,1,2.8179861046886856 +16580,21509,713,2008,FL,Pres-G,2008_Pres-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,747,Barack Obama,41,DEM,50,51.03330527066491,John McCain,44,REP,45,48.215319165976226,5,2.8179861046886856 +16553,21450,713,2008,FL,Pres-G,2008_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,45,48.215319165976226,2,2.8179861046886856 +16523,21420,713,2008,FL,Pres-G,2008_Pres-G_FL,Datamar Analytics,75,FALSE,TRUE,IVR,NA,2008-10-29,2008-11-04,6,995,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,47,48.215319165976226,0,2.8179861046886856 +16498,21395,713,2008,FL,Pres-G,2008_Pres-G_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,600,Barack Obama,41,DEM,50,51.03330527066491,John McCain,44,REP,46,48.215319165976226,4,2.8179861046886856 +63873,117603,713,2008,FL,Pres-G,2008_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-31,2008-11-04,4,600,Barack Obama,41,DEM,47.5,51.03330527066491,John McCain,44,REP,46.2,48.215319165976226,1.2999999999999972,2.8179861046886856 +16487,21384,713,2008,FL,Pres-G,2008_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,1001,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,47,48.215319165976226,2,2.8179861046886856 +16410,21307,713,2008,FL,Pres-G,2008_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-02,2008-11-04,2,1000,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,50,48.215319165976226,-1,2.8179861046886856 +16406,21303,713,2008,FL,Pres-G,2008_Pres-G_FL,Datamar Analytics,75,FALSE,TRUE,IVR,NA,2008-11-01,2008-11-04,3,657,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,48,48.215319165976226,-1,2.8179861046886856 +16419,21316,713,2008,FL,Pres-G,2008_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1717,Barack Obama,41,DEM,50,51.03330527066491,John McCain,44,REP,48,48.215319165976226,2,2.8179861046886856 +16425,21322,713,2008,FL,Pres-G,2008_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,1773,Barack Obama,41,DEM,47,51.03330527066491,John McCain,44,REP,45,48.215319165976226,2,2.8179861046886856 +16402,21299,713,2008,FL,Pres-G,2008_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,678,Barack Obama,41,DEM,49,51.03330527066491,John McCain,44,REP,48,48.215319165976226,1,2.8179861046886856 +16405,21302,713,2008,FL,Pres-G,2008_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-02,2008-11-04,2,691,Barack Obama,41,DEM,50,51.03330527066491,John McCain,44,REP,47,48.215319165976226,3,2.8179861046886856 +17308,22245,714,2008,GA,Pres-G,2008_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,506,Barack Obama,41,DEM,38,46.99017909606506,John McCain,44,REP,56,52.20451799292952,-18,-5.214338896864454 +17291,22228,714,2008,GA,Pres-G,2008_Pres-G_GA,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-09-10,2008-11-04,55,800,Barack Obama,41,DEM,35,46.99017909606506,John McCain,44,REP,56,52.20451799292952,-21,-5.214338896864454 +17227,22160,714,2008,GA,Pres-G,2008_Pres-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-16,2008-11-04,49,500,Barack Obama,41,DEM,43,46.99017909606506,John McCain,44,REP,54,52.20451799292952,-11,-5.214338896864454 +17231,22164,714,2008,GA,Pres-G,2008_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,684,Barack Obama,41,DEM,41,46.99017909606506,John McCain,44,REP,57,52.20451799292952,-16,-5.214338896864454 +17195,22128,714,2008,GA,Pres-G,2008_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-17,2008-11-04,48,503,Barack Obama,41,DEM,43,46.99017909606506,John McCain,44,REP,51,52.20451799292952,-8,-5.214338896864454 +17134,22067,714,2008,GA,Pres-G,2008_Pres-G_GA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-20,2008-11-04,45,600,Barack Obama,41,DEM,39,46.99017909606506,John McCain,44,REP,57,52.20451799292952,-18,-5.214338896864454 +17044,21972,714,2008,GA,Pres-G,2008_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,677,Barack Obama,41,DEM,44,46.99017909606506,John McCain,44,REP,52,52.20451799292952,-8,-5.214338896864454 +17016,21939,714,2008,GA,Pres-G,2008_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,561,Barack Obama,41,DEM,44,46.99017909606506,John McCain,44,REP,50,52.20451799292952,-6,-5.214338896864454 +16950,21869,714,2008,GA,Pres-G,2008_Pres-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Barack Obama,41,DEM,45,46.99017909606506,John McCain,44,REP,54,52.20451799292952,-9,-5.214338896864454 +16916,21835,714,2008,GA,Pres-G,2008_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-09,2008-11-04,26,531,Barack Obama,41,DEM,46,46.99017909606506,John McCain,44,REP,49,52.20451799292952,-3,-5.214338896864454 +16906,21825,714,2008,GA,Pres-G,2008_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,547,Barack Obama,41,DEM,43,46.99017909606506,John McCain,44,REP,51,52.20451799292952,-8,-5.214338896864454 +16858,21782,714,2008,GA,Pres-G,2008_Pres-G_GA,Big Village,37,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,718,Barack Obama,41,DEM,45,46.99017909606506,John McCain,44,REP,51,52.20451799292952,-6,-5.214338896864454 +16790,21704,714,2008,GA,Pres-G,2008_Pres-G_GA,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-18,2008-11-04,17,600,Barack Obama,41,DEM,44,46.99017909606506,John McCain,44,REP,46,52.20451799292952,-2,-5.214338896864454 +16724,21634,714,2008,GA,Pres-G,2008_Pres-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-22,2008-11-04,13,500,Barack Obama,41,DEM,46,46.99017909606506,John McCain,44,REP,51,52.20451799292952,-5,-5.214338896864454 +16691,21601,714,2008,GA,Pres-G,2008_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,615,Barack Obama,41,DEM,48,46.99017909606506,John McCain,44,REP,47,52.20451799292952,1,-5.214338896864454 +16694,21604,714,2008,GA,Pres-G,2008_Pres-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,625,Barack Obama,41,DEM,43,46.99017909606506,John McCain,44,REP,49,52.20451799292952,-6,-5.214338896864454 +16616,21522,714,2008,GA,Pres-G,2008_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,637,Barack Obama,41,DEM,47,46.99017909606506,John McCain,44,REP,48,52.20451799292952,-1,-5.214338896864454 +16584,21510,714,2008,GA,Pres-G,2008_Pres-G_GA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,690,Barack Obama,41,DEM,46,46.99017909606506,John McCain,44,REP,50,52.20451799292952,-4,-5.214338896864454 +16537,21434,714,2008,GA,Pres-G,2008_Pres-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,500,Barack Obama,41,DEM,47,46.99017909606506,John McCain,44,REP,52,52.20451799292952,-5,-5.214338896864454 +16475,21372,714,2008,GA,Pres-G,2008_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,910,Barack Obama,41,DEM,47,46.99017909606506,John McCain,44,REP,50,52.20451799292952,-3,-5.214338896864454 +16414,21311,714,2008,GA,Pres-G,2008_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,512,Barack Obama,41,DEM,47,46.99017909606506,John McCain,44,REP,48,52.20451799292952,-1,-5.214338896864454 +16417,21314,714,2008,GA,Pres-G,2008_Pres-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1253,Barack Obama,41,DEM,48,46.99017909606506,John McCain,44,REP,50,52.20451799292952,-2,-5.214338896864454 +16438,21335,714,2008,GA,Pres-G,2008_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,683,Barack Obama,41,DEM,45,46.99017909606506,John McCain,44,REP,52,52.20451799292952,-7,-5.214338896864454 +17274,22211,715,2008,HI,Pres-G,2008_Pres-G_HI,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-09,2008-11-04,56,600,Barack Obama,41,DEM,63,71.84611789191477,John McCain,44,REP,32,26.58168124735431,31,45.26443664456046 +17101,22029,715,2008,HI,Pres-G,2008_Pres-G_HI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,500,Barack Obama,41,DEM,68,71.84611789191477,John McCain,44,REP,27,26.58168124735431,41,45.26443664456046 +16448,21345,715,2008,HI,Pres-G,2008_Pres-G_HI,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,337,Barack Obama,41,DEM,56,71.84611789191477,John McCain,44,REP,34,26.58168124735431,22,45.26443664456046 +17303,22240,716,2008,IA,Pres-G,2008_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2008-09-09,2008-11-04,56,616,Barack Obama,41,DEM,52,53.92802007386527,John McCain,44,REP,40,44.39325935530208,12,9.534760718563192 +17184,22117,716,2008,IA,Pres-G,2008_Pres-G_IA,Big Ten,31,FALSE,TRUE,NA,NA,2008-09-16,2008-11-04,49,643,Barack Obama,41,DEM,45,53.92802007386527,John McCain,44,REP,45,44.39325935530208,0,9.534760718563192 +17177,22110,716,2008,IA,Pres-G,2008_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-17,2008-11-04,48,702,Barack Obama,41,DEM,54,53.92802007386527,John McCain,44,REP,43,44.39325935530208,11,9.534760718563192 +17153,22086,716,2008,IA,Pres-G,2008_Pres-G_IA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,600,Barack Obama,41,DEM,51,53.92802007386527,John McCain,44,REP,44,44.39325935530208,7,9.534760718563192 +17142,22075,716,2008,IA,Pres-G,2008_Pres-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-20,2008-11-04,45,467,Barack Obama,41,DEM,51,53.92802007386527,John McCain,44,REP,41,44.39325935530208,10,9.534760718563192 +17066,21994,716,2008,IA,Pres-G,2008_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-25,2008-11-04,40,700,Barack Obama,41,DEM,51,53.92802007386527,John McCain,44,REP,43,44.39325935530208,8,9.534760718563192 +16920,21839,716,2008,IA,Pres-G,2008_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-08,2008-11-04,27,692,Barack Obama,41,DEM,54,53.92802007386527,John McCain,44,REP,41,44.39325935530208,13,9.534760718563192 +16709,21619,716,2008,IA,Pres-G,2008_Pres-G_IA,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,586,Barack Obama,41,DEM,52,53.92802007386527,John McCain,44,REP,39,44.39325935530208,13,9.534760718563192 +16701,21611,716,2008,IA,Pres-G,2008_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-23,2008-11-04,12,500,Barack Obama,41,DEM,52,53.92802007386527,John McCain,44,REP,44,44.39325935530208,8,9.534760718563192 +16695,21605,716,2008,IA,Pres-G,2008_Pres-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,625,Barack Obama,41,DEM,51,53.92802007386527,John McCain,44,REP,40,44.39325935530208,11,9.534760718563192 +16692,21602,716,2008,IA,Pres-G,2008_Pres-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,645,Barack Obama,41,DEM,52,53.92802007386527,John McCain,44,REP,42,44.39325935530208,10,9.534760718563192 +16572,21469,716,2008,IA,Pres-G,2008_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-28,2008-11-04,7,658,Barack Obama,41,DEM,55,53.92802007386527,John McCain,44,REP,40,44.39325935530208,15,9.534760718563192 +16503,21400,716,2008,IA,Pres-G,2008_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,814,Barack Obama,41,DEM,54,53.92802007386527,John McCain,44,REP,37,44.39325935530208,17,9.534760718563192 +16452,21349,716,2008,IA,Pres-G,2008_Pres-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,795,Barack Obama,41,DEM,52,53.92802007386527,John McCain,44,REP,41,44.39325935530208,11,9.534760718563192 +17330,22267,717,2008,ID,Pres-G,2008_Pres-G_ID,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-09,2008-11-04,56,500,Barack Obama,41,DEM,29,36.09098763283785,John McCain,44,REP,68,61.51709147303861,-39,-25.42610384020076 +17298,22235,717,2008,ID,Pres-G,2008_Pres-G_ID,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-09,2008-11-04,56,600,Barack Obama,41,DEM,25,36.09098763283785,John McCain,44,REP,68,61.51709147303861,-43,-25.42610384020076 +16719,21629,717,2008,ID,Pres-G,2008_Pres-G_ID,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2008-10-21,2008-11-04,14,503,Barack Obama,41,DEM,32,36.09098763283785,John McCain,44,REP,55,61.51709147303861,-23,-25.42610384020076 +16462,21359,717,2008,ID,Pres-G,2008_Pres-G_ID,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,372,Barack Obama,41,DEM,36,36.09098763283785,John McCain,44,REP,59,61.51709147303861,-23,-25.42610384020076 +17214,22147,718,2008,IL,Pres-G,2008_Pres-G_IL,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,51,61.91811452001323,John McCain,44,REP,45,36.7809225421472,6,25.13719197786603 +17199,22132,718,2008,IL,Pres-G,2008_Pres-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-17,2008-11-04,48,500,Barack Obama,41,DEM,56,61.91811452001323,John McCain,44,REP,40,36.7809225421472,16,25.13719197786603 +17186,22119,718,2008,IL,Pres-G,2008_Pres-G_IL,Big Ten,31,FALSE,TRUE,NA,NA,2008-09-16,2008-11-04,49,628,Barack Obama,41,DEM,53,61.91811452001323,John McCain,44,REP,37,36.7809225421472,16,25.13719197786603 +16875,21794,718,2008,IL,Pres-G,2008_Pres-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-13,2008-11-04,22,500,Barack Obama,41,DEM,56,61.91811452001323,John McCain,44,REP,39,36.7809225421472,17,25.13719197786603 +16816,21730,718,2008,IL,Pres-G,2008_Pres-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2008-10-17,2008-11-04,18,500,Barack Obama,41,DEM,56,61.91811452001323,John McCain,44,REP,32,36.7809225421472,24,25.13719197786603 +16712,21622,718,2008,IL,Pres-G,2008_Pres-G_IL,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,586,Barack Obama,41,DEM,61,61.91811452001323,John McCain,44,REP,32,36.7809225421472,29,25.13719197786603 +16442,21339,718,2008,IL,Pres-G,2008_Pres-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-01,2008-11-04,3,500,Barack Obama,41,DEM,60,61.91811452001323,John McCain,44,REP,38,36.7809225421472,22,25.13719197786603 +16488,21385,718,2008,IL,Pres-G,2008_Pres-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,783,Barack Obama,41,DEM,58,61.91811452001323,John McCain,44,REP,39,36.7809225421472,19,25.13719197786603 +17207,22140,719,2008,IN,Pres-G,2008_Pres-G_IN,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,44,49.94591163968428,John McCain,44,REP,47,48.91390717884854,-3,1.0320044608357435 +17218,22167,719,2008,IN,Pres-G,2008_Pres-G_IN,Big Village,37,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,890,Barack Obama,41,DEM,43,49.94591163968428,John McCain,44,REP,48,48.91390717884854,-5,1.0320044608357435 +17222,22155,719,2008,IN,Pres-G,2008_Pres-G_IN,Selzer & Co.,304,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,47,49.94591163968428,John McCain,44,REP,44,48.91390717884854,3,1.0320044608357435 +17187,22120,719,2008,IN,Pres-G,2008_Pres-G_IN,Big Ten,31,FALSE,TRUE,NA,NA,2008-09-16,2008-11-04,49,612,Barack Obama,41,DEM,43,49.94591163968428,John McCain,44,REP,47,48.91390717884854,-4,1.0320044608357435 +17169,22102,719,2008,IN,Pres-G,2008_Pres-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-17,2008-11-04,48,500,Barack Obama,41,DEM,47,49.94591163968428,John McCain,44,REP,49,48.91390717884854,-2,1.0320044608357435 +17041,21969,719,2008,IN,Pres-G,2008_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,687,Barack Obama,41,DEM,45,49.94591163968428,John McCain,44,REP,48,48.91390717884854,-3,1.0320044608357435 +16957,21893,719,2008,IN,Pres-G,2008_Pres-G_IN,Big Village,37,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,667,Barack Obama,41,DEM,46,49.94591163968428,John McCain,44,REP,48,48.91390717884854,-2,1.0320044608357435 +16947,21866,719,2008,IN,Pres-G,2008_Pres-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Barack Obama,41,DEM,43,49.94591163968428,John McCain,44,REP,50,48.91390717884854,-7,1.0320044608357435 +16884,21803,719,2008,IN,Pres-G,2008_Pres-G_IN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,450,Barack Obama,41,DEM,44,49.94591163968428,John McCain,44,REP,49,48.91390717884854,-5,1.0320044608357435 +16803,21717,719,2008,IN,Pres-G,2008_Pres-G_IN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,1411,Barack Obama,41,DEM,48,49.94591163968428,John McCain,44,REP,46,48.91390717884854,2,1.0320044608357435 +16782,21696,719,2008,IN,Pres-G,2008_Pres-G_IN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,473,Barack Obama,41,DEM,42,49.94591163968428,John McCain,44,REP,53,48.91390717884854,-11,1.0320044608357435 +16736,21646,719,2008,IN,Pres-G,2008_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-21,2008-11-04,14,631,Barack Obama,41,DEM,49,49.94591163968428,John McCain,44,REP,45,48.91390717884854,4,1.0320044608357435 +16711,21621,719,2008,IN,Pres-G,2008_Pres-G_IN,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,586,Barack Obama,41,DEM,51,49.94591163968428,John McCain,44,REP,42,48.91390717884854,9,1.0320044608357435 +16689,21599,719,2008,IN,Pres-G,2008_Pres-G_IN,Howey Politics/DePauw University,142,FALSE,TRUE,Live Phone,NA,2008-10-23,2008-11-04,12,600,Barack Obama,41,DEM,45,49.94591163968428,John McCain,44,REP,47,48.91390717884854,-2,1.0320044608357435 +16662,21572,719,2008,IN,Pres-G,2008_Pres-G_IN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,44,49.94591163968428,John McCain,44,REP,50,48.91390717884854,-6,1.0320044608357435 +16588,21485,719,2008,IN,Pres-G,2008_Pres-G_IN,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,606,Barack Obama,41,DEM,46,49.94591163968428,John McCain,44,REP,45,48.91390717884854,1,1.0320044608357435 +16561,21458,719,2008,IN,Pres-G,2008_Pres-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,500,Barack Obama,41,DEM,46,49.94591163968428,John McCain,44,REP,49,48.91390717884854,-3,1.0320044608357435 +16525,21422,719,2008,IN,Pres-G,2008_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,900,Barack Obama,41,DEM,47,49.94591163968428,John McCain,44,REP,47,48.91390717884854,0,1.0320044608357435 +16500,21397,719,2008,IN,Pres-G,2008_Pres-G_IN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,600,Barack Obama,41,DEM,48,49.94591163968428,John McCain,44,REP,48,48.91390717884854,0,1.0320044608357435 +16494,21391,719,2008,IN,Pres-G,2008_Pres-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,795,Barack Obama,41,DEM,45,49.94591163968428,John McCain,44,REP,53,48.91390717884854,-8,1.0320044608357435 +16418,21315,719,2008,IN,Pres-G,2008_Pres-G_IN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2634,Barack Obama,41,DEM,49,49.94591163968428,John McCain,44,REP,48,48.91390717884854,1,1.0320044608357435 +63817,117507,719,2008,IN,Pres-G,2008_Pres-G_IN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-11-01,2008-11-04,3,603,Barack Obama,41,DEM,43.9,49.94591163968428,John McCain,44,REP,49.1,48.91390717884854,-5.200000000000003,1.0320044608357435 +16397,21294,719,2008,IN,Pres-G,2008_Pres-G_IN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,585,Barack Obama,41,DEM,45,49.94591163968428,John McCain,44,REP,50,48.91390717884854,-5,1.0320044608357435 +17299,22236,720,2008,KS,Pres-G,2008_Pres-G_KS,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-09,2008-11-04,56,600,Barack Obama,41,DEM,31,41.651967194013615,John McCain,44,REP,63,56.61225434349189,-32,-14.960287149478276 +17170,22103,720,2008,KS,Pres-G,2008_Pres-G_KS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,500,Barack Obama,41,DEM,38,41.651967194013615,John McCain,44,REP,58,56.61225434349189,-20,-14.960287149478276 +17125,22058,720,2008,KS,Pres-G,2008_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,666,Barack Obama,41,DEM,41,41.651967194013615,John McCain,44,REP,53,56.61225434349189,-12,-14.960287149478276 +16964,21883,720,2008,KS,Pres-G,2008_Pres-G_KS,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-10-05,2008-11-04,30,500,Barack Obama,41,DEM,38,41.651967194013615,John McCain,44,REP,51,56.61225434349189,-13,-14.960287149478276 +16873,21792,720,2008,KS,Pres-G,2008_Pres-G_KS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-13,2008-11-04,22,500,Barack Obama,41,DEM,41,41.651967194013615,John McCain,44,REP,54,56.61225434349189,-13,-14.960287149478276 +16737,21647,720,2008,KS,Pres-G,2008_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-21,2008-11-04,14,613,Barack Obama,41,DEM,41,41.651967194013615,John McCain,44,REP,53,56.61225434349189,-12,-14.960287149478276 +16605,21502,720,2008,KS,Pres-G,2008_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,626,Barack Obama,41,DEM,37,41.651967194013615,John McCain,44,REP,58,56.61225434349189,-21,-14.960287149478276 +16453,21350,720,2008,KS,Pres-G,2008_Pres-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,499,Barack Obama,41,DEM,41,41.651967194013615,John McCain,44,REP,52,56.61225434349189,-11,-14.960287149478276 +17273,22210,721,2008,KY,Pres-G,2008_Pres-G_KY,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-10,2008-11-04,55,600,Barack Obama,41,DEM,37,41.16811378392879,John McCain,44,REP,57,57.39902114287592,-20,-16.230907358947128 +17126,22059,721,2008,KY,Pres-G,2008_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,672,Barack Obama,41,DEM,38,41.16811378392879,John McCain,44,REP,57,57.39902114287592,-19,-16.230907358947128 +17065,21993,721,2008,KY,Pres-G,2008_Pres-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-24,2008-11-04,41,717,Barack Obama,41,DEM,41,41.16811378392879,John McCain,44,REP,53,57.39902114287592,-12,-16.230907358947128 +17020,21943,721,2008,KY,Pres-G,2008_Pres-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,500,Barack Obama,41,DEM,42,41.16811378392879,John McCain,44,REP,52,57.39902114287592,-10,-16.230907358947128 +16777,21691,721,2008,KY,Pres-G,2008_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,535,Barack Obama,41,DEM,41,41.16811378392879,John McCain,44,REP,54,57.39902114287592,-13,-16.230907358947128 +16755,21665,721,2008,KY,Pres-G,2008_Pres-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-21,2008-11-04,14,500,Barack Obama,41,DEM,44,41.16811378392879,John McCain,44,REP,52,57.39902114287592,-8,-16.230907358947128 +16563,21460,721,2008,KY,Pres-G,2008_Pres-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-29,2008-11-04,6,500,Barack Obama,41,DEM,43,41.16811378392879,John McCain,44,REP,55,57.39902114287592,-12,-16.230907358947128 +16558,21455,721,2008,KY,Pres-G,2008_Pres-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,817,Barack Obama,41,DEM,42,41.16811378392879,John McCain,44,REP,51,57.39902114287592,-9,-16.230907358947128 +16447,21344,721,2008,KY,Pres-G,2008_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-31,2008-11-04,4,616,Barack Obama,41,DEM,40,41.16811378392879,John McCain,44,REP,56,57.39902114287592,-16,-16.230907358947128 +16454,21351,721,2008,KY,Pres-G,2008_Pres-G_KY,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,486,Barack Obama,41,DEM,41,41.16811378392879,John McCain,44,REP,53,57.39902114287592,-12,-16.230907358947128 +17272,22209,722,2008,LA,Pres-G,2008_Pres-G_LA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-11,2008-11-04,54,600,Barack Obama,41,DEM,43,39.93291380234511,John McCain,44,REP,50,58.56272131075638,-7,-18.629807508411268 +17067,21995,722,2008,LA,Pres-G,2008_Pres-G_LA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-25,2008-11-04,40,500,Barack Obama,41,DEM,40,39.93291380234511,John McCain,44,REP,55,58.56272131075638,-15,-18.629807508411268 +16756,21666,722,2008,LA,Pres-G,2008_Pres-G_LA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-21,2008-11-04,14,500,Barack Obama,41,DEM,41,39.93291380234511,John McCain,44,REP,57,58.56272131075638,-16,-18.629807508411268 +16708,21618,722,2008,LA,Pres-G,2008_Pres-G_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,Live Phone,NA,2008-10-22,2008-11-04,13,503,Barack Obama,41,DEM,38.3,39.93291380234511,John McCain,44,REP,50.6,58.56272131075638,-12.300000000000004,-18.629807508411268 +16679,21589,722,2008,LA,Pres-G,2008_Pres-G_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,500,Barack Obama,41,DEM,40,39.93291380234511,John McCain,44,REP,43,58.56272131075638,-3,-18.629807508411268 +16467,21364,722,2008,LA,Pres-G,2008_Pres-G_LA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,436,Barack Obama,41,DEM,45,39.93291380234511,John McCain,44,REP,52,58.56272131075638,-7,-18.629807508411268 +17116,22049,723,2008,MA,Pres-G,2008_Pres-G_MA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,600,Barack Obama,41,DEM,55,61.36319910280229,John McCain,44,REP,39,35.734959289331755,16,25.628239813470536 +17102,22030,723,2008,MA,Pres-G,2008_Pres-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,500,Barack Obama,41,DEM,58,61.36319910280229,John McCain,44,REP,38,35.734959289331755,20,25.628239813470536 +17111,22039,723,2008,MA,Pres-G,2008_Pres-G_MA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,679,Barack Obama,41,DEM,55,61.36319910280229,John McCain,44,REP,39,35.734959289331755,16,25.628239813470536 +16872,21791,723,2008,MA,Pres-G,2008_Pres-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-13,2008-11-04,22,500,Barack Obama,41,DEM,62,61.36319910280229,John McCain,44,REP,34,35.734959289331755,28,25.628239813470536 +16864,21778,723,2008,MA,Pres-G,2008_Pres-G_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-13,2008-11-04,22,624,Barack Obama,41,DEM,59,61.36319910280229,John McCain,44,REP,35,35.734959289331755,24,25.628239813470536 +16735,21645,723,2008,MA,Pres-G,2008_Pres-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,400,Barack Obama,41,DEM,53,61.36319910280229,John McCain,44,REP,34,35.734959289331755,19,25.628239813470536 +16606,21503,723,2008,MA,Pres-G,2008_Pres-G_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,658,Barack Obama,41,DEM,56,61.36319910280229,John McCain,44,REP,39,35.734959289331755,17,25.628239813470536 +16476,21373,723,2008,MA,Pres-G,2008_Pres-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,705,Barack Obama,41,DEM,57,61.36319910280229,John McCain,44,REP,39,35.734959289331755,18,25.628239813470536 +17158,22091,724,2008,MD,Pres-G,2008_Pres-G_MD,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,600,Barack Obama,41,DEM,54,61.919344762645935,John McCain,44,REP,39,36.4745196451127,15,25.444825117533235 +17157,22090,724,2008,MD,Pres-G,2008_Pres-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-20,2008-11-04,45,500,Barack Obama,41,DEM,60,61.919344762645935,John McCain,44,REP,37,36.4745196451127,23,25.444825117533235 +16482,21379,724,2008,MD,Pres-G,2008_Pres-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,707,Barack Obama,41,DEM,60,61.919344762645935,John McCain,44,REP,35,36.4745196451127,25,25.444825117533235 +17297,22234,725,2008,ME,Pres-G,2008_Pres-G_ME,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-09,2008-11-04,56,600,Barack Obama,41,DEM,51,57.705737297975965,John McCain,44,REP,41,40.38401833790823,10,17.321718960067734 +17198,22131,725,2008,ME,Pres-G,2008_Pres-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-17,2008-11-04,48,500,Barack Obama,41,DEM,50,57.705737297975965,John McCain,44,REP,46,40.38401833790823,4,17.321718960067734 +17109,22037,725,2008,ME,Pres-G,2008_Pres-G_ME,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,675,Barack Obama,41,DEM,49,57.705737297975965,John McCain,44,REP,44,40.38401833790823,5,17.321718960067734 +16997,21920,725,2008,ME,Pres-G,2008_Pres-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-02,2008-11-04,33,500,Barack Obama,41,DEM,51,57.705737297975965,John McCain,44,REP,46,40.38401833790823,5,17.321718960067734 +16994,21917,725,2008,ME,Pres-G,2008_Pres-G_ME,Mellman Group,205,FALSE,FALSE,NA,DEM,2008-10-01,2008-11-04,34,600,Barack Obama,41,DEM,52,57.705737297975965,John McCain,44,REP,35,40.38401833790823,17,17.321718960067734 +16830,21744,725,2008,ME,Pres-G,2008_Pres-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2008-10-15,2008-11-04,20,400,Barack Obama,41,DEM,51,57.705737297975965,John McCain,44,REP,39,40.38401833790823,12,17.321718960067734 +16789,21703,725,2008,ME,Pres-G,2008_Pres-G_ME,Digital Research,64,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,443,Barack Obama,41,DEM,56,57.705737297975965,John McCain,44,REP,35,40.38401833790823,21,17.321718960067734 +16775,21689,725,2008,ME,Pres-G,2008_Pres-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,642,Barack Obama,41,DEM,54,57.705737297975965,John McCain,44,REP,39,40.38401833790823,15,17.321718960067734 +16651,21561,725,2008,ME,Pres-G,2008_Pres-G_ME,Market Decisions Research,184,FALSE,TRUE,Live Phone,NA,2008-10-19,2008-11-04,16,425,Barack Obama,41,DEM,52,57.705737297975965,John McCain,44,REP,33,40.38401833790823,19,17.321718960067734 +16507,21404,725,2008,ME,Pres-G,2008_Pres-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-30,2008-11-04,5,674,Barack Obama,41,DEM,58,57.705737297975965,John McCain,44,REP,38,40.38401833790823,20,17.321718960067734 +16443,21340,725,2008,ME,Pres-G,2008_Pres-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-01,2008-11-04,3,500,Barack Obama,41,DEM,56,57.705737297975965,John McCain,44,REP,43,40.38401833790823,13,17.321718960067734 +16455,21352,725,2008,ME,Pres-G,2008_Pres-G_ME,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,486,Barack Obama,41,DEM,51,57.705737297975965,John McCain,44,REP,42,40.38401833790823,9,17.321718960067734 +17348,22289,726,2008,MI,Pres-G,2008_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,1147,Barack Obama,41,DEM,47,57.431295266511874,John McCain,44,REP,46,40.95831352366344,1,16.472981742848432 +17319,22272,726,2008,MI,Pres-G,2008_Pres-G_MI,Big Village,37,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,966,Barack Obama,41,DEM,45,57.431295266511874,John McCain,44,REP,42,40.95831352366344,3,16.472981742848432 +17305,22242,726,2008,MI,Pres-G,2008_Pres-G_MI,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,503,Barack Obama,41,DEM,44,57.431295266511874,John McCain,44,REP,45,40.95831352366344,-1,16.472981742848432 +17313,22250,726,2008,MI,Pres-G,2008_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-10,2008-11-04,55,700,Barack Obama,41,DEM,51,57.431295266511874,John McCain,44,REP,46,40.95831352366344,5,16.472981742848432 +17278,22215,726,2008,MI,Pres-G,2008_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,742,Barack Obama,41,DEM,49,57.431295266511874,John McCain,44,REP,43,40.95831352366344,6,16.472981742848432 +17197,22130,726,2008,MI,Pres-G,2008_Pres-G_MI,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-16,2008-11-04,49,599,Barack Obama,41,DEM,52,57.431295266511874,John McCain,44,REP,43,40.95831352366344,9,16.472981742848432 +17189,22122,726,2008,MI,Pres-G,2008_Pres-G_MI,Big Ten,31,FALSE,TRUE,NA,NA,2008-09-16,2008-11-04,49,628,Barack Obama,41,DEM,48,57.431295266511874,John McCain,44,REP,44,40.95831352366344,4,16.472981742848432 +17193,22126,726,2008,MI,Pres-G,2008_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2008-09-16,2008-11-04,49,602,Barack Obama,41,DEM,43,57.431295266511874,John McCain,44,REP,42,40.95831352366344,1,16.472981742848432 +17160,22093,726,2008,MI,Pres-G,2008_Pres-G_MI,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,600,Barack Obama,41,DEM,48,57.431295266511874,John McCain,44,REP,46,40.95831352366344,2,16.472981742848432 +17156,22089,726,2008,MI,Pres-G,2008_Pres-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2008-09-17,2008-11-04,48,600,Barack Obama,41,DEM,43,57.431295266511874,John McCain,44,REP,46,40.95831352366344,-3,16.472981742848432 +17141,22074,726,2008,MI,Pres-G,2008_Pres-G_MI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,500,Barack Obama,41,DEM,51,57.431295266511874,John McCain,44,REP,44,40.95831352366344,7,16.472981742848432 +17145,22078,726,2008,MI,Pres-G,2008_Pres-G_MI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1364,Barack Obama,41,DEM,48,57.431295266511874,John McCain,44,REP,44,40.95831352366344,4,16.472981742848432 +17120,22053,726,2008,MI,Pres-G,2008_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,400,Barack Obama,41,DEM,48,57.431295266511874,John McCain,44,REP,38,40.95831352366344,10,16.472981742848432 +17113,22046,726,2008,MI,Pres-G,2008_Pres-G_MI,National Journal,224,TRUE,TRUE,NA,NA,2008-09-20,2008-11-04,45,406,Barack Obama,41,DEM,47,57.431295266511874,John McCain,44,REP,39,40.95831352366344,8,16.472981742848432 +17093,22041,726,2008,MI,Pres-G,2008_Pres-G_MI,Big Village,37,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,755,Barack Obama,41,DEM,49,57.431295266511874,John McCain,44,REP,43,40.95831352366344,6,16.472981742848432 +17097,22025,726,2008,MI,Pres-G,2008_Pres-G_MI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,625,Barack Obama,41,DEM,46,57.431295266511874,John McCain,44,REP,46,40.95831352366344,0,16.472981742848432 +17082,22010,726,2008,MI,Pres-G,2008_Pres-G_MI,Selzer & Co.,304,TRUE,FALSE,NA,NA,2008-09-23,2008-11-04,42,602,Barack Obama,41,DEM,51,57.431295266511874,John McCain,44,REP,38,40.95831352366344,13,16.472981742848432 +17074,22002,726,2008,MI,Pres-G,2008_Pres-G_MI,GQR,126,TRUE,FALSE,NA,DEM,2008-09-23,2008-11-04,42,760,Barack Obama,41,DEM,49,57.431295266511874,John McCain,44,REP,42,40.95831352366344,7,16.472981742848432 +17006,21929,726,2008,MI,Pres-G,2008_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,731,Barack Obama,41,DEM,51,57.431295266511874,John McCain,44,REP,41,40.95831352366344,10,16.472981742848432 +16989,21912,726,2008,MI,Pres-G,2008_Pres-G_MI,Rossman Group,294,FALSE,TRUE,NA,NA,2008-10-03,2008-11-04,32,600,Barack Obama,41,DEM,44,57.431295266511874,John McCain,44,REP,39,40.95831352366344,5,16.472981742848432 +16949,21868,726,2008,MI,Pres-G,2008_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Barack Obama,41,DEM,56,57.431295266511874,John McCain,44,REP,40,40.95831352366344,16,16.472981742848432 +16942,21861,726,2008,MI,Pres-G,2008_Pres-G_MI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,1122,Barack Obama,41,DEM,55,57.431295266511874,John McCain,44,REP,37,40.95831352366344,18,16.472981742848432 +16903,21822,726,2008,MI,Pres-G,2008_Pres-G_MI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-10,2008-11-04,25,1043,Barack Obama,41,DEM,54,57.431295266511874,John McCain,44,REP,38,40.95831352366344,16,16.472981742848432 +16714,21624,726,2008,MI,Pres-G,2008_Pres-G_MI,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,562,Barack Obama,41,DEM,58,57.431295266511874,John McCain,44,REP,36,40.95831352366344,22,16.472981742848432 +16718,21628,726,2008,MI,Pres-G,2008_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,400,Barack Obama,41,DEM,51,57.431295266511874,John McCain,44,REP,37,40.95831352366344,14,16.472981742848432 +16599,21496,726,2008,MI,Pres-G,2008_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,500,Barack Obama,41,DEM,53,57.431295266511874,John McCain,44,REP,43,40.95831352366344,10,16.472981742848432 +16586,21483,726,2008,MI,Pres-G,2008_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,600,Barack Obama,41,DEM,50,57.431295266511874,John McCain,44,REP,38,40.95831352366344,12,16.472981742848432 +16528,21425,726,2008,MI,Pres-G,2008_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,1532,Barack Obama,41,DEM,55,57.431295266511874,John McCain,44,REP,42,40.95831352366344,13,16.472981742848432 +16526,21423,726,2008,MI,Pres-G,2008_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,600,Barack Obama,41,DEM,54,57.431295266511874,John McCain,44,REP,40,40.95831352366344,14,16.472981742848432 +16505,21402,726,2008,MI,Pres-G,2008_Pres-G_MI,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,616,Barack Obama,41,DEM,53,57.431295266511874,John McCain,44,REP,37,40.95831352366344,16,16.472981742848432 +16489,21386,726,2008,MI,Pres-G,2008_Pres-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,973,Barack Obama,41,DEM,55,57.431295266511874,John McCain,44,REP,42,40.95831352366344,13,16.472981742848432 +16395,21292,726,2008,MI,Pres-G,2008_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2008-11-03,2008-11-04,1,400,Barack Obama,41,DEM,54,57.431295266511874,John McCain,44,REP,38,40.95831352366344,16,16.472981742848432 +17296,22233,727,2008,MN,Pres-G,2008_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,734,Barack Obama,41,DEM,49,54.060292698279845,John McCain,44,REP,47,43.822931044139075,2,10.23736165414077 +17275,22212,727,2008,MN,Pres-G,2008_Pres-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-09-11,2008-11-04,54,1106,Barack Obama,41,DEM,45,54.060292698279845,John McCain,44,REP,45,43.822931044139075,0,10.23736165414077 +17190,22123,727,2008,MN,Pres-G,2008_Pres-G_MN,Big Ten,31,FALSE,TRUE,NA,NA,2008-09-16,2008-11-04,49,610,Barack Obama,41,DEM,47,54.060292698279845,John McCain,44,REP,45,43.822931044139075,2,10.23736165414077 +17173,22106,727,2008,MN,Pres-G,2008_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,500,Barack Obama,41,DEM,52,54.060292698279845,John McCain,44,REP,44,43.822931044139075,8,10.23736165414077 +17152,22085,727,2008,MN,Pres-G,2008_Pres-G_MN,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,600,Barack Obama,41,DEM,48,54.060292698279845,John McCain,44,REP,47,43.822931044139075,1,10.23736165414077 +17146,22079,727,2008,MN,Pres-G,2008_Pres-G_MN,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1301,Barack Obama,41,DEM,47,54.060292698279845,John McCain,44,REP,45,43.822931044139075,2,10.23736165414077 +17012,21953,727,2008,MN,Pres-G,2008_Pres-G_MN,Big Village,37,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,849,Barack Obama,41,DEM,53,54.060292698279845,John McCain,44,REP,41,43.822931044139075,12,10.23736165414077 +17010,21933,727,2008,MN,Pres-G,2008_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,725,Barack Obama,41,DEM,46,54.060292698279845,John McCain,44,REP,47,43.822931044139075,-1,10.23736165414077 +17004,21927,727,2008,MN,Pres-G,2008_Pres-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2008-09-30,2008-11-04,35,346,Barack Obama,41,DEM,47,54.060292698279845,John McCain,44,REP,43,43.822931044139075,4,10.23736165414077 +16998,21921,727,2008,MN,Pres-G,2008_Pres-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2008-10-01,2008-11-04,34,1084,Barack Obama,41,DEM,55,54.060292698279845,John McCain,44,REP,37,43.822931044139075,18,10.23736165414077 +16981,21904,727,2008,MN,Pres-G,2008_Pres-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2008-10-04,2008-11-04,31,418,Barack Obama,41,DEM,54,54.060292698279845,John McCain,44,REP,40,43.822931044139075,14,10.23736165414077 +16948,21867,727,2008,MN,Pres-G,2008_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Barack Obama,41,DEM,52,54.060292698279845,John McCain,44,REP,45,43.822931044139075,7,10.23736165414077 +16938,21857,727,2008,MN,Pres-G,2008_Pres-G_MN,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-06,2008-11-04,29,600,Barack Obama,41,DEM,47,54.060292698279845,John McCain,44,REP,46,43.822931044139075,1,10.23736165414077 +16943,21862,727,2008,MN,Pres-G,2008_Pres-G_MN,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,1076,Barack Obama,41,DEM,51,54.060292698279845,John McCain,44,REP,43,43.822931044139075,8,10.23736165414077 +16901,21820,727,2008,MN,Pres-G,2008_Pres-G_MN,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-10,2008-11-04,25,1019,Barack Obama,41,DEM,51,54.060292698279845,John McCain,44,REP,40,43.822931044139075,11,10.23736165414077 +16825,21739,727,2008,MN,Pres-G,2008_Pres-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-10-16,2008-11-04,19,1049,Barack Obama,41,DEM,52,54.060292698279845,John McCain,44,REP,41,43.822931044139075,11,10.23736165414077 +16819,21733,727,2008,MN,Pres-G,2008_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-17,2008-11-04,18,655,Barack Obama,41,DEM,50,54.060292698279845,John McCain,44,REP,44,43.822931044139075,6,10.23736165414077 +16763,21677,727,2008,MN,Pres-G,2008_Pres-G_MN,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,402,Barack Obama,41,DEM,50,54.060292698279845,John McCain,44,REP,40,43.822931044139075,10,10.23736165414077 +16725,21635,727,2008,MN,Pres-G,2008_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-22,2008-11-04,13,500,Barack Obama,41,DEM,56,54.060292698279845,John McCain,44,REP,41,43.822931044139075,15,10.23736165414077 +16716,21626,727,2008,MN,Pres-G,2008_Pres-G_MN,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,583,Barack Obama,41,DEM,57,54.060292698279845,John McCain,44,REP,38,43.822931044139075,19,10.23736165414077 +16730,21640,727,2008,MN,Pres-G,2008_Pres-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,509,Barack Obama,41,DEM,42,54.060292698279845,John McCain,44,REP,37,43.822931044139075,5,10.23736165414077 +16600,21497,727,2008,MN,Pres-G,2008_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,500,Barack Obama,41,DEM,55,54.060292698279845,John McCain,44,REP,43,43.822931044139075,12,10.23736165414077 +16595,21492,727,2008,MN,Pres-G,2008_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,625,Barack Obama,41,DEM,48,54.060292698279845,John McCain,44,REP,40,43.822931044139075,8,10.23736165414077 +16591,21488,727,2008,MN,Pres-G,2008_Pres-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2008-10-26,2008-11-04,9,451,Barack Obama,41,DEM,56,54.060292698279845,John McCain,44,REP,37,43.822931044139075,19,10.23736165414077 +16529,21426,727,2008,MN,Pres-G,2008_Pres-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,1050,Barack Obama,41,DEM,57,54.060292698279845,John McCain,44,REP,41,43.822931044139075,16,10.23736165414077 +16506,21403,727,2008,MN,Pres-G,2008_Pres-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-10-30,2008-11-04,5,933,Barack Obama,41,DEM,53,54.060292698279845,John McCain,44,REP,42,43.822931044139075,11,10.23736165414077 +16446,21343,727,2008,MN,Pres-G,2008_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-31,2008-11-04,4,669,Barack Obama,41,DEM,49,54.060292698279845,John McCain,44,REP,46,43.822931044139075,3,10.23736165414077 +16477,21374,727,2008,MN,Pres-G,2008_Pres-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,699,Barack Obama,41,DEM,51,54.060292698279845,John McCain,44,REP,45,43.822931044139075,6,10.23736165414077 +17320,22273,728,2008,MO,Pres-G,2008_Pres-G_MO,Big Village,37,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,940,Barack Obama,41,DEM,44,49.292647865705135,John McCain,44,REP,48,49.42607441187882,-4,-0.13342654617368765 +17294,22231,728,2008,MO,Pres-G,2008_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-11,2008-11-04,54,700,Barack Obama,41,DEM,46,49.292647865705135,John McCain,44,REP,51,49.42607441187882,-5,-0.13342654617368765 +17277,22214,728,2008,MO,Pres-G,2008_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,604,Barack Obama,41,DEM,42,49.292647865705135,John McCain,44,REP,49,49.42607441187882,-7,-0.13342654617368765 +17240,22177,728,2008,MO,Pres-G,2008_Pres-G_MO,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-13,2008-11-04,52,600,Barack Obama,41,DEM,45,49.292647865705135,John McCain,44,REP,50,49.42607441187882,-5,-0.13342654617368765 +17088,22016,728,2008,MO,Pres-G,2008_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-23,2008-11-04,42,705,Barack Obama,41,DEM,46,49.292647865705135,John McCain,44,REP,48,49.42607441187882,-2,-0.13342654617368765 +17013,21954,728,2008,MO,Pres-G,2008_Pres-G_MO,Big Village,37,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,744,Barack Obama,41,DEM,47,49.292647865705135,John McCain,44,REP,46,49.42607441187882,1,-0.13342654617368765 +42315,21901,728,2008,MO,Pres-G,2008_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-05,2008-11-04,30,1000,Barack Obama,41,DEM,50,49.292647865705135,John McCain,44,REP,47,49.42607441187882,3,-0.13342654617368765 +16954,21873,728,2008,MO,Pres-G,2008_Pres-G_MO,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,600,Barack Obama,41,DEM,46,49.292647865705135,John McCain,44,REP,49,49.42607441187882,-3,-0.13342654617368765 +16894,21813,728,2008,MO,Pres-G,2008_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-12,2008-11-04,23,1000,Barack Obama,41,DEM,50,49.292647865705135,John McCain,44,REP,47,49.42607441187882,3,-0.13342654617368765 +16900,21819,728,2008,MO,Pres-G,2008_Pres-G_MO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,1009,Barack Obama,41,DEM,48,49.292647865705135,John McCain,44,REP,46,49.42607441187882,2,-0.13342654617368765 +16905,21824,728,2008,MO,Pres-G,2008_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,546,Barack Obama,41,DEM,51,49.292647865705135,John McCain,44,REP,43,49.42607441187882,8,-0.13342654617368765 +16886,21805,728,2008,MO,Pres-G,2008_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,692,Barack Obama,41,DEM,50,49.292647865705135,John McCain,44,REP,44,49.42607441187882,6,-0.13342654617368765 +16857,21783,728,2008,MO,Pres-G,2008_Pres-G_MO,Big Village,37,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,763,Barack Obama,41,DEM,46,49.292647865705135,John McCain,44,REP,47,49.42607441187882,-1,-0.13342654617368765 +16848,21762,728,2008,MO,Pres-G,2008_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-15,2008-11-04,20,700,Barack Obama,41,DEM,52,49.292647865705135,John McCain,44,REP,46,49.42607441187882,6,-0.13342654617368765 +16792,21706,728,2008,MO,Pres-G,2008_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-19,2008-11-04,16,1000,Barack Obama,41,DEM,49,49.292647865705135,John McCain,44,REP,44,49.42607441187882,5,-0.13342654617368765 +16808,21722,728,2008,MO,Pres-G,2008_Pres-G_MO,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,600,Barack Obama,41,DEM,44,49.292647865705135,John McCain,44,REP,45,49.42607441187882,-1,-0.13342654617368765 +16783,21697,728,2008,MO,Pres-G,2008_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,717,Barack Obama,41,DEM,48,49.292647865705135,John McCain,44,REP,48,49.42607441187882,0,-0.13342654617368765 +16696,21606,728,2008,MO,Pres-G,2008_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,625,Barack Obama,41,DEM,45,49.292647865705135,John McCain,44,REP,46,49.42607441187882,-1,-0.13342654617368765 +16640,21550,728,2008,MO,Pres-G,2008_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-26,2008-11-04,9,1000,Barack Obama,41,DEM,48,49.292647865705135,John McCain,44,REP,47,49.42607441187882,1,-0.13342654617368765 +16674,21584,728,2008,MO,Pres-G,2008_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,672,Barack Obama,41,DEM,48,49.292647865705135,John McCain,44,REP,48,49.42607441187882,0,-0.13342654617368765 +16663,21573,728,2008,MO,Pres-G,2008_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,48.2,49.292647865705135,John McCain,44,REP,45.7,49.42607441187882,2.5,-0.13342654617368765 +16581,21511,728,2008,MO,Pres-G,2008_Pres-G_MO,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,825,Barack Obama,41,DEM,46,49.292647865705135,John McCain,44,REP,48,49.42607441187882,-2,-0.13342654617368765 +16559,21456,728,2008,MO,Pres-G,2008_Pres-G_MO,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,814,Barack Obama,41,DEM,47,49.292647865705135,John McCain,44,REP,50,49.42607441187882,-3,-0.13342654617368765 +16554,21451,728,2008,MO,Pres-G,2008_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Barack Obama,41,DEM,46,49.292647865705135,John McCain,44,REP,47,49.42607441187882,-1,-0.13342654617368765 +16516,21413,728,2008,MO,Pres-G,2008_Pres-G_MO,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,600,Barack Obama,41,DEM,48,49.292647865705135,John McCain,44,REP,48,49.42607441187882,0,-0.13342654617368765 +16490,21387,728,2008,MO,Pres-G,2008_Pres-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,684,Barack Obama,41,DEM,47,49.292647865705135,John McCain,44,REP,49,49.42607441187882,-2,-0.13342654617368765 +16409,21306,728,2008,MO,Pres-G,2008_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-02,2008-11-04,2,1000,Barack Obama,41,DEM,49,49.292647865705135,John McCain,44,REP,49,49.42607441187882,0,-0.13342654617368765 +16424,21321,728,2008,MO,Pres-G,2008_Pres-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1343,Barack Obama,41,DEM,49,49.292647865705135,John McCain,44,REP,49,49.42607441187882,0,-0.13342654617368765 +63825,117520,728,2008,MO,Pres-G,2008_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-11-01,2008-11-04,3,602,Barack Obama,41,DEM,47.4,49.292647865705135,John McCain,44,REP,45.7,49.42607441187882,1.6999999999999957,-0.13342654617368765 +16439,21336,728,2008,MO,Pres-G,2008_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,674,Barack Obama,41,DEM,48,49.292647865705135,John McCain,44,REP,48,49.42607441187882,0,-0.13342654617368765 +16401,21298,728,2008,MO,Pres-G,2008_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,585,Barack Obama,41,DEM,49,49.292647865705135,John McCain,44,REP,49,49.42607441187882,0,-0.13342654617368765 +17213,22146,729,2008,MS,Pres-G,2008_Pres-G_MS,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,39,43.0015544262384,John McCain,44,REP,55,56.1761889810174,-16,-13.174634554778997 +17021,21944,729,2008,MS,Pres-G,2008_Pres-G_MS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,500,Barack Obama,41,DEM,44,43.0015544262384,John McCain,44,REP,52,56.1761889810174,-8,-13.174634554778997 +16739,21649,729,2008,MS,Pres-G,2008_Pres-G_MS,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,2008-10-17,2008-11-04,18,405,Barack Obama,41,DEM,33,43.0015544262384,John McCain,44,REP,46,56.1761889810174,-13,-13.174634554778997 +16621,21527,729,2008,MS,Pres-G,2008_Pres-G_MS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-27,2008-11-04,8,500,Barack Obama,41,DEM,45,43.0015544262384,John McCain,44,REP,53,56.1761889810174,-8,-13.174634554778997 +16479,21376,729,2008,MS,Pres-G,2008_Pres-G_MS,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,417,Barack Obama,41,DEM,42,43.0015544262384,John McCain,44,REP,55,56.1761889810174,-13,-13.174634554778997 +17337,22278,730,2008,MT,Pres-G,2008_Pres-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-08,2008-11-04,57,700,Barack Obama,41,DEM,42,47.24985825062921,John McCain,44,REP,53,49.51295324106367,-11,-2.2630949904344604 +17317,22254,730,2008,MT,Pres-G,2008_Pres-G_MT,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-08,2008-11-04,57,600,Barack Obama,41,DEM,47,47.24985825062921,John McCain,44,REP,49,49.51295324106367,-2,-2.2630949904344604 +17094,22042,730,2008,MT,Pres-G,2008_Pres-G_MT,Big Village,37,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,737,Barack Obama,41,DEM,40,47.24985825062921,John McCain,44,REP,49,49.51295324106367,-9,-2.2630949904344604 +17009,21932,730,2008,MT,Pres-G,2008_Pres-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-01,2008-11-04,34,500,Barack Obama,41,DEM,44,47.24985825062921,John McCain,44,REP,52,49.51295324106367,-8,-2.2630949904344604 +16923,21842,730,2008,MT,Pres-G,2008_Pres-G_MT,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-07,2008-11-04,28,600,Barack Obama,41,DEM,45,47.24985825062921,John McCain,44,REP,50,49.51295324106367,-5,-2.2630949904344604 +16768,21682,730,2008,MT,Pres-G,2008_Pres-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,403,Barack Obama,41,DEM,44,47.24985825062921,John McCain,44,REP,40,49.51295324106367,4,-2.2630949904344604 +16681,21591,730,2008,MT,Pres-G,2008_Pres-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,625,Barack Obama,41,DEM,44,47.24985825062921,John McCain,44,REP,48,49.51295324106367,-4,-2.2630949904344604 +16562,21459,730,2008,MT,Pres-G,2008_Pres-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-29,2008-11-04,6,500,Barack Obama,41,DEM,46,47.24985825062921,John McCain,44,REP,50,49.51295324106367,-4,-2.2630949904344604 +16513,21410,730,2008,MT,Pres-G,2008_Pres-G_MT,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,600,Barack Obama,41,DEM,46,47.24985825062921,John McCain,44,REP,49,49.51295324106367,-3,-2.2630949904344604 +16491,21388,730,2008,MT,Pres-G,2008_Pres-G_MT,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,368,Barack Obama,41,DEM,44,47.24985825062921,John McCain,44,REP,54,49.51295324106367,-10,-2.2630949904344604 +16416,21313,730,2008,MT,Pres-G,2008_Pres-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2734,Barack Obama,41,DEM,48,47.24985825062921,John McCain,44,REP,47,49.51295324106367,1,-2.2630949904344604 +17347,22288,731,2008,NC,Pres-G,2008_Pres-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2008-09-06,2008-11-04,59,605,Barack Obama,41,DEM,46,49.70438126291962,John McCain,44,REP,49,49.37550875257406,-3,0.32887251034555476 +17340,22281,731,2008,NC,Pres-G,2008_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-07,2008-11-04,58,671,Barack Obama,41,DEM,38,49.70438126291962,John McCain,44,REP,58,49.37550875257406,-20,0.32887251034555476 +17325,22262,731,2008,NC,Pres-G,2008_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-09,2008-11-04,56,626,Barack Obama,41,DEM,44,49.70438126291962,John McCain,44,REP,48,49.37550875257406,-4,0.32887251034555476 +17300,22237,731,2008,NC,Pres-G,2008_Pres-G_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,600,Barack Obama,41,DEM,44,49.70438126291962,John McCain,44,REP,47,49.37550875257406,-3,0.32887251034555476 +17286,22223,731,2008,NC,Pres-G,2008_Pres-G_NC,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,635,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,47,49.37550875257406,1,0.32887251034555476 +17221,22154,731,2008,NC,Pres-G,2008_Pres-G_NC,Elon University,86,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,411,Barack Obama,41,DEM,35,49.70438126291962,John McCain,44,REP,41,49.37550875257406,-6,0.32887251034555476 +17216,149784,731,2008,NC,Pres-G,2008_Pres-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-09-15,2008-11-04,50,910,Barack Obama,41,DEM,45,49.70438126291962,John McCain,44,REP,46,49.37550875257406,-1,0.32887251034555476 +17210,22143,731,2008,NC,Pres-G,2008_Pres-G_NC,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,41,49.70438126291962,John McCain,44,REP,52,49.37550875257406,-11,0.32887251034555476 +17172,22105,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,700,Barack Obama,41,DEM,47,49.70438126291962,John McCain,44,REP,50,49.37550875257406,-3,0.32887251034555476 +17162,22095,731,2008,NC,Pres-G,2008_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1060,Barack Obama,41,DEM,46,49.70438126291962,John McCain,44,REP,46,49.37550875257406,0,0.32887251034555476 +17155,22088,731,2008,NC,Pres-G,2008_Pres-G_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-09-19,2008-11-04,46,600,Barack Obama,41,DEM,45,49.70438126291962,John McCain,44,REP,45,49.37550875257406,0,0.32887251034555476 +17105,22033,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,500,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,47,49.37550875257406,2,0.32887251034555476 +17034,21962,731,2008,NC,Pres-G,2008_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,1041,Barack Obama,41,DEM,47,49.70438126291962,John McCain,44,REP,45,49.37550875257406,2,0.32887251034555476 +17030,21958,731,2008,NC,Pres-G,2008_Pres-G_NC,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-28,2008-11-04,37,600,Barack Obama,41,DEM,46,49.70438126291962,John McCain,44,REP,49,49.37550875257406,-3,0.32887251034555476 +17022,21945,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,700,Barack Obama,41,DEM,50,49.70438126291962,John McCain,44,REP,47,49.37550875257406,3,0.32887251034555476 +16982,21905,731,2008,NC,Pres-G,2008_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,1202,Barack Obama,41,DEM,50,49.70438126291962,John McCain,44,REP,44,49.37550875257406,6,0.32887251034555476 +16971,21890,731,2008,NC,Pres-G,2008_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,617,Barack Obama,41,DEM,46,49.70438126291962,John McCain,44,REP,49,49.37550875257406,-3,0.32887251034555476 +16955,21874,731,2008,NC,Pres-G,2008_Pres-G_NC,Big Village,37,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,666,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,49,49.37550875257406,0,0.32887251034555476 +16953,21872,731,2008,NC,Pres-G,2008_Pres-G_NC,Marshall Marketing,196,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,500,Barack Obama,41,DEM,46,49.70438126291962,John McCain,44,REP,48,49.37550875257406,-2,0.32887251034555476 +16932,21851,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-08,2008-11-04,27,700,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,48,49.37550875257406,1,0.32887251034555476 +16926,21845,731,2008,NC,Pres-G,2008_Pres-G_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-10-07,2008-11-04,28,600,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,43,49.37550875257406,5,0.32887251034555476 +16897,21816,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-12,2008-11-04,23,1000,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,48,49.37550875257406,0,0.32887251034555476 +16899,21818,731,2008,NC,Pres-G,2008_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,1196,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,46,49.37550875257406,3,0.32887251034555476 +16868,21787,731,2008,NC,Pres-G,2008_Pres-G_NC,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,474,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,46,49.37550875257406,2,0.32887251034555476 +16891,21810,731,2008,NC,Pres-G,2008_Pres-G_NC,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,831,Barack Obama,41,DEM,50,49.70438126291962,John McCain,44,REP,46,49.37550875257406,4,0.32887251034555476 +16796,21710,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-19,2008-11-04,16,700,Barack Obama,41,DEM,51,49.70438126291962,John McCain,44,REP,48,49.37550875257406,3,0.32887251034555476 +16799,21713,731,2008,NC,Pres-G,2008_Pres-G_NC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,698,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,48,49.37550875257406,1,0.32887251034555476 +16802,21716,731,2008,NC,Pres-G,2008_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,1200,Barack Obama,41,DEM,51,49.70438126291962,John McCain,44,REP,44,49.37550875257406,7,0.32887251034555476 +16813,21727,731,2008,NC,Pres-G,2008_Pres-G_NC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,NA,NA,2008-10-08,2008-11-04,27,744,Barack Obama,41,DEM,45,49.70438126291962,John McCain,44,REP,44,49.37550875257406,1,0.32887251034555476 +16766,21680,731,2008,NC,Pres-G,2008_Pres-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,600,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,45,49.37550875257406,3,0.32887251034555476 +16776,21690,731,2008,NC,Pres-G,2008_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,627,Barack Obama,41,DEM,47,49.70438126291962,John McCain,44,REP,47,49.37550875257406,0,0.32887251034555476 +16786,21700,731,2008,NC,Pres-G,2008_Pres-G_NC,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,921,Barack Obama,41,DEM,50,49.70438126291962,John McCain,44,REP,47,49.37550875257406,3,0.32887251034555476 +16761,21671,731,2008,NC,Pres-G,2008_Pres-G_NC,Marshall Marketing,196,FALSE,FALSE,IVR,NA,2008-10-20,2008-11-04,15,500,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,46,49.37550875257406,2,0.32887251034555476 +16749,120037,731,2008,NC,Pres-G,2008_Pres-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,644,Barack Obama,41,DEM,51,49.70438126291962,John McCain,44,REP,46,49.37550875257406,5,0.32887251034555476 +16704,21614,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-23,2008-11-04,12,700,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,50,49.37550875257406,-2,0.32887251034555476 +16683,21593,731,2008,NC,Pres-G,2008_Pres-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,625,Barack Obama,41,DEM,47,49.70438126291962,John McCain,44,REP,47,49.37550875257406,0,0.32887251034555476 +16645,21555,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-26,2008-11-04,9,1000,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,49,49.37550875257406,-1,0.32887251034555476 +16652,21562,731,2008,NC,Pres-G,2008_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,1038,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,48,49.37550875257406,1,0.32887251034555476 +16665,21575,731,2008,NC,Pres-G,2008_Pres-G_NC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,50,49.70438126291962,John McCain,44,REP,46,49.37550875257406,4,0.32887251034555476 +16637,21547,731,2008,NC,Pres-G,2008_Pres-G_NC,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,601,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,46,49.37550875257406,2,0.32887251034555476 +16610,21516,731,2008,NC,Pres-G,2008_Pres-G_NC,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,402,Barack Obama,41,DEM,47,49.70438126291962,John McCain,44,REP,43,49.37550875257406,4,0.32887251034555476 +16585,21482,731,2008,NC,Pres-G,2008_Pres-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,667,Barack Obama,41,DEM,52,49.70438126291962,John McCain,44,REP,46,49.37550875257406,6,0.32887251034555476 +16560,21457,731,2008,NC,Pres-G,2008_Pres-G_NC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,641,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,48,49.37550875257406,0,0.32887251034555476 +16564,21461,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-29,2008-11-04,6,700,Barack Obama,41,DEM,50,49.70438126291962,John McCain,44,REP,48,49.37550875257406,2,0.32887251034555476 +16556,21453,731,2008,NC,Pres-G,2008_Pres-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Barack Obama,41,DEM,46,49.70438126291962,John McCain,44,REP,49,49.37550875257406,-3,0.32887251034555476 +16543,21440,731,2008,NC,Pres-G,2008_Pres-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,600,Barack Obama,41,DEM,47,49.70438126291962,John McCain,44,REP,46,49.37550875257406,1,0.32887251034555476 +63540,116966,731,2008,NC,Pres-G,2008_Pres-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,797,Barack Obama,41,DEM,45,49.70438126291962,John McCain,44,REP,38,49.37550875257406,7,0.32887251034555476 +16495,21392,731,2008,NC,Pres-G,2008_Pres-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,955,Barack Obama,41,DEM,51,49.70438126291962,John McCain,44,REP,47,49.37550875257406,4,0.32887251034555476 +16412,21309,731,2008,NC,Pres-G,2008_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-02,2008-11-04,2,1000,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,50,49.37550875257406,-1,0.32887251034555476 +16423,21320,731,2008,NC,Pres-G,2008_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2100,Barack Obama,41,DEM,50,49.70438126291962,John McCain,44,REP,49,49.37550875257406,1,0.32887251034555476 +63828,117531,731,2008,NC,Pres-G,2008_Pres-G_NC,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-11-01,2008-11-04,3,600,Barack Obama,41,DEM,47.7,49.70438126291962,John McCain,44,REP,49.3,49.37550875257406,-1.5999999999999943,0.32887251034555476 +16435,21332,731,2008,NC,Pres-G,2008_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,682,Barack Obama,41,DEM,48,49.70438126291962,John McCain,44,REP,49,49.37550875257406,-1,0.32887251034555476 +16393,21290,731,2008,NC,Pres-G,2008_Pres-G_NC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,600,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,48,49.37550875257406,1,0.32887251034555476 +16403,21300,731,2008,NC,Pres-G,2008_Pres-G_NC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,585,Barack Obama,41,DEM,49,49.70438126291962,John McCain,44,REP,50,49.37550875257406,-1,0.32887251034555476 +17338,22279,732,2008,ND,Pres-G,2008_Pres-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-08,2008-11-04,57,500,Barack Obama,41,DEM,41,44.62054001471791,John McCain,44,REP,55,53.250100277618984,-14,-8.629560262901073 +17179,22112,732,2008,ND,Pres-G,2008_Pres-G_ND,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-16,2008-11-04,49,600,Barack Obama,41,DEM,43,44.62054001471791,John McCain,44,REP,52,53.250100277618984,-9,-8.629560262901073 +54122,21848,732,2008,ND,Pres-G,2008_Pres-G_ND,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,NA,NA,2008-10-07,2008-11-04,28,606,Barack Obama,41,DEM,45,44.62054001471791,John McCain,44,REP,43,53.250100277618984,2,-8.629560262901073 +16865,21779,732,2008,ND,Pres-G,2008_Pres-G_ND,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2008-10-13,2008-11-04,22,504,Barack Obama,41,DEM,44,44.62054001471791,John McCain,44,REP,41,53.250100277618984,3,-8.629560262901073 +16450,21347,732,2008,ND,Pres-G,2008_Pres-G_ND,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,271,Barack Obama,41,DEM,43,44.62054001471791,John McCain,44,REP,50,53.250100277618984,-7,-8.629560262901073 +17182,22115,733,2008,NE,Pres-G,2008_Pres-G_NE,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,600,Barack Obama,41,DEM,34,41.5982657769247,John McCain,44,REP,60,56.53185336979162,-26,-14.933587592866921 +17019,21942,733,2008,NE,Pres-G,2008_Pres-G_NE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,500,Barack Obama,41,DEM,37,41.5982657769247,John McCain,44,REP,56,56.53185336979162,-19,-14.933587592866921 +16463,21360,733,2008,NE,Pres-G,2008_Pres-G_NE,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,407,Barack Obama,41,DEM,38,41.5982657769247,John McCain,44,REP,57,56.53185336979162,-19,-14.933587592866921 +17321,22274,734,2008,NH,Pres-G,2008_Pres-G_NH,Big Village,37,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,899,Barack Obama,41,DEM,48,54.12689705613458,John McCain,44,REP,43,44.521428470962206,5,9.605468585172375 +17279,22216,734,2008,NH,Pres-G,2008_Pres-G_NH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,433,Barack Obama,41,DEM,43,54.12689705613458,John McCain,44,REP,49,44.521428470962206,-6,9.605468585172375 +17239,22176,734,2008,NH,Pres-G,2008_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,600,Barack Obama,41,DEM,45,54.12689705613458,John McCain,44,REP,48,44.521428470962206,-3,9.605468585172375 +17143,22076,734,2008,NH,Pres-G,2008_Pres-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-19,2008-11-04,46,604,Barack Obama,41,DEM,51,54.12689705613458,John McCain,44,REP,45,44.521428470962206,6,9.605468585172375 +17150,22083,734,2008,NH,Pres-G,2008_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-09-18,2008-11-04,47,475,Barack Obama,41,DEM,45,54.12689705613458,John McCain,44,REP,47,44.521428470962206,-2,9.605468585172375 +17114,22047,734,2008,NH,Pres-G,2008_Pres-G_NH,National Journal,224,TRUE,TRUE,NA,NA,2008-09-20,2008-11-04,45,403,Barack Obama,41,DEM,44,54.12689705613458,John McCain,44,REP,43,44.521428470962206,1,9.605468585172375 +17103,22031,734,2008,NH,Pres-G,2008_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,700,Barack Obama,41,DEM,47,54.12689705613458,John McCain,44,REP,49,44.521428470962206,-2,9.605468585172375 +17085,22013,734,2008,NH,Pres-G,2008_Pres-G_NH,Suffolk University,323,TRUE,FALSE,NA,NA,2008-09-22,2008-11-04,43,600,Barack Obama,41,DEM,46,54.12689705613458,John McCain,44,REP,45,44.521428470962206,1,9.605468585172375 +17025,21948,734,2008,NH,Pres-G,2008_Pres-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,823,Barack Obama,41,DEM,49,54.12689705613458,John McCain,44,REP,37,44.521428470962206,12,9.605468585172375 +17008,21931,734,2008,NH,Pres-G,2008_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-01,2008-11-04,34,700,Barack Obama,41,DEM,53,54.12689705613458,John McCain,44,REP,43,44.521428470962206,10,9.605468585172375 +16987,21910,734,2008,NH,Pres-G,2008_Pres-G_NH,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,647,Barack Obama,41,DEM,53,54.12689705613458,John McCain,44,REP,40,44.521428470962206,13,9.605468585172375 +16958,21894,734,2008,NH,Pres-G,2008_Pres-G_NH,Big Village,37,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,813,Barack Obama,41,DEM,51,54.12689705613458,John McCain,44,REP,43,44.521428470962206,8,9.605468585172375 +16922,21841,734,2008,NH,Pres-G,2008_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-07,2008-11-04,28,600,Barack Obama,41,DEM,52,54.12689705613458,John McCain,44,REP,43,44.521428470962206,9,9.605468585172375 +16882,21801,734,2008,NH,Pres-G,2008_Pres-G_NH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,455,Barack Obama,41,DEM,48,54.12689705613458,John McCain,44,REP,43,44.521428470962206,5,9.605468585172375 +16800,21714,734,2008,NH,Pres-G,2008_Pres-G_NH,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-10-18,2008-11-04,17,500,Barack Obama,41,DEM,50,54.12689705613458,John McCain,44,REP,41,44.521428470962206,9,9.605468585172375 +16779,21693,734,2008,NH,Pres-G,2008_Pres-G_NH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,466,Barack Obama,41,DEM,47,54.12689705613458,John McCain,44,REP,46,44.521428470962206,1,9.605468585172375 +16723,21633,734,2008,NH,Pres-G,2008_Pres-G_NH,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-10-21,2008-11-04,14,525,Barack Obama,41,DEM,48,54.12689705613458,John McCain,44,REP,44,44.521428470962206,4,9.605468585172375 +16741,21651,734,2008,NH,Pres-G,2008_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,725,Barack Obama,41,DEM,54,54.12689705613458,John McCain,44,REP,39,44.521428470962206,15,9.605468585172375 +16702,21612,734,2008,NH,Pres-G,2008_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-23,2008-11-04,12,700,Barack Obama,41,DEM,50,54.12689705613458,John McCain,44,REP,46,44.521428470962206,4,9.605468585172375 +16693,21603,734,2008,NH,Pres-G,2008_Pres-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,655,Barack Obama,41,DEM,50,54.12689705613458,John McCain,44,REP,45,44.521428470962206,5,9.605468585172375 +16682,21592,734,2008,NH,Pres-G,2008_Pres-G_NH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,625,Barack Obama,41,DEM,50,54.12689705613458,John McCain,44,REP,39,44.521428470962206,11,9.605468585172375 +16677,21587,734,2008,NH,Pres-G,2008_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,692,Barack Obama,41,DEM,55,54.12689705613458,John McCain,44,REP,39,44.521428470962206,16,9.605468585172375 +16634,21544,734,2008,NH,Pres-G,2008_Pres-G_NH,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,600,Barack Obama,41,DEM,55,54.12689705613458,John McCain,44,REP,37,44.521428470962206,18,9.605468585172375 +16574,21471,734,2008,NH,Pres-G,2008_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,692,Barack Obama,41,DEM,55,54.12689705613458,John McCain,44,REP,39,44.521428470962206,16,9.605468585172375 +16569,21466,734,2008,NH,Pres-G,2008_Pres-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,600,Barack Obama,41,DEM,53,54.12689705613458,John McCain,44,REP,40,44.521428470962206,13,9.605468585172375 +16533,21430,734,2008,NH,Pres-G,2008_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,700,Barack Obama,41,DEM,51,54.12689705613458,John McCain,44,REP,44,44.521428470962206,7,9.605468585172375 +16540,21437,734,2008,NH,Pres-G,2008_Pres-G_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,682,Barack Obama,41,DEM,53,54.12689705613458,John McCain,44,REP,42,44.521428470962206,11,9.605468585172375 +16517,21414,734,2008,NH,Pres-G,2008_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,600,Barack Obama,41,DEM,56,54.12689705613458,John McCain,44,REP,41,44.521428470962206,15,9.605468585172375 +16464,21361,734,2008,NH,Pres-G,2008_Pres-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,516,Barack Obama,41,DEM,54,54.12689705613458,John McCain,44,REP,40,44.521428470962206,14,9.605468585172375 +54158,21337,734,2008,NH,Pres-G,2008_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,812,Barack Obama,41,DEM,53,54.12689705613458,John McCain,44,REP,42,44.521428470962206,11,9.605468585172375 +17336,22277,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-07,2008-11-04,58,584,Barack Obama,41,DEM,48,57.27213715188599,John McCain,44,REP,45,41.70393385927491,3,15.56820329261108 +17341,22282,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2008-09-06,2008-11-04,59,872,Barack Obama,41,DEM,47,57.27213715188599,John McCain,44,REP,41,41.70393385927491,6,15.56820329261108 +17254,22191,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2008-09-13,2008-11-04,52,589,Barack Obama,41,DEM,49,57.27213715188599,John McCain,44,REP,41,41.70393385927491,8,15.56820329261108 +17258,22195,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-12,2008-11-04,53,1187,Barack Obama,41,DEM,48,57.27213715188599,John McCain,44,REP,45,41.70393385927491,3,15.56820329261108 +17226,22159,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-16,2008-11-04,49,500,Barack Obama,41,DEM,55,57.27213715188599,John McCain,44,REP,42,41.70393385927491,13,15.56820329261108 +17131,22064,735,2008,NJ,Pres-G,2008_Pres-G_NJ,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-20,2008-11-04,45,600,Barack Obama,41,DEM,51,57.27213715188599,John McCain,44,REP,42,41.70393385927491,9,15.56820329261108 +17057,21985,735,2008,NJ,Pres-G,2008_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,611,Barack Obama,41,DEM,52,57.27213715188599,John McCain,44,REP,42,41.70393385927491,10,15.56820329261108 +16975,21898,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2008-10-02,2008-11-04,33,790,Barack Obama,41,DEM,50,57.27213715188599,John McCain,44,REP,37,41.70393385927491,13,15.56820329261108 +16946,21865,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Barack Obama,41,DEM,50,57.27213715188599,John McCain,44,REP,42,41.70393385927491,8,15.56820329261108 +16907,21826,735,2008,NJ,Pres-G,2008_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,551,Barack Obama,41,DEM,55,57.27213715188599,John McCain,44,REP,40,41.70393385927491,15,15.56820329261108 +16817,21731,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2008-10-17,2008-11-04,18,723,Barack Obama,41,DEM,55,57.27213715188599,John McCain,44,REP,38,41.70393385927491,17,15.56820329261108 +16805,21719,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,1184,Barack Obama,41,DEM,59,57.27213715188599,John McCain,44,REP,36,41.70393385927491,23,15.56820329261108 +16752,21662,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,628,Barack Obama,41,DEM,56,57.27213715188599,John McCain,44,REP,39,41.70393385927491,17,15.56820329261108 +16550,21447,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,852,Barack Obama,41,DEM,53,57.27213715188599,John McCain,44,REP,35,41.70393385927491,18,15.56820329261108 +16541,21438,735,2008,NJ,Pres-G,2008_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,632,Barack Obama,41,DEM,52,57.27213715188599,John McCain,44,REP,42,41.70393385927491,10,15.56820329261108 +16504,21401,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,801,Barack Obama,41,DEM,55,57.27213715188599,John McCain,44,REP,34,41.70393385927491,21,15.56820329261108 +16468,21365,735,2008,NJ,Pres-G,2008_Pres-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,777,Barack Obama,41,DEM,55,57.27213715188599,John McCain,44,REP,40,41.70393385927491,15,15.56820329261108 +16428,21325,735,2008,NJ,Pres-G,2008_Pres-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-02,2008-11-04,2,500,Barack Obama,41,DEM,57,57.27213715188599,John McCain,44,REP,42,41.70393385927491,15,15.56820329261108 +17339,22280,736,2008,NM,Pres-G,2008_Pres-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-08,2008-11-04,57,700,Barack Obama,41,DEM,47,56.90748026279336,John McCain,44,REP,49,41.77903483433274,-2,15.128445428460616 +17276,22213,736,2008,NM,Pres-G,2008_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,477,Barack Obama,41,DEM,46,56.90748026279336,John McCain,44,REP,44,41.77903483433274,2,15.128445428460616 +17237,22174,736,2008,NM,Pres-G,2008_Pres-G_NM,National Journal,224,TRUE,TRUE,NA,NA,2008-09-13,2008-11-04,52,402,Barack Obama,41,DEM,49,56.90748026279336,John McCain,44,REP,42,41.77903483433274,7,15.128445428460616 +17209,22142,736,2008,NM,Pres-G,2008_Pres-G_NM,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,51,56.90748026279336,John McCain,44,REP,44,41.77903483433274,7,15.128445428460616 +17230,22163,736,2008,NM,Pres-G,2008_Pres-G_NM,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,671,Barack Obama,41,DEM,52,56.90748026279336,John McCain,44,REP,44,41.77903483433274,8,15.128445428460616 +17163,22096,736,2008,NM,Pres-G,2008_Pres-G_NM,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1037,Barack Obama,41,DEM,53,56.90748026279336,John McCain,44,REP,42,41.77903483433274,11,15.128445428460616 +17028,21951,736,2008,NM,Pres-G,2008_Pres-G_NM,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,698,Barack Obama,41,DEM,52,56.90748026279336,John McCain,44,REP,44,41.77903483433274,8,15.128445428460616 +17007,21930,736,2008,NM,Pres-G,2008_Pres-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-01,2008-11-04,34,500,Barack Obama,41,DEM,49,56.90748026279336,John McCain,44,REP,44,41.77903483433274,5,15.128445428460616 +16993,21916,736,2008,NM,Pres-G,2008_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2008-10-01,2008-11-04,34,659,Barack Obama,41,DEM,45,56.90748026279336,John McCain,44,REP,40,41.77903483433274,5,15.128445428460616 +16874,21793,736,2008,NM,Pres-G,2008_Pres-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-13,2008-11-04,22,700,Barack Obama,41,DEM,55,56.90748026279336,John McCain,44,REP,42,41.77903483433274,13,15.128445428460616 +16880,21799,736,2008,NM,Pres-G,2008_Pres-G_NM,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-12,2008-11-04,23,568,Barack Obama,41,DEM,52,56.90748026279336,John McCain,44,REP,45,41.77903483433274,7,15.128445428460616 +16890,21809,736,2008,NM,Pres-G,2008_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,532,Barack Obama,41,DEM,51,56.90748026279336,John McCain,44,REP,44,41.77903483433274,7,15.128445428460616 +16780,21694,736,2008,NM,Pres-G,2008_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,534,Barack Obama,41,DEM,46,56.90748026279336,John McCain,44,REP,46,41.77903483433274,0,15.128445428460616 +16597,21494,736,2008,NM,Pres-G,2008_Pres-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,500,Barack Obama,41,DEM,54,56.90748026279336,John McCain,44,REP,44,41.77903483433274,10,15.128445428460616 +16512,21409,736,2008,NM,Pres-G,2008_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,1002,Barack Obama,41,DEM,51,56.90748026279336,John McCain,44,REP,43,41.77903483433274,8,15.128445428460616 +16531,21428,736,2008,NM,Pres-G,2008_Pres-G_NM,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,1537,Barack Obama,41,DEM,58,56.90748026279336,John McCain,44,REP,41,41.77903483433274,17,15.128445428460616 +16510,21407,736,2008,NM,Pres-G,2008_Pres-G_NM,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-30,2008-11-04,5,664,Barack Obama,41,DEM,52,56.90748026279336,John McCain,44,REP,45,41.77903483433274,7,15.128445428460616 +16465,21362,736,2008,NM,Pres-G,2008_Pres-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,457,Barack Obama,41,DEM,53,56.90748026279336,John McCain,44,REP,43,41.77903483433274,10,15.128445428460616 +17306,22243,737,2008,NV,Pres-G,2008_Pres-G_NV,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,518,Barack Obama,41,DEM,45,55.1466759243187,John McCain,44,REP,46,42.65411510898405,-1,12.492560815334649 +17292,22229,737,2008,NV,Pres-G,2008_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-11,2008-11-04,54,700,Barack Obama,41,DEM,46,55.1466759243187,John McCain,44,REP,49,42.65411510898405,-3,12.492560815334649 +17281,22218,737,2008,NV,Pres-G,2008_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,572,Barack Obama,41,DEM,43,55.1466759243187,John McCain,44,REP,50,42.65411510898405,-7,12.492560815334649 +17245,22182,737,2008,NV,Pres-G,2008_Pres-G_NV,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-13,2008-11-04,52,600,Barack Obama,41,DEM,46,55.1466759243187,John McCain,44,REP,49,42.65411510898405,-3,12.492560815334649 +17164,22097,737,2008,NV,Pres-G,2008_Pres-G_NV,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-09-16,2008-11-04,49,600,Barack Obama,41,DEM,47,55.1466759243187,John McCain,44,REP,45,42.65411510898405,2,12.492560815334649 +17148,22081,737,2008,NV,Pres-G,2008_Pres-G_NV,Suffolk University,323,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,600,Barack Obama,41,DEM,45,55.1466759243187,John McCain,44,REP,46,42.65411510898405,-1,12.492560815334649 +17029,21957,737,2008,NV,Pres-G,2008_Pres-G_NV,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-28,2008-11-04,37,600,Barack Obama,41,DEM,47,55.1466759243187,John McCain,44,REP,49,42.65411510898405,-2,12.492560815334649 +17018,21941,737,2008,NV,Pres-G,2008_Pres-G_NV,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,437,Barack Obama,41,DEM,48,55.1466759243187,John McCain,44,REP,47,42.65411510898405,1,12.492560815334649 +17014,21955,737,2008,NV,Pres-G,2008_Pres-G_NV,Big Village,37,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,684,Barack Obama,41,DEM,49,55.1466759243187,John McCain,44,REP,44,42.65411510898405,5,12.492560815334649 +16996,21919,737,2008,NV,Pres-G,2008_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-02,2008-11-04,33,700,Barack Obama,41,DEM,51,55.1466759243187,John McCain,44,REP,47,42.65411510898405,4,12.492560815334649 +16961,21880,737,2008,NV,Pres-G,2008_Pres-G_NV,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,468,Barack Obama,41,DEM,49,55.1466759243187,John McCain,44,REP,47,42.65411510898405,2,12.492560815334649 +16917,21836,737,2008,NV,Pres-G,2008_Pres-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-08,2008-11-04,27,625,Barack Obama,41,DEM,47,55.1466759243187,John McCain,44,REP,45,42.65411510898405,2,12.492560815334649 +16911,21830,737,2008,NV,Pres-G,2008_Pres-G_NV,Magellan Strategies,179,FALSE,FALSE,NA,NA,2008-10-10,2008-11-04,25,602,Barack Obama,41,DEM,47,55.1466759243187,John McCain,44,REP,44,42.65411510898405,3,12.492560815334649 +16869,21788,737,2008,NV,Pres-G,2008_Pres-G_NV,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,506,Barack Obama,41,DEM,49,55.1466759243187,John McCain,44,REP,46,42.65411510898405,3,12.492560815334649 +16889,21808,737,2008,NV,Pres-G,2008_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,656,Barack Obama,41,DEM,48,55.1466759243187,John McCain,44,REP,47,42.65411510898405,1,12.492560815334649 +16831,21745,737,2008,NV,Pres-G,2008_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-16,2008-11-04,19,700,Barack Obama,41,DEM,50,55.1466759243187,John McCain,44,REP,45,42.65411510898405,5,12.492560815334649 +16798,21712,737,2008,NV,Pres-G,2008_Pres-G_NV,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,690,Barack Obama,41,DEM,47,55.1466759243187,John McCain,44,REP,47,42.65411510898405,0,12.492560815334649 +16784,21698,737,2008,NV,Pres-G,2008_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,670,Barack Obama,41,DEM,44,55.1466759243187,John McCain,44,REP,52,42.65411510898405,-8,12.492560815334649 +16748,21673,737,2008,NV,Pres-G,2008_Pres-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,700,Barack Obama,41,DEM,49,55.1466759243187,John McCain,44,REP,43,42.65411510898405,6,12.492560815334649 +16660,21570,737,2008,NV,Pres-G,2008_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,48,55.1466759243187,John McCain,44,REP,44,42.65411510898405,4,12.492560815334649 +16635,21545,737,2008,NV,Pres-G,2008_Pres-G_NV,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,628,Barack Obama,41,DEM,52,55.1466759243187,John McCain,44,REP,40,42.65411510898405,12,12.492560815334649 +16619,21525,737,2008,NV,Pres-G,2008_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-27,2008-11-04,8,700,Barack Obama,41,DEM,50,55.1466759243187,John McCain,44,REP,46,42.65411510898405,4,12.492560815334649 +16623,21529,737,2008,NV,Pres-G,2008_Pres-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,450,Barack Obama,41,DEM,50,55.1466759243187,John McCain,44,REP,40,42.65411510898405,10,12.492560815334649 +16578,21512,737,2008,NV,Pres-G,2008_Pres-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,684,Barack Obama,41,DEM,50,55.1466759243187,John McCain,44,REP,43,42.65411510898405,7,12.492560815334649 +16555,21452,737,2008,NV,Pres-G,2008_Pres-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Barack Obama,41,DEM,47,55.1466759243187,John McCain,44,REP,43,42.65411510898405,4,12.492560815334649 +16497,21394,737,2008,NV,Pres-G,2008_Pres-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,494,Barack Obama,41,DEM,51,55.1466759243187,John McCain,44,REP,46,42.65411510898405,5,12.492560815334649 +63598,117050,737,2008,NV,Pres-G,2008_Pres-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1243,Barack Obama,41,DEM,51,55.1466759243187,John McCain,44,REP,47,42.65411510898405,4,12.492560815334649 +63820,117511,737,2008,NV,Pres-G,2008_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-11-01,2008-11-04,3,601,Barack Obama,41,DEM,50.7,55.1466759243187,John McCain,44,REP,42.9,42.65411510898405,7.800000000000004,12.492560815334649 +63532,116956,737,2008,NV,Pres-G,2008_Pres-G_NV,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,600,Barack Obama,41,DEM,52,55.1466759243187,John McCain,44,REP,47,42.65411510898405,5,12.492560815334649 +16398,21295,737,2008,NV,Pres-G,2008_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,586,Barack Obama,41,DEM,53,55.1466759243187,John McCain,44,REP,42,42.65411510898405,11,12.492560815334649 +17315,22252,738,2008,NY,Pres-G,2008_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2008-09-09,2008-11-04,56,626,Barack Obama,41,DEM,46,60.128828295212614,John McCain,44,REP,41,31.30259116665148,5,28.826237128561132 +17243,22180,738,2008,NY,Pres-G,2008_Pres-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-15,2008-11-04,50,500,Barack Obama,41,DEM,55,60.128828295212614,John McCain,44,REP,42,31.30259116665148,13,28.826237128561132 +17206,22139,738,2008,NY,Pres-G,2008_Pres-G_NY,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,55,60.128828295212614,John McCain,44,REP,38,31.30259116665148,17,28.826237128561132 +17089,22017,738,2008,NY,Pres-G,2008_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-23,2008-11-04,42,668,Barack Obama,41,DEM,57,60.128828295212614,John McCain,44,REP,38,31.30259116665148,19,28.826237128561132 +17026,21949,738,2008,NY,Pres-G,2008_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2008-09-29,2008-11-04,36,631,Barack Obama,41,DEM,58,60.128828295212614,John McCain,44,REP,36,31.30259116665148,22,28.826237128561132 +16908,21827,738,2008,NY,Pres-G,2008_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,551,Barack Obama,41,DEM,64,60.128828295212614,John McCain,44,REP,31,31.30259116665148,33,28.826237128561132 +16860,21774,738,2008,NY,Pres-G,2008_Pres-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-14,2008-11-04,21,500,Barack Obama,41,DEM,57,60.128828295212614,John McCain,44,REP,37,31.30259116665148,20,28.826237128561132 +16759,21669,738,2008,NY,Pres-G,2008_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,721,Barack Obama,41,DEM,62,60.128828295212614,John McCain,44,REP,31,31.30259116665148,31,28.826237128561132 +16720,21630,738,2008,NY,Pres-G,2008_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,527,Barack Obama,41,DEM,65,60.128828295212614,John McCain,44,REP,29,31.30259116665148,36,28.826237128561132 +16609,21506,738,2008,NY,Pres-G,2008_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,633,Barack Obama,41,DEM,62,60.128828295212614,John McCain,44,REP,33,31.30259116665148,29,28.826237128561132 +16484,21381,738,2008,NY,Pres-G,2008_Pres-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,988,Barack Obama,41,DEM,58,60.128828295212614,John McCain,44,REP,38,31.30259116665148,20,28.826237128561132 +17344,22285,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-07,2008-11-04,58,600,Barack Obama,41,DEM,44,51.50427006052537,John McCain,44,REP,51,46.91057836327485,-7,4.59369169725052 +17328,22265,739,2008,OH,Pres-G,2008_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-07,2008-11-04,58,1367,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,44,46.91057836327485,5,4.59369169725052 +17310,22247,739,2008,OH,Pres-G,2008_Pres-G_OH,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,503,Barack Obama,41,DEM,47,51.50427006052537,John McCain,44,REP,48,46.91057836327485,-1,4.59369169725052 +17316,22253,739,2008,OH,Pres-G,2008_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2008-09-07,2008-11-04,58,775,Barack Obama,41,DEM,44,51.50427006052537,John McCain,44,REP,48,46.91057836327485,-4,4.59369169725052 +17284,22221,739,2008,OH,Pres-G,2008_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,847,Barack Obama,41,DEM,44,51.50427006052537,John McCain,44,REP,50,46.91057836327485,-6,4.59369169725052 +17265,22202,739,2008,OH,Pres-G,2008_Pres-G_OH,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-12,2008-11-04,53,600,Barack Obama,41,DEM,44,51.50427006052537,John McCain,44,REP,50,46.91057836327485,-6,4.59369169725052 +17271,22208,739,2008,OH,Pres-G,2008_Pres-G_OH,Suffolk University,323,TRUE,FALSE,NA,NA,2008-09-12,2008-11-04,53,600,Barack Obama,41,DEM,42,51.50427006052537,John McCain,44,REP,46,46.91057836327485,-4,4.59369169725052 +17251,22188,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-14,2008-11-04,51,500,Barack Obama,41,DEM,45,51.50427006052537,John McCain,44,REP,48,46.91057836327485,-3,4.59369169725052 +17256,22193,739,2008,OH,Pres-G,2008_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-13,2008-11-04,52,1077,Barack Obama,41,DEM,44,51.50427006052537,John McCain,44,REP,48,46.91057836327485,-4,4.59369169725052 +17260,22197,739,2008,OH,Pres-G,2008_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-13,2008-11-04,52,692,Barack Obama,41,DEM,45,51.50427006052537,John McCain,44,REP,49,46.91057836327485,-4,4.59369169725052 +17233,22170,739,2008,OH,Pres-G,2008_Pres-G_OH,National Journal,224,TRUE,TRUE,NA,NA,2008-09-13,2008-11-04,52,400,Barack Obama,41,DEM,41,51.50427006052537,John McCain,44,REP,42,46.91057836327485,-1,4.59369169725052 +17241,22178,739,2008,OH,Pres-G,2008_Pres-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-13,2008-11-04,52,565,Barack Obama,41,DEM,47,51.50427006052537,John McCain,44,REP,45,46.91057836327485,2,4.59369169725052 +17219,22168,739,2008,OH,Pres-G,2008_Pres-G_OH,Big Village,37,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,913,Barack Obama,41,DEM,46,51.50427006052537,John McCain,44,REP,44,46.91057836327485,2,4.59369169725052 +17232,22165,739,2008,OH,Pres-G,2008_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2008-09-14,2008-11-04,51,869,Barack Obama,41,DEM,42,51.50427006052537,John McCain,44,REP,48,46.91057836327485,-6,4.59369169725052 +17188,22121,739,2008,OH,Pres-G,2008_Pres-G_OH,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-09-16,2008-11-04,49,619,Barack Obama,41,DEM,46,51.50427006052537,John McCain,44,REP,45,46.91057836327485,1,4.59369169725052 +17137,22070,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-21,2008-11-04,44,500,Barack Obama,41,DEM,46,51.50427006052537,John McCain,44,REP,50,46.91057836327485,-4,4.59369169725052 +17121,22054,739,2008,OH,Pres-G,2008_Pres-G_OH,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,545,Barack Obama,41,DEM,46,51.50427006052537,John McCain,44,REP,46,46.91057836327485,0,4.59369169725052 +17100,22028,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,700,Barack Obama,41,DEM,46,51.50427006052537,John McCain,44,REP,47,46.91057836327485,-1,4.59369169725052 +17060,21988,739,2008,OH,Pres-G,2008_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-24,2008-11-04,41,1203,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,42,46.91057836327485,7,4.59369169725052 +17049,21977,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-28,2008-11-04,37,500,Barack Obama,41,DEM,47,51.50427006052537,John McCain,44,REP,48,46.91057836327485,-1,4.59369169725052 +17032,21960,739,2008,OH,Pres-G,2008_Pres-G_OH,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,512,Barack Obama,41,DEM,47,51.50427006052537,John McCain,44,REP,45,46.91057836327485,2,4.59369169725052 +17042,21970,739,2008,OH,Pres-G,2008_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,693,Barack Obama,41,DEM,48,51.50427006052537,John McCain,44,REP,49,46.91057836327485,-1,4.59369169725052 +17035,21963,739,2008,OH,Pres-G,2008_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-28,2008-11-04,37,825,Barack Obama,41,DEM,50,51.50427006052537,John McCain,44,REP,42,46.91057836327485,8,4.59369169725052 +17000,21923,739,2008,OH,Pres-G,2008_Pres-G_OH,GQR,126,TRUE,FALSE,NA,DEM,2008-09-30,2008-11-04,35,600,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,43,46.91057836327485,6,4.59369169725052 +16990,21913,739,2008,OH,Pres-G,2008_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2008-09-28,2008-11-04,37,2262,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,42,46.91057836327485,7,4.59369169725052 +16977,21900,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-05,2008-11-04,30,1000,Barack Obama,41,DEM,47,51.50427006052537,John McCain,44,REP,48,46.91057836327485,-1,4.59369169725052 +16983,21906,739,2008,OH,Pres-G,2008_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,1239,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,43,46.91057836327485,6,4.59369169725052 +16974,21897,739,2008,OH,Pres-G,2008_Pres-G_OH,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2008-10-04,2008-11-04,31,772,Barack Obama,41,DEM,51,51.50427006052537,John McCain,44,REP,45,46.91057836327485,6,4.59369169725052 +16956,21895,739,2008,OH,Pres-G,2008_Pres-G_OH,Big Village,37,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,749,Barack Obama,41,DEM,48,51.50427006052537,John McCain,44,REP,45,46.91057836327485,3,4.59369169725052 +16939,21858,739,2008,OH,Pres-G,2008_Pres-G_OH,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-06,2008-11-04,29,600,Barack Obama,41,DEM,48,51.50427006052537,John McCain,44,REP,45,46.91057836327485,3,4.59369169725052 +16927,21846,739,2008,OH,Pres-G,2008_Pres-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-07,2008-11-04,28,771,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,45,46.91057836327485,4,4.59369169725052 +16936,21855,739,2008,OH,Pres-G,2008_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,847,Barack Obama,41,DEM,46,51.50427006052537,John McCain,44,REP,48,46.91057836327485,-2,4.59369169725052 +16915,21834,739,2008,OH,Pres-G,2008_Pres-G_OH,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-09,2008-11-04,26,509,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,44,46.91057836327485,5,4.59369169725052 +16893,21812,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-12,2008-11-04,23,1000,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,47,46.91057836327485,2,4.59369169725052 +16877,21796,739,2008,OH,Pres-G,2008_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-12,2008-11-04,23,575,Barack Obama,41,DEM,50,51.50427006052537,John McCain,44,REP,45,46.91057836327485,5,4.59369169725052 +16887,21806,739,2008,OH,Pres-G,2008_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,1018,Barack Obama,41,DEM,45,51.50427006052537,John McCain,44,REP,50,46.91057836327485,-5,4.59369169725052 +16863,21777,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-14,2008-11-04,21,700,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,49,46.91057836327485,0,4.59369169725052 +16821,21735,739,2008,OH,Pres-G,2008_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-16,2008-11-04,19,625,Barack Obama,41,DEM,45,51.50427006052537,John McCain,44,REP,46,46.91057836327485,-1,4.59369169725052 +16794,21708,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-19,2008-11-04,16,1000,Barack Obama,41,DEM,47,51.50427006052537,John McCain,44,REP,49,46.91057836327485,-2,4.59369169725052 +16807,21721,739,2008,OH,Pres-G,2008_Pres-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,600,Barack Obama,41,DEM,51,51.50427006052537,John McCain,44,REP,42,46.91057836327485,9,4.59369169725052 +16787,21701,739,2008,OH,Pres-G,2008_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,991,Barack Obama,41,DEM,47,51.50427006052537,John McCain,44,REP,49,46.91057836327485,-2,4.59369169725052 +16746,21674,739,2008,OH,Pres-G,2008_Pres-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,737,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,44,46.91057836327485,5,4.59369169725052 +16769,21683,739,2008,OH,Pres-G,2008_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,1360,Barack Obama,41,DEM,52,51.50427006052537,John McCain,44,REP,38,46.91057836327485,14,4.59369169725052 +16722,21632,739,2008,OH,Pres-G,2008_Pres-G_OH,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,408,Barack Obama,41,DEM,52,51.50427006052537,John McCain,44,REP,42,46.91057836327485,10,4.59369169725052 +16713,21623,739,2008,OH,Pres-G,2008_Pres-G_OH,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,564,Barack Obama,41,DEM,53,51.50427006052537,John McCain,44,REP,41,46.91057836327485,12,4.59369169725052 +16742,21652,739,2008,OH,Pres-G,2008_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,886,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,46,46.91057836327485,3,4.59369169725052 +16699,21609,739,2008,OH,Pres-G,2008_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-22,2008-11-04,13,993,Barack Obama,41,DEM,51,51.50427006052537,John McCain,44,REP,44,46.91057836327485,7,4.59369169725052 +16698,21608,739,2008,OH,Pres-G,2008_Pres-G_OH,Ohio University,237,FALSE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,611,Barack Obama,41,DEM,57,51.50427006052537,John McCain,44,REP,41,46.91057836327485,16,4.59369169725052 +16642,21552,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-26,2008-11-04,9,1000,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,45,46.91057836327485,4,4.59369169725052 +16649,21559,739,2008,OH,Pres-G,2008_Pres-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,661,Barack Obama,41,DEM,48,51.50427006052537,John McCain,44,REP,45,46.91057836327485,3,4.59369169725052 +16664,21574,739,2008,OH,Pres-G,2008_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,50,51.50427006052537,John McCain,44,REP,45,46.91057836327485,5,4.59369169725052 +16631,21541,739,2008,OH,Pres-G,2008_Pres-G_OH,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,607,Barack Obama,41,DEM,48,51.50427006052537,John McCain,44,REP,41,46.91057836327485,7,4.59369169725052 +16653,21563,739,2008,OH,Pres-G,2008_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,1425,Barack Obama,41,DEM,51,51.50427006052537,John McCain,44,REP,42,46.91057836327485,9,4.59369169725052 +16624,21530,739,2008,OH,Pres-G,2008_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-26,2008-11-04,9,648,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,45,46.91057836327485,4,4.59369169725052 +16627,21539,739,2008,OH,Pres-G,2008_Pres-G_OH,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2008-10-26,2008-11-04,9,644,Barack Obama,41,DEM,44,51.50427006052537,John McCain,44,REP,39,46.91057836327485,5,4.59369169725052 +16611,21517,739,2008,OH,Pres-G,2008_Pres-G_OH,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,404,Barack Obama,41,DEM,48,51.50427006052537,John McCain,44,REP,41,46.91057836327485,7,4.59369169725052 +16577,21513,739,2008,OH,Pres-G,2008_Pres-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,779,Barack Obama,41,DEM,50,51.50427006052537,John McCain,44,REP,43,46.91057836327485,7,4.59369169725052 +16557,21454,739,2008,OH,Pres-G,2008_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Barack Obama,41,DEM,45,51.50427006052537,John McCain,44,REP,47,46.91057836327485,-2,4.59369169725052 +16502,21399,739,2008,OH,Pres-G,2008_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2008-10-26,2008-11-04,9,2164,Barack Obama,41,DEM,52,51.50427006052537,John McCain,44,REP,46,46.91057836327485,6,4.59369169725052 +16470,21367,739,2008,OH,Pres-G,2008_Pres-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,990,Barack Obama,41,DEM,51,51.50427006052537,John McCain,44,REP,45,46.91057836327485,6,4.59369169725052 +16407,21304,739,2008,OH,Pres-G,2008_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-02,2008-11-04,2,1000,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,49,46.91057836327485,0,4.59369169725052 +16420,21317,739,2008,OH,Pres-G,2008_Pres-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1208,Barack Obama,41,DEM,50,51.50427006052537,John McCain,44,REP,48,46.91057836327485,2,4.59369169725052 +63822,117516,739,2008,OH,Pres-G,2008_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-11-01,2008-11-04,3,605,Barack Obama,41,DEM,50.2,51.50427006052537,John McCain,44,REP,43.9,46.91057836327485,6.300000000000004,4.59369169725052 +16436,21333,739,2008,OH,Pres-G,2008_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,660,Barack Obama,41,DEM,48,51.50427006052537,John McCain,44,REP,46,46.91057836327485,2,4.59369169725052 +16441,21338,739,2008,OH,Pres-G,2008_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2008-10-31,2008-11-04,4,1221,Barack Obama,41,DEM,52,51.50427006052537,John McCain,44,REP,46,46.91057836327485,6,4.59369169725052 +16426,21323,739,2008,OH,Pres-G,2008_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,1574,Barack Obama,41,DEM,50,51.50427006052537,John McCain,44,REP,43,46.91057836327485,7,4.59369169725052 +16399,21296,739,2008,OH,Pres-G,2008_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,687,Barack Obama,41,DEM,49,51.50427006052537,John McCain,44,REP,47,46.91057836327485,2,4.59369169725052 +17356,22297,740,2008,OK,Pres-G,2008_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-09-07,2008-11-04,58,894,Barack Obama,41,DEM,30,34.3549188773065,John McCain,44,REP,66,65.64508112269351,-36,-31.29016224538701 +17353,22294,740,2008,OK,Pres-G,2008_Pres-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,652,Barack Obama,41,DEM,32,34.3549188773065,John McCain,44,REP,65,65.64508112269351,-33,-31.29016224538701 +17293,22230,740,2008,OK,Pres-G,2008_Pres-G_OK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-11,2008-11-04,54,500,Barack Obama,41,DEM,32,34.3549188773065,John McCain,44,REP,63,65.64508112269351,-31,-31.29016224538701 +17262,22199,740,2008,OK,Pres-G,2008_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,859,Barack Obama,41,DEM,27,34.3549188773065,John McCain,44,REP,69,65.64508112269351,-42,-31.29016224538701 +17166,22099,740,2008,OK,Pres-G,2008_Pres-G_OK,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-17,2008-11-04,48,600,Barack Obama,41,DEM,34,34.3549188773065,John McCain,44,REP,61,65.64508112269351,-27,-31.29016224538701 +17129,22062,740,2008,OK,Pres-G,2008_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,667,Barack Obama,41,DEM,26,34.3549188773065,John McCain,44,REP,66,65.64508112269351,-40,-31.29016224538701 +17058,21986,740,2008,OK,Pres-G,2008_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-09-27,2008-11-04,38,904,Barack Obama,41,DEM,27,34.3549188773065,John McCain,44,REP,68,65.64508112269351,-41,-31.29016224538701 +17043,21971,740,2008,OK,Pres-G,2008_Pres-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,656,Barack Obama,41,DEM,34,34.3549188773065,John McCain,44,REP,64,65.64508112269351,-30,-31.29016224538701 +16988,21911,740,2008,OK,Pres-G,2008_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-10-04,2008-11-04,31,801,Barack Obama,41,DEM,29,34.3549188773065,John McCain,44,REP,66,65.64508112269351,-37,-31.29016224538701 +16910,21829,740,2008,OK,Pres-G,2008_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-10-11,2008-11-04,24,813,Barack Obama,41,DEM,32,34.3549188773065,John McCain,44,REP,63,65.64508112269351,-31,-31.29016224538701 +16809,21723,740,2008,OK,Pres-G,2008_Pres-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,561,Barack Obama,41,DEM,35,34.3549188773065,John McCain,44,REP,59,65.64508112269351,-24,-31.29016224538701 +16778,21692,740,2008,OK,Pres-G,2008_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,763,Barack Obama,41,DEM,32,34.3549188773065,John McCain,44,REP,64,65.64508112269351,-32,-31.29016224538701 +16676,21586,740,2008,OK,Pres-G,2008_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,720,Barack Obama,41,DEM,35,34.3549188773065,John McCain,44,REP,62,65.64508112269351,-27,-31.29016224538701 +16571,21468,740,2008,OK,Pres-G,2008_Pres-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-28,2008-11-04,7,594,Barack Obama,41,DEM,34,34.3549188773065,John McCain,44,REP,63,65.64508112269351,-29,-31.29016224538701 +16496,21393,740,2008,OK,Pres-G,2008_Pres-G_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,491,Barack Obama,41,DEM,39,34.3549188773065,John McCain,44,REP,58,65.64508112269351,-19,-31.29016224538701 +17323,22260,741,2008,OR,Pres-G,2008_Pres-G_OR,Hoffman Research Group,141,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,600,Barack Obama,41,DEM,46,56.748806256920645,John McCain,44,REP,39,40.400981692292206,7,16.34782456462844 +17290,22227,741,2008,OR,Pres-G,2008_Pres-G_OR,Moore Information Group,217,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,400,Barack Obama,41,DEM,43,56.748806256920645,John McCain,44,REP,37,40.400981692292206,6,16.34782456462844 +17255,22192,741,2008,OR,Pres-G,2008_Pres-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,2008-09-13,2008-11-04,52,500,Barack Obama,41,DEM,50,56.748806256920645,John McCain,44,REP,40,40.400981692292206,10,16.34782456462844 +17244,22181,741,2008,OR,Pres-G,2008_Pres-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-15,2008-11-04,50,700,Barack Obama,41,DEM,51,56.748806256920645,John McCain,44,REP,47,40.400981692292206,4,16.34782456462844 +17115,22048,741,2008,OR,Pres-G,2008_Pres-G_OR,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,600,Barack Obama,41,DEM,52,56.748806256920645,John McCain,44,REP,41,40.400981692292206,11,16.34782456462844 +17110,22038,741,2008,OR,Pres-G,2008_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,708,Barack Obama,41,DEM,52,56.748806256920645,John McCain,44,REP,41,40.400981692292206,11,16.34782456462844 +16919,21838,741,2008,OR,Pres-G,2008_Pres-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-09,2008-11-04,26,700,Barack Obama,41,DEM,54,56.748806256920645,John McCain,44,REP,43,40.400981692292206,11,16.34782456462844 +16914,21833,741,2008,OR,Pres-G,2008_Pres-G_OR,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-10-08,2008-11-04,27,600,Barack Obama,41,DEM,52,56.748806256920645,John McCain,44,REP,39,40.400981692292206,13,16.34782456462844 +16909,21828,741,2008,OR,Pres-G,2008_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,584,Barack Obama,41,DEM,57,56.748806256920645,John McCain,44,REP,40,40.400981692292206,17,16.34782456462844 +16861,21775,741,2008,OR,Pres-G,2008_Pres-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-14,2008-11-04,21,500,Barack Obama,41,DEM,54,56.748806256920645,John McCain,44,REP,41,40.400981692292206,13,16.34782456462844 +16774,21688,741,2008,OR,Pres-G,2008_Pres-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2008-10-15,2008-11-04,20,499,Barack Obama,41,DEM,48,56.748806256920645,John McCain,44,REP,34,40.400981692292206,14,16.34782456462844 +16684,21594,741,2008,OR,Pres-G,2008_Pres-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,500,Barack Obama,41,DEM,53,56.748806256920645,John McCain,44,REP,34,40.400981692292206,19,16.34782456462844 +16673,21583,741,2008,OR,Pres-G,2008_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,672,Barack Obama,41,DEM,57,56.748806256920645,John McCain,44,REP,38,40.400981692292206,19,16.34782456462844 +16590,21487,741,2008,OR,Pres-G,2008_Pres-G_OR,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2008-10-27,2008-11-04,8,400,Barack Obama,41,DEM,51,56.748806256920645,John McCain,44,REP,37,40.400981692292206,14,16.34782456462844 +16535,21432,741,2008,OR,Pres-G,2008_Pres-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,500,Barack Obama,41,DEM,54,56.748806256920645,John McCain,44,REP,42,40.400981692292206,12,16.34782456462844 +16542,21439,741,2008,OR,Pres-G,2008_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,700,Barack Obama,41,DEM,57,56.748806256920645,John McCain,44,REP,38,40.400981692292206,19,16.34782456462844 +16532,21429,741,2008,OR,Pres-G,2008_Pres-G_OR,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,1424,Barack Obama,41,DEM,57,56.748806256920645,John McCain,44,REP,42,40.400981692292206,15,16.34782456462844 +16492,21389,741,2008,OR,Pres-G,2008_Pres-G_OR,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,698,Barack Obama,41,DEM,54,56.748806256920645,John McCain,44,REP,43,40.400981692292206,11,16.34782456462844 +17346,22287,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-07,2008-11-04,58,500,Barack Obama,41,DEM,47,54.48552801203738,John McCain,44,REP,45,44.16705247991443,2,10.318475532122946 +17327,22264,742,2008,PA,Pres-G,2008_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-07,2008-11-04,58,1001,Barack Obama,41,DEM,48,54.48552801203738,John McCain,44,REP,45,44.16705247991443,3,10.318475532122946 +17282,22219,742,2008,PA,Pres-G,2008_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,701,Barack Obama,41,DEM,44,54.48552801203738,John McCain,44,REP,49,44.16705247991443,-5,10.318475532122946 +17253,22190,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-14,2008-11-04,51,500,Barack Obama,41,DEM,47,54.48552801203738,John McCain,44,REP,47,44.16705247991443,0,10.318475532122946 +17242,22179,742,2008,PA,Pres-G,2008_Pres-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-13,2008-11-04,52,535,Barack Obama,41,DEM,49,54.48552801203738,John McCain,44,REP,44,44.16705247991443,5,10.318475532122946 +17183,22116,742,2008,PA,Pres-G,2008_Pres-G_PA,Big Ten,31,FALSE,TRUE,NA,NA,2008-09-16,2008-11-04,49,608,Barack Obama,41,DEM,45,54.48552801203738,John McCain,44,REP,45,44.16705247991443,0,10.318475532122946 +17167,22100,742,2008,PA,Pres-G,2008_Pres-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-17,2008-11-04,48,625,Barack Obama,41,DEM,46,54.48552801203738,John McCain,44,REP,44,44.16705247991443,2,10.318475532122946 +17140,22073,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-21,2008-11-04,44,500,Barack Obama,41,DEM,48,54.48552801203738,John McCain,44,REP,45,44.16705247991443,3,10.318475532122946 +17118,22051,742,2008,PA,Pres-G,2008_Pres-G_PA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,600,Barack Obama,41,DEM,50,54.48552801203738,John McCain,44,REP,46,44.16705247991443,4,10.318475532122946 +17112,22045,742,2008,PA,Pres-G,2008_Pres-G_PA,National Journal,224,TRUE,TRUE,NA,NA,2008-09-20,2008-11-04,45,406,Barack Obama,41,DEM,43,54.48552801203738,John McCain,44,REP,41,44.16705247991443,2,10.318475532122946 +17099,22027,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,700,Barack Obama,41,DEM,49,54.48552801203738,John McCain,44,REP,45,44.16705247991443,4,10.318475532122946 +17092,22043,742,2008,PA,Pres-G,2008_Pres-G_PA,Big Village,37,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,730,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,43,44.16705247991443,8,10.318475532122946 +17086,22014,742,2008,PA,Pres-G,2008_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-23,2008-11-04,42,1094,Barack Obama,41,DEM,50,54.48552801203738,John McCain,44,REP,44,44.16705247991443,6,10.318475532122946 +17062,21990,742,2008,PA,Pres-G,2008_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-24,2008-11-04,41,1138,Barack Obama,41,DEM,49,54.48552801203738,John McCain,44,REP,43,44.16705247991443,6,10.318475532122946 +17052,21980,742,2008,PA,Pres-G,2008_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2008-09-26,2008-11-04,39,581,Barack Obama,41,DEM,49,54.48552801203738,John McCain,44,REP,42,44.16705247991443,7,10.318475532122946 +17050,21978,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-28,2008-11-04,37,500,Barack Obama,41,DEM,50,54.48552801203738,John McCain,44,REP,42,44.16705247991443,8,10.318475532122946 +17051,21979,742,2008,PA,Pres-G,2008_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2008-09-25,2008-11-04,40,767,Barack Obama,41,DEM,48,54.48552801203738,John McCain,44,REP,43,44.16705247991443,5,10.318475532122946 +17036,21964,742,2008,PA,Pres-G,2008_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-28,2008-11-04,37,832,Barack Obama,41,DEM,54,54.48552801203738,John McCain,44,REP,39,44.16705247991443,15,10.318475532122946 +16991,21914,742,2008,PA,Pres-G,2008_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2008-10-01,2008-11-04,34,550,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,39,44.16705247991443,12,10.318475532122946 +16966,21885,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-06,2008-11-04,29,700,Barack Obama,41,DEM,54,54.48552801203738,John McCain,44,REP,41,44.16705247991443,13,10.318475532122946 +16972,21891,742,2008,PA,Pres-G,2008_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,653,Barack Obama,41,DEM,55,54.48552801203738,John McCain,44,REP,40,44.16705247991443,15,10.318475532122946 +16930,21849,742,2008,PA,Pres-G,2008_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2008-10-06,2008-11-04,29,600,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,38,44.16705247991443,13,10.318475532122946 +16928,21847,742,2008,PA,Pres-G,2008_Pres-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-07,2008-11-04,28,757,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,41,44.16705247991443,12,10.318475532122946 +16871,21790,742,2008,PA,Pres-G,2008_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2008-10-11,2008-11-04,24,580,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,38,44.16705247991443,13,10.318475532122946 +16881,21800,742,2008,PA,Pres-G,2008_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-12,2008-11-04,23,516,Barack Obama,41,DEM,55,54.48552801203738,John McCain,44,REP,40,44.16705247991443,15,10.318475532122946 +16883,21802,742,2008,PA,Pres-G,2008_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,737,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,40,44.16705247991443,12,10.318475532122946 +16818,21732,742,2008,PA,Pres-G,2008_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2008-10-16,2008-11-04,19,599,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,40,44.16705247991443,12,10.318475532122946 +16820,21734,742,2008,PA,Pres-G,2008_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2008-10-17,2008-11-04,18,700,Barack Obama,41,DEM,48,54.48552801203738,John McCain,44,REP,40,44.16705247991443,8,10.318475532122946 +16764,21678,742,2008,PA,Pres-G,2008_Pres-G_PA,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,412,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,41,44.16705247991443,10,10.318475532122946 +16771,21685,742,2008,PA,Pres-G,2008_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,1425,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,40,44.16705247991443,13,10.318475532122946 +16738,21648,742,2008,PA,Pres-G,2008_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-21,2008-11-04,14,620,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,41,44.16705247991443,12,10.318475532122946 +16715,21625,742,2008,PA,Pres-G,2008_Pres-G_PA,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,566,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,42,44.16705247991443,10,10.318475532122946 +16697,21607,742,2008,PA,Pres-G,2008_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,608,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,40,44.16705247991443,12,10.318475532122946 +16648,21558,742,2008,PA,Pres-G,2008_Pres-G_PA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,588,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,42,44.16705247991443,9,10.318475532122946 +16636,21546,742,2008,PA,Pres-G,2008_Pres-G_PA,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,607,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,40,44.16705247991443,12,10.318475532122946 +16655,21565,742,2008,PA,Pres-G,2008_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,1364,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,41,44.16705247991443,12,10.318475532122946 +16646,21556,742,2008,PA,Pres-G,2008_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,707,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,40,44.16705247991443,13,10.318475532122946 +16675,21585,742,2008,PA,Pres-G,2008_Pres-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,761,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,43,44.16705247991443,9,10.318475532122946 +16622,21528,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-27,2008-11-04,8,500,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,46,44.16705247991443,7,10.318475532122946 +16650,21560,742,2008,PA,Pres-G,2008_Pres-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,713,Barack Obama,41,DEM,55,54.48552801203738,John McCain,44,REP,41,44.16705247991443,14,10.318475532122946 +16592,21489,742,2008,PA,Pres-G,2008_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,610,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,42,44.16705247991443,11,10.318475532122946 +16593,21490,742,2008,PA,Pres-G,2008_Pres-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,625,Barack Obama,41,DEM,47,54.48552801203738,John McCain,44,REP,43,44.16705247991443,4,10.318475532122946 +16582,21514,742,2008,PA,Pres-G,2008_Pres-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,768,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,41,44.16705247991443,12,10.318475532122946 +16536,21433,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,500,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,47,44.16705247991443,4,10.318475532122946 +16501,21398,742,2008,PA,Pres-G,2008_Pres-G_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,600,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,45,44.16705247991443,6,10.318475532122946 +16509,21406,742,2008,PA,Pres-G,2008_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-30,2008-11-04,5,700,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,44,44.16705247991443,7,10.318475532122946 +16444,21341,742,2008,PA,Pres-G,2008_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-01,2008-11-04,3,500,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,46,44.16705247991443,6,10.318475532122946 +16483,21380,742,2008,PA,Pres-G,2008_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,1009,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,44,44.16705247991443,7,10.318475532122946 +16415,21312,742,2008,PA,Pres-G,2008_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2008-10-31,2008-11-04,4,617,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,46,44.16705247991443,6,10.318475532122946 +16421,21318,742,2008,PA,Pres-G,2008_Pres-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1529,Barack Obama,41,DEM,53,54.48552801203738,John McCain,44,REP,45,44.16705247991443,8,10.318475532122946 +63814,117502,742,2008,PA,Pres-G,2008_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-11-01,2008-11-04,3,602,Barack Obama,41,DEM,53.7,54.48552801203738,John McCain,44,REP,40,44.16705247991443,13.700000000000003,10.318475532122946 +16427,21324,742,2008,PA,Pres-G,2008_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,1493,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,42,44.16705247991443,10,10.318475532122946 +16396,21293,742,2008,PA,Pres-G,2008_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,682,Barack Obama,41,DEM,51,54.48552801203738,John McCain,44,REP,41,44.16705247991443,10,10.318475532122946 +16404,21301,742,2008,PA,Pres-G,2008_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-02,2008-11-04,2,657,Barack Obama,41,DEM,52,54.48552801203738,John McCain,44,REP,43,44.16705247991443,9,10.318475532122946 +17269,22206,743,2008,RI,Pres-G,2008_Pres-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-13,2008-11-04,52,500,Barack Obama,41,DEM,58,62.86973499278178,John McCain,44,REP,39,35.06104217941461,19,27.808692813367166 +17263,22200,743,2008,RI,Pres-G,2008_Pres-G_RI,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-12,2008-11-04,53,600,Barack Obama,41,DEM,59,62.86973499278178,John McCain,44,REP,33,35.06104217941461,26,27.808692813367166 +17215,22148,743,2008,RI,Pres-G,2008_Pres-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2008-09-15,2008-11-04,50,652,Barack Obama,41,DEM,47,62.86973499278178,John McCain,44,REP,34,35.06104217941461,13,27.808692813367166 +17081,22009,743,2008,RI,Pres-G,2008_Pres-G_RI,Quest Research Group,285,FALSE,TRUE,NA,NA,2008-09-21,2008-11-04,44,742,Barack Obama,41,DEM,45,62.86973499278178,John McCain,44,REP,31,35.06104217941461,14,27.808692813367166 +16471,21368,743,2008,RI,Pres-G,2008_Pres-G_RI,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,365,Barack Obama,41,DEM,58,62.86973499278178,John McCain,44,REP,37,35.06104217941461,21,27.808692813367166 +17181,22114,744,2008,SC,Pres-G,2008_Pres-G_SC,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-16,2008-11-04,49,600,Barack Obama,41,DEM,37,44.89656001736624,John McCain,44,REP,59,53.873643978637865,-22,-8.977083961271624 +17171,22104,744,2008,SC,Pres-G,2008_Pres-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,500,Barack Obama,41,DEM,45,44.89656001736624,John McCain,44,REP,51,53.873643978637865,-6,-8.977083961271624 +17128,22061,744,2008,SC,Pres-G,2008_Pres-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,690,Barack Obama,41,DEM,39,44.89656001736624,John McCain,44,REP,58,53.873643978637865,-19,-8.977083961271624 +16878,21797,744,2008,SC,Pres-G,2008_Pres-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-12,2008-11-04,23,561,Barack Obama,41,DEM,41,44.89656001736624,John McCain,44,REP,55,53.873643978637865,-14,-8.977083961271624 +16814,21728,744,2008,SC,Pres-G,2008_Pres-G_SC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,NA,NA,2008-10-08,2008-11-04,27,617,Barack Obama,41,DEM,35,44.89656001736624,John McCain,44,REP,55,53.873643978637865,-20,-8.977083961271624 +16773,21687,744,2008,SC,Pres-G,2008_Pres-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-20,2008-11-04,15,500,Barack Obama,41,DEM,43,44.89656001736624,John McCain,44,REP,54,53.873643978637865,-11,-8.977083961271624 +16596,21493,744,2008,SC,Pres-G,2008_Pres-G_SC,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-10-27,2008-11-04,8,400,Barack Obama,41,DEM,42,44.89656001736624,John McCain,44,REP,53,53.873643978637865,-11,-8.977083961271624 +16573,21470,744,2008,SC,Pres-G,2008_Pres-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-28,2008-11-04,7,654,Barack Obama,41,DEM,44,44.89656001736624,John McCain,44,REP,52,53.873643978637865,-8,-8.977083961271624 +16458,21355,744,2008,SC,Pres-G,2008_Pres-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,728,Barack Obama,41,DEM,44,44.89656001736624,John McCain,44,REP,52,53.873643978637865,-8,-8.977083961271624 +17329,22266,745,2008,SD,Pres-G,2008_Pres-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-09,2008-11-04,56,500,Barack Obama,41,DEM,37,44.747431114601746,John McCain,44,REP,54,53.15897637279927,-17,-8.411545258197528 +17132,22065,745,2008,SD,Pres-G,2008_Pres-G_SD,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-20,2008-11-04,45,600,Barack Obama,41,DEM,39,44.747431114601746,John McCain,44,REP,55,53.15897637279927,-16,-8.411545258197528 +16846,21760,745,2008,SD,Pres-G,2008_Pres-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-14,2008-11-04,21,800,Barack Obama,41,DEM,41,44.747431114601746,John McCain,44,REP,48,53.15897637279927,-7,-8.411545258197528 +77566,149877,745,2008,SD,Pres-G,2008_Pres-G_SD,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-27,2008-11-04,8,613,Barack Obama,41,DEM,40,44.747431114601746,John McCain,44,REP,45,53.15897637279927,-5,-8.411545258197528 +16534,21431,745,2008,SD,Pres-G,2008_Pres-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,500,Barack Obama,41,DEM,44,44.747431114601746,John McCain,44,REP,53,53.15897637279927,-9,-8.411545258197528 +16459,21356,745,2008,SD,Pres-G,2008_Pres-G_SD,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,352,Barack Obama,41,DEM,43,44.747431114601746,John McCain,44,REP,52,53.15897637279927,-9,-8.411545258197528 +17161,22094,746,2008,TN,Pres-G,2008_Pres-G_TN,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,600,Barack Obama,41,DEM,36,41.82853806271298,John McCain,44,REP,59,56.89695428289423,-23,-15.068416220181248 +17075,22003,746,2008,TN,Pres-G,2008_Pres-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-23,2008-11-04,42,625,Barack Obama,41,DEM,39,41.82853806271298,John McCain,44,REP,55,56.89695428289423,-16,-15.068416220181248 +17059,21987,746,2008,TN,Pres-G,2008_Pres-G_TN,Middle Tennessee State University,208,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,635,Barack Obama,41,DEM,36,41.82853806271298,John McCain,44,REP,48,56.89695428289423,-12,-15.068416220181248 +17039,21967,746,2008,TN,Pres-G,2008_Pres-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-29,2008-11-04,36,500,Barack Obama,41,DEM,39,41.82853806271298,John McCain,44,REP,58,56.89695428289423,-19,-15.068416220181248 +16838,21752,746,2008,TN,Pres-G,2008_Pres-G_TN,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2008-10-14,2008-11-04,21,600,Barack Obama,41,DEM,39,41.82853806271298,John McCain,44,REP,54,56.89695428289423,-15,-15.068416220181248 +16832,21746,746,2008,TN,Pres-G,2008_Pres-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-16,2008-11-04,19,500,Barack Obama,41,DEM,42,41.82853806271298,John McCain,44,REP,54,56.89695428289423,-12,-15.068416220181248 +16478,21375,746,2008,TN,Pres-G,2008_Pres-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,653,Barack Obama,41,DEM,44,41.82853806271298,John McCain,44,REP,53,56.89695428289423,-9,-15.068416220181248 +17211,22144,747,2008,TX,Pres-G,2008_Pres-G_TX,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,36,43.683121445889626,John McCain,44,REP,57,55.45236045232641,-21,-11.769239006436784 +17038,21966,747,2008,TX,Pres-G,2008_Pres-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-29,2008-11-04,36,500,Barack Obama,41,DEM,43,43.683121445889626,John McCain,44,REP,52,55.45236045232641,-9,-11.769239006436784 +16924,21843,747,2008,TX,Pres-G,2008_Pres-G_TX,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-07,2008-11-04,28,600,Barack Obama,41,DEM,38,43.683121445889626,John McCain,44,REP,57,55.45236045232641,-19,-11.769239006436784 +16757,21667,747,2008,TX,Pres-G,2008_Pres-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-21,2008-11-04,14,500,Barack Obama,41,DEM,44,43.683121445889626,John McCain,44,REP,54,55.45236045232641,-10,-11.769239006436784 +16743,21653,747,2008,TX,Pres-G,2008_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,550,Barack Obama,41,DEM,40,43.683121445889626,John McCain,44,REP,51,55.45236045232641,-11,-11.769239006436784 +16485,21382,747,2008,TX,Pres-G,2008_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,972,Barack Obama,41,DEM,43,43.683121445889626,John McCain,44,REP,54,55.45236045232641,-11,-11.769239006436784 +17312,22249,748,2008,UT,Pres-G,2008_Pres-G_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-10,2008-11-04,55,500,Barack Obama,41,DEM,32,34.40574566607516,John McCain,44,REP,64,62.58386971450171,-32,-28.178124048426547 +17289,22226,748,2008,UT,Pres-G,2008_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,601,Barack Obama,41,DEM,24,34.40574566607516,John McCain,44,REP,62,62.58386971450171,-38,-28.178124048426547 +17266,22203,748,2008,UT,Pres-G,2008_Pres-G_UT,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-12,2008-11-04,53,600,Barack Obama,41,DEM,29,34.40574566607516,John McCain,44,REP,65,62.58386971450171,-36,-28.178124048426547 +16680,21590,748,2008,UT,Pres-G,2008_Pres-G_UT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,625,Barack Obama,41,DEM,32,34.40574566607516,John McCain,44,REP,55,62.58386971450171,-23,-28.178124048426547 +16524,21421,748,2008,UT,Pres-G,2008_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,1205,Barack Obama,41,DEM,32,34.40574566607516,John McCain,44,REP,57,62.58386971450171,-25,-28.178124048426547 +16472,21369,748,2008,UT,Pres-G,2008_Pres-G_UT,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,395,Barack Obama,41,DEM,34,34.40574566607516,John McCain,44,REP,61,62.58386971450171,-27,-28.178124048426547 +17343,22284,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-07,2008-11-04,58,500,Barack Obama,41,DEM,47,52.62946987317566,John McCain,44,REP,49,46.33050069025531,-2,6.298969182920345 +17355,22296,749,2008,VA,Pres-G,2008_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,717,Barack Obama,41,DEM,47,52.62946987317566,John McCain,44,REP,49,46.33050069025531,-2,6.298969182920345 +17322,22275,749,2008,VA,Pres-G,2008_Pres-G_VA,Big Village,37,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,920,Barack Obama,41,DEM,43,52.62946987317566,John McCain,44,REP,49,46.33050069025531,-6,6.298969182920345 +17285,22222,749,2008,VA,Pres-G,2008_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-11,2008-11-04,54,689,Barack Obama,41,DEM,44,52.62946987317566,John McCain,44,REP,50,46.33050069025531,-6,6.298969182920345 +17252,22189,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-14,2008-11-04,51,500,Barack Obama,41,DEM,48,52.62946987317566,John McCain,44,REP,48,46.33050069025531,0,6.298969182920345 +17257,22194,749,2008,VA,Pres-G,2008_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-13,2008-11-04,52,1090,Barack Obama,41,DEM,48,52.62946987317566,John McCain,44,REP,46,46.33050069025531,2,6.298969182920345 +17261,22198,749,2008,VA,Pres-G,2008_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-13,2008-11-04,52,732,Barack Obama,41,DEM,50,52.62946987317566,John McCain,44,REP,46,46.33050069025531,4,6.298969182920345 +17247,22184,749,2008,VA,Pres-G,2008_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2008-09-12,2008-11-04,53,500,Barack Obama,41,DEM,39,52.62946987317566,John McCain,44,REP,48,46.33050069025531,-9,6.298969182920345 +17236,22173,749,2008,VA,Pres-G,2008_Pres-G_VA,National Journal,224,TRUE,TRUE,NA,NA,2008-09-13,2008-11-04,52,409,Barack Obama,41,DEM,41,52.62946987317566,John McCain,44,REP,48,46.33050069025531,-7,6.298969182920345 +17196,22129,749,2008,VA,Pres-G,2008_Pres-G_VA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-17,2008-11-04,48,502,Barack Obama,41,DEM,46,52.62946987317566,John McCain,44,REP,48,46.33050069025531,-2,6.298969182920345 +17154,22087,749,2008,VA,Pres-G,2008_Pres-G_VA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,600,Barack Obama,41,DEM,46,52.62946987317566,John McCain,44,REP,48,46.33050069025531,-2,6.298969182920345 +17138,22071,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-21,2008-11-04,44,500,Barack Obama,41,DEM,48,52.62946987317566,John McCain,44,REP,50,46.33050069025531,-2,6.298969182920345 +17149,22082,749,2008,VA,Pres-G,2008_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,716,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,45,46.33050069025531,6,6.298969182920345 +17130,22063,749,2008,VA,Pres-G,2008_Pres-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-09-20,2008-11-04,45,698,Barack Obama,41,DEM,49,52.62946987317566,John McCain,44,REP,46,46.33050069025531,3,6.298969182920345 +17122,22055,749,2008,VA,Pres-G,2008_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-19,2008-11-04,46,625,Barack Obama,41,DEM,44,52.62946987317566,John McCain,44,REP,47,46.33050069025531,-3,6.298969182920345 +17068,21996,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-25,2008-11-04,40,700,Barack Obama,41,DEM,50,52.62946987317566,John McCain,44,REP,45,46.33050069025531,5,6.298969182920345 +17046,21974,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-09-28,2008-11-04,37,500,Barack Obama,41,DEM,50,52.62946987317566,John McCain,44,REP,47,46.33050069025531,3,6.298969182920345 +17033,21961,749,2008,VA,Pres-G,2008_Pres-G_VA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,436,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,45,46.33050069025531,6,6.298969182920345 +17031,21959,749,2008,VA,Pres-G,2008_Pres-G_VA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-28,2008-11-04,37,600,Barack Obama,41,DEM,46,52.62946987317566,John McCain,44,REP,49,46.33050069025531,-3,6.298969182920345 +17015,21956,749,2008,VA,Pres-G,2008_Pres-G_VA,Big Village,37,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,684,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,42,46.33050069025531,10,6.298969182920345 +17003,21926,749,2008,VA,Pres-G,2008_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,625,Barack Obama,41,DEM,45,52.62946987317566,John McCain,44,REP,48,46.33050069025531,-3,6.298969182920345 +16980,21903,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-05,2008-11-04,30,1000,Barack Obama,41,DEM,50,52.62946987317566,John McCain,44,REP,48,46.33050069025531,2,6.298969182920345 +16986,21909,749,2008,VA,Pres-G,2008_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,666,Barack Obama,41,DEM,53,52.62946987317566,John McCain,44,REP,43,46.33050069025531,10,6.298969182920345 +16984,21907,749,2008,VA,Pres-G,2008_Pres-G_VA,Suffolk University,323,TRUE,FALSE,NA,NA,2008-10-04,2008-11-04,31,600,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,39,46.33050069025531,12,6.298969182920345 +16941,21860,749,2008,VA,Pres-G,2008_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,917,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,43,46.33050069025531,8,6.298969182920345 +16896,21815,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2008-10-12,2008-11-04,23,1000,Barack Obama,41,DEM,50,52.62946987317566,John McCain,44,REP,47,46.33050069025531,3,6.298969182920345 +16892,21811,749,2008,VA,Pres-G,2008_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-11,2008-11-04,24,872,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,44,46.33050069025531,8,6.298969182920345 +16853,21767,749,2008,VA,Pres-G,2008_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,NA,NA,2008-10-13,2008-11-04,22,500,Barack Obama,41,DEM,49,52.62946987317566,John McCain,44,REP,43,46.33050069025531,6,6.298969182920345 +16854,21784,749,2008,VA,Pres-G,2008_Pres-G_VA,Big Village,37,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,698,Barack Obama,41,DEM,50,52.62946987317566,John McCain,44,REP,41,46.33050069025531,9,6.298969182920345 +16834,21748,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-16,2008-11-04,19,700,Barack Obama,41,DEM,54,52.62946987317566,John McCain,44,REP,44,46.33050069025531,10,6.298969182920345 +63753,117378,749,2008,VA,Pres-G,2008_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,652,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,45,46.33050069025531,6,6.298969182920345 +16812,21726,749,2008,VA,Pres-G,2008_Pres-G_VA,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,NA,NA,2008-10-08,2008-11-04,27,665,Barack Obama,41,DEM,45,52.62946987317566,John McCain,44,REP,44,46.33050069025531,1,6.298969182920345 +16788,21702,749,2008,VA,Pres-G,2008_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,922,Barack Obama,41,DEM,50,52.62946987317566,John McCain,44,REP,46,46.33050069025531,4,6.298969182920345 +16754,21664,749,2008,VA,Pres-G,2008_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,625,Barack Obama,41,DEM,47,52.62946987317566,John McCain,44,REP,45,46.33050069025531,2,6.298969182920345 +16750,21675,749,2008,VA,Pres-G,2008_Pres-G_VA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,647,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,44,46.33050069025531,7,6.298969182920345 +16744,21654,749,2008,VA,Pres-G,2008_Pres-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,817,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,40,46.33050069025531,11,6.298969182920345 +16700,21610,749,2008,VA,Pres-G,2008_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-22,2008-11-04,13,1231,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,43,46.33050069025531,9,6.298969182920345 +16686,21596,749,2008,VA,Pres-G,2008_Pres-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,784,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,44,46.33050069025531,8,6.298969182920345 +16643,21553,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-26,2008-11-04,9,1000,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,47,46.33050069025531,4,6.298969182920345 +16672,21582,749,2008,VA,Pres-G,2008_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,671,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,43,46.33050069025531,9,6.298969182920345 +16666,21576,749,2008,VA,Pres-G,2008_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,45,46.33050069025531,7,6.298969182920345 +16630,21540,749,2008,VA,Pres-G,2008_Pres-G_VA,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,601,Barack Obama,41,DEM,49,52.62946987317566,John McCain,44,REP,42,46.33050069025531,7,6.298969182920345 +16667,21577,749,2008,VA,Pres-G,2008_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,614,Barack Obama,41,DEM,48,52.62946987317566,John McCain,44,REP,39,46.33050069025531,9,6.298969182920345 +16617,21523,749,2008,VA,Pres-G,2008_Pres-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,671,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,47,46.33050069025531,4,6.298969182920345 +16614,21520,749,2008,VA,Pres-G,2008_Pres-G_VA,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,404,Barack Obama,41,DEM,48,52.62946987317566,John McCain,44,REP,44,46.33050069025531,4,6.298969182920345 +16583,21515,749,2008,VA,Pres-G,2008_Pres-G_VA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,721,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,42,46.33050069025531,9,6.298969182920345 +16551,21448,749,2008,VA,Pres-G,2008_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Barack Obama,41,DEM,47,52.62946987317566,John McCain,44,REP,44,46.33050069025531,3,6.298969182920345 +16445,21342,749,2008,VA,Pres-G,2008_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-31,2008-11-04,4,672,Barack Obama,41,DEM,50,52.62946987317566,John McCain,44,REP,46,46.33050069025531,4,6.298969182920345 +16493,21390,749,2008,VA,Pres-G,2008_Pres-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,772,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,45,46.33050069025531,7,6.298969182920345 +16411,21308,749,2008,VA,Pres-G,2008_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-02,2008-11-04,2,1000,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,47,46.33050069025531,4,6.298969182920345 +16422,21319,749,2008,VA,Pres-G,2008_Pres-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1557,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,46,46.33050069025531,6,6.298969182920345 +63823,117518,749,2008,VA,Pres-G,2008_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-11-01,2008-11-04,3,604,Barack Obama,41,DEM,50.7,52.62946987317566,John McCain,44,REP,44.6,46.33050069025531,6.100000000000001,6.298969182920345 +16394,21291,749,2008,VA,Pres-G,2008_Pres-G_VA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,600,Barack Obama,41,DEM,51,52.62946987317566,John McCain,44,REP,47,46.33050069025531,4,6.298969182920345 +16400,21297,749,2008,VA,Pres-G,2008_Pres-G_VA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,690,Barack Obama,41,DEM,52,52.62946987317566,John McCain,44,REP,45,46.33050069025531,7,6.298969182920345 +17268,22205,750,2008,VT,Pres-G,2008_Pres-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-13,2008-11-04,52,500,Barack Obama,41,DEM,60,67.45568319560924,John McCain,44,REP,36,30.449228724549755,24,37.006454471059484 +17119,22052,750,2008,VT,Pres-G,2008_Pres-G_VT,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-20,2008-11-04,45,600,Barack Obama,41,DEM,56,67.45568319560924,John McCain,44,REP,38,30.449228724549755,18,37.006454471059484 +16967,21886,750,2008,VT,Pres-G,2008_Pres-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-06,2008-11-04,29,500,Barack Obama,41,DEM,65,67.45568319560924,John McCain,44,REP,32,30.449228724549755,33,37.006454471059484 +16456,21353,750,2008,VT,Pres-G,2008_Pres-G_VT,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,275,Barack Obama,41,DEM,62,67.45568319560924,John McCain,44,REP,32,30.449228724549755,30,37.006454471059484 +17354,22295,751,2008,WA,Pres-G,2008_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,658,Barack Obama,41,DEM,49,57.65289221364836,John McCain,44,REP,45,40.47630494211489,4,17.176587271533464 +54163,22241,751,2008,WA,Pres-G,2008_Pres-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2008-09-07,2008-11-04,58,225,Barack Obama,41,DEM,46,57.65289221364836,John McCain,44,REP,37,40.47630494211489,9,17.176587271533464 +17311,22248,751,2008,WA,Pres-G,2008_Pres-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-10,2008-11-04,55,500,Barack Obama,41,DEM,49,57.65289221364836,John McCain,44,REP,47,40.47630494211489,2,17.176587271533464 +17165,22098,751,2008,WA,Pres-G,2008_Pres-G_WA,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-17,2008-11-04,48,600,Barack Obama,41,DEM,50,57.65289221364836,John McCain,44,REP,44,40.47630494211489,6,17.176587271533464 +17127,22060,751,2008,WA,Pres-G,2008_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,682,Barack Obama,41,DEM,54,57.65289221364836,John McCain,44,REP,43,40.47630494211489,11,17.176587271533464 +16995,21918,751,2008,WA,Pres-G,2008_Pres-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-02,2008-11-04,33,700,Barack Obama,41,DEM,53,57.65289221364836,John McCain,44,REP,43,40.47630494211489,10,17.176587271533464 +16879,21798,751,2008,WA,Pres-G,2008_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-12,2008-11-04,23,544,Barack Obama,41,DEM,56,57.65289221364836,John McCain,44,REP,40,40.47630494211489,16,17.176587271533464 +16791,21705,751,2008,WA,Pres-G,2008_Pres-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,405,Barack Obama,41,DEM,55,57.65289221364836,John McCain,44,REP,36,40.47630494211489,19,17.176587271533464 +16726,21636,751,2008,WA,Pres-G,2008_Pres-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-22,2008-11-04,13,500,Barack Obama,41,DEM,54,57.65289221364836,John McCain,44,REP,43,40.47630494211489,11,17.176587271533464 +16678,21588,751,2008,WA,Pres-G,2008_Pres-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2008-10-22,2008-11-04,13,600,Barack Obama,41,DEM,55,57.65289221364836,John McCain,44,REP,34,40.47630494211489,21,17.176587271533464 +16625,21531,751,2008,WA,Pres-G,2008_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-26,2008-11-04,9,630,Barack Obama,41,DEM,56,57.65289221364836,John McCain,44,REP,39,40.47630494211489,17,17.176587271533464 +16511,21408,751,2008,WA,Pres-G,2008_Pres-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2008-10-29,2008-11-04,6,400,Barack Obama,41,DEM,51,57.65289221364836,John McCain,44,REP,39,40.47630494211489,12,17.176587271533464 +16486,21383,751,2008,WA,Pres-G,2008_Pres-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,797,Barack Obama,41,DEM,53,57.65289221364836,John McCain,44,REP,43,40.47630494211489,10,17.176587271533464 +16437,21334,751,2008,WA,Pres-G,2008_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,663,Barack Obama,41,DEM,56,57.65289221364836,John McCain,44,REP,40,40.47630494211489,16,17.176587271533464 +17267,22204,752,2008,WI,Pres-G,2008_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-13,2008-11-04,52,500,Barack Obama,41,DEM,48,56.21778651794235,John McCain,44,REP,46,42.31366248834809,2,13.904124029594257 +17220,22169,752,2008,WI,Pres-G,2008_Pres-G_WI,Big Village,37,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,950,Barack Obama,41,DEM,49,56.21778651794235,John McCain,44,REP,45,42.31366248834809,4,13.904124029594257 +17185,22118,752,2008,WI,Pres-G,2008_Pres-G_WI,Big Ten,31,FALSE,TRUE,NA,NA,2008-09-16,2008-11-04,49,616,Barack Obama,41,DEM,45,56.21778651794235,John McCain,44,REP,44,42.31366248834809,1,13.904124029594257 +17133,22066,752,2008,WI,Pres-G,2008_Pres-G_WI,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-20,2008-11-04,45,600,Barack Obama,41,DEM,50,56.21778651794235,John McCain,44,REP,45,42.31366248834809,5,13.904124029594257 +17076,22004,752,2008,WI,Pres-G,2008_Pres-G_WI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1313,Barack Obama,41,DEM,49,56.21778651794235,John McCain,44,REP,42,42.31366248834809,7,13.904124029594257 +16968,21887,752,2008,WI,Pres-G,2008_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-06,2008-11-04,29,500,Barack Obama,41,DEM,54,56.21778651794235,John McCain,44,REP,44,42.31366248834809,10,13.904124029594257 +16973,21892,752,2008,WI,Pres-G,2008_Pres-G_WI,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,672,Barack Obama,41,DEM,52,56.21778651794235,John McCain,44,REP,42,42.31366248834809,10,13.904124029594257 +16959,21896,752,2008,WI,Pres-G,2008_Pres-G_WI,Big Village,37,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,859,Barack Obama,41,DEM,50,56.21778651794235,John McCain,44,REP,42,42.31366248834809,8,13.904124029594257 +16944,21863,752,2008,WI,Pres-G,2008_Pres-G_WI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,1081,Barack Obama,41,DEM,51,56.21778651794235,John McCain,44,REP,43,42.31366248834809,8,13.904124029594257 +16902,21821,752,2008,WI,Pres-G,2008_Pres-G_WI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-10,2008-11-04,25,1201,Barack Obama,41,DEM,54,56.21778651794235,John McCain,44,REP,37,42.31366248834809,17,13.904124029594257 +16852,21766,752,2008,WI,Pres-G,2008_Pres-G_WI,University of Wisconsin-Milwaukee Institute for Survey and Policy Research,366,FALSE,TRUE,NA,NA,2008-10-12,2008-11-04,23,352,Barack Obama,41,DEM,51,56.21778651794235,John McCain,44,REP,36,42.31366248834809,15,13.904124029594257 +16823,21737,752,2008,WI,Pres-G,2008_Pres-G_WI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-16,2008-11-04,19,625,Barack Obama,41,DEM,51,56.21778651794235,John McCain,44,REP,39,42.31366248834809,12,13.904124029594257 +16826,21740,752,2008,WI,Pres-G,2008_Pres-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,NA,NA,2008-10-13,2008-11-04,22,400,Barack Obama,41,DEM,51,56.21778651794235,John McCain,44,REP,38,42.31366248834809,13,13.904124029594257 +16810,21724,752,2008,WI,Pres-G,2008_Pres-G_WI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,641,Barack Obama,41,DEM,51,56.21778651794235,John McCain,44,REP,43,42.31366248834809,8,13.904124029594257 +16765,21679,752,2008,WI,Pres-G,2008_Pres-G_WI,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,405,Barack Obama,41,DEM,53,56.21778651794235,John McCain,44,REP,40,42.31366248834809,13,13.904124029594257 +16710,21620,752,2008,WI,Pres-G,2008_Pres-G_WI,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,584,Barack Obama,41,DEM,53,56.21778651794235,John McCain,44,REP,41,42.31366248834809,12,13.904124029594257 +16703,21613,752,2008,WI,Pres-G,2008_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-23,2008-11-04,12,500,Barack Obama,41,DEM,51,56.21778651794235,John McCain,44,REP,44,42.31366248834809,7,13.904124029594257 +16570,21467,752,2008,WI,Pres-G,2008_Pres-G_WI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-28,2008-11-04,7,667,Barack Obama,41,DEM,55,56.21778651794235,John McCain,44,REP,39,42.31366248834809,16,13.904124029594257 +16575,21472,752,2008,WI,Pres-G,2008_Pres-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,359,Barack Obama,41,DEM,52,56.21778651794235,John McCain,44,REP,42,42.31366248834809,10,13.904124029594257 +16457,21354,752,2008,WI,Pres-G,2008_Pres-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,976,Barack Obama,41,DEM,53,56.21778651794235,John McCain,44,REP,41,42.31366248834809,12,13.904124029594257 +17335,22276,753,2008,WV,Pres-G,2008_Pres-G_WV,Mark Blankenship Enterprises,766,FALSE,TRUE,NA,NA,2008-09-07,2008-11-04,58,432,Barack Obama,41,DEM,39,42.58975038229676,John McCain,44,REP,44,55.71034310695479,-5,-13.120592724658032 +17208,22141,753,2008,WV,Pres-G,2008_Pres-G_WV,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Barack Obama,41,DEM,45,42.58975038229676,John McCain,44,REP,49,55.71034310695479,-4,-13.120592724658032 +17091,22044,753,2008,WV,Pres-G,2008_Pres-G_WV,Big Village,37,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,694,Barack Obama,41,DEM,44,42.58975038229676,John McCain,44,REP,49,55.71034310695479,-5,-13.120592724658032 +17077,22005,753,2008,WV,Pres-G,2008_Pres-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-24,2008-11-04,41,500,Barack Obama,41,DEM,42,42.58975038229676,John McCain,44,REP,50,55.71034310695479,-8,-13.120592724658032 +16925,21844,753,2008,WV,Pres-G,2008_Pres-G_WV,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-06,2008-11-04,29,600,Barack Obama,41,DEM,50,42.58975038229676,John McCain,44,REP,42,55.71034310695479,8,-13.120592724658032 +16870,21789,753,2008,WV,Pres-G,2008_Pres-G_WV,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-13,2008-11-04,22,522,Barack Obama,41,DEM,47,42.58975038229676,John McCain,44,REP,49,55.71034310695479,-2,-13.120592724658032 +16847,21761,753,2008,WV,Pres-G,2008_Pres-G_WV,Rainmaker Media Group,276,FALSE,TRUE,Live Phone,NA,2008-10-14,2008-11-04,21,600,Barack Obama,41,DEM,41,42.58975038229676,John McCain,44,REP,42,55.71034310695479,-1,-13.120592724658032 +16822,21736,753,2008,WV,Pres-G,2008_Pres-G_WV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-16,2008-11-04,19,625,Barack Obama,41,DEM,41,42.58975038229676,John McCain,44,REP,47,55.71034310695479,-6,-13.120592724658032 +16824,21738,753,2008,WV,Pres-G,2008_Pres-G_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-16,2008-11-04,19,1223,Barack Obama,41,DEM,42,42.58975038229676,John McCain,44,REP,50,55.71034310695479,-8,-13.120592724658032 +16772,21686,753,2008,WV,Pres-G,2008_Pres-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-20,2008-11-04,15,500,Barack Obama,41,DEM,43,42.58975038229676,John McCain,44,REP,52,55.71034310695479,-9,-13.120592724658032 +16762,21672,753,2008,WV,Pres-G,2008_Pres-G_WV,Orion Strategies,246,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,600,Barack Obama,41,DEM,44,42.58975038229676,John McCain,44,REP,49,55.71034310695479,-5,-13.120592724658032 +16747,21676,753,2008,WV,Pres-G,2008_Pres-G_WV,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,674,Barack Obama,41,DEM,41,42.58975038229676,John McCain,44,REP,53,55.71034310695479,-12,-13.120592724658032 +16659,21569,753,2008,WV,Pres-G,2008_Pres-G_WV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,600,Barack Obama,41,DEM,40,42.58975038229676,John McCain,44,REP,50,55.71034310695479,-10,-13.120592724658032 +16527,21424,753,2008,WV,Pres-G,2008_Pres-G_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,2128,Barack Obama,41,DEM,42,42.58975038229676,John McCain,44,REP,55,55.71034310695479,-13,-13.120592724658032 +16460,21357,753,2008,WV,Pres-G,2008_Pres-G_WV,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,404,Barack Obama,41,DEM,43,42.58975038229676,John McCain,44,REP,52,55.71034310695479,-9,-13.120592724658032 +16392,21289,753,2008,WV,Pres-G,2008_Pres-G_WV,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,600,Barack Obama,41,DEM,42,42.58975038229676,John McCain,44,REP,53,55.71034310695479,-11,-13.120592724658032 +17332,22269,754,2008,WY,Pres-G,2008_Pres-G_WY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-09,2008-11-04,56,500,Barack Obama,41,DEM,39,32.540897988675006,John McCain,44,REP,58,64.77628819828946,-19,-32.23539020961446 +17288,22225,754,2008,WY,Pres-G,2008_Pres-G_WY,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-10,2008-11-04,55,600,Barack Obama,41,DEM,28,32.540897988675006,John McCain,44,REP,66,64.77628819828946,-38,-32.23539020961446 +16859,21773,754,2008,WY,Pres-G,2008_Pres-G_WY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-13,2008-11-04,22,625,Barack Obama,41,DEM,32,32.540897988675006,John McCain,44,REP,58,64.77628819828946,-26,-32.23539020961446 +16811,21725,754,2008,WY,Pres-G,2008_Pres-G_WY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,604,Barack Obama,41,DEM,37,32.540897988675006,John McCain,44,REP,58,64.77628819828946,-21,-32.23539020961446 +16480,21377,754,2008,WY,Pres-G,2008_Pres-G_WY,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,246,Barack Obama,41,DEM,29,32.540897988675006,John McCain,44,REP,67,64.77628819828946,-38,-32.23539020961446 +5029,6448,755,2004,AK,Pres-G,2004_Pres-G_AK,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-10,2004-11-02,53,600,John Kerry,157,DEM,30,35.51686191210436,George W. Bush,182,REP,57,61.065329912539426,-27,-25.548468000435065 +5075,6502,756,2004,AL,Pres-G,2004_Pres-G_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-09,2004-11-02,54,416,John Kerry,157,DEM,42,36.84440232237717,George W. Bush,182,REP,53,62.46068975770077,-11,-25.6162874353236 +4978,6390,756,2004,AL,Pres-G,2004_Pres-G_AL,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,600,John Kerry,157,DEM,40,36.84440232237717,George W. Bush,182,REP,54,62.46068975770077,-14,-25.6162874353236 +4829,6216,756,2004,AL,Pres-G,2004_Pres-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,NA,NA,2004-09-29,2004-11-02,34,519,John Kerry,157,DEM,22,36.84440232237717,George W. Bush,182,REP,59,62.46068975770077,-37,-25.6162874353236 +4817,6203,756,2004,AL,Pres-G,2004_Pres-G_AL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-02,2004-11-02,31,600,John Kerry,157,DEM,34,36.84440232237717,George W. Bush,182,REP,62,62.46068975770077,-28,-25.6162874353236 +4701,6066,756,2004,AL,Pres-G,2004_Pres-G_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2004-10-13,2004-11-02,20,546,John Kerry,157,DEM,32,36.84440232237717,George W. Bush,182,REP,56,62.46068975770077,-24,-25.6162874353236 +4461,5790,756,2004,AL,Pres-G,2004_Pres-G_AL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-26,2004-11-02,7,636,John Kerry,157,DEM,39,36.84440232237717,George W. Bush,182,REP,57,62.46068975770077,-18,-25.6162874353236 +4949,6359,757,2004,AR,Pres-G,2004_Pres-G_AR,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-16,2004-11-02,47,600,John Kerry,157,DEM,45,44.547630445189085,George W. Bush,182,REP,48,54.30595907843537,-3,-9.758328633246286 +4996,6410,757,2004,AR,Pres-G,2004_Pres-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-18,2004-11-02,45,500,John Kerry,157,DEM,44,44.547630445189085,George W. Bush,182,REP,51,54.30595907843537,-7,-9.758328633246286 +25277,6227,757,2004,AR,Pres-G,2004_Pres-G_AR,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-28,2004-11-02,35,579,John Kerry,157,DEM,44,44.547630445189085,George W. Bush,182,REP,53,54.30595907843537,-9,-9.758328633246286 +75872,144705,757,2004,AR,Pres-G,2004_Pres-G_AR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,545,John Kerry,157,DEM,46.9,44.547630445189085,George W. Bush,182,REP,46.7,54.30595907843537,0.19999999999999574,-9.758328633246286 +4774,6154,757,2004,AR,Pres-G,2004_Pres-G_AR,Opinion Research Associates,242,FALSE,TRUE,NA,NA,2004-10-05,2004-11-02,28,502,John Kerry,157,DEM,43,44.547630445189085,George W. Bush,182,REP,52,54.30595907843537,-9,-9.758328633246286 +4715,6083,757,2004,AR,Pres-G,2004_Pres-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-10,2004-11-02,23,503,John Kerry,157,DEM,45,44.547630445189085,George W. Bush,182,REP,46,54.30595907843537,-1,-9.758328633246286 +25276,6024,757,2004,AR,Pres-G,2004_Pres-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,617,John Kerry,157,DEM,46,44.547630445189085,George W. Bush,182,REP,51,54.30595907843537,-5,-9.758328633246286 +63833,117536,757,2004,AR,Pres-G,2004_Pres-G_AR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,520,John Kerry,157,DEM,48.4,44.547630445189085,George W. Bush,182,REP,49.7,54.30595907843537,-1.3000000000000043,-9.758328633246286 +4608,5950,757,2004,AR,Pres-G,2004_Pres-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,500,John Kerry,157,DEM,48,44.547630445189085,George W. Bush,182,REP,48,54.30595907843537,0,-9.758328633246286 +4755,6131,757,2004,AR,Pres-G,2004_Pres-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2004-10-13,2004-11-02,20,758,John Kerry,157,DEM,40,44.547630445189085,George W. Bush,182,REP,47,54.30595907843537,-7,-9.758328633246286 +4505,5840,757,2004,AR,Pres-G,2004_Pres-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,649,John Kerry,157,DEM,45,44.547630445189085,George W. Bush,182,REP,51,54.30595907843537,-6,-9.758328633246286 +63835,117538,757,2004,AR,Pres-G,2004_Pres-G_AR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-28,2004-11-02,5,632,John Kerry,157,DEM,46.9,44.547630445189085,George W. Bush,182,REP,50.1,54.30595907843537,-3.200000000000003,-9.758328633246286 +4409,5733,757,2004,AR,Pres-G,2004_Pres-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,43,44.547630445189085,George W. Bush,182,REP,51,54.30595907843537,-8,-9.758328633246286 +25275,5631,757,2004,AR,Pres-G,2004_Pres-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,646,John Kerry,157,DEM,48,44.547630445189085,George W. Bush,182,REP,48,54.30595907843537,0,-9.758328633246286 +25274,5604,757,2004,AR,Pres-G,2004_Pres-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-31,2004-11-02,2,550,John Kerry,157,DEM,46,44.547630445189085,George W. Bush,182,REP,51,54.30595907843537,-5,-9.758328633246286 +5073,6500,758,2004,AZ,Pres-G,2004_Pres-G_AZ,Market Solutions Group,188,FALSE,TRUE,NA,NA,2004-09-04,2004-11-02,59,600,John Kerry,157,DEM,38,44.396832928795554,George W. Bush,182,REP,54,54.869434086013754,-16,-10.4726011572182 +4968,6379,758,2004,AZ,Pres-G,2004_Pres-G_AZ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,625,John Kerry,157,DEM,39,44.396832928795554,George W. Bush,182,REP,50,54.869434086013754,-11,-10.4726011572182 +5004,6419,758,2004,AZ,Pres-G,2004_Pres-G_AZ,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,600,John Kerry,157,DEM,43,44.396832928795554,George W. Bush,182,REP,49,54.869434086013754,-6,-10.4726011572182 +4885,6287,758,2004,AZ,Pres-G,2004_Pres-G_AZ,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-22,2004-11-02,41,631,John Kerry,157,DEM,43,44.396832928795554,George W. Bush,182,REP,54,54.869434086013754,-11,-10.4726011572182 +4870,6269,758,2004,AZ,Pres-G,2004_Pres-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,NA,NA,2004-09-25,2004-11-02,38,575,John Kerry,157,DEM,42,44.396832928795554,George W. Bush,182,REP,52,54.869434086013754,-10,-10.4726011572182 +4794,6179,758,2004,AZ,Pres-G,2004_Pres-G_AZ,Market Solutions Group,188,FALSE,TRUE,NA,NA,2004-10-03,2004-11-02,30,602,John Kerry,157,DEM,38,44.396832928795554,George W. Bush,182,REP,48,54.869434086013754,-10,-10.4726011572182 +4758,6134,758,2004,AZ,Pres-G,2004_Pres-G_AZ,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-06,2004-11-02,27,599,John Kerry,157,DEM,41,44.396832928795554,George W. Bush,182,REP,55,54.869434086013754,-14,-10.4726011572182 +4743,6119,758,2004,AZ,Pres-G,2004_Pres-G_AZ,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,NA,NA,2004-10-10,2004-11-02,23,401,John Kerry,157,DEM,44,44.396832928795554,George W. Bush,182,REP,49,54.869434086013754,-5,-10.4726011572182 +4589,5927,758,2004,AZ,Pres-G,2004_Pres-G_AZ,Market Solutions Group,188,FALSE,TRUE,Live Phone,NA,2004-10-18,2004-11-02,15,600,John Kerry,157,DEM,40,44.396832928795554,George W. Bush,182,REP,47,54.869434086013754,-7,-10.4726011572182 +4632,5980,758,2004,AZ,Pres-G,2004_Pres-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,616,John Kerry,157,DEM,43,44.396832928795554,George W. Bush,182,REP,54,54.869434086013754,-11,-10.4726011572182 +4586,5924,758,2004,AZ,Pres-G,2004_Pres-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,573,John Kerry,157,DEM,45,44.396832928795554,George W. Bush,182,REP,50,54.869434086013754,-5,-10.4726011572182 +4421,5745,758,2004,AZ,Pres-G,2004_Pres-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-26,2004-11-02,7,500,John Kerry,157,DEM,45,44.396832928795554,George W. Bush,182,REP,50,54.869434086013754,-5,-10.4726011572182 +4350,5672,758,2004,AZ,Pres-G,2004_Pres-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,599,John Kerry,157,DEM,41,44.396832928795554,George W. Bush,182,REP,56,54.869434086013754,-15,-10.4726011572182 +5061,6485,759,2004,CA,Pres-G,2004_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-07,2004-11-02,56,598,John Kerry,157,DEM,52,54.30337601832641,George W. Bush,182,REP,42,44.35591407786858,10,9.947461940457828 +5005,6420,759,2004,CA,Pres-G,2004_Pres-G_CA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,52,54.30337601832641,George W. Bush,182,REP,41,44.35591407786858,11,9.947461940457828 +5022,6440,759,2004,CA,Pres-G,2004_Pres-G_CA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,45,54.30337601832641,George W. Bush,182,REP,46,44.35591407786858,-1,9.947461940457828 +4985,6398,759,2004,CA,Pres-G,2004_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2004-09-16,2004-11-02,47,1170,John Kerry,157,DEM,51,54.30337601832641,George W. Bush,182,REP,39,44.35591407786858,12,9.947461940457828 +12744,15878,759,2004,CA,Pres-G,2004_Pres-G_CA,Los Angeles Times,172,TRUE,TRUE,NA,NA,2004-09-19,2004-11-02,44,861,John Kerry,157,DEM,53,54.30337601832641,George W. Bush,182,REP,40,44.35591407786858,13,9.947461940457828 +4902,6305,759,2004,CA,Pres-G,2004_Pres-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-22,2004-11-02,41,848,John Kerry,157,DEM,53,54.30337601832641,George W. Bush,182,REP,40,44.35591407786858,13,9.947461940457828 +4860,6257,759,2004,CA,Pres-G,2004_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,549,John Kerry,157,DEM,49,54.30337601832641,George W. Bush,182,REP,41,44.35591407786858,8,9.947461940457828 +4830,6217,759,2004,CA,Pres-G,2004_Pres-G_CA,San Jose State,714,FALSE,TRUE,NA,NA,2004-09-29,2004-11-02,34,600,John Kerry,157,DEM,48,54.30337601832641,George W. Bush,182,REP,42,44.35591407786858,6,9.947461940457828 +4821,6208,759,2004,CA,Pres-G,2004_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2004-10-02,2004-11-02,31,586,John Kerry,157,DEM,49,54.30337601832641,George W. Bush,182,REP,40,44.35591407786858,9,9.947461940457828 +4797,6183,759,2004,CA,Pres-G,2004_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,748,John Kerry,157,DEM,51,54.30337601832641,George W. Bush,182,REP,43,44.35591407786858,8,9.947461940457828 +4827,6214,759,2004,CA,Pres-G,2004_Pres-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-02,2004-11-02,31,864,John Kerry,157,DEM,53,54.30337601832641,George W. Bush,182,REP,42,44.35591407786858,11,9.947461940457828 +25279,6022,759,2004,CA,Pres-G,2004_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,703,John Kerry,157,DEM,53,54.30337601832641,George W. Bush,182,REP,43,44.35591407786858,10,9.947461940457828 +4713,6081,759,2004,CA,Pres-G,2004_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,1170,John Kerry,157,DEM,51,54.30337601832641,George W. Bush,182,REP,39,44.35591407786858,12,9.947461940457828 +4689,6058,759,2004,CA,Pres-G,2004_Pres-G_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-10-16,2004-11-02,17,925,John Kerry,157,DEM,56,54.30337601832641,George W. Bush,182,REP,39,44.35591407786858,17,9.947461940457828 +4512,5847,759,2004,CA,Pres-G,2004_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,743,John Kerry,157,DEM,53,54.30337601832641,George W. Bush,182,REP,44,44.35591407786858,9,9.947461940457828 +4556,5894,759,2004,CA,Pres-G,2004_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,1086,John Kerry,157,DEM,49,54.30337601832641,George W. Bush,182,REP,42,44.35591407786858,7,9.947461940457828 +4322,5643,759,2004,CA,Pres-G,2004_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,767,John Kerry,157,DEM,54,54.30337601832641,George W. Bush,182,REP,43,44.35591407786858,11,9.947461940457828 +4987,6401,760,2004,CO,Pres-G,2004_Pres-G_CO,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,500,John Kerry,157,DEM,44,47.0378422542883,George W. Bush,182,REP,45,51.7110953545921,-1,-4.673253100303803 +74507,140208,760,2004,CO,Pres-G,2004_Pres-G_CO,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,45,47.0378422542883,George W. Bush,182,REP,46,51.7110953545921,-1,-4.673253100303803 +4928,6335,760,2004,CO,Pres-G,2004_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-16,2004-11-02,47,500,John Kerry,157,DEM,45,47.0378422542883,George W. Bush,182,REP,46,51.7110953545921,-1,-4.673253100303803 +25079,6366,760,2004,CO,Pres-G,2004_Pres-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,2004-09-16,2004-11-02,47,600,John Kerry,157,DEM,38,47.0378422542883,George W. Bush,182,REP,50,51.7110953545921,-12,-4.673253100303803 +4886,6288,760,2004,CO,Pres-G,2004_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-22,2004-11-02,41,626,John Kerry,157,DEM,44,47.0378422542883,George W. Bush,182,REP,52,51.7110953545921,-8,-4.673253100303803 +4825,6212,760,2004,CO,Pres-G,2004_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-29,2004-11-02,34,500,John Kerry,157,DEM,44,47.0378422542883,George W. Bush,182,REP,48,51.7110953545921,-4,-4.673253100303803 +75889,144727,760,2004,CO,Pres-G,2004_Pres-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-04,2004-11-02,29,707,John Kerry,157,DEM,49.2,47.0378422542883,George W. Bush,182,REP,47.8,51.7110953545921,1.4000000000000057,-4.673253100303803 +25179,6140,760,2004,CO,Pres-G,2004_Pres-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,630,John Kerry,157,DEM,41,47.0378422542883,George W. Bush,182,REP,50,51.7110953545921,-9,-4.673253100303803 +4791,6176,760,2004,CO,Pres-G,2004_Pres-G_CO,Gallup,112,TRUE,FALSE,NA,NA,2004-10-05,2004-11-02,28,666,John Kerry,157,DEM,49,47.0378422542883,George W. Bush,182,REP,49,51.7110953545921,0,-4.673253100303803 +4759,6135,760,2004,CO,Pres-G,2004_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-06,2004-11-02,27,598,John Kerry,157,DEM,44,47.0378422542883,George W. Bush,182,REP,52,51.7110953545921,-8,-4.673253100303803 +4680,6037,760,2004,CO,Pres-G,2004_Pres-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,630,John Kerry,157,DEM,43,47.0378422542883,George W. Bush,182,REP,49,51.7110953545921,-6,-4.673253100303803 +4698,6063,760,2004,CO,Pres-G,2004_Pres-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,500,John Kerry,157,DEM,42,47.0378422542883,George W. Bush,182,REP,47,51.7110953545921,-5,-4.673253100303803 +25216,144343,760,2004,CO,Pres-G,2004_Pres-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,500,John Kerry,157,DEM,42,47.0378422542883,George W. Bush,182,REP,47,51.7110953545921,-5,-4.673253100303803 +75888,144726,760,2004,CO,Pres-G,2004_Pres-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,707,John Kerry,157,DEM,47.5,47.0378422542883,George W. Bush,182,REP,49.3,51.7110953545921,-1.7999999999999972,-4.673253100303803 +4691,6052,760,2004,CO,Pres-G,2004_Pres-G_CO,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,666,John Kerry,157,DEM,45,47.0378422542883,George W. Bush,182,REP,51,51.7110953545921,-6,-4.673253100303803 +4601,5941,760,2004,CO,Pres-G,2004_Pres-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-18,2004-11-02,15,500,John Kerry,157,DEM,45,47.0378422542883,George W. Bush,182,REP,50,51.7110953545921,-5,-4.673253100303803 +25078,6010,760,2004,CO,Pres-G,2004_Pres-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,600,John Kerry,157,DEM,42,47.0378422542883,George W. Bush,182,REP,48,51.7110953545921,-6,-4.673253100303803 +4611,5954,760,2004,CO,Pres-G,2004_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-19,2004-11-02,14,596,John Kerry,157,DEM,45,47.0378422542883,George W. Bush,182,REP,52,51.7110953545921,-7,-4.673253100303803 +4577,5915,760,2004,CO,Pres-G,2004_Pres-G_CO,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2004-10-20,2004-11-02,13,400,John Kerry,157,DEM,48,47.0378422542883,George W. Bush,182,REP,48,51.7110953545921,0,-4.673253100303803 +4568,5906,760,2004,CO,Pres-G,2004_Pres-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,602,John Kerry,157,DEM,49,47.0378422542883,George W. Bush,182,REP,45,51.7110953545921,4,-4.673253100303803 +4439,5763,760,2004,CO,Pres-G,2004_Pres-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,500,John Kerry,157,DEM,42,47.0378422542883,George W. Bush,182,REP,51,51.7110953545921,-9,-4.673253100303803 +25365,5776,760,2004,CO,Pres-G,2004_Pres-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,602,John Kerry,157,DEM,48,47.0378422542883,George W. Bush,182,REP,47,51.7110953545921,1,-4.673253100303803 +4368,5690,760,2004,CO,Pres-G,2004_Pres-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,43,47.0378422542883,George W. Bush,182,REP,50,51.7110953545921,-7,-4.673253100303803 +4356,5678,760,2004,CO,Pres-G,2004_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,626,John Kerry,157,DEM,46,47.0378422542883,George W. Bush,182,REP,52,51.7110953545921,-6,-4.673253100303803 +4316,5635,760,2004,CO,Pres-G,2004_Pres-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,600,John Kerry,157,DEM,47,47.0378422542883,George W. Bush,182,REP,49,51.7110953545921,-2,-4.673253100303803 +4298,5610,760,2004,CO,Pres-G,2004_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-31,2004-11-02,2,705,John Kerry,157,DEM,47,47.0378422542883,George W. Bush,182,REP,50,51.7110953545921,-3,-4.673253100303803 +4992,6406,761,2004,CT,Pres-G,2004_Pres-G_CT,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,600,John Kerry,157,DEM,54,54.3137089719902,George W. Bush,182,REP,39,43.94727791082799,15,10.36643106116221 +4840,6239,761,2004,CT,Pres-G,2004_Pres-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-27,2004-11-02,36,723,John Kerry,157,DEM,50,54.3137089719902,George W. Bush,182,REP,44,43.94727791082799,6,10.36643106116221 +74530,140279,762,2004,DC,Pres-G,2004_Pres-G_DC,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,78,89.18386895503238,George W. Bush,182,REP,11,9.339766066454,67,79.84410288857838 +4974,6385,763,2004,DE,Pres-G,2004_Pres-G_DE,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-14,2004-11-02,49,600,John Kerry,157,DEM,50,53.34683760228152,George W. Bush,182,REP,41,45.75281857192356,9,7.594019030357956 +4872,6271,763,2004,DE,Pres-G,2004_Pres-G_DE,West Chester University,377,FALSE,TRUE,Live Phone,NA,2004-09-24,2004-11-02,39,590,John Kerry,157,DEM,45,53.34683760228152,George W. Bush,182,REP,38,45.75281857192356,7,7.594019030357956 +4997,6412,764,2004,FL,Pres-G,2004_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,607,John Kerry,157,DEM,45,47.09111002771423,George W. Bush,182,REP,51,52.09751623233695,-6,-5.006406204622721 +75894,144733,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,1669,John Kerry,157,DEM,48.1,47.09111002771423,George W. Bush,182,REP,47.6,52.09751623233695,0.5,-5.006406204622721 +74510,140225,764,2004,FL,Pres-G,2004_Pres-G_FL,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-19,2004-11-02,44,600,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,45,52.09751623233695,1,-5.006406204622721 +4915,6318,764,2004,FL,Pres-G,2004_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-20,2004-11-02,43,819,John Kerry,157,DEM,41,47.09111002771423,George W. Bush,182,REP,49,52.09751623233695,-8,-5.006406204622721 +4912,6319,764,2004,FL,Pres-G,2004_Pres-G_FL,Gallup,112,TRUE,FALSE,NA,NA,2004-09-20,2004-11-02,43,674,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,49,52.09751623233695,-3,-5.006406204622721 +4864,6265,764,2004,FL,Pres-G,2004_Pres-G_FL,Gallup,112,TRUE,FALSE,NA,NA,2004-09-26,2004-11-02,37,704,John Kerry,157,DEM,43,47.09111002771423,George W. Bush,182,REP,52,52.09751623233695,-9,-5.006406204622721 +72930,145518,764,2004,FL,Pres-G,2004_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2004-10-01,2004-11-02,32,400,John Kerry,157,DEM,45,47.09111002771423,George W. Bush,182,REP,47,52.09751623233695,-2,-5.006406204622721 +4839,6228,764,2004,FL,Pres-G,2004_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-29,2004-11-02,34,781,John Kerry,157,DEM,47,47.09111002771423,George W. Bush,182,REP,51,52.09751623233695,-4,-5.006406204622721 +4819,6206,764,2004,FL,Pres-G,2004_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-02,2004-11-02,31,711,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,51,52.09751623233695,-5,-5.006406204622721 +4820,6207,764,2004,FL,Pres-G,2004_Pres-G_FL,EMC Research,130,FALSE,FALSE,NA,DEM,2004-10-03,2004-11-02,30,800,John Kerry,157,DEM,49,47.09111002771423,George W. Bush,182,REP,47,52.09751623233695,2,-5.006406204622721 +25182,144344,764,2004,FL,Pres-G,2004_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,625,John Kerry,157,DEM,44,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,-4,-5.006406204622721 +4796,6181,764,2004,FL,Pres-G,2004_Pres-G_FL,American Research Group,9,TRUE,FALSE,NA,NA,2004-10-04,2004-11-02,29,600,John Kerry,157,DEM,47,47.09111002771423,George W. Bush,182,REP,45,52.09751623233695,2,-5.006406204622721 +4807,6201,764,2004,FL,Pres-G,2004_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-10-03,2004-11-02,30,717,John Kerry,157,DEM,44,47.09111002771423,George W. Bush,182,REP,51,52.09751623233695,-7,-5.006406204622721 +75893,144732,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,1925,John Kerry,157,DEM,49.5,47.09111002771423,George W. Bush,182,REP,49.1,52.09751623233695,0.3999999999999986,-5.006406204622721 +4772,6157,764,2004,FL,Pres-G,2004_Pres-G_FL,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-10-07,2004-11-02,26,655,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,0,-5.006406204622721 +76392,145516,764,2004,FL,Pres-G,2004_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-10-11,2004-11-02,22,400,John Kerry,157,DEM,44,47.09111002771423,George W. Bush,182,REP,47,52.09751623233695,-3,-5.006406204622721 +4746,6122,764,2004,FL,Pres-G,2004_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-11,2004-11-02,22,684,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,49,52.09751623233695,-3,-5.006406204622721 +4714,6082,764,2004,FL,Pres-G,2004_Pres-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2004-10-12,2004-11-02,21,614,John Kerry,157,DEM,45,47.09111002771423,George W. Bush,182,REP,44,52.09751623233695,1,-5.006406204622721 +4681,6038,764,2004,FL,Pres-G,2004_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,625,John Kerry,157,DEM,45,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,-3,-5.006406204622721 +76391,145515,764,2004,FL,Pres-G,2004_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,400,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,44,52.09751623233695,4,-5.006406204622721 +4672,6029,764,2004,FL,Pres-G,2004_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,601,John Kerry,157,DEM,50,47.09111002771423,George W. Bush,182,REP,49,52.09751623233695,1,-5.006406204622721 +63837,117540,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-16,2004-11-02,17,2173,John Kerry,157,DEM,48.9,47.09111002771423,George W. Bush,182,REP,50.1,52.09751623233695,-1.2000000000000028,-5.006406204622721 +75892,144731,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-17,2004-11-02,16,2131,John Kerry,157,DEM,48.9,47.09111002771423,George W. Bush,182,REP,50.1,52.09751623233695,-1.2000000000000028,-5.006406204622721 +4652,6020,764,2004,FL,Pres-G,2004_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,808,John Kerry,157,DEM,47,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,-1,-5.006406204622721 +4584,5922,764,2004,FL,Pres-G,2004_Pres-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,800,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,46,52.09751623233695,0,-5.006406204622721 +73046,145513,764,2004,FL,Pres-G,2004_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,400,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,46,52.09751623233695,0,-5.006406204622721 +4571,5909,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,600,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,49,52.09751623233695,-3,-5.006406204622721 +4549,5887,764,2004,FL,Pres-G,2004_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-23,2004-11-02,10,749,John Kerry,157,DEM,50,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,2,-5.006406204622721 +4565,5908,764,2004,FL,Pres-G,2004_Pres-G_FL,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,768,John Kerry,157,DEM,43,47.09111002771423,George W. Bush,182,REP,51,52.09751623233695,-8,-5.006406204622721 +4502,5836,764,2004,FL,Pres-G,2004_Pres-G_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,600,John Kerry,157,DEM,49,47.09111002771423,George W. Bush,182,REP,46,52.09751623233695,3,-5.006406204622721 +4516,5878,764,2004,FL,Pres-G,2004_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,944,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,49,52.09751623233695,-3,-5.006406204622721 +4544,5881,764,2004,FL,Pres-G,2004_Pres-G_FL,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,510,John Kerry,157,DEM,43,47.09111002771423,George W. Bush,182,REP,51,52.09751623233695,-8,-5.006406204622721 +4575,5913,764,2004,FL,Pres-G,2004_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-23,2004-11-02,10,567,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,0,-5.006406204622721 +4375,5697,764,2004,FL,Pres-G,2004_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-27,2004-11-02,6,500,John Kerry,157,DEM,45,47.09111002771423,George W. Bush,182,REP,50,52.09751623233695,-5,-5.006406204622721 +4479,5810,764,2004,FL,Pres-G,2004_Pres-G_FL,EMC Research,130,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,John Kerry,157,DEM,46,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,-2,-5.006406204622721 +4510,5845,764,2004,FL,Pres-G,2004_Pres-G_FL,The Florida Poll,99,FALSE,TRUE,Live Phone,NA,2004-10-25,2004-11-02,8,802,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,47,52.09751623233695,1,-5.006406204622721 +4452,5777,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,601,John Kerry,157,DEM,47,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,-1,-5.006406204622721 +4410,5734,764,2004,FL,Pres-G,2004_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,800,John Kerry,157,DEM,45,47.09111002771423,George W. Bush,182,REP,49,52.09751623233695,-4,-5.006406204622721 +58435,5655,764,2004,FL,Pres-G,2004_Pres-G_FL,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1138,John Kerry,157,DEM,49,47.09111002771423,George W. Bush,182,REP,46,52.09751623233695,3,-5.006406204622721 +25109,116967,764,2004,FL,Pres-G,2004_Pres-G_FL,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,700,John Kerry,157,DEM,49,47.09111002771423,George W. Bush,182,REP,44,52.09751623233695,5,-5.006406204622721 +4318,5637,764,2004,FL,Pres-G,2004_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,400,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,0,-5.006406204622721 +4323,5644,764,2004,FL,Pres-G,2004_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,742,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,49,52.09751623233695,-1,-5.006406204622721 +4335,5657,764,2004,FL,Pres-G,2004_Pres-G_FL,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1521,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,47,52.09751623233695,1,-5.006406204622721 +4374,5696,764,2004,FL,Pres-G,2004_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1098,John Kerry,157,DEM,43,47.09111002771423,George W. Bush,182,REP,51,52.09751623233695,-8,-5.006406204622721 +4466,5795,764,2004,FL,Pres-G,2004_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-28,2004-11-02,5,600,John Kerry,157,DEM,47,47.09111002771423,George W. Bush,182,REP,50,52.09751623233695,-3,-5.006406204622721 +75891,144729,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,600,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,0,-5.006406204622721 +4299,5615,764,2004,FL,Pres-G,2004_Pres-G_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,600,John Kerry,157,DEM,50,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,2,-5.006406204622721 +63838,117541,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,601,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,48,52.09751623233695,0,-5.006406204622721 +63580,117021,764,2004,FL,Pres-G,2004_Pres-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,1433,John Kerry,157,DEM,51,47.09111002771423,George W. Bush,182,REP,47,52.09751623233695,4,-5.006406204622721 +75903,144742,764,2004,FL,Pres-G,2004_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,599,John Kerry,157,DEM,48,47.09111002771423,George W. Bush,182,REP,47,52.09751623233695,1,-5.006406204622721 +5009,6426,765,2004,GA,Pres-G,2004_Pres-G_GA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,42,41.37494605337877,George W. Bush,182,REP,53,57.974756766988456,-11,-16.599810713609685 +4983,6396,765,2004,GA,Pres-G,2004_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-14,2004-11-02,49,658,John Kerry,157,DEM,38,41.37494605337877,George W. Bush,182,REP,58,57.974756766988456,-20,-16.599810713609685 +76397,145523,765,2004,GA,Pres-G,2004_Pres-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-15,2004-11-02,48,400,John Kerry,157,DEM,42,41.37494605337877,George W. Bush,182,REP,53,57.974756766988456,-11,-16.599810713609685 +4760,6136,765,2004,GA,Pres-G,2004_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-06,2004-11-02,27,594,John Kerry,157,DEM,39,41.37494605337877,George W. Bush,182,REP,58,57.974756766988456,-19,-16.599810713609685 +4752,6128,765,2004,GA,Pres-G,2004_Pres-G_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-07,2004-11-02,26,501,John Kerry,157,DEM,39,41.37494605337877,George W. Bush,182,REP,54,57.974756766988456,-15,-16.599810713609685 +4699,6064,765,2004,GA,Pres-G,2004_Pres-G_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,503,John Kerry,157,DEM,41,41.37494605337877,George W. Bush,182,REP,51,57.974756766988456,-10,-16.599810713609685 +25292,117298,765,2004,GA,Pres-G,2004_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-19,2004-11-02,14,609,John Kerry,157,DEM,40,41.37494605337877,George W. Bush,182,REP,57,57.974756766988456,-17,-16.599810713609685 +4371,5693,765,2004,GA,Pres-G,2004_Pres-G_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,501,John Kerry,157,DEM,42,41.37494605337877,George W. Bush,182,REP,52,57.974756766988456,-10,-16.599810713609685 +4357,5679,765,2004,GA,Pres-G,2004_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,628,John Kerry,157,DEM,43,41.37494605337877,George W. Bush,182,REP,55,57.974756766988456,-12,-16.599810713609685 +5049,6472,766,2004,HI,Pres-G,2004_Pres-G_HI,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-09,2004-11-02,54,600,John Kerry,157,DEM,51,54.00955215809311,George W. Bush,182,REP,41,45.26459571155186,10,8.744956446541245 +4695,6060,766,2004,HI,Pres-G,2004_Pres-G_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,600,John Kerry,157,DEM,43,54.00955215809311,George W. Bush,182,REP,43,45.26459571155186,0,8.744956446541245 +4616,5959,766,2004,HI,Pres-G,2004_Pres-G_HI,SMS Research & Marketing Services,296,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,612,John Kerry,157,DEM,45,54.00955215809311,George W. Bush,182,REP,46,45.26459571155186,-1,8.744956446541245 +74528,140277,767,2004,IA,Pres-G,2004_Pres-G_IA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,600,John Kerry,157,DEM,46,49.23313168421695,George W. Bush,182,REP,48,49.90065750530225,-2,-0.6675258210852988 +4958,6369,767,2004,IA,Pres-G,2004_Pres-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,626,John Kerry,157,DEM,42,49.23313168421695,George W. Bush,182,REP,48,49.90065750530225,-6,-0.6675258210852988 +75926,144801,767,2004,IA,Pres-G,2004_Pres-G_IA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,566,John Kerry,157,DEM,50.3,49.23313168421695,George W. Bush,182,REP,47.3,49.90065750530225,3,-0.6675258210852988 +4934,6345,767,2004,IA,Pres-G,2004_Pres-G_IA,Gallup,112,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,631,John Kerry,157,DEM,44,49.23313168421695,George W. Bush,182,REP,50,49.90065750530225,-6,-0.6675258210852988 +4883,6284,767,2004,IA,Pres-G,2004_Pres-G_IA,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,700,John Kerry,157,DEM,45,49.23313168421695,George W. Bush,182,REP,48,49.90065750530225,-3,-0.6675258210852988 +4898,6301,767,2004,IA,Pres-G,2004_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,784,John Kerry,157,DEM,46,49.23313168421695,George W. Bush,182,REP,50,49.90065750530225,-4,-0.6675258210852988 +5018,6436,767,2004,IA,Pres-G,2004_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-16,2004-11-02,47,400,John Kerry,157,DEM,45,49.23313168421695,George W. Bush,182,REP,48,49.90065750530225,-3,-0.6675258210852988 +4835,6226,767,2004,IA,Pres-G,2004_Pres-G_IA,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2004-09-30,2004-11-02,33,599,John Kerry,157,DEM,47,49.23313168421695,George W. Bush,182,REP,46,49.90065750530225,1,-0.6675258210852988 +4778,6158,767,2004,IA,Pres-G,2004_Pres-G_IA,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2004-10-03,2004-11-02,30,717,John Kerry,157,DEM,43,49.23313168421695,George W. Bush,182,REP,46,49.90065750530225,-3,-0.6675258210852988 +75925,144800,767,2004,IA,Pres-G,2004_Pres-G_IA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,586,John Kerry,157,DEM,51.1,49.23313168421695,George W. Bush,182,REP,44.5,49.90065750530225,6.600000000000001,-0.6675258210852988 +4770,6149,767,2004,IA,Pres-G,2004_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,669,John Kerry,157,DEM,48,49.23313168421695,George W. Bush,182,REP,47,49.90065750530225,1,-0.6675258210852988 +4836,6224,767,2004,IA,Pres-G,2004_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-03,2004-11-02,30,400,John Kerry,157,DEM,50,49.23313168421695,George W. Bush,182,REP,46,49.90065750530225,4,-0.6675258210852988 +4741,6117,767,2004,IA,Pres-G,2004_Pres-G_IA,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2004-10-10,2004-11-02,23,500,John Kerry,157,DEM,45,49.23313168421695,George W. Bush,182,REP,47,49.90065750530225,-2,-0.6675258210852988 +4716,6087,767,2004,IA,Pres-G,2004_Pres-G_IA,American Research Group,9,TRUE,FALSE,NA,NA,2004-10-11,2004-11-02,22,600,John Kerry,157,DEM,47,49.23313168421695,George W. Bush,182,REP,47,49.90065750530225,0,-0.6675258210852988 +4658,6014,767,2004,IA,Pres-G,2004_Pres-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,43,49.23313168421695,George W. Bush,182,REP,49,49.90065750530225,-6,-0.6675258210852988 +75924,144799,767,2004,IA,Pres-G,2004_Pres-G_IA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,571,John Kerry,157,DEM,51.1,49.23313168421695,George W. Bush,182,REP,47.9,49.90065750530225,3.200000000000003,-0.6675258210852988 +4677,6034,767,2004,IA,Pres-G,2004_Pres-G_IA,Central Surveys Inc.,46,FALSE,TRUE,Live Phone,NA,2004-10-16,2004-11-02,17,502,John Kerry,157,DEM,46,49.23313168421695,George W. Bush,182,REP,45,49.90065750530225,1,-0.6675258210852988 +4612,5955,767,2004,IA,Pres-G,2004_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-19,2004-11-02,14,690,John Kerry,157,DEM,45,49.23313168421695,George W. Bush,182,REP,51,49.90065750530225,-6,-0.6675258210852988 +4728,6100,767,2004,IA,Pres-G,2004_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-15,2004-11-02,18,400,John Kerry,157,DEM,46,49.23313168421695,George W. Bush,182,REP,48,49.90065750530225,-2,-0.6675258210852988 +4558,5896,767,2004,IA,Pres-G,2004_Pres-G_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,600,John Kerry,157,DEM,45,49.23313168421695,George W. Bush,182,REP,47,49.90065750530225,-2,-0.6675258210852988 +4540,5883,767,2004,IA,Pres-G,2004_Pres-G_IA,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,649,John Kerry,157,DEM,46,49.23313168421695,George W. Bush,182,REP,50,49.90065750530225,-4,-0.6675258210852988 +4445,5780,767,2004,IA,Pres-G,2004_Pres-G_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,John Kerry,157,DEM,47,49.23313168421695,George W. Bush,182,REP,48,49.90065750530225,-1,-0.6675258210852988 +4432,5756,767,2004,IA,Pres-G,2004_Pres-G_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,600,John Kerry,157,DEM,45,49.23313168421695,George W. Bush,182,REP,44,49.90065750530225,1,-0.6675258210852988 +4411,5735,767,2004,IA,Pres-G,2004_Pres-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,44,49.23313168421695,George W. Bush,182,REP,49,49.90065750530225,-5,-0.6675258210852988 +4442,5766,767,2004,IA,Pres-G,2004_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,806,John Kerry,157,DEM,48,49.23313168421695,George W. Bush,182,REP,45,49.90065750530225,3,-0.6675258210852988 +4358,5680,767,2004,IA,Pres-G,2004_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,661,John Kerry,157,DEM,49,49.23313168421695,George W. Bush,182,REP,49,49.90065750530225,0,-0.6675258210852988 +4372,5707,767,2004,IA,Pres-G,2004_Pres-G_IA,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1119,John Kerry,157,DEM,46,49.23313168421695,George W. Bush,182,REP,48,49.90065750530225,-2,-0.6675258210852988 +25110,116968,767,2004,IA,Pres-G,2004_Pres-G_IA,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,700,John Kerry,157,DEM,44,49.23313168421695,George W. Bush,182,REP,48,49.90065750530225,-4,-0.6675258210852988 +75923,144798,767,2004,IA,Pres-G,2004_Pres-G_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,602,John Kerry,157,DEM,50,49.23313168421695,George W. Bush,182,REP,44,49.90065750530225,6,-0.6675258210852988 +4308,5626,767,2004,IA,Pres-G,2004_Pres-G_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,601,John Kerry,157,DEM,50,49.23313168421695,George W. Bush,182,REP,45,49.90065750530225,5,-0.6675258210852988 +4324,5645,767,2004,IA,Pres-G,2004_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-31,2004-11-02,2,519,John Kerry,157,DEM,50,49.23313168421695,George W. Bush,182,REP,47,49.90065750530225,3,-0.6675258210852988 +5039,6462,768,2004,ID,Pres-G,2004_Pres-G_ID,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-09,2004-11-02,54,600,John Kerry,157,DEM,30,30.26132639983156,George W. Bush,182,REP,59,68.38283089396387,-29,-38.12150449413231 +4994,6408,769,2004,IL,Pres-G,2004_Pres-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,618,John Kerry,157,DEM,49,54.82316020902781,George W. Bush,182,REP,45,44.47862682634849,4,10.344533382679323 +4971,6382,769,2004,IL,Pres-G,2004_Pres-G_IL,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,600,John Kerry,157,DEM,49,54.82316020902781,George W. Bush,182,REP,43,44.47862682634849,6,10.344533382679323 +4918,6321,769,2004,IL,Pres-G,2004_Pres-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2004-09-19,2004-11-02,44,700,John Kerry,157,DEM,49,54.82316020902781,George W. Bush,182,REP,40,44.47862682634849,9,10.344533382679323 +4765,6141,769,2004,IL,Pres-G,2004_Pres-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-04,2004-11-02,29,500,John Kerry,157,DEM,52,54.82316020902781,George W. Bush,182,REP,41,44.47862682634849,11,10.344533382679323 +4768,6145,769,2004,IL,Pres-G,2004_Pres-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,644,John Kerry,157,DEM,55,54.82316020902781,George W. Bush,182,REP,39,44.47862682634849,16,10.344533382679323 +4638,5987,769,2004,IL,Pres-G,2004_Pres-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2004-10-18,2004-11-02,15,700,John Kerry,157,DEM,50,54.82316020902781,George W. Bush,182,REP,42,44.47862682634849,8,10.344533382679323 +4663,6019,769,2004,IL,Pres-G,2004_Pres-G_IL,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2004-10-17,2004-11-02,16,828,John Kerry,157,DEM,52,54.82316020902781,George W. Bush,182,REP,42,44.47862682634849,10,10.344533382679323 +4385,5709,769,2004,IL,Pres-G,2004_Pres-G_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,665,John Kerry,157,DEM,54,54.82316020902781,George W. Bush,182,REP,42,44.47862682634849,12,10.344533382679323 +4354,5676,769,2004,IL,Pres-G,2004_Pres-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1200,John Kerry,157,DEM,53,54.82316020902781,George W. Bush,182,REP,43,44.47862682634849,10,10.344533382679323 +5056,6480,770,2004,IN,Pres-G,2004_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,692,John Kerry,157,DEM,36,39.26297466533658,George W. Bush,182,REP,60,59.944765036657174,-24,-20.681790371320595 +74533,140282,770,2004,IN,Pres-G,2004_Pres-G_IN,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,600,John Kerry,157,DEM,39,39.26297466533658,George W. Bush,182,REP,54,59.944765036657174,-15,-20.681790371320595 +4828,6215,770,2004,IN,Pres-G,2004_Pres-G_IN,Selzer & Co.,304,TRUE,FALSE,NA,NA,2004-10-01,2004-11-02,32,957,John Kerry,157,DEM,33,39.26297466533658,George W. Bush,182,REP,61,59.944765036657174,-28,-20.681790371320595 +4789,6171,770,2004,IN,Pres-G,2004_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,589,John Kerry,157,DEM,39,39.26297466533658,George W. Bush,182,REP,58,59.944765036657174,-19,-20.681790371320595 +4628,5975,770,2004,IN,Pres-G,2004_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,602,John Kerry,157,DEM,37,39.26297466533658,George W. Bush,182,REP,59,59.944765036657174,-22,-20.681790371320595 +4392,5716,770,2004,IN,Pres-G,2004_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,589,John Kerry,157,DEM,39,39.26297466533658,George W. Bush,182,REP,58,59.944765036657174,-19,-20.681790371320595 +4422,5746,770,2004,IN,Pres-G,2004_Pres-G_IN,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,1002,John Kerry,157,DEM,37,39.26297466533658,George W. Bush,182,REP,57,59.944765036657174,-20,-20.681790371320595 +5053,6477,771,2004,KS,Pres-G,2004_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,604,John Kerry,157,DEM,35,36.62309430556444,George W. Bush,182,REP,60,62.003980615547306,-25,-25.380886309982863 +4945,6355,771,2004,KS,Pres-G,2004_Pres-G_KS,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-17,2004-11-02,46,600,John Kerry,157,DEM,35,36.62309430556444,George W. Bush,182,REP,57,62.003980615547306,-22,-25.380886309982863 +4732,6105,771,2004,KS,Pres-G,2004_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-10,2004-11-02,23,595,John Kerry,157,DEM,38,36.62309430556444,George W. Bush,182,REP,57,62.003980615547306,-19,-25.380886309982863 +4519,5854,771,2004,KS,Pres-G,2004_Pres-G_KS,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,573,John Kerry,157,DEM,30,36.62309430556444,George W. Bush,182,REP,59,62.003980615547306,-29,-25.380886309982863 +4469,5799,771,2004,KS,Pres-G,2004_Pres-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-26,2004-11-02,7,651,John Kerry,157,DEM,37,36.62309430556444,George W. Bush,182,REP,60,62.003980615547306,-23,-25.380886309982863 +5054,6478,772,2004,KY,Pres-G,2004_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,665,John Kerry,157,DEM,39,39.68707298140969,George W. Bush,182,REP,56,59.54951383220055,-17,-19.86244085079086 +5043,6466,772,2004,KY,Pres-G,2004_Pres-G_KY,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-10,2004-11-02,53,600,John Kerry,157,DEM,39,39.68707298140969,George W. Bush,182,REP,57,59.54951383220055,-18,-19.86244085079086 +5024,6442,772,2004,KY,Pres-G,2004_Pres-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,NA,NA,2004-09-12,2004-11-02,51,657,John Kerry,157,DEM,38,39.68707298140969,George W. Bush,182,REP,53,59.54951383220055,-15,-19.86244085079086 +4771,6150,772,2004,KY,Pres-G,2004_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,622,John Kerry,157,DEM,38,39.68707298140969,George W. Bush,182,REP,57,59.54951383220055,-19,-19.86244085079086 +4629,5976,772,2004,KY,Pres-G,2004_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,629,John Kerry,157,DEM,37,39.68707298140969,George W. Bush,182,REP,59,59.54951383220055,-22,-19.86244085079086 +4604,5944,772,2004,KY,Pres-G,2004_Pres-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,690,John Kerry,157,DEM,39,39.68707298140969,George W. Bush,182,REP,56,59.54951383220055,-17,-19.86244085079086 +4351,5673,772,2004,KY,Pres-G,2004_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,636,John Kerry,157,DEM,38,39.68707298140969,George W. Bush,182,REP,59,59.54951383220055,-21,-19.86244085079086 +4920,6323,773,2004,LA,Pres-G,2004_Pres-G_LA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-19,2004-11-02,44,600,John Kerry,157,DEM,42,42.21586470321228,George W. Bush,182,REP,50,56.72202134108999,-8,-14.506156637877709 +4762,6138,773,2004,LA,Pres-G,2004_Pres-G_LA,Market Research Insight,185,FALSE,FALSE,NA,NA,2004-10-06,2004-11-02,27,600,John Kerry,157,DEM,36,42.21586470321228,George W. Bush,182,REP,51,56.72202134108999,-15,-14.506156637877709 +4700,6065,773,2004,LA,Pres-G,2004_Pres-G_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2004-10-12,2004-11-02,21,600,John Kerry,157,DEM,32,42.21586470321228,George W. Bush,182,REP,50,56.72202134108999,-18,-14.506156637877709 +25092,6006,773,2004,LA,Pres-G,2004_Pres-G_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2004-10-14,2004-11-02,19,600,John Kerry,157,DEM,37,42.21586470321228,George W. Bush,182,REP,46,56.72202134108999,-9,-14.506156637877709 +4614,5957,773,2004,LA,Pres-G,2004_Pres-G_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,600,John Kerry,157,DEM,37,42.21586470321228,George W. Bush,182,REP,52,56.72202134108999,-15,-14.506156637877709 +4697,6062,773,2004,LA,Pres-G,2004_Pres-G_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,700,John Kerry,157,DEM,40,42.21586470321228,George W. Bush,182,REP,48,56.72202134108999,-8,-14.506156637877709 +4615,5958,773,2004,LA,Pres-G,2004_Pres-G_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,637,John Kerry,157,DEM,32,42.21586470321228,George W. Bush,182,REP,58,56.72202134108999,-26,-14.506156637877709 +5016,6433,774,2004,MA,Pres-G,2004_Pres-G_MA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,64,61.6166602048537,George W. Bush,182,REP,27,36.58840187124994,37,25.02825833360376 +5058,6482,775,2004,MD,Pres-G,2004_Pres-G_MD,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-08,2004-11-02,55,600,John Kerry,157,DEM,52,55.91424565860999,George W. Bush,182,REP,43,42.93427936236057,9,12.979966296249422 +4927,6334,775,2004,MD,Pres-G,2004_Pres-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-18,2004-11-02,45,598,John Kerry,157,DEM,48,55.91424565860999,George W. Bush,182,REP,48,42.93427936236057,0,12.979966296249422 +4961,6372,775,2004,MD,Pres-G,2004_Pres-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-20,2004-11-02,43,400,John Kerry,157,DEM,48,55.91424565860999,George W. Bush,182,REP,45,42.93427936236057,3,12.979966296249422 +4813,6199,775,2004,MD,Pres-G,2004_Pres-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,809,John Kerry,157,DEM,52,55.91424565860999,George W. Bush,182,REP,42,42.93427936236057,10,12.979966296249422 +4761,6137,775,2004,MD,Pres-G,2004_Pres-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-06,2004-11-02,27,583,John Kerry,157,DEM,56,55.91424565860999,George W. Bush,182,REP,41,42.93427936236057,15,12.979966296249422 +4455,5793,775,2004,MD,Pres-G,2004_Pres-G_MD,Ipsos,154,TRUE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,455,John Kerry,157,DEM,59,55.91424565860999,George W. Bush,182,REP,38,42.93427936236057,21,12.979966296249422 +4478,5809,775,2004,MD,Pres-G,2004_Pres-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,625,John Kerry,157,DEM,52,55.91424565860999,George W. Bush,182,REP,41,42.93427936236057,11,12.979966296249422 +4393,5717,775,2004,MD,Pres-G,2004_Pres-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,607,John Kerry,157,DEM,54,55.91424565860999,George W. Bush,182,REP,43,42.93427936236057,11,12.979966296249422 +5028,6447,776,2004,ME,Pres-G,2004_Pres-G_ME,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-09-09,2004-11-02,54,400,John Kerry,157,DEM,43,53.57285569259347,George W. Bush,182,REP,43,44.57645743784695,0,8.996398254746524 +5042,6465,776,2004,ME,Pres-G,2004_Pres-G_ME,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-09,2004-11-02,54,600,John Kerry,157,DEM,48,53.57285569259347,George W. Bush,182,REP,44,44.57645743784695,4,8.996398254746524 +4892,6295,776,2004,ME,Pres-G,2004_Pres-G_ME,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,636,John Kerry,157,DEM,46,53.57285569259347,George W. Bush,182,REP,47,44.57645743784695,-1,8.996398254746524 +5014,6431,776,2004,ME,Pres-G,2004_Pres-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2004-09-16,2004-11-02,47,600,John Kerry,157,DEM,45,53.57285569259347,George W. Bush,182,REP,42,44.57645743784695,3,8.996398254746524 +4867,6266,776,2004,ME,Pres-G,2004_Pres-G_ME,Myers Research & Strategic Services,319,FALSE,TRUE,NA,NA,2004-09-25,2004-11-02,38,400,John Kerry,157,DEM,42,53.57285569259347,George W. Bush,182,REP,39,44.57645743784695,3,8.996398254746524 +4786,6168,776,2004,ME,Pres-G,2004_Pres-G_ME,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,653,John Kerry,157,DEM,49,53.57285569259347,George W. Bush,182,REP,47,44.57645743784695,2,8.996398254746524 +4630,5977,776,2004,ME,Pres-G,2004_Pres-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,660,John Kerry,157,DEM,51,53.57285569259347,George W. Bush,182,REP,45,44.57645743784695,6,8.996398254746524 +4574,5912,776,2004,ME,Pres-G,2004_Pres-G_ME,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,402,John Kerry,157,DEM,50,53.57285569259347,George W. Bush,182,REP,39,44.57645743784695,11,8.996398254746524 +4347,5669,776,2004,ME,Pres-G,2004_Pres-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,1008,John Kerry,157,DEM,52,53.57285569259347,George W. Bush,182,REP,44,44.57645743784695,8,8.996398254746524 +5023,6446,777,2004,MI,Pres-G,2004_Pres-G_MI,Gallup,112,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,631,John Kerry,157,DEM,50,51.23070672905647,George W. Bush,182,REP,44,47.812058557810175,6,3.4186481712462964 +4954,6364,777,2004,MI,Pres-G,2004_Pres-G_MI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,625,John Kerry,157,DEM,47,51.23070672905647,George W. Bush,182,REP,41,47.812058557810175,6,3.4186481712462964 +76569,146003,777,2004,MI,Pres-G,2004_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-17,2004-11-02,46,400,John Kerry,157,DEM,48,51.23070672905647,George W. Bush,182,REP,46,47.812058557810175,2,3.4186481712462964 +75952,144851,777,2004,MI,Pres-G,2004_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,1139,John Kerry,157,DEM,51.9,51.23070672905647,George W. Bush,182,REP,45.9,47.812058557810175,6,3.4186481712462964 +4946,6356,777,2004,MI,Pres-G,2004_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2004-09-17,2004-11-02,46,610,John Kerry,157,DEM,48,51.23070672905647,George W. Bush,182,REP,44,47.812058557810175,4,3.4186481712462964 +74531,140280,777,2004,MI,Pres-G,2004_Pres-G_MI,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-19,2004-11-02,44,600,John Kerry,157,DEM,48,51.23070672905647,George W. Bush,182,REP,40,47.812058557810175,8,3.4186481712462964 +4880,6280,777,2004,MI,Pres-G,2004_Pres-G_MI,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,800,John Kerry,157,DEM,46,51.23070672905647,George W. Bush,182,REP,44,47.812058557810175,2,3.4186481712462964 +75462,143952,777,2004,MI,Pres-G,2004_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,615,John Kerry,157,DEM,52,51.23070672905647,George W. Bush,182,REP,42,47.812058557810175,10,3.4186481712462964 +4888,6290,777,2004,MI,Pres-G,2004_Pres-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2004-09-22,2004-11-02,41,600,John Kerry,157,DEM,45,51.23070672905647,George W. Bush,182,REP,43,47.812058557810175,2,3.4186481712462964 +4874,6279,777,2004,MI,Pres-G,2004_Pres-G_MI,Detroit Free Press,663,FALSE,TRUE,NA,NA,2004-09-25,2004-11-02,38,600,John Kerry,157,DEM,48,51.23070672905647,George W. Bush,182,REP,50,47.812058557810175,-2,3.4186481712462964 +76568,146002,777,2004,MI,Pres-G,2004_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-26,2004-11-02,37,400,John Kerry,157,DEM,46,51.23070672905647,George W. Bush,182,REP,46,47.812058557810175,0,3.4186481712462964 +75461,143951,777,2004,MI,Pres-G,2004_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,659,John Kerry,157,DEM,52,51.23070672905647,George W. Bush,182,REP,42,47.812058557810175,10,3.4186481712462964 +75951,144850,777,2004,MI,Pres-G,2004_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-03,2004-11-02,30,1207,John Kerry,157,DEM,54.1,51.23070672905647,George W. Bush,182,REP,44.4,47.812058557810175,9.700000000000003,3.4186481712462964 +4753,6129,777,2004,MI,Pres-G,2004_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-09,2004-11-02,24,400,John Kerry,157,DEM,49,51.23070672905647,George W. Bush,182,REP,46,47.812058557810175,3,3.4186481712462964 +4659,6015,777,2004,MI,Pres-G,2004_Pres-G_MI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,47,51.23070672905647,George W. Bush,182,REP,46,47.812058557810175,1,3.4186481712462964 +63842,117545,777,2004,MI,Pres-G,2004_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,1228,John Kerry,157,DEM,52.6,51.23070672905647,George W. Bush,182,REP,45.9,47.812058557810175,6.700000000000003,3.4186481712462964 +4591,5929,777,2004,MI,Pres-G,2004_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,400,John Kerry,157,DEM,43,51.23070672905647,George W. Bush,182,REP,47,47.812058557810175,-4,3.4186481712462964 +4603,5943,777,2004,MI,Pres-G,2004_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-19,2004-11-02,14,668,John Kerry,157,DEM,51,51.23070672905647,George W. Bush,182,REP,44,47.812058557810175,7,3.4186481712462964 +4595,5933,777,2004,MI,Pres-G,2004_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,610,John Kerry,157,DEM,49,51.23070672905647,George W. Bush,182,REP,43,47.812058557810175,6,3.4186481712462964 +4569,5907,777,2004,MI,Pres-G,2004_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,601,John Kerry,157,DEM,52,51.23070672905647,George W. Bush,182,REP,42,47.812058557810175,10,3.4186481712462964 +4573,5911,777,2004,MI,Pres-G,2004_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2004-10-22,2004-11-02,11,600,John Kerry,157,DEM,45,51.23070672905647,George W. Bush,182,REP,44,47.812058557810175,1,3.4186481712462964 +4578,5916,777,2004,MI,Pres-G,2004_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-23,2004-11-02,10,561,John Kerry,157,DEM,51,51.23070672905647,George W. Bush,182,REP,46,47.812058557810175,5,3.4186481712462964 +4396,5720,777,2004,MI,Pres-G,2004_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,600,John Kerry,157,DEM,43,51.23070672905647,George W. Bush,182,REP,41,47.812058557810175,2,3.4186481712462964 +4437,5761,777,2004,MI,Pres-G,2004_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,601,John Kerry,157,DEM,45,51.23070672905647,George W. Bush,182,REP,47,47.812058557810175,-2,3.4186481712462964 +4405,5729,777,2004,MI,Pres-G,2004_Pres-G_MI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,626,John Kerry,157,DEM,47,51.23070672905647,George W. Bush,182,REP,45,47.812058557810175,2,3.4186481712462964 +4352,5674,777,2004,MI,Pres-G,2004_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,671,John Kerry,157,DEM,50,51.23070672905647,George W. Bush,182,REP,47,47.812058557810175,3,3.4186481712462964 +4457,5784,777,2004,MI,Pres-G,2004_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-28,2004-11-02,5,600,John Kerry,157,DEM,50,51.23070672905647,George W. Bush,182,REP,46,47.812058557810175,4,3.4186481712462964 +75950,144849,777,2004,MI,Pres-G,2004_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,601,John Kerry,157,DEM,52,51.23070672905647,George W. Bush,182,REP,44,47.812058557810175,8,3.4186481712462964 +4329,5651,777,2004,MI,Pres-G,2004_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,601,John Kerry,157,DEM,52,51.23070672905647,George W. Bush,182,REP,46,47.812058557810175,6,3.4186481712462964 +5021,6439,778,2004,MN,Pres-G,2004_Pres-G_MN,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-11,2004-11-02,52,600,John Kerry,157,DEM,47,51.08968468600654,George W. Bush,182,REP,45,47.613533791521455,2,3.4761508944850874 +5047,6470,778,2004,MN,Pres-G,2004_Pres-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2004-09-10,2004-11-02,53,1035,John Kerry,157,DEM,50,51.08968468600654,George W. Bush,182,REP,41,47.613533791521455,9,3.4761508944850874 +5000,6415,778,2004,MN,Pres-G,2004_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,625,John Kerry,157,DEM,44,51.08968468600654,George W. Bush,182,REP,46,47.613533791521455,-2,3.4761508944850874 +5007,6427,778,2004,MN,Pres-G,2004_Pres-G_MN,Gallup,112,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,675,John Kerry,157,DEM,45,51.08968468600654,George W. Bush,182,REP,45,47.613533791521455,0,3.4761508944850874 +75963,144862,778,2004,MN,Pres-G,2004_Pres-G_MN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,707,John Kerry,157,DEM,51.7,51.08968468600654,George W. Bush,182,REP,42,47.613533791521455,9.700000000000003,3.4761508944850874 +4909,6312,778,2004,MN,Pres-G,2004_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-21,2004-11-02,42,500,John Kerry,157,DEM,48,51.08968468600654,George W. Bush,182,REP,50,47.613533791521455,-2,3.4761508944850874 +4795,6180,778,2004,MN,Pres-G,2004_Pres-G_MN,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2004-10-03,2004-11-02,30,800,John Kerry,157,DEM,50,51.08968468600654,George W. Bush,182,REP,43,47.613533791521455,7,3.4761508944850874 +75962,144861,778,2004,MN,Pres-G,2004_Pres-G_MN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,707,John Kerry,157,DEM,52.4,51.08968468600654,George W. Bush,182,REP,44.1,47.613533791521455,8.299999999999997,3.4761508944850874 +4727,6099,778,2004,MN,Pres-G,2004_Pres-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2004-10-10,2004-11-02,23,809,John Kerry,157,DEM,48,51.08968468600654,George W. Bush,182,REP,43,47.613533791521455,5,3.4761508944850874 +4738,6114,778,2004,MN,Pres-G,2004_Pres-G_MN,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2004-10-10,2004-11-02,23,500,John Kerry,157,DEM,45,51.08968468600654,George W. Bush,182,REP,43,47.613533791521455,2,3.4761508944850874 +76844,146471,778,2004,MN,Pres-G,2004_Pres-G_MN,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2004-10-10,2004-11-02,23,500,John Kerry,157,DEM,45,51.08968468600654,George W. Bush,182,REP,43,47.613533791521455,2,3.4761508944850874 +4742,6118,778,2004,MN,Pres-G,2004_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-11,2004-11-02,22,500,John Kerry,157,DEM,48,51.08968468600654,George W. Bush,182,REP,45,47.613533791521455,3,3.4761508944850874 +76843,146470,778,2004,MN,Pres-G,2004_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-14,2004-11-02,19,772,John Kerry,157,DEM,48,51.08968468600654,George W. Bush,182,REP,49,47.613533791521455,-1,3.4761508944850874 +4656,6011,778,2004,MN,Pres-G,2004_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,45,51.08968468600654,George W. Bush,182,REP,47,47.613533791521455,-2,3.4761508944850874 +63844,117547,778,2004,MN,Pres-G,2004_Pres-G_MN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,784,John Kerry,157,DEM,54.2,51.08968468600654,George W. Bush,182,REP,43.1,47.613533791521455,11.100000000000001,3.4761508944850874 +4557,5895,778,2004,MN,Pres-G,2004_Pres-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,600,John Kerry,157,DEM,46,51.08968468600654,George W. Bush,182,REP,45,47.613533791521455,1,3.4761508944850874 +63585,117027,778,2004,MN,Pres-G,2004_Pres-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,690,John Kerry,157,DEM,44,51.08968468600654,George W. Bush,182,REP,47,47.613533791521455,-3,3.4761508944850874 +4619,5963,778,2004,MN,Pres-G,2004_Pres-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2004-10-21,2004-11-02,12,508,John Kerry,157,DEM,49,51.08968468600654,George W. Bush,182,REP,42,47.613533791521455,7,3.4761508944850874 +4433,5757,778,2004,MN,Pres-G,2004_Pres-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,603,John Kerry,157,DEM,45,51.08968468600654,George W. Bush,182,REP,46,47.613533791521455,-1,3.4761508944850874 +4373,5695,778,2004,MN,Pres-G,2004_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,47,51.08968468600654,George W. Bush,182,REP,48,47.613533791521455,-1,3.4761508944850874 +63658,117156,778,2004,MN,Pres-G,2004_Pres-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-28,2004-11-02,5,600,John Kerry,157,DEM,48,51.08968468600654,George W. Bush,182,REP,47,47.613533791521455,1,3.4761508944850874 +4400,5724,778,2004,MN,Pres-G,2004_Pres-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2004-10-28,2004-11-02,5,996,John Kerry,157,DEM,49,51.08968468600654,George W. Bush,182,REP,41,47.613533791521455,8,3.4761508944850874 +4343,5671,778,2004,MN,Pres-G,2004_Pres-G_MN,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1078,John Kerry,157,DEM,52,51.08968468600654,George W. Bush,182,REP,44,47.613533791521455,8,3.4761508944850874 +75961,144860,778,2004,MN,Pres-G,2004_Pres-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,707,John Kerry,157,DEM,49,51.08968468600654,George W. Bush,182,REP,47,47.613533791521455,2,3.4761508944850874 +4317,5636,778,2004,MN,Pres-G,2004_Pres-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,601,John Kerry,157,DEM,51,51.08968468600654,George W. Bush,182,REP,45,47.613533791521455,6,3.4761508944850874 +4291,5603,778,2004,MN,Pres-G,2004_Pres-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2004-10-31,2004-11-02,2,743,John Kerry,157,DEM,47,51.08968468600654,George W. Bush,182,REP,43,47.613533791521455,4,3.4761508944850874 +5074,6503,779,2004,MO,Pres-G,2004_Pres-G_MO,Gallup,112,TRUE,FALSE,NA,NA,2004-09-05,2004-11-02,58,686,John Kerry,157,DEM,41,46.10044651683188,George W. Bush,182,REP,55,53.29619193926551,-14,-7.195745422433632 +5051,6475,779,2004,MO,Pres-G,2004_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,660,John Kerry,157,DEM,46,46.10044651683188,George W. Bush,182,REP,48,53.29619193926551,-2,-7.195745422433632 +4951,6361,779,2004,MO,Pres-G,2004_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,625,John Kerry,157,DEM,41,46.10044651683188,George W. Bush,182,REP,48,53.29619193926551,-7,-7.195745422433632 +75973,144872,779,2004,MO,Pres-G,2004_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,707,John Kerry,157,DEM,46.1,46.10044651683188,George W. Bush,182,REP,51.5,53.29619193926551,-5.399999999999999,-7.195745422433632 +4932,6339,779,2004,MO,Pres-G,2004_Pres-G_MO,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,600,John Kerry,157,DEM,44,46.10044651683188,George W. Bush,182,REP,50,53.29619193926551,-6,-7.195745422433632 +4800,6186,779,2004,MO,Pres-G,2004_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,683,John Kerry,157,DEM,47,46.10044651683188,George W. Bush,182,REP,49,53.29619193926551,-2,-7.195745422433632 +75972,144871,779,2004,MO,Pres-G,2004_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,707,John Kerry,157,DEM,47.6,46.10044651683188,George W. Bush,182,REP,49.8,53.29619193926551,-2.1999999999999957,-7.195745422433632 +4878,6278,779,2004,MO,Pres-G,2004_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-28,2004-11-02,35,400,John Kerry,157,DEM,45,46.10044651683188,George W. Bush,182,REP,51,53.29619193926551,-6,-7.195745422433632 +4682,6039,779,2004,MO,Pres-G,2004_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,625,John Kerry,157,DEM,44,46.10044651683188,George W. Bush,182,REP,49,53.29619193926551,-5,-7.195745422433632 +4644,5997,779,2004,MO,Pres-G,2004_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-17,2004-11-02,16,670,John Kerry,157,DEM,45,46.10044651683188,George W. Bush,182,REP,51,53.29619193926551,-6,-7.195745422433632 +63845,117548,779,2004,MO,Pres-G,2004_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,1066,John Kerry,157,DEM,47.6,46.10044651683188,George W. Bush,182,REP,50.7,53.29619193926551,-3.1000000000000014,-7.195745422433632 +64882,120178,779,2004,MO,Pres-G,2004_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,625,John Kerry,157,DEM,44,46.10044651683188,George W. Bush,182,REP,49,53.29619193926551,-5,-7.195745422433632 +4749,6125,779,2004,MO,Pres-G,2004_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-13,2004-11-02,20,400,John Kerry,157,DEM,45,46.10044651683188,George W. Bush,182,REP,50,53.29619193926551,-5,-7.195745422433632 +4513,5848,779,2004,MO,Pres-G,2004_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,680,John Kerry,157,DEM,45,46.10044651683188,George W. Bush,182,REP,52,53.29619193926551,-7,-7.195745422433632 +4529,5864,779,2004,MO,Pres-G,2004_Pres-G_MO,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,553,John Kerry,157,DEM,45,46.10044651683188,George W. Bush,182,REP,49,53.29619193926551,-4,-7.195745422433632 +4406,5730,779,2004,MO,Pres-G,2004_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,44,46.10044651683188,George W. Bush,182,REP,49,53.29619193926551,-5,-7.195745422433632 +4330,5652,779,2004,MO,Pres-G,2004_Pres-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,694,John Kerry,157,DEM,47,46.10044651683188,George W. Bush,182,REP,52,53.29619193926551,-5,-7.195745422433632 +63847,117550,779,2004,MO,Pres-G,2004_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-28,2004-11-02,5,1316,John Kerry,157,DEM,47.2,46.10044651683188,George W. Bush,182,REP,51.4,53.29619193926551,-4.199999999999996,-7.195745422433632 +4965,6376,780,2004,MS,Pres-G,2004_Pres-G_MS,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-16,2004-11-02,47,600,John Kerry,157,DEM,42,39.760099640236255,George W. Bush,182,REP,51,59.45267305764466,-9,-19.692573417408404 +5052,6476,781,2004,MT,Pres-G,2004_Pres-G_MT,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-08,2004-11-02,55,600,John Kerry,157,DEM,32,38.56408662544817,George W. Bush,182,REP,60,59.06670070707855,-28,-20.502614081630384 +4890,6292,781,2004,MT,Pres-G,2004_Pres-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,625,John Kerry,157,DEM,36,38.56408662544817,George W. Bush,182,REP,54,59.06670070707855,-18,-20.502614081630384 +4748,6124,781,2004,MT,Pres-G,2004_Pres-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,NA,NA,2004-10-09,2004-11-02,24,411,John Kerry,157,DEM,34,38.56408662544817,George W. Bush,182,REP,55,59.06670070707855,-21,-20.502614081630384 +4596,5934,781,2004,MT,Pres-G,2004_Pres-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,625,John Kerry,157,DEM,36,38.56408662544817,George W. Bush,182,REP,57,59.06670070707855,-21,-20.502614081630384 +5062,6486,782,2004,NC,Pres-G,2004_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-07,2004-11-02,56,587,John Kerry,157,DEM,46,43.5831462205017,George W. Bush,182,REP,50,56.01719733779452,-4,-12.434051117292817 +5070,6497,782,2004,NC,Pres-G,2004_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-07,2004-11-02,56,445,John Kerry,157,DEM,42,43.5831462205017,George W. Bush,182,REP,55,56.01719733779452,-13,-12.434051117292817 +4975,6386,782,2004,NC,Pres-G,2004_Pres-G_NC,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,600,John Kerry,157,DEM,44,43.5831462205017,George W. Bush,182,REP,49,56.01719733779452,-5,-12.434051117292817 +77204,148967,782,2004,NC,Pres-G,2004_Pres-G_NC,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2004-09-16,2004-11-02,47,800,John Kerry,157,DEM,47,43.5831462205017,George W. Bush,182,REP,47,56.01719733779452,0,-12.434051117292817 +4842,6232,782,2004,NC,Pres-G,2004_Pres-G_NC,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2004-09-26,2004-11-02,37,600,John Kerry,157,DEM,41,43.5831462205017,George W. Bush,182,REP,53,56.01719733779452,-12,-12.434051117292817 +4846,6238,782,2004,NC,Pres-G,2004_Pres-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-27,2004-11-02,36,625,John Kerry,157,DEM,43,43.5831462205017,George W. Bush,182,REP,52,56.01719733779452,-9,-12.434051117292817 +4871,6270,782,2004,NC,Pres-G,2004_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-26,2004-11-02,37,500,John Kerry,157,DEM,42,43.5831462205017,George W. Bush,182,REP,54,56.01719733779452,-12,-12.434051117292817 +4801,6187,782,2004,NC,Pres-G,2004_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,628,John Kerry,157,DEM,45,43.5831462205017,George W. Bush,182,REP,52,56.01719733779452,-7,-12.434051117292817 +4668,6025,782,2004,NC,Pres-G,2004_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,627,John Kerry,157,DEM,47,43.5831462205017,George W. Bush,182,REP,50,56.01719733779452,-3,-12.434051117292817 +4599,5939,782,2004,NC,Pres-G,2004_Pres-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,625,John Kerry,157,DEM,43,43.5831462205017,George W. Bush,182,REP,51,56.01719733779452,-8,-12.434051117292817 +4590,5928,782,2004,NC,Pres-G,2004_Pres-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,REP,2004-10-19,2004-11-02,14,600,John Kerry,157,DEM,40,43.5831462205017,George W. Bush,182,REP,48,56.01719733779452,-8,-12.434051117292817 +4550,5888,782,2004,NC,Pres-G,2004_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-23,2004-11-02,10,694,John Kerry,157,DEM,44,43.5831462205017,George W. Bush,182,REP,54,56.01719733779452,-10,-12.434051117292817 +4456,5783,782,2004,NC,Pres-G,2004_Pres-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,625,John Kerry,157,DEM,43,43.5831462205017,George W. Bush,182,REP,52,56.01719733779452,-9,-12.434051117292817 +4326,5648,782,2004,NC,Pres-G,2004_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,620,John Kerry,157,DEM,45,43.5831462205017,George W. Bush,182,REP,53,56.01719733779452,-8,-12.434051117292817 +5035,6456,783,2004,ND,Pres-G,2004_Pres-G_ND,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-11,2004-11-02,52,600,John Kerry,157,DEM,33,35.49881246543683,George W. Bush,182,REP,62,62.86133496146506,-29,-27.362522496028234 +4592,5930,783,2004,ND,Pres-G,2004_Pres-G_ND,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,Live Phone,NA,2004-10-18,2004-11-02,15,623,John Kerry,157,DEM,35,35.49881246543683,George W. Bush,182,REP,55,62.86133496146506,-20,-27.362522496028234 +5030,6449,784,2004,NE,Pres-G,2004_Pres-G_NE,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-11,2004-11-02,52,600,John Kerry,157,DEM,30,32.682160820163816,George W. Bush,182,REP,61,65.89864119889074,-31,-33.21648037872693 +4600,5940,784,2004,NE,Pres-G,2004_Pres-G_NE,MSR Group,178,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,754,John Kerry,157,DEM,32,32.682160820163816,George W. Bush,182,REP,61,65.89864119889074,-29,-33.21648037872693 +4660,6016,784,2004,NE,Pres-G,2004_Pres-G_NE,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,1007,John Kerry,157,DEM,32,32.682160820163816,George W. Bush,182,REP,61,65.89864119889074,-29,-33.21648037872693 +4950,6360,785,2004,NH,Pres-G,2004_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-15,2004-11-02,48,500,John Kerry,157,DEM,51,50.24227651393311,George W. Bush,182,REP,45,48.87390112403318,6,1.3683753898999313 +4973,6384,785,2004,NH,Pres-G,2004_Pres-G_NH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-14,2004-11-02,49,625,John Kerry,157,DEM,40,50.24227651393311,George W. Bush,182,REP,49,48.87390112403318,-9,1.3683753898999313 +4942,6352,785,2004,NH,Pres-G,2004_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-16,2004-11-02,47,600,John Kerry,157,DEM,45,50.24227651393311,George W. Bush,182,REP,47,48.87390112403318,-2,1.3683753898999313 +76002,144908,785,2004,NH,Pres-G,2004_Pres-G_NH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,538,John Kerry,157,DEM,48.1,50.24227651393311,George W. Bush,182,REP,44.5,48.87390112403318,3.6000000000000014,1.3683753898999313 +4897,6300,785,2004,NH,Pres-G,2004_Pres-G_NH,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2004-09-22,2004-11-02,41,400,John Kerry,157,DEM,47,50.24227651393311,George W. Bush,182,REP,47,48.87390112403318,0,1.3683753898999313 +73753,140637,785,2004,NH,Pres-G,2004_Pres-G_NH,Becker Institute,26,FALSE,TRUE,Live Phone,NA,2004-10-02,2004-11-02,31,397,John Kerry,157,DEM,49,50.24227651393311,George W. Bush,182,REP,43,48.87390112403318,6,1.3683753898999313 +25354,6225,785,2004,NH,Pres-G,2004_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2004-09-30,2004-11-02,33,538,John Kerry,157,DEM,45,50.24227651393311,George W. Bush,182,REP,50,48.87390112403318,-5,1.3683753898999313 +4779,6159,785,2004,NH,Pres-G,2004_Pres-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,NA,NA,2004-10-03,2004-11-02,30,617,John Kerry,157,DEM,49,50.24227651393311,George W. Bush,182,REP,42,48.87390112403318,7,1.3683753898999313 +4781,6163,785,2004,NH,Pres-G,2004_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2004-10-04,2004-11-02,29,600,John Kerry,157,DEM,47,50.24227651393311,George W. Bush,182,REP,47,48.87390112403318,0,1.3683753898999313 +76001,144907,785,2004,NH,Pres-G,2004_Pres-G_NH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,576,John Kerry,157,DEM,50.5,50.24227651393311,George W. Bush,182,REP,43.9,48.87390112403318,6.600000000000001,1.3683753898999313 +4683,6040,785,2004,NH,Pres-G,2004_Pres-G_NH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,625,John Kerry,157,DEM,45,50.24227651393311,George W. Bush,182,REP,48,48.87390112403318,-3,1.3683753898999313 +4675,6031,785,2004,NH,Pres-G,2004_Pres-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,400,John Kerry,157,DEM,46,50.24227651393311,George W. Bush,182,REP,41,48.87390112403318,5,1.3683753898999313 +4605,5945,785,2004,NH,Pres-G,2004_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-18,2004-11-02,15,500,John Kerry,157,DEM,49,50.24227651393311,George W. Bush,182,REP,47,48.87390112403318,2,1.3683753898999313 +4639,5989,785,2004,NH,Pres-G,2004_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,600,John Kerry,157,DEM,46,50.24227651393311,George W. Bush,182,REP,47,48.87390112403318,-1,1.3683753898999313 +63849,117552,785,2004,NH,Pres-G,2004_Pres-G_NH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,510,John Kerry,157,DEM,51.1,50.24227651393311,George W. Bush,182,REP,46,48.87390112403318,5.100000000000001,1.3683753898999313 +4593,5931,785,2004,NH,Pres-G,2004_Pres-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2004-10-20,2004-11-02,13,617,John Kerry,157,DEM,50,50.24227651393311,George W. Bush,182,REP,41,48.87390112403318,9,1.3683753898999313 +25353,5792,785,2004,NH,Pres-G,2004_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,758,John Kerry,157,DEM,50,50.24227651393311,George W. Bush,182,REP,46,48.87390112403318,4,1.3683753898999313 +4440,5764,785,2004,NH,Pres-G,2004_Pres-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2004-10-27,2004-11-02,6,617,John Kerry,157,DEM,50,50.24227651393311,George W. Bush,182,REP,43,48.87390112403318,7,1.3683753898999313 +4412,5736,785,2004,NH,Pres-G,2004_Pres-G_NH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,47,50.24227651393311,George W. Bush,182,REP,46,48.87390112403318,1,1.3683753898999313 +4367,5704,785,2004,NH,Pres-G,2004_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,600,John Kerry,157,DEM,47,50.24227651393311,George W. Bush,182,REP,47,48.87390112403318,0,1.3683753898999313 +4325,5646,785,2004,NH,Pres-G,2004_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,963,John Kerry,157,DEM,49,50.24227651393311,George W. Bush,182,REP,48,48.87390112403318,1,1.3683753898999313 +63850,117553,785,2004,NH,Pres-G,2004_Pres-G_NH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-28,2004-11-02,5,631,John Kerry,157,DEM,50.2,50.24227651393311,George W. Bush,182,REP,45.7,48.87390112403318,4.5,1.3683753898999313 +4300,5612,785,2004,NH,Pres-G,2004_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,600,John Kerry,157,DEM,48,50.24227651393311,George W. Bush,182,REP,49,48.87390112403318,-1,1.3683753898999313 +5071,6499,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2004-09-05,2004-11-02,58,639,John Kerry,157,DEM,43,52.92340900702746,George W. Bush,182,REP,41,46.23881168128724,2,6.684597325740221 +4995,6409,786,2004,NJ,Pres-G,2004_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,734,John Kerry,157,DEM,45,52.92340900702746,George W. Bush,182,REP,49,46.23881168128724,-4,6.684597325740221 +4976,6387,786,2004,NJ,Pres-G,2004_Pres-G_NJ,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,600,John Kerry,157,DEM,50,52.92340900702746,George W. Bush,182,REP,42,46.23881168128724,8,6.684597325740221 +4930,6350,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,672,John Kerry,157,DEM,48,52.92340900702746,George W. Bush,182,REP,48,46.23881168128724,0,6.684597325740221 +4998,6413,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-18,2004-11-02,45,400,John Kerry,157,DEM,49,52.92340900702746,George W. Bush,182,REP,46,46.23881168128724,3,6.684597325740221 +4868,6267,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2004-09-25,2004-11-02,38,489,John Kerry,157,DEM,45,52.92340900702746,George W. Bush,182,REP,44,46.23881168128724,1,6.684597325740221 +4816,6202,786,2004,NJ,Pres-G,2004_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-02,2004-11-02,31,696,John Kerry,157,DEM,50,52.92340900702746,George W. Bush,182,REP,45,46.23881168128724,5,6.684597325740221 +4805,6205,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-10-03,2004-11-02,30,819,John Kerry,157,DEM,49,52.92340900702746,George W. Bush,182,REP,46,46.23881168128724,3,6.684597325740221 +4806,6194,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2004-10-03,2004-11-02,30,576,John Kerry,157,DEM,47,52.92340900702746,George W. Bush,182,REP,41,46.23881168128724,6,6.684597325740221 +4809,6195,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2004-10-03,2004-11-02,30,500,John Kerry,157,DEM,49,52.92340900702746,George W. Bush,182,REP,41,46.23881168128724,8,6.684597325740221 +4847,6240,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-03,2004-11-02,30,400,John Kerry,157,DEM,53,52.92340900702746,George W. Bush,182,REP,44,46.23881168128724,9,6.684597325740221 +4747,6123,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2004-10-09,2004-11-02,24,500,John Kerry,157,DEM,48,52.92340900702746,George W. Bush,182,REP,43,46.23881168128724,5,6.684597325740221 +4739,6115,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2004-10-11,2004-11-02,22,508,John Kerry,157,DEM,46,52.92340900702746,George W. Bush,182,REP,46,46.23881168128724,0,6.684597325740221 +4674,6044,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,786,John Kerry,157,DEM,49,52.92340900702746,George W. Bush,182,REP,45,46.23881168128724,4,6.684597325740221 +4676,6036,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,661,John Kerry,157,DEM,51,52.92340900702746,George W. Bush,182,REP,38,46.23881168128724,13,6.684597325740221 +4641,5992,786,2004,NJ,Pres-G,2004_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-17,2004-11-02,16,703,John Kerry,157,DEM,51,52.92340900702746,George W. Bush,182,REP,43,46.23881168128724,8,6.684597325740221 +4696,6061,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,503,John Kerry,157,DEM,49,52.92340900702746,George W. Bush,182,REP,41,46.23881168128724,8,6.684597325740221 +4552,5904,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,852,John Kerry,157,DEM,46,52.92340900702746,George W. Bush,182,REP,46,46.23881168128724,0,6.684597325740221 +4551,5889,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,549,John Kerry,157,DEM,47,52.92340900702746,George W. Bush,182,REP,40,46.23881168128724,7,6.684597325740221 +4363,5685,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,740,John Kerry,157,DEM,45,52.92340900702746,George W. Bush,182,REP,41,46.23881168128724,4,6.684597325740221 +4386,5710,786,2004,NJ,Pres-G,2004_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,794,John Kerry,157,DEM,54,52.92340900702746,George W. Bush,182,REP,42,46.23881168128724,12,6.684597325740221 +4622,5966,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-23,2004-11-02,10,400,John Kerry,157,DEM,53,52.92340900702746,George W. Bush,182,REP,41,46.23881168128724,12,6.684597325740221 +4364,5686,786,2004,NJ,Pres-G,2004_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,984,John Kerry,157,DEM,48,52.92340900702746,George W. Bush,182,REP,43,46.23881168128724,5,6.684597325740221 +4941,6351,787,2004,NM,Pres-G,2004_Pres-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,625,John Kerry,157,DEM,43,49.0466796420487,George W. Bush,182,REP,47,49.8384247604138,-4,-0.7917451183650996 +4963,6374,787,2004,NM,Pres-G,2004_Pres-G_NM,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,600,John Kerry,157,DEM,49,49.0466796420487,George W. Bush,182,REP,44,49.8384247604138,5,-0.7917451183650996 +76013,144919,787,2004,NM,Pres-G,2004_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,576,John Kerry,157,DEM,54.3,49.0466796420487,George W. Bush,182,REP,41.6,49.8384247604138,12.699999999999996,-0.7917451183650996 +4798,6184,787,2004,NM,Pres-G,2004_Pres-G_NM,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2004-10-03,2004-11-02,30,802,John Kerry,157,DEM,49,49.0466796420487,George W. Bush,182,REP,45,49.8384247604138,4,-0.7917451183650996 +4810,6196,787,2004,NM,Pres-G,2004_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,872,John Kerry,157,DEM,46,49.0466796420487,George W. Bush,182,REP,43,49.8384247604138,3,-0.7917451183650996 +76012,144918,787,2004,NM,Pres-G,2004_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,541,John Kerry,157,DEM,53.9,49.0466796420487,George W. Bush,182,REP,42.5,49.8384247604138,11.399999999999999,-0.7917451183650996 +4785,6177,787,2004,NM,Pres-G,2004_Pres-G_NM,Gallup,112,TRUE,FALSE,NA,NA,2004-10-05,2004-11-02,28,673,John Kerry,157,DEM,47,49.0466796420487,George W. Bush,182,REP,50,49.8384247604138,-3,-0.7917451183650996 +4642,5993,787,2004,NM,Pres-G,2004_Pres-G_NM,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,600,John Kerry,157,DEM,48,49.0466796420487,George W. Bush,182,REP,46,49.8384247604138,2,-0.7917451183650996 +4662,6018,787,2004,NM,Pres-G,2004_Pres-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,44,49.0466796420487,George W. Bush,182,REP,49,49.8384247604138,-5,-0.7917451183650996 +63852,117555,787,2004,NM,Pres-G,2004_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,526,John Kerry,157,DEM,53.6,49.0466796420487,George W. Bush,182,REP,44.1,49.8384247604138,9.5,-0.7917451183650996 +4416,5740,787,2004,NM,Pres-G,2004_Pres-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-26,2004-11-02,7,500,John Kerry,157,DEM,44,49.0466796420487,George W. Bush,182,REP,48,49.8384247604138,-4,-0.7917451183650996 +4475,5806,787,2004,NM,Pres-G,2004_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,John Kerry,157,DEM,44,49.0466796420487,George W. Bush,182,REP,47,49.8384247604138,-3,-0.7917451183650996 +4369,5691,787,2004,NM,Pres-G,2004_Pres-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,45,49.0466796420487,George W. Bush,182,REP,49,49.8384247604138,-4,-0.7917451183650996 +4401,5725,787,2004,NM,Pres-G,2004_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,1140,John Kerry,157,DEM,44,49.0466796420487,George W. Bush,182,REP,47,49.8384247604138,-3,-0.7917451183650996 +4382,5705,787,2004,NM,Pres-G,2004_Pres-G_NM,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,600,John Kerry,157,DEM,48,49.0466796420487,George W. Bush,182,REP,47,49.8384247604138,1,-0.7917451183650996 +4361,5683,787,2004,NM,Pres-G,2004_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,600,John Kerry,157,DEM,49,49.0466796420487,George W. Bush,182,REP,49,49.8384247604138,0,-0.7917451183650996 +76011,144917,787,2004,NM,Pres-G,2004_Pres-G_NM,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,600,John Kerry,157,DEM,49,49.0466796420487,George W. Bush,182,REP,49,49.8384247604138,0,-0.7917451183650996 +5012,6429,788,2004,NV,Pres-G,2004_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-12,2004-11-02,51,526,John Kerry,157,DEM,47,47.87804051895702,George W. Bush,182,REP,51,50.4696915453111,-4,-2.5916510263540786 +4982,6394,788,2004,NV,Pres-G,2004_Pres-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,625,John Kerry,157,DEM,45,47.87804051895702,George W. Bush,182,REP,50,50.4696915453111,-5,-2.5916510263540786 +4988,6402,788,2004,NV,Pres-G,2004_Pres-G_NV,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,600,John Kerry,157,DEM,45,47.87804051895702,George W. Bush,182,REP,47,50.4696915453111,-2,-2.5916510263540786 +75992,144898,788,2004,NV,Pres-G,2004_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,499,John Kerry,157,DEM,46.6,47.87804051895702,George W. Bush,182,REP,48.8,50.4696915453111,-2.1999999999999957,-2.5916510263540786 +4911,6317,788,2004,NV,Pres-G,2004_Pres-G_NV,Gallup,112,TRUE,FALSE,NA,NA,2004-09-20,2004-11-02,43,535,John Kerry,157,DEM,43,47.87804051895702,George W. Bush,182,REP,52,50.4696915453111,-9,-2.5916510263540786 +77189,148929,788,2004,NV,Pres-G,2004_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-14,2004-11-02,49,500,John Kerry,157,DEM,45,47.87804051895702,George W. Bush,182,REP,47,50.4696915453111,-2,-2.5916510263540786 +4894,6297,788,2004,NV,Pres-G,2004_Pres-G_NV,Belden Russonello,28,TRUE,FALSE,NA,NA,2004-09-24,2004-11-02,39,600,John Kerry,157,DEM,44,47.87804051895702,George W. Bush,182,REP,48,50.4696915453111,-4,-2.5916510263540786 +4818,6204,788,2004,NV,Pres-G,2004_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-02,2004-11-02,31,625,John Kerry,157,DEM,46,47.87804051895702,George W. Bush,182,REP,50,50.4696915453111,-4,-2.5916510263540786 +75991,144897,788,2004,NV,Pres-G,2004_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,519,John Kerry,157,DEM,48.1,47.87804051895702,George W. Bush,182,REP,47.1,50.4696915453111,1,-2.5916510263540786 +4650,6005,788,2004,NV,Pres-G,2004_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-17,2004-11-02,16,585,John Kerry,157,DEM,45,47.87804051895702,George W. Bush,182,REP,52,50.4696915453111,-7,-2.5916510263540786 +4686,6043,788,2004,NV,Pres-G,2004_Pres-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,42,47.87804051895702,George W. Bush,182,REP,52,50.4696915453111,-10,-2.5916510263540786 +63854,117557,788,2004,NV,Pres-G,2004_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,516,John Kerry,157,DEM,45.9,47.87804051895702,George W. Bush,182,REP,49.8,50.4696915453111,-3.8999999999999986,-2.5916510263540786 +4637,5986,788,2004,NV,Pres-G,2004_Pres-G_NV,Belden Russonello,28,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,600,John Kerry,157,DEM,43,47.87804051895702,George W. Bush,182,REP,47,50.4696915453111,-4,-2.5916510263540786 +77188,148928,788,2004,NV,Pres-G,2004_Pres-G_NV,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2004-10-19,2004-11-02,14,504,John Kerry,157,DEM,46,47.87804051895702,George W. Bush,182,REP,47,50.4696915453111,-1,-2.5916510263540786 +4504,5839,788,2004,NV,Pres-G,2004_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-23,2004-11-02,10,500,John Kerry,157,DEM,47,47.87804051895702,George W. Bush,182,REP,49,50.4696915453111,-2,-2.5916510263540786 +4559,5897,788,2004,NV,Pres-G,2004_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,600,John Kerry,157,DEM,44,47.87804051895702,George W. Bush,182,REP,48,50.4696915453111,-4,-2.5916510263540786 +4453,5778,788,2004,NV,Pres-G,2004_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,600,John Kerry,157,DEM,45,47.87804051895702,George W. Bush,182,REP,50,50.4696915453111,-5,-2.5916510263540786 +4355,5677,788,2004,NV,Pres-G,2004_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,535,John Kerry,157,DEM,49,47.87804051895702,George W. Bush,182,REP,49,50.4696915453111,0,-2.5916510263540786 +4419,5743,788,2004,NV,Pres-G,2004_Pres-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,800,John Kerry,157,DEM,44,47.87804051895702,George W. Bush,182,REP,50,50.4696915453111,-6,-2.5916510263540786 +75990,144896,788,2004,NV,Pres-G,2004_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,603,John Kerry,157,DEM,45,47.87804051895702,George W. Bush,182,REP,50,50.4696915453111,-5,-2.5916510263540786 +4309,5627,788,2004,NV,Pres-G,2004_Pres-G_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,601,John Kerry,157,DEM,45,47.87804051895702,George W. Bush,182,REP,50,50.4696915453111,-5,-2.5916510263540786 +4301,5614,788,2004,NV,Pres-G,2004_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-31,2004-11-02,2,636,John Kerry,157,DEM,45,47.87804051895702,George W. Bush,182,REP,53,50.4696915453111,-8,-2.5916510263540786 +5046,6483,789,2004,NY,Pres-G,2004_Pres-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-09,2004-11-02,54,929,John Kerry,157,DEM,50,56.13058126549186,George W. Bush,182,REP,45,37.6865299923499,5,18.444051273141966 +4972,6393,789,2004,NY,Pres-G,2004_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-09-13,2004-11-02,50,584,John Kerry,157,DEM,52,56.13058126549186,George W. Bush,182,REP,41,37.6865299923499,11,18.444051273141966 +4959,6370,789,2004,NY,Pres-G,2004_Pres-G_NY,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,600,John Kerry,157,DEM,52,56.13058126549186,George W. Bush,182,REP,40,37.6865299923499,12,18.444051273141966 +4990,6404,789,2004,NY,Pres-G,2004_Pres-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-15,2004-11-02,48,500,John Kerry,157,DEM,49,56.13058126549186,George W. Bush,182,REP,44,37.6865299923499,5,18.444051273141966 +4913,6316,789,2004,NY,Pres-G,2004_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-19,2004-11-02,44,582,John Kerry,157,DEM,55,56.13058126549186,George W. Bush,182,REP,39,37.6865299923499,16,18.444051273141966 +4887,6289,789,2004,NY,Pres-G,2004_Pres-G_NY,Siena College,305,TRUE,FALSE,NA,NA,2004-09-22,2004-11-02,41,1121,John Kerry,157,DEM,51,56.13058126549186,George W. Bush,182,REP,31,37.6865299923499,20,18.444051273141966 +4726,6098,789,2004,NY,Pres-G,2004_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-10,2004-11-02,23,606,John Kerry,157,DEM,58,56.13058126549186,George W. Bush,182,REP,35,37.6865299923499,23,18.444051273141966 +4465,117036,789,2004,NY,Pres-G,2004_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,636,John Kerry,157,DEM,57,56.13058126549186,George W. Bush,182,REP,39,37.6865299923499,18,18.444051273141966 +4425,5749,789,2004,NY,Pres-G,2004_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-27,2004-11-02,6,628,John Kerry,157,DEM,57,56.13058126549186,George W. Bush,182,REP,39,37.6865299923499,18,18.444051273141966 +4431,5755,789,2004,NY,Pres-G,2004_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,1062,John Kerry,157,DEM,52,56.13058126549186,George W. Bush,182,REP,37,37.6865299923499,15,18.444051273141966 +5067,6496,790,2004,OH,Pres-G,2004_Pres-G_OH,Gallup,112,TRUE,FALSE,NA,NA,2004-09-06,2004-11-02,57,661,John Kerry,157,DEM,43,48.70668524315362,George W. Bush,182,REP,52,50.814024335529595,-9,-2.107339092375973 +5064,6488,790,2004,OH,Pres-G,2004_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-07,2004-11-02,56,709,John Kerry,157,DEM,47,48.70668524315362,George W. Bush,182,REP,50,50.814024335529595,-3,-2.107339092375973 +5025,6443,790,2004,OH,Pres-G,2004_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-12,2004-11-02,51,1500,John Kerry,157,DEM,42,48.70668524315362,George W. Bush,182,REP,50,50.814024335529595,-8,-2.107339092375973 +4956,6367,790,2004,OH,Pres-G,2004_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-14,2004-11-02,49,625,John Kerry,157,DEM,42,48.70668524315362,George W. Bush,182,REP,49,50.814024335529595,-7,-2.107339092375973 +76024,144930,790,2004,OH,Pres-G,2004_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,1718,John Kerry,157,DEM,46.8,48.70668524315362,George W. Bush,182,REP,50.1,50.814024335529595,-3.3000000000000043,-2.107339092375973 +4991,6405,790,2004,OH,Pres-G,2004_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-15,2004-11-02,48,668,John Kerry,157,DEM,45,48.70668524315362,George W. Bush,182,REP,48,50.814024335529595,-3,-2.107339092375973 +25345,6414,790,2004,OH,Pres-G,2004_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,456,John Kerry,157,DEM,43,48.70668524315362,George W. Bush,182,REP,54,50.814024335529595,-11,-2.107339092375973 +4922,6325,790,2004,OH,Pres-G,2004_Pres-G_OH,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-19,2004-11-02,44,600,John Kerry,157,DEM,46,48.70668524315362,George W. Bush,182,REP,48,50.814024335529595,-2,-2.107339092375973 +4881,6281,790,2004,OH,Pres-G,2004_Pres-G_OH,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,800,John Kerry,157,DEM,44,48.70668524315362,George W. Bush,182,REP,48,50.814024335529595,-4,-2.107339092375973 +4901,6304,790,2004,OH,Pres-G,2004_Pres-G_OH,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2004-09-21,2004-11-02,42,800,John Kerry,157,DEM,46,48.70668524315362,George W. Bush,182,REP,46,50.814024335529595,0,-2.107339092375973 +4855,6251,790,2004,OH,Pres-G,2004_Pres-G_OH,Gallup,112,TRUE,FALSE,NA,NA,2004-09-27,2004-11-02,36,664,John Kerry,157,DEM,47,48.70668524315362,George W. Bush,182,REP,49,50.814024335529595,-2,-2.107339092375973 +25082,6275,790,2004,OH,Pres-G,2004_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,2859,John Kerry,157,DEM,44,48.70668524315362,George W. Bush,182,REP,51,50.814024335529595,-7,-2.107339092375973 +4854,6248,790,2004,OH,Pres-G,2004_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-29,2004-11-02,34,597,John Kerry,157,DEM,47,48.70668524315362,George W. Bush,182,REP,48,50.814024335529595,-1,-2.107339092375973 +4802,6188,790,2004,OH,Pres-G,2004_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,761,John Kerry,157,DEM,49,48.70668524315362,George W. Bush,182,REP,48,50.814024335529595,1,-2.107339092375973 +76023,144929,790,2004,OH,Pres-G,2004_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,1844,John Kerry,157,DEM,49.1,48.70668524315362,George W. Bush,182,REP,48.8,50.814024335529595,0.30000000000000426,-2.107339092375973 +4773,6153,790,2004,OH,Pres-G,2004_Pres-G_OH,American Research Group,9,TRUE,FALSE,NA,NA,2004-10-05,2004-11-02,28,600,John Kerry,157,DEM,48,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,1,-2.107339092375973 +4744,6120,790,2004,OH,Pres-G,2004_Pres-G_OH,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2004-10-10,2004-11-02,23,500,John Kerry,157,DEM,49,48.70668524315362,George W. Bush,182,REP,45,50.814024335529595,4,-2.107339092375973 +4750,6126,790,2004,OH,Pres-G,2004_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-10,2004-11-02,23,564,John Kerry,157,DEM,47,48.70668524315362,George W. Bush,182,REP,49,50.814024335529595,-2,-2.107339092375973 +4688,6059,790,2004,OH,Pres-G,2004_Pres-G_OH,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,789,John Kerry,157,DEM,50,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,3,-2.107339092375973 +4711,6079,790,2004,OH,Pres-G,2004_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,757,John Kerry,157,DEM,48,48.70668524315362,George W. Bush,182,REP,46,50.814024335529595,2,-2.107339092375973 +4617,5960,790,2004,OH,Pres-G,2004_Pres-G_OH,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-17,2004-11-02,16,800,John Kerry,157,DEM,45,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,-2,-2.107339092375973 +4645,5998,790,2004,OH,Pres-G,2004_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-17,2004-11-02,16,698,John Kerry,157,DEM,49,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,2,-2.107339092375973 +4678,6035,790,2004,OH,Pres-G,2004_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,45,48.70668524315362,George W. Bush,182,REP,46,50.814024335529595,-1,-2.107339092375973 +66294,123402,790,2004,OH,Pres-G,2004_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,2024,John Kerry,157,DEM,47.6,48.70668524315362,George W. Bush,182,REP,50.6,50.814024335529595,-3,-2.107339092375973 +4706,6073,790,2004,OH,Pres-G,2004_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-15,2004-11-02,18,537,John Kerry,157,DEM,47,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,0,-2.107339092375973 +4623,5971,790,2004,OH,Pres-G,2004_Pres-G_OH,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,706,John Kerry,157,DEM,48,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,1,-2.107339092375973 +4618,5972,790,2004,OH,Pres-G,2004_Pres-G_OH,Ohio University,237,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,358,John Kerry,157,DEM,50,48.70668524315362,George W. Bush,182,REP,46,50.814024335529595,4,-2.107339092375973 +4553,5891,790,2004,OH,Pres-G,2004_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,600,John Kerry,157,DEM,42,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,-5,-2.107339092375973 +4503,5838,790,2004,OH,Pres-G,2004_Pres-G_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,600,John Kerry,157,DEM,49,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,2,-2.107339092375973 +4514,5849,790,2004,OH,Pres-G,2004_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,831,John Kerry,157,DEM,50,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,3,-2.107339092375973 +4404,5728,790,2004,OH,Pres-G,2004_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,1500,John Kerry,157,DEM,45,48.70668524315362,George W. Bush,182,REP,48,50.814024335529595,-3,-2.107339092375973 +4534,5870,790,2004,OH,Pres-G,2004_Pres-G_OH,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,585,John Kerry,157,DEM,50,48.70668524315362,George W. Bush,182,REP,44,50.814024335529595,6,-2.107339092375973 +4576,5914,790,2004,OH,Pres-G,2004_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-23,2004-11-02,10,537,John Kerry,157,DEM,46,48.70668524315362,George W. Bush,182,REP,50,50.814024335529595,-4,-2.107339092375973 +4434,5758,790,2004,OH,Pres-G,2004_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,600,John Kerry,157,DEM,47,48.70668524315362,George W. Bush,182,REP,44,50.814024335529595,3,-2.107339092375973 +4413,5737,790,2004,OH,Pres-G,2004_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,46,48.70668524315362,George W. Bush,182,REP,48,50.814024335529595,-2,-2.107339092375973 +4579,5917,790,2004,OH,Pres-G,2004_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2004-10-24,2004-11-02,9,2880,John Kerry,157,DEM,50,48.70668524315362,George W. Bush,182,REP,50,50.814024335529595,0,-2.107339092375973 +4297,5609,790,2004,OH,Pres-G,2004_Pres-G_OH,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,700,John Kerry,157,DEM,47,48.70668524315362,George W. Bush,182,REP,50,50.814024335529595,-3,-2.107339092375973 +4313,5632,790,2004,OH,Pres-G,2004_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,816,John Kerry,157,DEM,47,48.70668524315362,George W. Bush,182,REP,49,50.814024335529595,-2,-2.107339092375973 +4337,5666,790,2004,OH,Pres-G,2004_Pres-G_OH,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1111,John Kerry,157,DEM,50,48.70668524315362,George W. Bush,182,REP,46,50.814024335529595,4,-2.107339092375973 +25343,5719,790,2004,OH,Pres-G,2004_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,819,John Kerry,157,DEM,49,48.70668524315362,George W. Bush,182,REP,50,50.814024335529595,-1,-2.107339092375973 +4458,5785,790,2004,OH,Pres-G,2004_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-28,2004-11-02,5,600,John Kerry,157,DEM,46,48.70668524315362,George W. Bush,182,REP,50,50.814024335529595,-4,-2.107339092375973 +76022,144928,790,2004,OH,Pres-G,2004_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,602,John Kerry,157,DEM,44,48.70668524315362,George W. Bush,182,REP,48,50.814024335529595,-4,-2.107339092375973 +4304,5620,790,2004,OH,Pres-G,2004_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,601,John Kerry,157,DEM,43,48.70668524315362,George W. Bush,182,REP,49,50.814024335529595,-6,-2.107339092375973 +63581,117022,790,2004,OH,Pres-G,2004_Pres-G_OH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,1218,John Kerry,157,DEM,51,48.70668524315362,George W. Bush,182,REP,47,50.814024335529595,4,-2.107339092375973 +5080,6507,791,2004,OK,Pres-G,2004_Pres-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-09-03,2004-11-02,60,500,John Kerry,157,DEM,30,34.42959833524394,George W. Bush,182,REP,61,65.57040166475606,-31,-31.140803329512124 +5032,6451,791,2004,OK,Pres-G,2004_Pres-G_OK,Basswood Research,24,FALSE,FALSE,NA,REP,2004-09-09,2004-11-02,54,500,John Kerry,157,DEM,32,34.42959833524394,George W. Bush,182,REP,63,65.57040166475606,-31,-31.140803329512124 +5013,6430,791,2004,OK,Pres-G,2004_Pres-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-09-11,2004-11-02,52,500,John Kerry,157,DEM,29,34.42959833524394,George W. Bush,182,REP,59,65.57040166475606,-30,-31.140803329512124 +4917,6320,791,2004,OK,Pres-G,2004_Pres-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-09-18,2004-11-02,45,500,John Kerry,157,DEM,24,34.42959833524394,George W. Bush,182,REP,64,65.57040166475606,-40,-31.140803329512124 +4944,6354,791,2004,OK,Pres-G,2004_Pres-G_OK,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-17,2004-11-02,46,600,John Kerry,157,DEM,38,34.42959833524394,George W. Bush,182,REP,55,65.57040166475606,-17,-31.140803329512124 +4900,6303,791,2004,OK,Pres-G,2004_Pres-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,617,John Kerry,157,DEM,33,34.42959833524394,George W. Bush,182,REP,64,65.57040166475606,-31,-31.140803329512124 +4858,6255,791,2004,OK,Pres-G,2004_Pres-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-09-25,2004-11-02,38,500,John Kerry,157,DEM,31,34.42959833524394,George W. Bush,182,REP,57,65.57040166475606,-26,-31.140803329512124 +4831,6218,791,2004,OK,Pres-G,2004_Pres-G_OK,Basswood Research,24,FALSE,FALSE,NA,REP,2004-09-27,2004-11-02,36,500,John Kerry,157,DEM,29,34.42959833524394,George W. Bush,182,REP,62,65.57040166475606,-33,-31.140803329512124 +4826,6213,791,2004,OK,Pres-G,2004_Pres-G_OK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-29,2004-11-02,34,500,John Kerry,157,DEM,30,34.42959833524394,George W. Bush,182,REP,64,65.57040166475606,-34,-31.140803329512124 +4804,6190,791,2004,OK,Pres-G,2004_Pres-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-10-02,2004-11-02,31,500,John Kerry,157,DEM,28,34.42959833524394,George W. Bush,182,REP,58,65.57040166475606,-30,-31.140803329512124 +4775,6155,791,2004,OK,Pres-G,2004_Pres-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,613,John Kerry,157,DEM,33,34.42959833524394,George W. Bush,182,REP,63,65.57040166475606,-30,-31.140803329512124 +4737,6113,791,2004,OK,Pres-G,2004_Pres-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-10-09,2004-11-02,24,500,John Kerry,157,DEM,38,34.42959833524394,George W. Bush,182,REP,50,65.57040166475606,-12,-31.140803329512124 +25080,6085,791,2004,OK,Pres-G,2004_Pres-G_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,NA,NA,2004-10-10,2004-11-02,23,500,John Kerry,157,DEM,30,34.42959833524394,George W. Bush,182,REP,64,65.57040166475606,-34,-31.140803329512124 +4657,6012,791,2004,OK,Pres-G,2004_Pres-G_OK,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,500,John Kerry,157,DEM,31,34.42959833524394,George W. Bush,182,REP,61,65.57040166475606,-30,-31.140803329512124 +4613,5956,791,2004,OK,Pres-G,2004_Pres-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-19,2004-11-02,14,627,John Kerry,157,DEM,34,34.42959833524394,George W. Bush,182,REP,64,65.57040166475606,-30,-31.140803329512124 +4518,5853,791,2004,OK,Pres-G,2004_Pres-G_OK,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,500,John Kerry,157,DEM,28,34.42959833524394,George W. Bush,182,REP,61,65.57040166475606,-33,-31.140803329512124 +4435,5759,791,2004,OK,Pres-G,2004_Pres-G_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,500,John Kerry,157,DEM,32,34.42959833524394,George W. Bush,182,REP,60,65.57040166475606,-28,-31.140803329512124 +4359,5681,791,2004,OK,Pres-G,2004_Pres-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,662,John Kerry,157,DEM,34,34.42959833524394,George W. Bush,182,REP,64,65.57040166475606,-30,-31.140803329512124 +5017,6435,792,2004,OR,Pres-G,2004_Pres-G_OR,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,47,51.348663042211875,George W. Bush,182,REP,45,47.19291674243323,2,4.155746299778642 +4955,6365,792,2004,OR,Pres-G,2004_Pres-G_OR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,625,John Kerry,157,DEM,43,51.348663042211875,George W. Bush,182,REP,47,47.19291674243323,-4,4.155746299778642 +76082,144988,792,2004,OR,Pres-G,2004_Pres-G_OR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,809,John Kerry,157,DEM,53.9,51.348663042211875,George W. Bush,182,REP,41.9,47.19291674243323,12,4.155746299778642 +4905,6308,792,2004,OR,Pres-G,2004_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,747,John Kerry,157,DEM,47,51.348663042211875,George W. Bush,182,REP,48,47.19291674243323,-1,4.155746299778642 +77226,148990,792,2004,OR,Pres-G,2004_Pres-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-14,2004-11-02,49,500,John Kerry,157,DEM,51,51.348663042211875,George W. Bush,182,REP,43,47.19291674243323,8,4.155746299778642 +4862,6260,792,2004,OR,Pres-G,2004_Pres-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,2004-09-26,2004-11-02,37,624,John Kerry,157,DEM,47,51.348663042211875,George W. Bush,182,REP,45,47.19291674243323,2,4.155746299778642 +76088,144995,792,2004,OR,Pres-G,2004_Pres-G_OR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,925,John Kerry,157,DEM,53.8,51.348663042211875,George W. Bush,182,REP,43.7,47.19291674243323,10.099999999999994,4.155746299778642 +4736,6112,792,2004,OR,Pres-G,2004_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-10,2004-11-02,23,628,John Kerry,157,DEM,53,51.348663042211875,George W. Bush,182,REP,44,47.19291674243323,9,4.155746299778642 +4730,6102,792,2004,OR,Pres-G,2004_Pres-G_OR,American Research Group,9,TRUE,FALSE,NA,NA,2004-10-11,2004-11-02,22,600,John Kerry,157,DEM,50,51.348663042211875,George W. Bush,182,REP,44,47.19291674243323,6,4.155746299778642 +4723,6093,792,2004,OR,Pres-G,2004_Pres-G_OR,Riley Research Associates,290,FALSE,FALSE,NA,NA,2004-10-11,2004-11-02,22,400,John Kerry,157,DEM,43,51.348663042211875,George W. Bush,182,REP,48,47.19291674243323,-5,4.155746299778642 +4661,6017,792,2004,OR,Pres-G,2004_Pres-G_OR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,47,51.348663042211875,George W. Bush,182,REP,46,47.19291674243323,1,4.155746299778642 +4670,6028,792,2004,OR,Pres-G,2004_Pres-G_OR,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,700,John Kerry,157,DEM,53,51.348663042211875,George W. Bush,182,REP,45,47.19291674243323,8,4.155746299778642 +63858,117561,792,2004,OR,Pres-G,2004_Pres-G_OR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,890,John Kerry,157,DEM,55.7,51.348663042211875,George W. Bush,182,REP,42.6,47.19291674243323,13.100000000000001,4.155746299778642 +77223,148987,792,2004,OR,Pres-G,2004_Pres-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-12,2004-11-02,21,500,John Kerry,157,DEM,52,51.348663042211875,George W. Bush,182,REP,45,47.19291674243323,7,4.155746299778642 +4477,5808,792,2004,OR,Pres-G,2004_Pres-G_OR,Moore Information Group,217,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,450,John Kerry,157,DEM,47,51.348663042211875,George W. Bush,182,REP,45,47.19291674243323,2,4.155746299778642 +4436,5760,792,2004,OR,Pres-G,2004_Pres-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,608,John Kerry,157,DEM,49,51.348663042211875,George W. Bush,182,REP,43,47.19291674243323,6,4.155746299778642 +4462,5791,792,2004,OR,Pres-G,2004_Pres-G_OR,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,John Kerry,157,DEM,50,51.348663042211875,George W. Bush,182,REP,46,47.19291674243323,4,4.155746299778642 +4470,5800,792,2004,OR,Pres-G,2004_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-26,2004-11-02,7,687,John Kerry,157,DEM,50,51.348663042211875,George W. Bush,182,REP,47,47.19291674243323,3,4.155746299778642 +4417,5741,792,2004,OR,Pres-G,2004_Pres-G_OR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,50,51.348663042211875,George W. Bush,182,REP,44,47.19291674243323,6,4.155746299778642 +63859,117563,792,2004,OR,Pres-G,2004_Pres-G_OR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-28,2004-11-02,5,1125,John Kerry,157,DEM,53.9,51.348663042211875,George W. Bush,182,REP,43.8,47.19291674243323,10.100000000000001,4.155746299778642 +5066,6494,793,2004,PA,Pres-G,2004_Pres-G_PA,Gallup,112,TRUE,FALSE,NA,NA,2004-09-06,2004-11-02,57,718,John Kerry,157,DEM,47,50.923809144150624,George W. Bush,182,REP,48,48.4236661530542,-1,2.500142991096425 +5057,6481,793,2004,PA,Pres-G,2004_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,697,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,2,2.500142991096425 +25071,6459,793,2004,PA,Pres-G,2004_Pres-G_PA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-09-11,2004-11-02,52,690,John Kerry,157,DEM,46,50.923809144150624,George W. Bush,182,REP,49,48.4236661530542,-3,2.500142991096425 +5063,6487,793,2004,PA,Pres-G,2004_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-09,2004-11-02,54,526,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,49,48.4236661530542,-1,2.500142991096425 +5002,6428,793,2004,PA,Pres-G,2004_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,792,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,49,48.4236661530542,-1,2.500142991096425 +5040,6468,793,2004,PA,Pres-G,2004_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,707,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,49,48.4236661530542,0,2.500142991096425 +75696,144351,793,2004,PA,Pres-G,2004_Pres-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,625,John Kerry,157,DEM,45,50.923809144150624,George W. Bush,182,REP,44,48.4236661530542,1,2.500142991096425 +76083,144989,793,2004,PA,Pres-G,2004_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,1185,John Kerry,157,DEM,50.6,50.923809144150624,George W. Bush,182,REP,47.5,48.4236661530542,3.1000000000000014,2.500142991096425 +4943,6353,793,2004,PA,Pres-G,2004_Pres-G_PA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-17,2004-11-02,46,600,John Kerry,157,DEM,47,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,1,2.500142991096425 +4882,6283,793,2004,PA,Pres-G,2004_Pres-G_PA,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,800,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,45,48.4236661530542,3,2.500142991096425 +4938,6346,793,2004,PA,Pres-G,2004_Pres-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,NA,NA,2004-09-20,2004-11-02,43,1133,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,2,2.500142991096425 +4873,6276,793,2004,PA,Pres-G,2004_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-24,2004-11-02,39,726,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,3,2.500142991096425 +4832,6219,793,2004,PA,Pres-G,2004_Pres-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-27,2004-11-02,36,625,John Kerry,157,DEM,45,50.923809144150624,George W. Bush,182,REP,44,48.4236661530542,1,2.500142991096425 +4853,6250,793,2004,PA,Pres-G,2004_Pres-G_PA,Gallup,112,TRUE,FALSE,NA,NA,2004-09-27,2004-11-02,36,654,John Kerry,157,DEM,46,50.923809144150624,George W. Bush,182,REP,49,48.4236661530542,-3,2.500142991096425 +4852,6246,793,2004,PA,Pres-G,2004_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-28,2004-11-02,35,578,John Kerry,157,DEM,47,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,0,2.500142991096425 +25358,6197,793,2004,PA,Pres-G,2004_Pres-G_PA,West Chester University,377,FALSE,TRUE,NA,NA,2004-10-03,2004-11-02,30,600,John Kerry,157,DEM,50,50.923809144150624,George W. Bush,182,REP,43,48.4236661530542,7,2.500142991096425 +25116,6210,793,2004,PA,Pres-G,2004_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2004-10-02,2004-11-02,31,707,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,43,48.4236661530542,6,2.500142991096425 +4787,6169,793,2004,PA,Pres-G,2004_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,776,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,2,2.500142991096425 +76089,144996,793,2004,PA,Pres-G,2004_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,1379,John Kerry,157,DEM,51.8,50.923809144150624,George W. Bush,182,REP,46.4,48.4236661530542,5.399999999999999,2.500142991096425 +4769,6147,793,2004,PA,Pres-G,2004_Pres-G_PA,American Research Group,9,TRUE,FALSE,NA,NA,2004-10-05,2004-11-02,28,600,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,2,2.500142991096425 +4721,6107,793,2004,PA,Pres-G,2004_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-10-10,2004-11-02,23,1343,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,2,2.500142991096425 +4751,6127,793,2004,PA,Pres-G,2004_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-09,2004-11-02,24,578,John Kerry,157,DEM,47,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,1,2.500142991096425 +4666,6023,793,2004,PA,Pres-G,2004_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,619,John Kerry,157,DEM,51,50.923809144150624,George W. Bush,182,REP,45,48.4236661530542,6,2.500142991096425 +4653,6008,793,2004,PA,Pres-G,2004_Pres-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,46,50.923809144150624,George W. Bush,182,REP,45,48.4236661530542,1,2.500142991096425 +63860,117564,793,2004,PA,Pres-G,2004_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,1402,John Kerry,157,DEM,51.8,50.923809144150624,George W. Bush,182,REP,46.1,48.4236661530542,5.699999999999996,2.500142991096425 +4634,6003,793,2004,PA,Pres-G,2004_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,841,John Kerry,157,DEM,50,50.923809144150624,George W. Bush,182,REP,44,48.4236661530542,6,2.500142991096425 +4621,5965,793,2004,PA,Pres-G,2004_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,787,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,2,2.500142991096425 +4587,5925,793,2004,PA,Pres-G,2004_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2004-10-21,2004-11-02,12,376,John Kerry,157,DEM,51,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,5,2.500142991096425 +4624,5970,793,2004,PA,Pres-G,2004_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-20,2004-11-02,13,424,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,3,2.500142991096425 +4560,5898,793,2004,PA,Pres-G,2004_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,600,John Kerry,157,DEM,47,50.923809144150624,George W. Bush,182,REP,45,48.4236661530542,2,2.500142991096425 +4509,5844,793,2004,PA,Pres-G,2004_Pres-G_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,600,John Kerry,157,DEM,50,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,3,2.500142991096425 +4515,5850,793,2004,PA,Pres-G,2004_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,803,John Kerry,157,DEM,53,50.923809144150624,George W. Bush,182,REP,45,48.4236661530542,8,2.500142991096425 +4500,5846,793,2004,PA,Pres-G,2004_Pres-G_PA,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,670,John Kerry,157,DEM,50,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,3,2.500142991096425 +4517,5879,793,2004,PA,Pres-G,2004_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,909,John Kerry,157,DEM,47,50.923809144150624,George W. Bush,182,REP,49,48.4236661530542,-2,2.500142991096425 +4528,5882,793,2004,PA,Pres-G,2004_Pres-G_PA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,568,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,48,48.4236661530542,0,2.500142991096425 +4484,5816,793,2004,PA,Pres-G,2004_Pres-G_PA,West Chester University,377,FALSE,TRUE,Live Phone,NA,2004-10-26,2004-11-02,7,684,John Kerry,157,DEM,50,50.923809144150624,George W. Bush,182,REP,45,48.4236661530542,5,2.500142991096425 +4536,5873,793,2004,PA,Pres-G,2004_Pres-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,1488,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,1,2.500142991096425 +4444,5768,793,2004,PA,Pres-G,2004_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,600,John Kerry,157,DEM,47,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,0,2.500142991096425 +4414,5738,793,2004,PA,Pres-G,2004_Pres-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,48,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,2,2.500142991096425 +4327,5649,793,2004,PA,Pres-G,2004_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,766,John Kerry,157,DEM,51,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,4,2.500142991096425 +4345,5667,793,2004,PA,Pres-G,2004_Pres-G_PA,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1082,John Kerry,157,DEM,46,50.923809144150624,George W. Bush,182,REP,50,48.4236661530542,-4,2.500142991096425 +4370,5692,793,2004,PA,Pres-G,2004_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1022,John Kerry,157,DEM,47,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,0,2.500142991096425 +4459,5786,793,2004,PA,Pres-G,2004_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-28,2004-11-02,5,600,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,47,48.4236661530542,2,2.500142991096425 +76094,145001,793,2004,PA,Pres-G,2004_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,600,John Kerry,157,DEM,50,50.923809144150624,George W. Bush,182,REP,45,48.4236661530542,5,2.500142991096425 +4314,5633,793,2004,PA,Pres-G,2004_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,601,John Kerry,157,DEM,50,50.923809144150624,George W. Bush,182,REP,46,48.4236661530542,4,2.500142991096425 +4293,5605,793,2004,PA,Pres-G,2004_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-31,2004-11-02,2,657,John Kerry,157,DEM,49,50.923809144150624,George W. Bush,182,REP,48,48.4236661530542,1,2.500142991096425 +63582,117023,793,2004,PA,Pres-G,2004_Pres-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,1204,John Kerry,157,DEM,50,50.923809144150624,George W. Bush,182,REP,48,48.4236661530542,2,2.500142991096425 +5003,6418,794,2004,RI,Pres-G,2004_Pres-G_RI,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,58,59.42342622628301,George W. Bush,182,REP,30,38.67143713369356,28,20.751989092589454 +4910,6313,794,2004,RI,Pres-G,2004_Pres-G_RI,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-19,2004-11-02,44,705,John Kerry,157,DEM,55,59.42342622628301,George W. Bush,182,REP,37,38.67143713369356,18,20.751989092589454 +4725,6097,794,2004,RI,Pres-G,2004_Pres-G_RI,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-10,2004-11-02,23,603,John Kerry,157,DEM,56,59.42342622628301,George W. Bush,182,REP,36,38.67143713369356,20,20.751989092589454 +4450,5775,794,2004,RI,Pres-G,2004_Pres-G_RI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-26,2004-11-02,7,594,John Kerry,157,DEM,54,59.42342622628301,George W. Bush,182,REP,41,38.67143713369356,13,20.751989092589454 +5048,6471,795,2004,SC,Pres-G,2004_Pres-G_SC,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2004-09-08,2004-11-02,55,600,John Kerry,157,DEM,38,40.90293188603784,George W. Bush,182,REP,54,57.98087443516532,-16,-17.077942549127478 +5055,6479,795,2004,SC,Pres-G,2004_Pres-G_SC,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-09-08,2004-11-02,55,600,John Kerry,157,DEM,42,40.90293188603784,George W. Bush,182,REP,54,57.98087443516532,-12,-17.077942549127478 +4960,6371,795,2004,SC,Pres-G,2004_Pres-G_SC,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,600,John Kerry,157,DEM,40,40.90293188603784,George W. Bush,182,REP,52,57.98087443516532,-12,-17.077942549127478 +4907,6310,795,2004,SC,Pres-G,2004_Pres-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,684,John Kerry,157,DEM,38,40.90293188603784,George W. Bush,182,REP,58,57.98087443516532,-20,-17.077942549127478 +4849,6242,795,2004,SC,Pres-G,2004_Pres-G_SC,Basswood Research,24,FALSE,FALSE,NA,REP,2004-09-25,2004-11-02,38,500,John Kerry,157,DEM,32,40.90293188603784,George W. Bush,182,REP,59,57.98087443516532,-27,-17.077942549127478 +4833,6220,795,2004,SC,Pres-G,2004_Pres-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-28,2004-11-02,35,625,John Kerry,157,DEM,37,40.90293188603784,George W. Bush,182,REP,55,57.98087443516532,-18,-17.077942549127478 +4720,6089,795,2004,SC,Pres-G,2004_Pres-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-11,2004-11-02,22,563,John Kerry,157,DEM,42,40.90293188603784,George W. Bush,182,REP,55,57.98087443516532,-13,-17.077942549127478 +4583,5921,795,2004,SC,Pres-G,2004_Pres-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,625,John Kerry,157,DEM,40,40.90293188603784,George W. Bush,182,REP,53,57.98087443516532,-13,-17.077942549127478 +4543,5880,795,2004,SC,Pres-G,2004_Pres-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-23,2004-11-02,10,564,John Kerry,157,DEM,39,40.90293188603784,George W. Bush,182,REP,57,57.98087443516532,-18,-17.077942549127478 +5041,6464,796,2004,SD,Pres-G,2004_Pres-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-08,2004-11-02,55,500,John Kerry,157,DEM,41,38.443645917854795,George W. Bush,182,REP,54,59.91113171824891,-13,-21.467485800394115 +5044,6467,796,2004,SD,Pres-G,2004_Pres-G_SD,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-10,2004-11-02,53,600,John Kerry,157,DEM,39,38.443645917854795,George W. Bush,182,REP,58,59.91113171824891,-19,-21.467485800394115 +4824,6211,796,2004,SD,Pres-G,2004_Pres-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-09-21,2004-11-02,42,800,John Kerry,157,DEM,37,38.443645917854795,George W. Bush,182,REP,50,59.91113171824891,-13,-21.467485800394115 +25379,144994,796,2004,SD,Pres-G,2004_Pres-G_SD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-09-26,2004-11-02,37,500,John Kerry,157,DEM,29,38.443645917854795,George W. Bush,182,REP,57,59.91113171824891,-28,-21.467485800394115 +4705,6072,796,2004,SD,Pres-G,2004_Pres-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-12,2004-11-02,21,500,John Kerry,157,DEM,42,38.443645917854795,George W. Bush,182,REP,52,59.91113171824891,-10,-21.467485800394115 +4581,5919,796,2004,SD,Pres-G,2004_Pres-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,800,John Kerry,157,DEM,36,38.443645917854795,George W. Bush,182,REP,55,59.91113171824891,-19,-21.467485800394115 +4554,5892,796,2004,SD,Pres-G,2004_Pres-G_SD,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2004-10-23,2004-11-02,10,400,John Kerry,157,DEM,33,38.443645917854795,George W. Bush,182,REP,55,59.91113171824891,-22,-21.467485800394115 +5001,6416,797,2004,TN,Pres-G,2004_Pres-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,625,John Kerry,157,DEM,37,42.52529110879618,George W. Bush,182,REP,53,56.799089491363254,-16,-14.273798382567072 +76084,144990,797,2004,TN,Pres-G,2004_Pres-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,943,John Kerry,157,DEM,45.9,42.52529110879618,George W. Bush,182,REP,41.4,56.799089491363254,4.5,-14.273798382567072 +4931,6338,797,2004,TN,Pres-G,2004_Pres-G_TN,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-17,2004-11-02,46,600,John Kerry,157,DEM,43,42.52529110879618,George W. Bush,182,REP,50,56.799089491363254,-7,-14.273798382567072 +4899,6302,797,2004,TN,Pres-G,2004_Pres-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,601,John Kerry,157,DEM,41,42.52529110879618,George W. Bush,182,REP,55,56.799089491363254,-14,-14.273798382567072 +4929,6336,797,2004,TN,Pres-G,2004_Pres-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-22,2004-11-02,41,500,John Kerry,157,DEM,43,42.52529110879618,George W. Bush,182,REP,49,56.799089491363254,-6,-14.273798382567072 +4790,6172,797,2004,TN,Pres-G,2004_Pres-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,637,John Kerry,157,DEM,39,42.52529110879618,George W. Bush,182,REP,58,56.799089491363254,-19,-14.273798382567072 +76090,144997,797,2004,TN,Pres-G,2004_Pres-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,983,John Kerry,157,DEM,47.8,42.52529110879618,George W. Bush,182,REP,48.7,56.799089491363254,-0.9000000000000057,-14.273798382567072 +63809,117494,797,2004,TN,Pres-G,2004_Pres-G_TN,University of Tennessee,362,FALSE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,656,John Kerry,157,DEM,37,42.52529110879618,George W. Bush,182,REP,54,56.799089491363254,-17,-14.273798382567072 +4763,6139,797,2004,TN,Pres-G,2004_Pres-G_TN,Middle Tennessee State University,208,TRUE,FALSE,NA,NA,2004-10-10,2004-11-02,23,624,John Kerry,157,DEM,39,42.52529110879618,George W. Bush,182,REP,50,56.799089491363254,-11,-14.273798382567072 +63862,117566,797,2004,TN,Pres-G,2004_Pres-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,992,John Kerry,157,DEM,47.8,42.52529110879618,George W. Bush,182,REP,50.3,56.799089491363254,-2.5,-14.273798382567072 +4633,5981,797,2004,TN,Pres-G,2004_Pres-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,615,John Kerry,157,DEM,38,42.52529110879618,George W. Bush,182,REP,60,56.799089491363254,-22,-14.273798382567072 +4756,6132,797,2004,TN,Pres-G,2004_Pres-G_TN,University of Tennessee,362,FALSE,FALSE,Live Phone,NA,2004-10-13,2004-11-02,20,656,John Kerry,157,DEM,37,42.52529110879618,George W. Bush,182,REP,54,56.799089491363254,-17,-14.273798382567072 +4585,5923,797,2004,TN,Pres-G,2004_Pres-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,625,John Kerry,157,DEM,41,42.52529110879618,George W. Bush,182,REP,53,56.799089491363254,-12,-14.273798382567072 +4360,5682,797,2004,TN,Pres-G,2004_Pres-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,629,John Kerry,157,DEM,40,42.52529110879618,George W. Bush,182,REP,58,56.799089491363254,-18,-14.273798382567072 +63863,117571,797,2004,TN,Pres-G,2004_Pres-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-28,2004-11-02,5,1210,John Kerry,157,DEM,47.1,42.52529110879618,George W. Bush,182,REP,50.4,56.799089491363254,-3.299999999999997,-14.273798382567072 +4933,6340,798,2004,TX,Pres-G,2004_Pres-G_TX,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,600,John Kerry,157,DEM,36,38.22417793574617,George W. Bush,182,REP,58,61.08569088346479,-22,-22.861512947718623 +4904,6307,798,2004,TX,Pres-G,2004_Pres-G_TX,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,642,John Kerry,157,DEM,37,38.22417793574617,George W. Bush,182,REP,58,61.08569088346479,-21,-22.861512947718623 +4735,6111,798,2004,TX,Pres-G,2004_Pres-G_TX,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-10,2004-11-02,23,598,John Kerry,157,DEM,37,38.22417793574617,George W. Bush,182,REP,60,61.08569088346479,-23,-22.861512947718623 +4426,5750,798,2004,TX,Pres-G,2004_Pres-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-27,2004-11-02,6,602,John Kerry,157,DEM,37,38.22417793574617,George W. Bush,182,REP,59,61.08569088346479,-22,-22.861512947718623 +25089,6484,799,2004,UT,Pres-G,2004_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,915,John Kerry,157,DEM,25,25.995641508701897,George W. Bush,182,REP,65,71.53594785330293,-40,-45.540306344601035 +5026,6445,799,2004,UT,Pres-G,2004_Pres-G_UT,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,600,John Kerry,157,DEM,27,25.995641508701897,George W. Bush,182,REP,64,71.53594785330293,-37,-45.540306344601035 +4863,6261,799,2004,UT,Pres-G,2004_Pres-G_UT,Valley Research,368,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,1200,John Kerry,157,DEM,21,25.995641508701897,George W. Bush,182,REP,69,71.53594785330293,-48,-45.540306344601035 +25357,5899,799,2004,UT,Pres-G,2004_Pres-G_UT,Valley Research,368,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,1200,John Kerry,157,DEM,23,25.995641508701897,George W. Bush,182,REP,68,71.53594785330293,-45,-45.540306344601035 +55068,5902,799,2004,UT,Pres-G,2004_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,1228,John Kerry,157,DEM,24,25.995641508701897,George W. Bush,182,REP,69,71.53594785330293,-45,-45.540306344601035 +4986,6400,800,2004,VA,Pres-G,2004_Pres-G_VA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,600,John Kerry,157,DEM,43,45.48389850195428,George W. Bush,182,REP,49,53.68236353113949,-6,-8.198465029185208 +4884,6286,800,2004,VA,Pres-G,2004_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-22,2004-11-02,41,744,John Kerry,157,DEM,42,45.48389850195428,George W. Bush,182,REP,53,53.68236353113949,-11,-8.198465029185208 +4861,6259,800,2004,VA,Pres-G,2004_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-26,2004-11-02,37,625,John Kerry,157,DEM,43,45.48389850195428,George W. Bush,182,REP,49,53.68236353113949,-6,-8.198465029185208 +4966,6377,800,2004,VA,Pres-G,2004_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-20,2004-11-02,43,400,John Kerry,157,DEM,44,45.48389850195428,George W. Bush,182,REP,50,53.68236353113949,-6,-8.198465029185208 +4646,5999,800,2004,VA,Pres-G,2004_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-17,2004-11-02,16,664,John Kerry,157,DEM,46,45.48389850195428,George W. Bush,182,REP,50,53.68236353113949,-4,-8.198465029185208 +4530,5865,800,2004,VA,Pres-G,2004_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,625,John Kerry,157,DEM,44,45.48389850195428,George W. Bush,182,REP,50,53.68236353113949,-6,-8.198465029185208 +4572,5910,800,2004,VA,Pres-G,2004_Pres-G_VA,Richmond Times-Dispatch,288,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,751,John Kerry,157,DEM,40,45.48389850195428,George W. Bush,182,REP,49,53.68236353113949,-9,-8.198465029185208 +4394,5718,800,2004,VA,Pres-G,2004_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,606,John Kerry,157,DEM,47,45.48389850195428,George W. Bush,182,REP,51,53.68236353113949,-4,-8.198465029185208 +5031,6450,801,2004,VT,Pres-G,2004_Pres-G_VT,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-11,2004-11-02,52,600,John Kerry,157,DEM,50,58.93746257712714,George W. Bush,182,REP,40,38.80131536395045,10,20.13614721317669 +5077,6505,802,2004,WA,Pres-G,2004_Pres-G_WA,Gallup,112,TRUE,FALSE,NA,NA,2004-09-05,2004-11-02,58,646,John Kerry,157,DEM,52,52.82114831183694,George W. Bush,182,REP,44,45.64028199241436,8,7.180866319422584 +5038,6460,802,2004,WA,Pres-G,2004_Pres-G_WA,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-11,2004-11-02,52,600,John Kerry,157,DEM,51,52.82114831183694,George W. Bush,182,REP,44,45.64028199241436,7,7.180866319422584 +76085,144991,802,2004,WA,Pres-G,2004_Pres-G_WA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,1319,John Kerry,157,DEM,52.8,52.82114831183694,George W. Bush,182,REP,44.1,45.64028199241436,8.699999999999996,7.180866319422584 +25094,6322,802,2004,WA,Pres-G,2004_Pres-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2004-09-18,2004-11-02,45,405,John Kerry,157,DEM,52,52.82114831183694,George W. Bush,182,REP,38,45.64028199241436,14,7.180866319422584 +4906,6309,802,2004,WA,Pres-G,2004_Pres-G_WA,Moore Information Group,217,FALSE,FALSE,NA,NA,2004-09-19,2004-11-02,44,500,John Kerry,157,DEM,48,52.82114831183694,George W. Bush,182,REP,46,45.64028199241436,2,7.180866319422584 +4926,6333,802,2004,WA,Pres-G,2004_Pres-G_WA,Ipsos,154,TRUE,FALSE,NA,NA,2004-09-19,2004-11-02,44,406,John Kerry,157,DEM,51,52.82114831183694,George W. Bush,182,REP,42,45.64028199241436,9,7.180866319422584 +4908,6311,802,2004,WA,Pres-G,2004_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,627,John Kerry,157,DEM,51,52.82114831183694,George W. Bush,182,REP,46,45.64028199241436,5,7.180866319422584 +5019,6437,802,2004,WA,Pres-G,2004_Pres-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-16,2004-11-02,47,400,John Kerry,157,DEM,50,52.82114831183694,George W. Bush,182,REP,43,45.64028199241436,7,7.180866319422584 +4783,6164,802,2004,WA,Pres-G,2004_Pres-G_WA,Moore Information Group,217,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,500,John Kerry,157,DEM,47,52.82114831183694,George W. Bush,182,REP,45,45.64028199241436,2,7.180866319422584 +4803,6189,802,2004,WA,Pres-G,2004_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,640,John Kerry,157,DEM,54,52.82114831183694,George W. Bush,182,REP,43,45.64028199241436,11,7.180866319422584 +76091,144998,802,2004,WA,Pres-G,2004_Pres-G_WA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,1418,John Kerry,157,DEM,53.7,52.82114831183694,George W. Bush,182,REP,43.8,45.64028199241436,9.900000000000006,7.180866319422584 +4685,6042,802,2004,WA,Pres-G,2004_Pres-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,405,John Kerry,157,DEM,50,52.82114831183694,George W. Bush,182,REP,44,45.64028199241436,6,7.180866319422584 +4669,6026,802,2004,WA,Pres-G,2004_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,634,John Kerry,157,DEM,52,52.82114831183694,George W. Bush,182,REP,45,45.64028199241436,7,7.180866319422584 +63865,117578,802,2004,WA,Pres-G,2004_Pres-G_WA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,1440,John Kerry,157,DEM,54.3,52.82114831183694,George W. Bush,182,REP,43.9,45.64028199241436,10.399999999999999,7.180866319422584 +4754,6130,802,2004,WA,Pres-G,2004_Pres-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-12,2004-11-02,21,400,John Kerry,157,DEM,52,52.82114831183694,George W. Bush,182,REP,44,45.64028199241436,8,7.180866319422584 +4506,5841,802,2004,WA,Pres-G,2004_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,618,John Kerry,157,DEM,51,52.82114831183694,George W. Bush,182,REP,45,45.64028199241436,6,7.180866319422584 +4447,5771,802,2004,WA,Pres-G,2004_Pres-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,800,John Kerry,157,DEM,50,52.82114831183694,George W. Bush,182,REP,45,45.64028199241436,5,7.180866319422584 +4328,5650,802,2004,WA,Pres-G,2004_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,622,John Kerry,157,DEM,51,52.82114831183694,George W. Bush,182,REP,47,45.64028199241436,4,7.180866319422584 +63866,117583,802,2004,WA,Pres-G,2004_Pres-G_WA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-28,2004-11-02,5,1832,John Kerry,157,DEM,54.6,52.82114831183694,George W. Bush,182,REP,43.4,45.64028199241436,11.200000000000003,7.180866319422584 +5033,6461,803,2004,WI,Pres-G,2004_Pres-G_WI,Gallup,112,TRUE,FALSE,NA,NA,2004-09-11,2004-11-02,52,631,John Kerry,157,DEM,44,49.69971708441122,George W. Bush,182,REP,52,49.31987145842503,-8,0.3798456259861922 +5081,6508,803,2004,WI,Pres-G,2004_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-07,2004-11-02,56,400,John Kerry,157,DEM,47,49.69971708441122,George W. Bush,182,REP,49,49.31987145842503,-2,0.3798456259861922 +4989,6403,803,2004,WI,Pres-G,2004_Pres-G_WI,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-14,2004-11-02,49,600,John Kerry,157,DEM,46,49.69971708441122,George W. Bush,182,REP,46,49.31987145842503,0,0.3798456259861922 +4957,6368,803,2004,WI,Pres-G,2004_Pres-G_WI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,625,John Kerry,157,DEM,44,49.69971708441122,George W. Bush,182,REP,46,49.31987145842503,-2,0.3798456259861922 +76087,144993,803,2004,WI,Pres-G,2004_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,771,John Kerry,157,DEM,50.3,49.69971708441122,George W. Bush,182,REP,47.9,49.31987145842503,2.3999999999999986,0.3798456259861922 +25072,6347,803,2004,WI,Pres-G,2004_Pres-G_WI,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,785,John Kerry,157,DEM,43,49.69971708441122,George W. Bush,182,REP,53,49.31987145842503,-10,0.3798456259861922 +4947,6357,803,2004,WI,Pres-G,2004_Pres-G_WI,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2004-09-18,2004-11-02,45,485,John Kerry,157,DEM,38,49.69971708441122,George W. Bush,182,REP,52,49.31987145842503,-14,0.3798456259861922 +25356,6358,803,2004,WI,Pres-G,2004_Pres-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,NA,NA,2004-09-18,2004-11-02,45,468,John Kerry,157,DEM,38,49.69971708441122,George W. Bush,182,REP,52,49.31987145842503,-14,0.3798456259861922 +25151,6277,803,2004,WI,Pres-G,2004_Pres-G_WI,Harris Insights & Analytics,133,FALSE,FALSE,NA,NA,2004-09-24,2004-11-02,39,562,John Kerry,157,DEM,40,49.69971708441122,George W. Bush,182,REP,50,49.31987145842503,-10,0.3798456259861922 +4967,6378,803,2004,WI,Pres-G,2004_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-20,2004-11-02,43,400,John Kerry,157,DEM,46,49.69971708441122,George W. Bush,182,REP,49,49.31987145842503,-3,0.3798456259861922 +4780,6160,803,2004,WI,Pres-G,2004_Pres-G_WI,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2004-10-04,2004-11-02,29,600,John Kerry,157,DEM,48,49.69971708441122,George W. Bush,182,REP,44,49.31987145842503,4,0.3798456259861922 +4784,6170,803,2004,WI,Pres-G,2004_Pres-G_WI,Gallup,112,TRUE,FALSE,NA,NA,2004-10-04,2004-11-02,29,704,John Kerry,157,DEM,46,49.69971708441122,George W. Bush,182,REP,49,49.31987145842503,-3,0.3798456259861922 +76093,145000,803,2004,WI,Pres-G,2004_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,844,John Kerry,157,DEM,50.6,49.69971708441122,George W. Bush,182,REP,48.1,49.31987145842503,2.5,0.3798456259861922 +4757,6133,803,2004,WI,Pres-G,2004_Pres-G_WI,Moore Information Group,217,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,500,John Kerry,157,DEM,45,49.69971708441122,George W. Bush,182,REP,47,49.31987145842503,-2,0.3798456259861922 +4740,6116,803,2004,WI,Pres-G,2004_Pres-G_WI,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2004-10-10,2004-11-02,23,500,John Kerry,157,DEM,47,49.69971708441122,George W. Bush,182,REP,43,49.31987145842503,4,0.3798456259861922 +4776,6156,803,2004,WI,Pres-G,2004_Pres-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,NA,NA,2004-10-08,2004-11-02,25,401,John Kerry,157,DEM,50,49.69971708441122,George W. Bush,182,REP,45,49.31987145842503,5,0.3798456259861922 +25255,149022,803,2004,WI,Pres-G,2004_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-14,2004-11-02,19,500,John Kerry,157,DEM,48,49.69971708441122,George W. Bush,182,REP,47,49.31987145842503,1,0.3798456259861922 +4799,6185,803,2004,WI,Pres-G,2004_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-08,2004-11-02,25,500,John Kerry,157,DEM,48,49.69971708441122,George W. Bush,182,REP,47,49.31987145842503,1,0.3798456259861922 +4654,6009,803,2004,WI,Pres-G,2004_Pres-G_WI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,45,49.69971708441122,George W. Bush,182,REP,45,49.31987145842503,0,0.3798456259861922 +63867,117587,803,2004,WI,Pres-G,2004_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,883,John Kerry,157,DEM,51.3,49.69971708441122,George W. Bush,182,REP,47.5,49.31987145842503,3.799999999999997,0.3798456259861922 +4640,5995,803,2004,WI,Pres-G,2004_Pres-G_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,600,John Kerry,157,DEM,47,49.69971708441122,George W. Bush,182,REP,47,49.31987145842503,0,0.3798456259861922 +4647,6000,803,2004,WI,Pres-G,2004_Pres-G_WI,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,678,John Kerry,157,DEM,44,49.69971708441122,George W. Bush,182,REP,50,49.31987145842503,-6,0.3798456259861922 +4693,6055,803,2004,WI,Pres-G,2004_Pres-G_WI,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2004-10-16,2004-11-02,17,623,John Kerry,157,DEM,47,49.69971708441122,George W. Bush,182,REP,48,49.31987145842503,-1,0.3798456259861922 +4563,5901,803,2004,WI,Pres-G,2004_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,600,John Kerry,157,DEM,45,49.69971708441122,George W. Bush,182,REP,48,49.31987145842503,-3,0.3798456259861922 +4446,5781,803,2004,WI,Pres-G,2004_Pres-G_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,John Kerry,157,DEM,48,49.69971708441122,George W. Bush,182,REP,47,49.31987145842503,1,0.3798456259861922 +4507,5842,803,2004,WI,Pres-G,2004_Pres-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,Live Phone,NA,2004-10-25,2004-11-02,8,545,John Kerry,157,DEM,45,49.69971708441122,George W. Bush,182,REP,48,49.31987145842503,-3,0.3798456259861922 +4454,5779,803,2004,WI,Pres-G,2004_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,600,John Kerry,157,DEM,49,49.69971708441122,George W. Bush,182,REP,46,49.31987145842503,3,0.3798456259861922 +4420,5744,803,2004,WI,Pres-G,2004_Pres-G_WI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,48,49.69971708441122,George W. Bush,182,REP,46,49.31987145842503,2,0.3798456259861922 +4384,5715,803,2004,WI,Pres-G,2004_Pres-G_WI,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1119,John Kerry,157,DEM,44,49.69971708441122,George W. Bush,182,REP,52,49.31987145842503,-8,0.3798456259861922 +25114,116969,803,2004,WI,Pres-G,2004_Pres-G_WI,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,700,John Kerry,157,DEM,45,49.69971708441122,George W. Bush,182,REP,48,49.31987145842503,-3,0.3798456259861922 +76095,145002,803,2004,WI,Pres-G,2004_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,601,John Kerry,157,DEM,51,49.69971708441122,George W. Bush,182,REP,44,49.31987145842503,7,0.3798456259861922 +4315,5634,803,2004,WI,Pres-G,2004_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,601,John Kerry,157,DEM,51,49.69971708441122,George W. Bush,182,REP,45,49.31987145842503,6,0.3798456259861922 +4969,6380,804,2004,WV,Pres-G,2004_Pres-G_WV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,625,John Kerry,157,DEM,44,43.19971106792417,George W. Bush,182,REP,45,56.06367089260696,-1,-12.863959824682787 +4935,6342,804,2004,WV,Pres-G,2004_Pres-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-16,2004-11-02,47,500,John Kerry,157,DEM,44,43.19971106792417,George W. Bush,182,REP,50,56.06367089260696,-6,-12.863959824682787 +4964,6375,804,2004,WV,Pres-G,2004_Pres-G_WV,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,600,John Kerry,157,DEM,46,43.19971106792417,George W. Bush,182,REP,46,56.06367089260696,0,-12.863959824682787 +76086,144992,804,2004,WV,Pres-G,2004_Pres-G_WV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-09-15,2004-11-02,48,528,John Kerry,157,DEM,38.8,43.19971106792417,George W. Bush,182,REP,51.2,56.06367089260696,-12.400000000000006,-12.863959824682787 +4923,6331,804,2004,WV,Pres-G,2004_Pres-G_WV,Gallup,112,TRUE,FALSE,NA,NA,2004-09-19,2004-11-02,44,619,John Kerry,157,DEM,45,43.19971106792417,George W. Bush,182,REP,51,56.06367089260696,-6,-12.863959824682787 +76092,144999,804,2004,WV,Pres-G,2004_Pres-G_WV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-02,2004-11-02,31,501,John Kerry,157,DEM,44,43.19971106792417,George W. Bush,182,REP,50.1,56.06367089260696,-6.100000000000001,-12.863959824682787 +4704,6071,804,2004,WV,Pres-G,2004_Pres-G_WV,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2004-10-13,2004-11-02,20,600,John Kerry,157,DEM,45,43.19971106792417,George W. Bush,182,REP,47,56.06367089260696,-2,-12.863959824682787 +4684,6041,804,2004,WV,Pres-G,2004_Pres-G_WV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,John Kerry,157,DEM,44,43.19971106792417,George W. Bush,182,REP,49,56.06367089260696,-5,-12.863959824682787 +63868,117592,804,2004,WV,Pres-G,2004_Pres-G_WV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-15,2004-11-02,18,501,John Kerry,157,DEM,45.8,43.19971106792417,George W. Bush,182,REP,48.6,56.06367089260696,-2.8000000000000043,-12.863959824682787 +4415,5739,804,2004,WV,Pres-G,2004_Pres-G_WV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,625,John Kerry,157,DEM,43,43.19971106792417,George W. Bush,182,REP,51,56.06367089260696,-8,-12.863959824682787 +63869,117597,804,2004,WV,Pres-G,2004_Pres-G_WV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2004-10-28,2004-11-02,5,584,John Kerry,157,DEM,45.6,43.19971106792417,George W. Bush,182,REP,50.1,56.06367089260696,-4.5,-12.863959824682787 +74537,140287,805,2004,WY,Pres-G,2004_Pres-G_WY,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-10,2004-11-02,53,600,John Kerry,157,DEM,29,29.07471613783131,George W. Bush,182,REP,65,68.86184005126773,-36,-39.787123913436425 +6833,8318,806,2000,AK,Pres-G,2000_Pres-G_AK,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,26,27.666339823504693,George W. Bush,241,REP,47,58.620955315870575,-21,-30.954615492365882 +63545,116984,806,2000,AK,Pres-G,2000_Pres-G_AK,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,756,Al Gore,222,DEM,31,27.666339823504693,George W. Bush,241,REP,54,58.620955315870575,-23,-30.954615492365882 +6821,8306,807,2000,AL,Pres-G,2000_Pres-G_AL,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,36,20.78325147394903,George W. Bush,241,REP,52,28.241877676633827,-16,-7.458626202684798 +6726,8199,807,2000,AL,Pres-G,2000_Pres-G_AL,Capital Survey Research Center,44,FALSE,TRUE,NA,NA,2000-09-17,2000-11-07,51,510,Al Gore,222,DEM,43,20.78325147394903,George W. Bush,241,REP,48,28.241877676633827,-5,-7.458626202684798 +6479,7948,807,2000,AL,Pres-G,2000_Pres-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,407,Al Gore,222,DEM,33,20.78325147394903,George W. Bush,241,REP,53,28.241877676633827,-20,-7.458626202684798 +6446,7915,807,2000,AL,Pres-G,2000_Pres-G_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2000-10-19,2000-11-07,19,580,Al Gore,222,DEM,37,20.78325147394903,George W. Bush,241,REP,55,28.241877676633827,-18,-7.458626202684798 +6236,7691,807,2000,AL,Pres-G,2000_Pres-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,442,Al Gore,222,DEM,28,20.78325147394903,George W. Bush,241,REP,48,28.241877676633827,-20,-7.458626202684798 +6150,7603,807,2000,AL,Pres-G,2000_Pres-G_AL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,625,Al Gore,222,DEM,38,20.78325147394903,George W. Bush,241,REP,55,28.241877676633827,-17,-7.458626202684798 +6772,8253,808,2000,AR,Pres-G,2000_Pres-G_AR,Ethridge & Associates LLC,89,FALSE,TRUE,NA,NA,2000-09-08,2000-11-07,60,300,Al Gore,222,DEM,40,45.86425626043496,George W. Bush,241,REP,42,51.30719769663293,-2,-5.4429414361979696 +6810,8294,808,2000,AR,Pres-G,2000_Pres-G_AR,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,43,45.86425626043496,George W. Bush,241,REP,44,51.30719769663293,-1,-5.4429414361979696 +6642,8112,808,2000,AR,Pres-G,2000_Pres-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-27,2000-11-07,41,629,Al Gore,222,DEM,43,45.86425626043496,George W. Bush,241,REP,45,51.30719769663293,-2,-5.4429414361979696 +6302,7760,808,2000,AR,Pres-G,2000_Pres-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-28,2000-11-07,10,625,Al Gore,222,DEM,44,45.86425626043496,George W. Bush,241,REP,45,51.30719769663293,-1,-5.4429414361979696 +6316,7774,808,2000,AR,Pres-G,2000_Pres-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2000-10-29,2000-11-07,9,700,Al Gore,222,DEM,46,45.86425626043496,George W. Bush,241,REP,46,51.30719769663293,0,-5.4429414361979696 +6253,7709,808,2000,AR,Pres-G,2000_Pres-G_AR,Ethridge & Associates LLC,89,FALSE,TRUE,Live Phone,NA,2000-10-31,2000-11-07,7,286,Al Gore,222,DEM,44,45.86425626043496,George W. Bush,241,REP,47,51.30719769663293,-3,-5.4429414361979696 +63642,117126,808,2000,AR,Pres-G,2000_Pres-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-02,2000-11-07,5,1549,Al Gore,222,DEM,45,45.86425626043496,George W. Bush,241,REP,47,51.30719769663293,-2,-5.4429414361979696 +6721,8193,809,2000,AZ,Pres-G,2000_Pres-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,NA,NA,2000-09-16,2000-11-07,52,400,Al Gore,222,DEM,46,44.73458501738885,George W. Bush,241,REP,36,51.02113816043696,10,-6.28655314304811 +6727,8200,809,2000,AZ,Pres-G,2000_Pres-G_AZ,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,NA,NA,2000-09-16,2000-11-07,52,400,Al Gore,222,DEM,40,44.73458501738885,George W. Bush,241,REP,49,51.02113816043696,-9,-6.28655314304811 +6794,8278,809,2000,AZ,Pres-G,2000_Pres-G_AZ,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,39,44.73458501738885,George W. Bush,241,REP,43,51.02113816043696,-4,-6.28655314304811 +75058,143111,809,2000,AZ,Pres-G,2000_Pres-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-27,2000-11-07,41,500,Al Gore,222,DEM,43,44.73458501738885,George W. Bush,241,REP,50,51.02113816043696,-7,-6.28655314304811 +6577,8049,809,2000,AZ,Pres-G,2000_Pres-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2000-10-05,2000-11-07,33,707,Al Gore,222,DEM,42,44.73458501738885,George W. Bush,241,REP,45,51.02113816043696,-3,-6.28655314304811 +63604,117068,809,2000,AZ,Pres-G,2000_Pres-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,610,Al Gore,222,DEM,37,44.73458501738885,George W. Bush,241,REP,49,51.02113816043696,-12,-6.28655314304811 +6436,7905,809,2000,AZ,Pres-G,2000_Pres-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,707,Al Gore,222,DEM,39,44.73458501738885,George W. Bush,241,REP,49,51.02113816043696,-10,-6.28655314304811 +63734,117337,809,2000,AZ,Pres-G,2000_Pres-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-29,2000-11-07,9,510,Al Gore,222,DEM,42,44.73458501738885,George W. Bush,241,REP,52,51.02113816043696,-10,-6.28655314304811 +6275,7732,809,2000,AZ,Pres-G,2000_Pres-G_AZ,Market Solutions Group,188,FALSE,TRUE,Live Phone,NA,2000-10-30,2000-11-07,8,432,Al Gore,222,DEM,39,44.73458501738885,George W. Bush,241,REP,49,51.02113816043696,-10,-6.28655314304811 +63546,116985,809,2000,AZ,Pres-G,2000_Pres-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,4656,Al Gore,222,DEM,40,44.73458501738885,George W. Bush,241,REP,52,51.02113816043696,-12,-6.28655314304811 +6847,8332,810,2000,CA,Pres-G,2000_Pres-G_CA,FM3 Research,91,FALSE,FALSE,NA,DEM,2000-09-07,2000-11-07,61,800,Al Gore,222,DEM,49,53.44973682775446,George W. Bush,241,REP,36,41.651496805255455,13,11.798240022499002 +6850,8335,810,2000,CA,Pres-G,2000_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2000-09-08,2000-11-07,60,1099,Al Gore,222,DEM,48,53.44973682775446,George W. Bush,241,REP,39,41.651496805255455,9,11.798240022499002 +6822,8307,810,2000,CA,Pres-G,2000_Pres-G_CA,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,50,53.44973682775446,George W. Bush,241,REP,36,41.651496805255455,14,11.798240022499002 +75060,143113,810,2000,CA,Pres-G,2000_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-26,2000-11-07,42,500,Al Gore,222,DEM,52,53.44973682775446,George W. Bush,241,REP,39,41.651496805255455,13,11.798240022499002 +6561,8030,810,2000,CA,Pres-G,2000_Pres-G_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,REP,2000-10-07,2000-11-07,31,805,Al Gore,222,DEM,45,53.44973682775446,George W. Bush,241,REP,39,41.651496805255455,6,11.798240022499002 +6616,8086,810,2000,CA,Pres-G,2000_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2000-10-03,2000-11-07,35,1018,Al Gore,222,DEM,50,53.44973682775446,George W. Bush,241,REP,37,41.651496805255455,13,11.798240022499002 +75061,143114,810,2000,CA,Pres-G,2000_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2000-10-10,2000-11-07,28,500,Al Gore,222,DEM,48,53.44973682775446,George W. Bush,241,REP,40,41.651496805255455,8,11.798240022499002 +6521,7990,810,2000,CA,Pres-G,2000_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2000-10-15,2000-11-07,23,1096,Al Gore,222,DEM,44,53.44973682775446,George W. Bush,241,REP,39,41.651496805255455,5,11.798240022499002 +12771,15913,810,2000,CA,Pres-G,2000_Pres-G_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-10-21,2000-11-07,17,852,Al Gore,222,DEM,48,53.44973682775446,George W. Bush,241,REP,41,41.651496805255455,7,11.798240022499002 +75059,143112,810,2000,CA,Pres-G,2000_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-24,2000-11-07,14,530,Al Gore,222,DEM,47,53.44973682775446,George W. Bush,241,REP,43,41.651496805255455,4,11.798240022499002 +63628,117098,810,2000,CA,Pres-G,2000_Pres-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,1536,Al Gore,222,DEM,44,53.44973682775446,George W. Bush,241,REP,41,41.651496805255455,3,11.798240022499002 +6300,7758,810,2000,CA,Pres-G,2000_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2000-10-29,2000-11-07,9,990,Al Gore,222,DEM,47,53.44973682775446,George W. Bush,241,REP,40,41.651496805255455,7,11.798240022499002 +63744,117361,810,2000,CA,Pres-G,2000_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-31,2000-11-07,7,530,Al Gore,222,DEM,49,53.44973682775446,George W. Bush,241,REP,43,41.651496805255455,6,11.798240022499002 +6166,7619,810,2000,CA,Pres-G,2000_Pres-G_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Al Gore,222,DEM,48,53.44973682775446,George W. Bush,241,REP,40,41.651496805255455,8,11.798240022499002 +63547,116986,810,2000,CA,Pres-G,2000_Pres-G_CA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,25017,Al Gore,222,DEM,49,53.44973682775446,George W. Bush,241,REP,43,41.651496805255455,6,11.798240022499002 +6173,7626,810,2000,CA,Pres-G,2000_Pres-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2000-11-03,2000-11-07,4,924,Al Gore,222,DEM,46,53.44973682775446,George W. Bush,241,REP,41,41.651496805255455,5,11.798240022499002 +65022,120622,810,2000,CA,Pres-G,2000_Pres-G_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,596,Al Gore,222,DEM,45,53.44973682775446,George W. Bush,241,REP,45,41.651496805255455,0,11.798240022499002 +6819,8303,811,2000,CO,Pres-G,2000_Pres-G_CO,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,41,42.39350901130605,George W. Bush,241,REP,43,50.7502147736722,-2,-8.356705762366147 +6648,8118,811,2000,CO,Pres-G,2000_Pres-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,2000-09-27,2000-11-07,41,500,Al Gore,222,DEM,35,42.39350901130605,George W. Bush,241,REP,44,50.7502147736722,-9,-8.356705762366147 +6617,8087,811,2000,CO,Pres-G,2000_Pres-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,NA,NA,2000-10-01,2000-11-07,37,491,Al Gore,222,DEM,33,42.39350901130605,George W. Bush,241,REP,45,50.7502147736722,-12,-8.356705762366147 +63731,117329,811,2000,CO,Pres-G,2000_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-23,2000-11-07,15,500,Al Gore,222,DEM,39,42.39350901130605,George W. Bush,241,REP,52,50.7502147736722,-13,-8.356705762366147 +6392,7854,811,2000,CO,Pres-G,2000_Pres-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,400,Al Gore,222,DEM,37,42.39350901130605,George W. Bush,241,REP,47,50.7502147736722,-10,-8.356705762366147 +6305,7763,811,2000,CO,Pres-G,2000_Pres-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,400,Al Gore,222,DEM,37,42.39350901130605,George W. Bush,241,REP,46,50.7502147736722,-9,-8.356705762366147 +6201,7655,811,2000,CO,Pres-G,2000_Pres-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,400,Al Gore,222,DEM,38,42.39350901130605,George W. Bush,241,REP,47,50.7502147736722,-9,-8.356705762366147 +63548,116987,811,2000,CO,Pres-G,2000_Pres-G_CO,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,3697,Al Gore,222,DEM,43,42.39350901130605,George W. Bush,241,REP,48,50.7502147736722,-5,-8.356705762366147 +6728,8201,812,2000,CT,Pres-G,2000_Pres-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-09-15,2000-11-07,53,939,Al Gore,222,DEM,52,55.909628132440346,George W. Bush,241,REP,33,38.4436032270773,19,17.46602490536305 +6823,8308,812,2000,CT,Pres-G,2000_Pres-G_CT,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,49,55.909628132440346,George W. Bush,241,REP,33,38.4436032270773,16,17.46602490536305 +6638,8108,812,2000,CT,Pres-G,2000_Pres-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2000-09-28,2000-11-07,40,447,Al Gore,222,DEM,48,55.909628132440346,George W. Bush,241,REP,32,38.4436032270773,16,17.46602490536305 +63549,116988,812,2000,CT,Pres-G,2000_Pres-G_CT,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,2525,Al Gore,222,DEM,51,55.909628132440346,George W. Bush,241,REP,40,38.4436032270773,11,17.46602490536305 +6843,8328,813,2000,DC,Pres-G,2000_Pres-G_DC,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,73,85.15508137933767,George W. Bush,241,REP,14,8.951727143946824,59,76.20335423539085 +6795,8279,814,2000,DE,Pres-G,2000_Pres-G_DE,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,49,54.977727163090904,George W. Bush,241,REP,35,41.91628832866708,14,13.061438834423825 +6718,8189,814,2000,DE,Pres-G,2000_Pres-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,NA,NA,2000-09-23,2000-11-07,45,335,Al Gore,222,DEM,50,54.977727163090904,George W. Bush,241,REP,40,41.91628832866708,10,13.061438834423825 +6581,8051,814,2000,DE,Pres-G,2000_Pres-G_DE,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-04,2000-11-07,34,633,Al Gore,222,DEM,45,54.977727163090904,George W. Bush,241,REP,43,41.91628832866708,2,13.061438834423825 +73373,144025,814,2000,DE,Pres-G,2000_Pres-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-09,2000-11-07,29,500,Al Gore,222,DEM,53,54.977727163090904,George W. Bush,241,REP,40,41.91628832866708,13,13.061438834423825 +54442,117302,814,2000,DE,Pres-G,2000_Pres-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-23,2000-11-07,15,500,Al Gore,222,DEM,49,54.977727163090904,George W. Bush,241,REP,45,41.91628832866708,4,13.061438834423825 +63637,117109,814,2000,DE,Pres-G,2000_Pres-G_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-30,2000-11-07,8,776,Al Gore,222,DEM,44,54.977727163090904,George W. Bush,241,REP,43,41.91628832866708,1,13.061438834423825 +6196,7650,814,2000,DE,Pres-G,2000_Pres-G_DE,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,625,Al Gore,222,DEM,42,54.977727163090904,George W. Bush,241,REP,46,41.91628832866708,-4,13.061438834423825 +6758,8236,815,2000,FL,Pres-G,2000_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,803,Al Gore,222,DEM,43,48.837821204036146,George W. Bush,241,REP,45,48.84682657204043,-2,-0.009005368004281422 +6763,8242,815,2000,FL,Pres-G,2000_Pres-G_FL,Fleming & Associates,96,FALSE,FALSE,NA,NA,2000-09-09,2000-11-07,59,609,Al Gore,222,DEM,44,48.837821204036146,George W. Bush,241,REP,42,48.84682657204043,2,-0.009005368004281422 +6764,8243,815,2000,FL,Pres-G,2000_Pres-G_FL,University of Connecticut,347,TRUE,TRUE,NA,NA,2000-09-09,2000-11-07,59,505,Al Gore,222,DEM,41,48.837821204036146,George W. Bush,241,REP,41,48.84682657204043,0,-0.009005368004281422 +6793,8277,815,2000,FL,Pres-G,2000_Pres-G_FL,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,43,48.837821204036146,George W. Bush,241,REP,40,48.84682657204043,3,-0.009005368004281422 +73376,144034,815,2000,FL,Pres-G,2000_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-23,2000-11-07,45,500,Al Gore,222,DEM,48,48.837821204036146,George W. Bush,241,REP,46,48.84682657204043,2,-0.009005368004281422 +6591,8061,815,2000,FL,Pres-G,2000_Pres-G_FL,Tarrance Group,333,FALSE,FALSE,NA,REP,2000-10-04,2000-11-07,34,600,Al Gore,222,DEM,42,48.837821204036146,George W. Bush,241,REP,46,48.84682657204043,-4,-0.009005368004281422 +6580,8050,815,2000,FL,Pres-G,2000_Pres-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,NA,NA,2000-10-05,2000-11-07,33,600,Al Gore,222,DEM,46,48.837821204036146,George W. Bush,241,REP,43,48.84682657204043,3,-0.009005368004281422 +6570,8040,815,2000,FL,Pres-G,2000_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-06,2000-11-07,32,807,Al Gore,222,DEM,44,48.837821204036146,George W. Bush,241,REP,47,48.84682657204043,-3,-0.009005368004281422 +73375,144033,815,2000,FL,Pres-G,2000_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-14,2000-11-07,24,500,Al Gore,222,DEM,45,48.837821204036146,George W. Bush,241,REP,48,48.84682657204043,-3,-0.009005368004281422 +6506,7975,815,2000,FL,Pres-G,2000_Pres-G_FL,American Research Group,9,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,600,Al Gore,222,DEM,47,48.837821204036146,George W. Bush,241,REP,45,48.84682657204043,2,-0.009005368004281422 +6483,7952,815,2000,FL,Pres-G,2000_Pres-G_FL,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2000-10-17,2000-11-07,21,600,Al Gore,222,DEM,43,48.837821204036146,George W. Bush,241,REP,44,48.84682657204043,-1,-0.009005368004281422 +25743,7936,815,2000,FL,Pres-G,2000_Pres-G_FL,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,606,Al Gore,222,DEM,41,48.837821204036146,George W. Bush,241,REP,46,48.84682657204043,-5,-0.009005368004281422 +6403,7868,815,2000,FL,Pres-G,2000_Pres-G_FL,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-23,2000-11-07,15,514,Al Gore,222,DEM,48,48.837821204036146,George W. Bush,241,REP,43,48.84682657204043,5,-0.009005368004281422 +6424,7892,815,2000,FL,Pres-G,2000_Pres-G_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,600,Al Gore,222,DEM,49,48.837821204036146,George W. Bush,241,REP,45,48.84682657204043,4,-0.009005368004281422 +63620,117086,815,2000,FL,Pres-G,2000_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-25,2000-11-07,13,864,Al Gore,222,DEM,45,48.837821204036146,George W. Bush,241,REP,46,48.84682657204043,-1,-0.009005368004281422 +6332,7791,815,2000,FL,Pres-G,2000_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Al Gore,222,DEM,49,48.837821204036146,George W. Bush,241,REP,42,48.84682657204043,7,-0.009005368004281422 +6313,7771,815,2000,FL,Pres-G,2000_Pres-G_FL,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-10-28,2000-11-07,10,401,Al Gore,222,DEM,44,48.837821204036146,George W. Bush,241,REP,48,48.84682657204043,-4,-0.009005368004281422 +6261,7718,815,2000,FL,Pres-G,2000_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Al Gore,222,DEM,48,48.837821204036146,George W. Bush,241,REP,41,48.84682657204043,7,-0.009005368004281422 +6220,7675,815,2000,FL,Pres-G,2000_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,812,Al Gore,222,DEM,44,48.837821204036146,George W. Bush,241,REP,46,48.84682657204043,-2,-0.009005368004281422 +6227,7682,815,2000,FL,Pres-G,2000_Pres-G_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,600,Al Gore,222,DEM,49,48.837821204036146,George W. Bush,241,REP,44,48.84682657204043,5,-0.009005368004281422 +75501,144031,815,2000,FL,Pres-G,2000_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Al Gore,222,DEM,50,48.837821204036146,George W. Bush,241,REP,45,48.84682657204043,5,-0.009005368004281422 +63640,117117,815,2000,FL,Pres-G,2000_Pres-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-01,2000-11-07,6,577,Al Gore,222,DEM,45,48.837821204036146,George W. Bush,241,REP,47,48.84682657204043,-2,-0.009005368004281422 +6168,7621,815,2000,FL,Pres-G,2000_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Al Gore,222,DEM,46,48.837821204036146,George W. Bush,241,REP,45,48.84682657204043,1,-0.009005368004281422 +63550,116989,815,2000,FL,Pres-G,2000_Pres-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,17033,Al Gore,222,DEM,49,48.837821204036146,George W. Bush,241,REP,46,48.84682657204043,3,-0.009005368004281422 +63750,117367,815,2000,FL,Pres-G,2000_Pres-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-05,2000-11-07,2,500,Al Gore,222,DEM,50,48.837821204036146,George W. Bush,241,REP,45,48.84682657204043,5,-0.009005368004281422 +65023,120623,815,2000,FL,Pres-G,2000_Pres-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,593,Al Gore,222,DEM,48,48.837821204036146,George W. Bush,241,REP,46,48.84682657204043,2,-0.009005368004281422 +6846,8331,816,2000,GA,Pres-G,2000_Pres-G_GA,North Star Opinion Research,233,FALSE,FALSE,NA,REP,2000-09-07,2000-11-07,61,600,Al Gore,222,DEM,40,42.98476126808185,George W. Bush,241,REP,46,54.671819667560584,-6,-11.687058399478737 +6802,8286,816,2000,GA,Pres-G,2000_Pres-G_GA,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,41,42.98476126808185,George W. Bush,241,REP,46,54.671819667560584,-5,-11.687058399478737 +6615,8085,816,2000,GA,Pres-G,2000_Pres-G_GA,Marketing Workshop,194,FALSE,TRUE,NA,NA,2000-10-01,2000-11-07,37,520,Al Gore,222,DEM,36,42.98476126808185,George W. Bush,241,REP,52,54.671819667560584,-16,-11.687058399478737 +6584,8054,816,2000,GA,Pres-G,2000_Pres-G_GA,Schapiro Group,300,FALSE,TRUE,NA,NA,2000-10-06,2000-11-07,32,500,Al Gore,222,DEM,41,42.98476126808185,George W. Bush,241,REP,47,54.671819667560584,-6,-11.687058399478737 +6510,7979,816,2000,GA,Pres-G,2000_Pres-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-13,2000-11-07,25,627,Al Gore,222,DEM,40,42.98476126808185,George W. Bush,241,REP,48,54.671819667560584,-8,-11.687058399478737 +63609,117073,816,2000,GA,Pres-G,2000_Pres-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,1029,Al Gore,222,DEM,40,42.98476126808185,George W. Bush,241,REP,50,54.671819667560584,-10,-11.687058399478737 +6301,7759,816,2000,GA,Pres-G,2000_Pres-G_GA,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,2000-10-29,2000-11-07,9,512,Al Gore,222,DEM,37,42.98476126808185,George W. Bush,241,REP,53,54.671819667560584,-16,-11.687058399478737 +63551,116990,816,2000,GA,Pres-G,2000_Pres-G_GA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,6987,Al Gore,222,DEM,43,42.98476126808185,George W. Bush,241,REP,51,54.671819667560584,-8,-11.687058399478737 +6811,8295,817,2000,HI,Pres-G,2000_Pres-G_HI,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,57,55.791667912303545,George W. Bush,241,REP,29,37.46286869719066,28,18.328799215112888 +6433,7902,817,2000,HI,Pres-G,2000_Pres-G_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,261,Al Gore,222,DEM,50,55.791667912303545,George W. Bush,241,REP,31,37.46286869719066,19,18.328799215112888 +63552,116991,817,2000,HI,Pres-G,2000_Pres-G_HI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,589,Al Gore,222,DEM,53,55.791667912303545,George W. Bush,241,REP,38,37.46286869719066,15,18.328799215112888 +6796,8280,818,2000,IA,Pres-G,2000_Pres-G_IA,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,45,48.53564595538184,George W. Bush,241,REP,38,48.22064773788865,7,0.3149982174931907 +6655,8125,818,2000,IA,Pres-G,2000_Pres-G_IA,PSI,248,FALSE,TRUE,NA,NA,2000-09-25,2000-11-07,43,400,Al Gore,222,DEM,44,48.53564595538184,George W. Bush,241,REP,42,48.22064773788865,2,0.3149982174931907 +63739,117343,818,2000,IA,Pres-G,2000_Pres-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-29,2000-11-07,9,500,Al Gore,222,DEM,46,48.53564595538184,George W. Bush,241,REP,46,48.22064773788865,0,0.3149982174931907 +63597,117049,818,2000,IA,Pres-G,2000_Pres-G_IA,PSI,248,FALSE,TRUE,Live Phone,NA,2000-10-31,2000-11-07,7,500,Al Gore,222,DEM,41,48.53564595538184,George W. Bush,241,REP,44,48.22064773788865,-3,0.3149982174931907 +63643,117129,818,2000,IA,Pres-G,2000_Pres-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-02,2000-11-07,5,1000,Al Gore,222,DEM,42,48.53564595538184,George W. Bush,241,REP,46,48.22064773788865,-4,0.3149982174931907 +6235,7690,818,2000,IA,Pres-G,2000_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,805,Al Gore,222,DEM,44,48.53564595538184,George W. Bush,241,REP,42,48.22064773788865,2,0.3149982174931907 +63553,116992,818,2000,IA,Pres-G,2000_Pres-G_IA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,2478,Al Gore,222,DEM,50,48.53564595538184,George W. Bush,241,REP,44,48.22064773788865,6,0.3149982174931907 +6792,8276,819,2000,ID,Pres-G,2000_Pres-G_ID,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,31,27.637798258047408,George W. Bush,241,REP,53,67.16963603995846,-22,-39.53183778191105 +63605,117069,819,2000,ID,Pres-G,2000_Pres-G_ID,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,890,Al Gore,222,DEM,24,27.637798258047408,George W. Bush,241,REP,62,67.16963603995846,-38,-39.53183778191105 +6351,7810,819,2000,ID,Pres-G,2000_Pres-G_ID,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,633,Al Gore,222,DEM,30,27.637798258047408,George W. Bush,241,REP,56,67.16963603995846,-26,-39.53183778191105 +63554,116993,819,2000,ID,Pres-G,2000_Pres-G_ID,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,908,Al Gore,222,DEM,27,27.637798258047408,George W. Bush,241,REP,65,67.16963603995846,-38,-39.53183778191105 +6778,8259,820,2000,IL,Pres-G,2000_Pres-G_IL,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,400,Al Gore,222,DEM,48,54.59652120955491,George W. Bush,241,REP,33,42.58487997321023,15,12.01164123634468 +6740,8216,820,2000,IL,Pres-G,2000_Pres-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2000-09-14,2000-11-07,54,703,Al Gore,222,DEM,47,54.59652120955491,George W. Bush,241,REP,35,42.58487997321023,12,12.01164123634468 +6801,8285,820,2000,IL,Pres-G,2000_Pres-G_IL,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,48,54.59652120955491,George W. Bush,241,REP,38,42.58487997321023,10,12.01164123634468 +6698,8169,820,2000,IL,Pres-G,2000_Pres-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-20,2000-11-07,48,625,Al Gore,222,DEM,47,54.59652120955491,George W. Bush,241,REP,42,42.58487997321023,5,12.01164123634468 +6562,8031,820,2000,IL,Pres-G,2000_Pres-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2000-10-08,2000-11-07,30,900,Al Gore,222,DEM,45,54.59652120955491,George W. Bush,241,REP,37,42.58487997321023,8,12.01164123634468 +6557,8026,820,2000,IL,Pres-G,2000_Pres-G_IL,Victory Research,437,FALSE,FALSE,NA,NA,2000-10-08,2000-11-07,30,800,Al Gore,222,DEM,41,54.59652120955491,George W. Bush,241,REP,40,42.58487997321023,1,12.01164123634468 +6511,7980,820,2000,IL,Pres-G,2000_Pres-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-13,2000-11-07,25,622,Al Gore,222,DEM,46,54.59652120955491,George W. Bush,241,REP,41,42.58487997321023,5,12.01164123634468 +6470,7939,820,2000,IL,Pres-G,2000_Pres-G_IL,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-10-16,2000-11-07,22,600,Al Gore,222,DEM,45,54.59652120955491,George W. Bush,241,REP,43,42.58487997321023,2,12.01164123634468 +6421,7889,820,2000,IL,Pres-G,2000_Pres-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2000-10-22,2000-11-07,16,899,Al Gore,222,DEM,45,54.59652120955491,George W. Bush,241,REP,35,42.58487997321023,10,12.01164123634468 +63613,117077,820,2000,IL,Pres-G,2000_Pres-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-23,2000-11-07,15,880,Al Gore,222,DEM,44,54.59652120955491,George W. Bush,241,REP,40,42.58487997321023,4,12.01164123634468 +6344,7803,820,2000,IL,Pres-G,2000_Pres-G_IL,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,600,Al Gore,222,DEM,42,54.59652120955491,George W. Bush,241,REP,45,42.58487997321023,-3,12.01164123634468 +6432,7901,820,2000,IL,Pres-G,2000_Pres-G_IL,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2000-10-23,2000-11-07,15,801,Al Gore,222,DEM,43,54.59652120955491,George W. Bush,241,REP,38,42.58487997321023,5,12.01164123634468 +6319,7777,820,2000,IL,Pres-G,2000_Pres-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Al Gore,222,DEM,48,54.59652120955491,George W. Bush,241,REP,41,42.58487997321023,7,12.01164123634468 +63829,117532,820,2000,IL,Pres-G,2000_Pres-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Al Gore,222,DEM,46,54.59652120955491,George W. Bush,241,REP,39,42.58487997321023,7,12.01164123634468 +6280,7737,820,2000,IL,Pres-G,2000_Pres-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,625,Al Gore,222,DEM,46,54.59652120955491,George W. Bush,241,REP,43,42.58487997321023,3,12.01164123634468 +6262,7719,820,2000,IL,Pres-G,2000_Pres-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Al Gore,222,DEM,46,54.59652120955491,George W. Bush,241,REP,42,42.58487997321023,4,12.01164123634468 +6180,7634,820,2000,IL,Pres-G,2000_Pres-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Al Gore,222,DEM,49,54.59652120955491,George W. Bush,241,REP,40,42.58487997321023,9,12.01164123634468 +63555,116994,820,2000,IL,Pres-G,2000_Pres-G_IL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,8957,Al Gore,222,DEM,51,54.59652120955491,George W. Bush,241,REP,45,42.58487997321023,6,12.01164123634468 +65024,120624,820,2000,IL,Pres-G,2000_Pres-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,584,Al Gore,222,DEM,50,54.59652120955491,George W. Bush,241,REP,43,42.58487997321023,7,12.01164123634468 +6803,8287,821,2000,IN,Pres-G,2000_Pres-G_IN,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,39,41.01210293083896,George W. Bush,241,REP,48,56.6468816015263,-9,-15.634778670687346 +6657,8127,821,2000,IN,Pres-G,2000_Pres-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2000-09-24,2000-11-07,44,600,Al Gore,222,DEM,32,41.01210293083896,George W. Bush,241,REP,49,56.6468816015263,-17,-15.634778670687346 +6582,8052,821,2000,IN,Pres-G,2000_Pres-G_IN,Indiana University Public Opinion Laboratory,149,TRUE,TRUE,NA,NA,2000-10-06,2000-11-07,32,726,Al Gore,222,DEM,33,41.01210293083896,George W. Bush,241,REP,45,56.6468816015263,-12,-15.634778670687346 +54450,7776,821,2000,IN,Pres-G,2000_Pres-G_IN,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Al Gore,222,DEM,30,41.01210293083896,George W. Bush,241,REP,53,56.6468816015263,-23,-15.634778670687346 +54452,117053,821,2000,IN,Pres-G,2000_Pres-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-30,2000-11-07,8,723,Al Gore,222,DEM,33,41.01210293083896,George W. Bush,241,REP,52,56.6468816015263,-19,-15.634778670687346 +54453,117309,821,2000,IN,Pres-G,2000_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Al Gore,222,DEM,32,41.01210293083896,George W. Bush,241,REP,60,56.6468816015263,-28,-15.634778670687346 +54454,116975,821,2000,IN,Pres-G,2000_Pres-G_IN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5599,Al Gore,222,DEM,39,41.01210293083896,George W. Bush,241,REP,56,56.6468816015263,-17,-15.634778670687346 +6824,8309,822,2000,KS,Pres-G,2000_Pres-G_KS,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,32,37.23839226424526,George W. Bush,241,REP,55,58.0416632469577,-23,-20.803270982712434 +63556,116995,822,2000,KS,Pres-G,2000_Pres-G_KS,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,2543,Al Gore,222,DEM,38,37.23839226424526,George W. Bush,241,REP,55,58.0416632469577,-17,-20.803270982712434 +6797,8281,823,2000,KY,Pres-G,2000_Pres-G_KY,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,45,41.37818258591055,George W. Bush,241,REP,39,56.5064833631888,6,-15.128300777278248 +6695,8166,823,2000,KY,Pres-G,2000_Pres-G_KY,Magellan Strategies,179,FALSE,FALSE,NA,NA,2000-09-20,2000-11-07,48,608,Al Gore,222,DEM,41,41.37818258591055,George W. Bush,241,REP,51,56.5064833631888,-10,-15.128300777278248 +63606,117070,823,2000,KY,Pres-G,2000_Pres-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,944,Al Gore,222,DEM,39,41.37818258591055,George W. Bush,241,REP,48,56.5064833631888,-9,-15.128300777278248 +6323,7781,823,2000,KY,Pres-G,2000_Pres-G_KY,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2000-10-28,2000-11-07,10,681,Al Gore,222,DEM,40,41.37818258591055,George W. Bush,241,REP,55,56.5064833631888,-15,-15.128300777278248 +63747,117364,823,2000,KY,Pres-G,2000_Pres-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Al Gore,222,DEM,40,41.37818258591055,George W. Bush,241,REP,58,56.5064833631888,-18,-15.128300777278248 +6151,7604,823,2000,KY,Pres-G,2000_Pres-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,625,Al Gore,222,DEM,41,41.37818258591055,George W. Bush,241,REP,51,56.5064833631888,-10,-15.128300777278248 +63557,116996,823,2000,KY,Pres-G,2000_Pres-G_KY,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,3318,Al Gore,222,DEM,42,41.37818258591055,George W. Bush,241,REP,54,56.5064833631888,-12,-15.128300777278248 +6790,8274,824,2000,LA,Pres-G,2000_Pres-G_LA,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,44,44.87533245433992,George W. Bush,241,REP,37,52.551063174253656,7,-7.675730719913737 +6714,8185,824,2000,LA,Pres-G,2000_Pres-G_LA,Southern Media & Opinion Research,310,FALSE,FALSE,NA,NA,2000-09-18,2000-11-07,50,600,Al Gore,222,DEM,38,44.87533245433992,George W. Bush,241,REP,44,52.551063174253656,-6,-7.675730719913737 +63602,117066,824,2000,LA,Pres-G,2000_Pres-G_LA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-19,2000-11-07,19,733,Al Gore,222,DEM,41,44.87533245433992,George W. Bush,241,REP,48,52.551063174253656,-7,-7.675730719913737 +6422,7890,824,2000,LA,Pres-G,2000_Pres-G_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,624,Al Gore,222,DEM,39,44.87533245433992,George W. Bush,241,REP,52,52.551063174253656,-13,-7.675730719913737 +6482,7951,824,2000,LA,Pres-G,2000_Pres-G_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2000-10-19,2000-11-07,19,461,Al Gore,222,DEM,35,44.87533245433992,George W. Bush,241,REP,48,52.551063174253656,-13,-7.675730719913737 +6445,7914,824,2000,LA,Pres-G,2000_Pres-G_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,Live Phone,NA,2000-10-21,2000-11-07,17,660,Al Gore,222,DEM,38,44.87533245433992,George W. Bush,241,REP,46,52.551063174253656,-8,-7.675730719913737 +6825,8310,825,2000,MA,Pres-G,2000_Pres-G_MA,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,57,59.12521772080969,George W. Bush,241,REP,26,32.13240936559759,31,26.992808355212098 +6366,7827,825,2000,MA,Pres-G,2000_Pres-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,400,Al Gore,222,DEM,52,59.12521772080969,George W. Bush,241,REP,28,32.13240936559759,24,26.992808355212098 +6367,7828,825,2000,MA,Pres-G,2000_Pres-G_MA,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,400,Al Gore,222,DEM,54,59.12521772080969,George W. Bush,241,REP,28,32.13240936559759,26,26.992808355212098 +6341,7800,825,2000,MA,Pres-G,2000_Pres-G_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,401,Al Gore,222,DEM,52,59.12521772080969,George W. Bush,241,REP,30,32.13240936559759,22,26.992808355212098 +63558,116997,825,2000,MA,Pres-G,2000_Pres-G_MA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5141,Al Gore,222,DEM,58,59.12521772080969,George W. Bush,241,REP,32,32.13240936559759,26,26.992808355212098 +6812,8296,826,2000,MD,Pres-G,2000_Pres-G_MD,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,53,56.488308384504926,George W. Bush,241,REP,34,40.18478065506228,19,16.303527729442642 +75503,144035,826,2000,MD,Pres-G,2000_Pres-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-30,2000-11-07,38,500,Al Gore,222,DEM,53,56.488308384504926,George W. Bush,241,REP,41,40.18478065506228,12,16.303527729442642 +6563,8032,826,2000,MD,Pres-G,2000_Pres-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-07,2000-11-07,31,621,Al Gore,222,DEM,49,56.488308384504926,George W. Bush,241,REP,38,40.18478065506228,11,16.303527729442642 +63729,117323,826,2000,MD,Pres-G,2000_Pres-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-21,2000-11-07,17,500,Al Gore,222,DEM,52,56.488308384504926,George W. Bush,241,REP,41,40.18478065506228,11,16.303527729442642 +6363,7822,826,2000,MD,Pres-G,2000_Pres-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,625,Al Gore,222,DEM,48,56.488308384504926,George W. Bush,241,REP,40,40.18478065506228,8,16.303527729442642 +63624,117092,826,2000,MD,Pres-G,2000_Pres-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-26,2000-11-07,12,696,Al Gore,222,DEM,47,56.488308384504926,George W. Bush,241,REP,40,40.18478065506228,7,16.303527729442642 +6371,7832,826,2000,MD,Pres-G,2000_Pres-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,627,Al Gore,222,DEM,52,56.488308384504926,George W. Bush,241,REP,38,40.18478065506228,14,16.303527729442642 +63559,116998,826,2000,MD,Pres-G,2000_Pres-G_MD,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5230,Al Gore,222,DEM,56,56.488308384504926,George W. Bush,241,REP,39,40.18478065506228,17,16.303527729442642 +6751,8228,827,2000,ME,Pres-G,2000_Pres-G_ME,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,418,Al Gore,222,DEM,46,49.08601647394898,George W. Bush,241,REP,35,43.971850994987854,11,5.114165478961127 +6722,8194,827,2000,ME,Pres-G,2000_Pres-G_ME,Myers Research & Strategic Services,319,FALSE,TRUE,NA,NA,2000-09-16,2000-11-07,52,400,Al Gore,222,DEM,41,49.08601647394898,George W. Bush,241,REP,31,43.971850994987854,10,5.114165478961127 +6813,8297,827,2000,ME,Pres-G,2000_Pres-G_ME,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,47,49.08601647394898,George W. Bush,241,REP,32,43.971850994987854,15,5.114165478961127 +6504,7973,827,2000,ME,Pres-G,2000_Pres-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2000-10-14,2000-11-07,24,404,Al Gore,222,DEM,37,49.08601647394898,George W. Bush,241,REP,42,43.971850994987854,-5,5.114165478961127 +63610,117074,827,2000,ME,Pres-G,2000_Pres-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,1548,Al Gore,222,DEM,39,49.08601647394898,George W. Bush,241,REP,43,43.971850994987854,-4,5.114165478961127 +6427,7895,827,2000,ME,Pres-G,2000_Pres-G_ME,Myers Research & Strategic Services,319,FALSE,TRUE,Live Phone,NA,2000-10-22,2000-11-07,16,400,Al Gore,222,DEM,42,49.08601647394898,George W. Bush,241,REP,34,43.971850994987854,8,5.114165478961127 +25884,117039,827,2000,ME,Pres-G,2000_Pres-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,400,Al Gore,222,DEM,47,49.08601647394898,George W. Bush,241,REP,36,43.971850994987854,11,5.114165478961127 +6400,7865,827,2000,ME,Pres-G,2000_Pres-G_ME,Market Decisions Research,184,FALSE,TRUE,Live Phone,NA,2000-10-24,2000-11-07,14,824,Al Gore,222,DEM,42,49.08601647394898,George W. Bush,241,REP,41,43.971850994987854,1,5.114165478961127 +6274,7731,827,2000,ME,Pres-G,2000_Pres-G_ME,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,602,Al Gore,222,DEM,42,49.08601647394898,George W. Bush,241,REP,42,43.971850994987854,0,5.114165478961127 +63560,116999,827,2000,ME,Pres-G,2000_Pres-G_ME,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1485,Al Gore,222,DEM,50,49.08601647394898,George W. Bush,241,REP,42,43.971850994987854,8,5.114165478961127 +6773,8254,828,2000,MI,Pres-G,2000_Pres-G_MI,Ethridge & Associates LLC,89,FALSE,TRUE,NA,NA,2000-09-08,2000-11-07,60,300,Al Gore,222,DEM,36,51.27979887069135,George W. Bush,241,REP,50,46.14621473214064,-14,5.1335841385507095 +6748,8225,828,2000,MI,Pres-G,2000_Pres-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2000-09-11,2000-11-07,57,500,Al Gore,222,DEM,44,51.27979887069135,George W. Bush,241,REP,41,46.14621473214064,3,5.1335841385507095 +6777,8258,828,2000,MI,Pres-G,2000_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,600,Al Gore,222,DEM,37,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,-8,5.1335841385507095 +6741,8217,828,2000,MI,Pres-G,2000_Pres-G_MI,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2000-09-14,2000-11-07,54,500,Al Gore,222,DEM,42,51.27979887069135,George W. Bush,241,REP,40,46.14621473214064,2,5.1335841385507095 +6826,8311,828,2000,MI,Pres-G,2000_Pres-G_MI,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,48,51.27979887069135,George W. Bush,241,REP,40,46.14621473214064,8,5.1335841385507095 +73379,144037,828,2000,MI,Pres-G,2000_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-24,2000-11-07,44,600,Al Gore,222,DEM,52,51.27979887069135,George W. Bush,241,REP,40,46.14621473214064,12,5.1335841385507095 +6671,8142,828,2000,MI,Pres-G,2000_Pres-G_MI,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2000-09-24,2000-11-07,44,1005,Al Gore,222,DEM,48,51.27979887069135,George W. Bush,241,REP,42,46.14621473214064,6,5.1335841385507095 +6641,8111,828,2000,MI,Pres-G,2000_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-27,2000-11-07,41,600,Al Gore,222,DEM,39,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,-6,5.1335841385507095 +75504,144036,828,2000,MI,Pres-G,2000_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-30,2000-11-07,38,600,Al Gore,222,DEM,49,51.27979887069135,George W. Bush,241,REP,42,46.14621473214064,7,5.1335841385507095 +6520,7989,828,2000,MI,Pres-G,2000_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,600,Al Gore,222,DEM,42,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,-3,5.1335841385507095 +6533,8002,828,2000,MI,Pres-G,2000_Pres-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,500,Al Gore,222,DEM,41,51.27979887069135,George W. Bush,241,REP,42,46.14621473214064,-1,5.1335841385507095 +6541,8010,828,2000,MI,Pres-G,2000_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,581,Al Gore,222,DEM,42,51.27979887069135,George W. Bush,241,REP,43,46.14621473214064,-1,5.1335841385507095 +73378,144040,828,2000,MI,Pres-G,2000_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-14,2000-11-07,24,600,Al Gore,222,DEM,45,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,0,5.1335841385507095 +63599,117063,828,2000,MI,Pres-G,2000_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-18,2000-11-07,20,626,Al Gore,222,DEM,43,51.27979887069135,George W. Bush,241,REP,43,46.14621473214064,0,5.1335841385507095 +25719,7940,828,2000,MI,Pres-G,2000_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,600,Al Gore,222,DEM,43,51.27979887069135,George W. Bush,241,REP,43,46.14621473214064,0,5.1335841385507095 +75506,144039,828,2000,MI,Pres-G,2000_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-21,2000-11-07,17,600,Al Gore,222,DEM,47,51.27979887069135,George W. Bush,241,REP,46,46.14621473214064,1,5.1335841385507095 +6385,7847,828,2000,MI,Pres-G,2000_Pres-G_MI,Hill Research Consultants,140,FALSE,FALSE,Live Phone,REP,2000-10-23,2000-11-07,15,550,Al Gore,222,DEM,41,51.27979887069135,George W. Bush,241,REP,42,46.14621473214064,-1,5.1335841385507095 +6425,7893,828,2000,MI,Pres-G,2000_Pres-G_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,600,Al Gore,222,DEM,46,51.27979887069135,George W. Bush,241,REP,43,46.14621473214064,3,5.1335841385507095 +6388,7850,828,2000,MI,Pres-G,2000_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,600,Al Gore,222,DEM,42,51.27979887069135,George W. Bush,241,REP,42,46.14621473214064,0,5.1335841385507095 +25718,7846,828,2000,MI,Pres-G,2000_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,600,Al Gore,222,DEM,42,51.27979887069135,George W. Bush,241,REP,44,46.14621473214064,-2,5.1335841385507095 +6361,7820,828,2000,MI,Pres-G,2000_Pres-G_MI,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,600,Al Gore,222,DEM,43,51.27979887069135,George W. Bush,241,REP,40,46.14621473214064,3,5.1335841385507095 +6368,7829,828,2000,MI,Pres-G,2000_Pres-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,500,Al Gore,222,DEM,39,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,-6,5.1335841385507095 +6401,7866,828,2000,MI,Pres-G,2000_Pres-G_MI,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,400,Al Gore,222,DEM,43,51.27979887069135,George W. Bush,241,REP,42,46.14621473214064,1,5.1335841385507095 +6333,7792,828,2000,MI,Pres-G,2000_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,603,Al Gore,222,DEM,46,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,1,5.1335841385507095 +75505,144038,828,2000,MI,Pres-G,2000_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-28,2000-11-07,10,600,Al Gore,222,DEM,49,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,4,5.1335841385507095 +6314,7772,828,2000,MI,Pres-G,2000_Pres-G_MI,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-10-28,2000-11-07,10,401,Al Gore,222,DEM,48,51.27979887069135,George W. Bush,241,REP,44,46.14621473214064,4,5.1335841385507095 +63630,117101,828,2000,MI,Pres-G,2000_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,956,Al Gore,222,DEM,43,51.27979887069135,George W. Bush,241,REP,43,46.14621473214064,0,5.1335841385507095 +6263,7720,828,2000,MI,Pres-G,2000_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Al Gore,222,DEM,50,51.27979887069135,George W. Bush,241,REP,41,46.14621473214064,9,5.1335841385507095 +6228,7683,828,2000,MI,Pres-G,2000_Pres-G_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,600,Al Gore,222,DEM,48,51.27979887069135,George W. Bush,241,REP,44,46.14621473214064,4,5.1335841385507095 +6249,7705,828,2000,MI,Pres-G,2000_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,800,Al Gore,222,DEM,46,51.27979887069135,George W. Bush,241,REP,41,46.14621473214064,5,5.1335841385507095 +6172,7625,828,2000,MI,Pres-G,2000_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,500,Al Gore,222,DEM,45,51.27979887069135,George W. Bush,241,REP,44,46.14621473214064,1,5.1335841385507095 +6169,7622,828,2000,MI,Pres-G,2000_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Al Gore,222,DEM,49,51.27979887069135,George W. Bush,241,REP,40,46.14621473214064,9,5.1335841385507095 +63561,117000,828,2000,MI,Pres-G,2000_Pres-G_MI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,8757,Al Gore,222,DEM,50,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,5,5.1335841385507095 +63645,117139,828,2000,MI,Pres-G,2000_Pres-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-04,2000-11-07,3,787,Al Gore,222,DEM,44,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,-1,5.1335841385507095 +63751,117372,828,2000,MI,Pres-G,2000_Pres-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-04,2000-11-07,3,600,Al Gore,222,DEM,46,51.27979887069135,George W. Bush,241,REP,48,46.14621473214064,-2,5.1335841385507095 +25916,120548,828,2000,MI,Pres-G,2000_Pres-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,593,Al Gore,222,DEM,51,51.27979887069135,George W. Bush,241,REP,45,46.14621473214064,6,5.1335841385507095 +6827,8312,829,2000,MN,Pres-G,2000_Pres-G_MN,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,46,47.9055720603522,George W. Bush,241,REP,38,45.502350652093234,8,2.4032214082589647 +6674,8145,829,2000,MN,Pres-G,2000_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-24,2000-11-07,44,627,Al Gore,222,DEM,47,47.9055720603522,George W. Bush,241,REP,40,45.502350652093234,7,2.4032214082589647 +6668,8139,829,2000,MN,Pres-G,2000_Pres-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2000-09-25,2000-11-07,43,833,Al Gore,222,DEM,45,47.9055720603522,George W. Bush,241,REP,39,45.502350652093234,6,2.4032214082589647 +6495,7964,829,2000,MN,Pres-G,2000_Pres-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2000-10-16,2000-11-07,22,814,Al Gore,222,DEM,41,47.9055720603522,George W. Bush,241,REP,44,45.502350652093234,-3,2.4032214082589647 +6491,7961,829,2000,MN,Pres-G,2000_Pres-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2000-10-19,2000-11-07,19,514,Al Gore,222,DEM,38,47.9055720603522,George W. Bush,241,REP,41,45.502350652093234,-3,2.4032214082589647 +6324,7782,829,2000,MN,Pres-G,2000_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,625,Al Gore,222,DEM,44,47.9055720603522,George W. Bush,241,REP,41,45.502350652093234,3,2.4032214082589647 +6213,7668,829,2000,MN,Pres-G,2000_Pres-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2000-11-02,2000-11-07,5,1015,Al Gore,222,DEM,47,47.9055720603522,George W. Bush,241,REP,37,45.502350652093234,10,2.4032214082589647 +63562,117001,829,2000,MN,Pres-G,2000_Pres-G_MN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,3796,Al Gore,222,DEM,46,47.9055720603522,George W. Bush,241,REP,43,45.502350652093234,3,2.4032214082589647 +6735,8210,830,2000,MO,Pres-G,2000_Pres-G_MO,North Star Opinion Research,233,FALSE,FALSE,NA,NA,2000-09-12,2000-11-07,56,500,Al Gore,222,DEM,40,47.08427334810237,George W. Bush,241,REP,40,50.42281595937441,0,-3.3385426112720396 +6798,8282,830,2000,MO,Pres-G,2000_Pres-G_MO,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,43,47.08427334810237,George W. Bush,241,REP,40,50.42281595937441,3,-3.3385426112720396 +54458,117078,830,2000,MO,Pres-G,2000_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-23,2000-11-07,15,1072,Al Gore,222,DEM,42,47.08427334810237,George W. Bush,241,REP,46,50.42281595937441,-4,-3.3385426112720396 +6386,7848,830,2000,MO,Pres-G,2000_Pres-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,625,Al Gore,222,DEM,44,47.08427334810237,George W. Bush,241,REP,45,50.42281595937441,-1,-3.3385426112720396 +6372,7833,830,2000,MO,Pres-G,2000_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,603,Al Gore,222,DEM,46,47.08427334810237,George W. Bush,241,REP,44,50.42281595937441,2,-3.3385426112720396 +25934,7793,830,2000,MO,Pres-G,2000_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Al Gore,222,DEM,45,47.08427334810237,George W. Bush,241,REP,47,50.42281595937441,-2,-3.3385426112720396 +63631,117102,830,2000,MO,Pres-G,2000_Pres-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,1243,Al Gore,222,DEM,42,47.08427334810237,George W. Bush,241,REP,47,50.42281595937441,-5,-3.3385426112720396 +25931,7721,830,2000,MO,Pres-G,2000_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Al Gore,222,DEM,43,47.08427334810237,George W. Bush,241,REP,46,50.42281595937441,-3,-3.3385426112720396 +25928,7635,830,2000,MO,Pres-G,2000_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Al Gore,222,DEM,45,47.08427334810237,George W. Bush,241,REP,47,50.42281595937441,-2,-3.3385426112720396 +6161,7614,830,2000,MO,Pres-G,2000_Pres-G_MO,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Al Gore,222,DEM,46,47.08427334810237,George W. Bush,241,REP,45,50.42281595937441,1,-3.3385426112720396 +54469,116976,830,2000,MO,Pres-G,2000_Pres-G_MO,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5833,Al Gore,222,DEM,46,47.08427334810237,George W. Bush,241,REP,49,50.42281595937441,-3,-3.3385426112720396 +65025,120625,830,2000,MO,Pres-G,2000_Pres-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,597,Al Gore,222,DEM,47,47.08427334810237,George W. Bush,241,REP,48,50.42281595937441,-1,-3.3385426112720396 +6799,8283,831,2000,MS,Pres-G,2000_Pres-G_MS,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,37,40.69810015047516,George W. Bush,241,REP,48,57.61951509982056,-11,-16.921414949345397 +6254,7710,831,2000,MS,Pres-G,2000_Pres-G_MS,Ethridge & Associates LLC,89,FALSE,TRUE,Live Phone,NA,2000-10-31,2000-11-07,7,341,Al Gore,222,DEM,33,40.69810015047516,George W. Bush,241,REP,55,57.61951509982056,-22,-16.921414949345397 +6152,7605,831,2000,MS,Pres-G,2000_Pres-G_MS,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,625,Al Gore,222,DEM,41,40.69810015047516,George W. Bush,241,REP,52,57.61951509982056,-11,-16.921414949345397 +6839,8324,832,2000,MT,Pres-G,2000_Pres-G_MT,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,35,33.36512679264014,George W. Bush,241,REP,51,58.4394602249225,-16,-25.07433343228236 +6678,8149,832,2000,MT,Pres-G,2000_Pres-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-22,2000-11-07,46,625,Al Gore,222,DEM,37,33.36512679264014,George W. Bush,241,REP,48,58.4394602249225,-11,-25.07433343228236 +12770,15912,832,2000,MT,Pres-G,2000_Pres-G_MT,A&A Research,2,FALSE,TRUE,NA,NA,2000-10-14,2000-11-07,24,402,Al Gore,222,DEM,30,33.36512679264014,George W. Bush,241,REP,55,58.4394602249225,-25,-25.07433343228236 +54474,117054,832,2000,MT,Pres-G,2000_Pres-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-19,2000-11-07,19,968,Al Gore,222,DEM,28,33.36512679264014,George W. Bush,241,REP,56,58.4394602249225,-28,-25.07433343228236 +25829,7903,832,2000,MT,Pres-G,2000_Pres-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,403,Al Gore,222,DEM,33,33.36512679264014,George W. Bush,241,REP,51,58.4394602249225,-18,-25.07433343228236 +6387,7849,832,2000,MT,Pres-G,2000_Pres-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,628,Al Gore,222,DEM,37,33.36512679264014,George W. Bush,241,REP,49,58.4394602249225,-12,-25.07433343228236 +6729,8202,833,2000,NC,Pres-G,2000_Pres-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,620,Al Gore,222,DEM,42,43.14567116868325,George W. Bush,241,REP,47,55.9577562873286,-5,-12.81208511864535 +6828,8313,833,2000,NC,Pres-G,2000_Pres-G_NC,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,44,43.14567116868325,George W. Bush,241,REP,45,55.9577562873286,-1,-12.81208511864535 +73854,144060,833,2000,NC,Pres-G,2000_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-07,2000-11-07,31,500,Al Gore,222,DEM,40,43.14567116868325,George W. Bush,241,REP,55,55.9577562873286,-15,-12.81208511864535 +6571,8041,833,2000,NC,Pres-G,2000_Pres-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-07,2000-11-07,31,625,Al Gore,222,DEM,43,43.14567116868325,George W. Bush,241,REP,47,55.9577562873286,-4,-12.81208511864535 +73853,144059,833,2000,NC,Pres-G,2000_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-28,2000-11-07,10,500,Al Gore,222,DEM,41,43.14567116868325,George W. Bush,241,REP,54,55.9577562873286,-13,-12.81208511864535 +6294,7752,833,2000,NC,Pres-G,2000_Pres-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,625,Al Gore,222,DEM,41,43.14567116868325,George W. Bush,241,REP,48,55.9577562873286,-7,-12.81208511864535 +54485,117055,833,2000,NC,Pres-G,2000_Pres-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-01,2000-11-07,6,1163,Al Gore,222,DEM,40,43.14567116868325,George W. Bush,241,REP,50,55.9577562873286,-10,-12.81208511864535 +54487,117316,833,2000,NC,Pres-G,2000_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-04,2000-11-07,3,500,Al Gore,222,DEM,39,43.14567116868325,George W. Bush,241,REP,56,55.9577562873286,-17,-12.81208511864535 +54486,116977,833,2000,NC,Pres-G,2000_Pres-G_NC,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,6704,Al Gore,222,DEM,46,43.14567116868325,George W. Bush,241,REP,51,55.9577562873286,-5,-12.81208511864535 +6834,8319,834,2000,ND,Pres-G,2000_Pres-G_ND,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,35,33.05533969804618,George W. Bush,241,REP,53,60.65858126110124,-18,-27.603241563055057 +6598,8068,834,2000,ND,Pres-G,2000_Pres-G_ND,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,Live Phone,NA,2000-10-04,2000-11-07,34,586,Al Gore,222,DEM,34.8,33.05533969804618,George W. Bush,241,REP,46.7,60.65858126110124,-11.900000000000006,-27.603241563055057 +54489,117056,834,2000,ND,Pres-G,2000_Pres-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,1258,Al Gore,222,DEM,34,33.05533969804618,George W. Bush,241,REP,49,60.65858126110124,-15,-27.603241563055057 +6804,8288,835,2000,NE,Pres-G,2000_Pres-G_NE,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,32,33.25303901328371,George W. Bush,241,REP,53,62.245362034607375,-21,-28.992323021323664 +25822,8154,835,2000,NE,Pres-G,2000_Pres-G_NE,Moore Information Group,217,FALSE,FALSE,NA,REP,2000-09-20,2000-11-07,48,400,Al Gore,222,DEM,32,33.25303901328371,George W. Bush,241,REP,56,62.245362034607375,-24,-28.992323021323664 +6647,8117,835,2000,NE,Pres-G,2000_Pres-G_NE,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2000-09-26,2000-11-07,42,707,Al Gore,222,DEM,34,33.25303901328371,George W. Bush,241,REP,51,62.245362034607375,-17,-28.992323021323664 +6352,7811,835,2000,NE,Pres-G,2000_Pres-G_NE,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,1007,Al Gore,222,DEM,31,33.25303901328371,George W. Bush,241,REP,56,62.245362034607375,-25,-28.992323021323664 +63563,117002,835,2000,NE,Pres-G,2000_Pres-G_NE,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1481,Al Gore,222,DEM,38,33.25303901328371,George W. Bush,241,REP,57,62.245362034607375,-19,-28.992323021323664 +6852,8337,836,2000,NH,Pres-G,2000_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2000-09-09,2000-11-07,59,786,Al Gore,222,DEM,42,46.80317916078731,George W. Bush,241,REP,42,48.07030985044308,0,-1.2671306896557724 +6703,8174,836,2000,NH,Pres-G,2000_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-19,2000-11-07,49,600,Al Gore,222,DEM,41,46.80317916078731,George W. Bush,241,REP,46,48.07030985044308,-5,-1.2671306896557724 +6712,8183,836,2000,NH,Pres-G,2000_Pres-G_NH,University of Connecticut,347,TRUE,TRUE,NA,NA,2000-09-17,2000-11-07,51,522,Al Gore,222,DEM,44,46.80317916078731,George W. Bush,241,REP,34,48.07030985044308,10,-1.2671306896557724 +6608,8078,836,2000,NH,Pres-G,2000_Pres-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,NA,NA,2000-10-03,2000-11-07,35,626,Al Gore,222,DEM,44,46.80317916078731,George W. Bush,241,REP,38,48.07030985044308,6,-1.2671306896557724 +6575,8045,836,2000,NH,Pres-G,2000_Pres-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2000-10-07,2000-11-07,31,600,Al Gore,222,DEM,46,46.80317916078731,George W. Bush,241,REP,38,48.07030985044308,8,-1.2671306896557724 +6568,8038,836,2000,NH,Pres-G,2000_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2000-10-09,2000-11-07,29,707,Al Gore,222,DEM,43,46.80317916078731,George W. Bush,241,REP,39,48.07030985044308,4,-1.2671306896557724 +54500,117058,836,2000,NH,Pres-G,2000_Pres-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,1338,Al Gore,222,DEM,38,46.80317916078731,George W. Bush,241,REP,46,48.07030985044308,-8,-1.2671306896557724 +6404,7869,836,2000,NH,Pres-G,2000_Pres-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2000-10-24,2000-11-07,14,885,Al Gore,222,DEM,43,46.80317916078731,George W. Bush,241,REP,40,48.07030985044308,3,-1.2671306896557724 +6248,7704,836,2000,NH,Pres-G,2000_Pres-G_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,487,Al Gore,222,DEM,43,46.80317916078731,George W. Bush,241,REP,42,48.07030985044308,1,-1.2671306896557724 +6211,7666,836,2000,NH,Pres-G,2000_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,600,Al Gore,222,DEM,40,46.80317916078731,George W. Bush,241,REP,45,48.07030985044308,-5,-1.2671306896557724 +6162,7615,836,2000,NH,Pres-G,2000_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Al Gore,222,DEM,38,46.80317916078731,George W. Bush,241,REP,48,48.07030985044308,-10,-1.2671306896557724 +54504,116978,836,2000,NH,Pres-G,2000_Pres-G_NH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1400,Al Gore,222,DEM,47,46.80317916078731,George W. Bush,241,REP,45,48.07030985044308,2,-1.2671306896557724 +6164,7617,836,2000,NH,Pres-G,2000_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,801,Al Gore,222,DEM,39,46.80317916078731,George W. Bush,241,REP,45,48.07030985044308,-6,-1.2671306896557724 +6784,8265,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2000-09-10,2000-11-07,58,670,Al Gore,222,DEM,47,56.12560891508792,George W. Bush,241,REP,34,40.29124385907997,13,15.834365056007954 +6742,8218,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2000-09-14,2000-11-07,54,500,Al Gore,222,DEM,50,56.12560891508792,George W. Bush,241,REP,32,40.29124385907997,18,15.834365056007954 +6805,8289,837,2000,NJ,Pres-G,2000_Pres-G_NJ,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,47,56.12560891508792,George W. Bush,241,REP,36,40.29124385907997,11,15.834365056007954 +6637,8107,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-09-28,2000-11-07,40,820,Al Gore,222,DEM,50,56.12560891508792,George W. Bush,241,REP,36,40.29124385907997,14,15.834365056007954 +73382,144055,837,2000,NJ,Pres-G,2000_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-11,2000-11-07,27,500,Al Gore,222,DEM,50,56.12560891508792,George W. Bush,241,REP,42,40.29124385907997,8,15.834365056007954 +25748,7987,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Gannett New Jersey,760,FALSE,TRUE,NA,NA,2000-10-13,2000-11-07,25,510,Al Gore,222,DEM,45,56.12560891508792,George W. Bush,241,REP,31,40.29124385907997,14,15.834365056007954 +6502,7971,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,707,Al Gore,222,DEM,46,56.12560891508792,George W. Bush,241,REP,38,40.29124385907997,8,15.834365056007954 +6503,7972,837,2000,NJ,Pres-G,2000_Pres-G_NJ,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2000-10-14,2000-11-07,24,908,Al Gore,222,DEM,49,56.12560891508792,George W. Bush,241,REP,34,40.29124385907997,15,15.834365056007954 +6464,7933,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,909,Al Gore,222,DEM,47,56.12560891508792,George W. Bush,241,REP,41,40.29124385907997,6,15.834365056007954 +63733,117334,837,2000,NJ,Pres-G,2000_Pres-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-24,2000-11-07,14,500,Al Gore,222,DEM,49,56.12560891508792,George W. Bush,241,REP,45,40.29124385907997,4,15.834365056007954 +6383,7845,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,432,Al Gore,222,DEM,47,56.12560891508792,George W. Bush,241,REP,35,40.29124385907997,12,15.834365056007954 +6338,7797,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Gannett New Jersey,760,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,575,Al Gore,222,DEM,41,56.12560891508792,George W. Bush,241,REP,36,40.29124385907997,5,15.834365056007954 +6370,7831,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,707,Al Gore,222,DEM,50,56.12560891508792,George W. Bush,241,REP,38,40.29124385907997,12,15.834365056007954 +63638,117110,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-30,2000-11-07,8,594,Al Gore,222,DEM,45,56.12560891508792,George W. Bush,241,REP,39,40.29124385907997,6,15.834365056007954 +6163,7616,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Gannett New Jersey,760,FALSE,TRUE,Live Phone,NA,2000-11-03,2000-11-07,4,843,Al Gore,222,DEM,47,56.12560891508792,George W. Bush,241,REP,34,40.29124385907997,13,15.834365056007954 +63564,117003,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,7217,Al Gore,222,DEM,54,56.12560891508792,George W. Bush,241,REP,40,40.29124385907997,14,15.834365056007954 +6175,7628,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,770,Al Gore,222,DEM,49,56.12560891508792,George W. Bush,241,REP,41,40.29124385907997,8,15.834365056007954 +63653,117149,837,2000,NJ,Pres-G,2000_Pres-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,637,Al Gore,222,DEM,46,56.12560891508792,George W. Bush,241,REP,40,40.29124385907997,6,15.834365056007954 +6762,8240,838,2000,NM,Pres-G,2000_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,553,Al Gore,222,DEM,42,47.908554054844174,George W. Bush,241,REP,43,47.84741189933261,-1,0.061142155511561214 +6835,8320,838,2000,NM,Pres-G,2000_Pres-G_NM,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,46,47.908554054844174,George W. Bush,241,REP,40,47.84741189933261,6,0.061142155511561214 +6640,8110,838,2000,NM,Pres-G,2000_Pres-G_NM,New Mexico State University,230,FALSE,TRUE,NA,NA,2000-09-27,2000-11-07,41,600,Al Gore,222,DEM,42,47.908554054844174,George W. Bush,241,REP,42,47.84741189933261,0,0.061142155511561214 +6624,8094,838,2000,NM,Pres-G,2000_Pres-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-29,2000-11-07,39,422,Al Gore,222,DEM,41,47.908554054844174,George W. Bush,241,REP,44,47.84741189933261,-3,0.061142155511561214 +6171,7624,838,2000,NM,Pres-G,2000_Pres-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,625,Al Gore,222,DEM,45,47.908554054844174,George W. Bush,241,REP,45,47.84741189933261,0,0.061142155511561214 +6232,7687,838,2000,NM,Pres-G,2000_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,769,Al Gore,222,DEM,41,47.908554054844174,George W. Bush,241,REP,44,47.84741189933261,-3,0.061142155511561214 +63565,117004,838,2000,NM,Pres-G,2000_Pres-G_NM,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1657,Al Gore,222,DEM,49,47.908554054844174,George W. Bush,241,REP,44,47.84741189933261,5,0.061142155511561214 +6755,8233,839,2000,NV,Pres-G,2000_Pres-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-11,2000-11-07,57,627,Al Gore,222,DEM,42,45.975663825804226,George W. Bush,241,REP,46,49.52214394797773,-4,-3.546480122173506 +6814,8298,839,2000,NV,Pres-G,2000_Pres-G_NV,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,41,45.975663825804226,George W. Bush,241,REP,44,49.52214394797773,-3,-3.546480122173506 +6689,8160,839,2000,NV,Pres-G,2000_Pres-G_NV,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2000-09-20,2000-11-07,48,600,Al Gore,222,DEM,44,45.975663825804226,George W. Bush,241,REP,43,49.52214394797773,1,-3.546480122173506 +73381,144054,839,2000,NV,Pres-G,2000_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-24,2000-11-07,44,500,Al Gore,222,DEM,48,45.975663825804226,George W. Bush,241,REP,43,49.52214394797773,5,-3.546480122173506 +73380,144053,839,2000,NV,Pres-G,2000_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-08,2000-11-07,30,500,Al Gore,222,DEM,46,45.975663825804226,George W. Bush,241,REP,47,49.52214394797773,-1,-3.546480122173506 +63614,117079,839,2000,NV,Pres-G,2000_Pres-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-23,2000-11-07,15,817,Al Gore,222,DEM,37,45.975663825804226,George W. Bush,241,REP,49,49.52214394797773,-12,-3.546480122173506 +6325,7783,839,2000,NV,Pres-G,2000_Pres-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,625,Al Gore,222,DEM,43,45.975663825804226,George W. Bush,241,REP,47,49.52214394797773,-4,-3.546480122173506 +63745,117362,839,2000,NV,Pres-G,2000_Pres-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-31,2000-11-07,7,500,Al Gore,222,DEM,44,45.975663825804226,George W. Bush,241,REP,49,49.52214394797773,-5,-3.546480122173506 +63566,117005,839,2000,NV,Pres-G,2000_Pres-G_NV,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1835,Al Gore,222,DEM,45,45.975663825804226,George W. Bush,241,REP,48,49.52214394797773,-3,-3.546480122173506 +6783,8263,840,2000,NY,Pres-G,2000_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-09-08,2000-11-07,60,480,Al Gore,222,DEM,58,56.639270482305506,George W. Bush,241,REP,31,32.44981656457451,27,24.189453917730994 +6844,8329,840,2000,NY,Pres-G,2000_Pres-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-09-07,2000-11-07,61,803,Al Gore,222,DEM,56,56.639270482305506,George W. Bush,241,REP,29,32.44981656457451,27,24.189453917730994 +6761,8239,840,2000,NY,Pres-G,2000_Pres-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2000-09-09,2000-11-07,59,850,Al Gore,222,DEM,55,56.639270482305506,George W. Bush,241,REP,28,32.44981656457451,27,24.189453917730994 +6747,8224,840,2000,NY,Pres-G,2000_Pres-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2000-09-12,2000-11-07,56,707,Al Gore,222,DEM,51,56.639270482305506,George W. Bush,241,REP,30,32.44981656457451,21,24.189453917730994 +25763,8161,840,2000,NY,Pres-G,2000_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-09-19,2000-11-07,49,480,Al Gore,222,DEM,58,56.639270482305506,George W. Bush,241,REP,33,32.44981656457451,25,24.189453917730994 +6832,8317,840,2000,NY,Pres-G,2000_Pres-G_NY,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,55,56.639270482305506,George W. Bush,241,REP,30,32.44981656457451,25,24.189453917730994 +6684,8155,840,2000,NY,Pres-G,2000_Pres-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-09-22,2000-11-07,46,889,Al Gore,222,DEM,54,56.639270482305506,George W. Bush,241,REP,34,32.44981656457451,20,24.189453917730994 +6662,8132,840,2000,NY,Pres-G,2000_Pres-G_NY,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2000-09-25,2000-11-07,43,851,Al Gore,222,DEM,60,56.639270482305506,George W. Bush,241,REP,31,32.44981656457451,29,24.189453917730994 +73385,144058,840,2000,NY,Pres-G,2000_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-27,2000-11-07,41,500,Al Gore,222,DEM,56,56.639270482305506,George W. Bush,241,REP,35,32.44981656457451,21,24.189453917730994 +6622,8092,840,2000,NY,Pres-G,2000_Pres-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-30,2000-11-07,38,702,Al Gore,222,DEM,51,56.639270482305506,George W. Bush,241,REP,35,32.44981656457451,16,24.189453917730994 +6606,8076,840,2000,NY,Pres-G,2000_Pres-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2000-10-03,2000-11-07,35,850,Al Gore,222,DEM,52,56.639270482305506,George W. Bush,241,REP,30,32.44981656457451,22,24.189453917730994 +73384,144057,840,2000,NY,Pres-G,2000_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-08,2000-11-07,30,500,Al Gore,222,DEM,51,56.639270482305506,George W. Bush,241,REP,39,32.44981656457451,12,24.189453917730994 +25762,8001,840,2000,NY,Pres-G,2000_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-10-10,2000-11-07,28,473,Al Gore,222,DEM,54,56.639270482305506,George W. Bush,241,REP,36,32.44981656457451,18,24.189453917730994 +6527,7996,840,2000,NY,Pres-G,2000_Pres-G_NY,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2000-10-13,2000-11-07,25,795,Al Gore,222,DEM,60,56.639270482305506,George W. Bush,241,REP,31,32.44981656457451,29,24.189453917730994 +63611,117075,840,2000,NY,Pres-G,2000_Pres-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,781,Al Gore,222,DEM,48,56.639270482305506,George W. Bush,241,REP,37,32.44981656457451,11,24.189453917730994 +73383,144056,840,2000,NY,Pres-G,2000_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-23,2000-11-07,15,500,Al Gore,222,DEM,54,56.639270482305506,George W. Bush,241,REP,39,32.44981656457451,15,24.189453917730994 +6398,7863,840,2000,NY,Pres-G,2000_Pres-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2000-10-24,2000-11-07,14,844,Al Gore,222,DEM,55,56.639270482305506,George W. Bush,241,REP,31,32.44981656457451,24,24.189453917730994 +25947,7794,840,2000,NY,Pres-G,2000_Pres-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,700,Al Gore,222,DEM,50,56.639270482305506,George W. Bush,241,REP,36,32.44981656457451,14,24.189453917730994 +6343,7802,840,2000,NY,Pres-G,2000_Pres-G_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,871,Al Gore,222,DEM,55,56.639270482305506,George W. Bush,241,REP,35,32.44981656457451,20,24.189453917730994 +25761,7725,840,2000,NY,Pres-G,2000_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,516,Al Gore,222,DEM,50,56.639270482305506,George W. Bush,241,REP,36,32.44981656457451,14,24.189453917730994 +6369,7830,840,2000,NY,Pres-G,2000_Pres-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,707,Al Gore,222,DEM,54,56.639270482305506,George W. Bush,241,REP,33,32.44981656457451,21,24.189453917730994 +25944,7722,840,2000,NY,Pres-G,2000_Pres-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,700,Al Gore,222,DEM,51,56.639270482305506,George W. Bush,241,REP,36,32.44981656457451,15,24.189453917730994 +6281,7738,840,2000,NY,Pres-G,2000_Pres-G_NY,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-30,2000-11-07,8,844,Al Gore,222,DEM,51,56.639270482305506,George W. Bush,241,REP,38,32.44981656457451,13,24.189453917730994 +63746,117363,840,2000,NY,Pres-G,2000_Pres-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Al Gore,222,DEM,55,56.639270482305506,George W. Bush,241,REP,36,32.44981656457451,19,24.189453917730994 +25941,7636,840,2000,NY,Pres-G,2000_Pres-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,700,Al Gore,222,DEM,52,56.639270482305506,George W. Bush,241,REP,38,32.44981656457451,14,24.189453917730994 +6217,7672,840,2000,NY,Pres-G,2000_Pres-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,883,Al Gore,222,DEM,55,56.639270482305506,George W. Bush,241,REP,31,32.44981656457451,24,24.189453917730994 +63652,117148,840,2000,NY,Pres-G,2000_Pres-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-04,2000-11-07,3,680,Al Gore,222,DEM,50,56.639270482305506,George W. Bush,241,REP,36,32.44981656457451,14,24.189453917730994 +63567,117006,840,2000,NY,Pres-G,2000_Pres-G_NY,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,13590,Al Gore,222,DEM,53,56.639270482305506,George W. Bush,241,REP,38,32.44981656457451,15,24.189453917730994 +6190,7644,840,2000,NY,Pres-G,2000_Pres-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2000-11-02,2000-11-07,5,851,Al Gore,222,DEM,53,56.639270482305506,George W. Bush,241,REP,33,32.44981656457451,20,24.189453917730994 +6142,7595,840,2000,NY,Pres-G,2000_Pres-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-11-04,2000-11-07,3,580,Al Gore,222,DEM,55,56.639270482305506,George W. Bush,241,REP,37,32.44981656457451,18,24.189453917730994 +6165,7618,840,2000,NY,Pres-G,2000_Pres-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,979,Al Gore,222,DEM,55,56.639270482305506,George W. Bush,241,REP,34,32.44981656457451,21,24.189453917730994 +65026,120626,840,2000,NY,Pres-G,2000_Pres-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,689,Al Gore,222,DEM,56,56.639270482305506,George W. Bush,241,REP,37,32.44981656457451,19,24.189453917730994 +6779,8260,841,2000,OH,Pres-G,2000_Pres-G_OH,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,400,Al Gore,222,DEM,41,46.44042809035648,George W. Bush,241,REP,43,49.98647383516539,-2,-3.5460457448089144 +6851,8336,841,2000,OH,Pres-G,2000_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2000-09-11,2000-11-07,57,628,Al Gore,222,DEM,43,46.44042809035648,George W. Bush,241,REP,47,49.98647383516539,-4,-3.5460457448089144 +6739,8215,841,2000,OH,Pres-G,2000_Pres-G_OH,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2000-09-14,2000-11-07,54,500,Al Gore,222,DEM,42,46.44042809035648,George W. Bush,241,REP,40,49.98647383516539,2,-3.5460457448089144 +6840,8325,841,2000,OH,Pres-G,2000_Pres-G_OH,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,44,46.44042809035648,George W. Bush,241,REP,46,49.98647383516539,-2,-3.5460457448089144 +6800,8284,841,2000,OH,Pres-G,2000_Pres-G_OH,Ohio University,237,FALSE,TRUE,NA,NA,2000-09-13,2000-11-07,55,298,Al Gore,222,DEM,44,46.44042809035648,George W. Bush,241,REP,42,49.98647383516539,2,-3.5460457448089144 +6669,8140,841,2000,OH,Pres-G,2000_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2000-09-26,2000-11-07,42,2468,Al Gore,222,DEM,43,46.44042809035648,George W. Bush,241,REP,48,49.98647383516539,-5,-3.5460457448089144 +73386,144061,841,2000,OH,Pres-G,2000_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-04,2000-11-07,34,500,Al Gore,222,DEM,46,46.44042809035648,George W. Bush,241,REP,47,49.98647383516539,-1,-3.5460457448089144 +6462,7931,841,2000,OH,Pres-G,2000_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,625,Al Gore,222,DEM,41,46.44042809035648,George W. Bush,241,REP,45,49.98647383516539,-4,-3.5460457448089144 +6599,8069,841,2000,OH,Pres-G,2000_Pres-G_OH,Ohio University,237,FALSE,TRUE,NA,NA,2000-10-12,2000-11-07,26,1037,Al Gore,222,DEM,45,46.44042809035648,George W. Bush,241,REP,43,49.98647383516539,2,-3.5460457448089144 +6600,8070,841,2000,OH,Pres-G,2000_Pres-G_OH,Ohio State University,236,TRUE,TRUE,NA,NA,2000-10-12,2000-11-07,26,1037,Al Gore,222,DEM,45,46.44042809035648,George W. Bush,241,REP,43,49.98647383516539,2,-3.5460457448089144 +63615,117080,841,2000,OH,Pres-G,2000_Pres-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-23,2000-11-07,15,929,Al Gore,222,DEM,39,46.44042809035648,George W. Bush,241,REP,48,49.98647383516539,-9,-3.5460457448089144 +25897,7922,841,2000,OH,Pres-G,2000_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,666,Al Gore,222,DEM,42,46.44042809035648,George W. Bush,241,REP,50,49.98647383516539,-8,-3.5460457448089144 +6336,7795,841,2000,OH,Pres-G,2000_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Al Gore,222,DEM,43,46.44042809035648,George W. Bush,241,REP,49,49.98647383516539,-6,-3.5460457448089144 +6251,7707,841,2000,OH,Pres-G,2000_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Al Gore,222,DEM,40,46.44042809035648,George W. Bush,241,REP,48,49.98647383516539,-8,-3.5460457448089144 +6167,7620,841,2000,OH,Pres-G,2000_Pres-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,625,Al Gore,222,DEM,40,46.44042809035648,George W. Bush,241,REP,46,49.98647383516539,-6,-3.5460457448089144 +63748,117365,841,2000,OH,Pres-G,2000_Pres-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Al Gore,222,DEM,43,46.44042809035648,George W. Bush,241,REP,50,49.98647383516539,-7,-3.5460457448089144 +6183,7637,841,2000,OH,Pres-G,2000_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Al Gore,222,DEM,41,46.44042809035648,George W. Bush,241,REP,51,49.98647383516539,-10,-3.5460457448089144 +6299,7757,841,2000,OH,Pres-G,2000_Pres-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2000-10-31,2000-11-07,7,2050,Al Gore,222,DEM,42,46.44042809035648,George W. Bush,241,REP,52,49.98647383516539,-10,-3.5460457448089144 +63568,117007,841,2000,OH,Pres-G,2000_Pres-G_OH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,10975,Al Gore,222,DEM,46,46.44042809035648,George W. Bush,241,REP,49,49.98647383516539,-3,-3.5460457448089144 +25896,7629,841,2000,OH,Pres-G,2000_Pres-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1273,Al Gore,222,DEM,43,46.44042809035648,George W. Bush,241,REP,53,49.98647383516539,-10,-3.5460457448089144 +65027,120627,841,2000,OH,Pres-G,2000_Pres-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,589,Al Gore,222,DEM,45,46.44042809035648,George W. Bush,241,REP,48,49.98647383516539,-3,-3.5460457448089144 +6836,8321,842,2000,OK,Pres-G,2000_Pres-G_OK,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,40,38.426904569573395,George W. Bush,241,REP,50,60.307852108482294,-10,-21.8809475389089 +6649,8119,842,2000,OK,Pres-G,2000_Pres-G_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,NA,NA,2000-09-26,2000-11-07,42,500,Al Gore,222,DEM,40,38.426904569573395,George W. Bush,241,REP,51,60.307852108482294,-11,-21.8809475389089 +6666,8136,842,2000,OK,Pres-G,2000_Pres-G_OK,Consumer Logic,59,FALSE,TRUE,NA,NA,2000-09-27,2000-11-07,41,750,Al Gore,222,DEM,33,38.426904569573395,George W. Bush,241,REP,51,60.307852108482294,-18,-21.8809475389089 +6153,7606,842,2000,OK,Pres-G,2000_Pres-G_OK,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,625,Al Gore,222,DEM,39,38.426904569573395,George W. Bush,241,REP,54,60.307852108482294,-15,-21.8809475389089 +63569,117008,842,2000,OK,Pres-G,2000_Pres-G_OK,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,3206,Al Gore,222,DEM,37,38.426904569573395,George W. Bush,241,REP,59,60.307852108482294,-22,-21.8809475389089 +6848,8333,843,2000,OR,Pres-G,2000_Pres-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,2000-09-08,2000-11-07,60,611,Al Gore,222,DEM,42,46.95994002412073,George W. Bush,241,REP,41,46.51892173799668,1,0.4410182861240557 +6820,8305,843,2000,OR,Pres-G,2000_Pres-G_OR,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,45,46.95994002412073,George W. Bush,241,REP,39,46.51892173799668,6,0.4410182861240557 +75511,144063,843,2000,OR,Pres-G,2000_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-27,2000-11-07,41,500,Al Gore,222,DEM,46,46.95994002412073,George W. Bush,241,REP,47,46.51892173799668,-1,0.4410182861240557 +6604,8074,843,2000,OR,Pres-G,2000_Pres-G_OR,Riley Research Associates,290,FALSE,FALSE,NA,NA,2000-10-07,2000-11-07,31,522,Al Gore,222,DEM,40,46.95994002412073,George W. Bush,241,REP,44,46.51892173799668,-4,0.4410182861240557 +6505,7974,843,2000,OR,Pres-G,2000_Pres-G_OR,American Research Group,9,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,600,Al Gore,222,DEM,44,46.95994002412073,George W. Bush,241,REP,43,46.51892173799668,1,0.4410182861240557 +63607,117071,843,2000,OR,Pres-G,2000_Pres-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,1352,Al Gore,222,DEM,38,46.95994002412073,George W. Bush,241,REP,43,46.51892173799668,-5,0.4410182861240557 +6430,7899,843,2000,OR,Pres-G,2000_Pres-G_OR,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,600,Al Gore,222,DEM,41,46.95994002412073,George W. Bush,241,REP,45,46.51892173799668,-4,0.4410182861240557 +75510,144062,843,2000,OR,Pres-G,2000_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-25,2000-11-07,13,500,Al Gore,222,DEM,42,46.95994002412073,George W. Bush,241,REP,48,46.51892173799668,-6,0.4410182861240557 +63741,117349,843,2000,OR,Pres-G,2000_Pres-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-29,2000-11-07,9,500,Al Gore,222,DEM,42,46.95994002412073,George W. Bush,241,REP,50,46.51892173799668,-8,0.4410182861240557 +6374,7835,843,2000,OR,Pres-G,2000_Pres-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Al Gore,222,DEM,45,46.95994002412073,George W. Bush,241,REP,44,46.51892173799668,1,0.4410182861240557 +63570,117009,843,2000,OR,Pres-G,2000_Pres-G_OR,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,3376,Al Gore,222,DEM,49,46.95994002412073,George W. Bush,241,REP,42,46.51892173799668,7,0.4410182861240557 +6780,8261,844,2000,PA,Pres-G,2000_Pres-G_PA,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,400,Al Gore,222,DEM,51,50.60817131276612,George W. Bush,241,REP,33,46.43813292862545,18,4.170038384140668 +6746,8223,844,2000,PA,Pres-G,2000_Pres-G_PA,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2000-09-14,2000-11-07,54,500,Al Gore,222,DEM,43,50.60817131276612,George W. Bush,241,REP,38,46.43813292862545,5,4.170038384140668 +6806,8290,844,2000,PA,Pres-G,2000_Pres-G_PA,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,44,50.60817131276612,George W. Bush,241,REP,41,46.43813292862545,3,4.170038384140668 +6639,8109,844,2000,PA,Pres-G,2000_Pres-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-27,2000-11-07,41,626,Al Gore,222,DEM,45,50.60817131276612,George W. Bush,241,REP,41,46.43813292862545,4,4.170038384140668 +25813,8093,844,2000,PA,Pres-G,2000_Pres-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,NA,NA,2000-09-30,2000-11-07,38,550,Al Gore,222,DEM,49,50.60817131276612,George W. Bush,241,REP,37,46.43813292862545,12,4.170038384140668 +75514,144066,844,2000,PA,Pres-G,2000_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-02,2000-11-07,36,800,Al Gore,222,DEM,51,50.60817131276612,George W. Bush,241,REP,45,46.43813292862545,6,4.170038384140668 +6549,8018,844,2000,PA,Pres-G,2000_Pres-G_PA,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2000-10-08,2000-11-07,30,800,Al Gore,222,DEM,42,50.60817131276612,George W. Bush,241,REP,40,46.43813292862545,2,4.170038384140668 +6592,8062,844,2000,PA,Pres-G,2000_Pres-G_PA,University of Connecticut,347,TRUE,TRUE,NA,NA,2000-10-07,2000-11-07,31,596,Al Gore,222,DEM,42,50.60817131276612,George W. Bush,241,REP,36,46.43813292862545,6,4.170038384140668 +6507,7976,844,2000,PA,Pres-G,2000_Pres-G_PA,American Research Group,9,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,600,Al Gore,222,DEM,46,50.60817131276612,George W. Bush,241,REP,45,46.43813292862545,1,4.170038384140668 +75513,144065,844,2000,PA,Pres-G,2000_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-16,2000-11-07,22,800,Al Gore,222,DEM,47,50.60817131276612,George W. Bush,241,REP,48,46.43813292862545,-1,4.170038384140668 +6472,7941,844,2000,PA,Pres-G,2000_Pres-G_PA,Lincoln Institute,170,FALSE,FALSE,Live Phone,NA,2000-10-17,2000-11-07,21,728,Al Gore,222,DEM,42,50.60817131276612,George W. Bush,241,REP,42,46.43813292862545,0,4.170038384140668 +63600,117064,844,2000,PA,Pres-G,2000_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-18,2000-11-07,20,1043,Al Gore,222,DEM,42,50.60817131276612,George W. Bush,241,REP,43,46.43813292862545,-1,4.170038384140668 +6443,7913,844,2000,PA,Pres-G,2000_Pres-G_PA,West Chester University,377,FALSE,TRUE,Live Phone,NA,2000-10-21,2000-11-07,17,707,Al Gore,222,DEM,44,50.60817131276612,George W. Bush,241,REP,33,46.43813292862545,11,4.170038384140668 +6450,7919,844,2000,PA,Pres-G,2000_Pres-G_PA,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2000-10-22,2000-11-07,16,800,Al Gore,222,DEM,43,50.60817131276612,George W. Bush,241,REP,45,46.43813292862545,-2,4.170038384140668 +6426,7894,844,2000,PA,Pres-G,2000_Pres-G_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,600,Al Gore,222,DEM,48,50.60817131276612,George W. Bush,241,REP,43,46.43813292862545,5,4.170038384140668 +6342,7801,844,2000,PA,Pres-G,2000_Pres-G_PA,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,600,Al Gore,222,DEM,42,50.60817131276612,George W. Bush,241,REP,39,46.43813292862545,3,4.170038384140668 +6406,7871,844,2000,PA,Pres-G,2000_Pres-G_PA,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,400,Al Gore,222,DEM,45,50.60817131276612,George W. Bush,241,REP,40,46.43813292862545,5,4.170038384140668 +6349,7808,844,2000,PA,Pres-G,2000_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,600,Al Gore,222,DEM,40,50.60817131276612,George W. Bush,241,REP,47,46.43813292862545,-7,4.170038384140668 +6315,7773,844,2000,PA,Pres-G,2000_Pres-G_PA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-10-28,2000-11-07,10,420,Al Gore,222,DEM,45,50.60817131276612,George W. Bush,241,REP,47,46.43813292862545,-2,4.170038384140668 +6326,7784,844,2000,PA,Pres-G,2000_Pres-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,Live Phone,NA,2000-10-28,2000-11-07,10,550,Al Gore,222,DEM,42,50.60817131276612,George W. Bush,241,REP,43,46.43813292862545,-1,4.170038384140668 +6277,7734,844,2000,PA,Pres-G,2000_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,600,Al Gore,222,DEM,46,50.60817131276612,George W. Bush,241,REP,42,46.43813292862545,4,4.170038384140668 +63635,117106,844,2000,PA,Pres-G,2000_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,967,Al Gore,222,DEM,42,50.60817131276612,George W. Bush,241,REP,45,46.43813292862545,-3,4.170038384140668 +75512,144064,844,2000,PA,Pres-G,2000_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-30,2000-11-07,8,800,Al Gore,222,DEM,47,50.60817131276612,George W. Bush,241,REP,48,46.43813292862545,-1,4.170038384140668 +6229,7684,844,2000,PA,Pres-G,2000_Pres-G_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,600,Al Gore,222,DEM,48,50.60817131276612,George W. Bush,241,REP,42,46.43813292862545,6,4.170038384140668 +6195,7649,844,2000,PA,Pres-G,2000_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,600,Al Gore,222,DEM,43,50.60817131276612,George W. Bush,241,REP,42,46.43813292862545,1,4.170038384140668 +6174,7627,844,2000,PA,Pres-G,2000_Pres-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,625,Al Gore,222,DEM,48,50.60817131276612,George W. Bush,241,REP,45,46.43813292862545,3,4.170038384140668 +6194,7648,844,2000,PA,Pres-G,2000_Pres-G_PA,Decision Forecasting,77,FALSE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,1032,Al Gore,222,DEM,47,50.60817131276612,George W. Bush,241,REP,43,46.43813292862545,4,4.170038384140668 +63749,117366,844,2000,PA,Pres-G,2000_Pres-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,800,Al Gore,222,DEM,48.01,50.60817131276612,George W. Bush,241,REP,48,46.43813292862545,0.00999999999999801,4.170038384140668 +63644,117138,844,2000,PA,Pres-G,2000_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-02,2000-11-07,5,644,Al Gore,222,DEM,42,50.60817131276612,George W. Bush,241,REP,47,46.43813292862545,-5,4.170038384140668 +63571,117010,844,2000,PA,Pres-G,2000_Pres-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,11301,Al Gore,222,DEM,50,50.60817131276612,George W. Bush,241,REP,45,46.43813292862545,5,4.170038384140668 +6135,7588,844,2000,PA,Pres-G,2000_Pres-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-04,2000-11-07,3,600,Al Gore,222,DEM,50,50.60817131276612,George W. Bush,241,REP,42,46.43813292862545,8,4.170038384140668 +63654,117152,844,2000,PA,Pres-G,2000_Pres-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,1091,Al Gore,222,DEM,43,50.60817131276612,George W. Bush,241,REP,47,46.43813292862545,-4,4.170038384140668 +6807,8291,845,2000,RI,Pres-G,2000_Pres-G_RI,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,54,60.9877001896791,George W. Bush,241,REP,31,31.91179921390719,23,29.075900975771912 +6531,8000,845,2000,RI,Pres-G,2000_Pres-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,2000-10-12,2000-11-07,26,408,Al Gore,222,DEM,46,60.9877001896791,George W. Bush,241,REP,31,31.91179921390719,15,29.075900975771912 +63603,117067,845,2000,RI,Pres-G,2000_Pres-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-19,2000-11-07,19,802,Al Gore,222,DEM,49,60.9877001896791,George W. Bush,241,REP,30,31.91179921390719,19,29.075900975771912 +6416,7883,845,2000,RI,Pres-G,2000_Pres-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2000-10-21,2000-11-07,17,370,Al Gore,222,DEM,47,60.9877001896791,George W. Bush,241,REP,29,31.91179921390719,18,29.075900975771912 +63742,117352,845,2000,RI,Pres-G,2000_Pres-G_RI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-29,2000-11-07,9,500,Al Gore,222,DEM,57,60.9877001896791,George W. Bush,241,REP,31,31.91179921390719,26,29.075900975771912 +6837,8322,846,2000,SC,Pres-G,2000_Pres-G_SC,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,39,40.9015233737649,George W. Bush,241,REP,50,56.86038462261056,-11,-15.958861248845658 +6625,8095,846,2000,SC,Pres-G,2000_Pres-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-29,2000-11-07,39,625,Al Gore,222,DEM,39,40.9015233737649,George W. Bush,241,REP,52,56.86038462261056,-13,-15.958861248845658 +63730,117326,846,2000,SC,Pres-G,2000_Pres-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-22,2000-11-07,16,500,Al Gore,222,DEM,41,40.9015233737649,George W. Bush,241,REP,54,56.86038462261056,-13,-15.958861248845658 +6303,7761,846,2000,SC,Pres-G,2000_Pres-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,625,Al Gore,222,DEM,38,40.9015233737649,George W. Bush,241,REP,53,56.86038462261056,-15,-15.958861248845658 +6829,8314,847,2000,SD,Pres-G,2000_Pres-G_SD,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,34,37.56422539041132,George W. Bush,241,REP,55,60.29677268401266,-21,-22.732547293601336 +6441,7910,847,2000,SD,Pres-G,2000_Pres-G_SD,Jim Meader (KELOLAND-TV),159,FALSE,TRUE,Live Phone,NA,2000-10-23,2000-11-07,15,506,Al Gore,222,DEM,33,37.56422539041132,George W. Bush,241,REP,51,60.29677268401266,-18,-22.732547293601336 +6774,8255,848,2000,TN,Pres-G,2000_Pres-G_TN,Ethridge & Associates LLC,89,FALSE,TRUE,NA,NA,2000-09-08,2000-11-07,60,300,Al Gore,222,DEM,50,47.28489471775341,George W. Bush,241,REP,38,51.14915318076796,12,-3.8642584630145507 +6838,8323,848,2000,TN,Pres-G,2000_Pres-G_TN,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,50,47.28489471775341,George W. Bush,241,REP,39,51.14915318076796,11,-3.8642584630145507 +6650,8120,848,2000,TN,Pres-G,2000_Pres-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-26,2000-11-07,42,625,Al Gore,222,DEM,43,47.28489471775341,George W. Bush,241,REP,46,51.14915318076796,-3,-3.8642584630145507 +63608,117072,848,2000,TN,Pres-G,2000_Pres-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,839,Al Gore,222,DEM,43,47.28489471775341,George W. Bush,241,REP,47,51.14915318076796,-4,-3.8642584630145507 +6340,7799,848,2000,TN,Pres-G,2000_Pres-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,500,Al Gore,222,DEM,44,47.28489471775341,George W. Bush,241,REP,51,51.14915318076796,-7,-3.8642584630145507 +63626,117095,848,2000,TN,Pres-G,2000_Pres-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-28,2000-11-07,10,722,Al Gore,222,DEM,44,47.28489471775341,George W. Bush,241,REP,45,51.14915318076796,-1,-3.8642584630145507 +6272,7729,848,2000,TN,Pres-G,2000_Pres-G_TN,Multi-Quest International,220,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,403,Al Gore,222,DEM,45,47.28489471775341,George W. Bush,241,REP,43,51.14915318076796,2,-3.8642584630145507 +6270,7727,848,2000,TN,Pres-G,2000_Pres-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,500,Al Gore,222,DEM,45,47.28489471775341,George W. Bush,241,REP,48,51.14915318076796,-3,-3.8642584630145507 +6230,7685,848,2000,TN,Pres-G,2000_Pres-G_TN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,600,Al Gore,222,DEM,49,47.28489471775341,George W. Bush,241,REP,43,51.14915318076796,6,-3.8642584630145507 +6255,7711,848,2000,TN,Pres-G,2000_Pres-G_TN,Ethridge & Associates LLC,89,FALSE,TRUE,Live Phone,NA,2000-10-31,2000-11-07,7,550,Al Gore,222,DEM,44,47.28489471775341,George W. Bush,241,REP,47,51.14915318076796,-3,-3.8642584630145507 +6185,7639,848,2000,TN,Pres-G,2000_Pres-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,500,Al Gore,222,DEM,46,47.28489471775341,George W. Bush,241,REP,46,51.14915318076796,0,-3.8642584630145507 +6154,7607,848,2000,TN,Pres-G,2000_Pres-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,625,Al Gore,222,DEM,45,47.28489471775341,George W. Bush,241,REP,49,51.14915318076796,-4,-3.8642584630145507 +63572,117011,848,2000,TN,Pres-G,2000_Pres-G_TN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5187,Al Gore,222,DEM,47,47.28489471775341,George W. Bush,241,REP,49,51.14915318076796,-2,-3.8642584630145507 +65028,120628,848,2000,TN,Pres-G,2000_Pres-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,490,Al Gore,222,DEM,45,47.28489471775341,George W. Bush,241,REP,52,51.14915318076796,-7,-3.8642584630145507 +6841,8326,849,2000,TX,Pres-G,2000_Pres-G_TX,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,30,37.981958091571045,George W. Bush,241,REP,58,59.298599468103454,-28,-21.31664137653241 +6547,8016,849,2000,TX,Pres-G,2000_Pres-G_TX,Scripps Howard,303,FALSE,TRUE,Live Phone,NA,2000-10-20,2000-11-07,18,1000,Al Gore,222,DEM,27,37.981958091571045,George W. Bush,241,REP,57,59.298599468103454,-30,-21.31664137653241 +6155,7608,849,2000,TX,Pres-G,2000_Pres-G_TX,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,625,Al Gore,222,DEM,30,37.981958091571045,George W. Bush,241,REP,64,59.298599468103454,-34,-21.31664137653241 +63573,117012,849,2000,TX,Pres-G,2000_Pres-G_TX,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,17936,Al Gore,222,DEM,39,37.981958091571045,George W. Bush,241,REP,57,59.298599468103454,-18,-21.31664137653241 +63716,117276,849,2000,TX,Pres-G,2000_Pres-G_TX,Scripps Howard,303,FALSE,TRUE,Live Phone,NA,2000-11-03,2000-11-07,4,800,Al Gore,222,DEM,27,37.981958091571045,George W. Bush,241,REP,57,59.298599468103454,-30,-21.31664137653241 +6815,8299,850,2000,UT,Pres-G,2000_Pres-G_UT,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,29,26.344722181136916,George W. Bush,241,REP,57,66.83014295092858,-28,-40.48542076979166 +73279,144704,850,2000,UT,Pres-G,2000_Pres-G_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-09-27,2000-11-07,41,708,Al Gore,222,DEM,23,26.344722181136916,George W. Bush,241,REP,61,66.83014295092858,-38,-40.48542076979166 +6538,8007,850,2000,UT,Pres-G,2000_Pres-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,914,Al Gore,222,DEM,27,26.344722181136916,George W. Bush,241,REP,59,66.83014295092858,-32,-40.48542076979166 +54509,117059,850,2000,UT,Pres-G,2000_Pres-G_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-24,2000-11-07,14,918,Al Gore,222,DEM,24,26.344722181136916,George W. Bush,241,REP,62,66.83014295092858,-38,-40.48542076979166 +54510,116979,850,2000,UT,Pres-G,2000_Pres-G_UT,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1641,Al Gore,222,DEM,25,26.344722181136916,George W. Bush,241,REP,65,66.83014295092858,-40,-40.48542076979166 +6189,7643,850,2000,UT,Pres-G,2000_Pres-G_UT,Valley Research,368,FALSE,TRUE,Live Phone,NA,2000-11-03,2000-11-07,4,1300,Al Gore,222,DEM,24,26.344722181136916,George W. Bush,241,REP,60,66.83014295092858,-36,-40.48542076979166 +6730,8203,851,2000,VA,Pres-G,2000_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,622,Al Gore,222,DEM,39,44.43561054475593,George W. Bush,241,REP,49,52.47372918694905,-10,-8.038118642193119 +6753,8231,851,2000,VA,Pres-G,2000_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,402,Al Gore,222,DEM,43,44.43561054475593,George W. Bush,241,REP,45,52.47372918694905,-2,-8.038118642193119 +6830,8315,851,2000,VA,Pres-G,2000_Pres-G_VA,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,38,44.43561054475593,George W. Bush,241,REP,47,52.47372918694905,-9,-8.038118642193119 +73391,144088,851,2000,VA,Pres-G,2000_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-24,2000-11-07,44,500,Al Gore,222,DEM,43,44.43561054475593,George W. Bush,241,REP,49,52.47372918694905,-6,-8.038118642193119 +73390,144087,851,2000,VA,Pres-G,2000_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-01,2000-11-07,37,500,Al Gore,222,DEM,39,44.43561054475593,George W. Bush,241,REP,53,52.47372918694905,-14,-8.038118642193119 +6675,8146,851,2000,VA,Pres-G,2000_Pres-G_VA,Richmond Times-Dispatch,288,FALSE,TRUE,NA,NA,2000-09-27,2000-11-07,41,507,Al Gore,222,DEM,39,44.43561054475593,George W. Bush,241,REP,46,52.47372918694905,-7,-8.038118642193119 +73389,144086,851,2000,VA,Pres-G,2000_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-08,2000-11-07,30,500,Al Gore,222,DEM,44,44.43561054475593,George W. Bush,241,REP,50,52.47372918694905,-6,-8.038118642193119 +73388,144085,851,2000,VA,Pres-G,2000_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-15,2000-11-07,23,500,Al Gore,222,DEM,45,44.43561054475593,George W. Bush,241,REP,49,52.47372918694905,-4,-8.038118642193119 +6454,7923,851,2000,VA,Pres-G,2000_Pres-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,596,Al Gore,222,DEM,40,44.43561054475593,George W. Bush,241,REP,54,52.47372918694905,-14,-8.038118642193119 +6377,7838,851,2000,VA,Pres-G,2000_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,627,Al Gore,222,DEM,41,44.43561054475593,George W. Bush,241,REP,48,52.47372918694905,-7,-8.038118642193119 +63619,117084,851,2000,VA,Pres-G,2000_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-24,2000-11-07,14,1100,Al Gore,222,DEM,38,44.43561054475593,George W. Bush,241,REP,50,52.47372918694905,-12,-8.038118642193119 +25901,7878,851,2000,VA,Pres-G,2000_Pres-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,1009,Al Gore,222,DEM,45,44.43561054475593,George W. Bush,241,REP,49,52.47372918694905,-4,-8.038118642193119 +73387,144084,851,2000,VA,Pres-G,2000_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-29,2000-11-07,9,500,Al Gore,222,DEM,43,44.43561054475593,George W. Bush,241,REP,52,52.47372918694905,-9,-8.038118642193119 +6231,7686,851,2000,VA,Pres-G,2000_Pres-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,625,Al Gore,222,DEM,41,44.43561054475593,George W. Bush,241,REP,49,52.47372918694905,-8,-8.038118642193119 +63639,117112,851,2000,VA,Pres-G,2000_Pres-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-30,2000-11-07,8,897,Al Gore,222,DEM,40,44.43561054475593,George W. Bush,241,REP,50,52.47372918694905,-10,-8.038118642193119 +6304,7762,851,2000,VA,Pres-G,2000_Pres-G_VA,Richmond Times-Dispatch,288,FALSE,TRUE,Live Phone,NA,2000-10-30,2000-11-07,8,735,Al Gore,222,DEM,40,44.43561054475593,George W. Bush,241,REP,46,52.47372918694905,-6,-8.038118642193119 +63574,117013,851,2000,VA,Pres-G,2000_Pres-G_VA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,7488,Al Gore,222,DEM,45,44.43561054475593,George W. Bush,241,REP,51,52.47372918694905,-6,-8.038118642193119 +63752,117374,851,2000,VA,Pres-G,2000_Pres-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-04,2000-11-07,3,500,Al Gore,222,DEM,42,44.43561054475593,George W. Bush,241,REP,53,52.47372918694905,-11,-8.038118642193119 +6831,8316,852,2000,VT,Pres-G,2000_Pres-G_VT,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,50,50.63470921619528,George W. Bush,241,REP,32,40.69716079753184,18,9.93754841866344 +6463,7932,852,2000,VT,Pres-G,2000_Pres-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,628,Al Gore,222,DEM,47,50.63470921619528,George W. Bush,241,REP,38,40.69716079753184,9,9.93754841866344 +54518,117060,852,2000,VT,Pres-G,2000_Pres-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-26,2000-11-07,12,1000,Al Gore,222,DEM,45,50.63470921619528,George W. Bush,241,REP,39,40.69716079753184,6,9.93754841866344 +6754,8232,853,2000,WA,Pres-G,2000_Pres-G_WA,EMC Research,130,FALSE,FALSE,NA,NA,2000-09-11,2000-11-07,57,500,Al Gore,222,DEM,45,50.158215316754266,George W. Bush,241,REP,41,44.5786479475025,4,5.5795673692517624 +6816,8300,853,2000,WA,Pres-G,2000_Pres-G_WA,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,45,50.158215316754266,George W. Bush,241,REP,37,44.5786479475025,8,5.5795673692517624 +73395,144089,853,2000,WA,Pres-G,2000_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-20,2000-11-07,48,500,Al Gore,222,DEM,46,50.158215316754266,George W. Bush,241,REP,44,44.5786479475025,2,5.5795673692517624 +6673,8144,853,2000,WA,Pres-G,2000_Pres-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2000-09-23,2000-11-07,45,400,Al Gore,222,DEM,44,50.158215316754266,George W. Bush,241,REP,37,44.5786479475025,7,5.5795673692517624 +73394,144091,853,2000,WA,Pres-G,2000_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-01,2000-11-07,37,500,Al Gore,222,DEM,46,50.158215316754266,George W. Bush,241,REP,42,44.5786479475025,4,5.5795673692517624 +73393,144090,853,2000,WA,Pres-G,2000_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-15,2000-11-07,23,500,Al Gore,222,DEM,44,50.158215316754266,George W. Bush,241,REP,44,44.5786479475025,0,5.5795673692517624 +6508,7977,853,2000,WA,Pres-G,2000_Pres-G_WA,American Research Group,9,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,600,Al Gore,222,DEM,45,50.158215316754266,George W. Bush,241,REP,43,44.5786479475025,2,5.5795673692517624 +6451,7920,853,2000,WA,Pres-G,2000_Pres-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2000-10-19,2000-11-07,19,400,Al Gore,222,DEM,46,50.158215316754266,George W. Bush,241,REP,37,44.5786479475025,9,5.5795673692517624 +6489,7958,853,2000,WA,Pres-G,2000_Pres-G_WA,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2000-10-21,2000-11-07,17,500,Al Gore,222,DEM,44,50.158215316754266,George W. Bush,241,REP,38,44.5786479475025,6,5.5795673692517624 +6321,7779,853,2000,WA,Pres-G,2000_Pres-G_WA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,500,Al Gore,222,DEM,46,50.158215316754266,George W. Bush,241,REP,43,44.5786479475025,3,5.5795673692517624 +6252,7708,853,2000,WA,Pres-G,2000_Pres-G_WA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,500,Al Gore,222,DEM,45,50.158215316754266,George W. Bush,241,REP,43,44.5786479475025,2,5.5795673692517624 +54524,117321,853,2000,WA,Pres-G,2000_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-31,2000-11-07,7,500,Al Gore,222,DEM,46,50.158215316754266,George W. Bush,241,REP,44,44.5786479475025,2,5.5795673692517624 +6170,7623,853,2000,WA,Pres-G,2000_Pres-G_WA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,500,Al Gore,222,DEM,46,50.158215316754266,George W. Bush,241,REP,43,44.5786479475025,3,5.5795673692517624 +54525,116980,853,2000,WA,Pres-G,2000_Pres-G_WA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,6549,Al Gore,222,DEM,46,50.158215316754266,George W. Bush,241,REP,47,44.5786479475025,-1,5.5795673692517624 +65029,120629,853,2000,WA,Pres-G,2000_Pres-G_WA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,504,Al Gore,222,DEM,50,50.158215316754266,George W. Bush,241,REP,43,44.5786479475025,7,5.5795673692517624 +63656,117154,853,2000,WA,Pres-G,2000_Pres-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,909,Al Gore,222,DEM,43,50.158215316754266,George W. Bush,241,REP,44,44.5786479475025,-1,5.5795673692517624 +6697,8168,854,2000,WI,Pres-G,2000_Pres-G_WI,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2000-09-19,2000-11-07,49,500,Al Gore,222,DEM,43,47.832819660687434,George W. Bush,241,REP,38,47.613163514144304,5,0.21965614654313015 +6817,8301,854,2000,WI,Pres-G,2000_Pres-G_WI,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,43,47.832819660687434,George W. Bush,241,REP,39,47.613163514144304,4,0.21965614654313015 +6447,7916,854,2000,WI,Pres-G,2000_Pres-G_WI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,587,Al Gore,222,DEM,40,47.832819660687434,George W. Bush,241,REP,49,47.613163514144304,-9,0.21965614654313015 +6452,7921,854,2000,WI,Pres-G,2000_Pres-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,413,Al Gore,222,DEM,46,47.832819660687434,George W. Bush,241,REP,39,47.613163514144304,7,0.21965614654313015 +6407,7872,854,2000,WI,Pres-G,2000_Pres-G_WI,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,400,Al Gore,222,DEM,43,47.832819660687434,George W. Bush,241,REP,42,47.613163514144304,1,0.21965614654313015 +6322,7780,854,2000,WI,Pres-G,2000_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,500,Al Gore,222,DEM,49,47.832819660687434,George W. Bush,241,REP,40,47.613163514144304,9,0.21965614654313015 +6362,7821,854,2000,WI,Pres-G,2000_Pres-G_WI,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,500,Al Gore,222,DEM,39,47.832819660687434,George W. Bush,241,REP,46,47.613163514144304,-7,0.21965614654313015 +6267,7724,854,2000,WI,Pres-G,2000_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,500,Al Gore,222,DEM,45,47.832819660687434,George W. Bush,241,REP,42,47.613163514144304,3,0.21965614654313015 +6187,7641,854,2000,WI,Pres-G,2000_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,500,Al Gore,222,DEM,45,47.832819660687434,George W. Bush,241,REP,46,47.613163514144304,-1,0.21965614654313015 +63575,117014,854,2000,WI,Pres-G,2000_Pres-G_WI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5168,Al Gore,222,DEM,47,47.832819660687434,George W. Bush,241,REP,47,47.613163514144304,0,0.21965614654313015 +6127,7580,854,2000,WI,Pres-G,2000_Pres-G_WI,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2000-11-04,2000-11-07,3,400,Al Gore,222,DEM,39,47.832819660687434,George W. Bush,241,REP,44,47.613163514144304,-5,0.21965614654313015 +65030,120630,854,2000,WI,Pres-G,2000_Pres-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,492,Al Gore,222,DEM,46,47.832819660687434,George W. Bush,241,REP,46,47.613163514144304,0,0.21965614654313015 +63657,117155,854,2000,WI,Pres-G,2000_Pres-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,1000,Al Gore,222,DEM,43,47.832819660687434,George W. Bush,241,REP,47,47.613163514144304,-4,0.21965614654313015 +6842,8327,855,2000,WV,Pres-G,2000_Pres-G_WV,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,48,45.59266436669526,George W. Bush,241,REP,40,51.91521992705099,8,-6.322555560355731 +6699,8170,855,2000,WV,Pres-G,2000_Pres-G_WV,West Virginia Research Center,378,FALSE,TRUE,NA,NA,2000-09-22,2000-11-07,46,449,Al Gore,222,DEM,37,45.59266436669526,George W. Bush,241,REP,39,51.91521992705099,-2,-6.322555560355731 +54529,117061,855,2000,WV,Pres-G,2000_Pres-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-18,2000-11-07,20,1036,Al Gore,222,DEM,42,45.59266436669526,George W. Bush,241,REP,44,51.91521992705099,-2,-6.322555560355731 +6415,7882,855,2000,WV,Pres-G,2000_Pres-G_WV,RMS Research,273,FALSE,TRUE,Live Phone,NA,2000-10-22,2000-11-07,16,605,Al Gore,222,DEM,36,45.59266436669526,George W. Bush,241,REP,46,51.91521992705099,-10,-6.322555560355731 +6529,7998,855,2000,WV,Pres-G,2000_Pres-G_WV,Ohio State University,236,TRUE,TRUE,Live Phone,NA,2000-10-17,2000-11-07,21,645,Al Gore,222,DEM,39,45.59266436669526,George W. Bush,241,REP,49,51.91521992705099,-10,-6.322555560355731 +6390,7852,855,2000,WV,Pres-G,2000_Pres-G_WV,West Virginia Research Center,378,FALSE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,536,Al Gore,222,DEM,39,45.59266436669526,George W. Bush,241,REP,41,51.91521992705099,-2,-6.322555560355731 +54530,117062,855,2000,WV,Pres-G,2000_Pres-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-02,2000-11-07,5,1066,Al Gore,222,DEM,42,45.59266436669526,George W. Bush,241,REP,45,51.91521992705099,-3,-6.322555560355731 +54531,116981,855,2000,WV,Pres-G,2000_Pres-G_WV,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1689,Al Gore,222,DEM,46,45.59266436669526,George W. Bush,241,REP,50,51.91521992705099,-4,-6.322555560355731 +6707,8178,856,2000,WY,Pres-G,2000_Pres-G_WY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-16,2000-11-07,52,412,Al Gore,222,DEM,32,28.298382040556604,George W. Bush,241,REP,57,69.22274313841086,-25,-40.92436109785426 +6818,8302,856,2000,WY,Pres-G,2000_Pres-G_WY,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,600,Al Gore,222,DEM,28,28.298382040556604,George W. Bush,241,REP,60,69.22274313841086,-32,-40.92436109785426 +52654,92112,1214,2017,VA,Gov-G,2017_Gov-G_VA,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2017-09-09,2017-11-07,59,562,Ralph S. Northam,10444,DEM,44,53.89376316197187,Ed W. Gillespie,10445,REP,39,44.97715244265158,5,8.916610719320289 +57048,92113,1214,2017,VA,Gov-G,2017_Gov-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2017-09-12,2017-11-07,56,625,Ralph S. Northam,10444,DEM,44,53.89376316197187,Ed W. Gillespie,10445,REP,43,44.97715244265158,1,8.916610719320289 +57049,92114,1214,2017,VA,Gov-G,2017_Gov-G_VA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2017-09-15,2017-11-07,53,500,Ralph S. Northam,10444,DEM,42,53.89376316197187,Ed W. Gillespie,10445,REP,42,44.97715244265158,0,8.916610719320289 +57050,92115,1214,2017,VA,Gov-G,2017_Gov-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2017-09-17,2017-11-07,51,507,Ralph S. Northam,10444,DEM,42,53.89376316197187,Ed W. Gillespie,10445,REP,38,44.97715244265158,4,8.916610719320289 +57051,92116,1214,2017,VA,Gov-G,2017_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2017-09-16,2017-11-07,52,850,Ralph S. Northam,10444,DEM,51,53.89376316197187,Ed W. Gillespie,10445,REP,41,44.97715244265158,10,8.916610719320289 +75080,143147,1214,2017,VA,Gov-G,2017_Gov-G_VA,IMGE Insights,145,FALSE,FALSE,Live Phone/Online Panel,NA,2017-09-15,2017-11-07,53,1000,Ralph S. Northam,10444,DEM,45,53.89376316197187,Ed W. Gillespie,10445,REP,41,44.97715244265158,4,8.916610719320289 +57052,92117,1214,2017,VA,Gov-G,2017_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2017-09-17,2017-11-07,51,776,Ralph S. Northam,10444,DEM,47,53.89376316197187,Ed W. Gillespie,10445,REP,41,44.97715244265158,6,8.916610719320289 +75079,143146,1214,2017,VA,Gov-G,2017_Gov-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2017-09-22,2017-11-07,46,849,Ralph S. Northam,10444,DEM,43,53.89376316197187,Ed W. Gillespie,10445,REP,40,44.97715244265158,3,8.916610719320289 +57053,92118,1214,2017,VA,Gov-G,2017_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2017-09-20,2017-11-07,48,596,Ralph S. Northam,10444,DEM,47,53.89376316197187,Ed W. Gillespie,10445,REP,43,44.97715244265158,4,8.916610719320289 +57054,92119,1214,2017,VA,Gov-G,2017_Gov-G_VA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2017-09-23,2017-11-07,45,499,Ralph S. Northam,10444,DEM,49,53.89376316197187,Ed W. Gillespie,10445,REP,44,44.97715244265158,5,8.916610719320289 +57055,92120,1214,2017,VA,Gov-G,2017_Gov-G_VA,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2017-09-30,2017-11-07,38,720,Ralph S. Northam,10444,DEM,53,53.89376316197187,Ed W. Gillespie,10445,REP,40,44.97715244265158,13,8.916610719320289 +57056,92121,1214,2017,VA,Gov-G,2017_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2017-10-04,2017-11-07,34,928,Ralph S. Northam,10444,DEM,49,53.89376316197187,Ed W. Gillespie,10445,REP,42,44.97715244265158,7,8.916610719320289 +57057,92122,1214,2017,VA,Gov-G,2017_Gov-G_VA,Emerson College,88,TRUE,FALSE,IVR,NA,2017-10-06,2017-11-07,32,318,Ralph S. Northam,10444,DEM,49,53.89376316197187,Ed W. Gillespie,10445,REP,44,44.97715244265158,5,8.916610719320289 +57058,92123,1214,2017,VA,Gov-G,2017_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2017-10-11,2017-11-07,27,642,Ralph S. Northam,10444,DEM,48,53.89376316197187,Ed W. Gillespie,10445,REP,44,44.97715244265158,4,8.916610719320289 +57059,92124,1214,2017,VA,Gov-G,2017_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2017-10-10,2017-11-07,28,607,Ralph S. Northam,10444,DEM,50,53.89376316197187,Ed W. Gillespie,10445,REP,44,44.97715244265158,6,8.916610719320289 +57060,92125,1214,2017,VA,Gov-G,2017_Gov-G_VA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2017-10-14,2017-11-07,24,408,Ralph S. Northam,10444,DEM,47,53.89376316197187,Ed W. Gillespie,10445,REP,48,44.97715244265158,-1,8.916610719320289 +50514,79729,1214,2017,VA,Gov-G,2017_Gov-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2017-10-16,2017-11-07,22,697,Ralph S. Northam,10444,DEM,49,53.89376316197187,Ed W. Gillespie,10445,REP,42,44.97715244265158,7,8.916610719320289 +50515,79730,1214,2017,VA,Gov-G,2017_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2017-10-14,2017-11-07,24,1088,Ralph S. Northam,10444,DEM,53,53.89376316197187,Ed W. Gillespie,10445,REP,39,44.97715244265158,14,8.916610719320289 +50528,79744,1214,2017,VA,Gov-G,2017_Gov-G_VA,Hampton University Center for Public Policy,131,FALSE,FALSE,Live Phone,NA,2017-10-20,2017-11-07,18,750,Ralph S. Northam,10444,DEM,33,53.89376316197187,Ed W. Gillespie,10445,REP,41,44.97715244265158,-8,8.916610719320289 +57061,92126,1214,2017,VA,Gov-G,2017_Gov-G_VA,IMGE Insights,145,FALSE,FALSE,Live Phone/Online Panel,NA,2017-10-23,2017-11-07,15,800,Ralph S. Northam,10444,DEM,48,53.89376316197187,Ed W. Gillespie,10445,REP,44,44.97715244265158,4,8.916610719320289 +50532,79749,1214,2017,VA,Gov-G,2017_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2017-10-22,2017-11-07,16,812,Ralph S. Northam,10444,DEM,50,53.89376316197187,Ed W. Gillespie,10445,REP,43,44.97715244265158,7,8.916610719320289 +50537,79756,1214,2017,VA,Gov-G,2017_Gov-G_VA,The Polling Company Inc.,337,FALSE,FALSE,IVR/Live Phone/Online Panel,NA,2017-10-25,2017-11-07,13,800,Ralph S. Northam,10444,DEM,44,53.89376316197187,Ed W. Gillespie,10445,REP,44,44.97715244265158,0,8.916610719320289 +50529,79746,1214,2017,VA,Gov-G,2017_Gov-G_VA,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2017-10-28,2017-11-07,10,921,Ralph S. Northam,10444,DEM,49,53.89376316197187,Ed W. Gillespie,10445,REP,44,44.97715244265158,5,8.916610719320289 +50516,79731,1214,2017,VA,Gov-G,2017_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2017-10-27,2017-11-07,11,916,Ralph S. Northam,10444,DEM,53,53.89376316197187,Ed W. Gillespie,10445,REP,36,44.97715244265158,17,8.916610719320289 +50526,79742,1214,2017,VA,Gov-G,2017_Gov-G_VA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2017-10-31,2017-11-07,7,500,Ralph S. Northam,10444,DEM,47.4,53.89376316197187,Ed W. Gillespie,10445,REP,43.4,44.97715244265158,4,8.916610719320289 +50524,79740,1214,2017,VA,Gov-G,2017_Gov-G_VA,Øptimus Analytics,245,TRUE,FALSE,IVR,REP,2017-11-01,2017-11-07,6,1600,Ralph S. Northam,10444,DEM,37.4,53.89376316197187,Ed W. Gillespie,10445,REP,40.4,44.97715244265158,-3,8.916610719320289 +50522,79738,1214,2017,VA,Gov-G,2017_Gov-G_VA,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2017-11-01,2017-11-07,6,1200,Ralph S. Northam,10444,DEM,49.34,53.89376316197187,Ed W. Gillespie,10445,REP,47.55,44.97715244265158,1.7900000000000063,8.916610719320289 +50536,79754,1214,2017,VA,Gov-G,2017_Gov-G_VA,The Polling Company Inc.,337,FALSE,FALSE,IVR/Live Phone/Online Panel,NA,2017-11-01,2017-11-07,6,800,Ralph S. Northam,10444,DEM,43,53.89376316197187,Ed W. Gillespie,10445,REP,45,44.97715244265158,-2,8.916610719320289 +50523,79739,1214,2017,VA,Gov-G,2017_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2017-10-31,2017-11-07,7,781,Ralph S. Northam,10444,DEM,47,53.89376316197187,Ed W. Gillespie,10445,REP,47,44.97715244265158,0,8.916610719320289 +50525,79741,1214,2017,VA,Gov-G,2017_Gov-G_VA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2017-10-31,2017-11-07,7,985,Ralph S. Northam,10444,DEM,43,53.89376316197187,Ed W. Gillespie,10445,REP,40,44.97715244265158,3,8.916610719320289 +84352,183318,1214,2017,VA,Gov-G,2017_Gov-G_VA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2017-10-26,2017-11-07,12,666,Ralph S. Northam,10444,DEM,51,53.89376316197187,Ed W. Gillespie,10445,REP,46,44.97715244265158,5,8.916610719320289 +50520,79736,1214,2017,VA,Gov-G,2017_Gov-G_VA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2017-11-02,2017-11-07,5,875,Ralph S. Northam,10444,DEM,45,53.89376316197187,Ed W. Gillespie,10445,REP,45,44.97715244265158,0,8.916610719320289 +50527,79743,1214,2017,VA,Gov-G,2017_Gov-G_VA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-11-01,2017-11-07,6,1143,Ralph S. Northam,10444,DEM,48.3,53.89376316197187,Ed W. Gillespie,10445,REP,42.8,44.97715244265158,5.5,8.916610719320289 +50533,79750,1214,2017,VA,Gov-G,2017_Gov-G_VA,Emerson College,88,TRUE,FALSE,IVR,NA,2017-11-03,2017-11-07,4,810,Ralph S. Northam,10444,DEM,49,53.89376316197187,Ed W. Gillespie,10445,REP,46,44.97715244265158,3,8.916610719320289 +50531,79748,1214,2017,VA,Gov-G,2017_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2017-11-01,2017-11-07,6,839,Ralph S. Northam,10444,DEM,51,53.89376316197187,Ed W. Gillespie,10445,REP,45,44.97715244265158,6,8.916610719320289 +50517,79734,1214,2017,VA,Gov-G,2017_Gov-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2017-11-04,2017-11-07,3,1239,Ralph S. Northam,10444,DEM,48,53.89376316197187,Ed W. Gillespie,10445,REP,43,44.97715244265158,5,8.916610719320289 +50519,79735,1214,2017,VA,Gov-G,2017_Gov-G_VA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2017-11-04,2017-11-07,3,713,Ralph S. Northam,10444,DEM,47,53.89376316197187,Ed W. Gillespie,10445,REP,45,44.97715244265158,2,8.916610719320289 +50521,79737,1214,2017,VA,Gov-G,2017_Gov-G_VA,IMGE Insights,145,FALSE,FALSE,IVR/Live Phone,NA,2017-11-04,2017-11-07,3,800,Ralph S. Northam,10444,DEM,48,53.89376316197187,Ed W. Gillespie,10445,REP,47,44.97715244265158,1,8.916610719320289 +50535,79752,1214,2017,VA,Gov-G,2017_Gov-G_VA,The Polling Company Inc.,337,FALSE,FALSE,IVR/Live Phone/Online Panel,NA,2017-11-04,2017-11-07,3,800,Ralph S. Northam,10444,DEM,45,53.89376316197187,Ed W. Gillespie,10445,REP,44,44.97715244265158,1,8.916610719320289 +50530,79747,1214,2017,VA,Gov-G,2017_Gov-G_VA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-11-03,2017-11-07,4,3648,Ralph S. Northam,10444,DEM,52,53.89376316197187,Ed W. Gillespie,10445,REP,46,44.97715244265158,6,8.916610719320289 +50518,79733,1214,2017,VA,Gov-G,2017_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2017-11-02,2017-11-07,5,1056,Ralph S. Northam,10444,DEM,51,53.89376316197187,Ed W. Gillespie,10445,REP,42,44.97715244265158,9,8.916610719320289 +53375,84466,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2017-09-09,2017-11-07,59,875,Philip Murphy,10453,DEM,58,56.02596610343134,Kimberly Ann Guadagno,10454,REP,33,41.89143691368459,25,14.134529189746743 +53374,84465,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2017-09-18,2017-11-07,50,804,Philip Murphy,10453,DEM,42,56.02596610343134,Kimberly Ann Guadagno,10454,REP,29,41.89143691368459,13,14.134529189746743 +53373,84464,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2017-09-21,2017-11-07,47,500,Philip Murphy,10453,DEM,44.4,56.02596610343134,Kimberly Ann Guadagno,10454,REP,25,41.89143691368459,19.4,14.134529189746743 +53371,84462,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Emerson College,88,TRUE,FALSE,IVR,NA,2017-09-30,2017-11-07,38,300,Philip Murphy,10453,DEM,46.4,56.02596610343134,Kimberly Ann Guadagno,10454,REP,35,41.89143691368459,11.399999999999999,14.134529189746743 +53372,84463,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2017-09-30,2017-11-07,38,452,Philip Murphy,10453,DEM,51,56.02596610343134,Kimberly Ann Guadagno,10454,REP,37,41.89143691368459,14,14.134529189746743 +53370,84461,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2017-10-08,2017-11-07,30,585,Philip Murphy,10453,DEM,51,56.02596610343134,Kimberly Ann Guadagno,10454,REP,33,41.89143691368459,18,14.134529189746743 +53369,84460,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2017-10-13,2017-11-07,25,658,Philip Murphy,10453,DEM,47,56.02596610343134,Kimberly Ann Guadagno,10454,REP,32,41.89143691368459,15,14.134529189746743 +53368,84458,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2017-10-15,2017-11-07,23,679,Philip Murphy,10453,DEM,47,56.02596610343134,Kimberly Ann Guadagno,10454,REP,33,41.89143691368459,14,14.134529189746743 +50546,79778,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2017-10-21,2017-11-07,17,1049,Philip Murphy,10453,DEM,57,56.02596610343134,Kimberly Ann Guadagno,10454,REP,37,41.89143691368459,20,14.134529189746743 +50548,79780,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2017-10-21,2017-11-07,17,525,Philip Murphy,10453,DEM,51,56.02596610343134,Kimberly Ann Guadagno,10454,REP,37,41.89143691368459,14,14.134529189746743 +50542,79774,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Emerson College,88,TRUE,FALSE,IVR,NA,2017-10-27,2017-11-07,11,540,Philip Murphy,10453,DEM,47,56.02596610343134,Kimberly Ann Guadagno,10454,REP,31,41.89143691368459,16,14.134529189746743 +50549,79781,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2017-10-27,2017-11-07,11,500,Philip Murphy,10453,DEM,48.6,56.02596610343134,Kimberly Ann Guadagno,10454,REP,33,41.89143691368459,15.600000000000001,14.134529189746743 +50544,79776,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2017-10-29,2017-11-07,9,529,Philip Murphy,10453,DEM,53,56.02596610343134,Kimberly Ann Guadagno,10454,REP,39,41.89143691368459,14,14.134529189746743 +50547,79779,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2017-10-31,2017-11-07,7,800,Philip Murphy,10453,DEM,50,56.02596610343134,Kimberly Ann Guadagno,10454,REP,35,41.89143691368459,15,14.134529189746743 +50543,79775,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-10-31,2017-11-07,7,611,Philip Murphy,10453,DEM,46,56.02596610343134,Kimberly Ann Guadagno,10454,REP,32,41.89143691368459,14,14.134529189746743 +50541,79773,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-11-03,2017-11-07,4,2040,Philip Murphy,10453,DEM,58,56.02596610343134,Kimberly Ann Guadagno,10454,REP,42,41.89143691368459,16,14.134529189746743 +50545,79777,1215,2017,NJ,Gov-G,2017_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2017-11-02,2017-11-07,5,662,Philip Murphy,10453,DEM,53,56.02596610343134,Kimberly Ann Guadagno,10454,REP,41,41.89143691368459,12,14.134529189746743 +75104,143197,1216,2015,KY,Gov-G,2015_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2015-09-24,2015-11-03,40,701,Jack Conway,10179,DEM,42,43.814676509614955,Matthew G. Bevin,10180,REP,37,52.51907173931798,5,-8.704395229703024 +44110,65996,1216,2015,KY,Gov-G,2015_Gov-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2015-10-07,2015-11-03,27,625,Jack Conway,10179,DEM,43,43.814676509614955,Matthew G. Bevin,10180,REP,41,52.51907173931798,2,-8.704395229703024 +44109,65995,1216,2015,KY,Gov-G,2015_Gov-G_KY,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone,NA,2015-10-14,2015-11-03,20,500,Jack Conway,10179,DEM,44,43.814676509614955,Matthew G. Bevin,10180,REP,41,52.51907173931798,3,-8.704395229703024 +44108,65994,1216,2015,KY,Gov-G,2015_Gov-G_KY,Western Kentucky University Social Science Research Center,379,FALSE,FALSE,Live Phone,NA,2015-10-22,2015-11-03,12,770,Jack Conway,10179,DEM,45,43.814676509614955,Matthew G. Bevin,10180,REP,40,52.51907173931798,5,-8.704395229703024 +44107,65993,1216,2015,KY,Gov-G,2015_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2015-10-25,2015-11-03,9,798,Jack Conway,10179,DEM,45,43.814676509614955,Matthew G. Bevin,10180,REP,40,52.51907173931798,5,-8.704395229703024 +44106,65992,1216,2015,KY,Gov-G,2015_Gov-G_KY,Vox Populi Polling,372,FALSE,FALSE,IVR,NA,2015-10-26,2015-11-03,8,618,Jack Conway,10179,DEM,44,43.814676509614955,Matthew G. Bevin,10180,REP,44,52.51907173931798,0,-8.704395229703024 +44111,65997,1217,2015,MS,Gov-G,2015_Gov-G_MS,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2015-10-23,2015-11-03,11,625,Robert Gray,10183,DEM,28,32.384960431987004,Phil Bryant,10182,REP,66,66.24301751086242,-38,-33.85805707887541 +75111,143210,1218,2015,LA,Gov-P,2015_Gov-P_LA,Triumph Campaigns,339,FALSE,FALSE,IVR,NA,2015-09-01,2015-10-24,53,1019,John Bel Edwards,10177,DEM,31.4,39.89075108405365,David Vitter,10178,REP,30.6,23.000244091548687,0.7999999999999972,16.89050699250496 +73087,143209,1218,2015,LA,Gov-P,2015_Gov-P_LA,MarblePort,182,FALSE,TRUE,IVR,NA,2015-09-10,2015-10-24,44,1324,John Bel Edwards,10177,DEM,26.3,39.89075108405365,David Vitter,10178,REP,29.3,23.000244091548687,-3,16.89050699250496 +75108,143205,1218,2015,LA,Gov-P,2015_Gov-P_LA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2015-09-21,2015-10-24,33,616,John Bel Edwards,10177,DEM,28,39.89075108405365,David Vitter,10178,REP,27,23.000244091548687,1,16.89050699250496 +34754,143203,1218,2015,LA,Gov-P,2015_Gov-P_LA,Clarus Research Group,53,FALSE,FALSE,Live Phone,NA,2015-09-22,2015-10-24,32,800,John Bel Edwards,10177,DEM,24,39.89075108405365,David Vitter,10178,REP,24,23.000244091548687,0,16.89050699250496 +75121,143224,1218,2015,LA,Gov-P,2015_Gov-P_LA,Triumph Campaigns,339,FALSE,FALSE,IVR,NA,2015-09-29,2015-10-24,25,1047,John Bel Edwards,10177,DEM,35,39.89075108405365,David Vitter,10178,REP,28,23.000244091548687,7,16.89050699250496 +44120,137900,1218,2015,LA,Gov-P,2015_Gov-P_LA,Multi-Quest International,220,FALSE,FALSE,Live Phone,NA,2015-10-10,2015-10-24,14,400,John Bel Edwards,10177,DEM,32,39.89075108405365,David Vitter,10178,REP,24,23.000244091548687,8,16.89050699250496 +44127,66022,1218,2015,LA,Gov-P,2015_Gov-P_LA,Harper Polling,132,FALSE,FALSE,IVR,NA,2015-10-16,2015-10-24,8,612,John Bel Edwards,10177,DEM,36,39.89075108405365,David Vitter,10178,REP,26,23.000244091548687,10,16.89050699250496 +44126,66021,1218,2015,LA,Gov-P,2015_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2015-10-17,2015-10-24,7,590,John Bel Edwards,10177,DEM,36,39.89075108405365,David Vitter,10178,REP,19,23.000244091548687,17,16.89050699250496 +44125,66020,1218,2015,LA,Gov-P,2015_Gov-P_LA,MarblePort,182,FALSE,TRUE,IVR,NA,2015-10-20,2015-10-24,4,1464,John Bel Edwards,10177,DEM,40.5,39.89075108405365,David Vitter,10178,REP,28.5,23.000244091548687,12,16.89050699250496 +75108,143206,1219,2015,LA,Gov-G,2015_Gov-R_LA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2015-09-21,2015-11-21,61,616,John Bel Edwards,10177,DEM,50,56.11451133871819,David Vitter,10178,REP,38,43.88548866128182,12,12.229022677436369 +34754,143204,1219,2015,LA,Gov-G,2015_Gov-R_LA,Clarus Research Group,53,FALSE,FALSE,Live Phone,NA,2015-09-22,2015-11-21,60,800,John Bel Edwards,10177,DEM,45,56.11451133871819,David Vitter,10178,REP,41,43.88548866128182,4,12.229022677436369 +44120,66009,1219,2015,LA,Gov-G,2015_Gov-R_LA,Multi-Quest International,220,FALSE,FALSE,Live Phone,NA,2015-10-10,2015-11-21,42,400,John Bel Edwards,10177,DEM,52,56.11451133871819,David Vitter,10178,REP,33,43.88548866128182,19,12.229022677436369 +44121,66010,1219,2015,LA,Gov-G,2015_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2015-10-27,2015-11-21,25,600,John Bel Edwards,10177,DEM,54,56.11451133871819,David Vitter,10178,REP,38,43.88548866128182,16,12.229022677436369 +44122,66011,1219,2015,LA,Gov-G,2015_Gov-R_LA,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2015-10-27,2015-11-21,25,700,John Bel Edwards,10177,DEM,52,56.11451133871819,David Vitter,10178,REP,40,43.88548866128182,12,12.229022677436369 +44112,65998,1219,2015,LA,Gov-G,2015_Gov-R_LA,JMC Analytics,156,FALSE,FALSE,Live Phone,NA,2015-10-30,2015-11-21,22,600,John Bel Edwards,10177,DEM,52,56.11451133871819,David Vitter,10178,REP,32,43.88548866128182,20,12.229022677436369 +44105,65991,1219,2015,LA,Gov-G,2015_Gov-R_LA,Triumph Campaigns,339,FALSE,FALSE,IVR,NA,2015-11-05,2015-11-21,16,1818,John Bel Edwards,10177,DEM,49,56.11451133871819,David Vitter,10178,REP,41,43.88548866128182,8,12.229022677436369 +44104,65990,1219,2015,LA,Gov-G,2015_Gov-R_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2015-11-05,2015-11-21,16,600,John Bel Edwards,10177,DEM,56,56.11451133871819,David Vitter,10178,REP,34,43.88548866128182,22,12.229022677436369 +44103,65989,1219,2015,LA,Gov-G,2015_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2015-11-09,2015-11-21,12,600,John Bel Edwards,10177,DEM,52,56.11451133871819,David Vitter,10178,REP,38,43.88548866128182,14,12.229022677436369 +44102,65988,1219,2015,LA,Gov-G,2015_Gov-R_LA,MarblePort,182,FALSE,TRUE,IVR,NA,2015-11-11,2015-11-21,10,978,John Bel Edwards,10177,DEM,48,56.11451133871819,David Vitter,10178,REP,42,43.88548866128182,6,12.229022677436369 +44101,65987,1219,2015,LA,Gov-G,2015_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2015-11-13,2015-11-21,8,600,John Bel Edwards,10177,DEM,53,56.11451133871819,David Vitter,10178,REP,38,43.88548866128182,15,12.229022677436369 +44098,65984,1219,2015,LA,Gov-G,2015_Gov-R_LA,JMC Analytics,156,FALSE,FALSE,IVR,NA,2015-11-15,2015-11-21,6,635,John Bel Edwards,10177,DEM,51,56.11451133871819,David Vitter,10178,REP,35,43.88548866128182,16,12.229022677436369 +44099,65985,1219,2015,LA,Gov-G,2015_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2015-11-15,2015-11-21,6,500,John Bel Edwards,10177,DEM,54,56.11451133871819,David Vitter,10178,REP,39,43.88548866128182,15,12.229022677436369 +44100,65986,1219,2015,LA,Gov-G,2015_Gov-R_LA,RRH Elections,274,FALSE,FALSE,IVR,NA,2015-11-14,2015-11-21,7,359,John Bel Edwards,10177,DEM,48,56.11451133871819,David Vitter,10178,REP,42,43.88548866128182,6,12.229022677436369 +44096,65982,1219,2015,LA,Gov-G,2015_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2015-11-17,2015-11-21,4,900,John Bel Edwards,10177,DEM,52,56.11451133871819,David Vitter,10178,REP,40,43.88548866128182,12,12.229022677436369 +44097,65983,1219,2015,LA,Gov-G,2015_Gov-R_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Online Panel,NA,2015-11-14,2015-11-21,7,578,John Bel Edwards,10177,DEM,54,56.11451133871819,David Vitter,10178,REP,34,43.88548866128182,20,12.229022677436369 +44095,65981,1219,2015,LA,Gov-G,2015_Gov-R_LA,JMC Analytics,156,FALSE,FALSE,IVR,NA,2015-11-19,2015-11-21,2,614,John Bel Edwards,10177,DEM,47,56.11451133871819,David Vitter,10178,REP,43,43.88548866128182,4,12.229022677436369 +32963,126602,1220,2014,AL,Gov-G,2014_Gov-G_AL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,692,Rolf Parker Griffith,8735,DEM,28,36.24045143521801,Robert Julian Bentley,8733,REP,65,63.55665347636802,-37,-27.316202041150007 +62481,112333,1220,2014,AL,Gov-G,2014_Gov-G_AL,Cygnal,67,FALSE,FALSE,Live Phone,NA,2014-10-14,2014-11-04,21,807,Rolf Parker Griffith,8735,DEM,35.7,36.24045143521801,Robert Julian Bentley,8733,REP,57,63.55665347636802,-21.299999999999997,-27.316202041150007 +33791,41319,1220,2014,AL,Gov-G,2014_Gov-G_AL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,661,Rolf Parker Griffith,8735,DEM,25,36.24045143521801,Robert Julian Bentley,8733,REP,63,63.55665347636802,-38,-27.316202041150007 +33032,41279,1221,2014,AK,Gov-G,2014_Gov-G_AK,Hays Research Group,136,FALSE,FALSE,Live Phone,DEM,2014-09-13,2014-11-04,52,500,Bill Walker,8879,IND,37,48.099357760806974,Sean R. Parnell,8686,REP,30,45.87652433579323,7,2.2228334250137465 +33003,41485,1221,2014,AK,Gov-G,2014_Gov-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-20,2014-11-04,45,880,Bill Walker,8879,IND,42,48.099357760806974,Sean R. Parnell,8686,REP,41,45.87652433579323,1,2.2228334250137465 +32991,41096,1221,2014,AK,Gov-G,2014_Gov-G_AK,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-23,2014-11-04,42,713,Bill Walker,8879,IND,47,48.099357760806974,Sean R. Parnell,8686,REP,42,45.87652433579323,5,2.2228334250137465 +32964,126601,1221,2014,AK,Gov-G,2014_Gov-G_AK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,593,Bill Walker,8879,IND,45,48.099357760806974,Sean R. Parnell,8686,REP,40,45.87652433579323,5,2.2228334250137465 +33713,41766,1221,2014,AK,Gov-G,2014_Gov-G_AK,Hickman Analytics,415,FALSE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,400,Bill Walker,8879,IND,38,48.099357760806974,Sean R. Parnell,8686,REP,46,45.87652433579323,-8,2.2228334250137465 +33705,41343,1221,2014,AK,Gov-G,2014_Gov-G_AK,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,704,Bill Walker,8879,IND,51,48.099357760806974,Sean R. Parnell,8686,REP,45,45.87652433579323,6,2.2228334250137465 +33711,41464,1221,2014,AK,Gov-G,2014_Gov-G_AK,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,706,Bill Walker,8879,IND,37,48.099357760806974,Sean R. Parnell,8686,REP,42,45.87652433579323,-5,2.2228334250137465 +33751,41840,1221,2014,AK,Gov-G,2014_Gov-G_AK,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-10,2014-11-04,25,700,Bill Walker,8879,IND,50,48.099357760806974,Sean R. Parnell,8686,REP,41,45.87652433579323,9,2.2228334250137465 +33780,41818,1221,2014,AK,Gov-G,2014_Gov-G_AK,Hellenthal & Associates,137,FALSE,TRUE,Live Phone,NA,2014-10-18,2014-11-04,17,403,Bill Walker,8879,IND,43,48.099357760806974,Sean R. Parnell,8686,REP,44,45.87652433579323,-1,2.2228334250137465 +33810,41422,1221,2014,AK,Gov-G,2014_Gov-G_AK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,561,Bill Walker,8879,IND,39,48.099357760806974,Sean R. Parnell,8686,REP,42,45.87652433579323,-3,2.2228334250137465 +34321,42015,1221,2014,AK,Gov-G,2014_Gov-G_AK,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,887,Bill Walker,8879,IND,50,48.099357760806974,Sean R. Parnell,8686,REP,43,45.87652433579323,7,2.2228334250137465 +34324,42018,1221,2014,AK,Gov-G,2014_Gov-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,1052,Bill Walker,8879,IND,46,48.099357760806974,Sean R. Parnell,8686,REP,45,45.87652433579323,1,2.2228334250137465 +34170,41691,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-09-16,2014-11-04,49,505,Fred Duval,8717,DEM,38,41.61672472942401,Doug Ducey,8716,REP,44,53.44220985438285,-6,-11.825485124958846 +34029,41373,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,Keating Research,161,FALSE,FALSE,Live Phone,DEM,2014-09-18,2014-11-04,47,600,Fred Duval,8717,DEM,39,41.61672472942401,Doug Ducey,8716,REP,41,53.44220985438285,-2,-11.825485124958846 +34086,41490,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2808,Fred Duval,8717,DEM,39,41.61672472942401,Doug Ducey,8716,REP,50,53.44220985438285,-11,-11.825485124958846 +73511,137918,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,Moore Information Group,217,FALSE,FALSE,Live Phone,NA,2014-10-07,2014-11-04,28,400,Fred Duval,8717,DEM,39,41.61672472942401,Doug Ducey,8716,REP,36,53.44220985438285,3,-11.825485124958846 +34011,41341,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2014-10-07,2014-11-04,28,600,Fred Duval,8717,DEM,37,41.61672472942401,Doug Ducey,8716,REP,46,53.44220985438285,-9,-11.825485124958846 +73510,137917,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,Adrian Gray Consulting,662,FALSE,FALSE,Live Phone,DEM,2014-10-08,2014-11-04,27,600,Fred Duval,8717,DEM,35,41.61672472942401,Doug Ducey,8716,REP,43,53.44220985438285,-8,-11.825485124958846 +34358,42052,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2014-10-13,2014-11-04,22,500,Fred Duval,8717,DEM,36,41.61672472942401,Doug Ducey,8716,REP,37,53.44220985438285,-1,-11.825485124958846 +34175,41704,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-15,2014-11-04,20,1056,Fred Duval,8717,DEM,42,41.61672472942401,Doug Ducey,8716,REP,47,53.44220985438285,-5,-11.825485124958846 +34127,41577,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-10-15,2014-11-04,20,500,Fred Duval,8717,DEM,36,41.61672472942401,Doug Ducey,8716,REP,43,53.44220985438285,-7,-11.825485124958846 +33956,41231,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2014-10-21,2014-11-04,14,601,Fred Duval,8717,DEM,35,41.61672472942401,Doug Ducey,8716,REP,42,53.44220985438285,-7,-11.825485124958846 +33942,41209,1222,2014,AZ,Gov-G,2014_Gov-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2621,Fred Duval,8717,DEM,40,41.61672472942401,Doug Ducey,8716,REP,50,53.44220985438285,-10,-11.825485124958846 +32956,126597,1223,2014,ID,Gov-G,2014_Gov-G_ID,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,594,AJ Balukoff,8612,DEM,33,38.550348998476686,C.L. 'Butch' Otter,8619,REP,57,53.521815246799896,-24,-14.97146624832321 +33741,41972,1223,2014,ID,Gov-G,2014_Gov-G_ID,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-11,2014-11-04,24,522,AJ Balukoff,8612,DEM,35,38.550348998476686,C.L. 'Butch' Otter,8619,REP,39,53.521815246799896,-4,-14.97146624832321 +33836,41336,1223,2014,ID,Gov-G,2014_Gov-G_ID,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,575,AJ Balukoff,8612,DEM,35,38.550348998476686,C.L. 'Butch' Otter,8619,REP,53,53.521815246799896,-18,-14.97146624832321 +34319,42013,1223,2014,ID,Gov-G,2014_Gov-G_ID,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,1001,AJ Balukoff,8612,DEM,37,38.550348998476686,C.L. 'Butch' Otter,8619,REP,49,53.521815246799896,-12,-14.97146624832321 +34291,41967,1224,2014,ME,Gov-G,2014_Gov-G_ME,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-09-08,2014-11-04,57,1059,Michael H. Michaud,8812,DEM,43,43.37406560901269,Paul R. LePage,8811,REP,42,48.18488057628345,1,-4.810814967270758 +34464,42211,1224,2014,ME,Gov-G,2014_Gov-G_ME,GQR,126,TRUE,FALSE,Live Phone,DEM,2014-09-09,2014-11-04,56,900,Michael H. Michaud,8812,DEM,42,43.37406560901269,Paul R. LePage,8811,REP,40,48.18488057628345,2,-4.810814967270758 +34305,41997,1224,2014,ME,Gov-G,2014_Gov-G_ME,Frederick Polls,108,FALSE,FALSE,Live Phone,IND,2014-09-16,2014-11-04,49,400,Michael H. Michaud,8812,DEM,35,43.37406560901269,Paul R. LePage,8811,REP,35,48.18488057628345,0,-4.810814967270758 +34457,42204,1224,2014,ME,Gov-G,2014_Gov-G_ME,GQR,126,TRUE,FALSE,Live Phone,DEM,2014-09-22,2014-11-04,43,605,Michael H. Michaud,8812,DEM,44,43.37406560901269,Paul R. LePage,8811,REP,38,48.18488057628345,6,-4.810814967270758 +34476,41582,1224,2014,ME,Gov-G,2014_Gov-G_ME,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-09-22,2014-11-04,43,482,Michael H. Michaud,8812,DEM,40,43.37406560901269,Paul R. LePage,8811,REP,38,48.18488057628345,2,-4.810814967270758 +34014,41347,1224,2014,ME,Gov-G,2014_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2014-09-26,2014-11-04,39,400,Michael H. Michaud,8812,DEM,34,43.37406560901269,Paul R. LePage,8811,REP,39,48.18488057628345,-5,-4.810814967270758 +33970,41257,1224,2014,ME,Gov-G,2014_Gov-G_ME,Digital Research,64,FALSE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,606,Michael H. Michaud,8812,DEM,36,43.37406560901269,Paul R. LePage,8811,REP,39,48.18488057628345,-3,-4.810814967270758 +32951,126594,1224,2014,ME,Gov-G,2014_Gov-G_ME,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1531,Michael H. Michaud,8812,DEM,39,43.37406560901269,Paul R. LePage,8811,REP,37,48.18488057628345,2,-4.810814967270758 +34179,41710,1224,2014,ME,Gov-G,2014_Gov-G_ME,GQR,126,TRUE,FALSE,Live Phone,DEM,2014-10-06,2014-11-04,29,605,Michael H. Michaud,8812,DEM,43,43.37406560901269,Paul R. LePage,8811,REP,39,48.18488057628345,4,-4.810814967270758 +34280,41948,1224,2014,ME,Gov-G,2014_Gov-G_ME,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2014-10-07,2014-11-04,28,600,Michael H. Michaud,8812,DEM,41,43.37406560901269,Paul R. LePage,8811,REP,39,48.18488057628345,2,-4.810814967270758 +34131,41583,1224,2014,ME,Gov-G,2014_Gov-G_ME,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-08,2014-11-04,27,930,Michael H. Michaud,8812,DEM,40,43.37406560901269,Paul R. LePage,8811,REP,41,48.18488057628345,-1,-4.810814967270758 +33724,41092,1224,2014,ME,Gov-G,2014_Gov-G_ME,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-09,2014-11-04,26,540,Michael H. Michaud,8812,DEM,42,43.37406560901269,Paul R. LePage,8811,REP,36,48.18488057628345,6,-4.810814967270758 +33766,41192,1224,2014,ME,Gov-G,2014_Gov-G_ME,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,639,Michael H. Michaud,8812,DEM,35,43.37406560901269,Paul R. LePage,8811,REP,45,48.18488057628345,-10,-4.810814967270758 +34008,41331,1224,2014,ME,Gov-G,2014_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,400,Michael H. Michaud,8812,DEM,39.7,43.37406560901269,Paul R. LePage,8811,REP,40.3,48.18488057628345,-0.5999999999999943,-4.810814967270758 +34041,41398,1224,2014,ME,Gov-G,2014_Gov-G_ME,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-22,2014-11-04,13,660,Michael H. Michaud,8812,DEM,40,43.37406560901269,Paul R. LePage,8811,REP,40,48.18488057628345,0,-4.810814967270758 +33796,41673,1224,2014,ME,Gov-G,2014_Gov-G_ME,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1177,Michael H. Michaud,8812,DEM,37,43.37406560901269,Paul R. LePage,8811,REP,35,48.18488057628345,2,-4.810814967270758 +34173,41696,1224,2014,ME,Gov-G,2014_Gov-G_ME,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2014-10-23,2014-11-04,12,869,Michael H. Michaud,8812,DEM,42,43.37406560901269,Paul R. LePage,8811,REP,42,48.18488057628345,0,-4.810814967270758 +34322,42016,1224,2014,ME,Gov-G,2014_Gov-G_ME,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-26,2014-11-04,9,488,Michael H. Michaud,8812,DEM,42,43.37406560901269,Paul R. LePage,8811,REP,42,48.18488057628345,0,-4.810814967270758 +34383,42077,1224,2014,ME,Gov-G,2014_Gov-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,906,Michael H. Michaud,8812,DEM,44.7,43.37406560901269,Paul R. LePage,8811,REP,44.4,48.18488057628345,0.30000000000000426,-4.810814967270758 +34239,41860,1225,2014,CT,Gov-G,2014_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-05,2014-11-04,60,1304,Dannel P. Malloy,8863,DEM,40,48.45946962452403,Thomas C. Foley,8645,REP,46,46.12101506900335,-6,2.338454555520684 +34284,41954,1225,2014,CT,Gov-G,2014_Gov-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1284,Dannel P. Malloy,8863,DEM,41,48.45946962452403,Thomas C. Foley,8645,REP,41,46.12101506900335,0,2.338454555520684 +33971,41259,1225,2014,CT,Gov-G,2014_Gov-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-04,2014-11-04,31,861,Dannel P. Malloy,8863,DEM,43,48.45946962452403,Thomas C. Foley,8645,REP,35,46.12101506900335,8,2.338454555520684 +34146,41623,1225,2014,CT,Gov-G,2014_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,1085,Dannel P. Malloy,8863,DEM,43,48.45946962452403,Thomas C. Foley,8645,REP,43,46.12101506900335,0,2.338454555520684 +34161,41661,1225,2014,CT,Gov-G,2014_Gov-G_CT,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-15,2014-11-04,20,980,Dannel P. Malloy,8863,DEM,43,48.45946962452403,Thomas C. Foley,8645,REP,50,46.12101506900335,-7,2.338454555520684 +34156,41649,1225,2014,CT,Gov-G,2014_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-17,2014-11-04,18,1010,Dannel P. Malloy,8863,DEM,43,48.45946962452403,Thomas C. Foley,8645,REP,42,46.12101506900335,1,2.338454555520684 +34118,41567,1225,2014,CT,Gov-G,2014_Gov-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1267,Dannel P. Malloy,8863,DEM,40,48.45946962452403,Thomas C. Foley,8645,REP,40,46.12101506900335,0,2.338454555520684 +34340,42034,1225,2014,CT,Gov-G,2014_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,838,Dannel P. Malloy,8863,DEM,43,48.45946962452403,Thomas C. Foley,8645,REP,43,46.12101506900335,0,2.338454555520684 +62484,112338,1225,2014,CT,Gov-G,2014_Gov-G_CT,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,977,Dannel P. Malloy,8863,DEM,48,48.45946962452403,Thomas C. Foley,8645,REP,47,46.12101506900335,1,2.338454555520684 +34357,42051,1225,2014,CT,Gov-G,2014_Gov-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,931,Dannel P. Malloy,8863,DEM,44,48.45946962452403,Thomas C. Foley,8645,REP,41,46.12101506900335,3,2.338454555520684 +34384,42078,1225,2014,CT,Gov-G,2014_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,926,Dannel P. Malloy,8863,DEM,43,48.45946962452403,Thomas C. Foley,8645,REP,42,46.12101506900335,1,2.338454555520684 +33030,41666,1226,2014,IA,Gov-G,2014_Gov-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-12,2014-11-04,53,1167,Jack G. Hatch,8648,DEM,37,37.268888993204065,Terry E. Branstad,8647,REP,60,58.990112988095376,-23,-21.72122399489131 +33023,41444,1226,2014,IA,Gov-G,2014_Gov-G_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,600,Jack G. Hatch,8648,DEM,37,37.268888993204065,Terry E. Branstad,8647,REP,50,58.990112988095376,-13,-21.72122399489131 +33011,41130,1226,2014,IA,Gov-G,2014_Gov-G_IA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-17,2014-11-04,48,750,Jack G. Hatch,8648,DEM,40,37.268888993204065,Terry E. Branstad,8647,REP,46,58.990112988095376,-6,-21.72122399489131 +32993,42205,1226,2014,IA,Gov-G,2014_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2014-09-23,2014-11-04,42,546,Jack G. Hatch,8648,DEM,34,37.268888993204065,Terry E. Branstad,8647,REP,48,58.990112988095376,-14,-21.72122399489131 +32975,41193,1226,2014,IA,Gov-G,2014_Gov-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-27,2014-11-04,38,1192,Jack G. Hatch,8648,DEM,36,37.268888993204065,Terry E. Branstad,8647,REP,50,58.990112988095376,-14,-21.72122399489131 +34451,42198,1226,2014,IA,Gov-G,2014_Gov-G_IA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,522,Jack G. Hatch,8648,DEM,43,37.268888993204065,Terry E. Branstad,8647,REP,51,58.990112988095376,-8,-21.72122399489131 +32930,41839,1226,2014,IA,Gov-G,2014_Gov-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,778,Jack G. Hatch,8648,DEM,36,37.268888993204065,Terry E. Branstad,8647,REP,58,58.990112988095376,-22,-21.72122399489131 +32957,126598,1226,2014,IA,Gov-G,2014_Gov-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2359,Jack G. Hatch,8648,DEM,39,37.268888993204065,Terry E. Branstad,8647,REP,52,58.990112988095376,-13,-21.72122399489131 +33685,41902,1226,2014,IA,Gov-G,2014_Gov-G_IA,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2014-10-03,2014-11-04,32,1299,Jack G. Hatch,8648,DEM,39,37.268888993204065,Terry E. Branstad,8647,REP,55,58.990112988095376,-16,-21.72122399489131 +33740,41332,1226,2014,IA,Gov-G,2014_Gov-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-10,2014-11-04,25,967,Jack G. Hatch,8648,DEM,39,37.268888993204065,Terry E. Branstad,8647,REP,54,58.990112988095376,-15,-21.72122399489131 +33735,41857,1226,2014,IA,Gov-G,2014_Gov-G_IA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-13,2014-11-04,22,500,Jack G. Hatch,8648,DEM,37,37.268888993204065,Terry E. Branstad,8647,REP,54,58.990112988095376,-17,-21.72122399489131 +33788,41450,1226,2014,IA,Gov-G,2014_Gov-G_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,423,Jack G. Hatch,8648,DEM,37,37.268888993204065,Terry E. Branstad,8647,REP,58,58.990112988095376,-21,-21.72122399489131 +33829,41731,1226,2014,IA,Gov-G,2014_Gov-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,964,Jack G. Hatch,8648,DEM,37,37.268888993204065,Terry E. Branstad,8647,REP,55,58.990112988095376,-18,-21.72122399489131 +33794,41600,1226,2014,IA,Gov-G,2014_Gov-G_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,772,Jack G. Hatch,8648,DEM,36,37.268888993204065,Terry E. Branstad,8647,REP,59,58.990112988095376,-23,-21.72122399489131 +33768,41550,1226,2014,IA,Gov-G,2014_Gov-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2322,Jack G. Hatch,8648,DEM,37,37.268888993204065,Terry E. Branstad,8647,REP,50,58.990112988095376,-13,-21.72122399489131 +34091,41502,1226,2014,IA,Gov-G,2014_Gov-G_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,1121,Jack G. Hatch,8648,DEM,34.1,37.268888993204065,Terry E. Branstad,8647,REP,54.9,58.990112988095376,-20.799999999999997,-21.72122399489131 +34363,42057,1226,2014,IA,Gov-G,2014_Gov-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,817,Jack G. Hatch,8648,DEM,37,37.268888993204065,Terry E. Branstad,8647,REP,56,58.990112988095376,-19,-21.72122399489131 +34388,42082,1226,2014,IA,Gov-G,2014_Gov-G_IA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-26,2014-11-04,9,1129,Jack G. Hatch,8648,DEM,34,37.268888993204065,Terry E. Branstad,8647,REP,57,58.990112988095376,-23,-21.72122399489131 +34314,42008,1226,2014,IA,Gov-G,2014_Gov-G_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,911,Jack G. Hatch,8648,DEM,36,37.268888993204065,Terry E. Branstad,8647,REP,53,58.990112988095376,-17,-21.72122399489131 +34365,42059,1226,2014,IA,Gov-G,2014_Gov-G_IA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,990,Jack G. Hatch,8648,DEM,37,37.268888993204065,Terry E. Branstad,8647,REP,55,58.990112988095376,-18,-21.72122399489131 +34392,42086,1226,2014,IA,Gov-G,2014_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,701,Jack G. Hatch,8648,DEM,35,37.268888993204065,Terry E. Branstad,8647,REP,59,58.990112988095376,-24,-21.72122399489131 +34337,42031,1226,2014,IA,Gov-G,2014_Gov-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1112,Jack G. Hatch,8648,DEM,34,37.268888993204065,Terry E. Branstad,8647,REP,49,58.990112988095376,-15,-21.72122399489131 +34336,42030,1226,2014,IA,Gov-G,2014_Gov-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,778,Jack G. Hatch,8648,DEM,41,37.268888993204065,Terry E. Branstad,8647,REP,52,58.990112988095376,-11,-21.72122399489131 +34306,42000,1226,2014,IA,Gov-G,2014_Gov-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,1265,Jack G. Hatch,8648,DEM,40,37.268888993204065,Terry E. Branstad,8647,REP,51,58.990112988095376,-11,-21.72122399489131 +33053,41906,1227,2014,HI,Gov-G,2014_Gov-G_HI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-09,2014-11-04,56,750,David Y. Ige,8633,DEM,40,49.454138335927475,Duke Aiona,8628,REP,39,37.075721580513914,1,12.37841675541356 +33885,41102,1227,2014,HI,Gov-G,2014_Gov-G_HI,MRG Research,207,FALSE,FALSE,IVR/Live Phone,NA,2014-09-13,2014-11-04,52,1055,David Y. Ige,8633,DEM,43,49.454138335927475,Duke Aiona,8628,REP,39,37.075721580513914,4,12.37841675541356 +32958,126599,1227,2014,HI,Gov-G,2014_Gov-G_HI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1319,David Y. Ige,8633,DEM,41,49.454138335927475,Duke Aiona,8628,REP,35,37.075721580513914,6,12.37841675541356 +33920,41161,1227,2014,HI,Gov-G,2014_Gov-G_HI,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-10-05,2014-11-04,30,600,David Y. Ige,8633,DEM,45,49.454138335927475,Duke Aiona,8628,REP,33,37.075721580513914,12,12.37841675541356 +62489,112345,1227,2014,HI,Gov-G,2014_Gov-G_HI,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-10-16,2014-11-04,19,800,David Y. Ige,8633,DEM,39,49.454138335927475,Duke Aiona,8628,REP,37,37.075721580513914,2,12.37841675541356 +34398,42092,1227,2014,HI,Gov-G,2014_Gov-G_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,2014-10-15,2014-11-04,20,605,David Y. Ige,8633,DEM,47,49.454138335927475,Duke Aiona,8628,REP,35,37.075721580513914,12,12.37841675541356 +34255,41899,1227,2014,HI,Gov-G,2014_Gov-G_HI,MRG Research,207,FALSE,FALSE,IVR/Live Phone,NA,2014-10-18,2014-11-04,17,1221,David Y. Ige,8633,DEM,40,49.454138335927475,Duke Aiona,8628,REP,34,37.075721580513914,6,12.37841675541356 +62488,112344,1227,2014,HI,Gov-G,2014_Gov-G_HI,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-10-22,2014-11-04,13,800,David Y. Ige,8633,DEM,39,49.454138335927475,Duke Aiona,8628,REP,36,37.075721580513914,3,12.37841675541356 +33802,112343,1227,2014,HI,Gov-G,2014_Gov-G_HI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1002,David Y. Ige,8633,DEM,54,49.454138335927475,Duke Aiona,8628,REP,22,37.075721580513914,32,12.37841675541356 +33069,41909,1228,2014,KS,Gov-G,2014_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,Mixed,NA,2014-09-06,2014-11-04,59,555,Paul Davis,8712,DEM,47,46.129853640359656,Sam Brownback,8711,REP,40,49.82116199847729,7,-3.691308358117631 +33035,41540,1228,2014,KS,Gov-G,2014_Gov-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-13,2014-11-04,52,1328,Paul Davis,8712,DEM,42,46.129853640359656,Sam Brownback,8711,REP,38,49.82116199847729,4,-3.691308358117631 +33024,41535,1228,2014,KS,Gov-G,2014_Gov-G_KS,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,604,Paul Davis,8712,DEM,45,46.129853640359656,Sam Brownback,8711,REP,41,49.82116199847729,4,-3.691308358117631 +33015,41492,1228,2014,KS,Gov-G,2014_Gov-G_KS,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-16,2014-11-04,49,750,Paul Davis,8712,DEM,47,46.129853640359656,Sam Brownback,8711,REP,43,49.82116199847729,4,-3.691308358117631 +34461,42208,1228,2014,KS,Gov-G,2014_Gov-G_KS,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2014-09-23,2014-11-04,42,625,Paul Davis,8712,DEM,46,46.129853640359656,Sam Brownback,8711,REP,44,49.82116199847729,2,-3.691308358117631 +75145,143277,1228,2014,KS,Gov-G,2014_Gov-G_KS,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2014-09-18,2014-11-04,47,685,Paul Davis,8712,DEM,38.8,46.129853640359656,Sam Brownback,8711,REP,36.5,49.82116199847729,2.299999999999997,-3.691308358117631 +32968,41789,1228,2014,KS,Gov-G,2014_Gov-G_KS,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,500,Paul Davis,8712,DEM,46,46.129853640359656,Sam Brownback,8711,REP,42,49.82116199847729,4,-3.691308358117631 +33682,41883,1228,2014,KS,Gov-G,2014_Gov-G_KS,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-30,2014-11-04,35,850,Paul Davis,8712,DEM,48,46.129853640359656,Sam Brownback,8711,REP,40,49.82116199847729,8,-3.691308358117631 +32931,41087,1228,2014,KS,Gov-G,2014_Gov-G_KS,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,636,Paul Davis,8712,DEM,44,46.129853640359656,Sam Brownback,8711,REP,43,49.82116199847729,1,-3.691308358117631 +32965,137923,1228,2014,KS,Gov-G,2014_Gov-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2013,Paul Davis,8712,DEM,42,46.129853640359656,Sam Brownback,8711,REP,45,49.82116199847729,-3,-3.691308358117631 +33691,41344,1228,2014,KS,Gov-G,2014_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-04,2014-11-04,31,549,Paul Davis,8712,DEM,47,46.129853640359656,Sam Brownback,8711,REP,42,49.82116199847729,5,-3.691308358117631 +33698,41306,1228,2014,KS,Gov-G,2014_Gov-G_KS,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-04,2014-11-04,31,687,Paul Davis,8712,DEM,49,46.129853640359656,Sam Brownback,8711,REP,49,49.82116199847729,0,-3.691308358117631 +33715,41719,1228,2014,KS,Gov-G,2014_Gov-G_KS,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,702,Paul Davis,8712,DEM,40,46.129853640359656,Sam Brownback,8711,REP,46,49.82116199847729,-6,-3.691308358117631 +33722,41563,1228,2014,KS,Gov-G,2014_Gov-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-11,2014-11-04,24,1081,Paul Davis,8712,DEM,42,46.129853640359656,Sam Brownback,8711,REP,42,49.82116199847729,0,-3.691308358117631 +33738,41351,1228,2014,KS,Gov-G,2014_Gov-G_KS,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2014-10-11,2014-11-04,24,1091,Paul Davis,8712,DEM,45,46.129853640359656,Sam Brownback,8711,REP,48,49.82116199847729,-3,-3.691308358117631 +33753,41370,1228,2014,KS,Gov-G,2014_Gov-G_KS,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,429,Paul Davis,8712,DEM,50,46.129853640359656,Sam Brownback,8711,REP,45,49.82116199847729,5,-3.691308358117631 +33825,41065,1228,2014,KS,Gov-G,2014_Gov-G_KS,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-20,2014-11-04,15,1124,Paul Davis,8712,DEM,49,46.129853640359656,Sam Brownback,8711,REP,44,49.82116199847729,5,-3.691308358117631 +33834,41073,1228,2014,KS,Gov-G,2014_Gov-G_KS,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-20,2014-11-04,15,960,Paul Davis,8712,DEM,52,46.129853640359656,Sam Brownback,8711,REP,45,49.82116199847729,7,-3.691308358117631 +33767,41541,1228,2014,KS,Gov-G,2014_Gov-G_KS,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,757,Paul Davis,8712,DEM,45,46.129853640359656,Sam Brownback,8711,REP,44,49.82116199847729,1,-3.691308358117631 +33827,41671,1228,2014,KS,Gov-G,2014_Gov-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1973,Paul Davis,8712,DEM,40,46.129853640359656,Sam Brownback,8711,REP,43,49.82116199847729,-3,-3.691308358117631 +34308,42002,1228,2014,KS,Gov-G,2014_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-24,2014-11-04,11,623,Paul Davis,8712,DEM,46,46.129853640359656,Sam Brownback,8711,REP,43,49.82116199847729,3,-3.691308358117631 +34369,42063,1228,2014,KS,Gov-G,2014_Gov-G_KS,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,907,Paul Davis,8712,DEM,48,46.129853640359656,Sam Brownback,8711,REP,42,49.82116199847729,6,-3.691308358117631 +34492,112349,1228,2014,KS,Gov-G,2014_Gov-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-30,2014-11-04,5,752,Paul Davis,8712,DEM,48,46.129853640359656,Sam Brownback,8711,REP,44,49.82116199847729,4,-3.691308358117631 +34367,42061,1228,2014,KS,Gov-G,2014_Gov-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1137,Paul Davis,8712,DEM,38,46.129853640359656,Sam Brownback,8711,REP,39,49.82116199847729,-1,-3.691308358117631 +34368,42062,1228,2014,KS,Gov-G,2014_Gov-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,963,Paul Davis,8712,DEM,46,46.129853640359656,Sam Brownback,8711,REP,45,49.82116199847729,1,-3.691308358117631 +33070,41794,1229,2014,SD,Gov-G,2014_Gov-G_SD,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-05,2014-11-04,60,510,Susan M. Wismer,8753,DEM,34,25.43195279070522,Dennis M. Daugaard,8750,REP,54,70.46679379819251,-20,-45.03484100748729 +34454,42201,1229,2014,SD,Gov-G,2014_Gov-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2014-09-23,2014-11-04,42,607,Susan M. Wismer,8753,DEM,28,25.43195279070522,Dennis M. Daugaard,8750,REP,53,70.46679379819251,-25,-45.03484100748729 +32937,126580,1229,2014,SD,Gov-G,2014_Gov-G_SD,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,382,Susan M. Wismer,8753,DEM,31,25.43195279070522,Dennis M. Daugaard,8750,REP,57,70.46679379819251,-26,-45.03484100748729 +34352,42046,1229,2014,SD,Gov-G,2014_Gov-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,800,Susan M. Wismer,8753,DEM,26,25.43195279070522,Dennis M. Daugaard,8750,REP,62,70.46679379819251,-36,-45.03484100748729 +33763,41654,1229,2014,SD,Gov-G,2014_Gov-G_SD,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,730,Susan M. Wismer,8753,DEM,28,25.43195279070522,Dennis M. Daugaard,8750,REP,67,70.46679379819251,-39,-45.03484100748729 +33814,112358,1229,2014,SD,Gov-G,2014_Gov-G_SD,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,527,Susan M. Wismer,8753,DEM,28,25.43195279070522,Dennis M. Daugaard,8750,REP,54,70.46679379819251,-26,-45.03484100748729 +34391,42085,1229,2014,SD,Gov-G,2014_Gov-G_SD,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-23,2014-11-04,12,611,Susan M. Wismer,8753,DEM,34,25.43195279070522,Dennis M. Daugaard,8750,REP,54,70.46679379819251,-20,-45.03484100748729 +34244,41873,1229,2014,SD,Gov-G,2014_Gov-G_SD,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,429,Susan M. Wismer,8753,DEM,29,25.43195279070522,Dennis M. Daugaard,8750,REP,68,70.46679379819251,-39,-45.03484100748729 +34195,41747,1230,2014,VT,Gov-G,2014_Gov-G_VT,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,328,Peter Elliott Shumlin,8857,DEM,46,46.35682360801089,Scott Milne,8854,REP,29,45.09625194860348,17,1.260571659407411 +34105,41533,1230,2014,VT,Gov-G,2014_Gov-G_VT,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,329,Peter Elliott Shumlin,8857,DEM,47,46.35682360801089,Scott Milne,8854,REP,35,45.09625194860348,12,1.260571659407411 +32932,126605,1231,2014,WY,Gov-G,2014_Gov-G_WY,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,264,Pete Gosar,8776,DEM,30,27.253286632474964,Matt Hansen Mead,8779,REP,53,59.38871912173794,-23,-32.13543248926298 +34462,42209,1231,2014,WY,Gov-G,2014_Gov-G_WY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2014-10-07,2014-11-04,28,625,Pete Gosar,8776,DEM,28,27.253286632474964,Matt Hansen Mead,8779,REP,53,59.38871912173794,-25,-32.13543248926298 +33789,112369,1231,2014,WY,Gov-G,2014_Gov-G_WY,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,258,Pete Gosar,8776,DEM,33,27.253286632474964,Matt Hansen Mead,8779,REP,58,59.38871912173794,-25,-32.13543248926298 +33049,41617,1232,2014,AR,Gov-G,2014_Gov-G_AR,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-10,2014-11-04,55,902,Michael Avery Ross,8694,DEM,42,41.49402775420933,Asa Hutchinson,8693,REP,46,55.436417029620834,-4,-13.942389275411507 +33002,41505,1232,2014,AR,Gov-G,2014_Gov-G_AR,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-20,2014-11-04,45,1453,Michael Avery Ross,8694,DEM,38,41.49402775420933,Asa Hutchinson,8693,REP,44,55.436417029620834,-6,-13.942389275411507 +32997,41780,1232,2014,AR,Gov-G,2014_Gov-G_AR,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-22,2014-11-04,43,500,Michael Avery Ross,8694,DEM,41,41.49402775420933,Asa Hutchinson,8693,REP,43,55.436417029620834,-2,-13.942389275411507 +32984,41573,1232,2014,AR,Gov-G,2014_Gov-G_AR,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-24,2014-11-04,41,750,Michael Avery Ross,8694,DEM,42,41.49402775420933,Asa Hutchinson,8693,REP,46,55.436417029620834,-4,-13.942389275411507 +32962,126603,1232,2014,AR,Gov-G,2014_Gov-G_AR,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1991,Michael Avery Ross,8694,DEM,38,41.49402775420933,Asa Hutchinson,8693,REP,49,55.436417029620834,-11,-13.942389275411507 +33731,41053,1232,2014,AR,Gov-G,2014_Gov-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,DEM,2014-10-03,2014-11-04,32,400,Michael Avery Ross,8694,DEM,45,41.49402775420933,Asa Hutchinson,8693,REP,41,55.436417029620834,4,-13.942389275411507 +33701,41421,1232,2014,AR,Gov-G,2014_Gov-G_AR,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,707,Michael Avery Ross,8694,DEM,37,41.49402775420933,Asa Hutchinson,8693,REP,46,55.436417029620834,-9,-13.942389275411507 +33732,41190,1232,2014,AR,Gov-G,2014_Gov-G_AR,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-14,2014-11-04,21,940,Michael Avery Ross,8694,DEM,47,41.49402775420933,Asa Hutchinson,8693,REP,49,55.436417029620834,-2,-13.942389275411507 +33772,41471,1232,2014,AR,Gov-G,2014_Gov-G_AR,Hendrix College,138,FALSE,FALSE,IVR/Live Phone,NA,2014-10-15,2014-11-04,20,2075,Michael Avery Ross,8694,DEM,41,41.49402775420933,Asa Hutchinson,8693,REP,49,55.436417029620834,-8,-13.942389275411507 +33764,41990,1232,2014,AR,Gov-G,2014_Gov-G_AR,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,621,Michael Avery Ross,8694,DEM,44,41.49402775420933,Asa Hutchinson,8693,REP,47,55.436417029620834,-3,-13.942389275411507 +33811,41764,1232,2014,AR,Gov-G,2014_Gov-G_AR,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1567,Michael Avery Ross,8694,DEM,38,41.49402775420933,Asa Hutchinson,8693,REP,47,55.436417029620834,-9,-13.942389275411507 +34044,41403,1232,2014,AR,Gov-G,2014_Gov-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,DEM,2014-10-25,2014-11-04,10,401,Michael Avery Ross,8694,DEM,44,41.49402775420933,Asa Hutchinson,8693,REP,42,55.436417029620834,2,-13.942389275411507 +34320,42014,1232,2014,AR,Gov-G,2014_Gov-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,568,Michael Avery Ross,8694,DEM,39,41.49402775420933,Asa Hutchinson,8693,REP,50,55.436417029620834,-11,-13.942389275411507 +34415,112335,1232,2014,AR,Gov-G,2014_Gov-G_AR,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-28,2014-11-04,7,967,Michael Avery Ross,8694,DEM,43,41.49402775420933,Asa Hutchinson,8693,REP,50,55.436417029620834,-7,-13.942389275411507 +34310,42004,1232,2014,AR,Gov-G,2014_Gov-G_AR,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,1092,Michael Avery Ross,8694,DEM,41,41.49402775420933,Asa Hutchinson,8693,REP,51,55.436417029620834,-10,-13.942389275411507 +62482,112334,1232,2014,AR,Gov-G,2014_Gov-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,DEM,2014-10-31,2014-11-04,4,400,Michael Avery Ross,8694,DEM,43,41.49402775420933,Asa Hutchinson,8693,REP,39,55.436417029620834,4,-13.942389275411507 +32945,126591,1233,2014,NE,Gov-G,2014_Gov-G_NE,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,721,Chuck Hassebrook,8799,DEM,35,39.22699286563174,Pete Ricketts,8801,REP,55,57.154731008030325,-20,-17.92773814239858 +33777,41632,1233,2014,NE,Gov-G,2014_Gov-G_NE,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,681,Chuck Hassebrook,8799,DEM,35,39.22699286563174,Pete Ricketts,8801,REP,55,57.154731008030325,-20,-17.92773814239858 +33041,41736,1234,2014,NH,Gov-G,2014_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-10,2014-11-04,55,630,Maggie Hassan,8809,DEM,51,52.38068793026495,Walt Havenstein,8805,REP,36,47.432756801451305,15,4.947931128813643 +33043,41268,1234,2014,NH,Gov-G,2014_Gov-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-10,2014-11-04,55,750,Maggie Hassan,8809,DEM,51,52.38068793026495,Walt Havenstein,8805,REP,40,47.432756801451305,11,4.947931128813643 +33028,41903,1234,2014,NH,Gov-G,2014_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2014-09-14,2014-11-04,51,666,Maggie Hassan,8809,DEM,51,52.38068793026495,Walt Havenstein,8805,REP,39,47.432756801451305,12,4.947931128813643 +33018,41690,1234,2014,NH,Gov-G,2014_Gov-G_NH,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-09-15,2014-11-04,50,550,Maggie Hassan,8809,DEM,47,52.38068793026495,Walt Havenstein,8805,REP,43,47.432756801451305,4,4.947931128813643 +33006,41955,1234,2014,NH,Gov-G,2014_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-09-18,2014-11-04,47,652,Maggie Hassan,8809,DEM,52,52.38068793026495,Walt Havenstein,8805,REP,43,47.432756801451305,9,4.947931128813643 +33005,41394,1234,2014,NH,Gov-G,2014_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-19,2014-11-04,46,1494,Maggie Hassan,8809,DEM,52,52.38068793026495,Walt Havenstein,8805,REP,40,47.432756801451305,12,4.947931128813643 +32982,41566,1234,2014,NH,Gov-G,2014_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-26,2014-11-04,39,1331,Maggie Hassan,8809,DEM,48,52.38068793026495,Walt Havenstein,8805,REP,44,47.432756801451305,4,4.947931128813643 +32973,41219,1234,2014,NH,Gov-G,2014_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2014-09-28,2014-11-04,37,600,Maggie Hassan,8809,DEM,55,52.38068793026495,Walt Havenstein,8805,REP,40,47.432756801451305,15,4.947931128813643 +32944,126590,1234,2014,NH,Gov-G,2014_Gov-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1260,Maggie Hassan,8809,DEM,49,52.38068793026495,Walt Havenstein,8805,REP,39,47.432756801451305,10,4.947931128813643 +33725,41526,1234,2014,NH,Gov-G,2014_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-03,2014-11-04,32,1286,Maggie Hassan,8809,DEM,51,52.38068793026495,Walt Havenstein,8805,REP,41,47.432756801451305,10,4.947931128813643 +34038,41395,1234,2014,NH,Gov-G,2014_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-02,2014-11-04,33,532,Maggie Hassan,8809,DEM,46,52.38068793026495,Walt Havenstein,8805,REP,36,47.432756801451305,10,4.947931128813643 +33719,41380,1234,2014,NH,Gov-G,2014_Gov-G_NH,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-06,2014-11-04,29,824,Maggie Hassan,8809,DEM,50,52.38068793026495,Walt Havenstein,8805,REP,42,47.432756801451305,8,4.947931128813643 +33744,41587,1234,2014,NH,Gov-G,2014_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-09,2014-11-04,26,1081,Maggie Hassan,8809,DEM,48.7,52.38068793026495,Walt Havenstein,8805,REP,43.5,47.432756801451305,5.200000000000003,4.947931128813643 +33820,41812,1234,2014,NH,Gov-G,2014_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-16,2014-11-04,19,921,Maggie Hassan,8809,DEM,50.7,52.38068793026495,Walt Havenstein,8805,REP,42.5,47.432756801451305,8.200000000000003,4.947931128813643 +33837,41809,1234,2014,NH,Gov-G,2014_Gov-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,500,Maggie Hassan,8809,DEM,49.4,52.38068793026495,Walt Havenstein,8805,REP,39.2,47.432756801451305,10.199999999999996,4.947931128813643 +33839,41052,1234,2014,NH,Gov-G,2014_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-20,2014-11-04,15,764,Maggie Hassan,8809,DEM,53,52.38068793026495,Walt Havenstein,8805,REP,43,47.432756801451305,10,4.947931128813643 +33817,41184,1234,2014,NH,Gov-G,2014_Gov-G_NH,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,645,Maggie Hassan,8809,DEM,51,52.38068793026495,Walt Havenstein,8805,REP,45,47.432756801451305,6,4.947931128813643 +33757,41447,1234,2014,NH,Gov-G,2014_Gov-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,643,Maggie Hassan,8809,DEM,49,52.38068793026495,Walt Havenstein,8805,REP,45,47.432756801451305,4,4.947931128813643 +33762,41931,1234,2014,NH,Gov-G,2014_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,600,Maggie Hassan,8809,DEM,53,52.38068793026495,Walt Havenstein,8805,REP,43,47.432756801451305,10,4.947931128813643 +33803,41408,1234,2014,NH,Gov-G,2014_Gov-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1042,Maggie Hassan,8809,DEM,47,52.38068793026495,Walt Havenstein,8805,REP,38,47.432756801451305,9,4.947931128813643 +33966,41249,1234,2014,NH,Gov-G,2014_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-24,2014-11-04,11,1132,Maggie Hassan,8809,DEM,47,52.38068793026495,Walt Havenstein,8805,REP,47,47.432756801451305,0,4.947931128813643 +34347,42041,1234,2014,NH,Gov-G,2014_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,555,Maggie Hassan,8809,DEM,52,52.38068793026495,Walt Havenstein,8805,REP,37,47.432756801451305,15,4.947931128813643 +34417,112350,1234,2014,NH,Gov-G,2014_Gov-G_NH,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-27,2014-11-04,8,638,Maggie Hassan,8809,DEM,44,52.38068793026495,Walt Havenstein,8805,REP,47,47.432756801451305,-3,4.947931128813643 +34333,42027,1234,2014,NH,Gov-G,2014_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,600,Maggie Hassan,8809,DEM,48,52.38068793026495,Walt Havenstein,8805,REP,46,47.432756801451305,2,4.947931128813643 +34393,42087,1234,2014,NH,Gov-G,2014_Gov-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,940,Maggie Hassan,8809,DEM,51,52.38068793026495,Walt Havenstein,8805,REP,42,47.432756801451305,9,4.947931128813643 +34377,42071,1234,2014,NH,Gov-G,2014_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-31,2014-11-04,4,1526,Maggie Hassan,8809,DEM,51,52.38068793026495,Walt Havenstein,8805,REP,44,47.432756801451305,7,4.947931128813643 +34423,42025,1234,2014,NH,Gov-G,2014_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-31,2014-11-04,4,747,Maggie Hassan,8809,DEM,47,52.38068793026495,Walt Havenstein,8805,REP,43,47.432756801451305,4,4.947931128813643 +34345,42039,1234,2014,NH,Gov-G,2014_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,1690,Maggie Hassan,8809,DEM,51,52.38068793026495,Walt Havenstein,8805,REP,46,47.432756801451305,5,4.947931128813643 +33046,41791,1235,2014,NM,Gov-G,2014_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2014-09-10,2014-11-04,55,603,Gary K. King,8827,DEM,36,42.77688400074102,Susana Martinez,8829,REP,54,57.22311599925898,-18,-14.446231998517959 +32994,41915,1235,2014,NM,Gov-G,2014_Gov-G_NM,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-22,2014-11-04,43,830,Gary K. King,8827,DEM,37,42.77688400074102,Susana Martinez,8829,REP,50,57.22311599925898,-13,-14.446231998517959 +33730,41852,1235,2014,NM,Gov-G,2014_Gov-G_NM,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,727,Gary K. King,8827,DEM,44,42.77688400074102,Susana Martinez,8829,REP,48,57.22311599925898,-4,-14.446231998517959 +32942,126589,1235,2014,NM,Gov-G,2014_Gov-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1093,Gary K. King,8827,DEM,41,42.77688400074102,Susana Martinez,8829,REP,48,57.22311599925898,-7,-14.446231998517959 +34188,41732,1235,2014,NM,Gov-G,2014_Gov-G_NM,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-06,2014-11-04,29,600,Gary K. King,8827,DEM,36,42.77688400074102,Susana Martinez,8829,REP,55,57.22311599925898,-19,-14.446231998517959 +62493,112351,1235,2014,NM,Gov-G,2014_Gov-G_NM,BWD Global,527,FALSE,TRUE,IVR,NA,2014-10-21,2014-11-04,14,1077,Gary K. King,8827,DEM,37.4,42.77688400074102,Susana Martinez,8829,REP,56.2,57.22311599925898,-18.800000000000004,-14.446231998517959 +34098,41520,1235,2014,NM,Gov-G,2014_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,614,Gary K. King,8827,DEM,38,42.77688400074102,Susana Martinez,8829,REP,53,57.22311599925898,-15,-14.446231998517959 +33761,41826,1235,2014,NM,Gov-G,2014_Gov-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,962,Gary K. King,8827,DEM,38,42.77688400074102,Susana Martinez,8829,REP,50,57.22311599925898,-12,-14.446231998517959 +34196,41750,1236,2014,NV,Gov-G,2014_Gov-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1502,Robert E. Goodman,8838,DEM,25,23.88275122453864,Brian E. Sandoval,8844,REP,56,70.58385052315799,-31,-46.701099298619354 +73508,137915,1236,2014,NV,Gov-G,2014_Gov-G_NV,Global Strategy Group,118,FALSE,FALSE,NA,NA,2014-10-13,2014-11-04,22,804,Robert E. Goodman,8838,DEM,24,23.88275122453864,Brian E. Sandoval,8844,REP,68,70.58385052315799,-44,-46.701099298619354 +34167,41685,1236,2014,NV,Gov-G,2014_Gov-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1314,Robert E. Goodman,8838,DEM,28,23.88275122453864,Brian E. Sandoval,8844,REP,53,70.58385052315799,-25,-46.701099298619354 +33907,41144,1237,2014,NY,Gov-G,2014_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-09-19,2014-11-04,46,517,Andrew Cuomo,8663,DEM,54,46.15736600602804,Robert P. Astorino,8871,REP,29,31.46379990777047,25,14.693566098257573 +34073,41461,1237,2014,NY,Gov-G,2014_Gov-G_NY,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-22,2014-11-04,43,825,Andrew Cuomo,8663,DEM,49,46.15736600602804,Robert P. Astorino,8871,REP,32,31.46379990777047,17,14.693566098257573 +34301,41989,1237,2014,NY,Gov-G,2014_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-09-20,2014-11-04,45,809,Andrew Cuomo,8663,DEM,56,46.15736600602804,Robert P. Astorino,8871,REP,27,31.46379990777047,29,14.693566098257573 +34155,41647,1237,2014,NY,Gov-G,2014_Gov-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,5122,Andrew Cuomo,8663,DEM,57,46.15736600602804,Robert P. Astorino,8871,REP,30,31.46379990777047,27,14.693566098257573 +34176,41705,1237,2014,NY,Gov-G,2014_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,1153,Andrew Cuomo,8663,DEM,51,46.15736600602804,Robert P. Astorino,8871,REP,31,31.46379990777047,20,14.693566098257573 +34064,41439,1237,2014,NY,Gov-G,2014_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,748,Andrew Cuomo,8663,DEM,54,46.15736600602804,Robert P. Astorino,8871,REP,33,31.46379990777047,21,14.693566098257573 +34271,41932,1237,2014,NY,Gov-G,2014_Gov-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,5122,Andrew Cuomo,8663,DEM,56,46.15736600602804,Robert P. Astorino,8871,REP,31,31.46379990777047,25,14.693566098257573 +34339,42033,1237,2014,NY,Gov-G,2014_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,503,Andrew Cuomo,8663,DEM,56,46.15736600602804,Robert P. Astorino,8871,REP,30,31.46379990777047,26,14.693566098257573 +34349,42043,1237,2014,NY,Gov-G,2014_Gov-G_NY,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2014-10-30,2014-11-04,5,681,Andrew Cuomo,8663,DEM,55,46.15736600602804,Robert P. Astorino,8871,REP,34,31.46379990777047,21,14.693566098257573 +33055,41328,1238,2014,MN,Gov-G,2014_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2014-09-09,2014-11-04,56,800,Mark Dayton,8888,DEM,45,50.07137773197003,Jeff Johnson,8641,REP,33,44.510191828920235,12,5.561185903049797 +32966,41154,1238,2014,MN,Gov-G,2014_Gov-G_MN,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-29,2014-11-04,36,750,Mark Dayton,8888,DEM,50,50.07137773197003,Jeff Johnson,8641,REP,40,44.510191828920235,10,5.561185903049797 +32949,126592,1238,2014,MN,Gov-G,2014_Gov-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2562,Mark Dayton,8888,DEM,49,50.07137773197003,Jeff Johnson,8641,REP,42,44.510191828920235,7,5.561185903049797 +33710,41768,1238,2014,MN,Gov-G,2014_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-01,2014-11-04,34,577,Mark Dayton,8888,DEM,51,50.07137773197003,Jeff Johnson,8641,REP,39,44.510191828920235,12,5.561185903049797 +33782,41672,1238,2014,MN,Gov-G,2014_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-15,2014-11-04,20,597,Mark Dayton,8888,DEM,50,50.07137773197003,Jeff Johnson,8641,REP,40,44.510191828920235,10,5.561185903049797 +33821,41877,1238,2014,MN,Gov-G,2014_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,800,Mark Dayton,8888,DEM,47,50.07137773197003,Jeff Johnson,8641,REP,42,44.510191828920235,5,5.561185903049797 +33785,41474,1238,2014,MN,Gov-G,2014_Gov-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2430,Mark Dayton,8888,DEM,50,50.07137773197003,Jeff Johnson,8641,REP,41,44.510191828920235,9,5.561185903049797 +34386,42080,1238,2014,MN,Gov-G,2014_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-29,2014-11-04,6,596,Mark Dayton,8888,DEM,47,50.07137773197003,Jeff Johnson,8641,REP,42,44.510191828920235,5,5.561185903049797 +34299,41986,1239,2014,RI,Gov-G,2014_Gov-G_RI,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-09-10,2014-11-04,55,500,Gina M. Raimondo,8744,DEM,42,40.70265849932882,Allan W. Fung,8740,REP,42,36.237058524015985,0,4.465599975312834 +32986,41530,1239,2014,RI,Gov-G,2014_Gov-G_RI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-24,2014-11-04,41,750,Gina M. Raimondo,8744,DEM,42,40.70265849932882,Allan W. Fung,8740,REP,37,36.237058524015985,5,4.465599975312834 +32939,126582,1239,2014,RI,Gov-G,2014_Gov-G_RI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,724,Gina M. Raimondo,8744,DEM,41,40.70265849932882,Allan W. Fung,8740,REP,38,36.237058524015985,3,4.465599975312834 +34053,41420,1239,2014,RI,Gov-G,2014_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2014-10-08,2014-11-04,27,505,Gina M. Raimondo,8744,DEM,42,40.70265849932882,Allan W. Fung,8740,REP,36,36.237058524015985,6,4.465599975312834 +34002,41321,1239,2014,RI,Gov-G,2014_Gov-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2014-10-16,2014-11-04,19,1129,Gina M. Raimondo,8744,DEM,41.6,40.70265849932882,Allan W. Fung,8740,REP,30.5,36.237058524015985,11.100000000000001,4.465599975312834 +33790,112355,1239,2014,RI,Gov-G,2014_Gov-G_RI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,866,Gina M. Raimondo,8744,DEM,40,40.70265849932882,Allan W. Fung,8740,REP,35,36.237058524015985,5,4.465599975312834 +34316,42010,1239,2014,RI,Gov-G,2014_Gov-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2014-10-25,2014-11-04,10,500,Gina M. Raimondo,8744,DEM,38,40.70265849932882,Allan W. Fung,8740,REP,37.4,36.237058524015985,0.6000000000000014,4.465599975312834 +32992,41449,1240,2014,OR,Gov-G,2014_Gov-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-23,2014-11-04,42,568,John Kitzhaber,8881,DEM,50,49.88919635548885,Dennis Richardson,8902,REP,38,44.12699859905002,12,5.76219775643883 +32940,126583,1240,2014,OR,Gov-G,2014_Gov-G_OR,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1508,John Kitzhaber,8881,DEM,49,49.88919635548885,Dennis Richardson,8902,REP,42,44.12699859905002,7,5.76219775643883 +33841,41668,1240,2014,OR,Gov-G,2014_Gov-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-18,2014-11-04,17,561,John Kitzhaber,8881,DEM,51,49.88919635548885,Dennis Richardson,8902,REP,38,44.12699859905002,13,5.76219775643883 +33770,112354,1240,2014,OR,Gov-G,2014_Gov-G_OR,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1421,John Kitzhaber,8881,DEM,48,49.88919635548885,Dennis Richardson,8902,REP,42,44.12699859905002,6,5.76219775643883 +34342,42036,1240,2014,OR,Gov-G,2014_Gov-G_OR,Elway Research,87,FALSE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,403,John Kitzhaber,8881,DEM,45,49.88919635548885,Dennis Richardson,8902,REP,38,44.12699859905002,7,5.76219775643883 +34312,42006,1240,2014,OR,Gov-G,2014_Gov-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-25,2014-11-04,10,552,John Kitzhaber,8881,DEM,50,49.88919635548885,Dennis Richardson,8902,REP,40,44.12699859905002,10,5.76219775643883 +34186,41725,1241,2014,MD,Gov-G,2014_Gov-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,REP,2014-09-20,2014-11-04,45,805,Anthony Brown,8814,DEM,47,47.24791524466341,Larry Hogan,8818,REP,43,51.02767922722261,4,-3.779763982559203 +33984,41286,1241,2014,MD,Gov-G,2014_Gov-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1096,Anthony Brown,8814,DEM,55,47.24791524466341,Larry Hogan,8818,REP,38,51.02767922722261,17,-3.779763982559203 +34051,41417,1241,2014,MD,Gov-G,2014_Gov-G_MD,The Washington Post/University of Maryland Center for Democracy and Civic Engagement,755,TRUE,FALSE,Live Phone,NA,2014-10-04,2014-11-04,31,549,Anthony Brown,8814,DEM,47,47.24791524466341,Larry Hogan,8818,REP,38,51.02767922722261,9,-3.779763982559203 +34228,41831,1241,2014,MD,Gov-G,2014_Gov-G_MD,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,800,Anthony Brown,8814,DEM,49,47.24791524466341,Larry Hogan,8818,REP,42,51.02767922722261,7,-3.779763982559203 +34189,41733,1241,2014,MD,Gov-G,2014_Gov-G_MD,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-08,2014-11-04,27,784,Anthony Brown,8814,DEM,46,47.24791524466341,Larry Hogan,8818,REP,43,51.02767922722261,3,-3.779763982559203 +34224,41825,1241,2014,MD,Gov-G,2014_Gov-G_MD,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2014-10-19,2014-11-04,16,500,Anthony Brown,8814,DEM,42,47.24791524466341,Larry Hogan,8818,REP,41,51.02767922722261,1,-3.779763982559203 +33952,41226,1241,2014,MD,Gov-G,2014_Gov-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1086,Anthony Brown,8814,DEM,51,47.24791524466341,Larry Hogan,8818,REP,38,51.02767922722261,13,-3.779763982559203 +33911,41148,1241,2014,MD,Gov-G,2014_Gov-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,REP,2014-10-22,2014-11-04,13,822,Anthony Brown,8814,DEM,46,47.24791524466341,Larry Hogan,8818,REP,44,51.02767922722261,2,-3.779763982559203 +34396,42090,1241,2014,MD,Gov-G,2014_Gov-G_MD,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2014-10-26,2014-11-04,9,504,Anthony Brown,8814,DEM,39,47.24791524466341,Larry Hogan,8818,REP,44,51.02767922722261,-5,-3.779763982559203 +34272,41933,1242,2014,OK,Gov-G,2014_Gov-G_OK,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2014-09-24,2014-11-04,41,841,Joe Dorman,8788,DEM,45,41.007066902189656,Mary Fallin,8790,REP,47,55.805128565730435,-2,-14.798061663540778 +33904,41140,1242,2014,OK,Gov-G,2014_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone,NA,2014-09-28,2014-11-04,37,400,Joe Dorman,8788,DEM,36,41.007066902189656,Mary Fallin,8790,REP,50,55.805128565730435,-14,-14.798061663540778 +32941,126588,1242,2014,OK,Gov-G,2014_Gov-G_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1244,Joe Dorman,8788,DEM,33,41.007066902189656,Mary Fallin,8790,REP,58,55.805128565730435,-25,-14.798061663540778 +33776,112353,1242,2014,OK,Gov-G,2014_Gov-G_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,995,Joe Dorman,8788,DEM,32,41.007066902189656,Mary Fallin,8790,REP,56,55.805128565730435,-24,-14.798061663540778 +34397,42091,1242,2014,OK,Gov-G,2014_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,949,Joe Dorman,8788,DEM,40,41.007066902189656,Mary Fallin,8790,REP,48.4,55.805128565730435,-8.399999999999999,-14.798061663540778 +34085,41489,1243,2014,OH,Gov-G,2014_Gov-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-08,2014-11-04,57,780,Edward FitzGerald,8678,DEM,30,33.029703397969776,John Richard Kasich,8679,REP,50,63.64212593748578,-20,-30.612422539516004 +34000,41318,1243,2014,OH,Gov-G,2014_Gov-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2014-09-07,2014-11-04,58,1185,Edward FitzGerald,8678,DEM,29,33.029703397969776,John Richard Kasich,8679,REP,59,63.64212593748578,-30,-30.612422539516004 +34157,41655,1243,2014,OH,Gov-G,2014_Gov-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-26,2014-11-04,39,999,Edward FitzGerald,8678,DEM,35,33.029703397969776,John Richard Kasich,8679,REP,57,63.64212593748578,-22,-30.612422539516004 +34061,41431,1243,2014,OH,Gov-G,2014_Gov-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,3082,Edward FitzGerald,8678,DEM,36,33.029703397969776,John Richard Kasich,8679,REP,52,63.64212593748578,-16,-30.612422539516004 +33888,41111,1243,2014,OH,Gov-G,2014_Gov-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2728,Edward FitzGerald,8678,DEM,35,33.029703397969776,John Richard Kasich,8679,REP,54,63.64212593748578,-19,-30.612422539516004 +62494,112352,1243,2014,OH,Gov-G,2014_Gov-G_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,803,Edward FitzGerald,8678,DEM,36,33.029703397969776,John Richard Kasich,8679,REP,51,63.64212593748578,-15,-30.612422539516004 +34344,42038,1243,2014,OH,Gov-G,2014_Gov-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2014-10-26,2014-11-04,9,1009,Edward FitzGerald,8678,DEM,34,33.029703397969776,John Richard Kasich,8679,REP,62,63.64212593748578,-28,-30.612422539516004 +33905,41142,1244,2014,SC,Gov-G,2014_Gov-G_SC,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-09-04,2014-11-04,61,793,Vincent A. Sheheen,8749,DEM,45,41.415837747061104,Nikki Haley,8748,REP,50,55.89701043327414,-5,-14.481172686213036 +32978,41407,1244,2014,SC,Gov-G,2014_Gov-G_SC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2014-09-25,2014-11-04,40,1082,Vincent A. Sheheen,8749,DEM,34,41.415837747061104,Nikki Haley,8748,REP,44,55.89701043327414,-10,-14.481172686213036 +34177,41708,1244,2014,SC,Gov-G,2014_Gov-G_SC,Crantford Research,62,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,688,Vincent A. Sheheen,8749,DEM,37,41.415837747061104,Nikki Haley,8748,REP,41,55.89701043327414,-4,-14.481172686213036 +32938,126581,1244,2014,SC,Gov-G,2014_Gov-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2663,Vincent A. Sheheen,8749,DEM,36,41.415837747061104,Nikki Haley,8748,REP,53,55.89701043327414,-17,-14.481172686213036 +34504,112357,1244,2014,SC,Gov-G,2014_Gov-G_SC,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2014-10-16,2014-11-04,19,917,Vincent A. Sheheen,8749,DEM,31,41.415837747061104,Nikki Haley,8748,REP,51,55.89701043327414,-20,-14.481172686213036 +33798,112356,1244,2014,SC,Gov-G,2014_Gov-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1566,Vincent A. Sheheen,8749,DEM,33,41.415837747061104,Nikki Haley,8748,REP,50,55.89701043327414,-17,-14.481172686213036 +34232,41837,1245,2014,WI,Gov-G,2014_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2014-09-13,2014-11-04,52,589,Mary Burke,8781,DEM,46,46.58783046524229,Scott Walker,8787,REP,49,52.2631491166711,-3,-5.67531865142881 +34238,41855,1245,2014,WI,Gov-G,2014_Gov-G_WI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-15,2014-11-04,50,750,Mary Burke,8781,DEM,46,46.58783046524229,Scott Walker,8787,REP,48,52.2631491166711,-2,-5.67531865142881 +34114,41560,1245,2014,WI,Gov-G,2014_Gov-G_WI,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-22,2014-11-04,43,908,Mary Burke,8781,DEM,50,46.58783046524229,Scott Walker,8787,REP,45,52.2631491166711,5,-5.67531865142881 +33863,41068,1245,2014,WI,Gov-G,2014_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,585,Mary Burke,8781,DEM,45,46.58783046524229,Scott Walker,8787,REP,50,52.2631491166711,-5,-5.67531865142881 +34100,41523,1245,2014,WI,Gov-G,2014_Gov-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1444,Mary Burke,8781,DEM,49,46.58783046524229,Scott Walker,8787,REP,48,52.2631491166711,1,-5.67531865142881 +34278,41946,1245,2014,WI,Gov-G,2014_Gov-G_WI,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-03,2014-11-04,32,837,Mary Burke,8781,DEM,46,46.58783046524229,Scott Walker,8787,REP,50,52.2631491166711,-4,-5.67531865142881 +34205,41770,1245,2014,WI,Gov-G,2014_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2014-10-11,2014-11-04,24,803,Mary Burke,8781,DEM,47,46.58783046524229,Scott Walker,8787,REP,47,52.2631491166711,0,-5.67531865142881 +34375,42069,1245,2014,WI,Gov-G,2014_Gov-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2014-10-17,2014-11-04,18,860,Mary Burke,8781,DEM,46,46.58783046524229,Scott Walker,8787,REP,47,52.2631491166711,-1,-5.67531865142881 +34223,41821,1245,2014,WI,Gov-G,2014_Gov-G_WI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-20,2014-11-04,15,973,Mary Burke,8781,DEM,49,46.58783046524229,Scott Walker,8787,REP,48,52.2631491166711,1,-5.67531865142881 +33924,41169,1245,2014,WI,Gov-G,2014_Gov-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,525,Mary Burke,8781,DEM,46,46.58783046524229,Scott Walker,8787,REP,47,52.2631491166711,-1,-5.67531865142881 +34032,41382,1245,2014,WI,Gov-G,2014_Gov-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,3308,Mary Burke,8781,DEM,45,46.58783046524229,Scott Walker,8787,REP,46,52.2631491166711,-1,-5.67531865142881 +34323,42017,1245,2014,WI,Gov-G,2014_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,1164,Mary Burke,8781,DEM,43,46.58783046524229,Scott Walker,8787,REP,50,52.2631491166711,-7,-5.67531865142881 +34350,42044,1245,2014,WI,Gov-G,2014_Gov-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2014-10-29,2014-11-04,6,1814,Mary Burke,8781,DEM,47,46.58783046524229,Scott Walker,8787,REP,48,52.2631491166711,-1,-5.67531865142881 +34360,42054,1245,2014,WI,Gov-G,2014_Gov-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1494,Mary Burke,8781,DEM,43,46.58783046524229,Scott Walker,8787,REP,45,52.2631491166711,-2,-5.67531865142881 +32936,126579,1246,2014,TN,Gov-G,2014_Gov-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1007,Charles V. Brown,8762,DEM,28,22.84336292076399,William Edward Haslam,8766,REP,60,70.30924971633888,-32,-47.46588679557489 +33783,112361,1246,2014,TN,Gov-G,2014_Gov-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,974,Charles V. Brown,8762,DEM,30,22.84336292076399,William Edward Haslam,8766,REP,58,70.30924971633888,-28,-47.46588679557489 +34510,112360,1246,2014,TN,Gov-G,2014_Gov-G_TN,Middle Tennessee State University,208,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,557,Charles V. Brown,8762,DEM,18,22.84336292076399,William Edward Haslam,8766,REP,51,70.30924971633888,-33,-47.46588679557489 +33056,41778,1247,2014,CO,Gov-G,2014_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-09,2014-11-04,56,664,John Wright Hickenlooper,8708,DEM,45,49.296166496457445,Bob Beauprez,8704,REP,43,45.953796155475715,2,3.3423703409817307 +33029,41662,1247,2014,CO,Gov-G,2014_Gov-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-12,2014-11-04,53,1211,John Wright Hickenlooper,8708,DEM,40,49.296166496457445,Bob Beauprez,8704,REP,50,45.953796155475715,-10,3.3423703409817307 +33026,41277,1247,2014,CO,Gov-G,2014_Gov-G_CO,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,500,John Wright Hickenlooper,8708,DEM,43,49.296166496457445,Bob Beauprez,8704,REP,41,45.953796155475715,2,3.3423703409817307 +33014,41521,1247,2014,CO,Gov-G,2014_Gov-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-16,2014-11-04,49,657,John Wright Hickenlooper,8708,DEM,43,49.296166496457445,Bob Beauprez,8704,REP,48,45.953796155475715,-5,3.3423703409817307 +32967,41256,1247,2014,CO,Gov-G,2014_Gov-G_CO,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-29,2014-11-04,36,950,John Wright Hickenlooper,8708,DEM,50,49.296166496457445,Bob Beauprez,8704,REP,46,45.953796155475715,4,3.3423703409817307 +32961,126604,1247,2014,CO,Gov-G,2014_Gov-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1634,John Wright Hickenlooper,8708,DEM,49,49.296166496457445,Bob Beauprez,8704,REP,45,45.953796155475715,4,3.3423703409817307 +33709,41841,1247,2014,CO,Gov-G,2014_Gov-G_CO,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,739,John Wright Hickenlooper,8708,DEM,42,49.296166496457445,Bob Beauprez,8704,REP,42,45.953796155475715,0,3.3423703409817307 +33720,41897,1247,2014,CO,Gov-G,2014_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-06,2014-11-04,29,800,John Wright Hickenlooper,8708,DEM,44,49.296166496457445,Bob Beauprez,8704,REP,46,45.953796155475715,-2,3.3423703409817307 +33723,41879,1247,2014,CO,Gov-G,2014_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-11,2014-11-04,24,591,John Wright Hickenlooper,8708,DEM,45,49.296166496457445,Bob Beauprez,8704,REP,44,45.953796155475715,1,3.3423703409817307 +33742,41334,1247,2014,CO,Gov-G,2014_Gov-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-11,2014-11-04,24,665,John Wright Hickenlooper,8708,DEM,49,49.296166496457445,Bob Beauprez,8704,REP,48,45.953796155475715,1,3.3423703409817307 +33737,41383,1247,2014,CO,Gov-G,2014_Gov-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-10,2014-11-04,25,988,John Wright Hickenlooper,8708,DEM,42,49.296166496457445,Bob Beauprez,8704,REP,46,45.953796155475715,-4,3.3423703409817307 +33813,41362,1247,2014,CO,Gov-G,2014_Gov-G_CO,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-16,2014-11-04,19,695,John Wright Hickenlooper,8708,DEM,44,49.296166496457445,Bob Beauprez,8704,REP,48,45.953796155475715,-4,3.3423703409817307 +33784,41211,1247,2014,CO,Gov-G,2014_Gov-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-18,2014-11-04,17,778,John Wright Hickenlooper,8708,DEM,45,49.296166496457445,Bob Beauprez,8704,REP,44,45.953796155475715,1,3.3423703409817307 +33826,41544,1247,2014,CO,Gov-G,2014_Gov-G_CO,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-19,2014-11-04,16,431,John Wright Hickenlooper,8708,DEM,50,49.296166496457445,Bob Beauprez,8704,REP,43,45.953796155475715,7,3.3423703409817307 +33838,41721,1247,2014,CO,Gov-G,2014_Gov-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-17,2014-11-04,18,1099,John Wright Hickenlooper,8708,DEM,46,49.296166496457445,Bob Beauprez,8704,REP,46,45.953796155475715,0,3.3423703409817307 +33787,41729,1247,2014,CO,Gov-G,2014_Gov-G_CO,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,500,John Wright Hickenlooper,8708,DEM,43,49.296166496457445,Bob Beauprez,8704,REP,45,45.953796155475715,-2,3.3423703409817307 +33804,41478,1247,2014,CO,Gov-G,2014_Gov-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,974,John Wright Hickenlooper,8708,DEM,45,49.296166496457445,Bob Beauprez,8704,REP,44,45.953796155475715,1,3.3423703409817307 +33835,41233,1247,2014,CO,Gov-G,2014_Gov-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,755,John Wright Hickenlooper,8708,DEM,46,49.296166496457445,Bob Beauprez,8704,REP,41,45.953796155475715,5,3.3423703409817307 +34355,42049,1247,2014,CO,Gov-G,2014_Gov-G_CO,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-22,2014-11-04,13,966,John Wright Hickenlooper,8708,DEM,47,49.296166496457445,Bob Beauprez,8704,REP,49,45.953796155475715,-2,3.3423703409817307 +33809,41822,1247,2014,CO,Gov-G,2014_Gov-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1611,John Wright Hickenlooper,8708,DEM,48,49.296166496457445,Bob Beauprez,8704,REP,44,45.953796155475715,4,3.3423703409817307 +34353,42047,1247,2014,CO,Gov-G,2014_Gov-G_CO,Strategies 360,321,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,760,John Wright Hickenlooper,8708,DEM,46,49.296166496457445,Bob Beauprez,8704,REP,43,45.953796155475715,3,3.3423703409817307 +34381,42075,1247,2014,CO,Gov-G,2014_Gov-G_CO,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-26,2014-11-04,9,642,John Wright Hickenlooper,8708,DEM,49,49.296166496457445,Bob Beauprez,8704,REP,44,45.953796155475715,5,3.3423703409817307 +34374,42068,1247,2014,CO,Gov-G,2014_Gov-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,844,John Wright Hickenlooper,8708,DEM,40,49.296166496457445,Bob Beauprez,8704,REP,45,45.953796155475715,-5,3.3423703409817307 +34348,42042,1247,2014,CO,Gov-G,2014_Gov-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-28,2014-11-04,7,573,John Wright Hickenlooper,8708,DEM,47,49.296166496457445,Bob Beauprez,8704,REP,47,45.953796155475715,0,3.3423703409817307 +34351,42045,1247,2014,CO,Gov-G,2014_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-28,2014-11-04,7,618,John Wright Hickenlooper,8708,DEM,46,49.296166496457445,Bob Beauprez,8704,REP,46,45.953796155475715,0,3.3423703409817307 +34338,42032,1247,2014,CO,Gov-G,2014_Gov-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1417,John Wright Hickenlooper,8708,DEM,44,49.296166496457445,Bob Beauprez,8704,REP,42,45.953796155475715,2,3.3423703409817307 +34385,42079,1247,2014,CO,Gov-G,2014_Gov-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2014-11-01,2014-11-04,3,739,John Wright Hickenlooper,8708,DEM,46,49.296166496457445,Bob Beauprez,8704,REP,46,45.953796155475715,0,3.3423703409817307 +34370,42064,1247,2014,CO,Gov-G,2014_Gov-G_CO,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,815,John Wright Hickenlooper,8708,DEM,43,49.296166496457445,Bob Beauprez,8704,REP,45,45.953796155475715,-2,3.3423703409817307 +33068,41183,1248,2014,MI,Gov-G,2014_Gov-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-06,2014-11-04,59,687,Mark Schauer,8610,DEM,42,46.8570402128159,Rick Snyder,8611,REP,43,50.922959413356,-1,-4.065919200540094 +33061,41416,1248,2014,MI,Gov-G,2014_Gov-G_MI,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-08,2014-11-04,57,500,Mark Schauer,8610,DEM,45,46.8570402128159,Rick Snyder,8611,REP,43,50.922959413356,2,-4.065919200540094 +33037,41295,1248,2014,MI,Gov-G,2014_Gov-G_MI,Denno Research,582,FALSE,FALSE,Live Phone,NA,2014-09-12,2014-11-04,53,600,Mark Schauer,8610,DEM,40,46.8570402128159,Rick Snyder,8611,REP,43,50.922959413356,-3,-4.065919200540094 +33031,41203,1248,2014,MI,Gov-G,2014_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-09-14,2014-11-04,51,829,Mark Schauer,8610,DEM,41,46.8570402128159,Rick Snyder,8611,REP,46,50.922959413356,-5,-4.065919200540094 +33010,41692,1248,2014,MI,Gov-G,2014_Gov-G_MI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-17,2014-11-04,48,750,Mark Schauer,8610,DEM,41,46.8570402128159,Rick Snyder,8611,REP,47,50.922959413356,-6,-4.065919200540094 +33007,41763,1248,2014,MI,Gov-G,2014_Gov-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-09-18,2014-11-04,47,852,Mark Schauer,8610,DEM,44,46.8570402128159,Rick Snyder,8611,REP,46,50.922959413356,-2,-4.065919200540094 +33008,41230,1248,2014,MI,Gov-G,2014_Gov-G_MI,We Ask America,376,FALSE,FALSE,IVR,NA,2014-09-18,2014-11-04,47,1182,Mark Schauer,8610,DEM,43,46.8570402128159,Rick Snyder,8611,REP,43,50.922959413356,0,-4.065919200540094 +32985,41330,1248,2014,MI,Gov-G,2014_Gov-G_MI,Target Insyght,330,FALSE,FALSE,IVR,NA,2014-09-24,2014-11-04,41,600,Mark Schauer,8610,DEM,45,46.8570402128159,Rick Snyder,8611,REP,44,50.922959413356,1,-4.065919200540094 +32972,41703,1248,2014,MI,Gov-G,2014_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,1178,Mark Schauer,8610,DEM,42,46.8570402128159,Rick Snyder,8611,REP,46,50.922959413356,-4,-4.065919200540094 +34143,41616,1248,2014,MI,Gov-G,2014_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,600,Mark Schauer,8610,DEM,39,46.8570402128159,Rick Snyder,8611,REP,45,50.922959413356,-6,-4.065919200540094 +32969,41434,1248,2014,MI,Gov-G,2014_Gov-G_MI,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2014-09-28,2014-11-04,37,600,Mark Schauer,8610,DEM,43,46.8570402128159,Rick Snyder,8611,REP,44,50.922959413356,-1,-4.065919200540094 +33690,42210,1248,2014,MI,Gov-G,2014_Gov-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2014-09-30,2014-11-04,35,600,Mark Schauer,8610,DEM,41,46.8570402128159,Rick Snyder,8611,REP,46,50.922959413356,-5,-4.065919200540094 +32950,126593,1248,2014,MI,Gov-G,2014_Gov-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2560,Mark Schauer,8610,DEM,46,46.8570402128159,Rick Snyder,8611,REP,44,50.922959413356,2,-4.065919200540094 +33687,41922,1248,2014,MI,Gov-G,2014_Gov-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-02,2014-11-04,33,654,Mark Schauer,8610,DEM,46,46.8570402128159,Rick Snyder,8611,REP,47,50.922959413356,-1,-4.065919200540094 +33694,41527,1248,2014,MI,Gov-G,2014_Gov-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,600,Mark Schauer,8610,DEM,37,46.8570402128159,Rick Snyder,8611,REP,45,50.922959413356,-8,-4.065919200540094 +33714,41598,1248,2014,MI,Gov-G,2014_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-09,2014-11-04,26,1306,Mark Schauer,8610,DEM,46,46.8570402128159,Rick Snyder,8611,REP,47,50.922959413356,-1,-4.065919200540094 +34460,42207,1248,2014,MI,Gov-G,2014_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-12,2014-11-04,23,1340,Mark Schauer,8610,DEM,44,46.8570402128159,Rick Snyder,8611,REP,47,50.922959413356,-3,-4.065919200540094 +34394,42088,1248,2014,MI,Gov-G,2014_Gov-G_MI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2014-10-13,2014-11-04,22,957,Mark Schauer,8610,DEM,42,46.8570402128159,Rick Snyder,8611,REP,44,50.922959413356,-2,-4.065919200540094 +33812,41245,1248,2014,MI,Gov-G,2014_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-19,2014-11-04,16,919,Mark Schauer,8610,DEM,45.7,46.8570402128159,Rick Snyder,8611,REP,48,50.922959413356,-2.299999999999997,-4.065919200540094 +33792,41614,1248,2014,MI,Gov-G,2014_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,600,Mark Schauer,8610,DEM,39,46.8570402128159,Rick Snyder,8611,REP,47,50.922959413356,-8,-4.065919200540094 +33832,41250,1248,2014,MI,Gov-G,2014_Gov-G_MI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2014-10-19,2014-11-04,16,1032,Mark Schauer,8610,DEM,44,46.8570402128159,Rick Snyder,8611,REP,41,50.922959413356,3,-4.065919200540094 +33819,41532,1248,2014,MI,Gov-G,2014_Gov-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-20,2014-11-04,15,723,Mark Schauer,8610,DEM,48,46.8570402128159,Rick Snyder,8611,REP,48,50.922959413356,0,-4.065919200540094 +33830,41785,1248,2014,MI,Gov-G,2014_Gov-G_MI,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-21,2014-11-04,14,1000,Mark Schauer,8610,DEM,46,46.8570402128159,Rick Snyder,8611,REP,49,50.922959413356,-3,-4.065919200540094 +33786,41173,1248,2014,MI,Gov-G,2014_Gov-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2394,Mark Schauer,8610,DEM,45,46.8570402128159,Rick Snyder,8611,REP,44,50.922959413356,1,-4.065919200540094 +33989,41296,1248,2014,MI,Gov-G,2014_Gov-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,600,Mark Schauer,8610,DEM,40,46.8570402128159,Rick Snyder,8611,REP,45,50.922959413356,-5,-4.065919200540094 +34372,42066,1248,2014,MI,Gov-G,2014_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-27,2014-11-04,8,1159,Mark Schauer,8610,DEM,43.4,46.8570402128159,Rick Snyder,8611,REP,48.3,50.922959413356,-4.899999999999999,-4.065919200540094 +34354,42048,1248,2014,MI,Gov-G,2014_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,600,Mark Schauer,8610,DEM,43,46.8570402128159,Rick Snyder,8611,REP,45,50.922959413356,-2,-4.065919200540094 +34317,42011,1248,2014,MI,Gov-G,2014_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-11-02,2014-11-04,2,1224,Mark Schauer,8610,DEM,47,46.8570402128159,Rick Snyder,8611,REP,47,50.922959413356,0,-4.065919200540094 +34309,42003,1248,2014,MI,Gov-G,2014_Gov-G_MI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2014-11-01,2014-11-04,3,1003,Mark Schauer,8610,DEM,45,46.8570402128159,Rick Snyder,8611,REP,45,50.922959413356,0,-4.065919200540094 +34328,42022,1248,2014,MI,Gov-G,2014_Gov-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,914,Mark Schauer,8610,DEM,45,46.8570402128159,Rick Snyder,8611,REP,46,50.922959413356,-1,-4.065919200540094 +33065,41163,1249,2014,GA,Gov-G,2014_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,Mixed,NA,2014-09-07,2014-11-04,58,558,Jason J. Carter,8623,DEM,44,44.890079899114426,J. Nathan Deal,8624,REP,45,52.74992392801238,-1,-7.859844028897953 +33044,41806,1249,2014,GA,Gov-G,2014_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Panel,NA,2014-09-10,2014-11-04,55,1167,Jason J. Carter,8623,DEM,40,44.890079899114426,J. Nathan Deal,8624,REP,44,52.74992392801238,-4,-7.859844028897953 +33048,41358,1249,2014,GA,Gov-G,2014_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-09-10,2014-11-04,55,1109,Jason J. Carter,8623,DEM,47,44.890079899114426,J. Nathan Deal,8624,REP,44,52.74992392801238,3,-7.859844028897953 +33051,41329,1249,2014,GA,Gov-G,2014_Gov-G_GA,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2014-09-10,2014-11-04,55,884,Jason J. Carter,8623,DEM,42,44.890079899114426,J. Nathan Deal,8624,REP,43,52.74992392801238,-1,-7.859844028897953 +33019,41596,1249,2014,GA,Gov-G,2014_Gov-G_GA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-15,2014-11-04,50,750,Jason J. Carter,8623,DEM,44,44.890079899114426,J. Nathan Deal,8624,REP,45,52.74992392801238,-1,-7.859844028897953 +32998,41740,1249,2014,GA,Gov-G,2014_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-21,2014-11-04,44,550,Jason J. Carter,8623,DEM,45,44.890079899114426,J. Nathan Deal,8624,REP,44,52.74992392801238,1,-7.859844028897953 +33688,41300,1249,2014,GA,Gov-G,2014_Gov-G_GA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-30,2014-11-04,35,1000,Jason J. Carter,8623,DEM,43,44.890079899114426,J. Nathan Deal,8624,REP,49,52.74992392801238,-6,-7.859844028897953 +33684,41585,1249,2014,GA,Gov-G,2014_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Online Panel,NA,2014-09-30,2014-11-04,35,947,Jason J. Carter,8623,DEM,43,44.890079899114426,J. Nathan Deal,8624,REP,44,52.74992392801238,-1,-7.859844028897953 +32959,126600,1249,2014,GA,Gov-G,2014_Gov-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,1851,Jason J. Carter,8623,DEM,43,44.890079899114426,J. Nathan Deal,8624,REP,48,52.74992392801238,-5,-7.859844028897953 +33689,41919,1249,2014,GA,Gov-G,2014_Gov-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-04,2014-11-04,31,895,Jason J. Carter,8623,DEM,41,44.890079899114426,J. Nathan Deal,8624,REP,46,52.74992392801238,-5,-7.859844028897953 +33708,41669,1249,2014,GA,Gov-G,2014_Gov-G_GA,Hickman Analytics,415,FALSE,FALSE,Live Phone,NA,2014-09-30,2014-11-04,35,500,Jason J. Carter,8623,DEM,36,44.890079899114426,J. Nathan Deal,8624,REP,44,52.74992392801238,-8,-7.859844028897953 +33712,41963,1249,2014,GA,Gov-G,2014_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-04,2014-11-04,31,566,Jason J. Carter,8623,DEM,44,44.890079899114426,J. Nathan Deal,8624,REP,46,52.74992392801238,-2,-7.859844028897953 +33727,41694,1249,2014,GA,Gov-G,2014_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-08,2014-11-04,27,1000,Jason J. Carter,8623,DEM,45,44.890079899114426,J. Nathan Deal,8624,REP,45,52.74992392801238,0,-7.859844028897953 +33739,41679,1249,2014,GA,Gov-G,2014_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-12,2014-11-04,23,563,Jason J. Carter,8623,DEM,46,44.890079899114426,J. Nathan Deal,8624,REP,46,52.74992392801238,0,-7.859844028897953 +33749,41536,1249,2014,GA,Gov-G,2014_Gov-G_GA,GaPundit.com,111,FALSE,TRUE,IVR,NA,2014-10-13,2014-11-04,22,1543,Jason J. Carter,8623,DEM,44,44.890079899114426,J. Nathan Deal,8624,REP,44,52.74992392801238,0,-7.859844028897953 +33781,41970,1249,2014,GA,Gov-G,2014_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-19,2014-11-04,16,606,Jason J. Carter,8623,DEM,43,44.890079899114426,J. Nathan Deal,8624,REP,45,52.74992392801238,-2,-7.859844028897953 +33815,41304,1249,2014,GA,Gov-G,2014_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-20,2014-11-04,15,1000,Jason J. Carter,8623,DEM,45.2,44.890079899114426,J. Nathan Deal,8624,REP,47.7,52.74992392801238,-2.5,-7.859844028897953 +33773,41487,1249,2014,GA,Gov-G,2014_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Panel,NA,2014-10-21,2014-11-04,14,704,Jason J. Carter,8623,DEM,43.9,44.890079899114426,J. Nathan Deal,8624,REP,43.8,52.74992392801238,0.10000000000000142,-7.859844028897953 +33793,41578,1249,2014,GA,Gov-G,2014_Gov-G_GA,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,565,Jason J. Carter,8623,DEM,48,44.890079899114426,J. Nathan Deal,8624,REP,46,52.74992392801238,2,-7.859844028897953 +33797,41482,1249,2014,GA,Gov-G,2014_Gov-G_GA,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,1170,Jason J. Carter,8623,DEM,41,44.890079899114426,J. Nathan Deal,8624,REP,46,52.74992392801238,-5,-7.859844028897953 +33818,41517,1249,2014,GA,Gov-G,2014_Gov-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,1774,Jason J. Carter,8623,DEM,43,44.890079899114426,J. Nathan Deal,8624,REP,47,52.74992392801238,-4,-7.859844028897953 +34191,41741,1249,2014,GA,Gov-G,2014_Gov-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2014-10-23,2014-11-04,12,771,Jason J. Carter,8623,DEM,45,44.890079899114426,J. Nathan Deal,8624,REP,48,52.74992392801238,-3,-7.859844028897953 +34335,42029,1249,2014,GA,Gov-G,2014_Gov-G_GA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-26,2014-11-04,9,977,Jason J. Carter,8623,DEM,43,44.890079899114426,J. Nathan Deal,8624,REP,49,52.74992392801238,-6,-7.859844028897953 +34060,41430,1249,2014,GA,Gov-G,2014_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-26,2014-11-04,9,611,Jason J. Carter,8623,DEM,44,44.890079899114426,J. Nathan Deal,8624,REP,46,52.74992392801238,-2,-7.859844028897953 +34484,112342,1249,2014,GA,Gov-G,2014_Gov-G_GA,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-28,2014-11-04,7,602,Jason J. Carter,8623,DEM,42,44.890079899114426,J. Nathan Deal,8624,REP,49,52.74992392801238,-7,-7.859844028897953 +34364,42058,1249,2014,GA,Gov-G,2014_Gov-G_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,436,Jason J. Carter,8623,DEM,42,44.890079899114426,J. Nathan Deal,8624,REP,48,52.74992392801238,-6,-7.859844028897953 +34378,42072,1249,2014,GA,Gov-G,2014_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-29,2014-11-04,6,1500,Jason J. Carter,8623,DEM,46.1,44.890079899114426,J. Nathan Deal,8624,REP,47.5,52.74992392801238,-1.3999999999999986,-7.859844028897953 +34327,42021,1249,2014,GA,Gov-G,2014_Gov-G_GA,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-11-04,6,603,Jason J. Carter,8623,DEM,43,44.890079899114426,J. Nathan Deal,8624,REP,48,52.74992392801238,-5,-7.859844028897953 +34361,42055,1249,2014,GA,Gov-G,2014_Gov-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1743,Jason J. Carter,8623,DEM,41,44.890079899114426,J. Nathan Deal,8624,REP,45,52.74992392801238,-4,-7.859844028897953 +34389,42083,1249,2014,GA,Gov-G,2014_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-11-02,2014-11-04,2,1500,Jason J. Carter,8623,DEM,44.5,44.890079899114426,J. Nathan Deal,8624,REP,50.8,52.74992392801238,-6.299999999999997,-7.859844028897953 +34359,42053,1249,2014,GA,Gov-G,2014_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,591,Jason J. Carter,8623,DEM,42,44.890079899114426,J. Nathan Deal,8624,REP,47,52.74992392801238,-5,-7.859844028897953 +34390,42084,1249,2014,GA,Gov-G,2014_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,1463,Jason J. Carter,8623,DEM,44,44.890079899114426,J. Nathan Deal,8624,REP,47,52.74992392801238,-3,-7.859844028897953 +34329,42023,1249,2014,GA,Gov-G,2014_Gov-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-02,2014-11-04,2,975,Jason J. Carter,8623,DEM,43,44.890079899114426,J. Nathan Deal,8624,REP,47,52.74992392801238,-4,-7.859844028897953 +34297,41980,1250,2014,PA,Gov-G,2014_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-05,2014-11-04,60,1161,Thomas W. Wolf,8675,DEM,59,54.93216845268096,Thomas W. Corbett,8668,REP,35,45.06783154731903,24,9.864336905361931 +34277,41945,1250,2014,PA,Gov-G,2014_Gov-G_PA,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2014-09-17,2014-11-04,48,1120,Thomas W. Wolf,8675,DEM,49,54.93216845268096,Thomas W. Corbett,8668,REP,40,45.06783154731903,9,9.864336905361931 +33934,41196,1250,2014,PA,Gov-G,2014_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2014-09-17,2014-11-04,48,429,Thomas W. Wolf,8675,DEM,54,54.93216845268096,Thomas W. Corbett,8668,REP,33,45.06783154731903,21,9.864336905361931 +34257,41904,1250,2014,PA,Gov-G,2014_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2014-09-19,2014-11-04,46,520,Thomas W. Wolf,8675,DEM,54,54.93216845268096,Thomas W. Corbett,8668,REP,33,45.06783154731903,21,9.864336905361931 +34026,41368,1250,2014,PA,Gov-G,2014_Gov-G_PA,Mercyhurst University Center for Applied Politics,422,FALSE,FALSE,Live Phone,NA,2014-09-19,2014-11-04,46,479,Thomas W. Wolf,8675,DEM,43,54.93216845268096,Thomas W. Corbett,8668,REP,28,45.06783154731903,15,9.864336905361931 +34059,41429,1250,2014,PA,Gov-G,2014_Gov-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,3283,Thomas W. Wolf,8675,DEM,50,54.93216845268096,Thomas W. Corbett,8668,REP,41,45.06783154731903,9,9.864336905361931 +34151,41637,1250,2014,PA,Gov-G,2014_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-02,2014-11-04,33,907,Thomas W. Wolf,8675,DEM,55,54.93216845268096,Thomas W. Corbett,8668,REP,38,45.06783154731903,17,9.864336905361931 +34229,41832,1250,2014,PA,Gov-G,2014_Gov-G_PA,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2014-10-13,2014-11-04,22,1131,Thomas W. Wolf,8675,DEM,49,54.93216845268096,Thomas W. Corbett,8668,REP,42,45.06783154731903,7,9.864336905361931 +34137,41599,1250,2014,PA,Gov-G,2014_Gov-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,3111,Thomas W. Wolf,8675,DEM,52,54.93216845268096,Thomas W. Corbett,8668,REP,39,45.06783154731903,13,9.864336905361931 +34341,127033,1250,2014,PA,Gov-G,2014_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,341,Thomas W. Wolf,8675,DEM,50,54.93216845268096,Thomas W. Corbett,8668,REP,43,45.06783154731903,7,9.864336905361931 +34379,42073,1250,2014,PA,Gov-G,2014_Gov-G_PA,Harper Polling,132,FALSE,FALSE,IVR,NA,2014-10-26,2014-11-04,9,680,Thomas W. Wolf,8675,DEM,50,54.93216845268096,Thomas W. Corbett,8668,REP,40,45.06783154731903,10,9.864336905361931 +34315,42009,1250,2014,PA,Gov-G,2014_Gov-G_PA,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2014-10-27,2014-11-04,8,1433,Thomas W. Wolf,8675,DEM,50,54.93216845268096,Thomas W. Corbett,8668,REP,43,45.06783154731903,7,9.864336905361931 +34380,42074,1250,2014,PA,Gov-G,2014_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,409,Thomas W. Wolf,8675,DEM,51,54.93216845268096,Thomas W. Corbett,8668,REP,39,45.06783154731903,12,9.864336905361931 +34254,41896,1251,2014,MA,Gov-G,2014_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-09-13,2014-11-04,52,504,Martha Coakley,8850,DEM,44,46.536436108354344,Charles D. Baker,8848,REP,35,48.39736907214202,9,-1.8609329637876755 +33020,41697,1251,2014,MA,Gov-G,2014_Gov-G_MA,SocialSphere,307,FALSE,FALSE,Live Phone,NA,2014-09-15,2014-11-04,50,407,Martha Coakley,8850,DEM,39,46.536436108354344,Charles D. Baker,8848,REP,36,48.39736907214202,3,-1.8609329637876755 +33016,41484,1251,2014,MA,Gov-G,2014_Gov-G_MA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-16,2014-11-04,49,750,Martha Coakley,8850,DEM,42,46.536436108354344,Charles D. Baker,8848,REP,42,48.39736907214202,0,-1.8609329637876755 +33004,41335,1251,2014,MA,Gov-G,2014_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-09-18,2014-11-04,47,502,Martha Coakley,8850,DEM,46,46.536436108354344,Charles D. Baker,8848,REP,36,48.39736907214202,10,-1.8609329637876755 +34220,41816,1251,2014,MA,Gov-G,2014_Gov-G_MA,SocialSphere,307,FALSE,FALSE,Live Phone,NA,2014-09-22,2014-11-04,43,400,Martha Coakley,8850,DEM,38,46.536436108354344,Charles D. Baker,8848,REP,40,48.39736907214202,-2,-1.8609329637876755 +34263,41914,1251,2014,MA,Gov-G,2014_Gov-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-21,2014-11-04,44,440,Martha Coakley,8850,DEM,45,46.536436108354344,Charles D. Baker,8848,REP,46,48.39736907214202,-1,-1.8609329637876755 +34074,41462,1251,2014,MA,Gov-G,2014_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-09-26,2014-11-04,39,503,Martha Coakley,8850,DEM,44,46.536436108354344,Charles D. Baker,8848,REP,41,48.39736907214202,3,-1.8609329637876755 +32977,41511,1251,2014,MA,Gov-G,2014_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,500,Martha Coakley,8850,DEM,44,46.536436108354344,Charles D. Baker,8848,REP,43,48.39736907214202,1,-1.8609329637876755 +32979,41682,1251,2014,MA,Gov-G,2014_Gov-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2014-09-24,2014-11-04,41,416,Martha Coakley,8850,DEM,43,46.536436108354344,Charles D. Baker,8848,REP,44,48.39736907214202,-1,-1.8609329637876755 +33964,41247,1251,2014,MA,Gov-G,2014_Gov-G_MA,SocialSphere,307,FALSE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,401,Martha Coakley,8850,DEM,36,46.536436108354344,Charles D. Baker,8848,REP,39,48.39736907214202,-3,-1.8609329637876755 +32952,126595,1251,2014,MA,Gov-G,2014_Gov-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,2389,Martha Coakley,8850,DEM,47,46.536436108354344,Charles D. Baker,8848,REP,41,48.39736907214202,6,-1.8609329637876755 +34246,41875,1251,2014,MA,Gov-G,2014_Gov-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-29,2014-11-04,36,414,Martha Coakley,8850,DEM,48,46.536436108354344,Charles D. Baker,8848,REP,44,48.39736907214202,4,-1.8609329637876755 +34206,41776,1251,2014,MA,Gov-G,2014_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,504,Martha Coakley,8850,DEM,41,46.536436108354344,Charles D. Baker,8848,REP,39,48.39736907214202,2,-1.8609329637876755 +34082,41480,1251,2014,MA,Gov-G,2014_Gov-G_MA,Emerson College,88,TRUE,FALSE,IVR,NA,2014-10-06,2014-11-04,29,500,Martha Coakley,8850,DEM,40,46.536436108354344,Charles D. Baker,8848,REP,45,48.39736907214202,-5,-1.8609329637876755 +34023,41363,1251,2014,MA,Gov-G,2014_Gov-G_MA,SocialSphere,307,FALSE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,400,Martha Coakley,8850,DEM,39,46.536436108354344,Charles D. Baker,8848,REP,34,48.39736907214202,5,-1.8609329637876755 +34261,41911,1251,2014,MA,Gov-G,2014_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-10-10,2014-11-04,25,500,Martha Coakley,8850,DEM,42,46.536436108354344,Charles D. Baker,8848,REP,39,48.39736907214202,3,-1.8609329637876755 +34262,41913,1251,2014,MA,Gov-G,2014_Gov-G_MA,SocialSphere,307,FALSE,FALSE,Live Phone,NA,2014-10-13,2014-11-04,22,400,Martha Coakley,8850,DEM,41,46.536436108354344,Charles D. Baker,8848,REP,41,48.39736907214202,0,-1.8609329637876755 +34168,41687,1251,2014,MA,Gov-G,2014_Gov-G_MA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-14,2014-11-04,21,980,Martha Coakley,8850,DEM,46,46.536436108354344,Charles D. Baker,8848,REP,48,48.39736907214202,-2,-1.8609329637876755 +33994,41308,1251,2014,MA,Gov-G,2014_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-10-17,2014-11-04,18,501,Martha Coakley,8850,DEM,42,46.536436108354344,Charles D. Baker,8848,REP,43,48.39736907214202,-1,-1.8609329637876755 +34016,41349,1251,2014,MA,Gov-G,2014_Gov-G_MA,SocialSphere,307,FALSE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,400,Martha Coakley,8850,DEM,37,46.536436108354344,Charles D. Baker,8848,REP,46,48.39736907214202,-9,-1.8609329637876755 +34289,41964,1251,2014,MA,Gov-G,2014_Gov-G_MA,GQR,126,TRUE,FALSE,Live Phone,DEM,2014-10-21,2014-11-04,14,611,Martha Coakley,8850,DEM,45,46.536436108354344,Charles D. Baker,8848,REP,44,48.39736907214202,1,-1.8609329637876755 +33831,41418,1251,2014,MA,Gov-G,2014_Gov-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,2218,Martha Coakley,8850,DEM,45,46.536436108354344,Charles D. Baker,8848,REP,41,48.39736907214202,4,-1.8609329637876755 +73505,137909,1251,2014,MA,Gov-G,2014_Gov-G_MA,Kiley & Company,162,FALSE,TRUE,Live Phone,DEM,2014-10-23,2014-11-04,12,1200,Martha Coakley,8850,DEM,42,46.536436108354344,Charles D. Baker,8848,REP,44,48.39736907214202,-2,-1.8609329637876755 +34318,42012,1251,2014,MA,Gov-G,2014_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,494,Martha Coakley,8850,DEM,42,46.536436108354344,Charles D. Baker,8848,REP,43,48.39736907214202,-1,-1.8609329637876755 +34373,42067,1251,2014,MA,Gov-G,2014_Gov-G_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,601,Martha Coakley,8850,DEM,41,46.536436108354344,Charles D. Baker,8848,REP,45,48.39736907214202,-4,-1.8609329637876755 +34376,42070,1251,2014,MA,Gov-G,2014_Gov-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-24,2014-11-04,11,591,Martha Coakley,8850,DEM,47,46.536436108354344,Charles D. Baker,8848,REP,44,48.39736907214202,3,-1.8609329637876755 +34313,127053,1251,2014,MA,Gov-G,2014_Gov-G_MA,SocialSphere,307,FALSE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,600,Martha Coakley,8850,DEM,37,46.536436108354344,Charles D. Baker,8848,REP,44,48.39736907214202,-7,-1.8609329637876755 +34330,42024,1251,2014,MA,Gov-G,2014_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,500,Martha Coakley,8850,DEM,42.6,46.536436108354344,Charles D. Baker,8848,REP,46,48.39736907214202,-3.3999999999999986,-1.8609329637876755 +34343,42037,1251,2014,MA,Gov-G,2014_Gov-G_MA,Emerson College,88,TRUE,FALSE,IVR,NA,2014-10-28,2014-11-04,7,627,Martha Coakley,8850,DEM,42,46.536436108354344,Charles D. Baker,8848,REP,48,48.39736907214202,-6,-1.8609329637876755 +34356,42050,1251,2014,MA,Gov-G,2014_Gov-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,430,Martha Coakley,8850,DEM,41,46.536436108354344,Charles D. Baker,8848,REP,46,48.39736907214202,-5,-1.8609329637876755 +34332,42026,1251,2014,MA,Gov-G,2014_Gov-G_MA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-10-31,2014-11-04,4,887,Martha Coakley,8850,DEM,42,46.536436108354344,Charles D. Baker,8848,REP,46,48.39736907214202,-4,-1.8609329637876755 +34237,41853,1252,2014,IL,Gov-G,2014_Gov-G_IL,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-09-06,2014-11-04,59,605,Pat Quinn,8658,DEM,43,46.34748283342843,Bruce Rauner,8659,REP,40,50.269648178317325,3,-3.922165344888896 +33040,41561,1252,2014,IL,Gov-G,2014_Gov-G_IL,APC Research,4,FALSE,TRUE,Live Phone,NA,2014-09-07,2014-11-04,58,800,Pat Quinn,8658,DEM,48,46.34748283342843,Bruce Rauner,8659,REP,37,50.269648178317325,11,-3.922165344888896 +34049,41413,1252,2014,IL,Gov-G,2014_Gov-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2014-09-18,2014-11-04,47,1418,Pat Quinn,8658,DEM,41,46.34748283342843,Bruce Rauner,8659,REP,44,50.269648178317325,-3,-3.922165344888896 +75133,143262,1252,2014,IL,Gov-G,2014_Gov-G_IL,Battleground Polling,682,FALSE,TRUE,IVR,NA,2014-09-23,2014-11-04,42,408,Pat Quinn,8658,DEM,43,46.34748283342843,Bruce Rauner,8659,REP,43,50.269648178317325,0,-3.922165344888896 +32983,41874,1252,2014,IL,Gov-G,2014_Gov-G_IL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-24,2014-11-04,41,750,Pat Quinn,8658,DEM,44,46.34748283342843,Bruce Rauner,8659,REP,42,50.269648178317325,2,-3.922165344888896 +34012,41345,1252,2014,IL,Gov-G,2014_Gov-G_IL,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone,REP,2014-09-28,2014-11-04,37,600,Pat Quinn,8658,DEM,41,46.34748283342843,Bruce Rauner,8659,REP,39,50.269648178317325,2,-3.922165344888896 +75132,143261,1252,2014,IL,Gov-G,2014_Gov-G_IL,Communication Express,681,FALSE,FALSE,IVR,NA,2014-09-30,2014-11-04,35,1208,Pat Quinn,8658,DEM,36.7,46.34748283342843,Bruce Rauner,8659,REP,42.5,50.269648178317325,-5.799999999999997,-3.922165344888896 +32955,126596,1252,2014,IL,Gov-G,2014_Gov-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,3955,Pat Quinn,8658,DEM,46,46.34748283342843,Bruce Rauner,8659,REP,43,50.269648178317325,3,-3.922165344888896 +34459,42206,1252,2014,IL,Gov-G,2014_Gov-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-06,2014-11-04,29,1097,Pat Quinn,8658,DEM,44,46.34748283342843,Bruce Rauner,8659,REP,40,50.269648178317325,4,-3.922165344888896 +33975,41265,1252,2014,IL,Gov-G,2014_Gov-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-08,2014-11-04,27,1051,Pat Quinn,8658,DEM,44,46.34748283342843,Bruce Rauner,8659,REP,41,50.269648178317325,3,-3.922165344888896 +33769,41285,1252,2014,IL,Gov-G,2014_Gov-G_IL,University of Illinois Springfield Survey Research Office,498,TRUE,FALSE,Online Panel,NA,2014-10-05,2014-11-04,30,723,Pat Quinn,8658,DEM,41,46.34748283342843,Bruce Rauner,8659,REP,43,50.269648178317325,-2,-3.922165344888896 +33745,41734,1252,2014,IL,Gov-G,2014_Gov-G_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2014-10-04,2014-11-04,31,691,Pat Quinn,8658,DEM,40.7,46.34748283342843,Bruce Rauner,8659,REP,42.4,50.269648178317325,-1.6999999999999957,-3.922165344888896 +33756,41656,1252,2014,IL,Gov-G,2014_Gov-G_IL,APC Research,4,FALSE,TRUE,Live Phone,NA,2014-10-18,2014-11-04,17,800,Pat Quinn,8658,DEM,43,46.34748283342843,Bruce Rauner,8659,REP,45,50.269648178317325,-2,-3.922165344888896 +34052,41419,1252,2014,IL,Gov-G,2014_Gov-G_IL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-21,2014-11-04,14,1000,Pat Quinn,8658,DEM,47,46.34748283342843,Bruce Rauner,8659,REP,48,50.269648178317325,-1,-3.922165344888896 +33800,41889,1252,2014,IL,Gov-G,2014_Gov-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,3519,Pat Quinn,8658,DEM,45,46.34748283342843,Bruce Rauner,8659,REP,41,50.269648178317325,4,-3.922165344888896 +34512,112348,1252,2014,IL,Gov-G,2014_Gov-G_IL,McKeon & Associates,202,FALSE,TRUE,Live Phone,NA,2014-10-28,2014-11-04,7,823,Pat Quinn,8658,DEM,45,46.34748283342843,Bruce Rauner,8659,REP,42,50.269648178317325,3,-3.922165344888896 +34325,42019,1252,2014,IL,Gov-G,2014_Gov-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-27,2014-11-04,8,2327,Pat Quinn,8658,DEM,50,46.34748283342843,Bruce Rauner,8659,REP,45,50.269648178317325,5,-3.922165344888896 +62491,112347,1252,2014,IL,Gov-G,2014_Gov-G_IL,Ogden & Fry,425,FALSE,FALSE,IVR,NA,2014-11-01,2014-11-04,3,1163,Pat Quinn,8658,DEM,44.6,46.34748283342843,Bruce Rauner,8659,REP,49.4,50.269648178317325,-4.799999999999997,-3.922165344888896 +62490,112346,1252,2014,IL,Gov-G,2014_Gov-G_IL,Ogden & Fry,425,FALSE,FALSE,IVR,NA,2014-11-02,2014-11-04,2,1051,Pat Quinn,8658,DEM,45.1,46.34748283342843,Bruce Rauner,8659,REP,48.6,50.269648178317325,-3.5,-3.922165344888896 +34395,42089,1252,2014,IL,Gov-G,2014_Gov-G_IL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,1064,Pat Quinn,8658,DEM,47,46.34748283342843,Bruce Rauner,8659,REP,45,50.269648178317325,2,-3.922165344888896 +34099,41800,1253,2014,FL,Gov-G,2014_Gov-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-06,2014-11-04,59,818,Charlie Crist,8601,DEM,42,47.06660991964965,Rick Scott,8605,REP,39,48.144394386615545,3,-1.0777844669658947 +75127,143240,1253,2014,FL,Gov-G,2014_Gov-G_FL,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2014-09-06,2014-11-04,59,1000,Charlie Crist,8601,DEM,40,47.06660991964965,Rick Scott,8605,REP,43,48.144394386615545,-3,-1.0777844669658947 +34005,41324,1253,2014,FL,Gov-G,2014_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,Mixed,NA,2014-09-07,2014-11-04,58,576,Charlie Crist,8601,DEM,44,47.06660991964965,Rick Scott,8605,REP,45,48.144394386615545,-1,-1.0777844669658947 +33853,41050,1253,2014,FL,Gov-G,2014_Gov-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-09,2014-11-04,56,1000,Charlie Crist,8601,DEM,42,47.06660991964965,Rick Scott,8605,REP,40,48.144394386615545,2,-1.0777844669658947 +58850,100380,1253,2014,FL,Gov-G,2014_Gov-G_FL,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-09-11,2014-11-04,54,3660,Charlie Crist,8601,DEM,40.3,47.06660991964965,Rick Scott,8605,REP,40.8,48.144394386615545,-0.5,-1.0777844669658947 +34250,41887,1253,2014,FL,Gov-G,2014_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-14,2014-11-04,51,571,Charlie Crist,8601,DEM,39,47.06660991964965,Rick Scott,8605,REP,44,48.144394386615545,-5,-1.0777844669658947 +34455,42202,1253,2014,FL,Gov-G,2014_Gov-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2014-09-20,2014-11-04,45,813,Charlie Crist,8601,DEM,39,47.06660991964965,Rick Scott,8605,REP,43,48.144394386615545,-4,-1.0777844669658947 +58851,100381,1253,2014,FL,Gov-G,2014_Gov-G_FL,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-09-18,2014-11-04,47,6079,Charlie Crist,8601,DEM,40.6,47.06660991964965,Rick Scott,8605,REP,40.7,48.144394386615545,-0.10000000000000142,-1.0777844669658947 +34243,41870,1253,2014,FL,Gov-G,2014_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-21,2014-11-04,44,588,Charlie Crist,8601,DEM,42,47.06660991964965,Rick Scott,8605,REP,43,48.144394386615545,-1,-1.0777844669658947 +33963,41243,1253,2014,FL,Gov-G,2014_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-09-19,2014-11-04,46,991,Charlie Crist,8601,DEM,42,47.06660991964965,Rick Scott,8605,REP,44,48.144394386615545,-2,-1.0777844669658947 +58852,100382,1253,2014,FL,Gov-G,2014_Gov-G_FL,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-09-25,2014-11-04,40,3356,Charlie Crist,8601,DEM,41.1,47.06660991964965,Rick Scott,8605,REP,40.1,48.144394386615545,1,-1.0777844669658947 +34242,41869,1253,2014,FL,Gov-G,2014_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-28,2014-11-04,37,584,Charlie Crist,8601,DEM,46,47.06660991964965,Rick Scott,8605,REP,40,48.144394386615545,6,-1.0777844669658947 +34183,41722,1253,2014,FL,Gov-G,2014_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,5689,Charlie Crist,8601,DEM,44,47.06660991964965,Rick Scott,8605,REP,47,48.144394386615545,-3,-1.0777844669658947 +67657,126634,1253,2014,FL,Gov-G,2014_Gov-G_FL,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2014-10-03,2014-11-04,32,1161,Charlie Crist,8601,DEM,45,47.06660991964965,Rick Scott,8605,REP,43,48.144394386615545,2,-1.0777844669658947 +58853,100383,1253,2014,FL,Gov-G,2014_Gov-G_FL,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-02,2014-11-04,33,6494,Charlie Crist,8601,DEM,40.2,47.06660991964965,Rick Scott,8605,REP,39.1,48.144394386615545,1.1000000000000014,-1.0777844669658947 +34249,41881,1253,2014,FL,Gov-G,2014_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-04,2014-11-04,31,594,Charlie Crist,8601,DEM,44,47.06660991964965,Rick Scott,8605,REP,42,48.144394386615545,2,-1.0777844669658947 +34296,137919,1253,2014,FL,Gov-G,2014_Gov-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2014-10-03,2014-11-04,32,471,Charlie Crist,8601,DEM,43,47.06660991964965,Rick Scott,8605,REP,38,48.144394386615545,5,-1.0777844669658947 +34154,41645,1253,2014,FL,Gov-G,2014_Gov-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR/Online Panel,NA,2014-10-10,2014-11-04,25,3128,Charlie Crist,8601,DEM,44,47.06660991964965,Rick Scott,8605,REP,45,48.144394386615545,-1,-1.0777844669658947 +33948,41221,1253,2014,FL,Gov-G,2014_Gov-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-11,2014-11-04,24,1023,Charlie Crist,8601,DEM,42,47.06660991964965,Rick Scott,8605,REP,44,48.144394386615545,-2,-1.0777844669658947 +33983,41284,1253,2014,FL,Gov-G,2014_Gov-G_FL,University of Florida Bob Graham Center for Public Service,349,TRUE,FALSE,Live Phone,NA,2014-10-09,2014-11-04,26,781,Charlie Crist,8601,DEM,40,47.06660991964965,Rick Scott,8605,REP,40,48.144394386615545,0,-1.0777844669658947 +58854,100384,1253,2014,FL,Gov-G,2014_Gov-G_FL,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-09,2014-11-04,26,6384,Charlie Crist,8601,DEM,40.5,47.06660991964965,Rick Scott,8605,REP,39.4,48.144394386615545,1.1000000000000014,-1.0777844669658947 +73509,137916,1253,2014,FL,Gov-G,2014_Gov-G_FL,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2014-10-09,2014-11-04,26,1000,Charlie Crist,8601,DEM,43,47.06660991964965,Rick Scott,8605,REP,42,48.144394386615545,1,-1.0777844669658947 +33958,41236,1253,2014,FL,Gov-G,2014_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-12,2014-11-04,23,566,Charlie Crist,8601,DEM,45,47.06660991964965,Rick Scott,8605,REP,41,48.144394386615545,4,-1.0777844669658947 +34273,41934,1253,2014,FL,Gov-G,2014_Gov-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-11,2014-11-04,24,610,Charlie Crist,8601,DEM,44,47.06660991964965,Rick Scott,8605,REP,44,48.144394386615545,0,-1.0777844669658947 +34326,42020,1253,2014,FL,Gov-G,2014_Gov-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2014-10-17,2014-11-04,18,1855,Charlie Crist,8601,DEM,45.3,47.06660991964965,Rick Scott,8605,REP,43.9,48.144394386615545,1.3999999999999986,-1.0777844669658947 +34187,41726,1253,2014,FL,Gov-G,2014_Gov-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-16,2014-11-04,19,1000,Charlie Crist,8601,DEM,47,47.06660991964965,Rick Scott,8605,REP,47,48.144394386615545,0,-1.0777844669658947 +34197,41751,1253,2014,FL,Gov-G,2014_Gov-G_FL,Saint Leo University Polling Institute,299,FALSE,FALSE,IVR/Online Panel,NA,2014-10-18,2014-11-04,17,500,Charlie Crist,8601,DEM,43,47.06660991964965,Rick Scott,8605,REP,40,48.144394386615545,3,-1.0777844669658947 +58855,100385,1253,2014,FL,Gov-G,2014_Gov-G_FL,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-16,2014-11-04,19,4701,Charlie Crist,8601,DEM,40.2,47.06660991964965,Rick Scott,8605,REP,41.1,48.144394386615545,-0.8999999999999986,-1.0777844669658947 +34181,41718,1253,2014,FL,Gov-G,2014_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-17,2014-11-04,18,984,Charlie Crist,8601,DEM,42,47.06660991964965,Rick Scott,8605,REP,42,48.144394386615545,0,-1.0777844669658947 +34192,41742,1253,2014,FL,Gov-G,2014_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,5422,Charlie Crist,8601,DEM,45,47.06660991964965,Rick Scott,8605,REP,46,48.144394386615545,-1,-1.0777844669658947 +34307,42001,1253,2014,FL,Gov-G,2014_Gov-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-23,2014-11-04,12,861,Charlie Crist,8601,DEM,44,47.06660991964965,Rick Scott,8605,REP,42,48.144394386615545,2,-1.0777844669658947 +58856,100386,1253,2014,FL,Gov-G,2014_Gov-G_FL,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-10-23,2014-11-04,12,4893,Charlie Crist,8601,DEM,39.4,47.06660991964965,Rick Scott,8605,REP,41.9,48.144394386615545,-2.5,-1.0777844669658947 +34387,42081,1253,2014,FL,Gov-G,2014_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,817,Charlie Crist,8601,DEM,43,47.06660991964965,Rick Scott,8605,REP,40,48.144394386615545,3,-1.0777844669658947 +34399,42093,1253,2014,FL,Gov-G,2014_Gov-G_FL,University of Florida Bob Graham Center for Public Service,349,TRUE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,850,Charlie Crist,8601,DEM,36,47.06660991964965,Rick Scott,8605,REP,36,48.144394386615545,0,-1.0777844669658947 +62487,112341,1253,2014,FL,Gov-G,2014_Gov-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,800,Charlie Crist,8601,DEM,43,47.06660991964965,Rick Scott,8605,REP,45,48.144394386615545,-2,-1.0777844669658947 +34362,42056,1253,2014,FL,Gov-G,2014_Gov-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2014-10-28,2014-11-04,7,508,Charlie Crist,8601,DEM,39,47.06660991964965,Rick Scott,8605,REP,44,48.144394386615545,-5,-1.0777844669658947 +62485,112339,1253,2014,FL,Gov-G,2014_Gov-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,1800,Charlie Crist,8601,DEM,44,47.06660991964965,Rick Scott,8605,REP,47,48.144394386615545,-3,-1.0777844669658947 +34346,42040,1253,2014,FL,Gov-G,2014_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2014-10-30,2014-11-04,5,688,Charlie Crist,8601,DEM,45,47.06660991964965,Rick Scott,8605,REP,38,48.144394386615545,7,-1.0777844669658947 +34382,42076,1253,2014,FL,Gov-G,2014_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-28,2014-11-04,7,1795,Charlie Crist,8601,DEM,41,47.06660991964965,Rick Scott,8605,REP,41,48.144394386615545,0,-1.0777844669658947 +34366,42060,1253,2014,FL,Gov-G,2014_Gov-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,1198,Charlie Crist,8601,DEM,44,47.06660991964965,Rick Scott,8605,REP,44,48.144394386615545,0,-1.0777844669658947 +58857,100387,1253,2014,FL,Gov-G,2014_Gov-G_FL,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2014-11-01,2014-11-04,3,2559,Charlie Crist,8601,DEM,41.3,47.06660991964965,Rick Scott,8605,REP,42.8,48.144394386615545,-1.5,-1.0777844669658947 +34311,42005,1253,2014,FL,Gov-G,2014_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2014-10-30,2014-11-04,5,817,Charlie Crist,8601,DEM,42,47.06660991964965,Rick Scott,8605,REP,41,48.144394386615545,1,-1.0777844669658947 +34266,41918,1254,2014,TX,Gov-G,2014_Gov-G_TX,Texas Lyceum,431,FALSE,FALSE,Live Phone,NA,2014-09-18,2014-11-04,47,666,Wendy R. Davis,8755,DEM,40,38.90402156045396,Greg Abbott,8754,REP,49,59.27062642478129,-9,-20.36660486432733 +32935,126578,1254,2014,TX,Gov-G,2014_Gov-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,4177,Wendy R. Davis,8755,DEM,40,38.90402156045396,Greg Abbott,8754,REP,54,59.27062642478129,-14,-20.36660486432733 +33693,41117,1254,2014,TX,Gov-G,2014_Gov-G_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-01,2014-11-04,34,840,Wendy R. Davis,8755,DEM,40,38.90402156045396,Greg Abbott,8754,REP,51,59.27062642478129,-11,-20.36660486432733 +62496,112363,1254,2014,TX,Gov-G,2014_Gov-G_TX,University of Houston Hobby School of Public Affairs,351,FALSE,FALSE,Live Phone,NA,2014-10-04,2014-11-04,31,781,Wendy R. Davis,8755,DEM,32,38.90402156045396,Greg Abbott,8754,REP,47,59.27062642478129,-15,-20.36660486432733 +33824,41232,1254,2014,TX,Gov-G,2014_Gov-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-14,2014-11-04,21,866,Wendy R. Davis,8755,DEM,38,38.90402156045396,Greg Abbott,8754,REP,54,59.27062642478129,-16,-20.36660486432733 +33806,112362,1254,2014,TX,Gov-G,2014_Gov-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,3987,Wendy R. Davis,8755,DEM,37,38.90402156045396,Greg Abbott,8754,REP,57,59.27062642478129,-20,-20.36660486432733 +34190,41739,1255,2014,CA,Gov-G,2014_Gov-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2014-09-05,2014-11-04,60,1109,Jerry Brown,8698,DEM,57,59.970200534848885,Neel Kashkari,8701,REP,36,40.02979946515112,21,19.940401069697764 +34300,41988,1255,2014,CA,Gov-G,2014_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2014-09-12,2014-11-04,53,916,Jerry Brown,8698,DEM,54,59.970200534848885,Neel Kashkari,8701,REP,33,40.02979946515112,21,19.940401069697764 +34128,41579,1255,2014,CA,Gov-G,2014_Gov-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-09-26,2014-11-04,39,7943,Jerry Brown,8698,DEM,56,59.970200534848885,Neel Kashkari,8701,REP,36,40.02979946515112,20,19.940401069697764 +34247,41876,1255,2014,CA,Gov-G,2014_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2014-10-16,2014-11-04,19,976,Jerry Brown,8698,DEM,52,59.970200534848885,Neel Kashkari,8701,REP,36,40.02979946515112,16,19.940401069697764 +34013,41346,1255,2014,CA,Gov-G,2014_Gov-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-20,2014-11-04,15,7463,Jerry Brown,8698,DEM,55,59.970200534848885,Neel Kashkari,8701,REP,37,40.02979946515112,18,19.940401069697764 +34371,42065,1255,2014,CA,Gov-G,2014_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2014-10-21,2014-11-04,14,941,Jerry Brown,8698,DEM,54,59.970200534848885,Neel Kashkari,8701,REP,33,40.02979946515112,21,19.940401069697764 +62483,112337,1255,2014,CA,Gov-G,2014_Gov-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2014-10-26,2014-11-04,9,1169,Jerry Brown,8698,DEM,56,59.970200534848885,Neel Kashkari,8701,REP,37,40.02979946515112,19,19.940401069697764 +34334,42028,1255,2014,CA,Gov-G,2014_Gov-G_CA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2014-10-30,2014-11-04,5,705,Jerry Brown,8698,DEM,51,59.970200534848885,Neel Kashkari,8701,REP,33,40.02979946515112,18,19.940401069697764 +72941,143340,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2013-09-06,2013-11-05,60,568,Barbara Buono,13765,DEM,35,38.19090880800579,Chris Christie,13766,REP,55,60.30234819172923,-20,-22.111439383723443 +75173,143339,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-09-10,2013-11-05,56,999,Barbara Buono,13765,DEM,32,38.19090880800579,Chris Christie,13766,REP,58,60.30234819172923,-26,-22.111439383723443 +73063,143338,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-09-19,2013-11-05,47,1000,Barbara Buono,13765,DEM,34,38.19090880800579,Chris Christie,13766,REP,52,60.30234819172923,-18,-22.111439383723443 +73361,143337,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2013-09-18,2013-11-05,48,812,Barbara Buono,13765,DEM,30,38.19090880800579,Chris Christie,13766,REP,58,60.30234819172923,-28,-22.111439383723443 +73269,143336,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-09-21,2013-11-05,45,1249,Barbara Buono,13765,DEM,30,38.19090880800579,Chris Christie,13766,REP,64,60.30234819172923,-34,-22.111439383723443 +63701,143335,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2013-09-28,2013-11-05,38,615,Barbara Buono,13765,DEM,37,38.19090880800579,Chris Christie,13766,REP,56,60.30234819172923,-19,-22.111439383723443 +63629,137937,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2013-10-02,2013-11-05,34,702,Barbara Buono,13765,DEM,25,38.19090880800579,Chris Christie,13766,REP,58,60.30234819172923,-33,-22.111439383723443 +63722,137931,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-10-07,2013-11-05,29,1000,Barbara Buono,13765,DEM,34,38.19090880800579,Chris Christie,13766,REP,55,60.30234819172923,-21,-22.111439383723443 +63727,137930,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-10-06,2013-11-05,30,1144,Barbara Buono,13765,DEM,33,38.19090880800579,Chris Christie,13766,REP,62,60.30234819172923,-29,-22.111439383723443 +63703,137927,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2013-10-11,2013-11-05,25,1606,Barbara Buono,13765,DEM,35,38.19090880800579,Chris Christie,13766,REP,59,60.30234819172923,-24,-22.111439383723443 +63803,137926,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2013-10-10,2013-11-05,26,562,Barbara Buono,13765,DEM,33,38.19090880800579,Chris Christie,13766,REP,59,60.30234819172923,-26,-22.111439383723443 +63728,137925,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-10-12,2013-11-05,24,1938,Barbara Buono,13765,DEM,33,38.19090880800579,Chris Christie,13766,REP,62,60.30234819172923,-29,-22.111439383723443 +63968,117731,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-10-24,2013-11-05,12,1203,Barbara Buono,13765,DEM,31,38.19090880800579,Chris Christie,13766,REP,64,60.30234819172923,-33,-22.111439383723443 +63987,117753,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2013-10-25,2013-11-05,11,804,Barbara Buono,13765,DEM,32,38.19090880800579,Chris Christie,13766,REP,56,60.30234819172923,-24,-22.111439383723443 +63758,117395,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-10-28,2013-11-05,8,1000,Barbara Buono,13765,DEM,36,38.19090880800579,Chris Christie,13766,REP,54,60.30234819172923,-18,-22.111439383723443 +63930,117679,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2013-10-27,2013-11-05,9,570,Barbara Buono,13765,DEM,40,38.19090880800579,Chris Christie,13766,REP,59,60.30234819172923,-19,-22.111439383723443 +63954,117709,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2013-11-01,2013-11-05,4,1436,Barbara Buono,13765,DEM,37,38.19090880800579,Chris Christie,13766,REP,57,60.30234819172923,-20,-22.111439383723443 +63980,117746,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2013-10-30,2013-11-05,6,535,Barbara Buono,13765,DEM,30,38.19090880800579,Chris Christie,13766,REP,66,60.30234819172923,-36,-22.111439383723443 +63969,117732,1256,2013,NJ,Gov-G,2013_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-11-01,2013-11-05,4,1388,Barbara Buono,13765,DEM,33,38.19090880800579,Chris Christie,13766,REP,61,60.30234819172923,-28,-22.111439383723443 +75201,143377,1257,2013,VA,Gov-G,2013_Gov-G_VA,Purple Strategies,265,FALSE,FALSE,IVR/Online Panel,NA,2013-09-08,2013-11-05,58,800,Terry R. McAuliffe,13762,DEM,43,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,38,45.217398288586125,5,2.518215621013347 +75199,143375,1257,2013,VA,Gov-G,2013_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-09-12,2013-11-05,54,1005,Terry R. McAuliffe,13762,DEM,44,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,41,45.217398288586125,3,2.518215621013347 +75200,143376,1257,2013,VA,Gov-G,2013_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2013-09-12,2013-11-05,54,874,Terry R. McAuliffe,13762,DEM,37,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,36,45.217398288586125,1,2.518215621013347 +75198,143374,1257,2013,VA,Gov-G,2013_Gov-G_VA,Harper Polling,132,FALSE,FALSE,IVR,NA,2013-09-15,2013-11-05,51,779,Terry R. McAuliffe,13762,DEM,42,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,37,45.217398288586125,5,2.518215621013347 +75196,143372,1257,2013,VA,Gov-G,2013_Gov-G_VA,Conquest Communications Group,684,FALSE,TRUE,NA,REP,2013-09-19,2013-11-05,47,400,Terry R. McAuliffe,13762,DEM,35.5,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,35,45.217398288586125,0.5,2.518215621013347 +75197,143373,1257,2013,VA,Gov-G,2013_Gov-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2013-09-18,2013-11-05,48,546,Terry R. McAuliffe,13762,DEM,43,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,38,45.217398288586125,5,2.518215621013347 +75195,143371,1257,2013,VA,Gov-G,2013_Gov-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2013-09-21,2013-11-05,45,562,Terry R. McAuliffe,13762,DEM,47,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,39,45.217398288586125,8,2.518215621013347 +75194,143370,1257,2013,VA,Gov-G,2013_Gov-G_VA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-09-23,2013-11-05,43,1050,Terry R. McAuliffe,13762,DEM,44,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,38,45.217398288586125,6,2.518215621013347 +75193,143369,1257,2013,VA,Gov-G,2013_Gov-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2013-09-28,2013-11-05,38,600,Terry R. McAuliffe,13762,DEM,32,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,27,45.217398288586125,5,2.518215621013347 +75191,143367,1257,2013,VA,Gov-G,2013_Gov-G_VA,Hampton University Center for Public Policy,131,FALSE,FALSE,Live Phone,NA,2013-09-27,2013-11-05,39,800,Terry R. McAuliffe,13762,DEM,42,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,37,45.217398288586125,5,2.518215621013347 +75192,143368,1257,2013,VA,Gov-G,2013_Gov-G_VA,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2013-09-27,2013-11-05,39,559,Terry R. McAuliffe,13762,DEM,42,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,35,45.217398288586125,7,2.518215621013347 +75190,143366,1257,2013,VA,Gov-G,2013_Gov-G_VA,Emerson College,88,TRUE,FALSE,IVR,NA,2013-09-28,2013-11-05,38,519,Terry R. McAuliffe,13762,DEM,43,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,38,45.217398288586125,5,2.518215621013347 +73520,137938,1257,2013,VA,Gov-G,2013_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2013-10-02,2013-11-05,34,1046,Terry R. McAuliffe,13762,DEM,40,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,34,45.217398288586125,6,2.518215621013347 +73519,137935,1257,2013,VA,Gov-G,2013_Gov-G_VA,Public Policy Polling/Harper Polling,647,FALSE,TRUE,IVR,NA,2013-10-05,2013-11-05,31,1150,Terry R. McAuliffe,13762,DEM,44,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,35,45.217398288586125,9,2.518215621013347 +73517,137932,1257,2013,VA,Gov-G,2013_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,NA,NA,2013-10-03,2013-11-05,33,886,Terry R. McAuliffe,13762,DEM,47,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,38,45.217398288586125,9,2.518215621013347 +73516,137929,1257,2013,VA,Gov-G,2013_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2013-10-05,2013-11-05,31,1180,Terry R. McAuliffe,13762,DEM,47,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,39,45.217398288586125,8,2.518215621013347 +63756,117391,1257,2013,VA,Gov-G,2013_Gov-G_VA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-10-20,2013-11-05,16,1000,Terry R. McAuliffe,13762,DEM,50,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,33,45.217398288586125,17,2.518215621013347 +63970,117733,1257,2013,VA,Gov-G,2013_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-10-18,2013-11-05,18,1085,Terry R. McAuliffe,13762,DEM,46,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,39,45.217398288586125,7,2.518215621013347 +63920,117669,1257,2013,VA,Gov-G,2013_Gov-G_VA,Clout Research,55,FALSE,FALSE,IVR,NA,2013-10-22,2013-11-05,14,640,Terry R. McAuliffe,13762,DEM,41,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,40,45.217398288586125,1,2.518215621013347 +63957,117716,1257,2013,VA,Gov-G,2013_Gov-G_VA,Old Dominion University,238,FALSE,FALSE,Live Phone,NA,2013-10-22,2013-11-05,14,670,Terry R. McAuliffe,13762,DEM,44,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,37,45.217398288586125,7,2.518215621013347 +63979,117745,1257,2013,VA,Gov-G,2013_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2013-10-24,2013-11-05,12,838,Terry R. McAuliffe,13762,DEM,48,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,33,45.217398288586125,15,2.518215621013347 +63908,117652,1257,2013,VA,Gov-G,2013_Gov-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2013-10-26,2013-11-05,10,762,Terry R. McAuliffe,13762,DEM,51,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,39,45.217398288586125,12,2.518215621013347 +63932,117685,1257,2013,VA,Gov-G,2013_Gov-G_VA,Hampton University Center for Public Policy,131,FALSE,FALSE,Live Phone,NA,2013-10-26,2013-11-05,10,800,Terry R. McAuliffe,13762,DEM,42,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,36,45.217398288586125,6,2.518215621013347 +63902,117646,1257,2013,VA,Gov-G,2013_Gov-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2013-10-27,2013-11-05,9,600,Terry R. McAuliffe,13762,DEM,43,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,37,45.217398288586125,6,2.518215621013347 +63971,117734,1257,2013,VA,Gov-G,2013_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-10-25,2013-11-05,11,1182,Terry R. McAuliffe,13762,DEM,45,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,41,45.217398288586125,4,2.518215621013347 +63757,117393,1257,2013,VA,Gov-G,2013_Gov-G_VA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-10-28,2013-11-05,8,1002,Terry R. McAuliffe,13762,DEM,43,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,36,45.217398288586125,7,2.518215621013347 +63918,117666,1257,2013,VA,Gov-G,2013_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2013-10-27,2013-11-05,9,1038,Terry R. McAuliffe,13762,DEM,45,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,38,45.217398288586125,7,2.518215621013347 +63925,117674,1257,2013,VA,Gov-G,2013_Gov-G_VA,Emerson College,88,TRUE,FALSE,IVR,NA,2013-10-27,2013-11-05,9,874,Terry R. McAuliffe,13762,DEM,42,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,40,45.217398288586125,2,2.518215621013347 +63961,117724,1257,2013,VA,Gov-G,2013_Gov-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2013-11-02,2013-11-05,3,870,Terry R. McAuliffe,13762,DEM,50,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,43,45.217398288586125,7,2.518215621013347 +63903,117647,1257,2013,VA,Gov-G,2013_Gov-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2013-11-02,2013-11-05,3,600,Terry R. McAuliffe,13762,DEM,43,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,30.7,45.217398288586125,12.3,2.518215621013347 +73518,137933,1257,2013,VA,Gov-G,2013_Gov-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2013-11-02,2013-11-05,3,666,Terry R. McAuliffe,13762,DEM,43,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,30.7,45.217398288586125,12.3,2.518215621013347 +63972,117735,1257,2013,VA,Gov-G,2013_Gov-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-10-31,2013-11-05,5,1606,Terry R. McAuliffe,13762,DEM,46,47.73561390959947,Kenneth T. Cuccinelli,13763,REP,40,45.217398288586125,6,2.518215621013347 +19072,86988,1258,2012,MT,Gov-G,2012_Gov-G_MT,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-10,2012-11-06,57,656,Steve Bullock,12543,DEM,44,48.90493889209475,Richard A. Hill,12544,REP,39,47.33902942983191,5,1.5659094622628373 +51456,86985,1258,2012,MT,Gov-G,2012_Gov-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-09-18,2012-11-06,49,625,Steve Bullock,12543,DEM,44,48.90493889209475,Richard A. Hill,12544,REP,43,47.33902942983191,1,1.5659094622628373 +51404,86977,1258,2012,MT,Gov-G,2012_Gov-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2012-09-29,2012-11-06,38,477,Steve Bullock,12543,DEM,38.1,48.90493889209475,Richard A. Hill,12544,REP,40.3,47.33902942983191,-2.1999999999999957,1.5659094622628373 +29874,86969,1258,2012,MT,Gov-G,2012_Gov-G_MT,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-09,2012-11-06,28,737,Steve Bullock,12543,DEM,42,48.90493889209475,Richard A. Hill,12544,REP,43,47.33902942983191,-1,1.5659094622628373 +51340,86940,1258,2012,MT,Gov-G,2012_Gov-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,625,Steve Bullock,12543,DEM,46,48.90493889209475,Richard A. Hill,12544,REP,49,47.33902942983191,-3,1.5659094622628373 +73522,137940,1258,2012,MT,Gov-G,2012_Gov-G_MT,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-30,2012-11-06,7,800,Steve Bullock,12543,DEM,47,48.90493889209475,Richard A. Hill,12544,REP,40,47.33902942983191,7,1.5659094622628373 +30681,86935,1258,2012,MT,Gov-G,2012_Gov-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,836,Steve Bullock,12543,DEM,48,48.90493889209475,Richard A. Hill,12544,REP,48,47.33902942983191,0,1.5659094622628373 +29478,87093,1260,2012,IN,Gov-G,2012_Gov-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,637,John R. Gregg,12548,DEM,34,46.56045076123382,Mike Pence,12549,REP,49,49.48627047614022,-15,-2.925819714906403 +29611,86982,1260,2012,IN,Gov-G,2012_Gov-G_IN,Howey Politics/DePauw University,142,FALSE,TRUE,NA,NA,2012-09-21,2012-11-06,46,800,John R. Gregg,12548,DEM,34,46.56045076123382,Mike Pence,12549,REP,47,49.48627047614022,-13,-2.925819714906403 +29856,137947,1260,2012,IN,Gov-G,2012_Gov-G_IN,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-03,2012-11-06,34,600,John R. Gregg,12548,DEM,39,46.56045076123382,Mike Pence,12549,REP,53,49.48627047614022,-14,-2.925819714906403 +30053,87084,1260,2012,IN,Gov-G,2012_Gov-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,470,John R. Gregg,12548,DEM,38,46.56045076123382,Mike Pence,12549,REP,49,49.48627047614022,-11,-2.925819714906403 +54020,87076,1260,2012,IN,Gov-G,2012_Gov-G_IN,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-10-20,2012-11-06,17,701,John R. Gregg,12548,DEM,38,46.56045076123382,Mike Pence,12549,REP,44,49.48627047614022,-6,-2.925819714906403 +30831,87068,1260,2012,IN,Gov-G,2012_Gov-G_IN,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2012-10-25,2012-11-06,12,825,John R. Gregg,12548,DEM,44,46.56045076123382,Mike Pence,12549,REP,47,49.48627047614022,-3,-2.925819714906403 +54019,87069,1260,2012,IN,Gov-G,2012_Gov-G_IN,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2012-10-27,2012-11-06,10,1213,John R. Gregg,12548,DEM,37,46.56045076123382,Mike Pence,12549,REP,46,49.48627047614022,-9,-2.925819714906403 +30585,86941,1260,2012,IN,Gov-G,2012_Gov-G_IN,Howey Politics/DePauw University,142,FALSE,TRUE,Live Phone,NA,2012-10-29,2012-11-06,8,800,John R. Gregg,12548,DEM,40,46.56045076123382,Mike Pence,12549,REP,47,49.48627047614022,-7,-2.925819714906403 +30619,87065,1260,2012,IN,Gov-G,2012_Gov-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-31,2012-11-06,6,600,John R. Gregg,12548,DEM,39,46.56045076123382,Mike Pence,12549,REP,51,49.48627047614022,-12,-2.925819714906403 +29498,92099,1261,2012,MO,Gov-G,2012_Gov-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,809,Jay Nixon,12545,DEM,51,54.76979767827286,David Spence,12550,REP,33,42.53353241323033,18,12.236265265042526 +29733,86974,1261,2012,MO,Gov-G,2012_Gov-G_MO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-02,2012-11-06,35,700,Jay Nixon,12545,DEM,54,54.76979767827286,David Spence,12550,REP,35,42.53353241323033,19,12.236265265042526 +30054,87083,1261,2012,MO,Gov-G,2012_Gov-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,533,Jay Nixon,12545,DEM,54,54.76979767827286,David Spence,12550,REP,36,42.53353241323033,18,12.236265265042526 +30186,86953,1261,2012,MO,Gov-G,2012_Gov-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-20,2012-11-06,17,582,Jay Nixon,12545,DEM,51,54.76979767827286,David Spence,12550,REP,40,42.53353241323033,11,12.236265265042526 +30363,92100,1261,2012,MO,Gov-G,2012_Gov-G_MO,Kiley & Company,162,FALSE,TRUE,Live Phone,DEM,2012-10-24,2012-11-06,13,601,Jay Nixon,12545,DEM,55,54.76979767827286,David Spence,12550,REP,33,42.53353241323033,22,12.236265265042526 +30360,86949,1261,2012,MO,Gov-G,2012_Gov-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,625,Jay Nixon,12545,DEM,48,54.76979767827286,David Spence,12550,REP,42,42.53353241323033,6,12.236265265042526 +30683,86955,1261,2012,MO,Gov-G,2012_Gov-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,835,Jay Nixon,12545,DEM,53,54.76979767827286,David Spence,12550,REP,45,42.53353241323033,8,12.236265265042526 +30736,86942,1261,2012,MO,Gov-G,2012_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-31,2012-11-06,6,589,Jay Nixon,12545,DEM,48,54.76979767827286,David Spence,12550,REP,39,42.53353241323033,9,12.236265265042526 +27163,86986,1262,2012,NH,Gov-G,2012_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2012-09-16,2012-11-06,51,463,Maggie Hassan,12539,DEM,45,54.61111983824223,Ovide Lamontagne,12540,REP,47,42.518486705857086,-2,12.092633132385146 +29379,86984,1262,2012,NH,Gov-G,2012_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-18,2012-11-06,49,500,Maggie Hassan,12539,DEM,44,54.61111983824223,Ovide Lamontagne,12540,REP,48,42.518486705857086,-4,12.092633132385146 +29616,87094,1262,2012,NH,Gov-G,2012_Gov-G_NH,GQR,126,TRUE,FALSE,NA,DEM,2012-09-17,2012-11-06,50,600,Maggie Hassan,12539,DEM,48,54.61111983824223,Ovide Lamontagne,12540,REP,46,42.518486705857086,2,12.092633132385146 +29708,87091,1262,2012,NH,Gov-G,2012_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-24,2012-11-06,43,862,Maggie Hassan,12539,DEM,51,54.61111983824223,Ovide Lamontagne,12540,REP,44,42.518486705857086,7,12.092633132385146 +29623,86981,1262,2012,NH,Gov-G,2012_Gov-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-24,2012-11-06,43,1012,Maggie Hassan,12539,DEM,47,54.61111983824223,Ovide Lamontagne,12540,REP,45,42.518486705857086,2,12.092633132385146 +29693,87090,1262,2012,NH,Gov-G,2012_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,600,Maggie Hassan,12539,DEM,42,54.61111983824223,Ovide Lamontagne,12540,REP,40,42.518486705857086,2,12.092633132385146 +29894,86973,1262,2012,NH,Gov-G,2012_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-03,2012-11-06,34,419,Maggie Hassan,12539,DEM,35,54.61111983824223,Ovide Lamontagne,12540,REP,39,42.518486705857086,-4,12.092633132385146 +29878,86967,1262,2012,NH,Gov-G,2012_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-09,2012-11-06,28,500,Maggie Hassan,12539,DEM,48,54.61111983824223,Ovide Lamontagne,12540,REP,46,42.518486705857086,2,12.092633132385146 +54021,137946,1262,2012,NH,Gov-G,2012_Gov-G_NH,Feldman Group,93,FALSE,FALSE,Live Phone,DEM,2012-10-09,2012-11-06,28,500,Maggie Hassan,12539,DEM,44,54.61111983824223,Ovide Lamontagne,12540,REP,39,42.518486705857086,5,12.092633132385146 +29953,86966,1262,2012,NH,Gov-G,2012_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2012-10-10,2012-11-06,27,600,Maggie Hassan,12539,DEM,40,54.61111983824223,Ovide Lamontagne,12540,REP,46,42.518486705857086,-6,12.092633132385146 +30016,86964,1262,2012,NH,Gov-G,2012_Gov-G_NH,Suffolk University,323,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,500,Maggie Hassan,12539,DEM,41,54.61111983824223,Ovide Lamontagne,12540,REP,38,42.518486705857086,3,12.092633132385146 +30064,86961,1262,2012,NH,Gov-G,2012_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-15,2012-11-06,22,500,Maggie Hassan,12539,DEM,46,54.61111983824223,Ovide Lamontagne,12540,REP,48,42.518486705857086,-2,12.092633132385146 +30136,86959,1262,2012,NH,Gov-G,2012_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-18,2012-11-06,19,1036,Maggie Hassan,12539,DEM,45,54.61111983824223,Ovide Lamontagne,12540,REP,43,42.518486705857086,2,12.092633132385146 +63940,117693,1262,2012,NH,Gov-G,2012_Gov-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,1013,Maggie Hassan,12539,DEM,49,54.61111983824223,Ovide Lamontagne,12540,REP,44,42.518486705857086,5,12.092633132385146 +30197,86958,1262,2012,NH,Gov-G,2012_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,773,Maggie Hassan,12539,DEM,43,54.61111983824223,Ovide Lamontagne,12540,REP,35,42.518486705857086,8,12.092633132385146 +30260,86948,1262,2012,NH,Gov-G,2012_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-23,2012-11-06,14,500,Maggie Hassan,12539,DEM,46,54.61111983824223,Ovide Lamontagne,12540,REP,48,42.518486705857086,-2,12.092633132385146 +30335,86951,1262,2012,NH,Gov-G,2012_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2012-10-24,2012-11-06,13,571,Maggie Hassan,12539,DEM,45,54.61111983824223,Ovide Lamontagne,12540,REP,45,42.518486705857086,0,12.092633132385146 +30398,86946,1262,2012,NH,Gov-G,2012_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-27,2012-11-06,10,874,Maggie Hassan,12539,DEM,48,54.61111983824223,Ovide Lamontagne,12540,REP,44,42.518486705857086,4,12.092633132385146 +30538,86943,1262,2012,NH,Gov-G,2012_Gov-G_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,1013,Maggie Hassan,12539,DEM,49,54.61111983824223,Ovide Lamontagne,12540,REP,44,42.518486705857086,5,12.092633132385146 +30668,86938,1262,2012,NH,Gov-G,2012_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-11-01,2012-11-06,5,502,Maggie Hassan,12539,DEM,47,54.61111983824223,Ovide Lamontagne,12540,REP,42,42.518486705857086,5,12.092633132385146 +30752,86931,1262,2012,NH,Gov-G,2012_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-04,2012-11-06,2,750,Maggie Hassan,12539,DEM,50,54.61111983824223,Ovide Lamontagne,12540,REP,45,42.518486705857086,5,12.092633132385146 +30729,86933,1262,2012,NH,Gov-G,2012_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,1550,Maggie Hassan,12539,DEM,51,54.61111983824223,Ovide Lamontagne,12540,REP,47,42.518486705857086,4,12.092633132385146 +30754,86932,1262,2012,NH,Gov-G,2012_Gov-G_NH,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2012-11-03,2012-11-06,3,666,Maggie Hassan,12539,DEM,47,54.61111983824223,Ovide Lamontagne,12540,REP,45,42.518486705857086,2,12.092633132385146 +30749,124738,1262,2012,NH,Gov-G,2012_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,789,Maggie Hassan,12539,DEM,49,54.61111983824223,Ovide Lamontagne,12540,REP,40,42.518486705857086,9,12.092633132385146 +19112,87097,1263,2012,NC,Gov-G,2012_Gov-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-13,2012-11-06,54,500,Walter H. Dalton,12553,DEM,38,43.22856928649518,Pat McCrory,12542,REP,51,54.622781172684434,-13,-11.394211886189254 +29432,87096,1263,2012,NC,Gov-G,2012_Gov-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1022,Walter H. Dalton,12553,DEM,33,43.22856928649518,Pat McCrory,12542,REP,49,54.622781172684434,-16,-11.394211886189254 +29545,87168,1263,2012,NC,Gov-G,2012_Gov-G_NC,National Research,225,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,600,Walter H. Dalton,12553,DEM,38,43.22856928649518,Pat McCrory,12542,REP,49,54.622781172684434,-11,-11.394211886189254 +29619,87092,1263,2012,NC,Gov-G,2012_Gov-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-24,2012-11-06,43,1035,Walter H. Dalton,12553,DEM,39,43.22856928649518,Pat McCrory,12542,REP,52,54.622781172684434,-13,-11.394211886189254 +29669,87162,1263,2012,NC,Gov-G,2012_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-29,2012-11-06,38,981,Walter H. Dalton,12553,DEM,37,43.22856928649518,Pat McCrory,12542,REP,47,54.622781172684434,-10,-11.394211886189254 +29707,137948,1263,2012,NC,Gov-G,2012_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-30,2012-11-06,37,573,Walter H. Dalton,12553,DEM,39,43.22856928649518,Pat McCrory,12542,REP,51,54.622781172684434,-12,-11.394211886189254 +29730,87089,1263,2012,NC,Gov-G,2012_Gov-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-02,2012-11-06,35,500,Walter H. Dalton,12553,DEM,38,43.22856928649518,Pat McCrory,12542,REP,54,54.622781172684434,-16,-11.394211886189254 +29850,87087,1263,2012,NC,Gov-G,2012_Gov-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-07,2012-11-06,30,1325,Walter H. Dalton,12553,DEM,33.3,43.22856928649518,Pat McCrory,12542,REP,49.6,54.622781172684434,-16.300000000000004,-11.394211886189254 +29929,87088,1263,2012,NC,Gov-G,2012_Gov-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-09,2012-11-06,28,500,Walter H. Dalton,12553,DEM,38,43.22856928649518,Pat McCrory,12542,REP,52,54.622781172684434,-14,-11.394211886189254 +30039,87057,1263,2012,NC,Gov-G,2012_Gov-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,772,Walter H. Dalton,12553,DEM,34,43.22856928649518,Pat McCrory,12542,REP,50,54.622781172684434,-16,-11.394211886189254 +30160,87081,1263,2012,NC,Gov-G,2012_Gov-G_NC,The Tyson Group,334,FALSE,FALSE,NA,REP,2012-10-12,2012-11-06,25,600,Walter H. Dalton,12553,DEM,37,43.22856928649518,Pat McCrory,12542,REP,51,54.622781172684434,-14,-11.394211886189254 +29995,87085,1263,2012,NC,Gov-G,2012_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-13,2012-11-06,24,1084,Walter H. Dalton,12553,DEM,37,43.22856928649518,Pat McCrory,12542,REP,47,54.622781172684434,-10,-11.394211886189254 +30092,87079,1263,2012,NC,Gov-G,2012_Gov-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,500,Walter H. Dalton,12553,DEM,42,43.22856928649518,Pat McCrory,12542,REP,53,54.622781172684434,-11,-11.394211886189254 +30362,86947,1263,2012,NC,Gov-G,2012_Gov-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,500,Walter H. Dalton,12553,DEM,35,43.22856928649518,Pat McCrory,12542,REP,54,54.622781172684434,-19,-11.394211886189254 +30293,87074,1263,2012,NC,Gov-G,2012_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-24,2012-11-06,13,880,Walter H. Dalton,12553,DEM,37,43.22856928649518,Pat McCrory,12542,REP,50,54.622781172684434,-13,-11.394211886189254 +30415,87073,1263,2012,NC,Gov-G,2012_Gov-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,1238,Walter H. Dalton,12553,DEM,38,43.22856928649518,Pat McCrory,12542,REP,52,54.622781172684434,-14,-11.394211886189254 +30469,87067,1263,2012,NC,Gov-G,2012_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-28,2012-11-06,9,682,Walter H. Dalton,12553,DEM,36,43.22856928649518,Pat McCrory,12542,REP,53,54.622781172684434,-17,-11.394211886189254 +30501,87066,1263,2012,NC,Gov-G,2012_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-30,2012-11-06,7,730,Walter H. Dalton,12553,DEM,39,43.22856928649518,Pat McCrory,12542,REP,50,54.622781172684434,-11,-11.394211886189254 +30745,87062,1263,2012,NC,Gov-G,2012_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-11-03,2012-11-06,3,926,Walter H. Dalton,12553,DEM,43,43.22856928649518,Pat McCrory,12542,REP,50,54.622781172684434,-7,-11.394211886189254 +29834,87060,1264,2012,ND,Gov-G,2012_Gov-G_ND,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,625,Ryan M. Taylor,12555,DEM,24,34.31189311987515,Jack Dalrymple,12554,REP,62,63.09508077051357,-38,-28.783187650638418 +30224,87078,1264,2012,ND,Gov-G,2012_Gov-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,600,Ryan M. Taylor,12555,DEM,39,34.31189311987515,Jack Dalrymple,12554,REP,53,63.09508077051357,-14,-28.783187650638418 +30465,87059,1264,2012,ND,Gov-G,2012_Gov-G_ND,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,625,Ryan M. Taylor,12555,DEM,28,34.31189311987515,Jack Dalrymple,12554,REP,62,63.09508077051357,-34,-28.783187650638418 +30618,87064,1265,2012,UT,Gov-G,2012_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,870,Peter S. Cooke,12557,DEM,24,27.582253378955695,Gary Richard Herbert,12556,REP,69,68.41287440736635,-45,-40.83062102841065 +19042,86990,1267,2012,WA,Gov-G,2012_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,524,Jay Robert Inslee,12546,DEM,49,51.539491254936834,Rob McKenna,12547,REP,44,48.460508745063166,5,3.0789825098736685 +19075,143427,1267,2012,WA,Gov-G,2012_Gov-G_WA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,563,Jay Robert Inslee,12546,DEM,48,51.539491254936834,Rob McKenna,12547,REP,42,48.460508745063166,6,3.0789825098736685 +22490,86989,1267,2012,WA,Gov-G,2012_Gov-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2012-09-11,2012-11-06,56,405,Jay Robert Inslee,12546,DEM,44,51.539491254936834,Rob McKenna,12547,REP,41,48.460508745063166,3,3.0789825098736685 +29485,87058,1267,2012,WA,Gov-G,2012_Gov-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,775,Jay Robert Inslee,12546,DEM,47,51.539491254936834,Rob McKenna,12547,REP,43,48.460508745063166,4,3.0789825098736685 +29663,86979,1267,2012,WA,Gov-G,2012_Gov-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-26,2012-11-06,41,500,Jay Robert Inslee,12546,DEM,46,51.539491254936834,Rob McKenna,12547,REP,45,48.460508745063166,1,3.0789825098736685 +29754,86975,1267,2012,WA,Gov-G,2012_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-29,2012-11-06,38,540,Jay Robert Inslee,12546,DEM,48,51.539491254936834,Rob McKenna,12547,REP,42,48.460508745063166,6,3.0789825098736685 +30045,87082,1267,2012,WA,Gov-G,2012_Gov-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,648,Jay Robert Inslee,12546,DEM,49,51.539491254936834,Rob McKenna,12547,REP,39,48.460508745063166,10,3.0789825098736685 +30069,86962,1267,2012,WA,Gov-G,2012_Gov-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-14,2012-11-06,23,500,Jay Robert Inslee,12546,DEM,47,51.539491254936834,Rob McKenna,12547,REP,45,48.460508745063166,2,3.0789825098736685 +30031,86963,1267,2012,WA,Gov-G,2012_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,543,Jay Robert Inslee,12546,DEM,47,51.539491254936834,Rob McKenna,12547,REP,44,48.460508745063166,3,3.0789825098736685 +30074,87072,1267,2012,WA,Gov-G,2012_Gov-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-15,2012-11-06,22,574,Jay Robert Inslee,12546,DEM,48,51.539491254936834,Rob McKenna,12547,REP,42,48.460508745063166,6,3.0789825098736685 +30109,86972,1267,2012,WA,Gov-G,2012_Gov-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,NA,NA,2012-10-09,2012-11-06,28,644,Jay Robert Inslee,12546,DEM,47.1,51.539491254936834,Rob McKenna,12547,REP,46.3,48.460508745063166,0.8000000000000043,3.0789825098736685 +30219,86957,1267,2012,WA,Gov-G,2012_Gov-G_WA,Strategies 360,321,FALSE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,500,Jay Robert Inslee,12546,DEM,46,51.539491254936834,Rob McKenna,12547,REP,46,48.460508745063166,0,3.0789825098736685 +54006,86954,1267,2012,WA,Gov-G,2012_Gov-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,451,Jay Robert Inslee,12546,DEM,45,51.539491254936834,Rob McKenna,12547,REP,47,48.460508745063166,-2,3.0789825098736685 +30543,86944,1267,2012,WA,Gov-G,2012_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-30,2012-11-06,7,555,Jay Robert Inslee,12546,DEM,47,51.539491254936834,Rob McKenna,12547,REP,46,48.460508745063166,1,3.0789825098736685 +30562,86956,1267,2012,WA,Gov-G,2012_Gov-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2012-10-24,2012-11-06,13,632,Jay Robert Inslee,12546,DEM,48.7,51.539491254936834,Rob McKenna,12547,REP,45.6,48.460508745063166,3.1000000000000014,3.0789825098736685 +30662,86937,1267,2012,WA,Gov-G,2012_Gov-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,932,Jay Robert Inslee,12546,DEM,50,51.539491254936834,Rob McKenna,12547,REP,48,48.460508745063166,2,3.0789825098736685 +73241,137963,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-04-14,2012-06-05,52,810,Thomas M. Barrett,12551,DEM,45,46.28179319691662,Scott Walker,1525,REP,50,53.08229318399962,-5,-6.8004999870830005 +15813,87138,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-05-09,2012-06-05,27,500,Thomas M. Barrett,12551,DEM,45,46.28179319691662,Scott Walker,1525,REP,50,53.08229318399962,-5,-6.8004999870830005 +16336,87130,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Marquette University Law School,195,TRUE,FALSE,NA,NA,2012-05-11,2012-06-05,25,600,Thomas M. Barrett,12551,DEM,44,46.28179319691662,Scott Walker,1525,REP,50,53.08229318399962,-6,-6.8004999870830005 +54034,87137,1269,2012,WI,Gov-G,2012_Gov-GS_WI,We Ask America,376,FALSE,FALSE,IVR,NA,2012-05-13,2012-06-05,23,1219,Thomas M. Barrett,12551,DEM,43,46.28179319691662,Scott Walker,1525,REP,52,53.08229318399962,-9,-6.8004999870830005 +54033,87136,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-05-12,2012-06-05,24,851,Thomas M. Barrett,12551,DEM,45,46.28179319691662,Scott Walker,1525,REP,49,53.08229318399962,-4,-6.8004999870830005 +18674,87132,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2012-05-16,2012-06-05,20,609,Thomas M. Barrett,12551,DEM,42,46.28179319691662,Scott Walker,1525,REP,50,53.08229318399962,-8,-6.8004999870830005 +54018,87053,1269,2012,WI,Gov-G,2012_Gov-GS_WI,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-05-20,2012-06-05,16,472,Thomas M. Barrett,12551,DEM,47,46.28179319691662,Scott Walker,1525,REP,50,53.08229318399962,-3,-6.8004999870830005 +16380,87129,1269,2012,WI,Gov-G,2012_Gov-GS_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2012-05-19,2012-06-05,17,406,Thomas M. Barrett,12551,DEM,45,46.28179319691662,Scott Walker,1525,REP,50,53.08229318399962,-5,-6.8004999870830005 +54039,87161,1269,2012,WI,Gov-G,2012_Gov-GS_WI,We Ask America,376,FALSE,FALSE,IVR,NA,2012-05-23,2012-06-05,13,1409,Thomas M. Barrett,12551,DEM,42,46.28179319691662,Scott Walker,1525,REP,54,53.08229318399962,-12,-6.8004999870830005 +54030,87128,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-05-23,2012-06-05,13,935,Thomas M. Barrett,12551,DEM,48.62,46.28179319691662,Scott Walker,1525,REP,49.89,53.08229318399962,-1.2700000000000031,-6.8004999870830005 +54031,87131,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-05-23,2012-06-05,13,600,Thomas M. Barrett,12551,DEM,46,46.28179319691662,Scott Walker,1525,REP,49,53.08229318399962,-3,-6.8004999870830005 +18293,87054,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2012-05-25,2012-06-05,11,600,Thomas M. Barrett,12551,DEM,45,46.28179319691662,Scott Walker,1525,REP,52,53.08229318399962,-7,-6.8004999870830005 +54029,87127,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Lake Research Partners,165,FALSE,FALSE,IVR,DEM,2012-05-26,2012-06-05,10,600,Thomas M. Barrett,12551,DEM,49,46.28179319691662,Scott Walker,1525,REP,49,53.08229318399962,0,-6.8004999870830005 +54040,87166,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-05-29,2012-06-05,7,935,Thomas M. Barrett,12551,DEM,48,46.28179319691662,Scott Walker,1525,REP,50,53.08229318399962,-2,-6.8004999870830005 +54028,87124,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-06-01,2012-06-05,4,524,Thomas M. Barrett,12551,DEM,46,46.28179319691662,Scott Walker,1525,REP,51,53.08229318399962,-5,-6.8004999870830005 +54026,87122,1269,2012,WI,Gov-G,2012_Gov-GS_WI,We Ask America,376,FALSE,FALSE,IVR,NA,2012-06-03,2012-06-05,2,1570,Thomas M. Barrett,12551,DEM,42,46.28179319691662,Scott Walker,1525,REP,54,53.08229318399962,-12,-6.8004999870830005 +54027,87123,1269,2012,WI,Gov-G,2012_Gov-GS_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-06-02,2012-06-05,3,1226,Thomas M. Barrett,12551,DEM,47,46.28179319691662,Scott Walker,1525,REP,50,53.08229318399962,-3,-6.8004999870830005 +7,117717,1270,2011,MS,Gov-G,2011_Gov-G_MS,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-11-05,2011-11-08,3,796,Johnny L. DuPree,13866,DEM,40,39.018409165185545,Phil Bryant,13867,REP,54,60.98159083481446,-14,-21.963181669628916 +73530,137965,1271,2011,KY,Gov-G,2011_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2011-09-24,2011-11-08,45,569,Steve Beshear,13781,DEM,57,55.72239446238862,David L. Williams,13782,REP,26,35.292310166730886,31,20.430084295657736 +63915,117659,1271,2011,KY,Gov-G,2011_Gov-G_KY,Braun Research,33,FALSE,FALSE,Live Phone,NA,2011-10-18,2011-11-08,21,802,Steve Beshear,13781,DEM,54,55.72239446238862,David L. Williams,13782,REP,26,35.292310166730886,28,20.430084295657736 +63794,117447,1271,2011,KY,Gov-G,2011_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2011-10-30,2011-11-08,9,576,Steve Beshear,13781,DEM,54,55.72239446238862,David L. Williams,13782,REP,29,35.292310166730886,25,20.430084295657736 +163,117667,1272,2011,LA,Gov-P,2011_Gov-P_LA,Clarus Research Group,53,FALSE,FALSE,Live Phone,NA,2011-10-06,2011-10-22,16,602,Tara Hollis,13853,DEM,5,17.878383014241134,Piyush Amrit Jindal,13854,REP,57,65.79977970274531,-52,-47.921396688504174 +75244,143457,1273,2011,WV,Gov-G,2011_Gov-GS_WV,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2011-08-21,2011-10-04,44,500,Earl Ray Tomblin,13864,DEM,47,49.554941478125706,Bill Maloney,13865,REP,33,47.04866416016792,14,2.506277317957789 +82021,167355,1273,2011,WV,Gov-G,2011_Gov-GS_WV,Repass,268,FALSE,FALSE,NA,REP,2011-08-17,2011-10-04,48,300,Earl Ray Tomblin,13864,DEM,40,49.554941478125706,Bill Maloney,13865,REP,24,47.04866416016792,16,2.506277317957789 +312,143456,1273,2011,WV,Gov-G,2011_Gov-GS_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-09-03,2011-10-04,31,708,Earl Ray Tomblin,13864,DEM,46,49.554941478125706,Bill Maloney,13865,REP,40,47.04866416016792,6,2.506277317957789 +63953,117708,1273,2011,WV,Gov-G,2011_Gov-GS_WV,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2011-09-18,2011-10-04,16,500,Earl Ray Tomblin,13864,DEM,46,49.554941478125706,Bill Maloney,13865,REP,36,47.04866416016792,10,2.506277317957789 +191,117718,1273,2011,WV,Gov-G,2011_Gov-GS_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-10-01,2011-10-04,3,932,Earl Ray Tomblin,13864,DEM,47,49.554941478125706,Bill Maloney,13865,REP,46,47.04866416016792,1,2.506277317957789 +32389,83519,1274,2010,AL,Gov-G,2010_Gov-G_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-21,2010-11-02,42,500,Ron Sparks,11268,DEM,35,41.87387445266026,Robert Julian Bentley,11269,REP,55,57.584658225103446,-20,-15.710783772443186 +52843,83518,1274,2010,AL,Gov-G,2010_Gov-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,2010-10-14,2010-11-02,19,777,Ron Sparks,11268,DEM,35,41.87387445266026,Robert Julian Bentley,11269,REP,48,57.584658225103446,-13,-15.710783772443186 +32340,83535,1275,2010,AK,Gov-G,2010_Gov-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-19,2010-11-02,44,500,Ethan Berkowitz,11270,DEM,34,37.67447851611291,Sean R. Parnell,11271,REP,54,59.06429552835374,-20,-21.389817012240826 +32434,83534,1275,2010,AK,Gov-G,2010_Gov-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2010-09-25,2010-11-02,38,573,Ethan Berkowitz,11270,DEM,34.8,37.67447851611291,Sean R. Parnell,11271,REP,53.1,59.06429552835374,-18.300000000000004,-21.389817012240826 +32425,83533,1275,2010,AK,Gov-G,2010_Gov-G_AK,Big Village,37,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,927,Ethan Berkowitz,11270,DEM,38,37.67447851611291,Sean R. Parnell,11271,REP,57,59.06429552835374,-19,-21.389817012240826 +32521,83531,1275,2010,AK,Gov-G,2010_Gov-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-09,2010-11-02,24,1678,Ethan Berkowitz,11270,DEM,42,37.67447851611291,Sean R. Parnell,11271,REP,51,59.06429552835374,-9,-21.389817012240826 +32554,83530,1275,2010,AK,Gov-G,2010_Gov-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-13,2010-11-02,20,500,Ethan Berkowitz,11270,DEM,39,37.67447851611291,Sean R. Parnell,11271,REP,52,59.06429552835374,-13,-21.389817012240826 +32610,83528,1275,2010,AK,Gov-G,2010_Gov-G_AK,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,946,Ethan Berkowitz,11270,DEM,36,37.67447851611291,Sean R. Parnell,11271,REP,62,59.06429552835374,-26,-21.389817012240826 +52844,83526,1275,2010,AK,Gov-G,2010_Gov-G_AK,Dittman Research,79,FALSE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,356,Ethan Berkowitz,11270,DEM,40,37.67447851611291,Sean R. Parnell,11271,REP,50,59.06429552835374,-10,-21.389817012240826 +32742,83525,1275,2010,AK,Gov-G,2010_Gov-G_AK,Dittman Research,79,FALSE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,421,Ethan Berkowitz,11270,DEM,40,37.67447851611291,Sean R. Parnell,11271,REP,52,59.06429552835374,-12,-21.389817012240826 +32799,83524,1275,2010,AK,Gov-G,2010_Gov-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,1539,Ethan Berkowitz,11270,DEM,43,37.67447851611291,Sean R. Parnell,11271,REP,54,59.06429552835374,-11,-21.389817012240826 +32277,83545,1276,2010,AZ,Gov-G,2010_Gov-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-07,2010-11-02,56,500,Samuel Pearson Goddard,11272,DEM,38,42.471099444991296,Janice Kay Brewer,11273,REP,60,54.333911431234995,-22,-11.862811986243699 +32450,83544,1276,2010,AZ,Gov-G,2010_Gov-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-03,2010-11-02,30,500,Samuel Pearson Goddard,11272,DEM,39,42.471099444991296,Janice Kay Brewer,11273,REP,55,54.333911431234995,-16,-11.862811986243699 +32517,83543,1276,2010,AZ,Gov-G,2010_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,450,Samuel Pearson Goddard,11272,DEM,35,42.471099444991296,Janice Kay Brewer,11273,REP,46,54.333911431234995,-11,-11.862811986243699 +73537,137982,1276,2010,AZ,Gov-G,2010_Gov-G_AZ,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2010-10-12,2010-11-02,21,500,Samuel Pearson Goddard,11272,DEM,34,42.471099444991296,Janice Kay Brewer,11273,REP,51,54.333911431234995,-17,-11.862811986243699 +32656,83541,1276,2010,AZ,Gov-G,2010_Gov-G_AZ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,664,Samuel Pearson Goddard,11272,DEM,44,42.471099444991296,Janice Kay Brewer,11273,REP,52,54.333911431234995,-8,-11.862811986243699 +32760,83540,1276,2010,AZ,Gov-G,2010_Gov-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,500,Samuel Pearson Goddard,11272,DEM,39,42.471099444991296,Janice Kay Brewer,11273,REP,53,54.333911431234995,-14,-11.862811986243699 +32320,83566,1277,2010,AR,Gov-G,2010_Gov-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,625,Mike Beebe,11274,DEM,54,64.42016400177644,Jim H. Keet,11275,REP,33,33.6327788535746,21,30.787385148201842 +32352,143464,1277,2010,AR,Gov-G,2010_Gov-G_AR,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-18,2010-11-02,45,436,Mike Beebe,11274,DEM,55,64.42016400177644,Jim H. Keet,11275,REP,37,33.6327788535746,18,30.787385148201842 +32440,83563,1277,2010,AR,Gov-G,2010_Gov-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-30,2010-11-02,33,500,Mike Beebe,11274,DEM,51,64.42016400177644,Jim H. Keet,11275,REP,41,33.6327788535746,10,30.787385148201842 +32868,137984,1277,2010,AR,Gov-G,2010_Gov-G_AR,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-11,2010-11-02,22,2124,Mike Beebe,11274,DEM,47.9,64.42016400177644,Jim H. Keet,11275,REP,36.2,33.6327788535746,11.699999999999996,30.787385148201842 +51647,137981,1277,2010,AR,Gov-G,2010_Gov-G_AR,Hendrix College,138,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,1953,Mike Beebe,11274,DEM,50,64.42016400177644,Jim H. Keet,11275,REP,34,33.6327788535746,16,30.787385148201842 +32611,83560,1277,2010,AR,Gov-G,2010_Gov-G_AR,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,809,Mike Beebe,11274,DEM,62,64.42016400177644,Jim H. Keet,11275,REP,35,33.6327788535746,27,30.787385148201842 +32624,83562,1277,2010,AR,Gov-G,2010_Gov-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,625,Mike Beebe,11274,DEM,59,64.42016400177644,Jim H. Keet,11275,REP,33,33.6327788535746,26,30.787385148201842 +32785,83559,1277,2010,AR,Gov-G,2010_Gov-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,500,Mike Beebe,11274,DEM,60,64.42016400177644,Jim H. Keet,11275,REP,38,33.6327788535746,22,30.787385148201842 +32274,83615,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-06,2010-11-02,57,750,Jerry Brown,11276,DEM,45,53.769683269796445,Meg Whitman,11278,REP,48,40.88474852120095,-3,12.884934748595498 +32278,83614,1278,2010,CA,Gov-G,2010_Gov-G_CA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-04,2010-11-02,59,866,Jerry Brown,11276,DEM,46,53.769683269796445,Meg Whitman,11278,REP,48,40.88474852120095,-2,12.884934748595498 +32288,83613,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2010-09-11,2010-11-02,52,1000,Jerry Brown,11276,DEM,43,53.769683269796445,Meg Whitman,11278,REP,49,40.88474852120095,-6,12.884934748595498 +32334,83612,1278,2010,CA,Gov-G,2010_Gov-G_CA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-15,2010-11-02,48,630,Jerry Brown,11276,DEM,47,53.769683269796445,Meg Whitman,11278,REP,42,40.88474852120095,5,12.884934748595498 +32341,83611,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2010-09-18,2010-11-02,45,1000,Jerry Brown,11276,DEM,45,53.769683269796445,Meg Whitman,11278,REP,45,40.88474852120095,0,12.884934748595498 +32351,83610,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-20,2010-11-02,43,750,Jerry Brown,11276,DEM,47,53.769683269796445,Meg Whitman,11278,REP,46,40.88474852120095,1,12.884934748595498 +32356,83608,1278,2010,CA,Gov-G,2010_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-20,2010-11-02,43,610,Jerry Brown,11276,DEM,46,53.769683269796445,Meg Whitman,11278,REP,43,40.88474852120095,3,12.884934748595498 +32379,83609,1278,2010,CA,Gov-G,2010_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2010-09-18,2010-11-02,45,599,Jerry Brown,11276,DEM,41,53.769683269796445,Meg Whitman,11278,REP,41,40.88474852120095,0,12.884934748595498 +32390,83606,1278,2010,CA,Gov-G,2010_Gov-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,NA,NA,2010-09-19,2010-11-02,44,838,Jerry Brown,11276,DEM,49,53.769683269796445,Meg Whitman,11278,REP,44,40.88474852120095,5,12.884934748595498 +32418,143470,1278,2010,CA,Gov-G,2010_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2010-09-23,2010-11-02,40,1104,Jerry Brown,11276,DEM,37,53.769683269796445,Meg Whitman,11278,REP,38,40.88474852120095,-1,12.884934748595498 +32427,83603,1278,2010,CA,Gov-G,2010_Gov-G_CA,Big Village,37,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,786,Jerry Brown,11276,DEM,52,53.769683269796445,Meg Whitman,11278,REP,43,40.88474852120095,9,12.884934748595498 +32872,143469,1278,2010,CA,Gov-G,2010_Gov-G_CA,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,1681,Jerry Brown,11276,DEM,38,53.769683269796445,Meg Whitman,11278,REP,42.4,40.88474852120095,-4.399999999999999,12.884934748595498 +32451,83601,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-03,2010-11-02,30,750,Jerry Brown,11276,DEM,49,53.769683269796445,Meg Whitman,11278,REP,44,40.88474852120095,5,12.884934748595498 +52883,83602,1278,2010,CA,Gov-G,2010_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,670,Jerry Brown,11276,DEM,47,53.769683269796445,Meg Whitman,11278,REP,43,40.88474852120095,4,12.884934748595498 +32463,83600,1278,2010,CA,Gov-G,2010_Gov-G_CA,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-10-03,2010-11-02,30,448,Jerry Brown,11276,DEM,50,53.769683269796445,Meg Whitman,11278,REP,43,40.88474852120095,7,12.884934748595498 +32505,83598,1278,2010,CA,Gov-G,2010_Gov-G_CA,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-05,2010-11-02,28,501,Jerry Brown,11276,DEM,53,53.769683269796445,Meg Whitman,11278,REP,41,40.88474852120095,12,12.884934748595498 +32555,83597,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-13,2010-11-02,20,750,Jerry Brown,11276,DEM,50,53.769683269796445,Meg Whitman,11278,REP,44,40.88474852120095,6,12.884934748595498 +32594,83594,1278,2010,CA,Gov-G,2010_Gov-G_CA,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,800,Jerry Brown,11276,DEM,44,53.769683269796445,Meg Whitman,11278,REP,45,40.88474852120095,-1,12.884934748595498 +32565,83595,1278,2010,CA,Gov-G,2010_Gov-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-13,2010-11-02,20,448,Jerry Brown,11276,DEM,48,53.769683269796445,Meg Whitman,11278,REP,44,40.88474852120095,4,12.884934748595498 +42377,83593,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-16,2010-11-02,17,1000,Jerry Brown,11276,DEM,48,53.769683269796445,Meg Whitman,11278,REP,43,40.88474852120095,5,12.884934748595498 +32620,83592,1278,2010,CA,Gov-G,2010_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2010-10-14,2010-11-02,19,1067,Jerry Brown,11276,DEM,44,53.769683269796445,Meg Whitman,11278,REP,36,40.88474852120095,8,12.884934748595498 +63881,117611,1278,2010,CA,Gov-G,2010_Gov-G_CA,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2010-10-17,2010-11-02,16,600,Jerry Brown,11276,DEM,46,53.769683269796445,Meg Whitman,11278,REP,46,40.88474852120095,0,12.884934748595498 +32606,83591,1278,2010,CA,Gov-G,2010_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-17,2010-11-02,16,621,Jerry Brown,11276,DEM,47,53.769683269796445,Meg Whitman,11278,REP,40,40.88474852120095,7,12.884934748595498 +32647,83589,1278,2010,CA,Gov-G,2010_Gov-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2010-10-17,2010-11-02,16,922,Jerry Brown,11276,DEM,52,53.769683269796445,Meg Whitman,11278,REP,39,40.88474852120095,13,12.884934748595498 +32638,83588,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,750,Jerry Brown,11276,DEM,48,53.769683269796445,Meg Whitman,11278,REP,42,40.88474852120095,6,12.884934748595498 +63952,117707,1278,2010,CA,Gov-G,2010_Gov-G_CA,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2010-10-20,2010-11-02,13,900,Jerry Brown,11276,DEM,46,53.769683269796445,Meg Whitman,11278,REP,43,40.88474852120095,3,12.884934748595498 +42407,83586,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,Jerry Brown,11276,DEM,50,53.769683269796445,Meg Whitman,11278,REP,41,40.88474852120095,9,12.884934748595498 +32676,83587,1278,2010,CA,Gov-G,2010_Gov-G_CA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-22,2010-11-02,11,622,Jerry Brown,11276,DEM,53,53.769683269796445,Meg Whitman,11278,REP,42,40.88474852120095,11,12.884934748595498 +32675,83585,1278,2010,CA,Gov-G,2010_Gov-G_CA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,600,Jerry Brown,11276,DEM,50,53.769683269796445,Meg Whitman,11278,REP,42,40.88474852120095,8,12.884934748595498 +32686,83584,1278,2010,CA,Gov-G,2010_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,594,Jerry Brown,11276,DEM,46,53.769683269796445,Meg Whitman,11278,REP,38,40.88474852120095,8,12.884934748595498 +32697,83581,1278,2010,CA,Gov-G,2010_Gov-G_CA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,888,Jerry Brown,11276,DEM,51,53.769683269796445,Meg Whitman,11278,REP,44,40.88474852120095,7,12.884934748595498 +32719,83583,1278,2010,CA,Gov-G,2010_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2010-10-20,2010-11-02,13,1092,Jerry Brown,11276,DEM,49,53.769683269796445,Meg Whitman,11278,REP,39,40.88474852120095,10,12.884934748595498 +32712,83580,1278,2010,CA,Gov-G,2010_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,750,Jerry Brown,11276,DEM,49,53.769683269796445,Meg Whitman,11278,REP,45,40.88474852120095,4,12.884934748595498 +32847,117639,1278,2010,CA,Gov-G,2010_Gov-G_CA,Tulchin Research,340,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,700,Jerry Brown,11276,DEM,45,53.769683269796445,Meg Whitman,11278,REP,37,40.88474852120095,8,12.884934748595498 +32732,83578,1278,2010,CA,Gov-G,2010_Gov-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,814,Jerry Brown,11276,DEM,50,53.769683269796445,Meg Whitman,11278,REP,41,40.88474852120095,9,12.884934748595498 +32813,83577,1278,2010,CA,Gov-G,2010_Gov-G_CA,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-28,2010-11-02,5,485,Jerry Brown,11276,DEM,49,53.769683269796445,Meg Whitman,11278,REP,44,40.88474852120095,5,12.884934748595498 +32803,120118,1278,2010,CA,Gov-G,2010_Gov-G_CA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,882,Jerry Brown,11276,DEM,51,53.769683269796445,Meg Whitman,11278,REP,46,40.88474852120095,5,12.884934748595498 +32829,83574,1278,2010,CA,Gov-G,2010_Gov-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,810,Jerry Brown,11276,DEM,51,53.769683269796445,Meg Whitman,11278,REP,41,40.88474852120095,10,12.884934748595498 +32835,83576,1278,2010,CA,Gov-G,2010_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-28,2010-11-02,5,587,Jerry Brown,11276,DEM,48,53.769683269796445,Meg Whitman,11278,REP,37,40.88474852120095,11,12.884934748595498 +52909,83666,1279,2010,CO,Gov-G,2010_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-12,2010-11-02,51,750,John Wright Hickenlooper,11279,DEM,46,51.05189309527156,Dan Maes,11280,REP,21,11.14196931876231,25,39.909923776509245 +72912,143519,1279,2010,CO,Gov-G,2010_Gov-G_CO,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,666,John Wright Hickenlooper,11279,DEM,39.9,51.05189309527156,Dan Maes,11280,REP,13.5,11.14196931876231,26.4,39.909923776509245 +32360,83665,1279,2010,CO,Gov-G,2010_Gov-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-19,2010-11-02,44,860,John Wright Hickenlooper,11279,DEM,47,51.05189309527156,Dan Maes,11280,REP,21,11.14196931876231,26,39.909923776509245 +32401,83663,1279,2010,CO,Gov-G,2010_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,John Wright Hickenlooper,11279,DEM,44,51.05189309527156,Dan Maes,11280,REP,15,11.14196931876231,29,39.909923776509245 +42255,143516,1279,2010,CO,Gov-G,2010_Gov-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-27,2010-11-02,36,537,John Wright Hickenlooper,11279,DEM,48,51.05189309527156,Dan Maes,11280,REP,19,11.14196931876231,29,39.909923776509245 +32441,83662,1279,2010,CO,Gov-G,2010_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-29,2010-11-02,34,647,John Wright Hickenlooper,11279,DEM,46,51.05189309527156,Dan Maes,11280,REP,15,11.14196931876231,31,39.909923776509245 +32461,137992,1279,2010,CO,Gov-G,2010_Gov-G_CO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-10-01,2010-11-02,32,834,John Wright Hickenlooper,11279,DEM,47,51.05189309527156,Dan Maes,11280,REP,13,11.14196931876231,34,39.909923776509245 +32453,83661,1279,2010,CO,Gov-G,2010_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-03,2010-11-02,30,750,John Wright Hickenlooper,11279,DEM,43,51.05189309527156,Dan Maes,11280,REP,16,11.14196931876231,27,39.909923776509245 +32571,83660,1279,2010,CO,Gov-G,2010_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-14,2010-11-02,19,750,John Wright Hickenlooper,11279,DEM,42,51.05189309527156,Dan Maes,11280,REP,12,11.14196931876231,30,39.909923776509245 +32587,83659,1279,2010,CO,Gov-G,2010_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-16,2010-11-02,17,1000,John Wright Hickenlooper,11279,DEM,45,51.05189309527156,Dan Maes,11280,REP,10,11.14196931876231,35,39.909923776509245 +52906,83658,1279,2010,CO,Gov-G,2010_Gov-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-16,2010-11-02,17,405,John Wright Hickenlooper,11279,DEM,46,51.05189309527156,Dan Maes,11280,REP,14,11.14196931876231,32,39.909923776509245 +52905,83657,1279,2010,CO,Gov-G,2010_Gov-G_CO,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2010-10-20,2010-11-02,13,1067,John Wright Hickenlooper,11279,DEM,44,51.05189309527156,Dan Maes,11280,REP,9,11.14196931876231,35,39.909923776509245 +32645,83656,1279,2010,CO,Gov-G,2010_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-20,2010-11-02,13,621,John Wright Hickenlooper,11279,DEM,49,51.05189309527156,Dan Maes,11280,REP,9,11.14196931876231,40,39.909923776509245 +32639,83655,1279,2010,CO,Gov-G,2010_Gov-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-22,2010-11-02,11,818,John Wright Hickenlooper,11279,DEM,47,51.05189309527156,Dan Maes,11280,REP,5,11.14196931876231,42,39.909923776509245 +32691,83652,1279,2010,CO,Gov-G,2010_Gov-G_CO,RBI Strategies & Research,271,FALSE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,501,John Wright Hickenlooper,11279,DEM,48,51.05189309527156,Dan Maes,11280,REP,10,11.14196931876231,38,39.909923776509245 +32700,83654,1279,2010,CO,Gov-G,2010_Gov-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,829,John Wright Hickenlooper,11279,DEM,51,51.05189309527156,Dan Maes,11280,REP,10,11.14196931876231,41,39.909923776509245 +52898,83647,1279,2010,CO,Gov-G,2010_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,750,John Wright Hickenlooper,11279,DEM,47,51.05189309527156,Dan Maes,11280,REP,5,11.14196931876231,42,39.909923776509245 +32751,83648,1279,2010,CO,Gov-G,2010_Gov-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,615,John Wright Hickenlooper,11279,DEM,47,51.05189309527156,Dan Maes,11280,REP,7,11.14196931876231,40,39.909923776509245 +32762,83650,1279,2010,CO,Gov-G,2010_Gov-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,855,John Wright Hickenlooper,11279,DEM,47,51.05189309527156,Dan Maes,11280,REP,9,11.14196931876231,38,39.909923776509245 +42410,83646,1279,2010,CO,Gov-G,2010_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-30,2010-11-02,3,1000,John Wright Hickenlooper,11279,DEM,47,51.05189309527156,Dan Maes,11280,REP,6,11.14196931876231,41,39.909923776509245 +32801,83645,1279,2010,CO,Gov-G,2010_Gov-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,1059,John Wright Hickenlooper,11279,DEM,48,51.05189309527156,Dan Maes,11280,REP,8,11.14196931876231,40,39.909923776509245 +32275,83698,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-09,2010-11-02,54,500,Dannel P. Malloy,11281,DEM,46,47.21334195613716,Thomas C. Foley,11282,REP,39,48.95047037045765,7,-1.7371284143204946 +32293,83697,1280,2010,CT,Gov-G,2010_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-10,2010-11-02,53,875,Dannel P. Malloy,11281,DEM,50,47.21334195613716,Thomas C. Foley,11282,REP,41,48.95047037045765,9,-1.7371284143204946 +32383,83695,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-26,2010-11-02,37,500,Dannel P. Malloy,11281,DEM,50,47.21334195613716,Thomas C. Foley,11282,REP,40,48.95047037045765,10,-1.7371284143204946 +32397,83696,1280,2010,CT,Gov-G,2010_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-09-23,2010-11-02,40,1083,Dannel P. Malloy,11281,DEM,45,47.21334195613716,Thomas C. Foley,11282,REP,42,48.95047037045765,3,-1.7371284143204946 +32457,83693,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-02,2010-11-02,31,1000,Dannel P. Malloy,11281,DEM,47,47.21334195613716,Thomas C. Foley,11282,REP,41,48.95047037045765,6,-1.7371284143204946 +32449,83694,1280,2010,CT,Gov-G,2010_Gov-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-01,2010-11-02,32,810,Dannel P. Malloy,11281,DEM,50,47.21334195613716,Thomas C. Foley,11282,REP,40,48.95047037045765,10,-1.7371284143204946 +32455,83692,1280,2010,CT,Gov-G,2010_Gov-G_CT,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-03,2010-11-02,30,1582,Dannel P. Malloy,11281,DEM,48,47.21334195613716,Thomas C. Foley,11282,REP,45,48.95047037045765,3,-1.7371284143204946 +32485,83689,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-05,2010-11-02,28,500,Dannel P. Malloy,11281,DEM,49,47.21334195613716,Thomas C. Foley,11282,REP,44,48.95047037045765,5,-1.7371284143204946 +32475,83690,1280,2010,CT,Gov-G,2010_Gov-G_CT,Big Village,37,FALSE,FALSE,NA,NA,2010-10-03,2010-11-02,30,773,Dannel P. Malloy,11281,DEM,50,47.21334195613716,Thomas C. Foley,11282,REP,42,48.95047037045765,8,-1.7371284143204946 +32510,83688,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-09,2010-11-02,24,1000,Dannel P. Malloy,11281,DEM,45,47.21334195613716,Thomas C. Foley,11282,REP,41,48.95047037045765,4,-1.7371284143204946 +32551,83687,1280,2010,CT,Gov-G,2010_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,1119,Dannel P. Malloy,11281,DEM,49,47.21334195613716,Thomas C. Foley,11282,REP,42,48.95047037045765,7,-1.7371284143204946 +32567,83686,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-14,2010-11-02,19,500,Dannel P. Malloy,11281,DEM,49,47.21334195613716,Thomas C. Foley,11282,REP,45,48.95047037045765,4,-1.7371284143204946 +32626,83685,1280,2010,CT,Gov-G,2010_Gov-G_CT,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,500,Dannel P. Malloy,11281,DEM,49,47.21334195613716,Thomas C. Foley,11282,REP,38,48.95047037045765,11,-1.7371284143204946 +32665,83684,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,Dannel P. Malloy,11281,DEM,47,47.21334195613716,Thomas C. Foley,11282,REP,44,48.95047037045765,3,-1.7371284143204946 +32643,83682,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-24,2010-11-02,9,500,Dannel P. Malloy,11281,DEM,49,47.21334195613716,Thomas C. Foley,11282,REP,46,48.95047037045765,3,-1.7371284143204946 +32671,83683,1280,2010,CT,Gov-G,2010_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,702,Dannel P. Malloy,11281,DEM,48,47.21334195613716,Thomas C. Foley,11282,REP,43,48.95047037045765,5,-1.7371284143204946 +32714,83681,1280,2010,CT,Gov-G,2010_Gov-G_CT,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,1846,Dannel P. Malloy,11281,DEM,45,47.21334195613716,Thomas C. Foley,11282,REP,45,48.95047037045765,0,-1.7371284143204946 +32764,83679,1280,2010,CT,Gov-G,2010_Gov-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,783,Dannel P. Malloy,11281,DEM,48,47.21334195613716,Thomas C. Foley,11282,REP,44,48.95047037045765,4,-1.7371284143204946 +32788,83677,1280,2010,CT,Gov-G,2010_Gov-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-28,2010-11-02,5,759,Dannel P. Malloy,11281,DEM,47,47.21334195613716,Thomas C. Foley,11282,REP,49,48.95047037045765,-2,-1.7371284143204946 +32810,83676,1280,2010,CT,Gov-G,2010_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-31,2010-11-02,2,750,Dannel P. Malloy,11281,DEM,46,47.21334195613716,Thomas C. Foley,11282,REP,48,48.95047037045765,-2,-1.7371284143204946 +32817,83680,1280,2010,CT,Gov-G,2010_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-28,2010-11-02,5,930,Dannel P. Malloy,11281,DEM,45,47.21334195613716,Thomas C. Foley,11282,REP,48,48.95047037045765,-3,-1.7371284143204946 +32279,83747,1281,2010,FL,Gov-G,2010_Gov-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-04,2010-11-02,59,899,Alex Sink,11283,DEM,49,47.7222288042226,Rick Scott,11284,REP,42,48.87060647587987,7,-1.148377671657265 +32281,83748,1281,2010,FL,Gov-G,2010_Gov-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-09-04,2010-11-02,59,1016,Alex Sink,11283,DEM,44,47.7222288042226,Rick Scott,11284,REP,42,48.87060647587987,2,-1.148377671657265 +32292,83746,1281,2010,FL,Gov-G,2010_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-11,2010-11-02,52,1000,Alex Sink,11283,DEM,49,47.7222288042226,Rick Scott,11284,REP,41,48.87060647587987,8,-1.148377671657265 +32304,83744,1281,2010,FL,Gov-G,2010_Gov-G_FL,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-11,2010-11-02,52,486,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,47,48.87060647587987,-2,-1.148377671657265 +32313,143529,1281,2010,FL,Gov-G,2010_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-14,2010-11-02,49,750,Alex Sink,11283,DEM,48,47.7222288042226,Rick Scott,11284,REP,47,48.87060647587987,1,-1.148377671657265 +52948,83742,1281,2010,FL,Gov-G,2010_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-22,2010-11-02,41,750,Alex Sink,11283,DEM,44,47.7222288042226,Rick Scott,11284,REP,50,48.87060647587987,-6,-1.148377671657265 +32392,83743,1281,2010,FL,Gov-G,2010_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-21,2010-11-02,42,625,Alex Sink,11283,DEM,47,47.7222288042226,Rick Scott,11284,REP,40,48.87060647587987,7,-1.148377671657265 +32428,83739,1281,2010,FL,Gov-G,2010_Gov-G_FL,Big Village,37,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,786,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,47,48.87060647587987,-2,-1.148377671657265 +32419,83741,1281,2010,FL,Gov-G,2010_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-25,2010-11-02,38,1151,Alex Sink,11283,DEM,43,47.7222288042226,Rick Scott,11284,REP,49,48.87060647587987,-6,-1.148377671657265 +32454,83738,1281,2010,FL,Gov-G,2010_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2010-09-28,2010-11-02,35,802,Alex Sink,11283,DEM,41,47.7222288042226,Rick Scott,11284,REP,39,48.87060647587987,2,-1.148377671657265 +75270,143527,1281,2010,FL,Gov-G,2010_Gov-G_FL,EMC Research,130,FALSE,FALSE,NA,DEM,2010-09-26,2010-11-02,37,1000,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,44,48.87060647587987,1,-1.148377671657265 +52945,83735,1281,2010,FL,Gov-G,2010_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-30,2010-11-02,33,750,Alex Sink,11283,DEM,41,47.7222288042226,Rick Scott,11284,REP,46,48.87060647587987,-5,-1.148377671657265 +32447,83736,1281,2010,FL,Gov-G,2010_Gov-G_FL,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-29,2010-11-02,34,800,Alex Sink,11283,DEM,42,47.7222288042226,Rick Scott,11284,REP,46,48.87060647587987,-4,-1.148377671657265 +52944,83734,1281,2010,FL,Gov-G,2010_Gov-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2010-09-30,2010-11-02,33,1003,Alex Sink,11283,DEM,42,47.7222288042226,Rick Scott,11284,REP,44,48.87060647587987,-2,-1.148377671657265 +32492,83733,1281,2010,FL,Gov-G,2010_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,625,Alex Sink,11283,DEM,44,47.7222288042226,Rick Scott,11284,REP,40,48.87060647587987,4,-1.148377671657265 +32494,83732,1281,2010,FL,Gov-G,2010_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-07,2010-11-02,26,750,Alex Sink,11283,DEM,47,47.7222288042226,Rick Scott,11284,REP,50,48.87060647587987,-3,-1.148377671657265 +52943,83731,1281,2010,FL,Gov-G,2010_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-10-07,2010-11-02,26,1055,Alex Sink,11283,DEM,44,47.7222288042226,Rick Scott,11284,REP,45,48.87060647587987,-1,-1.148377671657265 +32523,83730,1281,2010,FL,Gov-G,2010_Gov-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-09,2010-11-02,24,448,Alex Sink,11283,DEM,46,47.7222288042226,Rick Scott,11284,REP,41,48.87060647587987,5,-1.148377671657265 +73538,137983,1281,2010,FL,Gov-G,2010_Gov-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,NA,DEM,2010-10-11,2010-11-02,22,700,Alex Sink,11283,DEM,47,47.7222288042226,Rick Scott,11284,REP,41,48.87060647587987,6,-1.148377671657265 +52942,83729,1281,2010,FL,Gov-G,2010_Gov-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-12,2010-11-02,21,2000,Alex Sink,11283,DEM,48,47.7222288042226,Rick Scott,11284,REP,45,48.87060647587987,3,-1.148377671657265 +32588,83728,1281,2010,FL,Gov-G,2010_Gov-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,500,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,38,48.87060647587987,7,-1.148377671657265 +32593,83727,1281,2010,FL,Gov-G,2010_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-18,2010-11-02,15,750,Alex Sink,11283,DEM,44,47.7222288042226,Rick Scott,11284,REP,50,48.87060647587987,-6,-1.148377671657265 +32613,83723,1281,2010,FL,Gov-G,2010_Gov-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,798,Alex Sink,11283,DEM,46,47.7222288042226,Rick Scott,11284,REP,49,48.87060647587987,-3,-1.148377671657265 +32646,83725,1281,2010,FL,Gov-G,2010_Gov-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-17,2010-11-02,16,577,Alex Sink,11283,DEM,41,47.7222288042226,Rick Scott,11284,REP,44,48.87060647587987,-3,-1.148377671657265 +52937,83722,1281,2010,FL,Gov-G,2010_Gov-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-20,2010-11-02,13,1514,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,45,48.87060647587987,0,-1.148377671657265 +32650,83721,1281,2010,FL,Gov-G,2010_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2010-10-20,2010-11-02,13,802,Alex Sink,11283,DEM,43,47.7222288042226,Rick Scott,11284,REP,39,48.87060647587987,4,-1.148377671657265 +32708,83720,1281,2010,FL,Gov-G,2010_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,784,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,41,48.87060647587987,4,-1.148377671657265 +52936,83719,1281,2010,FL,Gov-G,2010_Gov-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,1547,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,47,48.87060647587987,-2,-1.148377671657265 +32747,83716,1281,2010,FL,Gov-G,2010_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,750,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,48,48.87060647587987,-3,-1.148377671657265 +52934,83717,1281,2010,FL,Gov-G,2010_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,625,Alex Sink,11283,DEM,46,47.7222288042226,Rick Scott,11284,REP,43,48.87060647587987,3,-1.148377671657265 +52935,83718,1281,2010,FL,Gov-G,2010_Gov-G_FL,The Florida Poll,99,FALSE,TRUE,Live Phone,NA,2010-10-25,2010-11-02,8,696,Alex Sink,11283,DEM,39,47.7222288042226,Rick Scott,11284,REP,44,48.87060647587987,-5,-1.148377671657265 +32729,83715,1281,2010,FL,Gov-G,2010_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,826,Alex Sink,11283,DEM,44,47.7222288042226,Rick Scott,11284,REP,41,48.87060647587987,3,-1.148377671657265 +1066,83709,1281,2010,FL,Gov-G,2010_Gov-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,773,Alex Sink,11283,DEM,48,47.7222288042226,Rick Scott,11284,REP,47,48.87060647587987,1,-1.148377671657265 +32831,83710,1281,2010,FL,Gov-G,2010_Gov-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,1527,Alex Sink,11283,DEM,49,47.7222288042226,Rick Scott,11284,REP,46,48.87060647587987,3,-1.148377671657265 +32826,83711,1281,2010,FL,Gov-G,2010_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,548,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,45,48.87060647587987,0,-1.148377671657265 +32833,83713,1281,2010,FL,Gov-G,2010_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-28,2010-11-02,5,925,Alex Sink,11283,DEM,44,47.7222288042226,Rick Scott,11284,REP,43,48.87060647587987,1,-1.148377671657265 +52928,83708,1281,2010,FL,Gov-G,2010_Gov-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-31,2010-11-02,2,1526,Alex Sink,11283,DEM,45,47.7222288042226,Rick Scott,11284,REP,49,48.87060647587987,-4,-1.148377671657265 +32287,83777,1282,2010,GA,Gov-G,2010_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-11,2010-11-02,52,599,Roy Barnes,11285,DEM,38,42.971343794118454,J. Nathan Deal,11286,REP,49,53.01811493924487,-11,-10.046771145126414 +32333,83776,1282,2010,GA,Gov-G,2010_Gov-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2010-09-14,2010-11-02,49,625,Roy Barnes,11285,DEM,41,42.971343794118454,J. Nathan Deal,11286,REP,45,53.01811493924487,-4,-10.046771145126414 +32327,83775,1282,2010,GA,Gov-G,2010_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2010-09-16,2010-11-02,47,632,Roy Barnes,11285,DEM,42,42.971343794118454,J. Nathan Deal,11286,REP,42,53.01811493924487,0,-10.046771145126414 +32386,83774,1282,2010,GA,Gov-G,2010_Gov-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-21,2010-11-02,42,500,Roy Barnes,11285,DEM,39,42.971343794118454,J. Nathan Deal,11286,REP,45,53.01811493924487,-6,-10.046771145126414 +32409,83773,1282,2010,GA,Gov-G,2010_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2010-09-27,2010-11-02,36,412,Roy Barnes,11285,DEM,37,42.971343794118454,J. Nathan Deal,11286,REP,45,53.01811493924487,-8,-10.046771145126414 +32504,83772,1282,2010,GA,Gov-G,2010_Gov-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-06,2010-11-02,27,750,Roy Barnes,11285,DEM,41,42.971343794118454,J. Nathan Deal,11286,REP,50,53.01811493924487,-9,-10.046771145126414 +52966,83771,1282,2010,GA,Gov-G,2010_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,522,Roy Barnes,11285,DEM,41,42.971343794118454,J. Nathan Deal,11286,REP,49,53.01811493924487,-8,-10.046771145126414 +52965,83770,1282,2010,GA,Gov-G,2010_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2010-10-18,2010-11-02,15,507,Roy Barnes,11285,DEM,39.7,42.971343794118454,J. Nathan Deal,11286,REP,45.2,53.01811493924487,-5.5,-10.046771145126414 +32633,83769,1282,2010,GA,Gov-G,2010_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,3277,Roy Barnes,11285,DEM,38.9,42.971343794118454,J. Nathan Deal,11286,REP,47,53.01811493924487,-8.100000000000001,-10.046771145126414 +32705,83766,1282,2010,GA,Gov-G,2010_Gov-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-24,2010-11-02,9,750,Roy Barnes,11285,DEM,39,42.971343794118454,J. Nathan Deal,11286,REP,49,53.01811493924487,-10,-10.046771145126414 +52964,83767,1282,2010,GA,Gov-G,2010_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,2119,Roy Barnes,11285,DEM,41.1,42.971343794118454,J. Nathan Deal,11286,REP,46.9,53.01811493924487,-5.799999999999997,-10.046771145126414 +32653,83768,1282,2010,GA,Gov-G,2010_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-23,2010-11-02,10,601,Roy Barnes,11285,DEM,39,42.971343794118454,J. Nathan Deal,11286,REP,49,53.01811493924487,-10,-10.046771145126414 +52963,83765,1282,2010,GA,Gov-G,2010_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2010-10-27,2010-11-02,6,1686,Roy Barnes,11285,DEM,41.6,42.971343794118454,J. Nathan Deal,11286,REP,48.5,53.01811493924487,-6.899999999999999,-10.046771145126414 +32786,83764,1282,2010,GA,Gov-G,2010_Gov-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,625,Roy Barnes,11285,DEM,40,42.971343794118454,J. Nathan Deal,11286,REP,47,53.01811493924487,-7,-10.046771145126414 +32469,83790,1283,2010,HI,Gov-G,2010_Gov-G_HI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-02,2010-11-02,31,1326,Neil Abercrombie,11287,DEM,49,58.21890773545795,Duke Aiona,11288,REP,47,41.12028607052956,2,17.098621664928388 +52971,83789,1283,2010,HI,Gov-G,2010_Gov-G_HI,MRG Research,207,FALSE,FALSE,NA,NA,2010-10-11,2010-11-02,22,1151,Neil Abercrombie,11287,DEM,47,58.21890773545795,Duke Aiona,11288,REP,44,41.12028607052956,3,17.098621664928388 +32572,83788,1283,2010,HI,Gov-G,2010_Gov-G_HI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-13,2010-11-02,20,500,Neil Abercrombie,11287,DEM,49,58.21890773545795,Duke Aiona,11288,REP,47,41.12028607052956,2,17.098621664928388 +51745,83787,1283,2010,HI,Gov-G,2010_Gov-G_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,608,Neil Abercrombie,11287,DEM,51,58.21890773545795,Duke Aiona,11288,REP,43,41.12028607052956,8,17.098621664928388 +51744,83786,1283,2010,HI,Gov-G,2010_Gov-G_HI,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,1181,Neil Abercrombie,11287,DEM,49.5,58.21890773545795,Duke Aiona,11288,REP,44.5,41.12028607052956,5,17.098621664928388 +32349,83797,1284,2010,ID,Gov-G,2010_Gov-G_ID,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-14,2010-11-02,49,625,Keith Allred,11289,DEM,29,32.85491729921443,C.L. 'Butch' Otter,11290,REP,45,59.10769332758792,-16,-26.25277602837349 +32661,83796,1284,2010,ID,Gov-G,2010_Gov-G_ID,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,625,Keith Allred,11289,DEM,30,32.85491729921443,C.L. 'Butch' Otter,11290,REP,52,59.10769332758792,-22,-26.25277602837349 +52984,83824,1285,2010,IL,Gov-G,2010_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-12,2010-11-02,51,750,Pat Quinn,11291,DEM,37,46.78887620787954,William E. Brady,11292,REP,50,45.93541478830892,-13,0.8534614195706212 +75275,143542,1285,2010,IL,Gov-G,2010_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-12,2010-11-02,51,750,Pat Quinn,11291,DEM,37,46.78887620787954,William E. Brady,11292,REP,50,45.93541478830892,-13,0.8534614195706212 +32358,143541,1285,2010,IL,Gov-G,2010_Gov-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2010-09-13,2010-11-02,50,1330,Pat Quinn,11291,DEM,32.4,46.78887620787954,William E. Brady,11292,REP,41.9,45.93541478830892,-9.5,0.8534614195706212 +32402,83822,1285,2010,IL,Gov-G,2010_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,Pat Quinn,11291,DEM,36,46.78887620787954,William E. Brady,11292,REP,46,45.93541478830892,-10,0.8534614195706212 +32410,143540,1285,2010,IL,Gov-G,2010_Gov-G_IL,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,470,Pat Quinn,11291,DEM,35,46.78887620787954,William E. Brady,11292,REP,42,45.93541478830892,-7,0.8534614195706212 +32491,83821,1285,2010,IL,Gov-G,2010_Gov-G_IL,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-09-25,2010-11-02,38,604,Pat Quinn,11291,DEM,35,46.78887620787954,William E. Brady,11292,REP,36,45.93541478830892,-1,0.8534614195706212 +32422,83817,1285,2010,IL,Gov-G,2010_Gov-G_IL,Big Village,37,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,828,Pat Quinn,11291,DEM,38,46.78887620787954,William E. Brady,11292,REP,40,45.93541478830892,-2,0.8534614195706212 +32444,143539,1285,2010,IL,Gov-G,2010_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2010-09-26,2010-11-02,37,600,Pat Quinn,11291,DEM,39,46.78887620787954,William E. Brady,11292,REP,38,45.93541478830892,1,0.8534614195706212 +32448,83816,1285,2010,IL,Gov-G,2010_Gov-G_IL,Suffolk University,323,TRUE,FALSE,NA,NA,2010-09-30,2010-11-02,33,500,Pat Quinn,11291,DEM,43,46.78887620787954,William E. Brady,11292,REP,37,45.93541478830892,6,0.8534614195706212 +32466,83815,1285,2010,IL,Gov-G,2010_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-04,2010-11-02,29,500,Pat Quinn,11291,DEM,38,46.78887620787954,William E. Brady,11292,REP,46,45.93541478830892,-8,0.8534614195706212 +32527,137986,1285,2010,IL,Gov-G,2010_Gov-G_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2010-10-05,2010-11-02,28,758,Pat Quinn,11291,DEM,29.8,46.78887620787954,William E. Brady,11292,REP,38.4,45.93541478830892,-8.599999999999998,0.8534614195706212 +52979,83812,1285,2010,IL,Gov-G,2010_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-12,2010-11-02,21,750,Pat Quinn,11291,DEM,40,46.78887620787954,William E. Brady,11292,REP,46,45.93541478830892,-6,0.8534614195706212 +32618,83811,1285,2010,IL,Gov-G,2010_Gov-G_IL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-15,2010-11-02,18,557,Pat Quinn,11291,DEM,41,46.78887620787954,William E. Brady,11292,REP,42,45.93541478830892,-1,0.8534614195706212 +52978,83809,1285,2010,IL,Gov-G,2010_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-20,2010-11-02,13,750,Pat Quinn,11291,DEM,37,46.78887620787954,William E. Brady,11292,REP,45,45.93541478830892,-8,0.8534614195706212 +32636,83810,1285,2010,IL,Gov-G,2010_Gov-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,625,Pat Quinn,11291,DEM,40,46.78887620787954,William E. Brady,11292,REP,44,45.93541478830892,-4,0.8534614195706212 +32641,137973,1285,2010,IL,Gov-G,2010_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2010-10-20,2010-11-02,13,700,Pat Quinn,11291,DEM,39,46.78887620787954,William E. Brady,11292,REP,43,45.93541478830892,-4,0.8534614195706212 +32667,83807,1285,2010,IL,Gov-G,2010_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,Pat Quinn,11291,DEM,39,46.78887620787954,William E. Brady,11292,REP,44,45.93541478830892,-5,0.8534614195706212 +32806,83804,1285,2010,IL,Gov-G,2010_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-30,2010-11-02,3,1000,Pat Quinn,11291,DEM,38,46.78887620787954,William E. Brady,11292,REP,44,45.93541478830892,-6,0.8534614195706212 +32791,83805,1285,2010,IL,Gov-G,2010_Gov-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,660,Pat Quinn,11291,DEM,42.2,46.78887620787954,William E. Brady,11292,REP,49.5,45.93541478830892,-7.299999999999997,0.8534614195706212 +32802,137966,1285,2010,IL,Gov-G,2010_Gov-G_IL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,814,Pat Quinn,11291,DEM,40,46.78887620787954,William E. Brady,11292,REP,45,45.93541478830892,-5,0.8534614195706212 +32384,83843,1286,2010,IA,Gov-G,2010_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2010-09-21,2010-11-02,42,550,Chet Culver,11293,DEM,33,43.20787727058421,Terry E. Branstad,11294,REP,52,52.80634003349337,-19,-9.598462762909158 +32415,83842,1286,2010,IA,Gov-G,2010_Gov-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-23,2010-11-02,40,500,Chet Culver,11293,DEM,37,43.20787727058421,Terry E. Branstad,11294,REP,55,52.80634003349337,-18,-9.598462762909158 +52987,83841,1286,2010,IA,Gov-G,2010_Gov-G_IA,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-10-09,2010-11-02,24,600,Chet Culver,11293,DEM,39,43.20787727058421,Terry E. Branstad,11294,REP,47,52.80634003349337,-8,-9.598462762909158 +52986,83840,1286,2010,IA,Gov-G,2010_Gov-G_IA,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2010-10-24,2010-11-02,9,600,Chet Culver,11293,DEM,40,43.20787727058421,Terry E. Branstad,11294,REP,46,52.80634003349337,-6,-9.598462762909158 +32784,83839,1286,2010,IA,Gov-G,2010_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2010-10-28,2010-11-02,5,805,Chet Culver,11293,DEM,38,43.20787727058421,Terry E. Branstad,11294,REP,50,52.80634003349337,-12,-9.598462762909158 +53092,83976,1287,2010,NE,Gov-G,2010_Gov-G_NE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-07,2010-11-02,26,500,Mike Meister,11310,DEM,24,26.09551874226416,Dave Heineman,11311,REP,66,73.90448125773584,-42,-47.80896251547168 +1156,84035,1288,2010,NH,Gov-G,2010_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-11,2010-11-02,52,1959,John Lynch,11314,DEM,51,52.63957878875485,John A. Stephen,11315,REP,39,45.03315899673229,12,7.606419792022557 +32317,84034,1288,2010,NH,Gov-G,2010_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-15,2010-11-02,48,500,John Lynch,11314,DEM,48,52.63957878875485,John A. Stephen,11315,REP,46,45.03315899673229,2,7.606419792022557 +32394,84033,1288,2010,NH,Gov-G,2010_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2010-09-24,2010-11-02,39,800,John Lynch,11314,DEM,42,52.63957878875485,John A. Stephen,11315,REP,40,45.03315899673229,2,7.606419792022557 +32435,84032,1288,2010,NH,Gov-G,2010_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-09-26,2010-11-02,37,470,John Lynch,11314,DEM,51,52.63957878875485,John A. Stephen,11315,REP,34,45.03315899673229,17,7.606419792022557 +32489,84031,1288,2010,NH,Gov-G,2010_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2010-10-04,2010-11-02,29,600,John Lynch,11314,DEM,51,52.63957878875485,John A. Stephen,11315,REP,41,45.03315899673229,10,7.606419792022557 +32507,137985,1288,2010,NH,Gov-G,2010_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-10,2010-11-02,23,750,John Lynch,11314,DEM,53,52.63957878875485,John A. Stephen,11315,REP,43,45.03315899673229,10,7.606419792022557 +32557,84030,1288,2010,NH,Gov-G,2010_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,705,John Lynch,11314,DEM,51,52.63957878875485,John A. Stephen,11315,REP,38,45.03315899673229,13,7.606419792022557 +32864,117662,1288,2010,NH,Gov-G,2010_Gov-G_NH,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-21,2010-11-02,12,744,John Lynch,11314,DEM,45,52.63957878875485,John A. Stephen,11315,REP,39,45.03315899673229,6,7.606419792022557 +32775,84029,1288,2010,NH,Gov-G,2010_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,750,John Lynch,11314,DEM,51,52.63957878875485,John A. Stephen,11315,REP,45,45.03315899673229,6,7.606419792022557 +1075,84028,1288,2010,NH,Gov-G,2010_Gov-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-28,2010-11-02,5,1308,John Lynch,11314,DEM,53,52.63957878875485,John A. Stephen,11315,REP,44,45.03315899673229,9,7.606419792022557 +32837,84027,1288,2010,NH,Gov-G,2010_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,885,John Lynch,11314,DEM,52,52.63957878875485,John A. Stephen,11315,REP,45,45.03315899673229,7,7.606419792022557 +75306,143599,1289,2010,NM,Gov-G,2010_Gov-G_NM,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-09-12,2010-11-02,51,800,Diane D. Denish,11316,DEM,41,46.54967345523674,Susana Martinez,11317,REP,52,53.28543678368752,-11,-6.73576332845078 +75305,143598,1289,2010,NM,Gov-G,2010_Gov-G_NM,GQR,126,TRUE,FALSE,Live Phone,DEM,2010-09-13,2010-11-02,50,600,Diane D. Denish,11316,DEM,44,46.54967345523674,Susana Martinez,11317,REP,49,53.28543678368752,-5,-6.73576332845078 +51948,84053,1289,2010,NM,Gov-G,2010_Gov-G_NM,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,1307,Diane D. Denish,11316,DEM,42,46.54967345523674,Susana Martinez,11317,REP,50,53.28543678368752,-8,-6.73576332845078 +53134,84052,1289,2010,NM,Gov-G,2010_Gov-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-29,2010-11-02,34,500,Diane D. Denish,11316,DEM,41,46.54967345523674,Susana Martinez,11317,REP,51,53.28543678368752,-10,-6.73576332845078 +51947,84051,1289,2010,NM,Gov-G,2010_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,941,Diane D. Denish,11316,DEM,42,46.54967345523674,Susana Martinez,11317,REP,49,53.28543678368752,-7,-6.73576332845078 +53133,84050,1289,2010,NM,Gov-G,2010_Gov-G_NM,GQR,126,TRUE,FALSE,NA,DEM,2010-10-02,2010-11-02,31,602,Diane D. Denish,11316,DEM,46,46.54967345523674,Susana Martinez,11317,REP,49,53.28543678368752,-3,-6.73576332845078 +53132,84049,1289,2010,NM,Gov-G,2010_Gov-G_NM,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-10-04,2010-11-02,29,900,Diane D. Denish,11316,DEM,42,46.54967345523674,Susana Martinez,11317,REP,51,53.28543678368752,-9,-6.73576332845078 +53131,84048,1289,2010,NM,Gov-G,2010_Gov-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-10,2010-11-02,23,750,Diane D. Denish,11316,DEM,43,46.54967345523674,Susana Martinez,11317,REP,52,53.28543678368752,-9,-6.73576332845078 +53130,84047,1289,2010,NM,Gov-G,2010_Gov-G_NM,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-13,2010-11-02,20,647,Diane D. Denish,11316,DEM,42,46.54967345523674,Susana Martinez,11317,REP,54,53.28543678368752,-12,-6.73576332845078 +53127,84044,1289,2010,NM,Gov-G,2010_Gov-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-24,2010-11-02,9,750,Diane D. Denish,11316,DEM,42,46.54967345523674,Susana Martinez,11317,REP,52,53.28543678368752,-10,-6.73576332845078 +53128,84045,1289,2010,NM,Gov-G,2010_Gov-G_NM,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-22,2010-11-02,11,800,Diane D. Denish,11316,DEM,42,46.54967345523674,Susana Martinez,11317,REP,50,53.28543678368752,-8,-6.73576332845078 +53129,84046,1289,2010,NM,Gov-G,2010_Gov-G_NM,GQR,126,TRUE,FALSE,Live Phone,DEM,2010-10-22,2010-11-02,11,603,Diane D. Denish,11316,DEM,45,46.54967345523674,Susana Martinez,11317,REP,46,53.28543678368752,-1,-6.73576332845078 +51945,84043,1289,2010,NM,Gov-G,2010_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,1003,Diane D. Denish,11316,DEM,43,46.54967345523674,Susana Martinez,11317,REP,53,53.28543678368752,-10,-6.73576332845078 +32432,84170,1290,2010,OK,Gov-G,2010_Gov-G_OK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-23,2010-11-02,40,500,Jari Askins,11322,DEM,34,39.55102936216559,Mary Fallin,11323,REP,60,60.44897063783441,-26,-20.897941275668813 +32574,84169,1290,2010,OK,Gov-G,2010_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2010-10-05,2010-11-02,28,352,Jari Askins,11322,DEM,38,39.55102936216559,Mary Fallin,11323,REP,54,60.44897063783441,-16,-20.897941275668813 +53202,84168,1290,2010,OK,Gov-G,2010_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2010-10-20,2010-11-02,13,753,Jari Askins,11322,DEM,38,39.55102936216559,Mary Fallin,11323,REP,56,60.44897063783441,-18,-20.897941275668813 +32331,83857,1291,2010,KS,Gov-G,2010_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-15,2010-11-02,48,602,Tom Holland,11295,DEM,32,32.209015367374434,Sam Brownback,11296,REP,59,63.27686310041846,-27,-31.067847733044026 +32547,83856,1291,2010,KS,Gov-G,2010_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-11,2010-11-02,22,619,Tom Holland,11295,DEM,32,32.209015367374434,Sam Brownback,11296,REP,60,63.27686310041846,-28,-31.067847733044026 +32730,83855,1291,2010,KS,Gov-G,2010_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,561,Tom Holland,11295,DEM,32,32.209015367374434,Sam Brownback,11296,REP,59,63.27686310041846,-27,-31.067847733044026 +51851,83876,1292,2010,ME,Gov-G,2010_Gov-G_ME,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-04,2010-11-02,59,1468,Elizabeth H. Mitchell,11297,DEM,29,16.329162288661763,Paul R. LePage,11298,REP,43,43.00076416085586,-14,-26.671601872194096 +51850,83875,1292,2010,ME,Gov-G,2010_Gov-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,603,Elizabeth H. Mitchell,11297,DEM,25,16.329162288661763,Paul R. LePage,11298,REP,38,43.00076416085586,-13,-26.671601872194096 +53003,83874,1292,2010,ME,Gov-G,2010_Gov-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-20,2010-11-02,43,500,Elizabeth H. Mitchell,11297,DEM,27,16.329162288661763,Paul R. LePage,11298,REP,45,43.00076416085586,-18,-26.671601872194096 +51849,83873,1292,2010,ME,Gov-G,2010_Gov-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2010-09-27,2010-11-02,36,405,Elizabeth H. Mitchell,11297,DEM,30,16.329162288661763,Paul R. LePage,11298,REP,29,43.00076416085586,1,-26.671601872194096 +51847,83871,1292,2010,ME,Gov-G,2010_Gov-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,605,Elizabeth H. Mitchell,11297,DEM,29,16.329162288661763,Paul R. LePage,11298,REP,34,43.00076416085586,-5,-26.671601872194096 +53002,83870,1292,2010,ME,Gov-G,2010_Gov-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-12,2010-11-02,21,500,Elizabeth H. Mitchell,11297,DEM,32,16.329162288661763,Paul R. LePage,11298,REP,35,43.00076416085586,-3,-26.671601872194096 +51846,83869,1292,2010,ME,Gov-G,2010_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,501,Elizabeth H. Mitchell,11297,DEM,28,16.329162288661763,Paul R. LePage,11298,REP,32.9,43.00076416085586,-4.899999999999999,-26.671601872194096 +53001,83867,1292,2010,ME,Gov-G,2010_Gov-G_ME,Frederick Polls,108,FALSE,FALSE,Live Phone,IND,2010-10-16,2010-11-02,17,400,Elizabeth H. Mitchell,11297,DEM,27,16.329162288661763,Paul R. LePage,11298,REP,32,43.00076416085586,-5,-26.671601872194096 +51845,83868,1292,2010,ME,Gov-G,2010_Gov-G_ME,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-10-15,2010-11-02,18,600,Elizabeth H. Mitchell,11297,DEM,20,16.329162288661763,Paul R. LePage,11298,REP,32,43.00076416085586,-12,-26.671601872194096 +53000,83866,1292,2010,ME,Gov-G,2010_Gov-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-26,2010-11-02,7,500,Elizabeth H. Mitchell,11297,DEM,26,16.329162288661763,Paul R. LePage,11298,REP,40,43.00076416085586,-14,-26.671601872194096 +52999,83865,1292,2010,ME,Gov-G,2010_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,400,Elizabeth H. Mitchell,11297,DEM,21.8,16.329162288661763,Paul R. LePage,11298,REP,36.8,43.00076416085586,-14.999999999999996,-26.671601872194096 +52998,83864,1292,2010,ME,Gov-G,2010_Gov-G_ME,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-27,2010-11-02,6,1812,Elizabeth H. Mitchell,11297,DEM,24,16.329162288661763,Paul R. LePage,11298,REP,40,43.00076416085586,-16,-26.671601872194096 +52997,83863,1292,2010,ME,Gov-G,2010_Gov-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR,NA,2010-10-29,2010-11-02,4,546,Elizabeth H. Mitchell,11297,DEM,24,16.329162288661763,Paul R. LePage,11298,REP,39,43.00076416085586,-15,-26.671601872194096 +32328,83887,1293,2010,MD,Gov-G,2010_Gov-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-15,2010-11-02,48,750,Martin O'Malley,11300,DEM,50,56.2448059078089,Robert Ehrlich Jr.,11301,REP,47,41.78520679484144,3,14.45959911296746 +32438,83886,1293,2010,MD,Gov-G,2010_Gov-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2010-09-24,2010-11-02,39,730,Martin O'Malley,11300,DEM,52,56.2448059078089,Robert Ehrlich Jr.,11301,REP,41,41.78520679484144,11,14.45959911296746 +53008,83884,1293,2010,MD,Gov-G,2010_Gov-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-04,2010-11-02,29,750,Martin O'Malley,11300,DEM,49,56.2448059078089,Robert Ehrlich Jr.,11301,REP,41,41.78520679484144,8,14.45959911296746 +32596,83883,1293,2010,MD,Gov-G,2010_Gov-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,816,Martin O'Malley,11300,DEM,47,56.2448059078089,Robert Ehrlich Jr.,11301,REP,42,41.78520679484144,5,14.45959911296746 +32659,83882,1293,2010,MD,Gov-G,2010_Gov-G_MD,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,800,Martin O'Malley,11300,DEM,52,56.2448059078089,Robert Ehrlich Jr.,11301,REP,38,41.78520679484144,14,14.45959911296746 +32692,83881,1293,2010,MD,Gov-G,2010_Gov-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,1434,Martin O'Malley,11300,DEM,54,56.2448059078089,Robert Ehrlich Jr.,11301,REP,40,41.78520679484144,14,14.45959911296746 +32679,83880,1293,2010,MD,Gov-G,2010_Gov-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-24,2010-11-02,9,750,Martin O'Malley,11300,DEM,52,56.2448059078089,Robert Ehrlich Jr.,11301,REP,42,41.78520679484144,10,14.45959911296746 +53034,83915,1294,2010,MA,Gov-G,2010_Gov-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-15,2010-11-02,48,500,Deval Patrick,11302,DEM,45,48.42246910043757,Charles D. Baker,11303,REP,42,42.00477223068481,3,6.41769686975276 +53033,83914,1294,2010,MA,Gov-G,2010_Gov-G_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2010-09-18,2010-11-02,45,500,Deval Patrick,11302,DEM,41,48.42246910043757,Charles D. Baker,11303,REP,34,42.00477223068481,7,6.41769686975276 +53032,83913,1294,2010,MA,Gov-G,2010_Gov-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2010-09-19,2010-11-02,44,468,Deval Patrick,11302,DEM,35,48.42246910043757,Charles D. Baker,11303,REP,34,42.00477223068481,1,6.41769686975276 +53031,83911,1294,2010,MA,Gov-G,2010_Gov-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,NA,NA,2010-09-21,2010-11-02,42,402,Deval Patrick,11302,DEM,39,48.42246910043757,Charles D. Baker,11303,REP,33,42.00477223068481,6,6.41769686975276 +53030,83910,1294,2010,MA,Gov-G,2010_Gov-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-28,2010-11-02,35,750,Deval Patrick,11302,DEM,47,48.42246910043757,Charles D. Baker,11303,REP,42,42.00477223068481,5,6.41769686975276 +53029,83909,1294,2010,MA,Gov-G,2010_Gov-G_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2010-10-11,2010-11-02,22,500,Deval Patrick,11302,DEM,46,48.42246910043757,Charles D. Baker,11303,REP,39,42.00477223068481,7,6.41769686975276 +53028,83908,1294,2010,MA,Gov-G,2010_Gov-G_MA,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-12,2010-11-02,21,800,Deval Patrick,11302,DEM,35,48.42246910043757,Charles D. Baker,11303,REP,42,42.00477223068481,-7,6.41769686975276 +53027,83907,1294,2010,MA,Gov-G,2010_Gov-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-16,2010-11-02,17,750,Deval Patrick,11302,DEM,47,48.42246910043757,Charles D. Baker,11303,REP,42,42.00477223068481,5,6.41769686975276 +53026,83905,1294,2010,MA,Gov-G,2010_Gov-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,400,Deval Patrick,11302,DEM,44,48.42246910043757,Charles D. Baker,11303,REP,36,42.00477223068481,8,6.41769686975276 +53025,83904,1294,2010,MA,Gov-G,2010_Gov-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,519,Deval Patrick,11302,DEM,43,48.42246910043757,Charles D. Baker,11303,REP,39,42.00477223068481,4,6.41769686975276 +53023,83902,1294,2010,MA,Gov-G,2010_Gov-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,750,Deval Patrick,11302,DEM,46,48.42246910043757,Charles D. Baker,11303,REP,44,42.00477223068481,2,6.41769686975276 +53024,83903,1294,2010,MA,Gov-G,2010_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,500,Deval Patrick,11302,DEM,46,48.42246910043757,Charles D. Baker,11303,REP,39,42.00477223068481,7,6.41769686975276 +53022,83901,1294,2010,MA,Gov-G,2010_Gov-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,361,Deval Patrick,11302,DEM,42,48.42246910043757,Charles D. Baker,11303,REP,37,42.00477223068481,5,6.41769686975276 +53062,83943,1295,2010,MI,Gov-G,2010_Gov-G_MI,Glengariff Group,117,FALSE,FALSE,NA,NA,2010-09-07,2010-11-02,56,600,Virgil Bernero,11305,DEM,35.9,39.90343722799874,Rick Snyder,11306,REP,56.2,58.114781741849576,-20.300000000000004,-18.21134451385084 +75296,143583,1295,2010,MI,Gov-G,2010_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-09-11,2010-11-02,52,600,Virgil Bernero,11305,DEM,29,39.90343722799874,Rick Snyder,11306,REP,53,58.114781741849576,-24,-18.21134451385084 +53061,83942,1295,2010,MI,Gov-G,2010_Gov-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-18,2010-11-02,45,497,Virgil Bernero,11305,DEM,31,39.90343722799874,Rick Snyder,11306,REP,52,58.114781741849576,-21,-18.21134451385084 +53060,83941,1295,2010,MI,Gov-G,2010_Gov-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-20,2010-11-02,43,500,Virgil Bernero,11305,DEM,38,39.90343722799874,Rick Snyder,11306,REP,51,58.114781741849576,-13,-18.21134451385084 +53058,83939,1295,2010,MI,Gov-G,2010_Gov-G_MI,Baydoun Consulting,25,FALSE,TRUE,NA,NA,2010-10-07,2010-11-02,26,2282,Virgil Bernero,11305,DEM,37,39.90343722799874,Rick Snyder,11306,REP,50,58.114781741849576,-13,-18.21134451385084 +53059,83940,1295,2010,MI,Gov-G,2010_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,600,Virgil Bernero,11305,DEM,29,39.90343722799874,Rick Snyder,11306,REP,49,58.114781741849576,-20,-18.21134451385084 +53057,83938,1295,2010,MI,Gov-G,2010_Gov-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-17,2010-11-02,16,500,Virgil Bernero,11305,DEM,34,39.90343722799874,Rick Snyder,11306,REP,54,58.114781741849576,-20,-18.21134451385084 +53056,83937,1295,2010,MI,Gov-G,2010_Gov-G_MI,Rossman Group,294,FALSE,TRUE,IVR,NA,2010-10-18,2010-11-02,15,400,Virgil Bernero,11305,DEM,36,39.90343722799874,Rick Snyder,11306,REP,50,58.114781741849576,-14,-18.21134451385084 +53054,83935,1295,2010,MI,Gov-G,2010_Gov-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,600,Virgil Bernero,11305,DEM,35,39.90343722799874,Rick Snyder,11306,REP,53,58.114781741849576,-18,-18.21134451385084 +53055,83936,1295,2010,MI,Gov-G,2010_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,600,Virgil Bernero,11305,DEM,37,39.90343722799874,Rick Snyder,11306,REP,55,58.114781741849576,-18,-18.21134451385084 +53082,83966,1296,2010,MN,Gov-G,2010_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,656,Mark Dayton,11307,DEM,38,43.627092468466145,Tom Emmer,11308,REP,36,43.21086500798995,2,0.4162274604761933 +53081,83965,1296,2010,MN,Gov-G,2010_Gov-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-22,2010-11-02,41,500,Mark Dayton,11307,DEM,41,43.627092468466145,Tom Emmer,11308,REP,42,43.21086500798995,-1,0.4162274604761933 +53080,83964,1296,2010,MN,Gov-G,2010_Gov-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2010-09-22,2010-11-02,41,949,Mark Dayton,11307,DEM,39,43.627092468466145,Tom Emmer,11308,REP,30,43.21086500798995,9,0.4162274604761933 +53079,83963,1296,2010,MN,Gov-G,2010_Gov-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2010-09-24,2010-11-02,39,750,Mark Dayton,11307,DEM,38,43.627092468466145,Tom Emmer,11308,REP,27,43.21086500798995,11,0.4162274604761933 +53078,83962,1296,2010,MN,Gov-G,2010_Gov-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-06,2010-11-02,27,750,Mark Dayton,11307,DEM,40,43.627092468466145,Tom Emmer,11308,REP,38,43.21086500798995,2,0.4162274604761933 +53077,83961,1296,2010,MN,Gov-G,2010_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-12,2010-11-02,21,712,Mark Dayton,11307,DEM,42,43.627092468466145,Tom Emmer,11308,REP,37,43.21086500798995,5,0.4162274604761933 +53076,83960,1296,2010,MN,Gov-G,2010_Gov-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-20,2010-11-02,13,750,Mark Dayton,11307,DEM,44,43.627092468466145,Tom Emmer,11308,REP,41,43.21086500798995,3,0.4162274604761933 +53074,83956,1296,2010,MN,Gov-G,2010_Gov-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2010-10-20,2010-11-02,13,999,Mark Dayton,11307,DEM,41,43.627092468466145,Tom Emmer,11308,REP,34,43.21086500798995,7,0.4162274604761933 +53075,83959,1296,2010,MN,Gov-G,2010_Gov-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,462,Mark Dayton,11307,DEM,40,43.627092468466145,Tom Emmer,11308,REP,30,43.21086500798995,10,0.4162274604761933 +73531,137971,1296,2010,MN,Gov-G,2010_Gov-G_MN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-24,2010-11-02,9,500,Mark Dayton,11307,DEM,40,43.627092468466145,Tom Emmer,11308,REP,40,43.21086500798995,0,0.4162274604761933 +53073,83955,1296,2010,MN,Gov-G,2010_Gov-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2010-10-23,2010-11-02,10,751,Mark Dayton,11307,DEM,41,43.627092468466145,Tom Emmer,11308,REP,29,43.21086500798995,12,0.4162274604761933 +53072,83954,1296,2010,MN,Gov-G,2010_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-26,2010-11-02,7,625,Mark Dayton,11307,DEM,39,43.627092468466145,Tom Emmer,11308,REP,38,43.21086500798995,1,0.4162274604761933 +53071,83953,1296,2010,MN,Gov-G,2010_Gov-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-28,2010-11-02,5,2058,Mark Dayton,11307,DEM,43,43.627092468466145,Tom Emmer,11308,REP,40,43.21086500798995,3,0.4162274604761933 +32282,84002,1297,2010,NV,Gov-G,2010_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-08,2010-11-02,55,625,Rory Reid,11312,DEM,36,41.61324942884377,Brian E. Sandoval,11313,REP,52,53.36141314587407,-16,-11.748163717030295 +32291,84001,1297,2010,NV,Gov-G,2010_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-11,2010-11-02,52,1000,Rory Reid,11312,DEM,38,41.61324942884377,Brian E. Sandoval,11313,REP,56,53.36141314587407,-18,-11.748163717030295 +32295,83999,1297,2010,NV,Gov-G,2010_Gov-G_NV,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-11,2010-11-02,52,463,Rory Reid,11312,DEM,31,41.61324942884377,Brian E. Sandoval,11313,REP,60,53.36141314587407,-29,-11.748163717030295 +32300,83998,1297,2010,NV,Gov-G,2010_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,750,Rory Reid,11312,DEM,39,41.61324942884377,Brian E. Sandoval,11313,REP,52,53.36141314587407,-13,-11.748163717030295 +32307,83996,1297,2010,NV,Gov-G,2010_Gov-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-12,2010-11-02,51,789,Rory Reid,11312,DEM,31,41.61324942884377,Brian E. Sandoval,11313,REP,58,53.36141314587407,-27,-11.748163717030295 +32380,83995,1297,2010,NV,Gov-G,2010_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-21,2010-11-02,42,625,Rory Reid,11312,DEM,37,41.61324942884377,Brian E. Sandoval,11313,REP,51,53.36141314587407,-14,-11.748163717030295 +32861,143590,1297,2010,NV,Gov-G,2010_Gov-G_NV,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-09-22,2010-11-02,41,500,Rory Reid,11312,DEM,39,41.61324942884377,Brian E. Sandoval,11313,REP,45,53.36141314587407,-6,-11.748163717030295 +32420,83994,1297,2010,NV,Gov-G,2010_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-28,2010-11-02,35,750,Rory Reid,11312,DEM,40,41.61324942884377,Brian E. Sandoval,11313,REP,53,53.36141314587407,-13,-11.748163717030295 +32486,83991,1297,2010,NV,Gov-G,2010_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-05,2010-11-02,28,750,Rory Reid,11312,DEM,40,41.61324942884377,Brian E. Sandoval,11313,REP,53,53.36141314587407,-13,-11.748163717030295 +32478,83992,1297,2010,NV,Gov-G,2010_Gov-G_NV,Big Village,37,FALSE,FALSE,NA,NA,2010-10-03,2010-11-02,30,789,Rory Reid,11312,DEM,33,41.61324942884377,Brian E. Sandoval,11313,REP,56,53.36141314587407,-23,-11.748163717030295 +32519,83990,1297,2010,NV,Gov-G,2010_Gov-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-08,2010-11-02,25,504,Rory Reid,11312,DEM,43,41.61324942884377,Brian E. Sandoval,11313,REP,52,53.36141314587407,-9,-11.748163717030295 +53100,83988,1297,2010,NV,Gov-G,2010_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-11,2010-11-02,22,750,Rory Reid,11312,DEM,40,41.61324942884377,Brian E. Sandoval,11313,REP,55,53.36141314587407,-15,-11.748163717030295 +32542,83989,1297,2010,NV,Gov-G,2010_Gov-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-09,2010-11-02,24,500,Rory Reid,11312,DEM,39,41.61324942884377,Brian E. Sandoval,11313,REP,50,53.36141314587407,-11,-11.748163717030295 +32549,83987,1297,2010,NV,Gov-G,2010_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-11,2010-11-02,22,625,Rory Reid,11312,DEM,37,41.61324942884377,Brian E. Sandoval,11313,REP,52,53.36141314587407,-15,-11.748163717030295 +32568,83986,1297,2010,NV,Gov-G,2010_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-17,2010-11-02,16,750,Rory Reid,11312,DEM,37,41.61324942884377,Brian E. Sandoval,11313,REP,56,53.36141314587407,-19,-11.748163717030295 +32863,117661,1297,2010,NV,Gov-G,2010_Gov-G_NV,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-20,2010-11-02,13,1884,Rory Reid,11312,DEM,32,41.61324942884377,Brian E. Sandoval,11313,REP,48,53.36141314587407,-16,-11.748163717030295 +32680,83985,1297,2010,NV,Gov-G,2010_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-25,2010-11-02,8,750,Rory Reid,11312,DEM,35,41.61324942884377,Brian E. Sandoval,11313,REP,58,53.36141314587407,-23,-11.748163717030295 +32702,83983,1297,2010,NV,Gov-G,2010_Gov-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,773,Rory Reid,11312,DEM,34,41.61324942884377,Brian E. Sandoval,11313,REP,58,53.36141314587407,-24,-11.748163717030295 +32723,83982,1297,2010,NV,Gov-G,2010_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,625,Rory Reid,11312,DEM,38,41.61324942884377,Brian E. Sandoval,11313,REP,54,53.36141314587407,-16,-11.748163717030295 +32789,83980,1297,2010,NV,Gov-G,2010_Gov-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,711,Rory Reid,11312,DEM,40,41.61324942884377,Brian E. Sandoval,11313,REP,56,53.36141314587407,-16,-11.748163717030295 +1065,83979,1297,2010,NV,Gov-G,2010_Gov-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,682,Rory Reid,11312,DEM,44,41.61324942884377,Brian E. Sandoval,11313,REP,55,53.36141314587407,-11,-11.748163717030295 +32339,84091,1298,2010,NY,Gov-G,2010_Gov-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-16,2010-11-02,47,500,Andrew Cuomo,11318,DEM,54,54.70873575735035,Carl P. Paladino,11319,REP,38,27.04165697885902,16,27.667078778491327 +32374,84090,1298,2010,NY,Gov-G,2010_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-09-18,2010-11-02,45,751,Andrew Cuomo,11318,DEM,49,54.70873575735035,Carl P. Paladino,11319,REP,43,27.04165697885902,6,27.667078778491327 +32372,84089,1298,2010,NY,Gov-G,2010_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-20,2010-11-02,43,572,Andrew Cuomo,11318,DEM,49,54.70873575735035,Carl P. Paladino,11319,REP,40,27.04165697885902,9,27.667078778491327 +32370,143602,1298,2010,NY,Gov-G,2010_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-09-18,2010-11-02,45,801,Andrew Cuomo,11318,DEM,57,54.70873575735035,Carl P. Paladino,11319,REP,24,27.04165697885902,33,27.667078778491327 +32403,143601,1298,2010,NY,Gov-G,2010_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-21,2010-11-02,42,617,Andrew Cuomo,11318,DEM,53,54.70873575735035,Carl P. Paladino,11319,REP,34,27.04165697885902,19,27.667078778491327 +53165,84087,1298,2010,NY,Gov-G,2010_Gov-G_NY,Marist College,183,TRUE,FALSE,NA,NA,2010-09-28,2010-11-02,35,591,Andrew Cuomo,11318,DEM,56,54.70873575735035,Carl P. Paladino,11319,REP,40,27.04165697885902,16,27.667078778491327 +32472,84086,1298,2010,NY,Gov-G,2010_Gov-G_NY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-02,2010-11-02,31,592,Andrew Cuomo,11318,DEM,53,54.70873575735035,Carl P. Paladino,11319,REP,38,27.04165697885902,15,27.667078778491327 +53163,84085,1298,2010,NY,Gov-G,2010_Gov-G_NY,Siena College,305,TRUE,FALSE,NA,NA,2010-10-03,2010-11-02,30,626,Andrew Cuomo,11318,DEM,56,54.70873575735035,Carl P. Paladino,11319,REP,32,27.04165697885902,24,27.667078778491327 +32480,84082,1298,2010,NY,Gov-G,2010_Gov-G_NY,Big Village,37,FALSE,FALSE,NA,NA,2010-10-03,2010-11-02,30,585,Andrew Cuomo,11318,DEM,55,54.70873575735035,Carl P. Paladino,11319,REP,41,27.04165697885902,14,27.667078778491327 +32496,84084,1298,2010,NY,Gov-G,2010_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-10-03,2010-11-02,30,1141,Andrew Cuomo,11318,DEM,55,54.70873575735035,Carl P. Paladino,11319,REP,37,27.04165697885902,18,27.667078778491327 +32499,84080,1298,2010,NY,Gov-G,2010_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,627,Andrew Cuomo,11318,DEM,57,54.70873575735035,Carl P. Paladino,11319,REP,34,27.04165697885902,23,27.667078778491327 +32522,84081,1298,2010,NY,Gov-G,2010_Gov-G_NY,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-06,2010-11-02,27,500,Andrew Cuomo,11318,DEM,63,54.70873575735035,Carl P. Paladino,11319,REP,32,27.04165697885902,31,27.667078778491327 +53158,84079,1298,2010,NY,Gov-G,2010_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-12,2010-11-02,21,633,Andrew Cuomo,11318,DEM,59,54.70873575735035,Carl P. Paladino,11319,REP,33,27.04165697885902,26,27.667078778491327 +32579,84078,1298,2010,NY,Gov-G,2010_Gov-G_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2010-10-12,2010-11-02,21,927,Andrew Cuomo,11318,DEM,59,54.70873575735035,Carl P. Paladino,11319,REP,24,27.04165697885902,35,27.667078778491327 +32600,84076,1298,2010,NY,Gov-G,2010_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,647,Andrew Cuomo,11318,DEM,63,54.70873575735035,Carl P. Paladino,11319,REP,26,27.04165697885902,37,27.667078778491327 +32622,84075,1298,2010,NY,Gov-G,2010_Gov-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-19,2010-11-02,14,500,Andrew Cuomo,11318,DEM,51,54.70873575735035,Carl P. Paladino,11319,REP,37,27.04165697885902,14,27.667078778491327 +32631,84073,1298,2010,NY,Gov-G,2010_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,505,Andrew Cuomo,11318,DEM,60,54.70873575735035,Carl P. Paladino,11319,REP,37,27.04165697885902,23,27.667078778491327 +32684,84072,1298,2010,NY,Gov-G,2010_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,672,Andrew Cuomo,11318,DEM,55,54.70873575735035,Carl P. Paladino,11319,REP,35,27.04165697885902,20,27.667078778491327 +32773,84067,1298,2010,NY,Gov-G,2010_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,415,Andrew Cuomo,11318,DEM,56,54.70873575735035,Carl P. Paladino,11319,REP,37,27.04165697885902,19,27.667078778491327 +32724,84069,1298,2010,NY,Gov-G,2010_Gov-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,826,Andrew Cuomo,11318,DEM,57,54.70873575735035,Carl P. Paladino,11319,REP,27,27.04165697885902,30,27.667078778491327 +32778,84071,1298,2010,NY,Gov-G,2010_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-27,2010-11-02,6,544,Andrew Cuomo,11318,DEM,55,54.70873575735035,Carl P. Paladino,11319,REP,33,27.04165697885902,22,27.667078778491327 +32814,84066,1298,2010,NY,Gov-G,2010_Gov-G_NY,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-28,2010-11-02,5,546,Andrew Cuomo,11318,DEM,55,54.70873575735035,Carl P. Paladino,11319,REP,38,27.04165697885902,17,27.667078778491327 +32781,84065,1298,2010,NY,Gov-G,2010_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,603,Andrew Cuomo,11318,DEM,58,54.70873575735035,Carl P. Paladino,11319,REP,33,27.04165697885902,25,27.667078778491327 +32818,84063,1298,2010,NY,Gov-G,2010_Gov-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,578,Andrew Cuomo,11318,DEM,56,54.70873575735035,Carl P. Paladino,11319,REP,29,27.04165697885902,27,27.667078778491327 +32289,84134,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2010-09-11,2010-11-02,52,1000,Ted Strickland,11320,DEM,43,47.036303212303594,John Richard Kasich,11321,REP,48,49.0383180241035,-5,-2.00201481179991 +32299,84132,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,750,Ted Strickland,11320,DEM,43,47.036303212303594,John Richard Kasich,11321,REP,50,49.0383180241035,-7,-2.00201481179991 +53181,84133,1299,2010,OH,Gov-G,2010_Gov-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-12,2010-11-02,51,641,Ted Strickland,11320,DEM,40,47.036303212303594,John Richard Kasich,11321,REP,52,49.0383180241035,-12,-2.00201481179991 +32308,84129,1299,2010,OH,Gov-G,2010_Gov-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-12,2010-11-02,51,820,Ted Strickland,11320,DEM,44,47.036303212303594,John Richard Kasich,11321,REP,51,49.0383180241035,-7,-2.00201481179991 +32324,84131,1299,2010,OH,Gov-G,2010_Gov-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-11,2010-11-02,52,730,Ted Strickland,11320,DEM,37,47.036303212303594,John Richard Kasich,11321,REP,54,49.0383180241035,-17,-2.00201481179991 +75313,143627,1299,2010,OH,Gov-G,2010_Gov-G_OH,Feldman Group,93,FALSE,FALSE,NA,DEM,2010-09-11,2010-11-02,52,1200,Ted Strickland,11320,DEM,45,47.036303212303594,John Richard Kasich,11321,REP,48,49.0383180241035,-3,-2.00201481179991 +32346,84128,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-18,2010-11-02,45,1000,Ted Strickland,11320,DEM,41,47.036303212303594,John Richard Kasich,11321,REP,47,49.0383180241035,-6,-2.00201481179991 +32385,84127,1299,2010,OH,Gov-G,2010_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2010-09-18,2010-11-02,45,852,Ted Strickland,11320,DEM,45,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-4,-2.00201481179991 +32399,84125,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,Ted Strickland,11320,DEM,43,47.036303212303594,John Richard Kasich,11321,REP,45,49.0383180241035,-2,-2.00201481179991 +32407,84126,1299,2010,OH,Gov-G,2010_Gov-G_OH,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-24,2010-11-02,39,440,Ted Strickland,11320,DEM,46,47.036303212303594,John Richard Kasich,11321,REP,47,49.0383180241035,-1,-2.00201481179991 +32465,84124,1299,2010,OH,Gov-G,2010_Gov-G_OH,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-25,2010-11-02,38,600,Ted Strickland,11320,DEM,46,47.036303212303594,John Richard Kasich,11321,REP,40,49.0383180241035,6,-2.00201481179991 +32431,84121,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-27,2010-11-02,36,500,Ted Strickland,11320,DEM,42,47.036303212303594,John Richard Kasich,11321,REP,50,49.0383180241035,-8,-2.00201481179991 +42408,143626,1299,2010,OH,Gov-G,2010_Gov-G_OH,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2010-09-26,2010-11-02,37,600,Ted Strickland,11320,DEM,41,47.036303212303594,John Richard Kasich,11321,REP,40,49.0383180241035,1,-2.00201481179991 +32577,84122,1299,2010,OH,Gov-G,2010_Gov-G_OH,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2010-09-25,2010-11-02,38,941,Ted Strickland,11320,DEM,42,47.036303212303594,John Richard Kasich,11321,REP,43,49.0383180241035,-1,-2.00201481179991 +42376,84120,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-02,2010-11-02,31,1000,Ted Strickland,11320,DEM,43,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-6,-2.00201481179991 +32470,84119,1299,2010,OH,Gov-G,2010_Gov-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-01,2010-11-02,32,1025,Ted Strickland,11320,DEM,41,47.036303212303594,John Richard Kasich,11321,REP,50,49.0383180241035,-9,-2.00201481179991 +42401,84118,1299,2010,OH,Gov-G,2010_Gov-G_OH,Feldman Group,93,FALSE,FALSE,Live Phone,DEM,2010-10-04,2010-11-02,29,600,Ted Strickland,11320,DEM,44,47.036303212303594,John Richard Kasich,11321,REP,37,49.0383180241035,7,-2.00201481179991 +32493,84117,1299,2010,OH,Gov-G,2010_Gov-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-05,2010-11-02,28,500,Ted Strickland,11320,DEM,42,47.036303212303594,John Richard Kasich,11321,REP,46,49.0383180241035,-4,-2.00201481179991 +32501,84116,1299,2010,OH,Gov-G,2010_Gov-G_OH,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-07,2010-11-02,26,500,Ted Strickland,11320,DEM,46,47.036303212303594,John Richard Kasich,11321,REP,48,49.0383180241035,-2,-2.00201481179991 +42359,84115,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-09,2010-11-02,24,1000,Ted Strickland,11320,DEM,42,47.036303212303594,John Richard Kasich,11321,REP,47,49.0383180241035,-5,-2.00201481179991 +32526,84114,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-11,2010-11-02,22,500,Ted Strickland,11320,DEM,45,47.036303212303594,John Richard Kasich,11321,REP,48,49.0383180241035,-3,-2.00201481179991 +32561,84113,1299,2010,OH,Gov-G,2010_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,663,Ted Strickland,11320,DEM,43,47.036303212303594,John Richard Kasich,11321,REP,51,49.0383180241035,-8,-2.00201481179991 +42411,84112,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-16,2010-11-02,17,1000,Ted Strickland,11320,DEM,43,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-6,-2.00201481179991 +32601,84111,1299,2010,OH,Gov-G,2010_Gov-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-14,2010-11-02,19,1188,Ted Strickland,11320,DEM,41,47.036303212303594,John Richard Kasich,11321,REP,51,49.0383180241035,-10,-2.00201481179991 +32644,84110,1299,2010,OH,Gov-G,2010_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,839,Ted Strickland,11320,DEM,47,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-2,-2.00201481179991 +32865,117663,1299,2010,OH,Gov-G,2010_Gov-G_OH,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,2060,Ted Strickland,11320,DEM,41,47.036303212303594,John Richard Kasich,11321,REP,44,49.0383180241035,-3,-2.00201481179991 +32615,84108,1299,2010,OH,Gov-G,2010_Gov-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,863,Ted Strickland,11320,DEM,48,47.036303212303594,John Richard Kasich,11321,REP,47,49.0383180241035,1,-2.00201481179991 +42257,84107,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,Ted Strickland,11320,DEM,43,47.036303212303594,John Richard Kasich,11321,REP,47,49.0383180241035,-4,-2.00201481179991 +32674,84106,1299,2010,OH,Gov-G,2010_Gov-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,686,Ted Strickland,11320,DEM,43,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-6,-2.00201481179991 +32759,84104,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-26,2010-11-02,7,750,Ted Strickland,11320,DEM,44,47.036303212303594,John Richard Kasich,11321,REP,48,49.0383180241035,-4,-2.00201481179991 +32707,84105,1299,2010,OH,Gov-G,2010_Gov-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,613,Ted Strickland,11320,DEM,44,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-5,-2.00201481179991 +32734,84103,1299,2010,OH,Gov-G,2010_Gov-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,805,Ted Strickland,11320,DEM,45,47.036303212303594,John Richard Kasich,11321,REP,48,49.0383180241035,-3,-2.00201481179991 +32812,84100,1299,2010,OH,Gov-G,2010_Gov-G_OH,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-28,2010-11-02,5,460,Ted Strickland,11320,DEM,46,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-3,-2.00201481179991 +32780,84101,1299,2010,OH,Gov-G,2010_Gov-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2010-10-24,2010-11-02,9,1445,Ted Strickland,11320,DEM,47,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-2,-2.00201481179991 +42418,84097,1299,2010,OH,Gov-G,2010_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-30,2010-11-02,3,1000,Ted Strickland,11320,DEM,44,47.036303212303594,John Richard Kasich,11321,REP,48,49.0383180241035,-4,-2.00201481179991 +32779,84098,1299,2010,OH,Gov-G,2010_Gov-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-29,2010-11-02,4,1356,Ted Strickland,11320,DEM,48,47.036303212303594,John Richard Kasich,11321,REP,49,49.0383180241035,-1,-2.00201481179991 +32832,84099,1299,2010,OH,Gov-G,2010_Gov-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,848,Ted Strickland,11320,DEM,46,47.036303212303594,John Richard Kasich,11321,REP,47,49.0383180241035,-1,-2.00201481179991 +32824,84095,1299,2010,OH,Gov-G,2010_Gov-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,560,Ted Strickland,11320,DEM,45,47.036303212303594,John Richard Kasich,11321,REP,48,49.0383180241035,-3,-2.00201481179991 +32816,84096,1299,2010,OH,Gov-G,2010_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,930,Ted Strickland,11320,DEM,48,47.036303212303594,John Richard Kasich,11321,REP,52,49.0383180241035,-4,-2.00201481179991 +53213,84190,1300,2010,OR,Gov-G,2010_Gov-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-08,2010-11-02,55,750,John Kitzhaber,11324,DEM,44,49.294897726115686,Chris Dudley,11325,REP,49,47.76498608921067,-5,1.5299116369050125 +53212,84189,1300,2010,OR,Gov-G,2010_Gov-G_OR,Riley Research Associates,290,FALSE,FALSE,NA,NA,2010-09-04,2010-11-02,59,392,John Kitzhaber,11324,DEM,40,49.294897726115686,Chris Dudley,11325,REP,39,47.76498608921067,1,1.5299116369050125 +32321,84188,1300,2010,OR,Gov-G,2010_Gov-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-13,2010-11-02,50,562,John Kitzhaber,11324,DEM,43,49.294897726115686,Chris Dudley,11325,REP,49,47.76498608921067,-6,1.5299116369050125 +32529,84187,1300,2010,OR,Gov-G,2010_Gov-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-10,2010-11-02,23,750,John Kitzhaber,11324,DEM,48,49.294897726115686,Chris Dudley,11325,REP,46,47.76498608921067,2,1.5299116369050125 +32867,117664,1300,2010,OR,Gov-G,2010_Gov-G_OR,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-13,2010-11-02,20,2237,John Kitzhaber,11324,DEM,43,49.294897726115686,Chris Dudley,11325,REP,46,47.76498608921067,-3,1.5299116369050125 +32569,84186,1300,2010,OR,Gov-G,2010_Gov-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-13,2010-11-02,20,652,John Kitzhaber,11324,DEM,46,49.294897726115686,Chris Dudley,11325,REP,45,47.76498608921067,1,1.5299116369050125 +32597,84185,1300,2010,OR,Gov-G,2010_Gov-G_OR,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-16,2010-11-02,17,1229,John Kitzhaber,11324,DEM,48,49.294897726115686,Chris Dudley,11325,REP,47,47.76498608921067,1,1.5299116369050125 +53211,84184,1300,2010,OR,Gov-G,2010_Gov-G_OR,Elway Research,87,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,500,John Kitzhaber,11324,DEM,45,49.294897726115686,Chris Dudley,11325,REP,44,47.76498608921067,1,1.5299116369050125 +53210,84183,1300,2010,OR,Gov-G,2010_Gov-G_OR,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2010-10-23,2010-11-02,10,500,John Kitzhaber,11324,DEM,49,49.294897726115686,Chris Dudley,11325,REP,45,47.76498608921067,4,1.5299116369050125 +32713,84181,1300,2010,OR,Gov-G,2010_Gov-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-25,2010-11-02,8,750,John Kitzhaber,11324,DEM,46,49.294897726115686,Chris Dudley,11325,REP,49,47.76498608921067,-3,1.5299116369050125 +53209,84182,1300,2010,OR,Gov-G,2010_Gov-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2010-10-24,2010-11-02,9,500,John Kitzhaber,11324,DEM,43,49.294897726115686,Chris Dudley,11325,REP,46,47.76498608921067,-3,1.5299116369050125 +32748,84180,1300,2010,OR,Gov-G,2010_Gov-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-25,2010-11-02,8,580,John Kitzhaber,11324,DEM,48,49.294897726115686,Chris Dudley,11325,REP,41,47.76498608921067,7,1.5299116369050125 +53208,84179,1300,2010,OR,Gov-G,2010_Gov-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2010-10-28,2010-11-02,5,1000,John Kitzhaber,11324,DEM,46,49.294897726115686,Chris Dudley,11325,REP,43,47.76498608921067,3,1.5299116369050125 +32290,84245,1301,2010,PA,Gov-G,2010_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-11,2010-11-02,52,1000,Dan Onorato,11326,DEM,40,45.51134267624414,Thomas W. Corbett,11327,REP,50,54.48865732375586,-10,-8.977314647511719 +32314,84244,1301,2010,PA,Gov-G,2010_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,500,Dan Onorato,11326,DEM,39,45.51134267624414,Thomas W. Corbett,11327,REP,49,54.48865732375586,-10,-8.977314647511719 +32330,84243,1301,2010,PA,Gov-G,2010_Gov-G_PA,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-09-15,2010-11-02,48,600,Dan Onorato,11326,DEM,37,45.51134267624414,Thomas W. Corbett,11327,REP,38,54.48865732375586,-1,-8.977314647511719 +32345,84242,1301,2010,PA,Gov-G,2010_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-18,2010-11-02,45,1000,Dan Onorato,11326,DEM,39,45.51134267624414,Thomas W. Corbett,11327,REP,49,54.48865732375586,-10,-8.977314647511719 +32350,84241,1301,2010,PA,Gov-G,2010_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-17,2010-11-02,46,684,Dan Onorato,11326,DEM,39,45.51134267624414,Thomas W. Corbett,11327,REP,54,54.48865732375586,-15,-8.977314647511719 +32395,84238,1301,2010,PA,Gov-G,2010_Gov-G_PA,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2010-09-21,2010-11-02,42,1430,Dan Onorato,11326,DEM,38.1,45.51134267624414,Thomas W. Corbett,11327,REP,50.1,54.48865732375586,-12,-8.977314647511719 +32363,84239,1301,2010,PA,Gov-G,2010_Gov-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-19,2010-11-02,44,741,Dan Onorato,11326,DEM,44,45.51134267624414,Thomas W. Corbett,11327,REP,52,54.48865732375586,-8,-8.977314647511719 +32381,84237,1301,2010,PA,Gov-G,2010_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-09-20,2010-11-02,43,445,Dan Onorato,11326,DEM,37,45.51134267624414,Thomas W. Corbett,11327,REP,46,54.48865732375586,-9,-8.977314647511719 +32411,143640,1301,2010,PA,Gov-G,2010_Gov-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,800,Dan Onorato,11326,DEM,40,45.51134267624414,Thomas W. Corbett,11327,REP,46,54.48865732375586,-6,-8.977314647511719 +32412,84236,1301,2010,PA,Gov-G,2010_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2010-09-23,2010-11-02,40,436,Dan Onorato,11326,DEM,32,45.51134267624414,Thomas W. Corbett,11327,REP,36,54.48865732375586,-4,-8.977314647511719 +32408,84234,1301,2010,PA,Gov-G,2010_Gov-G_PA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-09-26,2010-11-02,37,500,Dan Onorato,11326,DEM,40,45.51134267624414,Thomas W. Corbett,11327,REP,47,54.48865732375586,-7,-8.977314647511719 +73089,143638,1301,2010,PA,Gov-G,2010_Gov-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-27,2010-11-02,36,468,Dan Onorato,11326,DEM,41,45.51134267624414,Thomas W. Corbett,11327,REP,53,54.48865732375586,-12,-8.977314647511719 +32445,84233,1301,2010,PA,Gov-G,2010_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-29,2010-11-02,34,750,Dan Onorato,11326,DEM,41,45.51134267624414,Thomas W. Corbett,11327,REP,53,54.48865732375586,-12,-8.977314647511719 +32467,84232,1301,2010,PA,Gov-G,2010_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-01,2010-11-02,32,577,Dan Onorato,11326,DEM,36,45.51134267624414,Thomas W. Corbett,11327,REP,47,54.48865732375586,-11,-8.977314647511719 +32870,137987,1301,2010,PA,Gov-G,2010_Gov-G_PA,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-07,2010-11-02,26,2236,Dan Onorato,11326,DEM,37.9,45.51134267624414,Thomas W. Corbett,11327,REP,44.8,54.48865732375586,-6.899999999999999,-8.977314647511719 +53229,84231,1301,2010,PA,Gov-G,2010_Gov-G_PA,Magellan Strategies,179,FALSE,FALSE,NA,REP,2010-10-10,2010-11-02,23,1766,Dan Onorato,11326,DEM,38,45.51134267624414,Thomas W. Corbett,11327,REP,48,54.48865732375586,-10,-8.977314647511719 +32550,84230,1301,2010,PA,Gov-G,2010_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-12,2010-11-02,21,750,Dan Onorato,11326,DEM,40,45.51134267624414,Thomas W. Corbett,11327,REP,54,54.48865732375586,-14,-8.977314647511719 +32623,84229,1301,2010,PA,Gov-G,2010_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-15,2010-11-02,18,1046,Dan Onorato,11326,DEM,44,45.51134267624414,Thomas W. Corbett,11327,REP,49,54.48865732375586,-5,-8.977314647511719 +32585,84228,1301,2010,PA,Gov-G,2010_Gov-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-17,2010-11-02,16,718,Dan Onorato,11326,DEM,46,45.51134267624414,Thomas W. Corbett,11327,REP,48,54.48865732375586,-2,-8.977314647511719 +32607,84227,1301,2010,PA,Gov-G,2010_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,403,Dan Onorato,11326,DEM,40,45.51134267624414,Thomas W. Corbett,11327,REP,47,54.48865732375586,-7,-8.977314647511719 +32632,137975,1301,2010,PA,Gov-G,2010_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,666,Dan Onorato,11326,DEM,45,45.51134267624414,Thomas W. Corbett,11327,REP,50,54.48865732375586,-5,-8.977314647511719 +32655,84223,1301,2010,PA,Gov-G,2010_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-22,2010-11-02,11,445,Dan Onorato,11326,DEM,37,45.51134267624414,Thomas W. Corbett,11327,REP,46,54.48865732375586,-9,-8.977314647511719 +32672,84219,1301,2010,PA,Gov-G,2010_Gov-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-23,2010-11-02,10,400,Dan Onorato,11326,DEM,43,45.51134267624414,Thomas W. Corbett,11327,REP,49,54.48865732375586,-6,-8.977314647511719 +32685,84222,1301,2010,PA,Gov-G,2010_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,489,Dan Onorato,11326,DEM,35,45.51134267624414,Thomas W. Corbett,11327,REP,51,54.48865732375586,-16,-8.977314647511719 +32696,84215,1301,2010,PA,Gov-G,2010_Gov-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,823,Dan Onorato,11326,DEM,45,45.51134267624414,Thomas W. Corbett,11327,REP,52,54.48865732375586,-7,-8.977314647511719 +32709,84212,1301,2010,PA,Gov-G,2010_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,460,Dan Onorato,11326,DEM,37,45.51134267624414,Thomas W. Corbett,11327,REP,52,54.48865732375586,-15,-8.977314647511719 +32783,84213,1301,2010,PA,Gov-G,2010_Gov-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-26,2010-11-02,7,800,Dan Onorato,11326,DEM,41,45.51134267624414,Thomas W. Corbett,11327,REP,48,54.48865732375586,-7,-8.977314647511719 +32740,137968,1301,2010,PA,Gov-G,2010_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,666,Dan Onorato,11326,DEM,43,45.51134267624414,Thomas W. Corbett,11327,REP,52,54.48865732375586,-9,-8.977314647511719 +32752,84207,1301,2010,PA,Gov-G,2010_Gov-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,461,Dan Onorato,11326,DEM,44,45.51134267624414,Thomas W. Corbett,11327,REP,51,54.48865732375586,-7,-8.977314647511719 +32731,84209,1301,2010,PA,Gov-G,2010_Gov-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,779,Dan Onorato,11326,DEM,41,45.51134267624414,Thomas W. Corbett,11327,REP,50,54.48865732375586,-9,-8.977314647511719 +32828,84205,1301,2010,PA,Gov-G,2010_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,1244,Dan Onorato,11326,DEM,42,45.51134267624414,Thomas W. Corbett,11327,REP,52,54.48865732375586,-10,-8.977314647511719 +32834,84203,1301,2010,PA,Gov-G,2010_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-30,2010-11-02,3,474,Dan Onorato,11326,DEM,42,45.51134267624414,Thomas W. Corbett,11327,REP,49,54.48865732375586,-7,-8.977314647511719 +32800,84200,1301,2010,PA,Gov-G,2010_Gov-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,772,Dan Onorato,11326,DEM,45,45.51134267624414,Thomas W. Corbett,11327,REP,52,54.48865732375586,-7,-8.977314647511719 +32822,84201,1301,2010,PA,Gov-G,2010_Gov-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,570,Dan Onorato,11326,DEM,40,45.51134267624414,Thomas W. Corbett,11327,REP,51,54.48865732375586,-11,-8.977314647511719 +53252,84281,1302,2010,RI,Gov-G,2010_Gov-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-16,2010-11-02,47,500,Frank T. Caprio,11328,DEM,30,23.04946098337667,John F. Robitaille,11329,REP,23,33.57124076075842,7,-10.521779777381752 +52077,143647,1302,2010,RI,Gov-G,2010_Gov-G_RI,Quest Research Group,285,FALSE,TRUE,NA,NA,2010-09-16,2010-11-02,47,495,Frank T. Caprio,11328,DEM,36,23.04946098337667,John F. Robitaille,11329,REP,13,33.57124076075842,23,-10.521779777381752 +52075,84279,1302,2010,RI,Gov-G,2010_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,2010-09-24,2010-11-02,39,500,Frank T. Caprio,11328,DEM,32.8,23.04946098337667,John F. Robitaille,11329,REP,18.6,33.57124076075842,14.199999999999996,-10.521779777381752 +52074,84278,1302,2010,RI,Gov-G,2010_Gov-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2010-09-28,2010-11-02,35,565,Frank T. Caprio,11328,DEM,29.6,23.04946098337667,John F. Robitaille,11329,REP,14.3,33.57124076075842,15.3,-10.521779777381752 +53251,84277,1302,2010,RI,Gov-G,2010_Gov-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-04,2010-11-02,29,750,Frank T. Caprio,11328,DEM,30,23.04946098337667,John F. Robitaille,11329,REP,22,33.57124076075842,8,-10.521779777381752 +52073,84276,1302,2010,RI,Gov-G,2010_Gov-G_RI,Quest Research Group,285,FALSE,TRUE,NA,NA,2010-10-05,2010-11-02,28,492,Frank T. Caprio,11328,DEM,37,23.04946098337667,John F. Robitaille,11329,REP,22,33.57124076075842,15,-10.521779777381752 +53250,84275,1302,2010,RI,Gov-G,2010_Gov-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,750,Frank T. Caprio,11328,DEM,28,23.04946098337667,John F. Robitaille,11329,REP,25,33.57124076075842,3,-10.521779777381752 +52071,84274,1302,2010,RI,Gov-G,2010_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,500,Frank T. Caprio,11328,DEM,26.2,23.04946098337667,John F. Robitaille,11329,REP,25.5,33.57124076075842,0.6999999999999993,-10.521779777381752 +52070,84273,1302,2010,RI,Gov-G,2010_Gov-G_RI,Quest Research Group,285,FALSE,TRUE,Live Phone,NA,2010-10-25,2010-11-02,8,523,Frank T. Caprio,11328,DEM,25,23.04946098337667,John F. Robitaille,11329,REP,28,33.57124076075842,-3,-10.521779777381752 +32388,84298,1303,2010,SC,Gov-G,2010_Gov-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-22,2010-11-02,41,500,Vincent A. Sheheen,11331,DEM,33,46.90782161556557,Nikki Haley,11332,REP,50,51.37078019756019,-17,-4.46295858199462 +53265,84297,1303,2010,SC,Gov-G,2010_Gov-G_SC,EMC Research,130,FALSE,FALSE,NA,DEM,2010-09-26,2010-11-02,37,500,Vincent A. Sheheen,11331,DEM,41,46.90782161556557,Nikki Haley,11332,REP,51,51.37078019756019,-10,-4.46295858199462 +32437,84296,1303,2010,SC,Gov-G,2010_Gov-G_SC,Crantford Research,62,FALSE,FALSE,IVR,NA,2010-09-30,2010-11-02,33,634,Vincent A. Sheheen,11331,DEM,41,46.90782161556557,Nikki Haley,11332,REP,45,51.37078019756019,-4,-4.46295858199462 +53264,84295,1303,2010,SC,Gov-G,2010_Gov-G_SC,EMC Research,130,FALSE,FALSE,NA,DEM,2010-10-03,2010-11-02,30,500,Vincent A. Sheheen,11331,DEM,44,46.90782161556557,Nikki Haley,11332,REP,49,51.37078019756019,-5,-4.46295858199462 +32533,84294,1303,2010,SC,Gov-G,2010_Gov-G_SC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2010-10-07,2010-11-02,26,741,Vincent A. Sheheen,11331,DEM,37,46.90782161556557,Nikki Haley,11332,REP,46,51.37078019756019,-9,-4.46295858199462 +53263,84293,1303,2010,SC,Gov-G,2010_Gov-G_SC,Crantford Research,62,FALSE,FALSE,IVR,NA,2010-10-18,2010-11-02,15,653,Vincent A. Sheheen,11331,DEM,41,46.90782161556557,Nikki Haley,11332,REP,43,51.37078019756019,-2,-4.46295858199462 +32654,84291,1303,2010,SC,Gov-G,2010_Gov-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-19,2010-11-02,14,500,Vincent A. Sheheen,11331,DEM,38,46.90782161556557,Nikki Haley,11332,REP,47,51.37078019756019,-9,-4.46295858199462 +53262,84292,1303,2010,SC,Gov-G,2010_Gov-G_SC,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,878,Vincent A. Sheheen,11331,DEM,37,46.90782161556557,Nikki Haley,11332,REP,51,51.37078019756019,-14,-4.46295858199462 +73533,137974,1303,2010,SC,Gov-G,2010_Gov-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-22,2010-11-02,11,500,Vincent A. Sheheen,11331,DEM,39,46.90782161556557,Nikki Haley,11332,REP,49,51.37078019756019,-10,-4.46295858199462 +53286,84332,1304,2010,SD,Gov-G,2010_Gov-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-08,2010-11-02,55,500,Scott N. Heidepriem,11333,DEM,28,38.48739919831716,Dennis M. Daugaard,11334,REP,57,61.51260080168284,-29,-23.025201603365673 +52089,84307,1304,2010,SD,Gov-G,2010_Gov-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-04,2010-11-02,29,500,Scott N. Heidepriem,11333,DEM,33,38.48739919831716,Dennis M. Daugaard,11334,REP,57,61.51260080168284,-24,-23.025201603365673 +52087,84306,1304,2010,SD,Gov-G,2010_Gov-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-20,2010-11-02,13,500,Scott N. Heidepriem,11333,DEM,36,38.48739919831716,Dennis M. Daugaard,11334,REP,55,61.51260080168284,-19,-23.025201603365673 +52086,84305,1304,2010,SD,Gov-G,2010_Gov-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,800,Scott N. Heidepriem,11333,DEM,35,38.48739919831716,Dennis M. Daugaard,11334,REP,54,61.51260080168284,-19,-23.025201603365673 +52085,84304,1304,2010,SD,Gov-G,2010_Gov-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,679,Scott N. Heidepriem,11333,DEM,40,38.48739919831716,Dennis M. Daugaard,11334,REP,43,61.51260080168284,-3,-23.025201603365673 +53290,84342,1305,2010,TN,Gov-G,2010_Gov-G_TN,CJ&N,63,FALSE,TRUE,NA,NA,2010-09-20,2010-11-02,43,600,Mike McWherter,11336,DEM,24,33.083658383227736,William Edward Haslam,11337,REP,55,65.03360184421457,-31,-31.949943460986837 +53289,84341,1305,2010,TN,Gov-G,2010_Gov-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-07,2010-11-02,26,500,Mike McWherter,11336,DEM,31,33.083658383227736,William Edward Haslam,11337,REP,59,65.03360184421457,-28,-31.949943460986837 +53288,84340,1305,2010,TN,Gov-G,2010_Gov-G_TN,CJ&N,63,FALSE,TRUE,Live Phone,NA,2010-10-26,2010-11-02,7,600,Mike McWherter,11336,DEM,27.8,33.083658383227736,William Edward Haslam,11337,REP,56.5,65.03360184421457,-28.7,-31.949943460986837 +53305,84357,1306,2010,TX,Gov-G,2010_Gov-G_TX,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-04,2010-11-02,59,538,Bill White,11339,DEM,42,42.298192523097995,Rick Perry,11340,REP,48,54.970932976162025,-6,-12.67274045306403 +53304,84356,1306,2010,TX,Gov-G,2010_Gov-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-09-05,2010-11-02,58,800,Bill White,11339,DEM,33,42.298192523097995,Rick Perry,11340,REP,39,54.970932976162025,-6,-12.67274045306403 +53302,84354,1306,2010,TX,Gov-G,2010_Gov-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-22,2010-11-02,41,500,Bill White,11339,DEM,42,42.298192523097995,Rick Perry,11340,REP,48,54.970932976162025,-6,-12.67274045306403 +53303,84355,1306,2010,TX,Gov-G,2010_Gov-G_TX,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2010-09-19,2010-11-02,44,692,Bill White,11339,DEM,39,42.298192523097995,Rick Perry,11340,REP,46,54.970932976162025,-7,-12.67274045306403 +53301,84353,1306,2010,TX,Gov-G,2010_Gov-G_TX,Texas Lyceum,431,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,416,Bill White,11339,DEM,43,42.298192523097995,Rick Perry,11340,REP,48,54.970932976162025,-5,-12.67274045306403 +53300,84352,1306,2010,TX,Gov-G,2010_Gov-G_TX,Public Strategies Inc.,264,FALSE,TRUE,NA,NA,2010-09-29,2010-11-02,34,704,Bill White,11339,DEM,36,42.298192523097995,Rick Perry,11340,REP,50,54.970932976162025,-14,-12.67274045306403 +53299,84351,1306,2010,TX,Gov-G,2010_Gov-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-06,2010-11-02,27,750,Bill White,11339,DEM,42,42.298192523097995,Rick Perry,11340,REP,53,54.970932976162025,-11,-12.67274045306403 +63917,117665,1306,2010,TX,Gov-G,2010_Gov-G_TX,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-12,2010-11-02,21,1510,Bill White,11339,DEM,35.5,42.298192523097995,Rick Perry,11340,REP,49.8,54.970932976162025,-14.299999999999997,-12.67274045306403 +53298,84350,1306,2010,TX,Gov-G,2010_Gov-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,750,Bill White,11339,DEM,42,42.298192523097995,Rick Perry,11340,REP,51,54.970932976162025,-9,-12.67274045306403 +53297,84349,1306,2010,TX,Gov-G,2010_Gov-G_TX,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2010-10-24,2010-11-02,9,673,Bill White,11339,DEM,37,42.298192523097995,Rick Perry,11340,REP,49,54.970932976162025,-12,-12.67274045306403 +53296,84348,1306,2010,TX,Gov-G,2010_Gov-G_TX,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-27,2010-11-02,6,568,Bill White,11339,DEM,44,42.298192523097995,Rick Perry,11340,REP,53,54.970932976162025,-9,-12.67274045306403 +32332,84378,1307,2010,UT,Gov-G,2010_Gov-GS_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2010-09-10,2010-11-02,53,600,Peter Corroon,11342,DEM,31,31.90482926503209,Gary Richard Herbert,11343,REP,52,64.06754473369635,-21,-32.16271546866426 +53321,84376,1307,2010,UT,Gov-G,2010_Gov-GS_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-13,2010-11-02,20,500,Peter Corroon,11342,DEM,29,31.90482926503209,Gary Richard Herbert,11343,REP,66,64.06754473369635,-37,-32.16271546866426 +32573,84375,1307,2010,UT,Gov-G,2010_Gov-GS_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,600,Peter Corroon,11342,DEM,33,31.90482926503209,Gary Richard Herbert,11343,REP,58,64.06754473369635,-25,-32.16271546866426 +32750,84374,1307,2010,UT,Gov-G,2010_Gov-GS_UT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,625,Peter Corroon,11342,DEM,32,31.90482926503209,Gary Richard Herbert,11343,REP,59,64.06754473369635,-27,-32.16271546866426 +32774,84373,1307,2010,UT,Gov-G,2010_Gov-GS_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,1206,Peter Corroon,11342,DEM,29,31.90482926503209,Gary Richard Herbert,11343,REP,63,64.06754473369635,-34,-32.16271546866426 +32303,84388,1308,2010,VT,Gov-G,2010_Gov-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,500,Peter Elliott Shumlin,11344,DEM,49,49.47869456344033,Brian Dubie,11345,REP,46,47.686099211522944,3,1.7925953519173845 +32559,84387,1308,2010,VT,Gov-G,2010_Gov-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-12,2010-11-02,21,625,Peter Elliott Shumlin,11344,DEM,43,49.47869456344033,Brian Dubie,11345,REP,44,47.686099211522944,-1,1.7925953519173845 +53327,84386,1308,2010,VT,Gov-G,2010_Gov-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,750,Peter Elliott Shumlin,11344,DEM,50,49.47869456344033,Brian Dubie,11345,REP,45,47.686099211522944,5,1.7925953519173845 +32323,84412,1309,2010,WI,Gov-G,2010_Gov-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-15,2010-11-02,48,750,Thomas M. Barrett,11346,DEM,43,46.47760677368717,Scott Walker,11347,REP,51,52.24566278174333,-8,-5.768056008056156 +79833,159910,1309,2010,WI,Gov-G,2010_Gov-G_WI,Mellman Group,205,FALSE,FALSE,NA,DEM,2010-09-15,2010-11-02,48,600,Thomas M. Barrett,11346,DEM,42,46.47760677368717,Scott Walker,11347,REP,45,52.24566278174333,-3,-5.768056008056156 +32367,84411,1309,2010,WI,Gov-G,2010_Gov-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-18,2010-11-02,45,665,Thomas M. Barrett,11346,DEM,41,46.47760677368717,Scott Walker,11347,REP,50,52.24566278174333,-9,-5.768056008056156 +32365,84409,1309,2010,WI,Gov-G,2010_Gov-G_WI,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-19,2010-11-02,44,963,Thomas M. Barrett,11346,DEM,42,46.47760677368717,Scott Walker,11347,REP,53,52.24566278174333,-11,-5.768056008056156 +32400,84408,1309,2010,WI,Gov-G,2010_Gov-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,Thomas M. Barrett,11346,DEM,45,46.47760677368717,Scott Walker,11347,REP,49,52.24566278174333,-4,-5.768056008056156 +32443,84406,1309,2010,WI,Gov-G,2010_Gov-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-27,2010-11-02,36,503,Thomas M. Barrett,11346,DEM,43,46.47760677368717,Scott Walker,11347,REP,51,52.24566278174333,-8,-5.768056008056156 +32436,84405,1309,2010,WI,Gov-G,2010_Gov-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-29,2010-11-02,34,750,Thomas M. Barrett,11346,DEM,44,46.47760677368717,Scott Walker,11347,REP,50,52.24566278174333,-6,-5.768056008056156 +32502,84404,1309,2010,WI,Gov-G,2010_Gov-G_WI,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,2010-10-01,2010-11-02,32,400,Thomas M. Barrett,11346,DEM,37,46.47760677368717,Scott Walker,11347,REP,44,52.24566278174333,-7,-5.768056008056156 +79832,159912,1309,2010,WI,Gov-G,2010_Gov-G_WI,Wood Communications Group,388,FALSE,TRUE,NA,NA,2010-10-01,2010-11-02,32,400,Thomas M. Barrett,11346,DEM,37,46.47760677368717,Scott Walker,11347,REP,44,52.24566278174333,-7,-5.768056008056156 +32871,137989,1309,2010,WI,Gov-G,2010_Gov-G_WI,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,1978,Thomas M. Barrett,11346,DEM,38.8,46.47760677368717,Scott Walker,11347,REP,48.2,52.24566278174333,-9.400000000000006,-5.768056008056156 +32508,137988,1309,2010,WI,Gov-G,2010_Gov-G_WI,FM3 Research,91,FALSE,FALSE,NA,DEM,2010-10-05,2010-11-02,28,600,Thomas M. Barrett,11346,DEM,47,46.47760677368717,Scott Walker,11347,REP,47,52.24566278174333,0,-5.768056008056156 +32509,84402,1309,2010,WI,Gov-G,2010_Gov-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-11,2010-11-02,22,750,Thomas M. Barrett,11346,DEM,42,46.47760677368717,Scott Walker,11347,REP,51,52.24566278174333,-9,-5.768056008056156 +32524,84403,1309,2010,WI,Gov-G,2010_Gov-G_WI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-10,2010-11-02,23,451,Thomas M. Barrett,11346,DEM,42,46.47760677368717,Scott Walker,11347,REP,52,52.24566278174333,-10,-5.768056008056156 +32540,84400,1309,2010,WI,Gov-G,2010_Gov-G_WI,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-10,2010-11-02,23,931,Thomas M. Barrett,11346,DEM,44,46.47760677368717,Scott Walker,11347,REP,52,52.24566278174333,-8,-5.768056008056156 +32592,84399,1309,2010,WI,Gov-G,2010_Gov-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2010-10-14,2010-11-02,19,402,Thomas M. Barrett,11346,DEM,41,46.47760677368717,Scott Walker,11347,REP,50,52.24566278174333,-9,-5.768056008056156 +53333,84398,1309,2010,WI,Gov-G,2010_Gov-G_WI,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2010-10-19,2010-11-02,14,600,Thomas M. Barrett,11346,DEM,45,46.47760677368717,Scott Walker,11347,REP,47,52.24566278174333,-2,-5.768056008056156 +32658,84397,1309,2010,WI,Gov-G,2010_Gov-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-25,2010-11-02,8,750,Thomas M. Barrett,11346,DEM,42,46.47760677368717,Scott Walker,11347,REP,52,52.24566278174333,-10,-5.768056008056156 +32715,137970,1309,2010,WI,Gov-G,2010_Gov-G_WI,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,REP,2010-10-26,2010-11-02,7,400,Thomas M. Barrett,11346,DEM,36,46.47760677368717,Scott Walker,11347,REP,44,52.24566278174333,-8,-5.768056008056156 +32838,84393,1309,2010,WI,Gov-G,2010_Gov-G_WI,Forward Strategies,102,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,700,Thomas M. Barrett,11346,DEM,44,46.47760677368717,Scott Walker,11347,REP,48,52.24566278174333,-4,-5.768056008056156 +32738,84394,1309,2010,WI,Gov-G,2010_Gov-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-27,2010-11-02,6,1372,Thomas M. Barrett,11346,DEM,44,46.47760677368717,Scott Walker,11347,REP,53,52.24566278174333,-9,-5.768056008056156 +32758,84395,1309,2010,WI,Gov-G,2010_Gov-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,491,Thomas M. Barrett,11346,DEM,44,46.47760677368717,Scott Walker,11347,REP,51,52.24566278174333,-7,-5.768056008056156 +32795,84391,1309,2010,WI,Gov-G,2010_Gov-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,842,Thomas M. Barrett,11346,DEM,43,46.47760677368717,Scott Walker,11347,REP,53,52.24566278174333,-10,-5.768056008056156 +52185,84428,1310,2010,WY,Gov-G,2010_Gov-G_WY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-30,2010-11-02,33,500,Leslie Petersen,11348,DEM,25,22.94349554023867,Matt Hansen Mead,11349,REP,61,65.67867432864807,-36,-42.7351787884094 +42526,143723,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-09-09,2009-11-03,55,500,Jon Stevens Corzine,13756,DEM,38,44.87924168332175,Chris Christie,13757,REP,46,48.457018324170974,-8,-3.5777766408492226 +75341,143691,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,GQR,126,TRUE,FALSE,Live Phone,NA,2009-09-08,2009-11-03,56,615,Jon Stevens Corzine,13756,DEM,38,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,-3,-3.5777766408492226 +42428,143698,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2009-09-09,2009-11-03,55,531,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,47,48.457018324170974,-8,-3.5777766408492226 +44226,143705,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-09-13,2009-11-03,51,500,Jon Stevens Corzine,13756,DEM,35,44.87924168332175,Chris Christie,13757,REP,44,48.457018324170974,-9,-3.5777766408492226 +42306,143703,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Neighborhood Research and Media,227,FALSE,FALSE,Live Phone,NA,2009-09-16,2009-11-03,48,347,Jon Stevens Corzine,13756,DEM,33,44.87924168332175,Chris Christie,13757,REP,37,48.457018324170974,-4,-3.5777766408492226 +42550,143722,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-09-21,2009-11-03,43,500,Jon Stevens Corzine,13756,DEM,41,44.87924168332175,Chris Christie,13757,REP,48,48.457018324170974,-7,-3.5777766408492226 +75340,143690,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,GQR,126,TRUE,FALSE,Live Phone,NA,2009-09-22,2009-11-03,42,601,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,40,48.457018324170974,-1,-3.5777766408492226 +42495,143716,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2009-09-25,2009-11-03,39,1188,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,43,48.457018324170974,-4,-3.5777766408492226 +42446,143696,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2009-09-26,2009-11-03,38,527,Jon Stevens Corzine,13756,DEM,40,44.87924168332175,Chris Christie,13757,REP,43,48.457018324170974,-3,-3.5777766408492226 +42505,138011,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-10-05,2009-11-03,29,750,Jon Stevens Corzine,13756,DEM,44,44.87924168332175,Chris Christie,13757,REP,47,48.457018324170974,-3,-3.5777766408492226 +73550,138010,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,PSB Research,250,FALSE,FALSE,NA,NA,2009-10-02,2009-11-03,32,671,Jon Stevens Corzine,13756,DEM,38,44.87924168332175,Chris Christie,13757,REP,43,48.457018324170974,-5,-3.5777766408492226 +42519,138009,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2009-10-02,2009-11-03,32,667,Jon Stevens Corzine,13756,DEM,44,44.87924168332175,Chris Christie,13757,REP,43,48.457018324170974,1,-3.5777766408492226 +42484,138006,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,GQR,126,TRUE,FALSE,Live Phone,DEM,2009-10-06,2009-11-03,28,614,Jon Stevens Corzine,13756,DEM,41,44.87924168332175,Chris Christie,13757,REP,38,48.457018324170974,3,-3.5777766408492226 +73548,138007,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2009-10-06,2009-11-03,28,639,Jon Stevens Corzine,13756,DEM,40,44.87924168332175,Chris Christie,13757,REP,43,48.457018324170974,-3,-3.5777766408492226 +42574,138005,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Neighborhood Research and Media,227,FALSE,FALSE,Live Phone,NA,2009-10-07,2009-11-03,27,300,Jon Stevens Corzine,13756,DEM,35,44.87924168332175,Chris Christie,13757,REP,36,48.457018324170974,-1,-3.5777766408492226 +44249,138001,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-10-11,2009-11-03,23,571,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,40,48.457018324170974,-1,-3.5777766408492226 +42294,138002,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2009-10-09,2009-11-03,25,1264,Jon Stevens Corzine,13756,DEM,40,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,-1,-3.5777766408492226 +42447,117382,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-10-14,2009-11-03,20,750,Jon Stevens Corzine,13756,DEM,41,44.87924168332175,Chris Christie,13757,REP,45,48.457018324170974,-4,-3.5777766408492226 +63785,117438,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2009-10-13,2009-11-03,21,611,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,40,48.457018324170974,-1,-3.5777766408492226 +42503,137999,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2009-10-11,2009-11-03,23,475,Jon Stevens Corzine,13756,DEM,40,44.87924168332175,Chris Christie,13757,REP,39,48.457018324170974,1,-3.5777766408492226 +42579,117712,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2009-10-17,2009-11-03,17,1005,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,39,48.457018324170974,0,-3.5777766408492226 +42483,117385,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-10-19,2009-11-03,15,750,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,-2,-3.5777766408492226 +63983,117749,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2009-10-17,2009-11-03,17,583,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,36,48.457018324170974,3,-3.5777766408492226 +63786,117439,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2009-10-20,2009-11-03,14,674,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,-2,-3.5777766408492226 +42512,117682,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,GQR,126,TRUE,FALSE,Live Phone,DEM,2009-10-21,2009-11-03,13,604,Jon Stevens Corzine,13756,DEM,42,44.87924168332175,Chris Christie,13757,REP,39,48.457018324170974,3,-3.5777766408492226 +42454,117755,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2009-10-24,2009-11-03,10,400,Jon Stevens Corzine,13756,DEM,42,44.87924168332175,Chris Christie,13757,REP,33,48.457018324170974,9,-3.5777766408492226 +42499,117386,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-10-26,2009-11-03,8,1000,Jon Stevens Corzine,13756,DEM,43,44.87924168332175,Chris Christie,13757,REP,46,48.457018324170974,-3,-3.5777766408492226 +44247,117719,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-10-25,2009-11-03,9,630,Jon Stevens Corzine,13756,DEM,38,44.87924168332175,Chris Christie,13757,REP,42,48.457018324170974,-4,-3.5777766408492226 +63966,117729,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2009-10-23,2009-11-03,11,1267,Jon Stevens Corzine,13756,DEM,43,44.87924168332175,Chris Christie,13757,REP,38,48.457018324170974,5,-3.5777766408492226 +42286,117683,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,GQR,126,TRUE,FALSE,Live Phone,DEM,2009-10-27,2009-11-03,7,604,Jon Stevens Corzine,13756,DEM,43,44.87924168332175,Chris Christie,13757,REP,38,48.457018324170974,5,-3.5777766408492226 +63787,117440,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2009-10-27,2009-11-03,7,640,Jon Stevens Corzine,13756,DEM,43,44.87924168332175,Chris Christie,13757,REP,43,48.457018324170974,0,-3.5777766408492226 +42504,137996,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2009-10-25,2009-11-03,9,694,Jon Stevens Corzine,13756,DEM,39,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,-2,-3.5777766408492226 +42478,117387,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-10-29,2009-11-03,5,1000,Jon Stevens Corzine,13756,DEM,43,44.87924168332175,Chris Christie,13757,REP,46,48.457018324170974,-3,-3.5777766408492226 +42580,117715,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Neighborhood Research and Media,227,FALSE,FALSE,Live Phone,REP,2009-10-28,2009-11-03,6,341,Jon Stevens Corzine,13756,DEM,35,44.87924168332175,Chris Christie,13757,REP,42,48.457018324170974,-7,-3.5777766408492226 +63907,117651,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2009-10-28,2009-11-03,6,1093,Jon Stevens Corzine,13756,DEM,40,44.87924168332175,Chris Christie,13757,REP,39,48.457018324170974,1,-3.5777766408492226 +42543,117713,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2009-10-29,2009-11-03,5,1041,Jon Stevens Corzine,13756,DEM,42,44.87924168332175,Chris Christie,13757,REP,43,48.457018324170974,-1,-3.5777766408492226 +63900,117644,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2009-10-29,2009-11-03,5,780,Jon Stevens Corzine,13756,DEM,43,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,2,-3.5777766408492226 +73540,137993,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2009-10-27,2009-11-03,7,1119,Jon Stevens Corzine,13756,DEM,43,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,2,-3.5777766408492226 +42433,117714,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2009-10-31,2009-11-03,3,722,Jon Stevens Corzine,13756,DEM,43,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,2,-3.5777766408492226 +44245,117720,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-10-31,2009-11-03,3,994,Jon Stevens Corzine,13756,DEM,41,44.87924168332175,Chris Christie,13757,REP,47,48.457018324170974,-6,-3.5777766408492226 +63788,117441,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2009-10-31,2009-11-03,3,582,Jon Stevens Corzine,13756,DEM,42,44.87924168332175,Chris Christie,13757,REP,45,48.457018324170974,-3,-3.5777766408492226 +42290,137995,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,GQR,126,TRUE,FALSE,Live Phone,DEM,2009-10-31,2009-11-03,3,606,Jon Stevens Corzine,13756,DEM,47,44.87924168332175,Chris Christie,13757,REP,41,48.457018324170974,6,-3.5777766408492226 +63967,117730,1311,2009,NJ,Gov-G,2009_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2009-10-29,2009-11-03,5,1533,Jon Stevens Corzine,13756,DEM,40,44.87924168332175,Chris Christie,13757,REP,42,48.457018324170974,-2,-3.5777766408492226 +75339,143685,1312,2009,VA,Gov-G,2009_Gov-G_VA,Clarus Research Group,53,FALSE,FALSE,Live Phone,NA,2009-09-12,2009-11-03,52,600,R. Creigh Deeds,13761,DEM,37,41.254786275573615,Robert Francis McDonnell,13760,REP,42,58.61917492442458,-5,-17.364388648850962 +75351,143728,1312,2009,VA,Gov-G,2009_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-09-16,2009-11-03,48,500,R. Creigh Deeds,13761,DEM,46,41.254786275573615,Robert Francis McDonnell,13760,REP,48,58.61917492442458,-2,-17.364388648850962 +75335,143680,1312,2009,VA,Gov-G,2009_Gov-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2009-09-16,2009-11-03,48,1003,R. Creigh Deeds,13761,DEM,47,41.254786275573615,Robert Francis McDonnell,13760,REP,51,58.61917492442458,-4,-17.364388648850962 +75344,143694,1312,2009,VA,Gov-G,2009_Gov-G_VA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2009-09-23,2009-11-03,41,602,R. Creigh Deeds,13761,DEM,44.2,41.254786275573615,Robert Francis McDonnell,13760,REP,47.9,58.61917492442458,-3.6999999999999957,-17.364388648850962 +75345,143708,1312,2009,VA,Gov-G,2009_Gov-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-09-27,2009-11-03,37,576,R. Creigh Deeds,13761,DEM,43,41.254786275573615,Robert Francis McDonnell,13760,REP,48,58.61917492442458,-5,-17.364388648850962 +75350,143727,1312,2009,VA,Gov-G,2009_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-09-29,2009-11-03,35,500,R. Creigh Deeds,13761,DEM,42,41.254786275573615,Robert Francis McDonnell,13760,REP,51,58.61917492442458,-9,-17.364388648850962 +75355,143736,1312,2009,VA,Gov-G,2009_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2009-09-28,2009-11-03,36,631,R. Creigh Deeds,13761,DEM,41,41.254786275573615,Robert Francis McDonnell,13760,REP,55,58.61917492442458,-14,-17.364388648850962 +73551,138012,1312,2009,VA,Gov-G,2009_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2009-10-03,2009-11-03,31,608,R. Creigh Deeds,13761,DEM,43,41.254786275573615,Robert Francis McDonnell,13760,REP,54,58.61917492442458,-11,-17.364388648850962 +73549,138008,1312,2009,VA,Gov-G,2009_Gov-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2009-10-06,2009-11-03,28,1001,R. Creigh Deeds,13761,DEM,44,41.254786275573615,Robert Francis McDonnell,13760,REP,53,58.61917492442458,-9,-17.364388648850962 +73546,138004,1312,2009,VA,Gov-G,2009_Gov-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2009-10-07,2009-11-03,27,625,R. Creigh Deeds,13761,DEM,40,41.254786275573615,Robert Francis McDonnell,13760,REP,48,58.61917492442458,-8,-17.364388648850962 +73545,138003,1312,2009,VA,Gov-G,2009_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-10-12,2009-11-03,22,1000,R. Creigh Deeds,13761,DEM,43,41.254786275573615,Robert Francis McDonnell,13760,REP,50,58.61917492442458,-7,-17.364388648850962 +73544,138000,1312,2009,VA,Gov-G,2009_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,NA,NA,2009-10-10,2009-11-03,24,506,R. Creigh Deeds,13761,DEM,30.9,41.254786275573615,Robert Francis McDonnell,13760,REP,44.7,58.61917492442458,-13.800000000000004,-17.364388648850962 +63919,117668,1312,2009,VA,Gov-G,2009_Gov-G_VA,Clarus Research Group,53,FALSE,FALSE,Live Phone,NA,2009-10-18,2009-11-03,16,575,R. Creigh Deeds,13761,DEM,41,41.254786275573615,Robert Francis McDonnell,13760,REP,49,58.61917492442458,-8,-17.364388648850962 +63789,117442,1312,2009,VA,Gov-G,2009_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2009-10-18,2009-11-03,16,595,R. Creigh Deeds,13761,DEM,40,41.254786275573615,Robert Francis McDonnell,13760,REP,59,58.61917492442458,-19,-17.364388648850962 +63958,117721,1312,2009,VA,Gov-G,2009_Gov-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-10-18,2009-11-03,16,666,R. Creigh Deeds,13761,DEM,40,41.254786275573615,Robert Francis McDonnell,13760,REP,52,58.61917492442458,-12,-17.364388648850962 +63911,117655,1312,2009,VA,Gov-G,2009_Gov-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2009-10-24,2009-11-03,10,1206,R. Creigh Deeds,13761,DEM,44,41.254786275573615,Robert Francis McDonnell,13760,REP,55,58.61917492442458,-11,-17.364388648850962 +63899,117643,1312,2009,VA,Gov-G,2009_Gov-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2009-10-23,2009-11-03,11,625,R. Creigh Deeds,13761,DEM,36,41.254786275573615,Robert Francis McDonnell,13760,REP,54,58.61917492442458,-18,-17.364388648850962 +63790,117443,1312,2009,VA,Gov-G,2009_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2009-10-25,2009-11-03,9,502,R. Creigh Deeds,13761,DEM,41,41.254786275573615,Robert Francis McDonnell,13760,REP,58,58.61917492442458,-17,-17.364388648850962 +63959,117722,1312,2009,VA,Gov-G,2009_Gov-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-10-25,2009-11-03,9,729,R. Creigh Deeds,13761,DEM,40,41.254786275573615,Robert Francis McDonnell,13760,REP,55,58.61917492442458,-15,-17.364388648850962 +63755,117389,1312,2009,VA,Gov-G,2009_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2009-10-27,2009-11-03,7,1000,R. Creigh Deeds,13761,DEM,41,41.254786275573615,Robert Francis McDonnell,13760,REP,54,58.61917492442458,-13,-17.364388648850962 +63978,117744,1312,2009,VA,Gov-G,2009_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2009-10-24,2009-11-03,10,569,R. Creigh Deeds,13761,DEM,39,41.254786275573615,Robert Francis McDonnell,13760,REP,55,58.61917492442458,-16,-17.364388648850962 +42559,117706,1312,2009,VA,Gov-G,2009_Gov-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2009-10-28,2009-11-03,6,625,R. Creigh Deeds,13761,DEM,41,41.254786275573615,Robert Francis McDonnell,13760,REP,53,58.61917492442458,-12,-17.364388648850962 +63901,117645,1312,2009,VA,Gov-G,2009_Gov-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2009-10-29,2009-11-03,5,742,R. Creigh Deeds,13761,DEM,40,41.254786275573615,Robert Francis McDonnell,13760,REP,53,58.61917492442458,-13,-17.364388648850962 +63791,117444,1312,2009,VA,Gov-G,2009_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2009-10-31,2009-11-03,3,502,R. Creigh Deeds,13761,DEM,40,41.254786275573615,Robert Francis McDonnell,13760,REP,58,58.61917492442458,-18,-17.364388648850962 +63960,117723,1312,2009,VA,Gov-G,2009_Gov-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-10-31,2009-11-03,3,1457,R. Creigh Deeds,13761,DEM,42,41.254786275573615,Robert Francis McDonnell,13760,REP,56,58.61917492442458,-14,-17.364388648850962 +17135,87546,1313,2008,DE,Gov-G,2008_Gov-G_DE,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,601,Jack Markell,12607,DEM,61,67.52487323002804,William S. Lee,12606,REP,27,32.04977682412121,34,35.475096405906825 +24160,87643,1313,2008,DE,Gov-G,2008_Gov-G_DE,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,703,Jack Markell,12607,DEM,64,67.52487323002804,William S. Lee,12606,REP,29,32.04977682412121,35,35.475096405906825 +16937,87531,1313,2008,DE,Gov-G,2008_Gov-G_DE,West Chester University,377,FALSE,TRUE,NA,NA,2008-10-07,2008-11-04,28,429,Jack Markell,12607,DEM,61.1,67.52487323002804,William S. Lee,12606,REP,29.8,32.04977682412121,31.3,35.475096405906825 +16913,87527,1313,2008,DE,Gov-G,2008_Gov-G_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-10,2008-11-04,25,500,Jack Markell,12607,DEM,62,67.52487323002804,William S. Lee,12606,REP,34,32.04977682412121,28,35.475096405906825 +16608,87488,1313,2008,DE,Gov-G,2008_Gov-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,657,Jack Markell,12607,DEM,62,67.52487323002804,William S. Lee,12606,REP,27,32.04977682412121,35,35.475096405906825 +17222,87551,1314,2008,IN,Gov-G,2008_Gov-G_IN,Selzer & Co.,304,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,600,Jill Long Thompson,12608,DEM,42,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,46,57.84128869807586,-4,-17.805701114599266 +75365,143746,1314,2008,IN,Gov-G,2008_Gov-G_IN,Bellwether Research & Consulting,403,FALSE,FALSE,NA,REP,2008-09-13,2008-11-04,52,800,Jill Long Thompson,12608,DEM,31,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,52,57.84128869807586,-21,-17.805701114599266 +17169,87545,1314,2008,IN,Gov-G,2008_Gov-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-17,2008-11-04,48,500,Jill Long Thompson,12608,DEM,40,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,56,57.84128869807586,-16,-17.805701114599266 +17041,87540,1314,2008,IN,Gov-G,2008_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,687,Jill Long Thompson,12608,DEM,37,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,53,57.84128869807586,-16,-17.805701114599266 +75362,143743,1314,2008,IN,Gov-G,2008_Gov-G_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-09-29,2008-11-04,36,600,Jill Long Thompson,12608,DEM,32,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,54,57.84128869807586,-22,-17.805701114599266 +16803,87513,1314,2008,IN,Gov-G,2008_Gov-G_IN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,1411,Jill Long Thompson,12608,DEM,36,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,57,57.84128869807586,-21,-17.805701114599266 +16736,87649,1314,2008,IN,Gov-G,2008_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-21,2008-11-04,14,631,Jill Long Thompson,12608,DEM,35,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,54,57.84128869807586,-19,-17.805701114599266 +16689,87500,1314,2008,IN,Gov-G,2008_Gov-G_IN,Howey Politics/DePauw University,142,FALSE,TRUE,Live Phone,NA,2008-10-23,2008-11-04,12,600,Jill Long Thompson,12608,DEM,30,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,61,57.84128869807586,-31,-17.805701114599266 +16588,87494,1314,2008,IN,Gov-G,2008_Gov-G_IN,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,606,Jill Long Thompson,12608,DEM,36,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,54,57.84128869807586,-18,-17.805701114599266 +16525,87489,1314,2008,IN,Gov-G,2008_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,900,Jill Long Thompson,12608,DEM,38,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,55,57.84128869807586,-17,-17.805701114599266 +16418,87477,1314,2008,IN,Gov-G,2008_Gov-G_IN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2634,Jill Long Thompson,12608,DEM,37,40.03558758347659,"Mitchell Daniels, Jr.",12609,REP,60,57.84128869807586,-23,-17.805701114599266 +17294,87552,1315,2008,MO,Gov-G,2008_Gov-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-11,2008-11-04,54,700,Jay Nixon,12613,DEM,54,58.39960552898798,Kenny Hulshof,12611,REP,39,39.48754907432053,15,18.91205645466745 +17088,87542,1315,2008,MO,Gov-G,2008_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-23,2008-11-04,42,705,Jay Nixon,12613,DEM,54,58.39960552898798,Kenny Hulshof,12611,REP,37,39.48754907432053,17,18.91205645466745 +16900,87525,1315,2008,MO,Gov-G,2008_Gov-G_MO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,1009,Jay Nixon,12613,DEM,52,58.39960552898798,Kenny Hulshof,12611,REP,39,39.48754907432053,13,18.91205645466745 +16905,87526,1315,2008,MO,Gov-G,2008_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,546,Jay Nixon,12613,DEM,56,58.39960552898798,Kenny Hulshof,12611,REP,34,39.48754907432053,22,18.91205645466745 +54121,87522,1315,2008,MO,Gov-G,2008_Gov-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-14,2008-11-04,21,700,Jay Nixon,12613,DEM,57,58.39960552898798,Kenny Hulshof,12611,REP,38,39.48754907432053,19,18.91205645466745 +16674,87498,1315,2008,MO,Gov-G,2008_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,672,Jay Nixon,12613,DEM,55,58.39960552898798,Kenny Hulshof,12611,REP,38,39.48754907432053,17,18.91205645466745 +16424,87478,1315,2008,MO,Gov-G,2008_Gov-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1343,Jay Nixon,12613,DEM,57.9,58.39960552898798,Kenny Hulshof,12611,REP,38.4,39.48754907432053,19.5,18.91205645466745 +16439,87481,1315,2008,MO,Gov-G,2008_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,674,Jay Nixon,12613,DEM,54,58.39960552898798,Kenny Hulshof,12611,REP,39,39.48754907432053,15,18.91205645466745 +17009,87536,1316,2008,MT,Gov-G,2008_Gov-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-01,2008-11-04,34,500,Brian Schweitzer,12617,DEM,56,65.47107865898006,Roy Brown,12615,REP,41,32.51632308406645,15,32.95475557491361 +16768,87654,1316,2008,MT,Gov-G,2008_Gov-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,403,Brian Schweitzer,12617,DEM,60.2,65.47107865898006,Roy Brown,12615,REP,27.3,32.51632308406645,32.900000000000006,32.95475557491361 +16416,87479,1316,2008,MT,Gov-G,2008_Gov-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2734,Brian Schweitzer,12617,DEM,62,65.47107865898006,Roy Brown,12615,REP,36,32.51632308406645,26,32.95475557491361 +17239,87659,1317,2008,NH,Gov-G,2008_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,600,John Lynch,12625,DEM,62,70.18066640882294,Joe Kenney,12626,REP,31,27.62370638632022,31,42.55696002250272 +17150,87660,1317,2008,NH,Gov-G,2008_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-09-18,2008-11-04,47,523,John Lynch,12625,DEM,66,70.18066640882294,Joe Kenney,12626,REP,17,27.62370638632022,49,42.55696002250272 +54156,87661,1317,2008,NH,Gov-G,2008_Gov-G_NH,Suffolk University,323,TRUE,FALSE,NA,NA,2008-09-23,2008-11-04,42,600,John Lynch,12625,DEM,61,70.18066640882294,Joe Kenney,12626,REP,16,27.62370638632022,45,42.55696002250272 +17025,87664,1317,2008,NH,Gov-G,2008_Gov-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,823,John Lynch,12625,DEM,73,70.18066640882294,Joe Kenney,12626,REP,7,27.62370638632022,66,42.55696002250272 +16987,87665,1317,2008,NH,Gov-G,2008_Gov-G_NH,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,647,John Lynch,12625,DEM,67,70.18066640882294,Joe Kenney,12626,REP,24,27.62370638632022,43,42.55696002250272 +16922,87532,1317,2008,NH,Gov-G,2008_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-07,2008-11-04,28,600,John Lynch,12625,DEM,65,70.18066640882294,Joe Kenney,12626,REP,26,27.62370638632022,39,42.55696002250272 +16741,87512,1317,2008,NH,Gov-G,2008_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,725,John Lynch,12625,DEM,67,70.18066640882294,Joe Kenney,12626,REP,17,27.62370638632022,50,42.55696002250272 +16677,87666,1317,2008,NH,Gov-G,2008_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,698,John Lynch,12625,DEM,68,70.18066640882294,Joe Kenney,12626,REP,18,27.62370638632022,50,42.55696002250272 +54117,87503,1317,2008,NH,Gov-G,2008_Gov-G_NH,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,600,John Lynch,12625,DEM,73,70.18066640882294,Joe Kenney,12626,REP,17,27.62370638632022,56,42.55696002250272 +16574,120117,1317,2008,NH,Gov-G,2008_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,619,John Lynch,12625,DEM,69,70.18066640882294,Joe Kenney,12626,REP,18,27.62370638632022,51,42.55696002250272 +16569,87493,1317,2008,NH,Gov-G,2008_Gov-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,600,John Lynch,12625,DEM,67,70.18066640882294,Joe Kenney,12626,REP,15,27.62370638632022,52,42.55696002250272 +16540,87484,1317,2008,NH,Gov-G,2008_Gov-G_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,682,John Lynch,12625,DEM,65,70.18066640882294,Joe Kenney,12626,REP,28,27.62370638632022,37,42.55696002250272 +16517,87487,1317,2008,NH,Gov-G,2008_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,600,John Lynch,12625,DEM,68,70.18066640882294,Joe Kenney,12626,REP,28,27.62370638632022,40,42.55696002250272 +54158,87667,1317,2008,NH,Gov-G,2008_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,831,John Lynch,12625,DEM,67,70.18066640882294,Joe Kenney,12626,REP,20,27.62370638632022,47,42.55696002250272 +17338,87555,1318,2008,ND,Gov-G,2008_Gov-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-08,2008-11-04,57,500,Tim Mathern,12622,DEM,28,23.52894593464516,John Hoeven,12623,REP,68,74.44249458332806,-40,-50.91354864868289 +54122,87529,1318,2008,ND,Gov-G,2008_Gov-G_ND,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,NA,NA,2008-10-07,2008-11-04,28,606,Tim Mathern,12622,DEM,18,23.52894593464516,John Hoeven,12623,REP,73,74.44249458332806,-55,-50.91354864868289 +16865,87678,1318,2008,ND,Gov-G,2008_Gov-G_ND,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2008-10-13,2008-11-04,22,504,Tim Mathern,12622,DEM,22,23.52894593464516,John Hoeven,12623,REP,66,74.44249458332806,-44,-50.91354864868289 +17289,87679,1319,2008,UT,Gov-G,2008_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,601,Bob Springmeyer,12627,DEM,13,19.72480896856244,"Jon M. Huntsman, Jr.",12629,REP,77,77.63401285000397,-64,-57.90920388144153 +16680,87680,1319,2008,UT,Gov-G,2008_Gov-G_UT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,400,Bob Springmeyer,12627,DEM,17,19.72480896856244,"Jon M. Huntsman, Jr.",12629,REP,73,77.63401285000397,-56,-57.90920388144153 +16524,87681,1319,2008,UT,Gov-G,2008_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,1205,Bob Springmeyer,12627,DEM,16,19.72480896856244,"Jon M. Huntsman, Jr.",12629,REP,77,77.63401285000397,-61,-57.90920388144153 +16967,143755,1320,2008,VT,Gov-G,2008_Gov-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-06,2008-11-04,29,500,Gaye Symington,12630,DEM,39,21.7916856010154,Jim Douglas,12635,REP,53,53.43153078333359,-14,-31.639845182318194 +17354,87558,1321,2008,WA,Gov-G,2008_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,658,Christine Gregoire,12637,DEM,47,53.24047525327504,Dino Rossi,12638,REP,48,46.75952474672496,-1,6.480950506550073 +54163,87687,1321,2008,WA,Gov-G,2008_Gov-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2008-09-07,2008-11-04,58,225,Christine Gregoire,12637,DEM,48,53.24047525327504,Dino Rossi,12638,REP,44,46.75952474672496,4,6.480950506550073 +17311,87553,1321,2008,WA,Gov-G,2008_Gov-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-10,2008-11-04,55,500,Christine Gregoire,12637,DEM,46,53.24047525327504,Dino Rossi,12638,REP,52,46.75952474672496,-6,6.480950506550073 +17127,87544,1321,2008,WA,Gov-G,2008_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,682,Christine Gregoire,12637,DEM,50,53.24047525327504,Dino Rossi,12638,REP,48,46.75952474672496,2,6.480950506550073 +16995,87535,1321,2008,WA,Gov-G,2008_Gov-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-02,2008-11-04,33,700,Christine Gregoire,12637,DEM,48,53.24047525327504,Dino Rossi,12638,REP,48,46.75952474672496,0,6.480950506550073 +16879,87523,1321,2008,WA,Gov-G,2008_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-12,2008-11-04,23,544,Christine Gregoire,12637,DEM,48,53.24047525327504,Dino Rossi,12638,REP,47,46.75952474672496,1,6.480950506550073 +16791,87519,1321,2008,WA,Gov-G,2008_Gov-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,405,Christine Gregoire,12637,DEM,51,53.24047525327504,Dino Rossi,12638,REP,39,46.75952474672496,12,6.480950506550073 +16726,87504,1321,2008,WA,Gov-G,2008_Gov-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-22,2008-11-04,13,500,Christine Gregoire,12637,DEM,50,53.24047525327504,Dino Rossi,12638,REP,48,46.75952474672496,2,6.480950506550073 +16678,87514,1321,2008,WA,Gov-G,2008_Gov-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2008-10-22,2008-11-04,13,600,Christine Gregoire,12637,DEM,51,53.24047525327504,Dino Rossi,12638,REP,45,46.75952474672496,6,6.480950506550073 +16625,87495,1321,2008,WA,Gov-G,2008_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-26,2008-11-04,9,630,Christine Gregoire,12637,DEM,50,53.24047525327504,Dino Rossi,12638,REP,48,46.75952474672496,2,6.480950506550073 +16511,87491,1321,2008,WA,Gov-G,2008_Gov-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2008-10-29,2008-11-04,6,387,Christine Gregoire,12637,DEM,50,53.24047525327504,Dino Rossi,12638,REP,48,46.75952474672496,2,6.480950506550073 +16437,87480,1321,2008,WA,Gov-G,2008_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,663,Christine Gregoire,12637,DEM,52,53.24047525327504,Dino Rossi,12638,REP,46,46.75952474672496,6,6.480950506550073 +16772,87509,1322,2008,WV,Gov-G,2008_Gov-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-20,2008-11-04,15,500,"Joe Manchin, III",12639,DEM,71,69.80738032998251,Russ Weeks,12641,REP,21,25.73155094609625,50,44.07582938388626 +16527,87483,1322,2008,WV,Gov-G,2008_Gov-G_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,2128,"Joe Manchin, III",12639,DEM,69,69.80738032998251,Russ Weeks,12641,REP,27,25.73155094609625,42,44.07582938388626 +17347,87675,1323,2008,NC,Gov-G,2008_Gov-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2008-09-06,2008-11-04,59,605,Bev Perdue,12620,DEM,46,50.27450601917431,Pat McCrory,12618,REP,40,46.87738715526872,6,3.3971188639055896 +17340,87557,1323,2008,NC,Gov-G,2008_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-07,2008-11-04,58,671,Bev Perdue,12620,DEM,41,50.27450601917431,Pat McCrory,12618,REP,49,46.87738715526872,-8,3.3971188639055896 +17325,87554,1323,2008,NC,Gov-G,2008_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-09,2008-11-04,56,626,Bev Perdue,12620,DEM,41,50.27450601917431,Pat McCrory,12618,REP,40,46.87738715526872,1,3.3971188639055896 +17300,87676,1323,2008,NC,Gov-G,2008_Gov-G_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,600,Bev Perdue,12620,DEM,40,50.27450601917431,Pat McCrory,12618,REP,39,46.87738715526872,1,3.3971188639055896 +17221,143752,1323,2008,NC,Gov-G,2008_Gov-G_NC,Elon University,86,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,411,Bev Perdue,12620,DEM,35,50.27450601917431,Pat McCrory,12618,REP,37,46.87738715526872,-2,3.3971188639055896 +17162,87547,1323,2008,NC,Gov-G,2008_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1060,Bev Perdue,12620,DEM,44,50.27450601917431,Pat McCrory,12618,REP,43,46.87738715526872,1,3.3971188639055896 +17155,87548,1323,2008,NC,Gov-G,2008_Gov-G_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-09-19,2008-11-04,46,600,Bev Perdue,12620,DEM,41,50.27450601917431,Pat McCrory,12618,REP,43,46.87738715526872,-2,3.3971188639055896 +54123,87541,1323,2008,NC,Gov-G,2008_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,1041,Bev Perdue,12620,DEM,41,50.27450601917431,Pat McCrory,12618,REP,44,46.87738715526872,-3,3.3971188639055896 +17022,87537,1323,2008,NC,Gov-G,2008_Gov-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,700,Bev Perdue,12620,DEM,46,50.27450601917431,Pat McCrory,12618,REP,50,46.87738715526872,-4,3.3971188639055896 +16982,87534,1323,2008,NC,Gov-G,2008_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,1202,Bev Perdue,12620,DEM,46,50.27450601917431,Pat McCrory,12618,REP,43,46.87738715526872,3,3.3971188639055896 +16971,87533,1323,2008,NC,Gov-G,2008_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,617,Bev Perdue,12620,DEM,45,50.27450601917431,Pat McCrory,12618,REP,46,46.87738715526872,-1,3.3971188639055896 +16953,87528,1323,2008,NC,Gov-G,2008_Gov-G_NC,Marshall Marketing,196,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,500,Bev Perdue,12620,DEM,46.4,50.27450601917431,Pat McCrory,12618,REP,43,46.87738715526872,3.3999999999999986,3.3971188639055896 +16926,87530,1323,2008,NC,Gov-G,2008_Gov-G_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-10-07,2008-11-04,28,600,Bev Perdue,12620,DEM,41,50.27450601917431,Pat McCrory,12618,REP,43,46.87738715526872,-2,3.3971188639055896 +16899,87524,1323,2008,NC,Gov-G,2008_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,1196,Bev Perdue,12620,DEM,45,50.27450601917431,Pat McCrory,12618,REP,44,46.87738715526872,1,3.3971188639055896 +16802,87511,1323,2008,NC,Gov-G,2008_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,1200,Bev Perdue,12620,DEM,48,50.27450601917431,Pat McCrory,12618,REP,44,46.87738715526872,4,3.3971188639055896 +16766,87510,1323,2008,NC,Gov-G,2008_Gov-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,600,Bev Perdue,12620,DEM,43,50.27450601917431,Pat McCrory,12618,REP,43,46.87738715526872,0,3.3971188639055896 +16776,87515,1323,2008,NC,Gov-G,2008_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,627,Bev Perdue,12620,DEM,43,50.27450601917431,Pat McCrory,12618,REP,46,46.87738715526872,-3,3.3971188639055896 +16761,87507,1323,2008,NC,Gov-G,2008_Gov-G_NC,Marshall Marketing,196,FALSE,FALSE,IVR,NA,2008-10-20,2008-11-04,15,500,Bev Perdue,12620,DEM,44.2,50.27450601917431,Pat McCrory,12618,REP,43.8,46.87738715526872,0.4000000000000057,3.3971188639055896 +16704,87502,1323,2008,NC,Gov-G,2008_Gov-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-23,2008-11-04,12,700,Bev Perdue,12620,DEM,47,50.27450601917431,Pat McCrory,12618,REP,51,46.87738715526872,-4,3.3971188639055896 +24097,87506,1323,2008,NC,Gov-G,2008_Gov-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,800,Bev Perdue,12620,DEM,46,50.27450601917431,Pat McCrory,12618,REP,44,46.87738715526872,2,3.3971188639055896 +16652,87496,1323,2008,NC,Gov-G,2008_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,1038,Bev Perdue,12620,DEM,47,50.27450601917431,Pat McCrory,12618,REP,44,46.87738715526872,3,3.3971188639055896 +54118,87505,1323,2008,NC,Gov-G,2008_Gov-G_NC,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,601,Bev Perdue,12620,DEM,44,50.27450601917431,Pat McCrory,12618,REP,44,46.87738715526872,0,3.3971188639055896 +16543,87490,1323,2008,NC,Gov-G,2008_Gov-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,600,Bev Perdue,12620,DEM,45,50.27450601917431,Pat McCrory,12618,REP,43,46.87738715526872,2,3.3971188639055896 +16423,87476,1323,2008,NC,Gov-G,2008_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2100,Bev Perdue,12620,DEM,49,50.27450601917431,Pat McCrory,12618,REP,48,46.87738715526872,1,3.3971188639055896 +16435,87482,1323,2008,NC,Gov-G,2008_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,682,Bev Perdue,12620,DEM,48,50.27450601917431,Pat McCrory,12618,REP,47,46.87738715526872,1,3.3971188639055896 +75383,143787,1324,2007,KY,Gov-G,2007_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2007-09-09,2007-11-06,58,533,Steve Beshear,13754,DEM,58,58.70722289342146,Ernest Lee Fletcher,13755,REP,39,41.29277710657854,19,17.41444578684292 +75380,143784,1324,2007,KY,Gov-G,2007_Gov-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,NA,NA,2007-09-15,2007-11-06,52,600,Steve Beshear,13754,DEM,55,58.70722289342146,Ernest Lee Fletcher,13755,REP,35,41.29277710657854,20,17.41444578684292 +75379,143783,1324,2007,KY,Gov-G,2007_Gov-G_KY,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2007-09-24,2007-11-06,43,743,Steve Beshear,13754,DEM,45,58.70722289342146,Ernest Lee Fletcher,13755,REP,35,41.29277710657854,10,17.41444578684292 +73563,138064,1324,2007,KY,Gov-G,2007_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2007-10-08,2007-11-06,29,571,Steve Beshear,13754,DEM,56,58.70722289342146,Ernest Lee Fletcher,13755,REP,40,41.29277710657854,16,17.41444578684292 +63781,117434,1324,2007,KY,Gov-G,2007_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2007-10-21,2007-11-06,16,572,Steve Beshear,13754,DEM,58,58.70722289342146,Ernest Lee Fletcher,13755,REP,38,41.29277710657854,20,17.41444578684292 +63782,117435,1324,2007,KY,Gov-G,2007_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2007-10-28,2007-11-06,9,562,Steve Beshear,13754,DEM,60,58.70722289342146,Ernest Lee Fletcher,13755,REP,36,41.29277710657854,24,17.41444578684292 +63939,117692,1324,2007,KY,Gov-G,2007_Gov-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2007-10-28,2007-11-06,9,710,Steve Beshear,13754,DEM,56,58.70722289342146,Ernest Lee Fletcher,13755,REP,33,41.29277710657854,23,17.41444578684292 +63754,117381,1324,2007,KY,Gov-G,2007_Gov-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-11-01,2007-11-06,5,500,Steve Beshear,13754,DEM,54,58.70722289342146,Ernest Lee Fletcher,13755,REP,39,41.29277710657854,15,17.41444578684292 +63784,117437,1324,2007,KY,Gov-G,2007_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2007-11-03,2007-11-06,3,552,Steve Beshear,13754,DEM,59,58.70722289342146,Ernest Lee Fletcher,13755,REP,39,41.29277710657854,20,17.41444578684292 +75390,143794,1325,2007,LA,Gov-P,2007_Gov-P_LA,The Kitchens Group,664,FALSE,FALSE,NA,NA,2007-09-04,2007-10-20,46,600.5,Walter J. Boasso,13856,DEM,11,17.450224989212845,Piyush Amrit Jindal,13857,REP,51,53.87990815508845,-40,-36.4296831658756 +63985,138065,1325,2007,LA,Gov-P,2007_Gov-P_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,Live Phone,NA,2007-10-04,2007-10-20,16,641,Walter J. Boasso,13856,DEM,11,17.450224989212845,Piyush Amrit Jindal,13857,REP,50,53.87990815508845,-39,-36.4296831658756 +63921,117670,1325,2007,LA,Gov-P,2007_Gov-P_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2007-10-05,2007-10-20,15,500,Walter J. Boasso,13856,DEM,9,17.450224989212845,Piyush Amrit Jindal,13857,REP,50,53.87990815508845,-41,-36.4296831658756 +55093,88631,1327,2006,AK,Gov-G,2006_Gov-G_AK,Dittman Research,79,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,507,Tony Knowles,12646,DEM,37,40.97302399271875,Sarah Palin,12643,REP,49,48.32969551916805,-12,-7.356671526449297 +73626,138160,1327,2006,AK,Gov-G,2006_Gov-G_AK,Alaska Survey Research,155,FALSE,FALSE,NA,NA,2006-10-03,2006-11-07,35,502,Tony Knowles,12646,DEM,37,40.97302399271875,Sarah Palin,12643,REP,48,48.32969551916805,-11,-7.356671526449297 +55094,88632,1327,2006,AK,Gov-G,2006_Gov-G_AK,Alaska Survey Research,155,FALSE,FALSE,NA,NA,2006-10-09,2006-11-07,29,502,Tony Knowles,12646,DEM,37,40.97302399271875,Sarah Palin,12643,REP,48,48.32969551916805,-11,-7.356671526449297 +55095,88633,1327,2006,AK,Gov-G,2006_Gov-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-09,2006-11-07,29,500,Tony Knowles,12646,DEM,40,40.97302399271875,Sarah Palin,12643,REP,47,48.32969551916805,-7,-7.356671526449297 +55096,88634,1327,2006,AK,Gov-G,2006_Gov-G_AK,Craciun Research Group,61,FALSE,TRUE,NA,NA,2006-10-11,2006-11-07,27,418,Tony Knowles,12646,DEM,43,40.97302399271875,Sarah Palin,12643,REP,43,48.32969551916805,0,-7.356671526449297 +55097,88635,1327,2006,AK,Gov-G,2006_Gov-G_AK,Hellenthal & Associates,137,FALSE,TRUE,Live Phone,NA,2006-10-20,2006-11-07,18,273,Tony Knowles,12646,DEM,42.6,40.97302399271875,Sarah Palin,12643,REP,41.9,48.32969551916805,0.7000000000000028,-7.356671526449297 +55098,88636,1327,2006,AK,Gov-G,2006_Gov-G_AK,Dittman Research,79,FALSE,FALSE,Live Phone,REP,2006-10-21,2006-11-07,17,510,Tony Knowles,12646,DEM,39,40.97302399271875,Sarah Palin,12643,REP,48,48.32969551916805,-9,-7.356671526449297 +55099,88637,1327,2006,AK,Gov-G,2006_Gov-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-29,2006-11-07,9,500,Tony Knowles,12646,DEM,44,40.97302399271875,Sarah Palin,12643,REP,45,48.32969551916805,-1,-7.356671526449297 +55100,88638,1327,2006,AK,Gov-G,2006_Gov-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-02,2006-11-07,5,500,Tony Knowles,12646,DEM,43,40.97302399271875,Sarah Palin,12643,REP,48,48.32969551916805,-5,-7.356671526449297 +55101,88639,1327,2006,AK,Gov-G,2006_Gov-G_AK,Dittman Research,79,FALSE,FALSE,Live Phone,REP,2006-11-04,2006-11-07,3,613,Tony Knowles,12646,DEM,43.4,40.97302399271875,Sarah Palin,12643,REP,49.5,48.32969551916805,-6.100000000000001,-7.356671526449297 +55112,88650,1328,2006,AL,Gov-G,2006_Gov-G_AL,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,562,Lucy Baxley,12648,DEM,38,41.572823438241016,Bob Riley,12649,REP,54,57.44773076796964,-16,-15.874907329728622 +55113,88651,1328,2006,AL,Gov-G,2006_Gov-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,NA,NA,2006-10-02,2006-11-07,36,612,Lucy Baxley,12648,DEM,32,41.572823438241016,Bob Riley,12649,REP,57,57.44773076796964,-25,-15.874907329728622 +55114,88652,1328,2006,AL,Gov-G,2006_Gov-G_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-08,2006-11-07,30,500,Lucy Baxley,12648,DEM,36,41.572823438241016,Bob Riley,12649,REP,54,57.44773076796964,-18,-15.874907329728622 +55115,88653,1328,2006,AL,Gov-G,2006_Gov-G_AL,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-16,2006-11-07,22,517,Lucy Baxley,12648,DEM,36,41.572823438241016,Bob Riley,12649,REP,57,57.44773076796964,-21,-15.874907329728622 +55116,88654,1328,2006,AL,Gov-G,2006_Gov-G_AL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-30,2006-11-07,8,602,Lucy Baxley,12648,DEM,39,41.572823438241016,Bob Riley,12649,REP,54,57.44773076796964,-15,-15.874907329728622 +55117,88655,1328,2006,AL,Gov-G,2006_Gov-G_AL,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-11-01,2006-11-07,6,505,Lucy Baxley,12648,DEM,42,41.572823438241016,Bob Riley,12649,REP,58,57.44773076796964,-16,-15.874907329728622 +55130,88668,1329,2006,AR,Gov-G,2006_Gov-G_AR,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,493,Mike Beebe,12653,DEM,55,55.6055403521454,Asa Hutchinson,12652,REP,40,40.667114163267414,15,14.938426188877983 +55131,88669,1329,2006,AR,Gov-G,2006_Gov-G_AR,Constituent Dynamics,58,FALSE,TRUE,NA,NA,2006-09-27,2006-11-07,41,1002,Mike Beebe,12653,DEM,51,55.6055403521454,Asa Hutchinson,12652,REP,40,40.667114163267414,11,14.938426188877983 +55132,88670,1329,2006,AR,Gov-G,2006_Gov-G_AR,Opinion Research Associates,242,FALSE,TRUE,NA,NA,2006-09-28,2006-11-07,40,500,Mike Beebe,12653,DEM,53,55.6055403521454,Asa Hutchinson,12652,REP,35,40.667114163267414,18,14.938426188877983 +55133,88671,1329,2006,AR,Gov-G,2006_Gov-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-11,2006-11-07,27,500,Mike Beebe,12653,DEM,50,55.6055403521454,Asa Hutchinson,12652,REP,40,40.667114163267414,10,14.938426188877983 +73615,138138,1329,2006,AR,Gov-G,2006_Gov-G_AR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Mike Beebe,12653,DEM,49.2,55.6055403521454,Asa Hutchinson,12652,REP,45,40.667114163267414,4.200000000000003,14.938426188877983 +55135,88673,1329,2006,AR,Gov-G,2006_Gov-G_AR,Constituent Dynamics,58,FALSE,TRUE,NA,NA,2006-10-16,2006-11-07,22,999,Mike Beebe,12653,DEM,52,55.6055403521454,Asa Hutchinson,12652,REP,39,40.667114163267414,13,14.938426188877983 +55134,88672,1329,2006,AR,Gov-G,2006_Gov-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,NA,NA,2006-10-12,2006-11-07,26,761,Mike Beebe,12653,DEM,51,55.6055403521454,Asa Hutchinson,12652,REP,38,40.667114163267414,13,14.938426188877983 +55136,88674,1329,2006,AR,Gov-G,2006_Gov-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-23,2006-11-07,15,500,Mike Beebe,12653,DEM,49,55.6055403521454,Asa Hutchinson,12652,REP,41,40.667114163267414,8,14.938426188877983 +55137,88675,1329,2006,AR,Gov-G,2006_Gov-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-23,2006-11-07,15,572,Mike Beebe,12653,DEM,58,55.6055403521454,Asa Hutchinson,12652,REP,38,40.667114163267414,20,14.938426188877983 +55138,88676,1329,2006,AR,Gov-G,2006_Gov-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,500,Mike Beebe,12653,DEM,56,55.6055403521454,Asa Hutchinson,12652,REP,38,40.667114163267414,18,14.938426188877983 +55139,88677,1329,2006,AR,Gov-G,2006_Gov-G_AR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,507,Mike Beebe,12653,DEM,45.3,55.6055403521454,Asa Hutchinson,12652,REP,48.2,40.667114163267414,-2.9000000000000057,14.938426188877983 +55140,88678,1329,2006,AR,Gov-G,2006_Gov-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-29,2006-11-07,9,500,Mike Beebe,12653,DEM,52,55.6055403521454,Asa Hutchinson,12652,REP,40,40.667114163267414,12,14.938426188877983 +55141,88679,1329,2006,AR,Gov-G,2006_Gov-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,549,Mike Beebe,12653,DEM,51,55.6055403521454,Asa Hutchinson,12652,REP,42,40.667114163267414,9,14.938426188877983 +55151,88689,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-17,2006-11-07,51,500,Janet Napolitano,12656,DEM,56,62.58488763696944,Len Munsil,12655,REP,38,35.440274639828644,18,27.144612997140797 +24804,88690,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-09-17,2006-11-07,51,472,Janet Napolitano,12656,DEM,56,62.58488763696944,Len Munsil,12655,REP,40,35.440274639828644,16,27.144612997140797 +24204,88691,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,NA,NA,2006-09-23,2006-11-07,45,882,Janet Napolitano,12656,DEM,64,62.58488763696944,Len Munsil,12655,REP,28,35.440274639828644,36,27.144612997140797 +24216,88692,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2006-09-30,2006-11-07,38,625,Janet Napolitano,12656,DEM,58,62.58488763696944,Len Munsil,12655,REP,24,35.440274639828644,34,27.144612997140797 +24461,88693,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-15,2006-11-07,23,500,Janet Napolitano,12656,DEM,58,62.58488763696944,Len Munsil,12655,REP,37,35.440274639828644,21,27.144612997140797 +24803,88695,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-15,2006-11-07,23,474,Janet Napolitano,12656,DEM,56,62.58488763696944,Len Munsil,12655,REP,37,35.440274639828644,19,27.144612997140797 +24390,88694,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,NA,NA,2006-10-13,2006-11-07,25,403,Janet Napolitano,12656,DEM,58,62.58488763696944,Len Munsil,12655,REP,25,35.440274639828644,33,27.144612997140797 +24988,138131,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Janet Napolitano,12656,DEM,51.4,62.58488763696944,Len Munsil,12655,REP,41.9,35.440274639828644,9.5,27.144612997140797 +24203,88696,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,1019,Janet Napolitano,12656,DEM,67,62.58488763696944,Len Munsil,12655,REP,24,35.440274639828644,43,27.144612997140797 +55159,88697,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,644,Janet Napolitano,12656,DEM,51.3,62.58488763696944,Len Munsil,12655,REP,42.7,35.440274639828644,8.599999999999994,27.144612997140797 +24325,88698,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Janet Napolitano,12656,DEM,61,62.58488763696944,Len Munsil,12655,REP,33,35.440274639828644,28,27.144612997140797 +24802,88699,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-01,2006-11-07,6,560,Janet Napolitano,12656,DEM,57,62.58488763696944,Len Munsil,12655,REP,38,35.440274639828644,19,27.144612997140797 +24879,88700,1330,2006,AZ,Gov-G,2006_Gov-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,798,Janet Napolitano,12656,DEM,57,62.58488763696944,Len Munsil,12655,REP,41,35.440274639828644,16,27.144612997140797 +24234,88727,1331,2006,CA,Gov-G,2006_Gov-G_CA,Datamar Analytics,75,FALSE,TRUE,NA,NA,2006-09-14,2006-11-07,54,1879,Phil Angelides,12660,DEM,31,38.9050599717769,Arnold Schwarzenegger,12662,REP,54,55.88114453783527,-23,-16.97608456605837 +55190,88728,1331,2006,CA,Gov-G,2006_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2006-09-17,2006-11-07,51,1091,Phil Angelides,12660,DEM,31,38.9050599717769,Arnold Schwarzenegger,12662,REP,48,55.88114453783527,-17,-16.97608456605837 +55191,88729,1331,2006,CA,Gov-G,2006_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2006-09-19,2006-11-07,49,557,Phil Angelides,12660,DEM,34,38.9050599717769,Arnold Schwarzenegger,12662,REP,44,55.88114453783527,-10,-16.97608456605837 +24810,88730,1331,2006,CA,Gov-G,2006_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,445,Phil Angelides,12660,DEM,38,38.9050599717769,Arnold Schwarzenegger,12662,REP,52,55.88114453783527,-14,-16.97608456605837 +24326,88732,1331,2006,CA,Gov-G,2006_Gov-G_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,625,Phil Angelides,12660,DEM,36,38.9050599717769,Arnold Schwarzenegger,12662,REP,49,55.88114453783527,-13,-16.97608456605837 +24308,88731,1331,2006,CA,Gov-G,2006_Gov-G_CA,Los Angeles Times,172,TRUE,TRUE,NA,NA,2006-09-25,2006-11-07,43,989,Phil Angelides,12660,DEM,33,38.9050599717769,Arnold Schwarzenegger,12662,REP,50,55.88114453783527,-17,-16.97608456605837 +55195,88733,1331,2006,CA,Gov-G,2006_Gov-G_CA,San Jose State,714,FALSE,TRUE,NA,NA,2006-09-28,2006-11-07,40,585,Phil Angelides,12660,DEM,33,38.9050599717769,Arnold Schwarzenegger,12662,REP,46,55.88114453783527,-13,-16.97608456605837 +55196,88734,1331,2006,CA,Gov-G,2006_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-10,2006-11-07,28,500,Phil Angelides,12660,DEM,40,38.9050599717769,Arnold Schwarzenegger,12662,REP,49,55.88114453783527,-9,-16.97608456605837 +73613,138135,1331,2006,CA,Gov-G,2006_Gov-G_CA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Phil Angelides,12660,DEM,39.6,38.9050599717769,Arnold Schwarzenegger,12662,REP,47,55.88114453783527,-7.399999999999999,-16.97608456605837 +55197,88735,1331,2006,CA,Gov-G,2006_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,1076,Phil Angelides,12660,DEM,30,38.9050599717769,Arnold Schwarzenegger,12662,REP,48,55.88114453783527,-18,-16.97608456605837 +24809,88737,1331,2006,CA,Gov-G,2006_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-24,2006-11-07,14,507,Phil Angelides,12660,DEM,37,38.9050599717769,Arnold Schwarzenegger,12662,REP,55,55.88114453783527,-18,-16.97608456605837 +55200,88738,1331,2006,CA,Gov-G,2006_Gov-G_CA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,1155,Phil Angelides,12660,DEM,38.8,38.9050599717769,Arnold Schwarzenegger,12662,REP,47.6,55.88114453783527,-8.800000000000004,-16.97608456605837 +24881,88736,1331,2006,CA,Gov-G,2006_Gov-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-23,2006-11-07,15,877,Phil Angelides,12660,DEM,40,38.9050599717769,Arnold Schwarzenegger,12662,REP,50,55.88114453783527,-10,-16.97608456605837 +55202,88740,1331,2006,CA,Gov-G,2006_Gov-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-28,2006-11-07,10,500,Phil Angelides,12660,DEM,40,38.9050599717769,Arnold Schwarzenegger,12662,REP,53,55.88114453783527,-13,-16.97608456605837 +24258,88739,1331,2006,CA,Gov-G,2006_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2006-10-27,2006-11-07,11,795,Phil Angelides,12660,DEM,33,38.9050599717769,Arnold Schwarzenegger,12662,REP,49,55.88114453783527,-16,-16.97608456605837 +24808,88743,1331,2006,CA,Gov-G,2006_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,553,Phil Angelides,12660,DEM,38,38.9050599717769,Arnold Schwarzenegger,12662,REP,53,55.88114453783527,-15,-16.97608456605837 +24233,88742,1331,2006,CA,Gov-G,2006_Gov-G_CA,Datamar Analytics,75,FALSE,TRUE,IVR,NA,2006-11-03,2006-11-07,4,692,Phil Angelides,12660,DEM,36,38.9050599717769,Arnold Schwarzenegger,12662,REP,54,55.88114453783527,-18,-16.97608456605837 +55203,88741,1331,2006,CA,Gov-G,2006_Gov-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1015,Phil Angelides,12660,DEM,42,38.9050599717769,Arnold Schwarzenegger,12662,REP,52,55.88114453783527,-10,-16.97608456605837 +55215,88753,1332,2006,CO,Gov-G,2006_Gov-G_CO,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2006-09-11,2006-11-07,57,500,"Bill Ritter, Jr.",12664,DEM,50,56.9851188203381,Bob Beauprez,12667,REP,33,40.16525945002076,17,16.81985937031734 +55216,88754,1332,2006,CO,Gov-G,2006_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-19,2006-11-07,49,500,"Bill Ritter, Jr.",12664,DEM,50,56.9851188203381,Bob Beauprez,12667,REP,34,40.16525945002076,16,16.81985937031734 +55217,88755,1332,2006,CO,Gov-G,2006_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,532,"Bill Ritter, Jr.",12664,DEM,55,56.9851188203381,Bob Beauprez,12667,REP,38,40.16525945002076,17,16.81985937031734 +55218,88756,1332,2006,CO,Gov-G,2006_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,"Bill Ritter, Jr.",12664,DEM,43,56.9851188203381,Bob Beauprez,12667,REP,33,40.16525945002076,10,16.81985937031734 +55219,88757,1332,2006,CO,Gov-G,2006_Gov-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-10-04,2006-11-07,34,625,"Bill Ritter, Jr.",12664,DEM,50,56.9851188203381,Bob Beauprez,12667,REP,35,40.16525945002076,15,16.81985937031734 +73612,138132,1332,2006,CO,Gov-G,2006_Gov-G_CO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,"Bill Ritter, Jr.",12664,DEM,46.7,56.9851188203381,Bob Beauprez,12667,REP,44.7,40.16525945002076,2,16.81985937031734 +55220,88758,1332,2006,CO,Gov-G,2006_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-21,2006-11-07,17,594,"Bill Ritter, Jr.",12664,DEM,56,56.9851188203381,Bob Beauprez,12667,REP,38,40.16525945002076,18,16.81985937031734 +55222,88760,1332,2006,CO,Gov-G,2006_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,501,"Bill Ritter, Jr.",12664,DEM,52,56.9851188203381,Bob Beauprez,12667,REP,33,40.16525945002076,19,16.81985937031734 +55221,88759,1332,2006,CO,Gov-G,2006_Gov-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-23,2006-11-07,15,500,"Bill Ritter, Jr.",12664,DEM,51,56.9851188203381,Bob Beauprez,12667,REP,39,40.16525945002076,12,16.81985937031734 +55223,88761,1332,2006,CO,Gov-G,2006_Gov-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-25,2006-11-07,13,625,"Bill Ritter, Jr.",12664,DEM,50,56.9851188203381,Bob Beauprez,12667,REP,38,40.16525945002076,12,16.81985937031734 +55224,88762,1332,2006,CO,Gov-G,2006_Gov-G_CO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,583,"Bill Ritter, Jr.",12664,DEM,46.4,56.9851188203381,Bob Beauprez,12667,REP,46.6,40.16525945002076,-0.20000000000000284,16.81985937031734 +55225,88763,1332,2006,CO,Gov-G,2006_Gov-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2006-10-30,2006-11-07,8,500,"Bill Ritter, Jr.",12664,DEM,55,56.9851188203381,Bob Beauprez,12667,REP,33,40.16525945002076,22,16.81985937031734 +55226,88764,1332,2006,CO,Gov-G,2006_Gov-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-31,2006-11-07,7,661,"Bill Ritter, Jr.",12664,DEM,57,56.9851188203381,Bob Beauprez,12667,REP,35,40.16525945002076,22,16.81985937031734 +55227,88765,1332,2006,CO,Gov-G,2006_Gov-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,500,"Bill Ritter, Jr.",12664,DEM,60,56.9851188203381,Bob Beauprez,12667,REP,40,40.16525945002076,20,16.81985937031734 +24474,88779,1333,2006,CT,Gov-G,2006_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,"John DeStefano, Jr.",12671,DEM,32,35.445665467401774,M. Jodi Rell,12670,REP,60,63.20155661141504,-28,-27.75589114401327 +24416,88780,1333,2006,CT,Gov-G,2006_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-23,2006-11-07,45,1181,"John DeStefano, Jr.",12671,DEM,30,35.445665467401774,M. Jodi Rell,12670,REP,63,63.20155661141504,-33,-27.75589114401327 +55243,88781,1333,2006,CT,Gov-G,2006_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-02,2006-11-07,36,500,"John DeStefano, Jr.",12671,DEM,33,35.445665467401774,M. Jodi Rell,12670,REP,58,63.20155661141504,-25,-27.75589114401327 +24863,88782,1333,2006,CT,Gov-G,2006_Gov-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2006-10-06,2006-11-07,32,637,"John DeStefano, Jr.",12671,DEM,28,35.445665467401774,M. Jodi Rell,12670,REP,50,63.20155661141504,-22,-27.75589114401327 +24415,88783,1333,2006,CT,Gov-G,2006_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,881,"John DeStefano, Jr.",12671,DEM,33,35.445665467401774,M. Jodi Rell,12670,REP,59,63.20155661141504,-26,-27.75589114401327 +24472,88785,1333,2006,CT,Gov-G,2006_Gov-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-28,2006-11-07,10,500,"John DeStefano, Jr.",12671,DEM,35,35.445665467401774,M. Jodi Rell,12670,REP,57,63.20155661141504,-22,-27.75589114401327 +24414,88784,1333,2006,CT,Gov-G,2006_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-27,2006-11-07,11,926,"John DeStefano, Jr.",12671,DEM,35,35.445665467401774,M. Jodi Rell,12670,REP,59,63.20155661141504,-24,-27.75589114401327 +55248,88787,1333,2006,CT,Gov-G,2006_Gov-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-11-01,2006-11-07,6,401,"John DeStefano, Jr.",12671,DEM,32,35.445665467401774,M. Jodi Rell,12670,REP,64,63.20155661141504,-32,-27.75589114401327 +24817,88806,1334,2006,FL,Gov-G,2006_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-12,2006-11-07,56,512,Jim Davis,12674,DEM,41,45.10596839687986,Charlie Crist,12675,REP,49,52.17859013888228,-8,-7.0726217420024184 +55267,88807,1334,2006,FL,Gov-G,2006_Gov-G_FL,Bendixen & Amandi International,29,FALSE,FALSE,NA,NA,2006-09-16,2006-11-07,52,818,Jim Davis,12674,DEM,39,45.10596839687986,Charlie Crist,12675,REP,45,52.17859013888228,-6,-7.0726217420024184 +55270,88810,1334,2006,FL,Gov-G,2006_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-19,2006-11-07,49,500,Jim Davis,12674,DEM,40,45.10596839687986,Charlie Crist,12675,REP,45,52.17859013888228,-5,-7.0726217420024184 +24329,88809,1334,2006,FL,Gov-G,2006_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-21,2006-11-07,47,625,Jim Davis,12674,DEM,36,45.10596839687986,Charlie Crist,12675,REP,51,52.17859013888228,-15,-7.0726217420024184 +75429,143869,1334,2006,FL,Gov-G,2006_Gov-G_FL,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2006-09-24,2006-11-07,44,800,Jim Davis,12674,DEM,37,45.10596839687986,Charlie Crist,12675,REP,51,52.17859013888228,-14,-7.0726217420024184 +55272,88812,1334,2006,FL,Gov-G,2006_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2006-09-27,2006-11-07,41,803,Jim Davis,12674,DEM,30,45.10596839687986,Charlie Crist,12675,REP,51,52.17859013888228,-21,-7.0726217420024184 +24479,88813,1334,2006,FL,Gov-G,2006_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-02,2006-11-07,36,500,Jim Davis,12674,DEM,40,45.10596839687986,Charlie Crist,12675,REP,55,52.17859013888228,-15,-7.0726217420024184 +55274,88814,1334,2006,FL,Gov-G,2006_Gov-G_FL,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2006-10-07,2006-11-07,31,500,Jim Davis,12674,DEM,30,45.10596839687986,Charlie Crist,12675,REP,49,52.17859013888228,-19,-7.0726217420024184 +24422,88815,1334,2006,FL,Gov-G,2006_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-10-05,2006-11-07,33,783,Jim Davis,12674,DEM,43,45.10596839687986,Charlie Crist,12675,REP,53,52.17859013888228,-10,-7.0726217420024184 +24816,88816,1334,2006,FL,Gov-G,2006_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-08,2006-11-07,30,514,Jim Davis,12674,DEM,41,45.10596839687986,Charlie Crist,12675,REP,54,52.17859013888228,-13,-7.0726217420024184 +24997,138139,1334,2006,FL,Gov-G,2006_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Jim Davis,12674,DEM,41,45.10596839687986,Charlie Crist,12675,REP,50.2,52.17859013888228,-9.200000000000003,-7.0726217420024184 +55278,88818,1334,2006,FL,Gov-G,2006_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-17,2006-11-07,21,500,Jim Davis,12674,DEM,41,45.10596839687986,Charlie Crist,12675,REP,46,52.17859013888228,-5,-7.0726217420024184 +24328,88817,1334,2006,FL,Gov-G,2006_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-16,2006-11-07,22,625,Jim Davis,12674,DEM,39,45.10596839687986,Charlie Crist,12675,REP,50,52.17859013888228,-11,-7.0726217420024184 +55279,88819,1334,2006,FL,Gov-G,2006_Gov-G_FL,Cromer Group,65,FALSE,FALSE,Live Phone,REP,2006-10-18,2006-11-07,20,389,Jim Davis,12674,DEM,38,45.10596839687986,Charlie Crist,12675,REP,49,52.17859013888228,-11,-7.0726217420024184 +24421,88820,1334,2006,FL,Gov-G,2006_Gov-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,816,Jim Davis,12674,DEM,44,45.10596839687986,Charlie Crist,12675,REP,46,52.17859013888228,-2,-7.0726217420024184 +73599,138114,1334,2006,FL,Gov-G,2006_Gov-G_FL,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,750,Jim Davis,12674,DEM,32,45.10596839687986,Charlie Crist,12675,REP,46,52.17859013888228,-14,-7.0726217420024184 +24705,88822,1334,2006,FL,Gov-G,2006_Gov-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,800,Jim Davis,12674,DEM,42,45.10596839687986,Charlie Crist,12675,REP,48,52.17859013888228,-6,-7.0726217420024184 +55284,88824,1334,2006,FL,Gov-G,2006_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-26,2006-11-07,12,500,Jim Davis,12674,DEM,41,45.10596839687986,Charlie Crist,12675,REP,52,52.17859013888228,-11,-7.0726217420024184 +55283,88823,1334,2006,FL,Gov-G,2006_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,952,Jim Davis,12674,DEM,45.1,45.10596839687986,Charlie Crist,12675,REP,49.9,52.17859013888228,-4.799999999999997,-7.0726217420024184 +24327,88826,1334,2006,FL,Gov-G,2006_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,625,Jim Davis,12674,DEM,43,45.10596839687986,Charlie Crist,12675,REP,50,52.17859013888228,-7,-7.0726217420024184 +24995,88828,1334,2006,FL,Gov-G,2006_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-11-01,2006-11-07,6,804,Jim Davis,12674,DEM,38,45.10596839687986,Charlie Crist,12675,REP,48,52.17859013888228,-10,-7.0726217420024184 +24815,88830,1334,2006,FL,Gov-G,2006_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,682,Jim Davis,12674,DEM,47,45.10596839687986,Charlie Crist,12675,REP,49,52.17859013888228,-2,-7.0726217420024184 +55291,88831,1334,2006,FL,Gov-G,2006_Gov-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-05,2006-11-07,2,500,Jim Davis,12674,DEM,42,45.10596839687986,Charlie Crist,12675,REP,50,52.17859013888228,-8,-7.0726217420024184 +55287,88827,1334,2006,FL,Gov-G,2006_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1005,Jim Davis,12674,DEM,42,45.10596839687986,Charlie Crist,12675,REP,54,52.17859013888228,-12,-7.0726217420024184 +55306,88846,1335,2006,GA,Gov-G,2006_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2006-09-19,2006-11-07,49,500,Mark Taylor,12678,DEM,32,38.217638895760736,Sonny Perdue,12676,REP,52,57.94612628022533,-20,-19.728487384464593 +55308,88848,1335,2006,GA,Gov-G,2006_Gov-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,625,Mark Taylor,12678,DEM,34,38.217638895760736,Sonny Perdue,12676,REP,53,57.94612628022533,-19,-19.728487384464593 +55309,88849,1335,2006,GA,Gov-G,2006_Gov-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-11,2006-11-07,27,500,Mark Taylor,12678,DEM,32,38.217638895760736,Sonny Perdue,12676,REP,57,57.94612628022533,-25,-19.728487384464593 +73582,138084,1335,2006,GA,Gov-G,2006_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2006-10-15,2006-11-07,23,500,Mark Taylor,12678,DEM,30,38.217638895760736,Sonny Perdue,12676,REP,47,57.94612628022533,-17,-19.728487384464593 +73611,138130,1335,2006,GA,Gov-G,2006_Gov-G_GA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Mark Taylor,12678,DEM,37.7,38.217638895760736,Sonny Perdue,12676,REP,49.3,57.94612628022533,-11.599999999999994,-19.728487384464593 +73579,138081,1335,2006,GA,Gov-G,2006_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,500,Mark Taylor,12678,DEM,31,38.217638895760736,Sonny Perdue,12676,REP,47,57.94612628022533,-16,-19.728487384464593 +73578,138080,1335,2006,GA,Gov-G,2006_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,500,Mark Taylor,12678,DEM,31,38.217638895760736,Sonny Perdue,12676,REP,48,57.94612628022533,-17,-19.728487384464593 +73575,138077,1335,2006,GA,Gov-G,2006_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,500,Mark Taylor,12678,DEM,34,38.217638895760736,Sonny Perdue,12676,REP,51,57.94612628022533,-17,-19.728487384464593 +55313,88853,1335,2006,GA,Gov-G,2006_Gov-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-26,2006-11-07,12,625,Mark Taylor,12678,DEM,36,38.217638895760736,Sonny Perdue,12676,REP,53,57.94612628022533,-17,-19.728487384464593 +55312,88852,1335,2006,GA,Gov-G,2006_Gov-G_GA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,1014,Mark Taylor,12678,DEM,36.3,38.217638895760736,Sonny Perdue,12676,REP,48.3,57.94612628022533,-12,-19.728487384464593 +73572,138074,1335,2006,GA,Gov-G,2006_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2006-10-30,2006-11-07,8,500,Mark Taylor,12678,DEM,39,38.217638895760736,Sonny Perdue,12676,REP,49,57.94612628022533,-10,-19.728487384464593 +55315,88855,1335,2006,GA,Gov-G,2006_Gov-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-11-01,2006-11-07,6,804,Mark Taylor,12678,DEM,42,38.217638895760736,Sonny Perdue,12676,REP,59,57.94612628022533,-17,-19.728487384464593 +73570,138072,1335,2006,GA,Gov-G,2006_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,500,Mark Taylor,12678,DEM,36,38.217638895760736,Sonny Perdue,12676,REP,50,57.94612628022533,-14,-19.728487384464593 +55326,88866,1337,2006,IA,Gov-G,2006_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2006-09-12,2006-11-07,56,600,Chet Culver,12684,DEM,44,54.02499869452318,Jim Nussle,12686,REP,44,44.379091483069146,0,9.64590721145403 +55327,88867,1337,2006,IA,Gov-G,2006_Gov-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-04,2006-11-07,34,500,Chet Culver,12684,DEM,44,54.02499869452318,Jim Nussle,12686,REP,45,44.379091483069146,-1,9.64590721145403 +55328,88868,1337,2006,IA,Gov-G,2006_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2006-10-10,2006-11-07,28,800,Chet Culver,12684,DEM,46,54.02499869452318,Jim Nussle,12686,REP,39,44.379091483069146,7,9.64590721145403 +73614,138136,1337,2006,IA,Gov-G,2006_Gov-G_IA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Chet Culver,12684,DEM,47.6,54.02499869452318,Jim Nussle,12686,REP,45.4,44.379091483069146,2.200000000000003,9.64590721145403 +55330,88870,1337,2006,IA,Gov-G,2006_Gov-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-22,2006-11-07,16,500,Chet Culver,12684,DEM,49,54.02499869452318,Jim Nussle,12686,REP,45,44.379091483069146,4,9.64590721145403 +55331,88871,1337,2006,IA,Gov-G,2006_Gov-G_IA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,507,Chet Culver,12684,DEM,47.6,54.02499869452318,Jim Nussle,12686,REP,46.4,44.379091483069146,1.2000000000000028,9.64590721145403 +55332,88872,1337,2006,IA,Gov-G,2006_Gov-G_IA,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2006-10-28,2006-11-07,10,600,Chet Culver,12684,DEM,44,54.02499869452318,Jim Nussle,12686,REP,37,44.379091483069146,7,9.64590721145403 +73567,138069,1337,2006,IA,Gov-G,2006_Gov-G_IA,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2006-10-28,2006-11-07,10,600,Chet Culver,12684,DEM,44,54.02499869452318,Jim Nussle,12686,REP,37,44.379091483069146,7,9.64590721145403 +55335,88875,1337,2006,IA,Gov-G,2006_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,756,Chet Culver,12684,DEM,52,54.02499869452318,Jim Nussle,12686,REP,43,44.379091483069146,9,9.64590721145403 +55334,88874,1337,2006,IA,Gov-G,2006_Gov-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,301,Chet Culver,12684,DEM,54,54.02499869452318,Jim Nussle,12686,REP,46,44.379091483069146,8,9.64590721145403 +55337,88877,1338,2006,ID,Gov-G,2006_Gov-G_ID,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,625,Jerry Brady,12687,DEM,43,44.10623025872165,C.L. 'Butch' Otter,12690,REP,44,52.66640344962204,-1,-8.560173190900386 +55338,88878,1338,2006,ID,Gov-G,2006_Gov-G_ID,Greg Smith & Associates,128,FALSE,FALSE,Live Phone,NA,2006-10-29,2006-11-07,9,525,Jerry Brady,12687,DEM,41,44.10623025872165,C.L. 'Butch' Otter,12690,REP,36,52.66640344962204,5,-8.560173190900386 +55351,88891,1339,2006,IL,Gov-G,2006_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2006-09-09,2006-11-07,59,600,Rod Blagojevich,12691,DEM,45,49.795468627293005,Judy Baar Topinka,12692,REP,33,39.26093455082089,12,10.534534076472113 +55352,88892,1339,2006,IL,Gov-G,2006_Gov-G_IL,KRC Research,160,TRUE,TRUE,NA,NA,2006-09-11,2006-11-07,57,400,Rod Blagojevich,12691,DEM,56,49.795468627293005,Judy Baar Topinka,12692,REP,26,39.26093455082089,30,10.534534076472113 +55353,88893,1339,2006,IL,Gov-G,2006_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-18,2006-11-07,50,529,Rod Blagojevich,12691,DEM,45,49.795468627293005,Judy Baar Topinka,12692,REP,39,39.26093455082089,6,10.534534076472113 +55354,88894,1339,2006,IL,Gov-G,2006_Gov-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-20,2006-11-07,48,625,Rod Blagojevich,12691,DEM,47,49.795468627293005,Judy Baar Topinka,12692,REP,37,39.26093455082089,10,10.534534076472113 +55356,88896,1339,2006,IL,Gov-G,2006_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-11,2006-11-07,27,500,Rod Blagojevich,12691,DEM,49,49.795468627293005,Judy Baar Topinka,12692,REP,43,39.26093455082089,6,10.534534076472113 +55355,88895,1339,2006,IL,Gov-G,2006_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2006-10-10,2006-11-07,28,600,Rod Blagojevich,12691,DEM,43,49.795468627293005,Judy Baar Topinka,12692,REP,29,39.26093455082089,14,10.534534076472113 +55357,138156,1339,2006,IL,Gov-G,2006_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-15,2006-11-07,23,500,Rod Blagojevich,12691,DEM,44,49.795468627293005,Judy Baar Topinka,12692,REP,36,39.26093455082089,8,10.534534076472113 +73620,138152,1339,2006,IL,Gov-G,2006_Gov-G_IL,Glengariff Group,117,FALSE,FALSE,NA,NA,2006-10-14,2006-11-07,24,600,Rod Blagojevich,12691,DEM,39,49.795468627293005,Judy Baar Topinka,12692,REP,30,39.26093455082089,9,10.534534076472113 +73607,138124,1339,2006,IL,Gov-G,2006_Gov-G_IL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Rod Blagojevich,12691,DEM,47.1,49.795468627293005,Judy Baar Topinka,12692,REP,33.2,39.26093455082089,13.899999999999999,10.534534076472113 +55359,88899,1339,2006,IL,Gov-G,2006_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-21,2006-11-07,17,578,Rod Blagojevich,12691,DEM,44,49.795468627293005,Judy Baar Topinka,12692,REP,34,39.26093455082089,10,10.534534076472113 +55358,88898,1339,2006,IL,Gov-G,2006_Gov-G_IL,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2006-10-19,2006-11-07,19,603,Rod Blagojevich,12691,DEM,48,49.795468627293005,Judy Baar Topinka,12692,REP,32,39.26093455082089,16,10.534534076472113 +55361,88901,1339,2006,IL,Gov-G,2006_Gov-G_IL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,583,Rod Blagojevich,12691,DEM,39.6,49.795468627293005,Judy Baar Topinka,12692,REP,33,39.26093455082089,6.600000000000001,10.534534076472113 +55362,88902,1339,2006,IL,Gov-G,2006_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2006-10-28,2006-11-07,10,600,Rod Blagojevich,12691,DEM,44,49.795468627293005,Judy Baar Topinka,12692,REP,29,39.26093455082089,15,10.534534076472113 +55363,88903,1339,2006,IL,Gov-G,2006_Gov-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-30,2006-11-07,8,625,Rod Blagojevich,12691,DEM,44,49.795468627293005,Judy Baar Topinka,12692,REP,40,39.26093455082089,4,10.534534076472113 +55365,88905,1339,2006,IL,Gov-G,2006_Gov-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-11-01,2006-11-07,6,800,Rod Blagojevich,12691,DEM,61,49.795468627293005,Judy Baar Topinka,12692,REP,39,39.26093455082089,22,10.534534076472113 +55364,88904,1339,2006,IL,Gov-G,2006_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-31,2006-11-07,7,434,Rod Blagojevich,12691,DEM,45,49.795468627293005,Judy Baar Topinka,12692,REP,37,39.26093455082089,8,10.534534076472113 +55366,88906,1339,2006,IL,Gov-G,2006_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-02,2006-11-07,5,500,Rod Blagojevich,12691,DEM,44,49.795468627293005,Judy Baar Topinka,12692,REP,37,39.26093455082089,7,10.534534076472113 +55374,88914,1340,2006,KS,Gov-G,2006_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-12,2006-11-07,56,590,Kathleen Sebelius,12695,DEM,58,57.90196539955278,Jim Barnett,12697,REP,38,40.43615393668353,20,17.465811462869247 +55375,88915,1340,2006,KS,Gov-G,2006_Gov-G_KS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-26,2006-11-07,42,500,Kathleen Sebelius,12695,DEM,48,57.90196539955278,Jim Barnett,12697,REP,39,40.43615393668353,9,17.465811462869247 +55376,88916,1340,2006,KS,Gov-G,2006_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-14,2006-11-07,24,541,Kathleen Sebelius,12695,DEM,55,57.90196539955278,Jim Barnett,12697,REP,42,40.43615393668353,13,17.465811462869247 +55377,88917,1340,2006,KS,Gov-G,2006_Gov-G_KS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-23,2006-11-07,15,500,Kathleen Sebelius,12695,DEM,56,57.90196539955278,Jim Barnett,12697,REP,37,40.43615393668353,19,17.465811462869247 +55378,88918,1340,2006,KS,Gov-G,2006_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,511,Kathleen Sebelius,12695,DEM,57,57.90196539955278,Jim Barnett,12697,REP,40,40.43615393668353,17,17.465811462869247 +55399,88939,1341,2006,MA,Gov-G,2006_Gov-G_MA,KRC Research,160,TRUE,TRUE,NA,NA,2006-09-09,2006-11-07,59,359,Deval Patrick,12699,DEM,43,55.635448393736496,Kerry Healey,12698,REP,30,35.334238228220016,13,20.30121016551648 +55400,88940,1341,2006,MA,Gov-G,2006_Gov-G_MA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-20,2006-11-07,48,608,Deval Patrick,12699,DEM,64,55.635448393736496,Kerry Healey,12698,REP,25,35.334238228220016,39,20.30121016551648 +55401,88941,1341,2006,MA,Gov-G,2006_Gov-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-23,2006-11-07,45,500,Deval Patrick,12699,DEM,57,55.635448393736496,Kerry Healey,12698,REP,24,35.334238228220016,33,20.30121016551648 +55402,88942,1341,2006,MA,Gov-G,2006_Gov-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2006-09-28,2006-11-07,40,525,Deval Patrick,12699,DEM,55,55.635448393736496,Kerry Healey,12698,REP,30,35.334238228220016,25,20.30121016551648 +55403,88943,1341,2006,MA,Gov-G,2006_Gov-G_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2006-10-03,2006-11-07,35,500,Deval Patrick,12699,DEM,49,55.635448393736496,Kerry Healey,12698,REP,28,35.334238228220016,21,20.30121016551648 +55404,88944,1341,2006,MA,Gov-G,2006_Gov-G_MA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-09,2006-11-07,29,609,Deval Patrick,12699,DEM,52,55.635448393736496,Kerry Healey,12698,REP,34,35.334238228220016,18,20.30121016551648 +55405,88945,1341,2006,MA,Gov-G,2006_Gov-G_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2006-10-10,2006-11-07,28,400,Deval Patrick,12699,DEM,46,55.635448393736496,Kerry Healey,12698,REP,33,35.334238228220016,13,20.30121016551648 +73610,138129,1341,2006,MA,Gov-G,2006_Gov-G_MA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Deval Patrick,12699,DEM,56,55.635448393736496,Kerry Healey,12698,REP,33.6,35.334238228220016,22.4,20.30121016551648 +55408,88948,1341,2006,MA,Gov-G,2006_Gov-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-23,2006-11-07,15,500,Deval Patrick,12699,DEM,53,55.635448393736496,Kerry Healey,12698,REP,29,35.334238228220016,24,20.30121016551648 +55407,88947,1341,2006,MA,Gov-G,2006_Gov-G_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-22,2006-11-07,16,623,Deval Patrick,12699,DEM,56,55.635448393736496,Kerry Healey,12698,REP,31,35.334238228220016,25,20.30121016551648 +24801,88946,1341,2006,MA,Gov-G,2006_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,400,Deval Patrick,12699,DEM,53,55.635448393736496,Kerry Healey,12698,REP,26,35.334238228220016,27,20.30121016551648 +24872,88949,1341,2006,MA,Gov-G,2006_Gov-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,585,Deval Patrick,12699,DEM,54,55.635448393736496,Kerry Healey,12698,REP,29,35.334238228220016,25,20.30121016551648 +55410,88950,1341,2006,MA,Gov-G,2006_Gov-G_MA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Deval Patrick,12699,DEM,58.1,55.635448393736496,Kerry Healey,12698,REP,32.7,35.334238228220016,25.4,20.30121016551648 +55411,88951,1341,2006,MA,Gov-G,2006_Gov-G_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-31,2006-11-07,7,664,Deval Patrick,12699,DEM,55,55.635448393736496,Kerry Healey,12698,REP,34,35.334238228220016,21,20.30121016551648 +24884,88952,1341,2006,MA,Gov-G,2006_Gov-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,799,Deval Patrick,12699,DEM,61,55.635448393736496,Kerry Healey,12698,REP,32,35.334238228220016,29,20.30121016551648 +24492,88968,1342,2006,MD,Gov-G,2006_Gov-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,Martin O'Malley,12704,DEM,49,52.69085553112537,Robert Ehrlich Jr.,12703,REP,42,46.15873257299046,7,6.532122958134913 +24403,88969,1342,2006,MD,Gov-G,2006_Gov-G_MD,Potomac Incorporated,256,FALSE,TRUE,NA,NA,2006-09-17,2006-11-07,51,815,Martin O'Malley,12704,DEM,50,52.69085553112537,Robert Ehrlich Jr.,12703,REP,44,46.15873257299046,6,6.532122958134913 +24821,88970,1342,2006,MD,Gov-G,2006_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-18,2006-11-07,50,522,Martin O'Malley,12704,DEM,51,52.69085553112537,Robert Ehrlich Jr.,12703,REP,44,46.15873257299046,7,6.532122958134913 +24333,88971,1342,2006,MD,Gov-G,2006_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-24,2006-11-07,44,625,Martin O'Malley,12704,DEM,47,52.69085553112537,Robert Ehrlich Jr.,12703,REP,43,46.15873257299046,4,6.532122958134913 +55432,88972,1342,2006,MD,Gov-G,2006_Gov-G_MD,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2006-09-26,2006-11-07,42,606,Martin O'Malley,12704,DEM,51,52.69085553112537,Robert Ehrlich Jr.,12703,REP,42,46.15873257299046,9,6.532122958134913 +24272,88973,1342,2006,MD,Gov-G,2006_Gov-G_MD,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,678,Martin O'Malley,12704,DEM,53,52.69085553112537,Robert Ehrlich Jr.,12703,REP,41,46.15873257299046,12,6.532122958134913 +55434,88974,1342,2006,MD,Gov-G,2006_Gov-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-10,2006-11-07,28,500,Martin O'Malley,12704,DEM,53,52.69085553112537,Robert Ehrlich Jr.,12703,REP,45,46.15873257299046,8,6.532122958134913 +25001,138141,1342,2006,MD,Gov-G,2006_Gov-G_MD,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Martin O'Malley,12704,DEM,51.6,52.69085553112537,Robert Ehrlich Jr.,12703,REP,40.7,46.15873257299046,10.899999999999999,6.532122958134913 +24820,88975,1342,2006,MD,Gov-G,2006_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-16,2006-11-07,22,698,Martin O'Malley,12704,DEM,49,52.69085553112537,Robert Ehrlich Jr.,12703,REP,43,46.15873257299046,6,6.532122958134913 +24490,88979,1342,2006,MD,Gov-G,2006_Gov-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-26,2006-11-07,12,500,Martin O'Malley,12704,DEM,50,52.69085553112537,Robert Ehrlich Jr.,12703,REP,47,46.15873257299046,3,6.532122958134913 +55438,88978,1342,2006,MD,Gov-G,2006_Gov-G_MD,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2006-10-25,2006-11-07,13,600,Martin O'Malley,12704,DEM,45,52.69085553112537,Robert Ehrlich Jr.,12703,REP,46,46.15873257299046,-1,6.532122958134913 +24875,88976,1342,2006,MD,Gov-G,2006_Gov-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,1003,Martin O'Malley,12704,DEM,55,52.69085553112537,Robert Ehrlich Jr.,12703,REP,45,46.15873257299046,10,6.532122958134913 +55437,88977,1342,2006,MD,Gov-G,2006_Gov-G_MD,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,644,Martin O'Malley,12704,DEM,49.3,52.69085553112537,Robert Ehrlich Jr.,12703,REP,43.9,46.15873257299046,5.399999999999999,6.532122958134913 +24402,88981,1342,2006,MD,Gov-G,2006_Gov-G_MD,Potomac Incorporated,256,FALSE,TRUE,Live Phone,NA,2006-10-29,2006-11-07,9,800,Martin O'Malley,12704,DEM,47,52.69085553112537,Robert Ehrlich Jr.,12703,REP,46,46.15873257299046,1,6.532122958134913 +55439,88980,1342,2006,MD,Gov-G,2006_Gov-G_MD,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2006-10-29,2006-11-07,9,905,Martin O'Malley,12704,DEM,50,52.69085553112537,Robert Ehrlich Jr.,12703,REP,44,46.15873257299046,6,6.532122958134913 +24489,88982,1342,2006,MD,Gov-G,2006_Gov-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-01,2006-11-07,6,500,Martin O'Malley,12704,DEM,49,52.69085553112537,Robert Ehrlich Jr.,12703,REP,48,46.15873257299046,1,6.532122958134913 +24819,88983,1342,2006,MD,Gov-G,2006_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-01,2006-11-07,6,694,Martin O'Malley,12704,DEM,48,52.69085553112537,Robert Ehrlich Jr.,12703,REP,47,46.15873257299046,1,6.532122958134913 +24332,88985,1342,2006,MD,Gov-G,2006_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,625,Martin O'Malley,12704,DEM,45,52.69085553112537,Robert Ehrlich Jr.,12703,REP,45,46.15873257299046,0,6.532122958134913 +24818,88986,1342,2006,MD,Gov-G,2006_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,663,Martin O'Malley,12704,DEM,50,52.69085553112537,Robert Ehrlich Jr.,12703,REP,47,46.15873257299046,3,6.532122958134913 +24885,88984,1342,2006,MD,Gov-G,2006_Gov-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,802,Martin O'Malley,12704,DEM,50,52.69085553112537,Robert Ehrlich Jr.,12703,REP,48,46.15873257299046,2,6.532122958134913 +55455,88997,1343,2006,ME,Gov-G,2006_Gov-G_ME,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-11,2006-11-07,57,519,John Baldacci,13144,DEM,42,38.10861100269576,Chandler E. Woodcock,12705,REP,41,30.211576339030433,1,7.897034663665327 +55456,88998,1343,2006,ME,Gov-G,2006_Gov-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-17,2006-11-07,51,500,John Baldacci,13144,DEM,44,38.10861100269576,Chandler E. Woodcock,12705,REP,39,30.211576339030433,5,7.897034663665327 +75485,143986,1343,2006,ME,Gov-G,2006_Gov-G_ME,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,544,John Baldacci,13144,DEM,44,38.10861100269576,Chandler E. Woodcock,12705,REP,39,30.211576339030433,5,7.897034663665327 +24499,88999,1343,2006,ME,Gov-G,2006_Gov-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-17,2006-11-07,21,500,John Baldacci,13144,DEM,46,38.10861100269576,Chandler E. Woodcock,12705,REP,38,30.211576339030433,8,7.897034663665327 +55458,89001,1343,2006,ME,Gov-G,2006_Gov-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-21,2006-11-07,17,634,John Baldacci,13144,DEM,42,38.10861100269576,Chandler E. Woodcock,12705,REP,34,30.211576339030433,8,7.897034663665327 +24230,89000,1343,2006,ME,Gov-G,2006_Gov-G_ME,Digital Research,64,FALSE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,600,John Baldacci,13144,DEM,42,38.10861100269576,Chandler E. Woodcock,12705,REP,25,30.211576339030433,17,7.897034663665327 +55459,89002,1343,2006,ME,Gov-G,2006_Gov-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-30,2006-11-07,8,500,John Baldacci,13144,DEM,45,38.10861100269576,Chandler E. Woodcock,12705,REP,31,30.211576339030433,14,7.897034663665327 +55460,89003,1343,2006,ME,Gov-G,2006_Gov-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,638,John Baldacci,13144,DEM,36,38.10861100269576,Chandler E. Woodcock,12705,REP,30,30.211576339030433,6,7.897034663665327 +24245,89041,1344,2006,MI,Gov-G,2006_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2006-09-09,2006-11-07,59,608,Jennifer Granholm,12710,DEM,50,56.36329150154581,Dick DeVos,12712,REP,42,42.304070023171285,8,14.059221478374525 +24825,89043,1344,2006,MI,Gov-G,2006_Gov-G_MI,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-16,2006-11-07,52,749,Jennifer Granholm,12710,DEM,47,56.36329150154581,Dick DeVos,12712,REP,47,42.304070023171285,0,14.059221478374525 +24504,89045,1344,2006,MI,Gov-G,2006_Gov-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-04,2006-11-07,34,500,Jennifer Granholm,12710,DEM,49,56.36329150154581,Dick DeVos,12712,REP,42,42.304070023171285,7,14.059221478374525 +24244,89044,1344,2006,MI,Gov-G,2006_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2006-10-03,2006-11-07,35,600,Jennifer Granholm,12710,DEM,46,56.36329150154581,Dick DeVos,12712,REP,40,42.304070023171285,6,14.059221478374525 +24824,89046,1344,2006,MI,Gov-G,2006_Gov-G_MI,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-07,2006-11-07,31,772,Jennifer Granholm,12710,DEM,50,56.36329150154581,Dick DeVos,12712,REP,45,42.304070023171285,5,14.059221478374525 +24708,89047,1344,2006,MI,Gov-G,2006_Gov-G_MI,Selzer & Co.,304,TRUE,FALSE,NA,NA,2006-10-10,2006-11-07,28,643,Jennifer Granholm,12710,DEM,49,56.36329150154581,Dick DeVos,12712,REP,41,42.304070023171285,8,14.059221478374525 +55504,89048,1344,2006,MI,Gov-G,2006_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2006-10-11,2006-11-07,27,608,Jennifer Granholm,12710,DEM,51,56.36329150154581,Dick DeVos,12712,REP,42,42.304070023171285,9,14.059221478374525 +25006,138145,1344,2006,MI,Gov-G,2006_Gov-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Jennifer Granholm,12710,DEM,50.6,56.36329150154581,Dick DeVos,12712,REP,44.1,42.304070023171285,6.5,14.059221478374525 +24503,89049,1344,2006,MI,Gov-G,2006_Gov-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-22,2006-11-07,16,500,Jennifer Granholm,12710,DEM,54,56.36329150154581,Dick DeVos,12712,REP,43,42.304070023171285,11,14.059221478374525 +24823,89051,1344,2006,MI,Gov-G,2006_Gov-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-23,2006-11-07,15,803,Jennifer Granholm,12710,DEM,52,56.36329150154581,Dick DeVos,12712,REP,45,42.304070023171285,7,14.059221478374525 +24243,89052,1344,2006,MI,Gov-G,2006_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,600,Jennifer Granholm,12710,DEM,48,56.36329150154581,Dick DeVos,12712,REP,43,42.304070023171285,5,14.059221478374525 +55509,89054,1344,2006,MI,Gov-G,2006_Gov-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,1081,Jennifer Granholm,12710,DEM,51.6,56.36329150154581,Dick DeVos,12712,REP,42.7,42.304070023171285,8.899999999999999,14.059221478374525 +24242,89055,1344,2006,MI,Gov-G,2006_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,600,Jennifer Granholm,12710,DEM,52,56.36329150154581,Dick DeVos,12712,REP,42,42.304070023171285,10,14.059221478374525 +24241,89057,1344,2006,MI,Gov-G,2006_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,600,Jennifer Granholm,12710,DEM,52,56.36329150154581,Dick DeVos,12712,REP,43,42.304070023171285,9,14.059221478374525 +24334,89058,1344,2006,MI,Gov-G,2006_Gov-G_MI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Jennifer Granholm,12710,DEM,52,56.36329150154581,Dick DeVos,12712,REP,38,42.304070023171285,14,14.059221478374525 +24707,89059,1344,2006,MI,Gov-G,2006_Gov-G_MI,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,532,Jennifer Granholm,12710,DEM,54,56.36329150154581,Dick DeVos,12712,REP,41,42.304070023171285,13,14.059221478374525 +24822,89062,1344,2006,MI,Gov-G,2006_Gov-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,687,Jennifer Granholm,12710,DEM,51,56.36329150154581,Dick DeVos,12712,REP,45,42.304070023171285,6,14.059221478374525 +24886,89060,1344,2006,MI,Gov-G,2006_Gov-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,800,Jennifer Granholm,12710,DEM,55,56.36329150154581,Dick DeVos,12712,REP,43,42.304070023171285,12,14.059221478374525 +24721,89070,1345,2006,MN,Gov-G,2006_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2006-09-14,2006-11-07,54,820,Mike Hatch,12715,DEM,42,45.732583364844295,Tim Pawlenty,12717,REP,42,46.69075874616478,0,-0.958175381320487 +24305,89071,1345,2006,MN,Gov-G,2006_Gov-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2006-09-15,2006-11-07,53,1023,Mike Hatch,12715,DEM,44,45.732583364844295,Tim Pawlenty,12717,REP,42,46.69075874616478,2,-0.958175381320487 +24336,89072,1345,2006,MN,Gov-G,2006_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-19,2006-11-07,49,625,Mike Hatch,12715,DEM,39,45.732583364844295,Tim Pawlenty,12717,REP,42,46.69075874616478,-3,-0.958175381320487 +24830,89073,1345,2006,MN,Gov-G,2006_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,616,Mike Hatch,12715,DEM,44,45.732583364844295,Tim Pawlenty,12717,REP,45,46.69075874616478,-1,-0.958175381320487 +55529,138161,1345,2006,MN,Gov-G,2006_Gov-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-04,2006-11-07,34,500,Mike Hatch,12715,DEM,44,45.732583364844295,Tim Pawlenty,12717,REP,42,46.69075874616478,2,-0.958175381320487 +24720,89075,1345,2006,MN,Gov-G,2006_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2006-10-08,2006-11-07,30,818,Mike Hatch,12715,DEM,46,45.732583364844295,Tim Pawlenty,12717,REP,37,46.69075874616478,9,-0.958175381320487 +25009,138133,1345,2006,MN,Gov-G,2006_Gov-G_MN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Mike Hatch,12715,DEM,45,45.732583364844295,Tim Pawlenty,12717,REP,44.9,46.69075874616478,0.10000000000000142,-0.958175381320487 +24829,89077,1345,2006,MN,Gov-G,2006_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-22,2006-11-07,16,606,Mike Hatch,12715,DEM,45,45.732583364844295,Tim Pawlenty,12717,REP,44,46.69075874616478,1,-0.958175381320487 +24513,89078,1345,2006,MN,Gov-G,2006_Gov-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-25,2006-11-07,13,500,Mike Hatch,12715,DEM,45,45.732583364844295,Tim Pawlenty,12717,REP,44,46.69075874616478,1,-0.958175381320487 +24717,89076,1345,2006,MN,Gov-G,2006_Gov-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,504,Mike Hatch,12715,DEM,46,45.732583364844295,Tim Pawlenty,12717,REP,37,46.69075874616478,9,-0.958175381320487 +25008,89079,1345,2006,MN,Gov-G,2006_Gov-G_MN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,715,Mike Hatch,12715,DEM,46.1,45.732583364844295,Tim Pawlenty,12717,REP,44.7,46.69075874616478,1.3999999999999986,-0.958175381320487 +55534,89080,1345,2006,MN,Gov-G,2006_Gov-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,663,Mike Hatch,12715,DEM,45,45.732583364844295,Tim Pawlenty,12717,REP,39,46.69075874616478,6,-0.958175381320487 +24335,89081,1345,2006,MN,Gov-G,2006_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,625,Mike Hatch,12715,DEM,44,45.732583364844295,Tim Pawlenty,12717,REP,42,46.69075874616478,2,-0.958175381320487 +24512,89082,1345,2006,MN,Gov-G,2006_Gov-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-01,2006-11-07,6,500,Mike Hatch,12715,DEM,47,45.732583364844295,Tim Pawlenty,12717,REP,45,46.69075874616478,2,-0.958175381320487 +24719,89084,1345,2006,MN,Gov-G,2006_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2006-11-02,2006-11-07,5,1027,Mike Hatch,12715,DEM,45,45.732583364844295,Tim Pawlenty,12717,REP,40,46.69075874616478,5,-0.958175381320487 +24828,89085,1345,2006,MN,Gov-G,2006_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,710,Mike Hatch,12715,DEM,45,45.732583364844295,Tim Pawlenty,12717,REP,45,46.69075874616478,0,-0.958175381320487 +24887,89083,1345,2006,MN,Gov-G,2006_Gov-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,501,Mike Hatch,12715,DEM,49,45.732583364844295,Tim Pawlenty,12717,REP,45,46.69075874616478,4,-0.958175381320487 +24718,89086,1345,2006,MN,Gov-G,2006_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2006-11-05,2006-11-07,2,1027,Mike Hatch,12715,DEM,44,45.732583364844295,Tim Pawlenty,12717,REP,41,46.69075874616478,3,-0.958175381320487 +24555,89089,1346,2006,NE,Gov-G,2006_Gov-G_NE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-20,2006-11-07,48,500,David Hahn,12720,DEM,18,24.45660875324636,Dave Heineman,12722,REP,72,73.397128541502,-54,-48.94051978825564 +24554,89090,1346,2006,NE,Gov-G,2006_Gov-G_NE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-16,2006-11-07,22,500,David Hahn,12720,DEM,22,24.45660875324636,Dave Heineman,12722,REP,70,73.397128541502,-48,-48.94051978825564 +55545,89092,1347,2006,NH,Gov-G,2006_Gov-G_NH,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-17,2006-11-07,51,458,John Lynch,12724,DEM,73,74.01587486463245,Jim Coburn,12723,REP,23,25.82775548842592,50,48.18811937620653 +4098,89093,1347,2006,NH,Gov-G,2006_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2006-09-19,2006-11-07,49,515,John Lynch,12724,DEM,69,74.01587486463245,Jim Coburn,12723,REP,14,25.82775548842592,55,48.18811937620653 +55547,89094,1347,2006,NH,Gov-G,2006_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2006-09-26,2006-11-07,42,557,John Lynch,12724,DEM,59,74.01587486463245,Jim Coburn,12723,REP,29,25.82775548842592,30,48.18811937620653 +55548,89095,1347,2006,NH,Gov-G,2006_Gov-G_NH,Becker Institute,26,FALSE,TRUE,NA,NA,2006-10-07,2006-11-07,31,408,John Lynch,12724,DEM,70,74.01587486463245,Jim Coburn,12723,REP,19,25.82775548842592,51,48.18811937620653 +74106,138984,1347,2006,NH,Gov-G,2006_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,663,John Lynch,12724,DEM,71,74.01587486463245,Jim Coburn,12723,REP,19,25.82775548842592,52,48.18811937620653 +55551,89098,1347,2006,NH,Gov-G,2006_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2006-11-04,2006-11-07,3,641,John Lynch,12724,DEM,74,74.01587486463245,Jim Coburn,12723,REP,18,25.82775548842592,56,48.18811937620653 +24679,89102,1348,2006,NM,Gov-G,2006_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,664,Bill Richardson,12726,DEM,60,68.81735429296994,John Dendahl,12725,REP,28,31.18264570703006,32,37.634708585939876 +24350,89111,1349,2006,NV,Gov-G,2006_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-20,2006-11-07,48,625,Dina Titus,12728,DEM,36,43.920035454292474,Jim Gibbons,12729,REP,45,47.92564905060138,-9,-4.005613596308905 +25028,138144,1349,2006,NV,Gov-G,2006_Gov-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Dina Titus,12728,DEM,43.2,43.920035454292474,Jim Gibbons,12729,REP,48.4,47.92564905060138,-5.199999999999996,-4.005613596308905 +24578,89112,1349,2006,NV,Gov-G,2006_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-17,2006-11-07,21,500,Dina Titus,12728,DEM,43,43.920035454292474,Jim Gibbons,12729,REP,51,47.92564905060138,-8,-4.005613596308905 +55566,89114,1349,2006,NV,Gov-G,2006_Gov-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,485,Dina Titus,12728,DEM,47.5,43.920035454292474,Jim Gibbons,12729,REP,46.6,47.92564905060138,0.8999999999999986,-4.005613596308905 +24349,89115,1349,2006,NV,Gov-G,2006_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,625,Dina Titus,12728,DEM,40,43.920035454292474,Jim Gibbons,12729,REP,44,47.92564905060138,-4,-4.005613596308905 +24577,89116,1349,2006,NV,Gov-G,2006_Gov-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-31,2006-11-07,7,500,Dina Titus,12728,DEM,46,43.920035454292474,Jim Gibbons,12729,REP,48,47.92564905060138,-2,-4.005613596308905 +24890,89117,1349,2006,NV,Gov-G,2006_Gov-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,402,Dina Titus,12728,DEM,44,43.920035454292474,Jim Gibbons,12729,REP,51,47.92564905060138,-7,-4.005613596308905 +24712,89138,1350,2006,NY,Gov-G,2006_Gov-G_NY,Siena College,305,TRUE,FALSE,NA,NA,2006-09-13,2006-11-07,55,625,Eliot Spitzer,12732,DEM,72,58.342732989248105,John J. Faso,12733,REP,21,23.535808910724803,51,34.8069240785233 +24225,89139,1350,2006,NY,Gov-G,2006_Gov-G_NY,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2006-09-26,2006-11-07,42,734,Eliot Spitzer,12732,DEM,70,58.342732989248105,John J. Faso,12733,REP,20,23.535808910724803,50,34.8069240785233 +24442,89140,1350,2006,NY,Gov-G,2006_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-28,2006-11-07,40,1263,Eliot Spitzer,12732,DEM,69,58.342732989248105,John J. Faso,12733,REP,18,23.535808910724803,51,34.8069240785233 +24711,89141,1350,2006,NY,Gov-G,2006_Gov-G_NY,Siena College,305,TRUE,FALSE,NA,NA,2006-10-11,2006-11-07,27,620,Eliot Spitzer,12732,DEM,68,58.342732989248105,John J. Faso,12733,REP,22,23.535808910724803,46,34.8069240785233 +24441,89142,1350,2006,NY,Gov-G,2006_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-10-13,2006-11-07,25,1053,Eliot Spitzer,12732,DEM,71,58.342732989248105,John J. Faso,12733,REP,22,23.535808910724803,49,34.8069240785233 +25031,138140,1350,2006,NY,Gov-G,2006_Gov-G_NY,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Eliot Spitzer,12732,DEM,64.1,58.342732989248105,John J. Faso,12733,REP,26,23.535808910724803,38.099999999999994,34.8069240785233 +24319,89143,1350,2006,NY,Gov-G,2006_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2006-10-17,2006-11-07,21,475,Eliot Spitzer,12732,DEM,73,58.342732989248105,John J. Faso,12733,REP,22,23.535808910724803,51,34.8069240785233 +55595,89144,1350,2006,NY,Gov-G,2006_Gov-G_NY,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,952,Eliot Spitzer,12732,DEM,63.2,58.342732989248105,John J. Faso,12733,REP,27.3,23.535808910724803,35.900000000000006,34.8069240785233 +55598,89147,1350,2006,NY,Gov-G,2006_Gov-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-11-01,2006-11-07,6,1011,Eliot Spitzer,12732,DEM,69,58.342732989248105,John J. Faso,12733,REP,24,23.535808910724803,45,34.8069240785233 +24318,89145,1350,2006,NY,Gov-G,2006_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,503,Eliot Spitzer,12732,DEM,69,58.342732989248105,John J. Faso,12733,REP,24,23.535808910724803,45,34.8069240785233 +24710,89146,1350,2006,NY,Gov-G,2006_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,500,Eliot Spitzer,12732,DEM,69,58.342732989248105,John J. Faso,12733,REP,24,23.535808910724803,45,34.8069240785233 +24585,89164,1351,2006,OH,Gov-G,2006_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,Ted Strickland,12740,DEM,54,60.54060624500364,J. Kenneth Blackwell,12738,REP,35,36.648207474754706,19,23.89239877024893 +24448,89165,1351,2006,OH,Gov-G,2006_Gov-G_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-14,2006-11-07,54,876,Ted Strickland,12740,DEM,55,60.54060624500364,J. Kenneth Blackwell,12738,REP,34,36.648207474754706,21,23.89239877024893 +24868,89166,1351,2006,OH,Gov-G,2006_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2006-09-12,2006-11-07,56,639,Ted Strickland,12740,DEM,50,60.54060624500364,J. Kenneth Blackwell,12738,REP,38,36.648207474754706,12,23.89239877024893 +24841,89167,1351,2006,OH,Gov-G,2006_Gov-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-19,2006-11-07,49,490,Ted Strickland,12740,DEM,56,60.54060624500364,J. Kenneth Blackwell,12738,REP,35,36.648207474754706,21,23.89239877024893 +24229,89168,1351,2006,OH,Gov-G,2006_Gov-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2006-09-15,2006-11-07,53,1791,Ted Strickland,12740,DEM,52,60.54060624500364,J. Kenneth Blackwell,12738,REP,33,36.648207474754706,19,23.89239877024893 +24356,89169,1351,2006,OH,Gov-G,2006_Gov-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,625,Ted Strickland,12740,DEM,53,60.54060624500364,J. Kenneth Blackwell,12738,REP,36,36.648207474754706,17,23.89239877024893 +24865,89163,1351,2006,OH,Gov-G,2006_Gov-G_OH,University of Akron Ray C. Bliss Institute of Applied Politics,432,FALSE,FALSE,NA,NA,2006-09-09,2006-11-07,59,477,Ted Strickland,12740,DEM,47,60.54060624500364,J. Kenneth Blackwell,12738,REP,34,36.648207474754706,13,23.89239877024893 +24584,89170,1351,2006,OH,Gov-G,2006_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-03,2006-11-07,35,500,Ted Strickland,12740,DEM,52,60.54060624500364,J. Kenneth Blackwell,12738,REP,40,36.648207474754706,12,23.89239877024893 +24840,89171,1351,2006,OH,Gov-G,2006_Gov-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-10,2006-11-07,28,515,Ted Strickland,12740,DEM,60,60.54060624500364,J. Kenneth Blackwell,12738,REP,32,36.648207474754706,28,23.89239877024893 +24867,89172,1351,2006,OH,Gov-G,2006_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2006-10-11,2006-11-07,27,526,Ted Strickland,12740,DEM,52,60.54060624500364,J. Kenneth Blackwell,12738,REP,38,36.648207474754706,14,23.89239877024893 +24226,138154,1351,2006,OH,Gov-G,2006_Gov-G_OH,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2006-10-13,2006-11-07,25,689,Ted Strickland,12740,DEM,54,60.54060624500364,J. Kenneth Blackwell,12738,REP,29,36.648207474754706,25,23.89239877024893 +24447,89174,1351,2006,OH,Gov-G,2006_Gov-G_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-10-12,2006-11-07,26,901,Ted Strickland,12740,DEM,59,60.54060624500364,J. Kenneth Blackwell,12738,REP,32,36.648207474754706,27,23.89239877024893 +25036,138137,1351,2006,OH,Gov-G,2006_Gov-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Ted Strickland,12740,DEM,51,60.54060624500364,J. Kenneth Blackwell,12738,REP,40.6,36.648207474754706,10.399999999999999,23.89239877024893 +24355,89175,1351,2006,OH,Gov-G,2006_Gov-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,625,Ted Strickland,12740,DEM,54,60.54060624500364,J. Kenneth Blackwell,12738,REP,34,36.648207474754706,20,23.89239877024893 +24582,89176,1351,2006,OH,Gov-G,2006_Gov-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-24,2006-11-07,14,500,Ted Strickland,12740,DEM,58,60.54060624500364,J. Kenneth Blackwell,12738,REP,36,36.648207474754706,22,23.89239877024893 +24839,89177,1351,2006,OH,Gov-G,2006_Gov-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-24,2006-11-07,14,563,Ted Strickland,12740,DEM,62,60.54060624500364,J. Kenneth Blackwell,12738,REP,32,36.648207474754706,30,23.89239877024893 +55628,89178,1351,2006,OH,Gov-G,2006_Gov-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Ted Strickland,12740,DEM,50.8,60.54060624500364,J. Kenneth Blackwell,12738,REP,43.3,36.648207474754706,7.5,23.89239877024893 +24398,89180,1351,2006,OH,Gov-G,2006_Gov-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,542,Ted Strickland,12740,DEM,59,60.54060624500364,J. Kenneth Blackwell,12738,REP,36,36.648207474754706,23,23.89239877024893 +24395,89179,1351,2006,OH,Gov-G,2006_Gov-G_OH,Opinion Consultants,241,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,800,Ted Strickland,12740,DEM,55,60.54060624500364,J. Kenneth Blackwell,12738,REP,39,36.648207474754706,16,23.89239877024893 +24354,89182,1351,2006,OH,Gov-G,2006_Gov-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Ted Strickland,12740,DEM,56,60.54060624500364,J. Kenneth Blackwell,12738,REP,37,36.648207474754706,19,23.89239877024893 +24228,89181,1351,2006,OH,Gov-G,2006_Gov-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2006-10-29,2006-11-07,9,1541,Ted Strickland,12740,DEM,67,60.54060624500364,J. Kenneth Blackwell,12738,REP,31,36.648207474754706,36,23.89239877024893 +24838,89185,1351,2006,OH,Gov-G,2006_Gov-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,436,Ted Strickland,12740,DEM,55,60.54060624500364,J. Kenneth Blackwell,12738,REP,38,36.648207474754706,17,23.89239877024893 +24866,89184,1351,2006,OH,Gov-G,2006_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2006-11-03,2006-11-07,4,1008,Ted Strickland,12740,DEM,59,60.54060624500364,J. Kenneth Blackwell,12738,REP,37,36.648207474754706,22,23.89239877024893 +24891,89183,1351,2006,OH,Gov-G,2006_Gov-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1003,Ted Strickland,12740,DEM,62,60.54060624500364,J. Kenneth Blackwell,12738,REP,35,36.648207474754706,27,23.89239877024893 +55640,89190,1352,2006,OK,Gov-G,2006_Gov-G_OK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-16,2006-11-07,52,500,Brad Henry,12742,DEM,59,66.50407679969604,Ernest Istook,12741,REP,34,33.49592320030395,25,33.00815359939209 +55641,89191,1352,2006,OK,Gov-G,2006_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-23,2006-11-07,45,494,Brad Henry,12742,DEM,64,66.50407679969604,Ernest Istook,12741,REP,33,33.49592320030395,31,33.00815359939209 +55642,89192,1352,2006,OK,Gov-G,2006_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-22,2006-11-07,16,472,Brad Henry,12742,DEM,64,66.50407679969604,Ernest Istook,12741,REP,32,33.49592320030395,32,33.00815359939209 +73597,138112,1352,2006,OK,Gov-G,2006_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2006-10-21,2006-11-07,17,547,Brad Henry,12742,DEM,68,66.50407679969604,Ernest Istook,12741,REP,25,33.49592320030395,43,33.00815359939209 +55643,89193,1352,2006,OK,Gov-G,2006_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-02,2006-11-07,5,488,Brad Henry,12742,DEM,65,66.50407679969604,Ernest Istook,12741,REP,29,33.49592320030395,36,33.00815359939209 +24265,89246,1353,2006,PA,Gov-G,2006_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2006-09-15,2006-11-07,53,604,Ed Rendell,12748,DEM,52,60.3646975115402,Lynn Swann,12749,REP,34,39.63530248845981,18,20.729395023080393 +24408,89247,1353,2006,PA,Gov-G,2006_Gov-G_PA,Pew Research Center,253,TRUE,FALSE,NA,NA,2006-09-15,2006-11-07,53,1201,Ed Rendell,12748,DEM,61,60.3646975115402,Lynn Swann,12749,REP,32,39.63530248845981,29,20.729395023080393 +24598,89248,1353,2006,PA,Gov-G,2006_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-20,2006-11-07,48,500,Ed Rendell,12748,DEM,56,60.3646975115402,Lynn Swann,12749,REP,36,39.63530248845981,20,20.729395023080393 +24862,89249,1353,2006,PA,Gov-G,2006_Gov-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,NA,NA,2006-09-17,2006-11-07,51,666,Ed Rendell,12748,DEM,60,60.3646975115402,Lynn Swann,12749,REP,33,39.63530248845981,27,20.729395023080393 +24450,89250,1353,2006,PA,Gov-G,2006_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-21,2006-11-07,47,933,Ed Rendell,12748,DEM,55,60.3646975115402,Lynn Swann,12749,REP,39,39.63530248845981,16,20.729395023080393 +24359,89252,1353,2006,PA,Gov-G,2006_Gov-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-24,2006-11-07,44,625,Ed Rendell,12748,DEM,54,60.3646975115402,Lynn Swann,12749,REP,37,39.63530248845981,17,20.729395023080393 +24386,89253,1353,2006,PA,Gov-G,2006_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2006-10-05,2006-11-07,33,511,Ed Rendell,12748,DEM,56,60.3646975115402,Lynn Swann,12749,REP,35,39.63530248845981,21,20.729395023080393 +55704,89254,1353,2006,PA,Gov-G,2006_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-14,2006-11-07,24,500,Ed Rendell,12748,DEM,57,60.3646975115402,Lynn Swann,12749,REP,40,39.63530248845981,17,20.729395023080393 +25041,138143,1353,2006,PA,Gov-G,2006_Gov-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Ed Rendell,12748,DEM,51.4,60.3646975115402,Lynn Swann,12749,REP,44.4,39.63530248845981,7,20.729395023080393 +24358,89255,1353,2006,PA,Gov-G,2006_Gov-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,625,Ed Rendell,12748,DEM,56,60.3646975115402,Lynn Swann,12749,REP,35,39.63530248845981,21,20.729395023080393 +24878,89258,1353,2006,PA,Gov-G,2006_Gov-G_PA,West Chester University,377,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,601,Ed Rendell,12748,DEM,57,60.3646975115402,Lynn Swann,12749,REP,32,39.63530248845981,25,20.729395023080393 +24861,89256,1353,2006,PA,Gov-G,2006_Gov-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,698,Ed Rendell,12748,DEM,58,60.3646975115402,Lynn Swann,12749,REP,34,39.63530248845981,24,20.729395023080393 +55709,89259,1353,2006,PA,Gov-G,2006_Gov-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,755,Ed Rendell,12748,DEM,55.2,60.3646975115402,Lynn Swann,12749,REP,42,39.63530248845981,13.200000000000003,20.729395023080393 +24595,89262,1353,2006,PA,Gov-G,2006_Gov-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-28,2006-11-07,10,500,Ed Rendell,12748,DEM,56,60.3646975115402,Lynn Swann,12749,REP,38,39.63530248845981,18,20.729395023080393 +24264,89261,1353,2006,PA,Gov-G,2006_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2006-10-27,2006-11-07,11,626,Ed Rendell,12748,DEM,58,60.3646975115402,Lynn Swann,12749,REP,33,39.63530248845981,25,20.729395023080393 +24449,89260,1353,2006,PA,Gov-G,2006_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-26,2006-11-07,12,933,Ed Rendell,12748,DEM,58,60.3646975115402,Lynn Swann,12749,REP,35,39.63530248845981,23,20.729395023080393 +24357,89265,1353,2006,PA,Gov-G,2006_Gov-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Ed Rendell,12748,DEM,56,60.3646975115402,Lynn Swann,12749,REP,38,39.63530248845981,18,20.729395023080393 +24385,89264,1353,2006,PA,Gov-G,2006_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,507,Ed Rendell,12748,DEM,60,60.3646975115402,Lynn Swann,12749,REP,35,39.63530248845981,25,20.729395023080393 +24892,89266,1353,2006,PA,Gov-G,2006_Gov-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1005,Ed Rendell,12748,DEM,61,60.3646975115402,Lynn Swann,12749,REP,37,39.63530248845981,24,20.729395023080393 +24612,89277,1354,2006,RI,Gov-G,2006_Gov-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,Charlie Fogarty,12750,DEM,45,48.99136266219245,Donald Carcieri,12751,REP,47,51.00863733780755,-2,-2.0172746756150985 +24220,89278,1354,2006,RI,Gov-G,2006_Gov-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2006-09-17,2006-11-07,51,578,Charlie Fogarty,12750,DEM,38,48.99136266219245,Donald Carcieri,12751,REP,50,51.00863733780755,-12,-2.0172746756150985 +24362,89279,1354,2006,RI,Gov-G,2006_Gov-G_RI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,625,Charlie Fogarty,12750,DEM,34,48.99136266219245,Donald Carcieri,12751,REP,50,51.00863733780755,-16,-2.0172746756150985 +24284,89280,1354,2006,RI,Gov-G,2006_Gov-G_RI,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,699,Charlie Fogarty,12750,DEM,46,48.99136266219245,Donald Carcieri,12751,REP,47,51.00863733780755,-1,-2.0172746756150985 +24611,89281,1354,2006,RI,Gov-G,2006_Gov-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-04,2006-11-07,34,500,Charlie Fogarty,12750,DEM,45,48.99136266219245,Donald Carcieri,12751,REP,48,51.00863733780755,-3,-2.0172746756150985 +24696,138163,1354,2006,RI,Gov-G,2006_Gov-G_RI,Quest Research Group,285,FALSE,TRUE,NA,NA,2006-10-03,2006-11-07,35,459,Charlie Fogarty,12750,DEM,36,48.99136266219245,Donald Carcieri,12751,REP,44,51.00863733780755,-8,-2.0172746756150985 +24610,89283,1354,2006,RI,Gov-G,2006_Gov-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-19,2006-11-07,19,500,Charlie Fogarty,12750,DEM,44,48.99136266219245,Donald Carcieri,12751,REP,51,51.00863733780755,-7,-2.0172746756150985 +24361,89282,1354,2006,RI,Gov-G,2006_Gov-G_RI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,625,Charlie Fogarty,12750,DEM,39,48.99136266219245,Donald Carcieri,12751,REP,49,51.00863733780755,-10,-2.0172746756150985 +24695,89284,1354,2006,RI,Gov-G,2006_Gov-G_RI,Quest Research Group,285,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,408,Charlie Fogarty,12750,DEM,35,48.99136266219245,Donald Carcieri,12751,REP,49,51.00863733780755,-14,-2.0172746756150985 +73568,138070,1354,2006,RI,Gov-G,2006_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2006-10-29,2006-11-07,9,401,Charlie Fogarty,12750,DEM,41,48.99136266219245,Donald Carcieri,12751,REP,50,51.00863733780755,-9,-2.0172746756150985 +24360,89285,1354,2006,RI,Gov-G,2006_Gov-G_RI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Charlie Fogarty,12750,DEM,42,48.99136266219245,Donald Carcieri,12751,REP,50,51.00863733780755,-8,-2.0172746756150985 +55739,89291,1355,2006,SC,Gov-G,2006_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-18,2006-11-07,50,502,Tommy Moore,12752,DEM,41,44.78898417152339,Mark Sanford,12753,REP,54,55.11833810153522,-13,-10.329353930011834 +55740,89292,1355,2006,SC,Gov-G,2006_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,459,Tommy Moore,12752,DEM,46,44.78898417152339,Mark Sanford,12753,REP,50,55.11833810153522,-4,-10.329353930011834 +55741,89293,1355,2006,SC,Gov-G,2006_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-15,2006-11-07,23,453,Tommy Moore,12752,DEM,41,44.78898417152339,Mark Sanford,12753,REP,56,55.11833810153522,-15,-10.329353930011834 +55743,89295,1355,2006,SC,Gov-G,2006_Gov-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-23,2006-11-07,15,500,Tommy Moore,12752,DEM,34,44.78898417152339,Mark Sanford,12753,REP,57,55.11833810153522,-23,-10.329353930011834 +55742,89294,1355,2006,SC,Gov-G,2006_Gov-G_SC,Clemson University,54,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,500,Tommy Moore,12752,DEM,31,44.78898417152339,Mark Sanford,12753,REP,58,55.11833810153522,-27,-10.329353930011834 +55745,89297,1355,2006,SC,Gov-G,2006_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,485,Tommy Moore,12752,DEM,40,44.78898417152339,Mark Sanford,12753,REP,57,55.11833810153522,-17,-10.329353930011834 +55744,89296,1355,2006,SC,Gov-G,2006_Gov-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,399,Tommy Moore,12752,DEM,44,44.78898417152339,Mark Sanford,12753,REP,56,55.11833810153522,-12,-10.329353930011834 +64710,138099,1356,2006,SD,Gov-G,2006_Gov-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-25,2006-11-07,13,800,Jack Billion,12757,DEM,35,36.13207434696043,M. Michael Rounds,12755,REP,57,61.694505049059934,-22,-25.562430702099505 +24847,89300,1357,2006,TN,Gov-G,2006_Gov-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-10,2006-11-07,58,638,Phil Bredesen,12761,DEM,63,68.59815160328372,Jim Bryson,12758,REP,30,29.7409088234631,33,38.85724277982062 +24212,144142,1357,2006,TN,Gov-G,2006_Gov-G_TN,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2006-09-22,2006-11-07,46,605,Phil Bredesen,12761,DEM,61,68.59815160328372,Jim Bryson,12758,REP,21,29.7409088234631,40,38.85724277982062 +24365,89301,1357,2006,TN,Gov-G,2006_Gov-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,625,Phil Bredesen,12761,DEM,63,68.59815160328372,Jim Bryson,12758,REP,22,29.7409088234631,41,38.85724277982062 +24377,89302,1357,2006,TN,Gov-G,2006_Gov-G_TN,Middle Tennessee State University,208,TRUE,FALSE,NA,NA,2006-09-25,2006-11-07,43,549,Phil Bredesen,12761,DEM,59,68.59815160328372,Jim Bryson,12758,REP,21,29.7409088234631,38,38.85724277982062 +24624,89304,1357,2006,TN,Gov-G,2006_Gov-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-30,2006-11-07,38,500,Phil Bredesen,12761,DEM,63,68.59815160328372,Jim Bryson,12758,REP,28,29.7409088234631,35,38.85724277982062 +24286,89303,1357,2006,TN,Gov-G,2006_Gov-G_TN,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,598,Phil Bredesen,12761,DEM,66,68.59815160328372,Jim Bryson,12758,REP,26,29.7409088234631,40,38.85724277982062 +24846,89305,1357,2006,TN,Gov-G,2006_Gov-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-08,2006-11-07,30,539,Phil Bredesen,12761,DEM,63,68.59815160328372,Jim Bryson,12758,REP,32,29.7409088234631,31,38.85724277982062 +24364,89306,1357,2006,TN,Gov-G,2006_Gov-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,625,Phil Bredesen,12761,DEM,62,68.59815160328372,Jim Bryson,12758,REP,27,29.7409088234631,35,38.85724277982062 +24845,89307,1357,2006,TN,Gov-G,2006_Gov-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-23,2006-11-07,15,780,Phil Bredesen,12761,DEM,66,68.59815160328372,Jim Bryson,12758,REP,29,29.7409088234631,37,38.85724277982062 +24399,89308,1357,2006,TN,Gov-G,2006_Gov-G_TN,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,541,Phil Bredesen,12761,DEM,59,68.59815160328372,Jim Bryson,12758,REP,37,29.7409088234631,22,38.85724277982062 +24363,89310,1357,2006,TN,Gov-G,2006_Gov-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,625,Phil Bredesen,12761,DEM,61,68.59815160328372,Jim Bryson,12758,REP,26,29.7409088234631,35,38.85724277982062 +24844,89311,1357,2006,TN,Gov-G,2006_Gov-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,679,Phil Bredesen,12761,DEM,62,68.59815160328372,Jim Bryson,12758,REP,34,29.7409088234631,28,38.85724277982062 +24893,89309,1357,2006,TN,Gov-G,2006_Gov-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,502,Phil Bredesen,12761,DEM,63,68.59815160328372,Jim Bryson,12758,REP,31,29.7409088234631,32,38.85724277982062 +55772,89324,1358,2006,TX,Gov-G,2006_Gov-G_TX,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-17,2006-11-07,51,536,Chris Bell,12763,DEM,23,29.790718326401382,Rick Perry,12766,REP,35,39.03153684664272,-12,-9.24081852024134 +55774,89326,1358,2006,TX,Gov-G,2006_Gov-G_TX,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2006-09-30,2006-11-07,38,828,Chris Bell,12763,DEM,15,29.790718326401382,Rick Perry,12766,REP,38,39.03153684664272,-23,-9.24081852024134 +55775,89327,1358,2006,TX,Gov-G,2006_Gov-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-09,2006-11-07,29,500,Chris Bell,12763,DEM,19,29.790718326401382,Rick Perry,12766,REP,34,39.03153684664272,-15,-9.24081852024134 +25055,138146,1358,2006,TX,Gov-G,2006_Gov-G_TX,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Chris Bell,12763,DEM,26.2,29.790718326401382,Rick Perry,12766,REP,37.5,39.03153684664272,-11.3,-9.24081852024134 +55776,89328,1358,2006,TX,Gov-G,2006_Gov-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-22,2006-11-07,16,532,Chris Bell,12763,DEM,26,29.790718326401382,Rick Perry,12766,REP,36,39.03153684664272,-10,-9.24081852024134 +55777,89329,1358,2006,TX,Gov-G,2006_Gov-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-24,2006-11-07,14,500,Chris Bell,12763,DEM,25,29.790718326401382,Rick Perry,12766,REP,36,39.03153684664272,-11,-9.24081852024134 +25054,89330,1358,2006,TX,Gov-G,2006_Gov-G_TX,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-24,2006-11-07,14,1003,Chris Bell,12763,DEM,22,29.790718326401382,Rick Perry,12766,REP,38,39.03153684664272,-16,-9.24081852024134 +55779,89331,1358,2006,TX,Gov-G,2006_Gov-G_TX,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,1081,Chris Bell,12763,DEM,28.5,29.790718326401382,Rick Perry,12766,REP,36.7,39.03153684664272,-8.200000000000003,-9.24081852024134 +55780,89332,1358,2006,TX,Gov-G,2006_Gov-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-02,2006-11-07,5,557,Chris Bell,12763,DEM,22,29.790718326401382,Rick Perry,12766,REP,38,39.03153684664272,-16,-9.24081852024134 +24201,89338,1359,2006,VT,Gov-G,2006_Gov-G_VT,American Research Group,9,TRUE,FALSE,NA,NA,2006-09-13,2006-11-07,55,600,Scudder Parker,12769,DEM,32,41.17337843397175,Jim Douglas,12768,REP,59,56.38113086803492,-27,-15.207752434063174 +24651,89339,1359,2006,VT,Gov-G,2006_Gov-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-24,2006-11-07,44,500,Scudder Parker,12769,DEM,38,41.17337843397175,Jim Douglas,12768,REP,52,56.38113086803492,-14,-15.207752434063174 +24669,89362,1360,2006,WI,Gov-G,2006_Gov-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-14,2006-11-07,54,500,Jim Doyle,12774,DEM,47,52.69533237729564,Mark A. Green,12772,REP,44,45.30818337419624,3,7.3871490030994025 +55812,89364,1360,2006,WI,Gov-G,2006_Gov-G_WI,Diversified Research Inc,80,FALSE,TRUE,NA,NA,2006-09-20,2006-11-07,48,600,Jim Doyle,12774,DEM,45,52.69533237729564,Mark A. Green,12772,REP,40,45.30818337419624,5,7.3871490030994025 +55815,89367,1360,2006,WI,Gov-G,2006_Gov-G_WI,Abacus Associates,6,FALSE,TRUE,NA,NA,2006-10-11,2006-11-07,27,708,Jim Doyle,12774,DEM,47,52.69533237729564,Mark A. Green,12772,REP,41,45.30818337419624,6,7.3871490030994025 +25066,138134,1360,2006,WI,Gov-G,2006_Gov-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Jim Doyle,12774,DEM,47.4,52.69533237729564,Mark A. Green,12772,REP,45.6,45.30818337419624,1.7999999999999972,7.3871490030994025 +55816,89368,1360,2006,WI,Gov-G,2006_Gov-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,NA,NA,2006-10-13,2006-11-07,25,400,Jim Doyle,12774,DEM,51,52.69533237729564,Mark A. Green,12772,REP,38,45.30818337419624,13,7.3871490030994025 +55817,89369,1360,2006,WI,Gov-G,2006_Gov-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-18,2006-11-07,20,500,Jim Doyle,12774,DEM,48,52.69533237729564,Mark A. Green,12772,REP,44,45.30818337419624,4,7.3871490030994025 +55818,138102,1360,2006,WI,Gov-G,2006_Gov-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,266,Jim Doyle,12774,DEM,51,52.69533237729564,Mark A. Green,12772,REP,39,45.30818337419624,12,7.3871490030994025 +25065,89371,1360,2006,WI,Gov-G,2006_Gov-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,845,Jim Doyle,12774,DEM,46.7,52.69533237729564,Mark A. Green,12772,REP,47.2,45.30818337419624,-0.5,7.3871490030994025 +55822,89374,1360,2006,WI,Gov-G,2006_Gov-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,502,Jim Doyle,12774,DEM,53,52.69533237729564,Mark A. Green,12772,REP,43,45.30818337419624,10,7.3871490030994025 +24375,89378,1361,2006,WY,Gov-G,2006_Gov-G_WY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-10-11,2006-11-07,27,625,Dave Freudenthal,12775,DEM,63,69.99214940913974,Ray Hunkins,12776,REP,30,30.007850590860254,33,39.984298818279484 +63841,138103,1361,2006,WY,Gov-G,2006_Gov-G_WY,Aspen Media & Market Research,17,FALSE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,666,Dave Freudenthal,12775,DEM,69,69.99214940913974,Ray Hunkins,12776,REP,18,30.007850590860254,51,39.984298818279484 +55648,89198,1362,2006,OR,Gov-G,2006_Gov-G_OR,Moore Information Group,217,FALSE,FALSE,NA,NA,2006-09-15,2006-11-07,53,1000,Ted Kulongoski,12747,DEM,38,50.72842929375307,Ron Saxton,12744,REP,38,42.75162652458363,0,7.9768027691694385 +55649,89199,1362,2006,OR,Gov-G,2006_Gov-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-18,2006-11-07,50,500,Ted Kulongoski,12747,DEM,47,50.72842929375307,Ron Saxton,12744,REP,38,42.75162652458363,9,7.9768027691694385 +55650,144135,1362,2006,OR,Gov-G,2006_Gov-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,2006-09-24,2006-11-07,44,600,Ted Kulongoski,12747,DEM,43,50.72842929375307,Ron Saxton,12744,REP,38,42.75162652458363,5,7.9768027691694385 +55651,89201,1362,2006,OR,Gov-G,2006_Gov-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-27,2006-11-07,41,500,Ted Kulongoski,12747,DEM,47,50.72842929375307,Ron Saxton,12744,REP,42,42.75162652458363,5,7.9768027691694385 +55652,89202,1362,2006,OR,Gov-G,2006_Gov-G_OR,Riley Research Associates,290,FALSE,FALSE,NA,NA,2006-09-24,2006-11-07,44,471,Ted Kulongoski,12747,DEM,37,50.72842929375307,Ron Saxton,12744,REP,39,42.75162652458363,-2,7.9768027691694385 +73616,138142,1362,2006,OR,Gov-G,2006_Gov-G_OR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,666,Ted Kulongoski,12747,DEM,47.2,50.72842929375307,Ron Saxton,12744,REP,43.5,42.75162652458363,3.700000000000003,7.9768027691694385 +55653,89203,1362,2006,OR,Gov-G,2006_Gov-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,445,Ted Kulongoski,12747,DEM,47,50.72842929375307,Ron Saxton,12744,REP,36,42.75162652458363,11,7.9768027691694385 +55654,89204,1362,2006,OR,Gov-G,2006_Gov-G_OR,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,755,Ted Kulongoski,12747,DEM,47.2,50.72842929375307,Ron Saxton,12744,REP,46.6,42.75162652458363,0.6000000000000014,7.9768027691694385 +55655,89205,1362,2006,OR,Gov-G,2006_Gov-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-28,2006-11-07,10,500,Ted Kulongoski,12747,DEM,51,50.72842929375307,Ron Saxton,12744,REP,44,42.75162652458363,7,7.9768027691694385 +55656,89206,1362,2006,OR,Gov-G,2006_Gov-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2006-10-30,2006-11-07,8,600,Ted Kulongoski,12747,DEM,46,50.72842929375307,Ron Saxton,12744,REP,39,42.75162652458363,7,7.9768027691694385 +55657,89207,1362,2006,OR,Gov-G,2006_Gov-G_OR,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,502,Ted Kulongoski,12747,DEM,54,50.72842929375307,Ron Saxton,12744,REP,46,42.75162652458363,8,7.9768027691694385 +75575,144169,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-09-14,2005-11-08,55,500,Jon Stevens Corzine,13779,DEM,47,53.47153114341345,Douglas R. Forrester,13780,REP,36,43.02307454830555,11,10.4484565951079 +75570,144163,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2005-09-22,2005-11-08,47,874,Jon Stevens Corzine,13779,DEM,48,53.47153114341345,Douglas R. Forrester,13780,REP,43,43.02307454830555,5,10.4484565951079 +75566,144157,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2005-09-23,2005-11-08,46,635,Jon Stevens Corzine,13779,DEM,48,53.47153114341345,Douglas R. Forrester,13780,REP,38,43.02307454830555,10,10.4484565951079 +75568,144159,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2005-09-23,2005-11-08,46,463,Jon Stevens Corzine,13779,DEM,46,53.47153114341345,Douglas R. Forrester,13780,REP,38,43.02307454830555,8,10.4484565951079 +73752,138328,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,PSB Research,250,FALSE,FALSE,NA,NA,2005-09-23,2005-11-08,46,770,Jon Stevens Corzine,13779,DEM,46,53.47153114341345,Douglas R. Forrester,13780,REP,33,43.02307454830555,13,10.4484565951079 +73751,138327,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-10-04,2005-11-08,35,500,Jon Stevens Corzine,13779,DEM,45,53.47153114341345,Douglas R. Forrester,13780,REP,38,43.02307454830555,7,10.4484565951079 +73750,138325,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Marist College,183,TRUE,FALSE,NA,NA,2005-10-05,2005-11-08,34,321,Jon Stevens Corzine,13779,DEM,47,53.47153114341345,Douglas R. Forrester,13780,REP,45,43.02307454830555,2,10.4484565951079 +73749,138323,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2005-10-05,2005-11-08,34,638,Jon Stevens Corzine,13779,DEM,44,53.47153114341345,Douglas R. Forrester,13780,REP,37,43.02307454830555,7,10.4484565951079 +73748,138322,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2005-10-06,2005-11-08,33,666,Jon Stevens Corzine,13779,DEM,48,53.47153114341345,Douglas R. Forrester,13780,REP,40,43.02307454830555,8,10.4484565951079 +73747,138321,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2005-10-09,2005-11-08,30,537,Jon Stevens Corzine,13779,DEM,49,53.47153114341345,Douglas R. Forrester,13780,REP,41,43.02307454830555,8,10.4484565951079 +73741,138312,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2005-10-14,2005-11-08,25,702,Jon Stevens Corzine,13779,DEM,50,53.47153114341345,Douglas R. Forrester,13780,REP,43,43.02307454830555,7,10.4484565951079 +73740,138311,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-10-19,2005-11-08,20,500,Jon Stevens Corzine,13779,DEM,49,53.47153114341345,Douglas R. Forrester,13780,REP,40,43.02307454830555,9,10.4484565951079 +63905,117649,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2005-10-18,2005-11-08,21,403,Jon Stevens Corzine,13779,DEM,45,53.47153114341345,Douglas R. Forrester,13780,REP,38,43.02307454830555,7,10.4484565951079 +73738,138307,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,NA,NA,2005-10-16,2005-11-08,23,371,Jon Stevens Corzine,13779,DEM,45,53.47153114341345,Douglas R. Forrester,13780,REP,38,43.02307454830555,7,10.4484565951079 +73739,138310,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2005-10-16,2005-11-08,23,750,Jon Stevens Corzine,13779,DEM,49,53.47153114341345,Douglas R. Forrester,13780,REP,41,43.02307454830555,8,10.4484565951079 +63779,117432,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2005-10-23,2005-11-08,16,525,Jon Stevens Corzine,13779,DEM,50,53.47153114341345,Douglas R. Forrester,13780,REP,41,43.02307454830555,9,10.4484565951079 +63941,117694,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2005-10-25,2005-11-08,14,449,Jon Stevens Corzine,13779,DEM,51,53.47153114341345,Douglas R. Forrester,13780,REP,41,43.02307454830555,10,10.4484565951079 +63927,117676,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2005-10-23,2005-11-08,16,410,Jon Stevens Corzine,13779,DEM,47,53.47153114341345,Douglas R. Forrester,13780,REP,39,43.02307454830555,8,10.4484565951079 +63906,117650,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2005-10-26,2005-11-08,13,403,Jon Stevens Corzine,13779,DEM,47,53.47153114341345,Douglas R. Forrester,13780,REP,40,43.02307454830555,7,10.4484565951079 +63964,117727,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2005-10-27,2005-11-08,12,636,Jon Stevens Corzine,13779,DEM,50,53.47153114341345,Douglas R. Forrester,13780,REP,38,43.02307454830555,12,10.4484565951079 +73735,138304,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2005-10-28,2005-11-08,11,421,Jon Stevens Corzine,13779,DEM,44,53.47153114341345,Douglas R. Forrester,13780,REP,40,43.02307454830555,4,10.4484565951079 +63928,117677,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2005-10-30,2005-11-08,9,410,Jon Stevens Corzine,13779,DEM,43,53.47153114341345,Douglas R. Forrester,13780,REP,41,43.02307454830555,2,10.4484565951079 +63942,117695,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2005-11-03,2005-11-08,5,394,Jon Stevens Corzine,13779,DEM,49,53.47153114341345,Douglas R. Forrester,13780,REP,44,43.02307454830555,5,10.4484565951079 +63956,117711,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2005-11-03,2005-11-08,5,728,Jon Stevens Corzine,13779,DEM,47,53.47153114341345,Douglas R. Forrester,13780,REP,38,43.02307454830555,9,10.4484565951079 +63982,117748,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2005-11-03,2005-11-08,5,724,Jon Stevens Corzine,13779,DEM,43,53.47153114341345,Douglas R. Forrester,13780,REP,37,43.02307454830555,6,10.4484565951079 +63965,117728,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2005-11-02,2005-11-08,6,775,Jon Stevens Corzine,13779,DEM,48,53.47153114341345,Douglas R. Forrester,13780,REP,40,43.02307454830555,8,10.4484565951079 +63943,117696,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2005-11-06,2005-11-08,2,377,Jon Stevens Corzine,13779,DEM,51,53.47153114341345,Douglas R. Forrester,13780,REP,45,43.02307454830555,6,10.4484565951079 +73732,138300,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-11-06,2005-11-08,2,500,Jon Stevens Corzine,13779,DEM,44,53.47153114341345,Douglas R. Forrester,13780,REP,39,43.02307454830555,5,10.4484565951079 +63780,117433,1363,2005,NJ,Gov-G,2005_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2005-11-05,2005-11-08,3,798,Jon Stevens Corzine,13779,DEM,50,53.47153114341345,Douglas R. Forrester,13780,REP,44,43.02307454830555,6,10.4484565951079 +75589,144190,1364,2005,VA,Gov-G,2005_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-09-14,2005-11-08,55,500,Tim Kaine,13850,DEM,40,51.71657312461374,Jerry W. Kilgore,13851,REP,43,45.98936977827156,-3,5.727203346342179 +75584,144185,1364,2005,VA,Gov-G,2005_Gov-G_VA,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2005-09-13,2005-11-08,56,500,Tim Kaine,13850,DEM,40,51.71657312461374,Jerry W. Kilgore,13851,REP,39,45.98936977827156,1,5.727203346342179 +75586,144187,1364,2005,VA,Gov-G,2005_Gov-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2005-09-14,2005-11-08,55,625,Tim Kaine,13850,DEM,40,51.71657312461374,Jerry W. Kilgore,13851,REP,41,45.98936977827156,-1,5.727203346342179 +75594,144195,1364,2005,VA,Gov-G,2005_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2005-09-17,2005-11-08,52,636,Tim Kaine,13850,DEM,43,51.71657312461374,Jerry W. Kilgore,13851,REP,46,45.98936977827156,-3,5.727203346342179 +75588,144189,1364,2005,VA,Gov-G,2005_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-09-28,2005-11-08,41,500,Tim Kaine,13850,DEM,45,51.71657312461374,Jerry W. Kilgore,13851,REP,45,45.98936977827156,0,5.727203346342179 +73746,138319,1364,2005,VA,Gov-G,2005_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-10-10,2005-11-08,29,500,Tim Kaine,13850,DEM,44,51.71657312461374,Jerry W. Kilgore,13851,REP,46,45.98936977827156,-2,5.727203346342179 +73743,138316,1364,2005,VA,Gov-G,2005_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2005-10-15,2005-11-08,24,750,Tim Kaine,13850,DEM,47,51.71657312461374,Jerry W. Kilgore,13851,REP,45,45.98936977827156,2,5.727203346342179 +73742,138313,1364,2005,VA,Gov-G,2005_Gov-G_VA,Financial Dynamics,95,FALSE,TRUE,NA,NA,2005-10-15,2005-11-08,24,435,Tim Kaine,13850,DEM,41,51.71657312461374,Jerry W. Kilgore,13851,REP,40,45.98936977827156,1,5.727203346342179 +63950,117704,1364,2005,VA,Gov-G,2005_Gov-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2005-10-19,2005-11-08,20,625,Tim Kaine,13850,DEM,42,51.71657312461374,Jerry W. Kilgore,13851,REP,44,45.98936977827156,-2,5.727203346342179 +73737,138306,1364,2005,VA,Gov-G,2005_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-10-24,2005-11-08,15,666,Tim Kaine,13850,DEM,46,51.71657312461374,Jerry W. Kilgore,13851,REP,48,45.98936977827156,-2,5.727203346342179 +63910,117654,1364,2005,VA,Gov-G,2005_Gov-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2005-10-25,2005-11-08,14,1004,Tim Kaine,13850,DEM,47,51.71657312461374,Jerry W. Kilgore,13851,REP,44,45.98936977827156,3,5.727203346342179 +73736,138305,1364,2005,VA,Gov-G,2005_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-10-27,2005-11-08,12,500,Tim Kaine,13850,DEM,46,51.71657312461374,Jerry W. Kilgore,13851,REP,44,45.98936977827156,2,5.727203346342179 +63977,117743,1364,2005,VA,Gov-G,2005_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2005-10-27,2005-11-08,12,407,Tim Kaine,13850,DEM,44,51.71657312461374,Jerry W. Kilgore,13851,REP,36,45.98936977827156,8,5.727203346342179 +73734,138303,1364,2005,VA,Gov-G,2005_Gov-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2005-11-02,2005-11-08,6,1000,Tim Kaine,13850,DEM,49,51.71657312461374,Jerry W. Kilgore,13851,REP,46,45.98936977827156,3,5.727203346342179 +63951,117705,1364,2005,VA,Gov-G,2005_Gov-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2005-11-03,2005-11-08,5,625,Tim Kaine,13850,DEM,45,51.71657312461374,Jerry W. Kilgore,13851,REP,44,45.98936977827156,1,5.727203346342179 +73731,138299,1364,2005,VA,Gov-G,2005_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2005-11-06,2005-11-08,2,804,Tim Kaine,13850,DEM,50,51.71657312461374,Jerry W. Kilgore,13851,REP,45,45.98936977827156,5,5.727203346342179 +75599,144201,1365,2004,DE,Gov-G,2004_Gov-G_DE,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2004-09-22,2004-11-02,41,400,Ruth Minner,12783,DEM,45,50.868655742558786,William S. Lee,12781,REP,39,45.78584764186765,6,5.082808100691139 +4872,144200,1365,2004,DE,Gov-G,2004_Gov-G_DE,West Chester University,377,FALSE,TRUE,Live Phone,NA,2004-09-24,2004-11-02,39,590,Ruth Minner,12783,DEM,42.4,50.868655742558786,William S. Lee,12781,REP,26.2,45.78584764186765,16.2,5.082808100691139 +55004,88542,1366,2004,IN,Gov-G,2004_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,587,Joseph Kernan,12785,DEM,41,45.49319623704001,"Mitchell Daniels, Jr.",12784,REP,53,53.21270427829633,-12,-7.719508041256319 +4828,88543,1366,2004,IN,Gov-G,2004_Gov-G_IN,Selzer & Co.,304,TRUE,FALSE,NA,NA,2004-10-01,2004-11-02,32,1002,Joseph Kernan,12785,DEM,43,45.49319623704001,"Mitchell Daniels, Jr.",12784,REP,46,53.21270427829633,-3,-7.719508041256319 +4789,88544,1366,2004,IN,Gov-G,2004_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,587,Joseph Kernan,12785,DEM,47,45.49319623704001,"Mitchell Daniels, Jr.",12784,REP,48,53.21270427829633,-1,-7.719508041256319 +55008,88546,1366,2004,IN,Gov-G,2004_Gov-G_IN,Indiana University Public Opinion Laboratory,149,TRUE,TRUE,Live Phone,NA,2004-10-18,2004-11-02,15,421,Joseph Kernan,12785,DEM,42,45.49319623704001,"Mitchell Daniels, Jr.",12784,REP,48,53.21270427829633,-6,-7.719508041256319 +4628,88547,1366,2004,IN,Gov-G,2004_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,602,Joseph Kernan,12785,DEM,43,45.49319623704001,"Mitchell Daniels, Jr.",12784,REP,51,53.21270427829633,-8,-7.719508041256319 +4392,88550,1366,2004,IN,Gov-G,2004_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,589,Joseph Kernan,12785,DEM,44,45.49319623704001,"Mitchell Daniels, Jr.",12784,REP,52,53.21270427829633,-8,-7.719508041256319 +4422,88549,1366,2004,IN,Gov-G,2004_Gov-G_IN,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,1002,Joseph Kernan,12785,DEM,42,45.49319623704001,"Mitchell Daniels, Jr.",12784,REP,48,53.21270427829633,-6,-7.719508041256319 +5051,88555,1367,2004,MO,Gov-G,2004_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,689,Claire McCaskill,12790,DEM,47,47.85418732688165,Matt Blunt,12789,REP,48,50.83172188252754,-1,-2.9775345556458888 +4800,88557,1367,2004,MO,Gov-G,2004_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,689,Claire McCaskill,12790,DEM,46,47.85418732688165,Matt Blunt,12789,REP,47,50.83172188252754,-1,-2.9775345556458888 +4644,88558,1367,2004,MO,Gov-G,2004_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-17,2004-11-02,16,667,Claire McCaskill,12790,DEM,44,47.85418732688165,Matt Blunt,12789,REP,50,50.83172188252754,-6,-2.9775345556458888 +4513,88561,1367,2004,MO,Gov-G,2004_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,678,Claire McCaskill,12790,DEM,44,47.85418732688165,Matt Blunt,12789,REP,52,50.83172188252754,-8,-2.9775345556458888 +4529,88560,1367,2004,MO,Gov-G,2004_Gov-G_MO,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,500,Claire McCaskill,12790,DEM,46,47.85418732688165,Matt Blunt,12789,REP,47,50.83172188252754,-1,-2.9775345556458888 +4330,88562,1367,2004,MO,Gov-G,2004_Gov-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,689,Claire McCaskill,12790,DEM,47,47.85418732688165,Matt Blunt,12789,REP,47,50.83172188252754,0,-2.9775345556458888 +4890,88566,1368,2004,MT,Gov-G,2004_Gov-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,625,Brian Schweitzer,12791,DEM,45,50.43550765892779,Bob Brown,12793,REP,41,46.01924033836457,4,4.416267320563222 +4748,88567,1368,2004,MT,Gov-G,2004_Gov-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,NA,NA,2004-10-09,2004-11-02,24,411,Brian Schweitzer,12791,DEM,43,50.43550765892779,Bob Brown,12793,REP,29,46.01924033836457,14,4.416267320563222 +4596,88568,1368,2004,MT,Gov-G,2004_Gov-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,625,Brian Schweitzer,12791,DEM,48,50.43550765892779,Bob Brown,12793,REP,43,46.01924033836457,5,4.416267320563222 +5062,88573,1369,2004,NC,Gov-G,2004_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-07,2004-11-02,56,617,Mike Easley,12795,DEM,54,55.61593122183574,Patrick J. Ballantine,12797,REP,39,42.87796900669059,15,12.737962215145146 +4846,88575,1369,2004,NC,Gov-G,2004_Gov-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-27,2004-11-02,36,625,Mike Easley,12795,DEM,53,55.61593122183574,Patrick J. Ballantine,12797,REP,36,42.87796900669059,17,12.737962215145146 +4801,88576,1369,2004,NC,Gov-G,2004_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,617,Mike Easley,12795,DEM,56,55.61593122183574,Patrick J. Ballantine,12797,REP,38,42.87796900669059,18,12.737962215145146 +4668,88577,1369,2004,NC,Gov-G,2004_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,621,Mike Easley,12795,DEM,52,55.61593122183574,Patrick J. Ballantine,12797,REP,40,42.87796900669059,12,12.737962215145146 +4599,88578,1369,2004,NC,Gov-G,2004_Gov-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,625,Mike Easley,12795,DEM,55,55.61593122183574,Patrick J. Ballantine,12797,REP,35,42.87796900669059,20,12.737962215145146 +4590,88579,1369,2004,NC,Gov-G,2004_Gov-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,REP,2004-10-19,2004-11-02,14,600,Mike Easley,12795,DEM,49,55.61593122183574,Patrick J. Ballantine,12797,REP,34,42.87796900669059,15,12.737962215145146 +4550,88580,1369,2004,NC,Gov-G,2004_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-23,2004-11-02,10,694,Mike Easley,12795,DEM,57,55.61593122183574,Patrick J. Ballantine,12797,REP,39,42.87796900669059,18,12.737962215145146 +4456,88582,1369,2004,NC,Gov-G,2004_Gov-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,625,Mike Easley,12795,DEM,54,55.61593122183574,Patrick J. Ballantine,12797,REP,38,42.87796900669059,16,12.737962215145146 +4326,88583,1369,2004,NC,Gov-G,2004_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,617,Mike Easley,12795,DEM,55,55.61593122183574,Patrick J. Ballantine,12797,REP,41,42.87796900669059,14,12.737962215145146 +4592,88584,1370,2004,ND,Gov-G,2004_Gov-G_ND,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,Live Phone,NA,2004-10-18,2004-11-02,15,623,Joseph A Satrom,12799,DEM,22,27.392502791925686,John Hoeven,12800,REP,70,71.25446223960856,-48,-43.86195944768287 +4950,144208,1371,2004,NH,Gov-G,2004_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-15,2004-11-02,48,500,John Lynch,12801,DEM,52,51.017810560402985,Craig Benson,12802,REP,43,48.87124823843363,9,2.1465623219693555 +4942,144207,1371,2004,NH,Gov-G,2004_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-16,2004-11-02,47,600,John Lynch,12801,DEM,44,51.017810560402985,Craig Benson,12802,REP,47,48.87124823843363,-3,2.1465623219693555 +73753,138329,1371,2004,NH,Gov-G,2004_Gov-G_NH,Becker Institute,26,FALSE,TRUE,Live Phone,NA,2004-10-02,2004-11-02,31,397,John Lynch,12801,DEM,51,51.017810560402985,Craig Benson,12802,REP,41,48.87124823843363,10,2.1465623219693555 +25354,88586,1371,2004,NH,Gov-G,2004_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2004-09-30,2004-11-02,33,957,John Lynch,12801,DEM,43,51.017810560402985,Craig Benson,12802,REP,43,48.87124823843363,0,2.1465623219693555 +4779,88587,1371,2004,NH,Gov-G,2004_Gov-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,NA,NA,2004-10-03,2004-11-02,30,617,John Lynch,12801,DEM,47,51.017810560402985,Craig Benson,12802,REP,42,48.87124823843363,5,2.1465623219693555 +4675,88589,1371,2004,NH,Gov-G,2004_Gov-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,400,John Lynch,12801,DEM,42,51.017810560402985,Craig Benson,12802,REP,44,48.87124823843363,-2,2.1465623219693555 +4593,88590,1371,2004,NH,Gov-G,2004_Gov-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2004-10-20,2004-11-02,13,617,John Lynch,12801,DEM,45,51.017810560402985,Craig Benson,12802,REP,45,48.87124823843363,0,2.1465623219693555 +25353,88592,1371,2004,NH,Gov-G,2004_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,758,John Lynch,12801,DEM,44,51.017810560402985,Craig Benson,12802,REP,47,48.87124823843363,-3,2.1465623219693555 +4440,88591,1371,2004,NH,Gov-G,2004_Gov-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2004-10-27,2004-11-02,6,617,John Lynch,12801,DEM,46,51.017810560402985,Craig Benson,12802,REP,45,48.87124823843363,1,2.1465623219693555 +4325,88597,1371,2004,NH,Gov-G,2004_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,957,John Lynch,12801,DEM,46,51.017810560402985,Craig Benson,12802,REP,47,48.87124823843363,-1,2.1465623219693555 +25089,88602,1372,2004,UT,Gov-G,2004_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,1228,"Scott M. Matheson, Jr.",12803,DEM,39,41.34516718118179,"Jon M. Huntsman, Jr.",12805,REP,49,57.7405539371277,-10,-16.395386755945907 +75603,144214,1372,2004,UT,Gov-G,2004_Gov-G_UT,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2004-09-28,2004-11-02,35,505,"Scott M. Matheson, Jr.",12803,DEM,42,41.34516718118179,"Jon M. Huntsman, Jr.",12805,REP,42,57.7405539371277,0,-16.395386755945907 +4863,88603,1372,2004,UT,Gov-G,2004_Gov-G_UT,Valley Research,368,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,1200,"Scott M. Matheson, Jr.",12803,DEM,33,41.34516718118179,"Jon M. Huntsman, Jr.",12805,REP,49,57.7405539371277,-16,-16.395386755945907 +25088,88604,1372,2004,UT,Gov-G,2004_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-10-01,2004-11-02,32,1228,"Scott M. Matheson, Jr.",12803,DEM,40,41.34516718118179,"Jon M. Huntsman, Jr.",12805,REP,49,57.7405539371277,-9,-16.395386755945907 +25357,120075,1372,2004,UT,Gov-G,2004_Gov-G_UT,Valley Research,368,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,1200,"Scott M. Matheson, Jr.",12803,DEM,36,41.34516718118179,"Jon M. Huntsman, Jr.",12805,REP,50,57.7405539371277,-14,-16.395386755945907 +55068,88606,1372,2004,UT,Gov-G,2004_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,1228,"Scott M. Matheson, Jr.",12803,DEM,38,41.34516718118179,"Jon M. Huntsman, Jr.",12805,REP,54,57.7405539371277,-16,-16.395386755945907 +25094,88611,1373,2004,WA,Gov-G,2004_Gov-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2004-09-18,2004-11-02,45,405,Christine Gregoire,12814,DEM,49,48.87304817195944,Dino Rossi,12812,REP,38,48.86845751938216,11,0.004590652577277865 +4926,88612,1373,2004,WA,Gov-G,2004_Gov-G_WA,Ipsos,154,TRUE,FALSE,NA,NA,2004-09-19,2004-11-02,44,406,Christine Gregoire,12814,DEM,49,48.87304817195944,Dino Rossi,12812,REP,43,48.86845751938216,6,0.004590652577277865 +4908,88614,1373,2004,WA,Gov-G,2004_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,620,Christine Gregoire,12814,DEM,47,48.87304817195944,Dino Rossi,12812,REP,46,48.86845751938216,1,0.004590652577277865 +4803,88615,1373,2004,WA,Gov-G,2004_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,620,Christine Gregoire,12814,DEM,51,48.87304817195944,Dino Rossi,12812,REP,41,48.86845751938216,10,0.004590652577277865 +4685,88617,1373,2004,WA,Gov-G,2004_Gov-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,405,Christine Gregoire,12814,DEM,45,48.87304817195944,Dino Rossi,12812,REP,38,48.86845751938216,7,0.004590652577277865 +4669,88618,1373,2004,WA,Gov-G,2004_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,634,Christine Gregoire,12814,DEM,50,48.87304817195944,Dino Rossi,12812,REP,44,48.86845751938216,6,0.004590652577277865 +4506,88620,1373,2004,WA,Gov-G,2004_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,618,Christine Gregoire,12814,DEM,49,48.87304817195944,Dino Rossi,12812,REP,47,48.86845751938216,2,0.004590652577277865 +4447,88622,1373,2004,WA,Gov-G,2004_Gov-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,800,Christine Gregoire,12814,DEM,48,48.87304817195944,Dino Rossi,12812,REP,43,48.86845751938216,5,0.004590652577277865 +4328,88624,1373,2004,WA,Gov-G,2004_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,620,Christine Gregoire,12814,DEM,45,48.87304817195944,Dino Rossi,12812,REP,51,48.86845751938216,-6,0.004590652577277865 +4704,88626,1374,2004,WV,Gov-G,2004_Gov-G_WV,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2004-10-13,2004-11-02,20,600,"Joe Manchin, III",12817,DEM,57,63.50578225307045,Monty Warner,12815,REP,24,34.0031943774658,33,29.502587875604647 +73765,138362,1376,2003,KY,Gov-G,2003_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2003-09-07,2003-11-04,58,666,Albert Ben Chandler,13774,DEM,45,44.963971339516704,Ernest Lee Fletcher,13775,REP,45,55.036028660483296,0,-10.072057320966593 +73764,138361,1376,2003,KY,Gov-G,2003_Gov-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,NA,NA,2003-09-25,2003-11-04,40,666,Albert Ben Chandler,13774,DEM,43,44.963971339516704,Ernest Lee Fletcher,13775,REP,44,55.036028660483296,-1,-10.072057320966593 +73763,138360,1376,2003,KY,Gov-G,2003_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2003-10-05,2003-11-04,30,666,Albert Ben Chandler,13774,DEM,43,44.963971339516704,Ernest Lee Fletcher,13775,REP,49,55.036028660483296,-6,-10.072057320966593 +73762,138359,1376,2003,KY,Gov-G,2003_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2003-10-12,2003-11-04,23,666,Albert Ben Chandler,13774,DEM,44,44.963971339516704,Ernest Lee Fletcher,13775,REP,50,55.036028660483296,-6,-10.072057320966593 +63772,117425,1376,2003,KY,Gov-G,2003_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2003-10-19,2003-11-04,16,755,Albert Ben Chandler,13774,DEM,46,44.963971339516704,Ernest Lee Fletcher,13775,REP,47,55.036028660483296,-1,-10.072057320966593 +63933,117686,1376,2003,KY,Gov-G,2003_Gov-G_KY,Ipsos,154,TRUE,FALSE,Live Phone,NA,2003-10-22,2003-11-04,13,600,Albert Ben Chandler,13774,DEM,43,44.963971339516704,Ernest Lee Fletcher,13775,REP,52,55.036028660483296,-9,-10.072057320966593 +63938,117691,1376,2003,KY,Gov-G,2003_Gov-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2003-10-22,2003-11-04,13,712,Albert Ben Chandler,13774,DEM,39,44.963971339516704,Ernest Lee Fletcher,13775,REP,49,55.036028660483296,-10,-10.072057320966593 +63773,117426,1376,2003,KY,Gov-G,2003_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2003-10-26,2003-11-04,9,755,Albert Ben Chandler,13774,DEM,44,44.963971339516704,Ernest Lee Fletcher,13775,REP,51,55.036028660483296,-7,-10.072057320966593 +63774,117427,1376,2003,KY,Gov-G,2003_Gov-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2003-10-31,2003-11-04,4,755,Albert Ben Chandler,13774,DEM,44,44.963971339516704,Ernest Lee Fletcher,13775,REP,52,55.036028660483296,-8,-10.072057320966593 +75630,144262,1377,2003,LA,Gov-P,2003_Gov-P_LA,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2003-08-05,2003-10-04,60,1000,Kathleen Babineaux Blanco,13842,DEM,14,18.35828212934231,Piyush Amrit Jindal,13843,REP,15,32.54173871432723,-1,-14.18345658498492 +75629,144261,1377,2003,LA,Gov-P,2003_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,NA,NA,2003-08-09,2003-10-04,56,600,Kathleen Babineaux Blanco,13842,DEM,21,18.35828212934231,Piyush Amrit Jindal,13843,REP,11,32.54173871432723,10,-14.18345658498492 +75628,144260,1377,2003,LA,Gov-P,2003_Gov-P_LA,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,2003-08-17,2003-10-04,48,600,Kathleen Babineaux Blanco,13842,DEM,19,18.35828212934231,Piyush Amrit Jindal,13843,REP,14,32.54173871432723,5,-14.18345658498492 +75627,144259,1377,2003,LA,Gov-P,2003_Gov-P_LA,Southern Media & Opinion Research,310,FALSE,FALSE,NA,NA,2003-08-24,2003-10-04,41,600,Kathleen Babineaux Blanco,13842,DEM,15.3,18.35828212934231,Piyush Amrit Jindal,13843,REP,14.2,32.54173871432723,1.1000000000000014,-14.18345658498492 +73787,138387,1377,2003,LA,Gov-P,2003_Gov-P_LA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,NA,2003-09-04,2003-10-04,30,600.5,Kathleen Babineaux Blanco,13842,DEM,18,18.35828212934231,Piyush Amrit Jindal,13843,REP,16,32.54173871432723,2,-14.18345658498492 +73786,138386,1377,2003,LA,Gov-P,2003_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,NA,NA,2003-09-05,2003-10-04,29,600,Kathleen Babineaux Blanco,13842,DEM,20,18.35828212934231,Piyush Amrit Jindal,13843,REP,19,32.54173871432723,1,-14.18345658498492 +73785,138385,1377,2003,LA,Gov-P,2003_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2003-09-18,2003-10-04,16,600,Kathleen Babineaux Blanco,13842,DEM,16,18.35828212934231,Piyush Amrit Jindal,13843,REP,18,32.54173871432723,-2,-14.18345658498492 +63922,117671,1377,2003,LA,Gov-P,2003_Gov-P_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2003-09-19,2003-10-04,15,600,Kathleen Babineaux Blanco,13842,DEM,21,18.35828212934231,Piyush Amrit Jindal,13843,REP,18,32.54173871432723,3,-14.18345658498492 +73783,138383,1377,2003,LA,Gov-P,2003_Gov-P_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2003-09-21,2003-10-04,13,600.5,Kathleen Babineaux Blanco,13842,DEM,21,18.35828212934231,Piyush Amrit Jindal,13843,REP,18,32.54173871432723,3,-14.18345658498492 +73781,138381,1377,2003,LA,Gov-P,2003_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2003-09-21,2003-10-04,13,600,Kathleen Babineaux Blanco,13842,DEM,19,18.35828212934231,Piyush Amrit Jindal,13843,REP,22,32.54173871432723,-3,-14.18345658498492 +63904,117648,1377,2003,LA,Gov-P,2003_Gov-P_LA,Zogby Analytics,395,FALSE,FALSE,Live Phone,REP,2003-09-21,2003-10-04,13,601,Kathleen Babineaux Blanco,13842,DEM,23,18.35828212934231,Piyush Amrit Jindal,13843,REP,22,32.54173871432723,1,-14.18345658498492 +73782,138382,1377,2003,LA,Gov-P,2003_Gov-P_LA,Zogby Analytics,395,FALSE,FALSE,Live Phone,REP,2003-09-21,2003-10-04,13,601,Kathleen Babineaux Blanco,13842,DEM,23,18.35828212934231,Piyush Amrit Jindal,13843,REP,22,32.54173871432723,1,-14.18345658498492 +63947,117701,1377,2003,LA,Gov-P,2003_Gov-P_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2003-09-29,2003-10-04,5,625,Kathleen Babineaux Blanco,13842,DEM,16,18.35828212934231,Piyush Amrit Jindal,13843,REP,27,32.54173871432723,-11,-14.18345658498492 +73780,138380,1377,2003,LA,Gov-P,2003_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2003-09-28,2003-10-04,6,600.5,Kathleen Babineaux Blanco,13842,DEM,16,18.35828212934231,Piyush Amrit Jindal,13843,REP,23,32.54173871432723,-7,-14.18345658498492 +73779,138379,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,NA,NA,2003-10-02,2003-11-15,44,666,Kathleen Babineaux Blanco,13842,DEM,42,51.948869262317785,Piyush Amrit Jindal,13843,REP,41,48.051130737682215,1,3.897738524635571 +73778,138378,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,NA,NA,2003-10-07,2003-11-15,39,666,Kathleen Babineaux Blanco,13842,DEM,41,51.948869262317785,Piyush Amrit Jindal,13843,REP,35,48.051130737682215,6,3.897738524635571 +75632,144264,1378,2003,LA,Gov-G,2003_Gov-R_LA,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2003-10-06,2003-11-15,40,1000,Kathleen Babineaux Blanco,13842,DEM,36,51.948869262317785,Piyush Amrit Jindal,13843,REP,43,48.051130737682215,-7,3.897738524635571 +82223,169089,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,NA,DEM,2003-10-09,2003-11-15,37,600,Kathleen Babineaux Blanco,13842,DEM,47,51.948869262317785,Piyush Amrit Jindal,13843,REP,39,48.051130737682215,8,3.897738524635571 +73777,138377,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,NA,NA,2003-10-17,2003-11-15,29,666,Kathleen Babineaux Blanco,13842,DEM,53,51.948869262317785,Piyush Amrit Jindal,13843,REP,47,48.051130737682215,6,3.897738524635571 +73776,138375,1378,2003,LA,Gov-G,2003_Gov-R_LA,Southern Media & Opinion Research,310,FALSE,FALSE,NA,NA,2003-10-19,2003-11-15,27,666,Kathleen Babineaux Blanco,13842,DEM,42.7,51.948869262317785,Piyush Amrit Jindal,13843,REP,40.5,48.051130737682215,2.200000000000003,3.897738524635571 +75631,144263,1378,2003,LA,Gov-G,2003_Gov-R_LA,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2003-10-20,2003-11-15,26,1000,Kathleen Babineaux Blanco,13842,DEM,38,51.948869262317785,Piyush Amrit Jindal,13843,REP,43,48.051130737682215,-5,3.897738524635571 +73775,138374,1378,2003,LA,Gov-G,2003_Gov-R_LA,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,2003-10-22,2003-11-15,24,601,Kathleen Babineaux Blanco,13842,DEM,43,51.948869262317785,Piyush Amrit Jindal,13843,REP,48,48.051130737682215,-5,3.897738524635571 +73774,138373,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2003-10-28,2003-11-15,18,600,Kathleen Babineaux Blanco,13842,DEM,38,51.948869262317785,Piyush Amrit Jindal,13843,REP,49,48.051130737682215,-11,3.897738524635571 +73771,138369,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2003-10-31,2003-11-15,15,600,Kathleen Babineaux Blanco,13842,DEM,44,51.948869262317785,Piyush Amrit Jindal,13843,REP,46,48.051130737682215,-2,3.897738524635571 +63898,117642,1378,2003,LA,Gov-G,2003_Gov-R_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2003-10-29,2003-11-15,17,731,Kathleen Babineaux Blanco,13842,DEM,42,51.948869262317785,Piyush Amrit Jindal,13843,REP,44,48.051130737682215,-2,3.897738524635571 +63923,117672,1378,2003,LA,Gov-G,2003_Gov-R_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2003-10-31,2003-11-15,15,600,Kathleen Babineaux Blanco,13842,DEM,39,51.948869262317785,Piyush Amrit Jindal,13843,REP,38,48.051130737682215,1,3.897738524635571 +73769,138366,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2003-11-04,2003-11-15,11,600,Kathleen Babineaux Blanco,13842,DEM,40,51.948869262317785,Piyush Amrit Jindal,13843,REP,46,48.051130737682215,-6,3.897738524635571 +63984,117750,1378,2003,LA,Gov-G,2003_Gov-R_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,Live Phone,NA,2003-11-01,2003-11-15,14,705,Kathleen Babineaux Blanco,13842,DEM,43,51.948869262317785,Piyush Amrit Jindal,13843,REP,45,48.051130737682215,-2,3.897738524635571 +63948,117702,1378,2003,LA,Gov-G,2003_Gov-R_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2003-11-05,2003-11-15,10,625,Kathleen Babineaux Blanco,13842,DEM,43,51.948869262317785,Piyush Amrit Jindal,13843,REP,48,48.051130737682215,-5,3.897738524635571 +73768,138365,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2003-11-08,2003-11-15,7,600,Kathleen Babineaux Blanco,13842,DEM,39.5,51.948869262317785,Piyush Amrit Jindal,13843,REP,47.6,48.051130737682215,-8.100000000000001,3.897738524635571 +73766,138363,1378,2003,LA,Gov-G,2003_Gov-R_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2003-11-11,2003-11-15,4,600,Kathleen Babineaux Blanco,13842,DEM,42,51.948869262317785,Piyush Amrit Jindal,13843,REP,46,48.051130737682215,-4,3.897738524635571 +63912,117656,1378,2003,LA,Gov-G,2003_Gov-R_LA,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2003-11-11,2003-11-15,4,1000,Kathleen Babineaux Blanco,13842,DEM,38,51.948869262317785,Piyush Amrit Jindal,13843,REP,45,48.051130737682215,-7,3.897738524635571 +63934,117687,1379,2003,MS,Gov-G,2003_Gov-G_MS,Ipsos,154,TRUE,FALSE,Live Phone,NA,2003-10-22,2003-11-04,13,623,Ronnie Musgrove,13860,DEM,45,45.81251600079151,Haley Barbour,13861,REP,50,52.58924948042845,-5,-6.776733479636938 +63949,117703,1379,2003,MS,Gov-G,2003_Gov-G_MS,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2003-10-28,2003-11-04,7,625,Ronnie Musgrove,13860,DEM,43,45.81251600079151,Haley Barbour,13861,REP,47,52.58924948042845,-4,-6.776733479636938 +73788,138388,1379,2003,MS,Gov-G,2003_Gov-G_MS,Southern Research Group,649,FALSE,FALSE,Live Phone,NA,2003-10-31,2003-11-04,4,773,Ronnie Musgrove,13860,DEM,42,45.81251600079151,Haley Barbour,13861,REP,41,52.58924948042845,1,-6.776733479636938 +75613,144224,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Harris Insights & Analytics,133,FALSE,FALSE,NA,NA,2003-08-08,2003-10-07,60,508,Cruz M. Bustamante,13771,DEM,15,31.47263515523079,Arnold Schwarzenegger,13772,REP,25,48.58310574774642,-10,-17.110470592515632 +75610,144221,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2003-08-10,2003-10-07,58,510,Cruz M. Bustamante,13771,DEM,18,31.47263515523079,Arnold Schwarzenegger,13772,REP,31,48.58310574774642,-13,-17.110470592515632 +75611,144222,1380,2003,CA,Gov-G,2003_Gov-GS_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2003-08-09,2003-10-07,59,476,Cruz M. Bustamante,13771,DEM,17,31.47263515523079,Arnold Schwarzenegger,13772,REP,51,48.58310574774642,-34,-17.110470592515632 +75612,144223,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Gallup,112,TRUE,FALSE,NA,NA,2003-08-09,2003-10-07,59,562,Cruz M. Bustamante,13771,DEM,23,31.47263515523079,Arnold Schwarzenegger,13772,REP,48,48.58310574774642,-25,-17.110470592515632 +75609,144220,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2003-08-12,2003-10-07,56,500,Cruz M. Bustamante,13771,DEM,25,31.47263515523079,Arnold Schwarzenegger,13772,REP,22,48.58310574774642,3,-17.110470592515632 +75608,144219,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2003-08-12,2003-10-07,56,1000,Cruz M. Bustamante,13771,DEM,18,31.47263515523079,Arnold Schwarzenegger,13772,REP,23,48.58310574774642,-5,-17.110470592515632 +75607,144218,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Los Angeles Times,172,TRUE,TRUE,NA,NA,2003-08-18,2003-10-07,50,801,Cruz M. Bustamante,13771,DEM,35,31.47263515523079,Arnold Schwarzenegger,13772,REP,22,48.58310574774642,13,-17.110470592515632 +75606,144217,1380,2003,CA,Gov-G,2003_Gov-GS_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2003-08-24,2003-10-07,44,572,Cruz M. Bustamante,13771,DEM,29,31.47263515523079,Arnold Schwarzenegger,13772,REP,45,48.58310574774642,-16,-17.110470592515632 +5914,138355,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2003-09-05,2003-10-07,32,505,Cruz M. Bustamante,13771,DEM,30,31.47263515523079,Arnold Schwarzenegger,13772,REP,25,48.58310574774642,5,-17.110470592515632 +73760,138353,1380,2003,CA,Gov-G,2003_Gov-GS_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2003-09-07,2003-10-07,30,666,Cruz M. Bustamante,13771,DEM,29,31.47263515523079,Arnold Schwarzenegger,13772,REP,39,48.58310574774642,-10,-17.110470592515632 +73759,138352,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Los Angeles Times,172,TRUE,TRUE,NA,NA,2003-09-08,2003-10-07,29,922,Cruz M. Bustamante,13771,DEM,30,31.47263515523079,Arnold Schwarzenegger,13772,REP,25,48.58310574774642,5,-17.110470592515632 +63935,117688,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Knowledge Networks,164,TRUE,TRUE,Probability Panel,NA,2003-09-16,2003-10-07,21,702,Cruz M. Bustamante,13771,DEM,32,31.47263515523079,Arnold Schwarzenegger,13772,REP,41,48.58310574774642,-9,-17.110470592515632 +12563,138351,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2003-09-13,2003-10-07,24,1033,Cruz M. Bustamante,13771,DEM,28,31.47263515523079,Arnold Schwarzenegger,13772,REP,26,48.58310574774642,2,-17.110470592515632 +63765,117418,1380,2003,CA,Gov-G,2003_Gov-GS_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2003-09-21,2003-10-07,16,789,Cruz M. Bustamante,13771,DEM,32,31.47263515523079,Arnold Schwarzenegger,13772,REP,39,48.58310574774642,-7,-17.110470592515632 +63913,117657,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Baselice & Associates,23,FALSE,FALSE,Live Phone,REP,2003-09-24,2003-10-07,13,804,Cruz M. Bustamante,13771,DEM,31,31.47263515523079,Arnold Schwarzenegger,13772,REP,35,48.58310574774642,-4,-17.110470592515632 +12589,117681,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Gallup,112,TRUE,FALSE,Live Phone,NA,2003-09-26,2003-10-07,11,581,Cruz M. Bustamante,13771,DEM,25,31.47263515523079,Arnold Schwarzenegger,13772,REP,40,48.58310574774642,-15,-17.110470592515632 +63937,117690,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2003-09-27,2003-10-07,10,815,Cruz M. Bustamante,13771,DEM,32,31.47263515523079,Arnold Schwarzenegger,13772,REP,40,48.58310574774642,-8,-17.110470592515632 +63766,117419,1380,2003,CA,Gov-G,2003_Gov-GS_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2003-09-29,2003-10-07,8,294,Cruz M. Bustamante,13771,DEM,28,31.47263515523079,Arnold Schwarzenegger,13772,REP,45,48.58310574774642,-17,-17.110470592515632 +63936,117689,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Knowledge Networks,164,TRUE,TRUE,Probability Panel,NA,2003-09-30,2003-10-07,7,702,Cruz M. Bustamante,13771,DEM,30,31.47263515523079,Arnold Schwarzenegger,13772,REP,43,48.58310574774642,-13,-17.110470592515632 +5862,117680,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2003-09-28,2003-10-07,9,894,Cruz M. Bustamante,13771,DEM,26,31.47263515523079,Arnold Schwarzenegger,13772,REP,36,48.58310574774642,-10,-17.110470592515632 +63767,117420,1380,2003,CA,Gov-G,2003_Gov-GS_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2003-10-03,2003-10-07,4,294,Cruz M. Bustamante,13771,DEM,29,31.47263515523079,Arnold Schwarzenegger,13772,REP,49,48.58310574774642,-20,-17.110470592515632 +63769,117422,1380,2003,CA,Gov-G,2003_Gov-GS_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2003-10-04,2003-10-07,3,294,Cruz M. Bustamante,13771,DEM,31,31.47263515523079,Arnold Schwarzenegger,13772,REP,46,48.58310574774642,-15,-17.110470592515632 +63924,117673,1380,2003,CA,Gov-G,2003_Gov-GS_CA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2003-10-03,2003-10-07,4,1000,Cruz M. Bustamante,13771,DEM,29,31.47263515523079,Arnold Schwarzenegger,13772,REP,37,48.58310574774642,-8,-17.110470592515632 +63771,117424,1380,2003,CA,Gov-G,2003_Gov-GS_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2003-10-05,2003-10-07,2,294,Cruz M. Bustamante,13771,DEM,34,31.47263515523079,Arnold Schwarzenegger,13772,REP,46,48.58310574774642,-12,-17.110470592515632 +63914,117658,1380,2003,CA,Gov-G,2003_Gov-GS_CA,BIGresearch,19,FALSE,FALSE,Online Panel,NA,2003-10-04,2003-10-07,3,1105,Cruz M. Bustamante,13771,DEM,27,31.47263515523079,Arnold Schwarzenegger,13772,REP,46,48.58310574774642,-19,-17.110470592515632 +25644,88076,1381,2002,AL,Gov-G,2002_Gov-G_AL,University of Alabama at Birmingham,344,FALSE,TRUE,NA,NA,2002-09-11,2002-11-05,55,600,Don Siegelman,12825,DEM,43,48.94506650437109,Bob Riley,12824,REP,45,49.17329467109175,-2,-0.22822816672066182 +75648,144282,1381,2002,AL,Gov-G,2002_Gov-G_AL,University of Alabama at Birmingham,344,FALSE,TRUE,NA,NA,2002-09-11,2002-11-05,55,666,Don Siegelman,12825,DEM,43,48.94506650437109,Bob Riley,12824,REP,45,49.17329467109175,-2,-0.22822816672066182 +73795,138433,1381,2002,AL,Gov-G,2002_Gov-G_AL,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2002-10-16,2002-11-05,20,900,Don Siegelman,12825,DEM,41,48.94506650437109,Bob Riley,12824,REP,42,49.17329467109175,-1,-0.22822816672066182 +54541,88077,1381,2002,AL,Gov-G,2002_Gov-G_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2002-10-20,2002-11-05,16,593,Don Siegelman,12825,DEM,44,48.94506650437109,Bob Riley,12824,REP,42,49.17329467109175,2,-0.22822816672066182 +73448,88078,1381,2002,AL,Gov-G,2002_Gov-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,2002-10-23,2002-11-05,13,926,Don Siegelman,12825,DEM,40,48.94506650437109,Bob Riley,12824,REP,44,49.17329467109175,-4,-0.22822816672066182 +54543,88079,1381,2002,AL,Gov-G,2002_Gov-G_AL,University of Alabama at Birmingham,344,FALSE,TRUE,Live Phone,NA,2002-10-30,2002-11-05,6,600,Don Siegelman,12825,DEM,39,48.94506650437109,Bob Riley,12824,REP,47,49.17329467109175,-8,-0.22822816672066182 +75655,144290,1382,2002,AK,Gov-G,2002_Gov-G_AK,Lake Research Partners/Ivan Moore,687,FALSE,TRUE,Live Phone,DEM,2002-09-17,2002-11-05,49,500,Fran Ulmer,12821,DEM,46,40.70086917454338,Frank Murkowski,12822,REP,43,55.84792037462633,3,-15.147051200082949 +54532,88068,1382,2002,AK,Gov-G,2002_Gov-G_AK,Craciun Research Group,61,FALSE,TRUE,NA,NA,2002-10-12,2002-11-05,24,400,Fran Ulmer,12821,DEM,46,40.70086917454338,Frank Murkowski,12822,REP,43,55.84792037462633,3,-15.147051200082949 +75654,144289,1382,2002,AK,Gov-G,2002_Gov-G_AK,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2002-10-15,2002-11-05,21,300,Fran Ulmer,12821,DEM,34,40.70086917454338,Frank Murkowski,12822,REP,50,55.84792037462633,-16,-15.147051200082949 +54559,88095,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2002-09-20,2002-11-05,46,666,Janet Napolitano,12829,DEM,37,46.18537799595632,Matt Salmon,12832,REP,43,45.22143590588454,-6,0.9639420900717823 +54560,88096,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2002-09-26,2002-11-05,40,549,Janet Napolitano,12829,DEM,35,46.18537799595632,Matt Salmon,12832,REP,36,45.22143590588454,-1,0.9639420900717823 +54561,88097,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-26,2002-11-05,40,661,Janet Napolitano,12829,DEM,43,46.18537799595632,Matt Salmon,12832,REP,42,45.22143590588454,1,0.9639420900717823 +54562,88098,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,Live Phone,NA,2002-09-28,2002-11-05,38,560,Janet Napolitano,12829,DEM,38,46.18537799595632,Matt Salmon,12832,REP,41,45.22143590588454,-3,0.9639420900717823 +54563,138443,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2002-10-02,2002-11-05,34,666,Janet Napolitano,12829,DEM,41,46.18537799595632,Matt Salmon,12832,REP,35,45.22143590588454,6,0.9639420900717823 +54565,88101,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-09,2002-11-05,27,661,Janet Napolitano,12829,DEM,44,46.18537799595632,Matt Salmon,12832,REP,40,45.22143590588454,4,0.9639420900717823 +54564,138442,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2002-10-10,2002-11-05,26,666,Janet Napolitano,12829,DEM,40,46.18537799595632,Matt Salmon,12832,REP,36,45.22143590588454,4,0.9639420900717823 +54566,138437,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,Live Phone,NA,2002-10-17,2002-11-05,19,666,Janet Napolitano,12829,DEM,48,46.18537799595632,Matt Salmon,12832,REP,32,45.22143590588454,16,0.9639420900717823 +54567,88103,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2002-10-20,2002-11-05,16,300,Janet Napolitano,12829,DEM,46,46.18537799595632,Matt Salmon,12832,REP,38,45.22143590588454,8,0.9639420900717823 +54568,88104,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-23,2002-11-05,13,661,Janet Napolitano,12829,DEM,42,46.18537799595632,Matt Salmon,12832,REP,43,45.22143590588454,-1,0.9639420900717823 +54570,88106,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Analytical Group,11,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,600,Janet Napolitano,12829,DEM,42,46.18537799595632,Matt Salmon,12832,REP,37,45.22143590588454,5,0.9639420900717823 +54569,138436,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,666,Janet Napolitano,12829,DEM,46,46.18537799595632,Matt Salmon,12832,REP,36,45.22143590588454,10,0.9639420900717823 +54572,88108,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-30,2002-11-05,6,661,Janet Napolitano,12829,DEM,43,46.18537799595632,Matt Salmon,12832,REP,41,45.22143590588454,2,0.9639420900717823 +54571,138441,1383,2002,AZ,Gov-G,2002_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,666,Janet Napolitano,12829,DEM,42,46.18537799595632,Matt Salmon,12832,REP,39,45.22143590588454,3,0.9639420900717823 +25663,88083,1384,2002,AR,Gov-G,2002_Gov-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-19,2002-11-05,47,507,Jimmie Lou Fisher,12827,DEM,37,46.94698744936056,Mike Huckabee,12828,REP,49,53.0078342203511,-12,-6.060846770990537 +25561,88082,1384,2002,AR,Gov-G,2002_Gov-G_AR,Opinion Research Associates,242,FALSE,TRUE,NA,NA,2002-09-18,2002-11-05,48,501,Jimmie Lou Fisher,12827,DEM,42,46.94698744936056,Mike Huckabee,12828,REP,51,53.0078342203511,-9,-6.060846770990537 +25662,88084,1384,2002,AR,Gov-G,2002_Gov-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,507,Jimmie Lou Fisher,12827,DEM,40,46.94698744936056,Mike Huckabee,12828,REP,50,53.0078342203511,-10,-6.060846770990537 +25560,88085,1384,2002,AR,Gov-G,2002_Gov-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2002-10-18,2002-11-05,18,501,Jimmie Lou Fisher,12827,DEM,44,46.94698744936056,Mike Huckabee,12828,REP,46,53.0078342203511,-2,-6.060846770990537 +25559,88086,1384,2002,AR,Gov-G,2002_Gov-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2002-10-25,2002-11-05,11,500,Jimmie Lou Fisher,12827,DEM,43,46.94698744936056,Mike Huckabee,12828,REP,49,53.0078342203511,-6,-6.060846770990537 +25469,88087,1384,2002,AR,Gov-G,2002_Gov-G_AR,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,616,Jimmie Lou Fisher,12827,DEM,40,46.94698744936056,Mike Huckabee,12828,REP,55,53.0078342203511,-15,-6.060846770990537 +25660,88088,1384,2002,AR,Gov-G,2002_Gov-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,507,Jimmie Lou Fisher,12827,DEM,41,46.94698744936056,Mike Huckabee,12828,REP,50,53.0078342203511,-9,-6.060846770990537 +75663,144301,1385,2002,CA,Gov-G,2002_Gov-G_CA,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-09-07,2002-11-05,59,800,Gray Davis,12835,DEM,41,47.26248011887146,Bill Simon,12833,REP,35,42.39792860409365,6,4.8645515147778084 +54587,88123,1385,2002,CA,Gov-G,2002_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2002-09-16,2002-11-05,50,1000,Gray Davis,12835,DEM,40,47.26248011887146,Bill Simon,12833,REP,32,42.39792860409365,8,4.8645515147778084 +54588,88124,1385,2002,CA,Gov-G,2002_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-22,2002-11-05,44,563,Gray Davis,12835,DEM,47,47.26248011887146,Bill Simon,12833,REP,35,42.39792860409365,12,4.8645515147778084 +54589,88125,1385,2002,CA,Gov-G,2002_Gov-G_CA,Los Angeles Times,172,TRUE,TRUE,NA,NA,2002-09-27,2002-11-05,39,879,Gray Davis,12835,DEM,45,47.26248011887146,Bill Simon,12833,REP,35,42.39792860409365,10,4.8645515147778084 +54590,88126,1385,2002,CA,Gov-G,2002_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-05,2002-11-05,31,563,Gray Davis,12835,DEM,44,47.26248011887146,Bill Simon,12833,REP,37,42.39792860409365,7,4.8645515147778084 +54591,88127,1385,2002,CA,Gov-G,2002_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,563,Gray Davis,12835,DEM,48,47.26248011887146,Bill Simon,12833,REP,33,42.39792860409365,15,4.8645515147778084 +73806,138457,1385,2002,CA,Gov-G,2002_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2002-10-11,2002-11-05,25,1000,Gray Davis,12835,DEM,41,47.26248011887146,Bill Simon,12833,REP,31,42.39792860409365,10,4.8645515147778084 +73804,138455,1385,2002,CA,Gov-G,2002_Gov-G_CA,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,NA,2002-10-17,2002-11-05,19,666,Gray Davis,12835,DEM,34.2,47.26248011887146,Bill Simon,12833,REP,33.7,42.39792860409365,0.5,4.8645515147778084 +54592,88128,1385,2002,CA,Gov-G,2002_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-19,2002-11-05,17,563,Gray Davis,12835,DEM,47,47.26248011887146,Bill Simon,12833,REP,36,42.39792860409365,11,4.8645515147778084 +54594,88130,1385,2002,CA,Gov-G,2002_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-26,2002-11-05,10,563,Gray Davis,12835,DEM,48,47.26248011887146,Bill Simon,12833,REP,37,42.39792860409365,11,4.8645515147778084 +54593,88129,1385,2002,CA,Gov-G,2002_Gov-G_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2002-10-24,2002-11-05,12,879,Gray Davis,12835,DEM,45,47.26248011887146,Bill Simon,12833,REP,36,42.39792860409365,9,4.8645515147778084 +54596,88132,1385,2002,CA,Gov-G,2002_Gov-G_CA,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2002-10-28,2002-11-05,8,500,Gray Davis,12835,DEM,42,47.26248011887146,Bill Simon,12833,REP,39,42.39792860409365,3,4.8645515147778084 +54595,88131,1385,2002,CA,Gov-G,2002_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2002-10-27,2002-11-05,9,740,Gray Davis,12835,DEM,41,47.26248011887146,Bill Simon,12833,REP,34,42.39792860409365,7,4.8645515147778084 +54597,88133,1385,2002,CA,Gov-G,2002_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-02,2002-11-05,3,563,Gray Davis,12835,DEM,45,47.26248011887146,Bill Simon,12833,REP,39,42.39792860409365,6,4.8645515147778084 +25668,88138,1386,2002,CO,Gov-G,2002_Gov-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-17,2002-11-05,49,500,Rollie Heath,12840,DEM,20,33.65229555104693,William F. Owens,12842,REP,58,62.62082313347992,-38,-28.968527582432984 +25631,88139,1386,2002,CO,Gov-G,2002_Gov-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,NA,NA,2002-10-06,2002-11-05,30,500,Rollie Heath,12840,DEM,26,33.65229555104693,William F. Owens,12842,REP,54,62.62082313347992,-28,-28.968527582432984 +54604,88140,1386,2002,CO,Gov-G,2002_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,2002-10-11,2002-11-05,25,500,Rollie Heath,12840,DEM,21,33.65229555104693,William F. Owens,12842,REP,64,62.62082313347992,-43,-28.968527582432984 +25667,88141,1386,2002,CO,Gov-G,2002_Gov-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,500,Rollie Heath,12840,DEM,18,33.65229555104693,William F. Owens,12842,REP,60,62.62082313347992,-42,-28.968527582432984 +25433,138458,1386,2002,CO,Gov-G,2002_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,666,Rollie Heath,12840,DEM,28,33.65229555104693,William F. Owens,12842,REP,56,62.62082313347992,-28,-28.968527582432984 +25432,88142,1386,2002,CO,Gov-G,2002_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,400,Rollie Heath,12840,DEM,25,33.65229555104693,William F. Owens,12842,REP,62,62.62082313347992,-37,-28.968527582432984 +25629,88143,1386,2002,CO,Gov-G,2002_Gov-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,Live Phone,NA,2002-10-24,2002-11-05,12,500,Rollie Heath,12840,DEM,27,33.65229555104693,William F. Owens,12842,REP,54,62.62082313347992,-27,-28.968527582432984 +25427,88144,1386,2002,CO,Gov-G,2002_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2002-10-27,2002-11-05,9,400,Rollie Heath,12840,DEM,24,33.65229555104693,William F. Owens,12842,REP,60,62.62082313347992,-36,-28.968527582432984 +25623,88146,1386,2002,CO,Gov-G,2002_Gov-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,500,Rollie Heath,12840,DEM,28,33.65229555104693,William F. Owens,12842,REP,52,62.62082313347992,-24,-28.968527582432984 +25426,88147,1386,2002,CO,Gov-G,2002_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,400,Rollie Heath,12840,DEM,26,33.65229555104693,William F. Owens,12842,REP,62,62.62082313347992,-36,-28.968527582432984 +25666,88149,1386,2002,CO,Gov-G,2002_Gov-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,500,Rollie Heath,12840,DEM,28,33.65229555104693,William F. Owens,12842,REP,60,62.62082313347992,-32,-28.968527582432984 +25470,88148,1386,2002,CO,Gov-G,2002_Gov-G_CO,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,619,Rollie Heath,12840,DEM,32,33.65229555104693,William F. Owens,12842,REP,62,62.62082313347992,-30,-28.968527582432984 +54620,88156,1387,2002,CT,Gov-G,2002_Gov-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2002-09-15,2002-11-05,51,608,Bill Curry,12844,DEM,31,43.889039861270504,John Rowland,12843,REP,44,56.10548603223076,-13,-12.216446170960253 +54621,88157,1387,2002,CT,Gov-G,2002_Gov-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2002-09-23,2002-11-05,43,608,Bill Curry,12844,DEM,31,43.889039861270504,John Rowland,12843,REP,47,56.10548603223076,-16,-12.216446170960253 +54622,88158,1387,2002,CT,Gov-G,2002_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2002-09-27,2002-11-05,39,637,Bill Curry,12844,DEM,37,43.889039861270504,John Rowland,12843,REP,59,56.10548603223076,-22,-12.216446170960253 +54623,88159,1387,2002,CT,Gov-G,2002_Gov-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2002-09-30,2002-11-05,36,608,Bill Curry,12844,DEM,34,43.889039861270504,John Rowland,12843,REP,48,56.10548603223076,-14,-12.216446170960253 +54624,88160,1387,2002,CT,Gov-G,2002_Gov-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2002-10-06,2002-11-05,30,608,Bill Curry,12844,DEM,31,43.889039861270504,John Rowland,12843,REP,49,56.10548603223076,-18,-12.216446170960253 +54626,88162,1387,2002,CT,Gov-G,2002_Gov-G_CT,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2002-10-17,2002-11-05,19,608,Bill Curry,12844,DEM,34,43.889039861270504,John Rowland,12843,REP,49,56.10548603223076,-15,-12.216446170960253 +54627,88163,1387,2002,CT,Gov-G,2002_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2002-10-24,2002-11-05,12,637,Bill Curry,12844,DEM,38,43.889039861270504,John Rowland,12843,REP,55,56.10548603223076,-17,-12.216446170960253 +75682,144324,1388,2002,FL,Gov-G,2002_Gov-G_FL,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2002-09-14,2002-11-05,52,600,Bill McBride,12845,DEM,43,43.16031840294272,Jeb Bush,12847,REP,48,56.01018785899097,-5,-12.849869456048246 +54636,88172,1388,2002,FL,Gov-G,2002_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-20,2002-11-05,46,501,Bill McBride,12845,DEM,39,43.16031840294272,Jeb Bush,12847,REP,49,56.01018785899097,-10,-12.849869456048246 +54637,88173,1388,2002,FL,Gov-G,2002_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-23,2002-11-05,43,800,Bill McBride,12845,DEM,43,43.16031840294272,Jeb Bush,12847,REP,49,56.01018785899097,-6,-12.849869456048246 +54638,88174,1388,2002,FL,Gov-G,2002_Gov-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,800,Bill McBride,12845,DEM,44,43.16031840294272,Jeb Bush,12847,REP,50,56.01018785899097,-6,-12.849869456048246 +54639,88175,1388,2002,FL,Gov-G,2002_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,792,Bill McBride,12845,DEM,48,43.16031840294272,Jeb Bush,12847,REP,49,56.01018785899097,-1,-12.849869456048246 +73810,138463,1388,2002,FL,Gov-G,2002_Gov-G_FL,Marketing Workshop,194,FALSE,TRUE,NA,NA,2002-10-04,2002-11-05,32,300,Bill McBride,12845,DEM,42,43.16031840294272,Jeb Bush,12847,REP,47,56.01018785899097,-5,-12.849869456048246 +54640,88176,1388,2002,FL,Gov-G,2002_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-09,2002-11-05,27,501,Bill McBride,12845,DEM,45,43.16031840294272,Jeb Bush,12847,REP,48,56.01018785899097,-3,-12.849869456048246 +54641,88177,1388,2002,FL,Gov-G,2002_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-09,2002-11-05,27,792,Bill McBride,12845,DEM,47,43.16031840294272,Jeb Bush,12847,REP,50,56.01018785899097,-3,-12.849869456048246 +73809,138462,1388,2002,FL,Gov-G,2002_Gov-G_FL,Marketing Workshop,194,FALSE,TRUE,NA,NA,2002-10-09,2002-11-05,27,300,Bill McBride,12845,DEM,43,43.16031840294272,Jeb Bush,12847,REP,45,56.01018785899097,-2,-12.849869456048246 +73808,138461,1388,2002,FL,Gov-G,2002_Gov-G_FL,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2002-10-13,2002-11-05,23,600,Bill McBride,12845,DEM,47,43.16031840294272,Jeb Bush,12847,REP,47,56.01018785899097,0,-12.849869456048246 +54642,88178,1388,2002,FL,Gov-G,2002_Gov-G_FL,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2002-10-16,2002-11-05,20,600,Bill McBride,12845,DEM,41,43.16031840294272,Jeb Bush,12847,REP,49,56.01018785899097,-8,-12.849869456048246 +73807,138460,1388,2002,FL,Gov-G,2002_Gov-G_FL,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,2002-10-16,2002-11-05,20,300,Bill McBride,12845,DEM,49,43.16031840294272,Jeb Bush,12847,REP,45,56.01018785899097,4,-12.849869456048246 +54643,88179,1388,2002,FL,Gov-G,2002_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-19,2002-11-05,17,800,Bill McBride,12845,DEM,44,43.16031840294272,Jeb Bush,12847,REP,49,56.01018785899097,-5,-12.849869456048246 +54645,88181,1388,2002,FL,Gov-G,2002_Gov-G_FL,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2002-10-24,2002-11-05,12,600,Bill McBride,12845,DEM,43,43.16031840294272,Jeb Bush,12847,REP,49,56.01018785899097,-6,-12.849869456048246 +54644,88180,1388,2002,FL,Gov-G,2002_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-23,2002-11-05,13,792,Bill McBride,12845,DEM,45,43.16031840294272,Jeb Bush,12847,REP,52,56.01018785899097,-7,-12.849869456048246 +54646,88182,1388,2002,FL,Gov-G,2002_Gov-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2002-10-24,2002-11-05,12,800,Bill McBride,12845,DEM,43,43.16031840294272,Jeb Bush,12847,REP,51,56.01018785899097,-8,-12.849869456048246 +54649,88185,1388,2002,FL,Gov-G,2002_Gov-G_FL,The Florida Poll,99,FALSE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,715,Bill McBride,12845,DEM,43,43.16031840294272,Jeb Bush,12847,REP,49,56.01018785899097,-6,-12.849869456048246 +54650,88186,1388,2002,FL,Gov-G,2002_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,800,Bill McBride,12845,DEM,43,43.16031840294272,Jeb Bush,12847,REP,51,56.01018785899097,-8,-12.849869456048246 +54647,88183,1388,2002,FL,Gov-G,2002_Gov-G_FL,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2002-10-28,2002-11-05,8,604,Bill McBride,12845,DEM,45,43.16031840294272,Jeb Bush,12847,REP,48,56.01018785899097,-3,-12.849869456048246 +54648,88184,1388,2002,FL,Gov-G,2002_Gov-G_FL,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,300,Bill McBride,12845,DEM,43,43.16031840294272,Jeb Bush,12847,REP,47,56.01018785899097,-4,-12.849869456048246 +54651,88187,1388,2002,FL,Gov-G,2002_Gov-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,501,Bill McBride,12845,DEM,39,43.16031840294272,Jeb Bush,12847,REP,55,56.01018785899097,-16,-12.849869456048246 +54652,88188,1388,2002,FL,Gov-G,2002_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-03,2002-11-05,2,792,Bill McBride,12845,DEM,46,43.16031840294272,Jeb Bush,12847,REP,51,56.01018785899097,-5,-12.849869456048246 +25413,138472,1389,2002,GA,Gov-G,2002_Gov-G_GA,Marketing Workshop,194,FALSE,TRUE,NA,NA,2002-09-28,2002-11-05,38,800,Roy Barnes,12850,DEM,49,46.254999726042406,Sonny Perdue,12849,REP,42,51.418976918949525,7,-5.163977192907119 +25519,88189,1389,2002,GA,Gov-G,2002_Gov-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-16,2002-11-05,20,625,Roy Barnes,12850,DEM,48,46.254999726042406,Sonny Perdue,12849,REP,39,51.418976918949525,9,-5.163977192907119 +25412,88190,1389,2002,GA,Gov-G,2002_Gov-G_GA,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,2002-10-27,2002-11-05,9,800,Roy Barnes,12850,DEM,51,46.254999726042406,Sonny Perdue,12849,REP,40,51.418976918949525,11,-5.163977192907119 +54657,88193,1390,2002,HI,Gov-G,2002_Gov-G_HI,Ward Research,375,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,750,Mazie Hirono,12852,DEM,39,47.0144722723823,Linda Lingle,12854,REP,47,51.55819004998561,-8,-4.543717777603312 +54659,88195,1390,2002,HI,Gov-G,2002_Gov-G_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,750,Mazie Hirono,12852,DEM,40,47.0144722723823,Linda Lingle,12854,REP,44,51.55819004998561,-4,-4.543717777603312 +54658,88194,1390,2002,HI,Gov-G,2002_Gov-G_HI,Market Trends Pacific,190,FALSE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,600,Mazie Hirono,12852,DEM,40,47.0144722723823,Linda Lingle,12854,REP,40,51.55819004998561,0,-4.543717777603312 +54660,88196,1390,2002,HI,Gov-G,2002_Gov-G_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,750,Mazie Hirono,12852,DEM,43,47.0144722723823,Linda Lingle,12854,REP,44,51.55819004998561,-1,-4.543717777603312 +25492,88207,1391,2002,ID,Gov-G,2002_Gov-G_ID,Greg Smith & Associates,128,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,400,Jerry Brady,12862,DEM,40,41.73040048410968,C. Dirk Kempthorne,12863,REP,48,56.2767785319714,-8,-14.546378047861722 +54682,88218,1392,2002,IL,Gov-G,2002_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-11,2002-11-05,55,535,Rod Blagojevich,12866,DEM,57,52.19262192590842,Jim Ryan,12865,REP,33,45.06948645776318,24,7.123135468145236 +25522,88219,1392,2002,IL,Gov-G,2002_Gov-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-16,2002-11-05,50,621,Rod Blagojevich,12866,DEM,47,52.19262192590842,Jim Ryan,12865,REP,42,45.06948645776318,5,7.123135468145236 +25673,88220,1392,2002,IL,Gov-G,2002_Gov-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-18,2002-11-05,48,800,Rod Blagojevich,12866,DEM,51,52.19262192590842,Jim Ryan,12865,REP,32,45.06948645776318,19,7.123135468145236 +54685,88221,1392,2002,IL,Gov-G,2002_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,535,Rod Blagojevich,12866,DEM,56,52.19262192590842,Jim Ryan,12865,REP,37,45.06948645776318,19,7.123135468145236 +25516,88222,1392,2002,IL,Gov-G,2002_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2002-09-29,2002-11-05,37,701,Rod Blagojevich,12866,DEM,51,52.19262192590842,Jim Ryan,12865,REP,35,45.06948645776318,16,7.123135468145236 +25672,88223,1392,2002,IL,Gov-G,2002_Gov-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-08,2002-11-05,28,802,Rod Blagojevich,12866,DEM,48,52.19262192590842,Jim Ryan,12865,REP,37,45.06948645776318,11,7.123135468145236 +54688,88224,1392,2002,IL,Gov-G,2002_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-08,2002-11-05,28,535,Rod Blagojevich,12866,DEM,55,52.19262192590842,Jim Ryan,12865,REP,36,45.06948645776318,19,7.123135468145236 +25503,88226,1392,2002,IL,Gov-G,2002_Gov-G_IL,Illinois Wesleyan University Department of Political Science,147,FALSE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,497,Rod Blagojevich,12866,DEM,46,52.19262192590842,Jim Ryan,12865,REP,40,45.06948645776318,6,7.123135468145236 +25521,88229,1392,2002,IL,Gov-G,2002_Gov-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,625,Rod Blagojevich,12866,DEM,49,52.19262192590842,Jim Ryan,12865,REP,40,45.06948645776318,9,7.123135468145236 +54694,88230,1392,2002,IL,Gov-G,2002_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-22,2002-11-05,14,535,Rod Blagojevich,12866,DEM,52,52.19262192590842,Jim Ryan,12865,REP,40,45.06948645776318,12,7.123135468145236 +25597,88227,1392,2002,IL,Gov-G,2002_Gov-G_IL,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2002-10-20,2002-11-05,16,800,Rod Blagojevich,12866,DEM,50,52.19262192590842,Jim Ryan,12865,REP,41,45.06948645776318,9,7.123135468145236 +54692,88228,1392,2002,IL,Gov-G,2002_Gov-G_IL,KRC Research,160,TRUE,TRUE,Live Phone,NA,2002-10-23,2002-11-05,13,400,Rod Blagojevich,12866,DEM,50,52.19262192590842,Jim Ryan,12865,REP,38,45.06948645776318,12,7.123135468145236 +54696,88232,1392,2002,IL,Gov-G,2002_Gov-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2002-10-26,2002-11-05,10,600,Rod Blagojevich,12866,DEM,51,52.19262192590842,Jim Ryan,12865,REP,36,45.06948645776318,15,7.123135468145236 +25515,88231,1392,2002,IL,Gov-G,2002_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,701,Rod Blagojevich,12866,DEM,47,52.19262192590842,Jim Ryan,12865,REP,37,45.06948645776318,10,7.123135468145236 +54697,88233,1392,2002,IL,Gov-G,2002_Gov-G_IL,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2002-10-28,2002-11-05,8,606,Rod Blagojevich,12866,DEM,52,52.19262192590842,Jim Ryan,12865,REP,36,45.06948645776318,16,7.123135468145236 +54698,88234,1392,2002,IL,Gov-G,2002_Gov-G_IL,Escalent,189,FALSE,TRUE,Live Phone,REP,2002-10-28,2002-11-05,8,400,Rod Blagojevich,12866,DEM,45,52.19262192590842,Jim Ryan,12865,REP,39,45.06948645776318,6,7.123135468145236 +54700,88236,1392,2002,IL,Gov-G,2002_Gov-G_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-29,2002-11-05,7,535,Rod Blagojevich,12866,DEM,53,52.19262192590842,Jim Ryan,12865,REP,39,45.06948645776318,14,7.123135468145236 +25671,88237,1392,2002,IL,Gov-G,2002_Gov-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,802,Rod Blagojevich,12866,DEM,43.2,52.19262192590842,Jim Ryan,12865,REP,43.5,45.06948645776318,-0.29999999999999716,7.123135468145236 +54664,88200,1393,2002,IA,Gov-G,2002_Gov-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-24,2002-11-05,42,605,Tom Vilsack,12858,DEM,50,52.68550850943944,Doug Gross,12857,REP,46,44.512683734287904,4,8.172824775151533 +25614,88199,1393,2002,IA,Gov-G,2002_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2002-09-23,2002-11-05,43,807,Tom Vilsack,12858,DEM,51,52.68550850943944,Doug Gross,12857,REP,33,44.512683734287904,18,8.172824775151533 +54665,88201,1393,2002,IA,Gov-G,2002_Gov-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-07,2002-11-05,29,605,Tom Vilsack,12858,DEM,50,52.68550850943944,Doug Gross,12857,REP,46,44.512683734287904,4,8.172824775151533 +54667,88203,1393,2002,IA,Gov-G,2002_Gov-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-21,2002-11-05,15,614,Tom Vilsack,12858,DEM,55,52.68550850943944,Doug Gross,12857,REP,41,44.512683734287904,14,8.172824775151533 +54668,88204,1393,2002,IA,Gov-G,2002_Gov-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-28,2002-11-05,8,614,Tom Vilsack,12858,DEM,56,52.68550850943944,Doug Gross,12857,REP,42,44.512683734287904,14,8.172824775151533 +72982,136898,1393,2002,IA,Gov-G,2002_Gov-G_IA,Gazette Communications,640,FALSE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,1082,Tom Vilsack,12858,DEM,46.5,52.68550850943944,Doug Gross,12857,REP,33.8,44.512683734287904,12.700000000000003,8.172824775151533 +25613,88206,1393,2002,IA,Gov-G,2002_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,807,Tom Vilsack,12858,DEM,52,52.68550850943944,Doug Gross,12857,REP,40,44.512683734287904,12,8.172824775151533 +54704,88240,1394,2002,KS,Gov-G,2002_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-14,2002-11-05,52,704,Kathleen Sebelius,12868,DEM,55,52.87330739076119,Tim Shallenburger,12870,REP,38,45.09197168334745,17,7.781335707413739 +54705,88241,1394,2002,KS,Gov-G,2002_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-28,2002-11-05,38,704,Kathleen Sebelius,12868,DEM,57,52.87330739076119,Tim Shallenburger,12870,REP,37,45.09197168334745,20,7.781335707413739 +54706,88242,1394,2002,KS,Gov-G,2002_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-05,2002-11-05,31,704,Kathleen Sebelius,12868,DEM,55,52.87330739076119,Tim Shallenburger,12870,REP,37,45.09197168334745,18,7.781335707413739 +73820,138474,1394,2002,KS,Gov-G,2002_Gov-G_KS,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,NA,REP,2002-10-06,2002-11-05,30,500,Kathleen Sebelius,12868,DEM,46,52.87330739076119,Tim Shallenburger,12870,REP,37,45.09197168334745,9,7.781335707413739 +54707,88243,1394,2002,KS,Gov-G,2002_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,704,Kathleen Sebelius,12868,DEM,55,52.87330739076119,Tim Shallenburger,12870,REP,38,45.09197168334745,17,7.781335707413739 +54708,88244,1394,2002,KS,Gov-G,2002_Gov-G_KS,MarketAide Services Inc.,191,FALSE,TRUE,Live Phone,NA,2002-10-19,2002-11-05,17,402,Kathleen Sebelius,12868,DEM,53,52.87330739076119,Tim Shallenburger,12870,REP,34,45.09197168334745,19,7.781335707413739 +54710,88246,1394,2002,KS,Gov-G,2002_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-26,2002-11-05,10,704,Kathleen Sebelius,12868,DEM,53,52.87330739076119,Tim Shallenburger,12870,REP,38,45.09197168334745,15,7.781335707413739 +54709,88245,1394,2002,KS,Gov-G,2002_Gov-G_KS,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,602,Kathleen Sebelius,12868,DEM,46,52.87330739076119,Tim Shallenburger,12870,REP,37,45.09197168334745,9,7.781335707413739 +54711,88247,1394,2002,KS,Gov-G,2002_Gov-G_KS,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,625,Kathleen Sebelius,12868,DEM,49,52.87330739076119,Tim Shallenburger,12870,REP,42,45.09197168334745,7,7.781335707413739 +54712,88248,1394,2002,KS,Gov-G,2002_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-01,2002-11-05,4,704,Kathleen Sebelius,12868,DEM,51,52.87330739076119,Tim Shallenburger,12870,REP,44,45.09197168334745,7,7.781335707413739 +25602,88297,1395,2002,ME,Gov-G,2002_Gov-G_ME,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2002-09-09,2002-11-05,57,523,John Baldacci,12880,DEM,57,47.14642015875215,Peter Cianchette,12882,REP,26,41.46875433005404,31,5.67766582869811 +25620,88299,1395,2002,ME,Gov-G,2002_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2002-09-19,2002-11-05,47,500,John Baldacci,12880,DEM,54,47.14642015875215,Peter Cianchette,12882,REP,25,41.46875433005404,29,5.67766582869811 +25447,88298,1395,2002,ME,Gov-G,2002_Gov-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2002-09-19,2002-11-05,47,509,John Baldacci,12880,DEM,49,47.14642015875215,Peter Cianchette,12882,REP,30,41.46875433005404,19,5.67766582869811 +54764,88300,1395,2002,ME,Gov-G,2002_Gov-G_ME,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,300,John Baldacci,12880,DEM,46,47.14642015875215,Peter Cianchette,12882,REP,36,41.46875433005404,10,5.67766582869811 +54765,88301,1395,2002,ME,Gov-G,2002_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,500,John Baldacci,12880,DEM,50,47.14642015875215,Peter Cianchette,12882,REP,29,41.46875433005404,21,5.67766582869811 +54744,88280,1396,2002,MD,Gov-G,2002_Gov-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,NA,NA,2002-09-14,2002-11-05,52,840,Kathleen Townsend,12877,DEM,46,47.67506809074546,Robert Ehrlich Jr.,12879,REP,47,51.553324709775474,-1,-3.8782566190300116 +54743,144411,1396,2002,MD,Gov-G,2002_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-13,2002-11-05,53,625,Kathleen Townsend,12877,DEM,43,47.67506809074546,Robert Ehrlich Jr.,12879,REP,46,51.553324709775474,-3,-3.8782566190300116 +54745,88281,1396,2002,MD,Gov-G,2002_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-15,2002-11-05,51,797,Kathleen Townsend,12877,DEM,48,47.67506809074546,Robert Ehrlich Jr.,12879,REP,48,51.553324709775474,0,-3.8782566190300116 +54746,88282,1396,2002,MD,Gov-G,2002_Gov-G_MD,Potomac Incorporated,256,FALSE,TRUE,NA,NA,2002-09-26,2002-11-05,40,869,Kathleen Townsend,12877,DEM,45,47.67506809074546,Robert Ehrlich Jr.,12879,REP,43,51.553324709775474,2,-3.8782566190300116 +54747,88283,1396,2002,MD,Gov-G,2002_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-06,2002-11-05,30,797,Kathleen Townsend,12877,DEM,47,47.67506809074546,Robert Ehrlich Jr.,12879,REP,51,51.553324709775474,-4,-3.8782566190300116 +54748,88284,1396,2002,MD,Gov-G,2002_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,797,Kathleen Townsend,12877,DEM,47,47.67506809074546,Robert Ehrlich Jr.,12879,REP,49,51.553324709775474,-2,-3.8782566190300116 +73822,138477,1396,2002,MD,Gov-G,2002_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,625,Kathleen Townsend,12877,DEM,46,47.67506809074546,Robert Ehrlich Jr.,12879,REP,45,51.553324709775474,1,-3.8782566190300116 +54750,88286,1396,2002,MD,Gov-G,2002_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-19,2002-11-05,17,797,Kathleen Townsend,12877,DEM,48,47.67506809074546,Robert Ehrlich Jr.,12879,REP,48,51.553324709775474,0,-3.8782566190300116 +54749,88285,1396,2002,MD,Gov-G,2002_Gov-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2002-10-17,2002-11-05,19,840,Kathleen Townsend,12877,DEM,45,47.67506809074546,Robert Ehrlich Jr.,12879,REP,46,51.553324709775474,-1,-3.8782566190300116 +54751,88287,1396,2002,MD,Gov-G,2002_Gov-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2002-10-24,2002-11-05,12,1529,Kathleen Townsend,12877,DEM,47,47.67506809074546,Robert Ehrlich Jr.,12879,REP,47,51.553324709775474,0,-3.8782566190300116 +54752,88288,1396,2002,MD,Gov-G,2002_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-26,2002-11-05,10,797,Kathleen Townsend,12877,DEM,49,47.67506809074546,Robert Ehrlich Jr.,12879,REP,48,51.553324709775474,1,-3.8782566190300116 +54753,88289,1396,2002,MD,Gov-G,2002_Gov-G_MD,Potomac Incorporated,256,FALSE,TRUE,Live Phone,NA,2002-10-27,2002-11-05,9,869,Kathleen Townsend,12877,DEM,44,47.67506809074546,Robert Ehrlich Jr.,12879,REP,48,51.553324709775474,-4,-3.8782566190300116 +54754,88290,1396,2002,MD,Gov-G,2002_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,625,Kathleen Townsend,12877,DEM,46,47.67506809074546,Robert Ehrlich Jr.,12879,REP,47,51.553324709775474,-1,-3.8782566190300116 +54755,88291,1396,2002,MD,Gov-G,2002_Gov-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-01,2002-11-05,4,797,Kathleen Townsend,12877,DEM,46,47.67506809074546,Robert Ehrlich Jr.,12879,REP,51,51.553324709775474,-5,-3.8782566190300116 +54723,88259,1397,2002,MA,Gov-G,2002_Gov-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2002-09-18,2002-11-05,48,419,Shannon O'Brien,12875,DEM,45,44.9362153224509,Mitt Romney,12876,REP,42,49.76749845842112,3,-4.831283135970224 +54724,88260,1397,2002,MA,Gov-G,2002_Gov-G_MA,KRC Research,160,TRUE,TRUE,NA,NA,2002-09-25,2002-11-05,41,400,Shannon O'Brien,12875,DEM,42,44.9362153224509,Mitt Romney,12876,REP,36,49.76749845842112,6,-4.831283135970224 +6092,138482,1397,2002,MA,Gov-G,2002_Gov-G_MA,Harvard University,135,TRUE,FALSE,NA,NA,2002-10-01,2002-11-05,35,666,Shannon O'Brien,12875,DEM,40,44.9362153224509,Mitt Romney,12876,REP,40,49.76749845842112,0,-4.831283135970224 +54726,88262,1397,2002,MA,Gov-G,2002_Gov-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2002-10-02,2002-11-05,34,407,Shannon O'Brien,12875,DEM,43,44.9362153224509,Mitt Romney,12876,REP,42,49.76749845842112,1,-4.831283135970224 +54727,88263,1397,2002,MA,Gov-G,2002_Gov-G_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2002-10-05,2002-11-05,31,500,Shannon O'Brien,12875,DEM,42,44.9362153224509,Mitt Romney,12876,REP,30,49.76749845842112,12,-4.831283135970224 +54728,88264,1397,2002,MA,Gov-G,2002_Gov-G_MA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-08,2002-11-05,28,1001,Shannon O'Brien,12875,DEM,42,44.9362153224509,Mitt Romney,12876,REP,40,49.76749845842112,2,-4.831283135970224 +54729,88265,1397,2002,MA,Gov-G,2002_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,500,Shannon O'Brien,12875,DEM,36.7,44.9362153224509,Mitt Romney,12876,REP,37.2,49.76749845842112,-0.5,-4.831283135970224 +54731,88267,1397,2002,MA,Gov-G,2002_Gov-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,465,Shannon O'Brien,12875,DEM,44,44.9362153224509,Mitt Romney,12876,REP,38,49.76749845842112,6,-4.831283135970224 +54730,88266,1397,2002,MA,Gov-G,2002_Gov-G_MA,Harvard University,135,TRUE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,400,Shannon O'Brien,12875,DEM,41,44.9362153224509,Mitt Romney,12876,REP,39,49.76749845842112,2,-4.831283135970224 +54732,88268,1397,2002,MA,Gov-G,2002_Gov-G_MA,KRC Research,160,TRUE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,400,Shannon O'Brien,12875,DEM,41,44.9362153224509,Mitt Romney,12876,REP,40,49.76749845842112,1,-4.831283135970224 +54733,88269,1397,2002,MA,Gov-G,2002_Gov-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,465,Shannon O'Brien,12875,DEM,42,44.9362153224509,Mitt Romney,12876,REP,41,49.76749845842112,1,-4.831283135970224 +54734,88270,1397,2002,MA,Gov-G,2002_Gov-G_MA,KRC Research,160,TRUE,TRUE,Live Phone,NA,2002-11-01,2002-11-05,4,400,Shannon O'Brien,12875,DEM,38,44.9362153224509,Mitt Romney,12876,REP,40,49.76749845842112,-2,-4.831283135970224 +54735,88271,1397,2002,MA,Gov-G,2002_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,500,Shannon O'Brien,12875,DEM,38,44.9362153224509,Mitt Romney,12876,REP,41,49.76749845842112,-3,-4.831283135970224 +54776,88312,1398,2002,MI,Gov-G,2002_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2002-09-16,2002-11-05,50,600,Jennifer Granholm,12886,DEM,50,51.416603594261645,Dick Posthumus,12884,REP,38,47.398054799823136,12,4.018548794438509 +54775,88311,1398,2002,MI,Gov-G,2002_Gov-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2002-09-28,2002-11-05,38,600,Jennifer Granholm,12886,DEM,47,51.416603594261645,Dick Posthumus,12884,REP,36,47.398054799823136,11,4.018548794438509 +54778,88314,1398,2002,MI,Gov-G,2002_Gov-G_MI,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-05,2002-11-05,31,730,Jennifer Granholm,12886,DEM,55,51.416603594261645,Dick Posthumus,12884,REP,41,47.398054799823136,14,4.018548794438509 +54777,88313,1398,2002,MI,Gov-G,2002_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2002-10-04,2002-11-05,32,500,Jennifer Granholm,12886,DEM,53,51.416603594261645,Dick Posthumus,12884,REP,41,47.398054799823136,12,4.018548794438509 +25453,88315,1398,2002,MI,Gov-G,2002_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2002-10-14,2002-11-05,22,500,Jennifer Granholm,12886,DEM,50,51.416603594261645,Dick Posthumus,12884,REP,40,47.398054799823136,10,4.018548794438509 +25554,88316,1398,2002,MI,Gov-G,2002_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,600,Jennifer Granholm,12886,DEM,47,51.416603594261645,Dick Posthumus,12884,REP,35,47.398054799823136,12,4.018548794438509 +54781,88317,1398,2002,MI,Gov-G,2002_Gov-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-19,2002-11-05,17,730,Jennifer Granholm,12886,DEM,54,51.416603594261645,Dick Posthumus,12884,REP,41,47.398054799823136,13,4.018548794438509 +54782,88318,1398,2002,MI,Gov-G,2002_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,500,Jennifer Granholm,12886,DEM,51,51.416603594261645,Dick Posthumus,12884,REP,37,47.398054799823136,14,4.018548794438509 +25553,88319,1398,2002,MI,Gov-G,2002_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,600,Jennifer Granholm,12886,DEM,47,51.416603594261645,Dick Posthumus,12884,REP,39,47.398054799823136,8,4.018548794438509 +54784,88320,1398,2002,MI,Gov-G,2002_Gov-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-26,2002-11-05,10,730,Jennifer Granholm,12886,DEM,55,51.416603594261645,Dick Posthumus,12884,REP,42,47.398054799823136,13,4.018548794438509 +73825,138481,1398,2002,MI,Gov-G,2002_Gov-G_MI,Detroit Free Press,663,FALSE,TRUE,Live Phone,NA,2002-10-28,2002-11-05,8,513,Jennifer Granholm,12886,DEM,54,51.416603594261645,Dick Posthumus,12884,REP,41,47.398054799823136,13,4.018548794438509 +25452,138480,1398,2002,MI,Gov-G,2002_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,500,Jennifer Granholm,12886,DEM,50,51.416603594261645,Dick Posthumus,12884,REP,39,47.398054799823136,11,4.018548794438509 +25552,88321,1398,2002,MI,Gov-G,2002_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,600,Jennifer Granholm,12886,DEM,51,51.416603594261645,Dick Posthumus,12884,REP,38,47.398054799823136,13,4.018548794438509 +54787,88323,1398,2002,MI,Gov-G,2002_Gov-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-02,2002-11-05,3,730,Jennifer Granholm,12886,DEM,52,51.416603594261645,Dick Posthumus,12884,REP,46,47.398054799823136,6,4.018548794438509 +25451,88322,1398,2002,MI,Gov-G,2002_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,500,Jennifer Granholm,12886,DEM,48,51.416603594261645,Dick Posthumus,12884,REP,39,47.398054799823136,9,4.018548794438509 +54790,88326,1399,2002,MN,Gov-G,2002_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-13,2002-11-05,53,625,Roger Moe,12889,DEM,27,36.460725611361376,Tim Pawlenty,12890,REP,28,44.37225218681867,-1,-7.9115265754572945 +56057,89906,1399,2002,MN,Gov-G,2002_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2002-09-15,2002-11-05,51,1038,Roger Moe,12889,DEM,30,36.460725611361376,Tim Pawlenty,12890,REP,28,44.37225218681867,2,-7.9115265754572945 +56058,89907,1399,2002,MN,Gov-G,2002_Gov-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-18,2002-11-05,48,500,Roger Moe,12889,DEM,23,36.460725611361376,Tim Pawlenty,12890,REP,28,44.37225218681867,-5,-7.9115265754572945 +54791,88327,1399,2002,MN,Gov-G,2002_Gov-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,600,Roger Moe,12889,DEM,25,36.460725611361376,Tim Pawlenty,12890,REP,30,44.37225218681867,-5,-7.9115265754572945 +73359,138483,1399,2002,MN,Gov-G,2002_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2002-10-13,2002-11-05,23,1048,Roger Moe,12889,DEM,29,36.460725611361376,Tim Pawlenty,12890,REP,29,44.37225218681867,0,-7.9115265754572945 +25618,88329,1399,2002,MN,Gov-G,2002_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2002-10-28,2002-11-05,8,929,Roger Moe,12889,DEM,29,36.460725611361376,Tim Pawlenty,12890,REP,33,44.37225218681867,-4,-7.9115265754572945 +25524,88330,1399,2002,MN,Gov-G,2002_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,625,Roger Moe,12889,DEM,32,36.460725611361376,Tim Pawlenty,12890,REP,36,44.37225218681867,-4,-7.9115265754572945 +25617,88331,1399,2002,MN,Gov-G,2002_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2002-10-31,2002-11-05,5,929,Roger Moe,12889,DEM,32,36.460725611361376,Tim Pawlenty,12890,REP,35,44.37225218681867,-3,-7.9115265754572945 +25675,88332,1399,2002,MN,Gov-G,2002_Gov-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,600,Roger Moe,12889,DEM,34,36.460725611361376,Tim Pawlenty,12890,REP,35,44.37225218681867,-1,-7.9115265754572945 +25674,88333,1399,2002,MN,Gov-G,2002_Gov-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,600,Roger Moe,12889,DEM,36,36.460725611361376,Tim Pawlenty,12890,REP,36,44.37225218681867,0,-7.9115265754572945 +25551,88335,1400,2002,NE,Gov-G,2002_Gov-G_NE,MSR Group,178,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,604,Stormy Dean,12895,DEM,20,27.515691561796373,Mike Johanns,12893,REP,70,68.68091086943414,-50,-41.16521930763777 +54822,88359,1401,2002,NV,Gov-G,2002_Gov-G_NV,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-23,2002-11-05,43,561,Joseph Neal,12904,DEM,26,22.00746311590048,Kenny Guinn,12902,REP,61,68.24346977358708,-35,-46.2360066576866 +73826,138484,1401,2002,NV,Gov-G,2002_Gov-G_NV,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-14,2002-11-05,22,666,Joseph Neal,12904,DEM,26,22.00746311590048,Kenny Guinn,12902,REP,62,68.24346977358708,-36,-46.2360066576866 +54823,88360,1401,2002,NV,Gov-G,2002_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,625,Joseph Neal,12904,DEM,21,22.00746311590048,Kenny Guinn,12902,REP,65,68.24346977358708,-44,-46.2360066576866 +54824,88361,1401,2002,NV,Gov-G,2002_Gov-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-28,2002-11-05,8,523,Joseph Neal,12904,DEM,28,22.00746311590048,Kenny Guinn,12902,REP,63,68.24346977358708,-35,-46.2360066576866 +25394,88337,1402,2002,NH,Gov-G,2002_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2002-09-16,2002-11-05,50,600,Mark Fernald,12897,DEM,30,38.21358267716536,Craig Benson,12896,REP,55,58.61784837101784,-25,-20.40426569385248 +75733,144432,1402,2002,NH,Gov-G,2002_Gov-G_NH,Bannon Communications Research,21,FALSE,FALSE,NA,DEM,2002-09-20,2002-11-05,46,400,Mark Fernald,12897,DEM,40,38.21358267716536,Craig Benson,12896,REP,40,58.61784837101784,0,-20.40426569385248 +25393,88338,1402,2002,NH,Gov-G,2002_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2002-10-01,2002-11-05,35,600,Mark Fernald,12897,DEM,30,38.21358267716536,Craig Benson,12896,REP,59,58.61784837101784,-29,-20.40426569385248 +73440,138485,1402,2002,NH,Gov-G,2002_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2002-10-05,2002-11-05,31,651,Mark Fernald,12897,DEM,33,38.21358267716536,Craig Benson,12896,REP,49,58.61784837101784,-16,-20.40426569385248 +25392,88341,1402,2002,NH,Gov-G,2002_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,600,Mark Fernald,12897,DEM,28,38.21358267716536,Craig Benson,12896,REP,57,58.61784837101784,-29,-20.40426569385248 +54805,88342,1402,2002,NH,Gov-G,2002_Gov-G_NH,Bannon Communications Research,21,FALSE,FALSE,Live Phone,DEM,2002-10-20,2002-11-05,16,400,Mark Fernald,12897,DEM,35,38.21358267716536,Craig Benson,12896,REP,43,58.61784837101784,-8,-20.40426569385248 +25391,88343,1402,2002,NH,Gov-G,2002_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,600,Mark Fernald,12897,DEM,33,38.21358267716536,Craig Benson,12896,REP,52,58.61784837101784,-19,-20.40426569385248 +54807,88344,1402,2002,NH,Gov-G,2002_Gov-G_NH,Becker Institute,26,FALSE,TRUE,Live Phone,NA,2002-10-22,2002-11-05,14,401,Mark Fernald,12897,DEM,32,38.21358267716536,Craig Benson,12896,REP,52,58.61784837101784,-20,-20.40426569385248 +25651,88345,1402,2002,NH,Gov-G,2002_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,651,Mark Fernald,12897,DEM,37,38.21358267716536,Craig Benson,12896,REP,49,58.61784837101784,-12,-20.40426569385248 +25390,88346,1402,2002,NH,Gov-G,2002_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,600,Mark Fernald,12897,DEM,36,38.21358267716536,Craig Benson,12896,REP,52,58.61784837101784,-16,-20.40426569385248 +25468,88347,1402,2002,NH,Gov-G,2002_Gov-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,933,Mark Fernald,12897,DEM,36,38.21358267716536,Craig Benson,12896,REP,44,58.61784837101784,-8,-20.40426569385248 +25650,88349,1402,2002,NH,Gov-G,2002_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,642,Mark Fernald,12897,DEM,38,38.21358267716536,Craig Benson,12896,REP,52,58.61784837101784,-14,-20.40426569385248 +25389,88350,1402,2002,NH,Gov-G,2002_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,600,Mark Fernald,12897,DEM,38,38.21358267716536,Craig Benson,12896,REP,53,58.61784837101784,-15,-20.40426569385248 +25574,88352,1403,2002,NM,Gov-G,2002_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2002-09-10,2002-11-05,56,734,Bill Richardson,12899,DEM,50,55.48837026803213,John Sanchez,12901,REP,36,39.0460790569829,14,16.44229121104923 +54816,88353,1403,2002,NM,Gov-G,2002_Gov-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,421,Bill Richardson,12899,DEM,46,55.48837026803213,John Sanchez,12901,REP,37,39.0460790569829,9,16.44229121104923 +25573,88354,1403,2002,NM,Gov-G,2002_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2002-10-09,2002-11-05,27,905,Bill Richardson,12899,DEM,50,55.48837026803213,John Sanchez,12901,REP,32,39.0460790569829,18,16.44229121104923 +25532,88355,1403,2002,NM,Gov-G,2002_Gov-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,405,Bill Richardson,12899,DEM,51,55.48837026803213,John Sanchez,12901,REP,37,39.0460790569829,14,16.44229121104923 +25572,88356,1403,2002,NM,Gov-G,2002_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,905,Bill Richardson,12899,DEM,52,55.48837026803213,John Sanchez,12901,REP,34,39.0460790569829,18,16.44229121104923 +54844,88381,1404,2002,NY,Gov-G,2002_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-19,2002-11-05,47,567,H. Carl McCall,12908,DEM,37,30.772561228300855,George Pataki,12912,REP,48,44.455792493148536,-11,-13.68323126484768 +54845,88382,1404,2002,NY,Gov-G,2002_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2002-09-20,2002-11-05,46,936,H. Carl McCall,12908,DEM,34,30.772561228300855,George Pataki,12912,REP,45,44.455792493148536,-11,-13.68323126484768 +54846,88383,1404,2002,NY,Gov-G,2002_Gov-G_NY,Marist College,183,TRUE,FALSE,NA,NA,2002-09-25,2002-11-05,41,813,H. Carl McCall,12908,DEM,32,30.772561228300855,George Pataki,12912,REP,48,44.455792493148536,-16,-13.68323126484768 +54847,88384,1404,2002,NY,Gov-G,2002_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-02,2002-11-05,34,567,H. Carl McCall,12908,DEM,29,30.772561228300855,George Pataki,12912,REP,51,44.455792493148536,-22,-13.68323126484768 +54849,88386,1404,2002,NY,Gov-G,2002_Gov-G_NY,Siena College,305,TRUE,FALSE,NA,NA,2002-10-07,2002-11-05,29,1210,H. Carl McCall,12908,DEM,26,30.772561228300855,George Pataki,12912,REP,43,44.455792493148536,-17,-13.68323126484768 +54850,88387,1404,2002,NY,Gov-G,2002_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-08,2002-11-05,28,567,H. Carl McCall,12908,DEM,33,30.772561228300855,George Pataki,12912,REP,46,44.455792493148536,-13,-13.68323126484768 +54848,88385,1404,2002,NY,Gov-G,2002_Gov-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2002-10-07,2002-11-05,29,1052,H. Carl McCall,12908,DEM,32,30.772561228300855,George Pataki,12912,REP,41,44.455792493148536,-9,-13.68323126484768 +54851,88388,1404,2002,NY,Gov-G,2002_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2002-10-11,2002-11-05,25,624,H. Carl McCall,12908,DEM,31,30.772561228300855,George Pataki,12912,REP,47,44.455792493148536,-16,-13.68323126484768 +54853,88390,1404,2002,NY,Gov-G,2002_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-15,2002-11-05,21,567,H. Carl McCall,12908,DEM,29,30.772561228300855,George Pataki,12912,REP,45,44.455792493148536,-16,-13.68323126484768 +73828,138487,1404,2002,NY,Gov-G,2002_Gov-G_NY,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2002-10-14,2002-11-05,22,666,H. Carl McCall,12908,DEM,31,30.772561228300855,George Pataki,12912,REP,42,44.455792493148536,-11,-13.68323126484768 +54854,88391,1404,2002,NY,Gov-G,2002_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2002-10-17,2002-11-05,19,1210,H. Carl McCall,12908,DEM,25,30.772561228300855,George Pataki,12912,REP,44,44.455792493148536,-19,-13.68323126484768 +54855,88392,1404,2002,NY,Gov-G,2002_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-22,2002-11-05,14,567,H. Carl McCall,12908,DEM,29,30.772561228300855,George Pataki,12912,REP,44,44.455792493148536,-15,-13.68323126484768 +54856,88393,1404,2002,NY,Gov-G,2002_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,432,H. Carl McCall,12908,DEM,27,30.772561228300855,George Pataki,12912,REP,48,44.455792493148536,-21,-13.68323126484768 +54857,88394,1404,2002,NY,Gov-G,2002_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-29,2002-11-05,7,567,H. Carl McCall,12908,DEM,32,30.772561228300855,George Pataki,12912,REP,47,44.455792493148536,-15,-13.68323126484768 +54858,88395,1404,2002,NY,Gov-G,2002_Gov-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2002-10-30,2002-11-05,6,1052,H. Carl McCall,12908,DEM,27,30.772561228300855,George Pataki,12912,REP,43,44.455792493148536,-16,-13.68323126484768 +54860,88397,1404,2002,NY,Gov-G,2002_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,475,H. Carl McCall,12908,DEM,27,30.772561228300855,George Pataki,12912,REP,48,44.455792493148536,-21,-13.68323126484768 +54859,88396,1404,2002,NY,Gov-G,2002_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,624,H. Carl McCall,12908,DEM,29,30.772561228300855,George Pataki,12912,REP,45,44.455792493148536,-16,-13.68323126484768 +54866,88403,1405,2002,OH,Gov-G,2002_Gov-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-11,2002-11-05,55,805,Timothy Hagan,12920,DEM,37,38.30681525380057,Bob Taft,12916,REP,48,57.7581796424395,-11,-19.45136438863893 +54867,88404,1405,2002,OH,Gov-G,2002_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2002-09-10,2002-11-05,56,537,Timothy Hagan,12920,DEM,35,38.30681525380057,Bob Taft,12916,REP,53,57.7581796424395,-18,-19.45136438863893 +73834,138502,1405,2002,OH,Gov-G,2002_Gov-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2002-10-01,2002-11-05,35,1420,Timothy Hagan,12920,DEM,40,38.30681525380057,Bob Taft,12916,REP,51,57.7581796424395,-11,-19.45136438863893 +73833,138501,1405,2002,OH,Gov-G,2002_Gov-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-17,2002-11-05,19,1312,Timothy Hagan,12920,DEM,44,38.30681525380057,Bob Taft,12916,REP,51,57.7581796424395,-7,-19.45136438863893 +54869,88406,1405,2002,OH,Gov-G,2002_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,471,Timothy Hagan,12920,DEM,38,38.30681525380057,Bob Taft,12916,REP,54,57.7581796424395,-16,-19.45136438863893 +54870,88407,1405,2002,OH,Gov-G,2002_Gov-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,800,Timothy Hagan,12920,DEM,38,38.30681525380057,Bob Taft,12916,REP,50,57.7581796424395,-12,-19.45136438863893 +54871,88408,1405,2002,OH,Gov-G,2002_Gov-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,602,Timothy Hagan,12920,DEM,35,38.30681525380057,Bob Taft,12916,REP,49,57.7581796424395,-14,-19.45136438863893 +54873,88410,1405,2002,OH,Gov-G,2002_Gov-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-30,2002-11-05,6,725,Timothy Hagan,12920,DEM,39,38.30681525380057,Bob Taft,12916,REP,57,57.7581796424395,-18,-19.45136438863893 +54872,88409,1405,2002,OH,Gov-G,2002_Gov-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2002-10-28,2002-11-05,8,2048,Timothy Hagan,12920,DEM,40,38.30681525380057,Bob Taft,12916,REP,58,57.7581796424395,-18,-19.45136438863893 +54874,88411,1405,2002,OH,Gov-G,2002_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,666,Timothy Hagan,12920,DEM,39.3,38.30681525380057,Bob Taft,12916,REP,58,57.7581796424395,-18.700000000000003,-19.45136438863893 +54876,88413,1406,2002,OK,Gov-G,2002_Gov-G_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,NA,NA,2002-09-23,2002-11-05,43,500,Brad Henry,12923,DEM,34,43.272918638110504,Steve Largent,12922,REP,42,42.60993414572913,-8,0.6629844923813764 +54877,88414,1406,2002,OK,Gov-G,2002_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,710,Brad Henry,12923,DEM,39,43.272918638110504,Steve Largent,12922,REP,45,42.60993414572913,-6,0.6629844923813764 +54878,88415,1406,2002,OK,Gov-G,2002_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-01,2002-11-05,35,555,Brad Henry,12923,DEM,37,43.272918638110504,Steve Largent,12922,REP,43,42.60993414572913,-6,0.6629844923813764 +73840,138510,1406,2002,OK,Gov-G,2002_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-07,2002-11-05,29,666,Brad Henry,12923,DEM,39,43.272918638110504,Steve Largent,12922,REP,45,42.60993414572913,-6,0.6629844923813764 +54880,88417,1406,2002,OK,Gov-G,2002_Gov-G_OK,Consumer Logic,59,FALSE,TRUE,NA,NA,2002-10-11,2002-11-05,25,750,Brad Henry,12923,DEM,35,43.272918638110504,Steve Largent,12922,REP,41,42.60993414572913,-6,0.6629844923813764 +54879,88416,1406,2002,OK,Gov-G,2002_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-15,2002-11-05,21,710,Brad Henry,12923,DEM,38,43.272918638110504,Steve Largent,12922,REP,43,42.60993414572913,-5,0.6629844923813764 +54881,88418,1406,2002,OK,Gov-G,2002_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-30,2002-11-05,6,723,Brad Henry,12923,DEM,39,43.272918638110504,Steve Largent,12922,REP,37,42.60993414572913,2,0.6629844923813764 +54882,88419,1406,2002,OK,Gov-G,2002_Gov-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-02,2002-11-05,3,710,Brad Henry,12923,DEM,42,43.272918638110504,Steve Largent,12922,REP,38,42.60993414572913,4,0.6629844923813764 +25600,144438,1407,2002,OR,Gov-G,2002_Gov-G_OR,Riley Research Associates,290,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,600,Ted Kulongoski,12924,DEM,42,49.02859745005343,Kevin Mannix,12926,REP,36,46.15520703341618,6,2.8733904166372497 +25449,88423,1407,2002,OR,Gov-G,2002_Gov-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,2002-10-04,2002-11-05,32,608,Ted Kulongoski,12924,DEM,45,49.02859745005343,Kevin Mannix,12926,REP,41,46.15520703341618,4,2.8733904166372497 +25599,88425,1407,2002,OR,Gov-G,2002_Gov-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2002-10-16,2002-11-05,20,604,Ted Kulongoski,12924,DEM,41,49.02859745005343,Kevin Mannix,12926,REP,35,46.15520703341618,6,2.8733904166372497 +25598,88426,1407,2002,OR,Gov-G,2002_Gov-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,604,Ted Kulongoski,12924,DEM,46,49.02859745005343,Kevin Mannix,12926,REP,42,46.15520703341618,4,2.8733904166372497 +25448,88427,1407,2002,OR,Gov-G,2002_Gov-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2002-10-27,2002-11-05,9,608,Ted Kulongoski,12924,DEM,48,49.02859745005343,Kevin Mannix,12926,REP,42,46.15520703341618,6,2.8733904166372497 +54899,88436,1408,2002,PA,Gov-G,2002_Gov-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-09,2002-11-05,57,668,Ed Rendell,12927,DEM,53,53.412643087402,Mike Fisher,12930,REP,40,44.372218898494665,13,9.040424188907338 +54900,89916,1408,2002,PA,Gov-G,2002_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2002-09-13,2002-11-05,53,1279,Ed Rendell,12927,DEM,48,53.412643087402,Mike Fisher,12930,REP,41,44.372218898494665,7,9.040424188907338 +54901,88438,1408,2002,PA,Gov-G,2002_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2002-09-21,2002-11-05,45,352,Ed Rendell,12927,DEM,46,53.412643087402,Mike Fisher,12930,REP,35,44.372218898494665,11,9.040424188907338 +56067,88439,1408,2002,PA,Gov-G,2002_Gov-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,NA,NA,2002-09-28,2002-11-05,38,483,Ed Rendell,12927,DEM,52,53.412643087402,Mike Fisher,12930,REP,35,44.372218898494665,17,9.040424188907338 +54903,88440,1408,2002,PA,Gov-G,2002_Gov-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-30,2002-11-05,36,668,Ed Rendell,12927,DEM,58,53.412643087402,Mike Fisher,12930,REP,35,44.372218898494665,23,9.040424188907338 +54904,88441,1408,2002,PA,Gov-G,2002_Gov-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-10-02,2002-11-05,34,805,Ed Rendell,12927,DEM,47,53.412643087402,Mike Fisher,12930,REP,33,44.372218898494665,14,9.040424188907338 +54905,88442,1408,2002,PA,Gov-G,2002_Gov-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-06,2002-11-05,30,668,Ed Rendell,12927,DEM,57,53.412643087402,Mike Fisher,12930,REP,36,44.372218898494665,21,9.040424188907338 +54906,88443,1408,2002,PA,Gov-G,2002_Gov-G_PA,West Chester University,377,FALSE,TRUE,NA,NA,2002-10-11,2002-11-05,25,472,Ed Rendell,12927,DEM,49,53.412643087402,Mike Fisher,12930,REP,31,44.372218898494665,18,9.040424188907338 +54908,88445,1408,2002,PA,Gov-G,2002_Gov-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-14,2002-11-05,22,668,Ed Rendell,12927,DEM,57,53.412643087402,Mike Fisher,12930,REP,36,44.372218898494665,21,9.040424188907338 +54907,88444,1408,2002,PA,Gov-G,2002_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2002-10-12,2002-11-05,24,636,Ed Rendell,12927,DEM,56,53.412643087402,Mike Fisher,12930,REP,36,44.372218898494665,20,9.040424188907338 +54909,88446,1408,2002,PA,Gov-G,2002_Gov-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-20,2002-11-05,16,668,Ed Rendell,12927,DEM,55,53.412643087402,Mike Fisher,12930,REP,37,44.372218898494665,18,9.040424188907338 +54910,88447,1408,2002,PA,Gov-G,2002_Gov-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2002-10-24,2002-11-05,12,636,Ed Rendell,12927,DEM,54,53.412643087402,Mike Fisher,12930,REP,35,44.372218898494665,19,9.040424188907338 +54911,138514,1408,2002,PA,Gov-G,2002_Gov-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,483,Ed Rendell,12927,DEM,52,53.412643087402,Mike Fisher,12930,REP,33,44.372218898494665,19,9.040424188907338 +54912,88449,1408,2002,PA,Gov-G,2002_Gov-G_PA,West Chester University,377,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,472,Ed Rendell,12927,DEM,49,53.412643087402,Mike Fisher,12930,REP,32,44.372218898494665,17,9.040424188907338 +54913,88450,1408,2002,PA,Gov-G,2002_Gov-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-28,2002-11-05,8,668,Ed Rendell,12927,DEM,56,53.412643087402,Mike Fisher,12930,REP,37,44.372218898494665,19,9.040424188907338 +54914,88451,1408,2002,PA,Gov-G,2002_Gov-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,805,Ed Rendell,12927,DEM,53,53.412643087402,Mike Fisher,12930,REP,36,44.372218898494665,17,9.040424188907338 +25463,88452,1409,2002,RI,Gov-G,2002_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,2002-09-14,2002-11-05,52,405,Myrth York,12931,DEM,49,45.242067603054906,Donald Carcieri,12932,REP,35,54.757932396945094,14,-9.515864793890188 +54916,88453,1409,2002,RI,Gov-G,2002_Gov-G_RI,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-24,2002-11-05,42,593,Myrth York,12931,DEM,48,45.242067603054906,Donald Carcieri,12932,REP,44,54.757932396945094,4,-9.515864793890188 +54917,88454,1409,2002,RI,Gov-G,2002_Gov-G_RI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-15,2002-11-05,21,593,Myrth York,12931,DEM,48,45.242067603054906,Donald Carcieri,12932,REP,45,54.757932396945094,3,-9.515864793890188 +25424,88455,1409,2002,RI,Gov-G,2002_Gov-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2002-10-20,2002-11-05,16,418,Myrth York,12931,DEM,41,45.242067603054906,Donald Carcieri,12932,REP,34,54.757932396945094,7,-9.515864793890188 +54919,88456,1409,2002,RI,Gov-G,2002_Gov-G_RI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-22,2002-11-05,14,593,Myrth York,12931,DEM,46,45.242067603054906,Donald Carcieri,12932,REP,48,54.757932396945094,-2,-9.515864793890188 +54920,88457,1409,2002,RI,Gov-G,2002_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,401,Myrth York,12931,DEM,40,45.242067603054906,Donald Carcieri,12932,REP,43,54.757932396945094,-3,-9.515864793890188 +54921,88458,1409,2002,RI,Gov-G,2002_Gov-G_RI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-29,2002-11-05,7,593,Myrth York,12931,DEM,45,45.242067603054906,Donald Carcieri,12932,REP,48,54.757932396945094,-3,-9.515864793890188 +54925,88462,1410,2002,SC,Gov-G,2002_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-14,2002-11-05,52,764,James H. Hodges,12933,DEM,51,47.04597260150308,Mark Sanford,12934,REP,46,52.849037441603286,5,-5.803064840100205 +54926,88463,1410,2002,SC,Gov-G,2002_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-29,2002-11-05,37,764,James H. Hodges,12933,DEM,49,47.04597260150308,Mark Sanford,12934,REP,49,52.849037441603286,0,-5.803064840100205 +25688,88464,1410,2002,SC,Gov-G,2002_Gov-G_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-09,2002-11-05,27,500,James H. Hodges,12933,DEM,45,47.04597260150308,Mark Sanford,12934,REP,43,52.849037441603286,2,-5.803064840100205 +54928,88465,1410,2002,SC,Gov-G,2002_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,764,James H. Hodges,12933,DEM,51,47.04597260150308,Mark Sanford,12934,REP,45,52.849037441603286,6,-5.803064840100205 +25534,88466,1410,2002,SC,Gov-G,2002_Gov-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,625,James H. Hodges,12933,DEM,41,47.04597260150308,Mark Sanford,12934,REP,45,52.849037441603286,-4,-5.803064840100205 +54930,88467,1410,2002,SC,Gov-G,2002_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-19,2002-11-05,17,764,James H. Hodges,12933,DEM,51,47.04597260150308,Mark Sanford,12934,REP,46,52.849037441603286,5,-5.803064840100205 +54931,88468,1410,2002,SC,Gov-G,2002_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-26,2002-11-05,10,764,James H. Hodges,12933,DEM,50,47.04597260150308,Mark Sanford,12934,REP,47,52.849037441603286,3,-5.803064840100205 +25533,88469,1410,2002,SC,Gov-G,2002_Gov-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,625,James H. Hodges,12933,DEM,42,47.04597260150308,Mark Sanford,12934,REP,49,52.849037441603286,-7,-5.803064840100205 +54933,88470,1410,2002,SC,Gov-G,2002_Gov-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-02,2002-11-05,3,764,James H. Hodges,12933,DEM,52,47.04597260150308,Mark Sanford,12934,REP,46,52.849037441603286,6,-5.803064840100205 +25537,88472,1411,2002,SD,Gov-G,2002_Gov-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-18,2002-11-05,48,805,Jim Abbott,12936,DEM,32,41.92474272101483,M. Michael Rounds,12938,REP,51,56.76726676012302,-19,-14.842524039108191 +25505,88473,1411,2002,SD,Gov-G,2002_Gov-G_SD,Jim Meader (KELOLAND-TV),159,FALSE,TRUE,NA,NA,2002-10-04,2002-11-05,32,600,Jim Abbott,12936,DEM,35,41.92474272101483,M. Michael Rounds,12938,REP,45,56.76726676012302,-10,-14.842524039108191 +73844,138516,1411,2002,SD,Gov-G,2002_Gov-G_SD,Jim Meader (KELOLAND-TV),159,FALSE,TRUE,NA,NA,2002-10-10,2002-11-05,26,666,Jim Abbott,12936,DEM,35,41.92474272101483,M. Michael Rounds,12938,REP,45,56.76726676012302,-10,-14.842524039108191 +25504,88474,1411,2002,SD,Gov-G,2002_Gov-G_SD,Jim Meader (KELOLAND-TV),159,FALSE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,600,Jim Abbott,12936,DEM,39,41.92474272101483,M. Michael Rounds,12938,REP,46,56.76726676012302,-7,-14.842524039108191 +25536,88475,1411,2002,SD,Gov-G,2002_Gov-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,805,Jim Abbott,12936,DEM,36,41.92474272101483,M. Michael Rounds,12938,REP,55,56.76726676012302,-19,-14.842524039108191 +25472,88476,1411,2002,SD,Gov-G,2002_Gov-G_SD,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,685,Jim Abbott,12936,DEM,40,41.92474272101483,M. Michael Rounds,12938,REP,54,56.76726676012302,-14,-14.842524039108191 +25649,88479,1412,2002,TN,Gov-G,2002_Gov-G_TN,University of Tennessee,362,FALSE,FALSE,NA,NA,2002-09-07,2002-11-05,59,504,Phil Bredesen,12941,DEM,37,50.64727278006396,Van Hilleary,12939,REP,29,47.59367928346017,8,3.0535934966037885 +75747,144472,1412,2002,TN,Gov-G,2002_Gov-G_TN,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2002-09-12,2002-11-05,54,500,Phil Bredesen,12941,DEM,39.2,50.64727278006396,Van Hilleary,12939,REP,38.6,47.59367928346017,0.6000000000000014,3.0535934966037885 +25539,88480,1412,2002,TN,Gov-G,2002_Gov-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-18,2002-11-05,48,625,Phil Bredesen,12941,DEM,44,50.64727278006396,Van Hilleary,12939,REP,42,47.59367928346017,2,3.0535934966037885 +75746,144471,1412,2002,TN,Gov-G,2002_Gov-G_TN,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2002-09-19,2002-11-05,47,605,Phil Bredesen,12941,DEM,47,50.64727278006396,Van Hilleary,12939,REP,39,47.59367928346017,8,3.0535934966037885 +54944,88481,1412,2002,TN,Gov-G,2002_Gov-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-24,2002-11-05,42,726,Phil Bredesen,12941,DEM,48,50.64727278006396,Van Hilleary,12939,REP,44,47.59367928346017,4,3.0535934966037885 +54945,88482,1412,2002,TN,Gov-G,2002_Gov-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-06,2002-11-05,30,726,Phil Bredesen,12941,DEM,47,50.64727278006396,Van Hilleary,12939,REP,41,47.59367928346017,6,3.0535934966037885 +25648,88483,1412,2002,TN,Gov-G,2002_Gov-G_TN,University of Tennessee,362,FALSE,FALSE,NA,NA,2002-10-10,2002-11-05,26,504,Phil Bredesen,12941,DEM,35,50.64727278006396,Van Hilleary,12939,REP,35,47.59367928346017,0,3.0535934966037885 +25547,138517,1412,2002,TN,Gov-G,2002_Gov-G_TN,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2002-10-19,2002-11-05,17,600,Phil Bredesen,12941,DEM,49,50.64727278006396,Van Hilleary,12939,REP,43,47.59367928346017,6,3.0535934966037885 +54948,88485,1412,2002,TN,Gov-G,2002_Gov-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-20,2002-11-05,16,726,Phil Bredesen,12941,DEM,48,50.64727278006396,Van Hilleary,12939,REP,42,47.59367928346017,6,3.0535934966037885 +54947,88484,1412,2002,TN,Gov-G,2002_Gov-G_TN,Ethridge & Associates LLC,89,FALSE,TRUE,Live Phone,NA,2002-10-20,2002-11-05,16,819,Phil Bredesen,12941,DEM,39,50.64727278006396,Van Hilleary,12939,REP,41,47.59367928346017,-2,3.0535934966037885 +25538,88486,1412,2002,TN,Gov-G,2002_Gov-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,625,Phil Bredesen,12941,DEM,45,50.64727278006396,Van Hilleary,12939,REP,42,47.59367928346017,3,3.0535934966037885 +54950,88487,1412,2002,TN,Gov-G,2002_Gov-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-27,2002-11-05,9,726,Phil Bredesen,12941,DEM,48,50.64727278006396,Van Hilleary,12939,REP,44,47.59367928346017,4,3.0535934966037885 +25596,88496,1413,2002,TX,Gov-G,2002_Gov-G_TX,Rice University,286,FALSE,FALSE,NA,NA,2002-09-09,2002-11-05,57,656,Tony Sanchez,12946,DEM,46,39.96054446356566,Rick Perry,12947,REP,37,57.808487376007,9,-17.84794291244134 +54960,88497,1413,2002,TX,Gov-G,2002_Gov-G_TX,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-18,2002-11-05,48,683,Tony Sanchez,12946,DEM,53,39.96054446356566,Rick Perry,12947,REP,42,57.808487376007,11,-17.84794291244134 +25698,88498,1413,2002,TX,Gov-G,2002_Gov-G_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-17,2002-11-05,49,602,Tony Sanchez,12946,DEM,32,39.96054446356566,Rick Perry,12947,REP,44,57.808487376007,-12,-17.84794291244134 +54962,138522,1413,2002,TX,Gov-G,2002_Gov-G_TX,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-01,2002-11-05,35,666,Tony Sanchez,12946,DEM,44,39.96054446356566,Rick Perry,12947,REP,51,57.808487376007,-7,-17.84794291244134 +25467,88500,1413,2002,TX,Gov-G,2002_Gov-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,NA,NA,2002-10-03,2002-11-05,33,550,Tony Sanchez,12946,DEM,29,39.96054446356566,Rick Perry,12947,REP,56,57.808487376007,-27,-17.84794291244134 +73849,138521,1413,2002,TX,Gov-G,2002_Gov-G_TX,FM3 Research,91,FALSE,FALSE,NA,DEM,2002-10-09,2002-11-05,27,666,Tony Sanchez,12946,DEM,41,39.96054446356566,Rick Perry,12947,REP,44,57.808487376007,-3,-17.84794291244134 +25697,88501,1413,2002,TX,Gov-G,2002_Gov-G_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,602,Tony Sanchez,12946,DEM,30,39.96054446356566,Rick Perry,12947,REP,52,57.808487376007,-22,-17.84794291244134 +25466,88502,1413,2002,TX,Gov-G,2002_Gov-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,NA,NA,2002-10-10,2002-11-05,26,550,Tony Sanchez,12946,DEM,34,39.96054446356566,Rick Perry,12947,REP,48,57.808487376007,-14,-17.84794291244134 +54967,88504,1413,2002,TX,Gov-G,2002_Gov-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-15,2002-11-05,21,683,Tony Sanchez,12946,DEM,43,39.96054446356566,Rick Perry,12947,REP,52,57.808487376007,-9,-17.84794291244134 +25422,88503,1413,2002,TX,Gov-G,2002_Gov-G_TX,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2002-10-15,2002-11-05,21,1002,Tony Sanchez,12946,DEM,35,39.96054446356566,Rick Perry,12947,REP,50,57.808487376007,-15,-17.84794291244134 +25457,138519,1413,2002,TX,Gov-G,2002_Gov-G_TX,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2002-10-18,2002-11-05,18,900,Tony Sanchez,12946,DEM,41,39.96054446356566,Rick Perry,12947,REP,44,57.808487376007,-3,-17.84794291244134 +25465,88505,1413,2002,TX,Gov-G,2002_Gov-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,Live Phone,NA,2002-10-17,2002-11-05,19,550,Tony Sanchez,12946,DEM,34,39.96054446356566,Rick Perry,12947,REP,49,57.808487376007,-15,-17.84794291244134 +54970,88507,1413,2002,TX,Gov-G,2002_Gov-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-22,2002-11-05,14,683,Tony Sanchez,12946,DEM,42,39.96054446356566,Rick Perry,12947,REP,53,57.808487376007,-11,-17.84794291244134 +25464,88508,1413,2002,TX,Gov-G,2002_Gov-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,Live Phone,NA,2002-10-24,2002-11-05,12,550,Tony Sanchez,12946,DEM,38,39.96054446356566,Rick Perry,12947,REP,51,57.808487376007,-13,-17.84794291244134 +25610,88506,1413,2002,TX,Gov-G,2002_Gov-G_TX,Scripps Howard,303,FALSE,TRUE,Live Phone,NA,2002-10-18,2002-11-05,18,795,Tony Sanchez,12946,DEM,35,39.96054446356566,Rick Perry,12947,REP,50,57.808487376007,-15,-17.84794291244134 +25595,88509,1413,2002,TX,Gov-G,2002_Gov-G_TX,Rice University,286,FALSE,FALSE,Live Phone,NA,2002-10-27,2002-11-05,9,656,Tony Sanchez,12946,DEM,37,39.96054446356566,Rick Perry,12947,REP,49,57.808487376007,-12,-17.84794291244134 +25421,88511,1413,2002,TX,Gov-G,2002_Gov-G_TX,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2002-10-31,2002-11-05,5,1002,Tony Sanchez,12946,DEM,38,39.96054446356566,Rick Perry,12947,REP,50,57.808487376007,-12,-17.84794291244134 +54973,88510,1413,2002,TX,Gov-G,2002_Gov-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-31,2002-11-05,5,683,Tony Sanchez,12946,DEM,43,39.96054446356566,Rick Perry,12947,REP,53,57.808487376007,-10,-17.84794291244134 +25696,88512,1413,2002,TX,Gov-G,2002_Gov-G_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,602,Tony Sanchez,12946,DEM,36,39.96054446356566,Rick Perry,12947,REP,50,57.808487376007,-14,-17.84794291244134 +25695,88513,1413,2002,TX,Gov-G,2002_Gov-G_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,602,Tony Sanchez,12946,DEM,34,39.96054446356566,Rick Perry,12947,REP,52,57.808487376007,-18,-17.84794291244134 +73852,138525,1414,2002,VT,Gov-G,2002_Gov-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-24,2002-11-05,12,625,Doug Racine,12954,DEM,42,42.38989229278635,Jim Douglas,12955,REP,35,44.9407154122549,7,-2.5508231194685536 +54981,88518,1414,2002,VT,Gov-G,2002_Gov-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,625,Doug Racine,12954,DEM,46,42.38989229278635,Jim Douglas,12955,REP,36,44.9407154122549,10,-2.5508231194685536 +54990,88527,1415,2002,WI,Gov-G,2002_Gov-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,NA,NA,2002-09-21,2002-11-05,45,539,Jim Doyle,13138,DEM,43,45.090570924364734,Scott McCallum,13139,REP,35,41.387862330167195,8,3.7027085941975386 +54991,88529,1415,2002,WI,Gov-G,2002_Gov-G_WI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2002-09-28,2002-11-05,38,1004,Jim Doyle,13138,DEM,40,45.090570924364734,Scott McCallum,13139,REP,31,41.387862330167195,9,3.7027085941975386 +54995,88533,1415,2002,WI,Gov-G,2002_Gov-G_WI,University of Wisconsin-Milwaukee Center for Urban Initiatives and Research,749,FALSE,TRUE,Live Phone,NA,2002-10-23,2002-11-05,13,418,Jim Doyle,13138,DEM,38,45.090570924364734,Scott McCallum,13139,REP,36,41.387862330167195,2,3.7027085941975386 +54996,88534,1415,2002,WI,Gov-G,2002_Gov-G_WI,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,450,Jim Doyle,13138,DEM,38,45.090570924364734,Scott McCallum,13139,REP,36,41.387862330167195,2,3.7027085941975386 +54994,88532,1415,2002,WI,Gov-G,2002_Gov-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,382,Jim Doyle,13138,DEM,41,45.090570924364734,Scott McCallum,13139,REP,33,41.387862330167195,8,3.7027085941975386 +54997,88535,1415,2002,WI,Gov-G,2002_Gov-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,501,Jim Doyle,13138,DEM,41,45.090570924364734,Scott McCallum,13139,REP,34,41.387862330167195,7,3.7027085941975386 +54999,88537,1416,2002,WY,Gov-G,2002_Gov-G_WY,A&A Research,2,FALSE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,400,Dave Freudenthal,13142,DEM,36,49.96360381539855,Eli D. Bebout,13143,REP,44,47.920564653103924,-8,2.043039162294626 +82159,168708,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2001-09-23,2001-11-06,44,600,James E. McGreevey,13767,DEM,44,56.43286420179915,Bret Schundler,13768,REP,33,41.675134083015855,11,14.757730118783293 +82146,168695,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2001-09-21,2001-11-06,46,666,James E. McGreevey,13767,DEM,44,56.43286420179915,Bret Schundler,13768,REP,30,41.675134083015855,14,14.757730118783293 +82156,168705,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2001-09-24,2001-11-06,43,666,James E. McGreevey,13767,DEM,51,56.43286420179915,Bret Schundler,13768,REP,35,41.675134083015855,16,14.757730118783293 +82157,168706,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2001-10-05,2001-11-06,32,600,James E. McGreevey,13767,DEM,50,56.43286420179915,Bret Schundler,13768,REP,33,41.675134083015855,17,14.757730118783293 +82155,168704,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2001-10-15,2001-11-06,22,666,James E. McGreevey,13767,DEM,50,56.43286420179915,Bret Schundler,13768,REP,38,41.675134083015855,12,14.757730118783293 +63916,117660,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2001-10-22,2001-11-06,15,760,James E. McGreevey,13767,DEM,49,56.43286420179915,Bret Schundler,13768,REP,36,41.675134083015855,13,14.757730118783293 +63962,117725,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2001-10-26,2001-11-06,11,505,James E. McGreevey,13767,DEM,52,56.43286420179915,Bret Schundler,13768,REP,35,41.675134083015855,17,14.757730118783293 +82145,168694,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2001-10-25,2001-11-06,12,505,James E. McGreevey,13767,DEM,52,56.43286420179915,Bret Schundler,13768,REP,35,41.675134083015855,17,14.757730118783293 +63926,117675,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2001-10-30,2001-11-06,7,600,James E. McGreevey,13767,DEM,53,56.43286420179915,Bret Schundler,13768,REP,35,41.675134083015855,18,14.757730118783293 +63963,117726,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2001-11-01,2001-11-06,5,505,James E. McGreevey,13767,DEM,48,56.43286420179915,Bret Schundler,13768,REP,39,41.675134083015855,9,14.757730118783293 +63981,117747,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2001-11-01,2001-11-06,5,745,James E. McGreevey,13767,DEM,53,56.43286420179915,Bret Schundler,13768,REP,36,41.675134083015855,17,14.757730118783293 +63763,117410,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2001-11-02,2001-11-06,4,800,James E. McGreevey,13767,DEM,55,56.43286420179915,Bret Schundler,13768,REP,41,41.675134083015855,14,14.757730118783293 +63955,117710,1417,2001,NJ,Gov-G,2001_Gov-G_NJ,Gannett New Jersey,760,FALSE,TRUE,Live Phone,NA,2001-11-02,2001-11-06,4,649,James E. McGreevey,13767,DEM,48,56.43286420179915,Bret Schundler,13768,REP,26,41.675134083015855,22,14.757730118783293 +82164,168713,1418,2001,VA,Gov-G,2001_Gov-G_VA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2001-10-03,2001-11-06,34,608,Mark R. Warner,13769,DEM,47,52.163356426307864,Mark Lawrence Earley,13770,REP,38,47.02518284367429,9,5.138173582633577 +82165,168714,1418,2001,VA,Gov-G,2001_Gov-G_VA,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2001-10-03,2001-11-06,34,800,Mark R. Warner,13769,DEM,46,52.163356426307864,Mark Lawrence Earley,13770,REP,42,47.02518284367429,4,5.138173582633577 +82163,168712,1418,2001,VA,Gov-G,2001_Gov-G_VA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2001-10-10,2001-11-06,27,608,Mark R. Warner,13769,DEM,47,52.163356426307864,Mark Lawrence Earley,13770,REP,37,47.02518284367429,10,5.138173582633577 +63945,117699,1418,2001,VA,Gov-G,2001_Gov-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2001-10-16,2001-11-06,21,625,Mark R. Warner,13769,DEM,45,52.163356426307864,Mark Lawrence Earley,13770,REP,42,47.02518284367429,3,5.138173582633577 +63909,117653,1418,2001,VA,Gov-G,2001_Gov-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2001-10-24,2001-11-06,13,1010,Mark R. Warner,13769,DEM,51,52.163356426307864,Mark Lawrence Earley,13770,REP,41,47.02518284367429,10,5.138173582633577 +63976,117742,1418,2001,VA,Gov-G,2001_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2001-10-26,2001-11-06,11,423,Mark R. Warner,13769,DEM,45,52.163356426307864,Mark Lawrence Earley,13770,REP,36,47.02518284367429,9,5.138173582633577 +63975,117741,1418,2001,VA,Gov-G,2001_Gov-G_VA,Richmond Times-Dispatch,288,FALSE,TRUE,Live Phone,NA,2001-10-29,2001-11-06,8,481,Mark R. Warner,13769,DEM,46,52.163356426307864,Mark Lawrence Earley,13770,REP,33,47.02518284367429,13,5.138173582633577 +63946,117700,1418,2001,VA,Gov-G,2001_Gov-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2001-10-30,2001-11-06,7,633,Mark R. Warner,13769,DEM,48,52.163356426307864,Mark Lawrence Earley,13770,REP,42,47.02518284367429,6,5.138173582633577 +63764,117411,1418,2001,VA,Gov-G,2001_Gov-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2001-11-03,2001-11-06,3,500,Mark R. Warner,13769,DEM,51,52.163356426307864,Mark Lawrence Earley,13770,REP,45,47.02518284367429,6,5.138173582633577 +6581,87977,1419,2000,DE,Gov-G,2000_Gov-G_DE,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-04,2000-11-07,34,625,Ruth Minner,12958,DEM,46,59.243932515166776,John Burris,12959,REP,38,39.74515482014655,8,19.498777695020223 +73373,138528,1419,2000,DE,Gov-G,2000_Gov-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-09,2000-11-07,29,500,Ruth Minner,12958,DEM,57,59.243932515166776,John Burris,12959,REP,41,39.74515482014655,16,19.498777695020223 +54442,87978,1419,2000,DE,Gov-G,2000_Gov-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-23,2000-11-07,15,500,Ruth Minner,12958,DEM,55,59.243932515166776,John Burris,12959,REP,41,39.74515482014655,14,19.498777695020223 +25768,87979,1419,2000,DE,Gov-G,2000_Gov-G_DE,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,625,Ruth Minner,12958,DEM,48,59.243932515166776,John Burris,12959,REP,36,39.74515482014655,12,19.498777695020223 +6657,124628,1420,2000,IN,Gov-G,2000_Gov-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2000-09-24,2000-11-07,44,600,Frank L. O'Bannon,12960,DEM,48,56.556834680268786,David McIntosh,12962,REP,34,41.678444321671314,14,14.878390358597471 +6582,87984,1420,2000,IN,Gov-G,2000_Gov-G_IN,Indiana University Public Opinion Laboratory,149,TRUE,TRUE,NA,NA,2000-10-06,2000-11-07,32,726,Frank L. O'Bannon,12960,DEM,46,56.556834680268786,David McIntosh,12962,REP,24,41.678444321671314,22,14.878390358597471 +54450,87986,1420,2000,IN,Gov-G,2000_Gov-G_IN,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Frank L. O'Bannon,12960,DEM,49,56.556834680268786,David McIntosh,12962,REP,33,41.678444321671314,16,14.878390358597471 +54452,87988,1420,2000,IN,Gov-G,2000_Gov-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-30,2000-11-07,8,723,Frank L. O'Bannon,12960,DEM,52,56.556834680268786,David McIntosh,12962,REP,38,41.678444321671314,14,14.878390358597471 +54453,87989,1420,2000,IN,Gov-G,2000_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Frank L. O'Bannon,12960,DEM,50,56.556834680268786,David McIntosh,12962,REP,44,41.678444321671314,6,14.878390358597471 +54454,87990,1420,2000,IN,Gov-G,2000_Gov-G_IN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5591,Frank L. O'Bannon,12960,DEM,54,56.556834680268786,David McIntosh,12962,REP,42,41.678444321671314,12,14.878390358597471 +54458,87994,1421,2000,MO,Gov-G,2000_Gov-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-23,2000-11-07,15,1072,"Robert Lee Holden, Jr.",12967,DEM,44,49.119535714133534,Jim Talent,12965,REP,46,48.20574988388592,-2,0.9137858302476118 +6386,87995,1421,2000,MO,Gov-G,2000_Gov-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,625,"Robert Lee Holden, Jr.",12967,DEM,45,49.119535714133534,Jim Talent,12965,REP,43,48.20574988388592,2,0.9137858302476118 +6372,87996,1421,2000,MO,Gov-G,2000_Gov-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,603,"Robert Lee Holden, Jr.",12967,DEM,41,49.119535714133534,Jim Talent,12965,REP,40,48.20574988388592,1,0.9137858302476118 +25934,87998,1421,2000,MO,Gov-G,2000_Gov-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,"Robert Lee Holden, Jr.",12967,DEM,43,49.119535714133534,Jim Talent,12965,REP,41,48.20574988388592,2,0.9137858302476118 +25931,88001,1421,2000,MO,Gov-G,2000_Gov-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,"Robert Lee Holden, Jr.",12967,DEM,41,49.119535714133534,Jim Talent,12965,REP,45,48.20574988388592,-4,0.9137858302476118 +25928,88004,1421,2000,MO,Gov-G,2000_Gov-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,"Robert Lee Holden, Jr.",12967,DEM,43,49.119535714133534,Jim Talent,12965,REP,42,48.20574988388592,1,0.9137858302476118 +54469,88005,1421,2000,MO,Gov-G,2000_Gov-G_MO,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5830,"Robert Lee Holden, Jr.",12967,DEM,47,49.119535714133534,Jim Talent,12965,REP,49,48.20574988388592,-2,0.9137858302476118 +65025,120633,1421,2000,MO,Gov-G,2000_Gov-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,597,"Robert Lee Holden, Jr.",12967,DEM,45,49.119535714133534,Jim Talent,12965,REP,44,48.20574988388592,1,0.9137858302476118 +6678,88009,1422,2000,MT,Gov-G,2000_Gov-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-22,2000-11-07,46,628,Mark O'Keefe,12969,DEM,41,47.08307329250693,Judy Martz,12970,REP,43,50.98466084175215,-2,-3.901587549245221 +54474,88010,1422,2000,MT,Gov-G,2000_Gov-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-19,2000-11-07,19,968,Mark O'Keefe,12969,DEM,38,47.08307329250693,Judy Martz,12970,REP,51,50.98466084175215,-13,-3.901587549245221 +25829,88011,1422,2000,MT,Gov-G,2000_Gov-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,403,Mark O'Keefe,12969,DEM,45,47.08307329250693,Judy Martz,12970,REP,42,50.98466084175215,3,-3.901587549245221 +6387,88012,1422,2000,MT,Gov-G,2000_Gov-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,628,Mark O'Keefe,12969,DEM,46,47.08307329250693,Judy Martz,12970,REP,44,50.98466084175215,2,-3.901587549245221 +73854,138530,1423,2000,NC,Gov-G,2000_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-07,2000-11-07,31,500,Mike Easley,12972,DEM,47,52.01535521685131,Richard Vinroot,12973,REP,42,46.25871242686251,5,5.756642789988803 +6571,88018,1423,2000,NC,Gov-G,2000_Gov-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-07,2000-11-07,31,625,Mike Easley,12972,DEM,50,52.01535521685131,Richard Vinroot,12973,REP,37,46.25871242686251,13,5.756642789988803 +73853,138529,1423,2000,NC,Gov-G,2000_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-28,2000-11-07,10,500,Mike Easley,12972,DEM,46,52.01535521685131,Richard Vinroot,12973,REP,45,46.25871242686251,1,5.756642789988803 +6294,88020,1423,2000,NC,Gov-G,2000_Gov-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,625,Mike Easley,12972,DEM,48,52.01535521685131,Richard Vinroot,12973,REP,41,46.25871242686251,7,5.756642789988803 +54485,88021,1423,2000,NC,Gov-G,2000_Gov-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-01,2000-11-07,6,1163,Mike Easley,12972,DEM,45,52.01535521685131,Richard Vinroot,12973,REP,43,46.25871242686251,2,5.756642789988803 +54487,88023,1423,2000,NC,Gov-G,2000_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-04,2000-11-07,3,500,Mike Easley,12972,DEM,47,52.01535521685131,Richard Vinroot,12973,REP,46,46.25871242686251,1,5.756642789988803 +54486,88022,1423,2000,NC,Gov-G,2000_Gov-G_NC,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,6696,Mike Easley,12972,DEM,53,52.01535521685131,Richard Vinroot,12973,REP,43,46.25871242686251,10,5.756642789988803 +6598,124384,1424,2000,ND,Gov-G,2000_Gov-G_ND,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,Live Phone,NA,2000-10-04,2000-11-07,34,586,Heidi Heitkamp,12975,DEM,48,44.96841872486282,John Hoeven,12976,REP,42,55.0270894088704,6,-10.05867068400758 +54489,88025,1424,2000,ND,Gov-G,2000_Gov-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,1258,Heidi Heitkamp,12975,DEM,44,44.96841872486282,John Hoeven,12976,REP,50,55.0270894088704,-6,-10.05867068400758 +6852,88029,1425,2000,NH,Gov-G,2000_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2000-09-09,2000-11-07,59,801,Jeanne Shaheen,12978,DEM,49,48.73622284438459,Gordon Humphrey,12979,REP,36,43.75943580111281,13,4.976787043271784 +54494,88030,1425,2000,NH,Gov-G,2000_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2000-09-19,2000-11-07,49,600,Jeanne Shaheen,12978,DEM,46,48.73622284438459,Gordon Humphrey,12979,REP,44,43.75943580111281,2,4.976787043271784 +54496,88032,1425,2000,NH,Gov-G,2000_Gov-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,NA,NA,2000-10-03,2000-11-07,35,885,Jeanne Shaheen,12978,DEM,45,48.73622284438459,Gordon Humphrey,12979,REP,34,43.75943580111281,11,4.976787043271784 +6575,88033,1425,2000,NH,Gov-G,2000_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2000-10-07,2000-11-07,31,600,Jeanne Shaheen,12978,DEM,50,48.73622284438459,Gordon Humphrey,12979,REP,36,43.75943580111281,14,4.976787043271784 +6568,88034,1425,2000,NH,Gov-G,2000_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2000-10-09,2000-11-07,29,801,Jeanne Shaheen,12978,DEM,49,48.73622284438459,Gordon Humphrey,12979,REP,30,43.75943580111281,19,4.976787043271784 +54500,88036,1425,2000,NH,Gov-G,2000_Gov-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,1338,Jeanne Shaheen,12978,DEM,45,48.73622284438459,Gordon Humphrey,12979,REP,40,43.75943580111281,5,4.976787043271784 +54501,88037,1425,2000,NH,Gov-G,2000_Gov-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2000-10-24,2000-11-07,14,885,Jeanne Shaheen,12978,DEM,51,48.73622284438459,Gordon Humphrey,12979,REP,30,43.75943580111281,21,4.976787043271784 +54503,88039,1425,2000,NH,Gov-G,2000_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,600,Jeanne Shaheen,12978,DEM,43,48.73622284438459,Gordon Humphrey,12979,REP,44,43.75943580111281,-1,4.976787043271784 +54504,88040,1425,2000,NH,Gov-G,2000_Gov-G_NH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1388,Jeanne Shaheen,12978,DEM,48,48.73622284438459,Gordon Humphrey,12979,REP,40,43.75943580111281,8,4.976787043271784 +6164,88041,1425,2000,NH,Gov-G,2000_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,801,Jeanne Shaheen,12978,DEM,43,48.73622284438459,Gordon Humphrey,12979,REP,37,43.75943580111281,6,4.976787043271784 +54507,88043,1426,2000,UT,Gov-G,2000_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2000-09-11,2000-11-07,57,914,Bill Orton,12981,DEM,36,42.26522237945093,Michael Leavitt,12983,REP,52,55.7670850584007,-16,-13.50186267894977 +73279,144555,1426,2000,UT,Gov-G,2000_Gov-G_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-09-27,2000-11-07,41,708,Bill Orton,12981,DEM,36,42.26522237945093,Michael Leavitt,12983,REP,55,55.7670850584007,-19,-13.50186267894977 +6538,88044,1426,2000,UT,Gov-G,2000_Gov-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,914,Bill Orton,12981,DEM,37,42.26522237945093,Michael Leavitt,12983,REP,52,55.7670850584007,-15,-13.50186267894977 +54509,88045,1426,2000,UT,Gov-G,2000_Gov-G_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-24,2000-11-07,14,918,Bill Orton,12981,DEM,37,42.26522237945093,Michael Leavitt,12983,REP,55,55.7670850584007,-18,-13.50186267894977 +54510,88046,1426,2000,UT,Gov-G,2000_Gov-G_UT,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1643,Bill Orton,12981,DEM,41,42.26522237945093,Michael Leavitt,12983,REP,55,55.7670850584007,-14,-13.50186267894977 +54516,88052,1427,2000,VT,Gov-G,2000_Gov-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-19,2000-11-07,19,628,Howard Dean,12990,DEM,48,50.45063770772779,Ruth Dwyer,12984,REP,39,37.94522835150082,9,12.50540935622697 +54518,88054,1427,2000,VT,Gov-G,2000_Gov-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-26,2000-11-07,12,1000,Howard Dean,12990,DEM,46,50.45063770772779,Ruth Dwyer,12984,REP,39,37.94522835150082,7,12.50540935622697 +54522,88058,1428,2000,WA,Gov-G,2000_Gov-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2000-09-19,2000-11-07,49,400,Gary Locke,12993,DEM,57,58.38297193516049,John Carlson,12991,REP,31,39.68092015230062,26,18.70205178285987 +73395,144556,1428,2000,WA,Gov-G,2000_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-20,2000-11-07,48,500,Gary Locke,12993,DEM,57,58.38297193516049,John Carlson,12991,REP,39,39.68092015230062,18,18.70205178285987 +73394,138531,1428,2000,WA,Gov-G,2000_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-01,2000-11-07,37,500,Gary Locke,12993,DEM,59,58.38297193516049,John Carlson,12991,REP,37,39.68092015230062,22,18.70205178285987 +6451,88059,1428,2000,WA,Gov-G,2000_Gov-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2000-10-19,2000-11-07,19,400,Gary Locke,12993,DEM,56,58.38297193516049,John Carlson,12991,REP,31,39.68092015230062,25,18.70205178285987 +6489,124655,1428,2000,WA,Gov-G,2000_Gov-G_WA,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2000-10-21,2000-11-07,17,500,Gary Locke,12993,DEM,56,58.38297193516049,John Carlson,12991,REP,32,39.68092015230062,24,18.70205178285987 +54524,88060,1428,2000,WA,Gov-G,2000_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-31,2000-11-07,7,500,Gary Locke,12993,DEM,55,58.38297193516049,John Carlson,12991,REP,40,39.68092015230062,15,18.70205178285987 +54525,88061,1428,2000,WA,Gov-G,2000_Gov-G_WA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,6545,Gary Locke,12993,DEM,56,58.38297193516049,John Carlson,12991,REP,43,39.68092015230062,13,18.70205178285987 +54528,88064,1429,2000,WV,Gov-G,2000_Gov-G_WV,West Virginia Research Center,378,FALSE,TRUE,NA,NA,2000-09-20,2000-11-07,48,449,Bob Wise,12997,DEM,36,50.123216371652056,Cecil Underwood,12996,REP,39,47.20737847717835,-3,2.915837894473704 +54529,88065,1429,2000,WV,Gov-G,2000_Gov-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-18,2000-11-07,20,1036,Bob Wise,12997,DEM,47,50.123216371652056,Cecil Underwood,12996,REP,41,47.20737847717835,6,2.915837894473704 +54530,88066,1429,2000,WV,Gov-G,2000_Gov-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-02,2000-11-07,5,1066,Bob Wise,12997,DEM,48,50.123216371652056,Cecil Underwood,12996,REP,43,47.20737847717835,5,2.915837894473704 +54531,88067,1429,2000,WV,Gov-G,2000_Gov-G_WV,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1691,Bob Wise,12997,DEM,49,50.123216371652056,Cecil Underwood,12996,REP,45,47.20737847717835,4,2.915837894473704 +81933,166960,1430,1999,KY,Gov-G,1999_Gov-G_KY,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,1999-10-11,1999-11-09,29,1041,Paul E. Patton,19070,DEM,55,60.698979785337734,Peppy Martin,19073,REP,22,22.201994917889785,33,38.49698486744795 +63986,117752,1431,1999,LA,Gov-P,1999_Gov-P_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,1999-10-06,1999-10-23,17,500,William J. Jefferson,13839,DEM,16,29.527758154114597,Murphy James Foster,13840,REP,64,62.16799657197123,-48,-32.64023841785664 +63897,117641,1431,1999,LA,Gov-P,1999_Gov-P_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,1999-10-07,1999-10-23,16,803,William J. Jefferson,13839,DEM,20,29.527758154114597,Murphy James Foster,13840,REP,48,62.16799657197123,-28,-32.64023841785664 +7741,166961,1431,1999,LA,Gov-P,1999_Gov-P_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1999-10-12,1999-10-23,11,626,William J. Jefferson,13839,DEM,22,29.527758154114597,Murphy James Foster,13840,REP,55,62.16799657197123,-33,-32.64023841785664 +63944,117698,1432,1999,MS,Gov-G,1999_Gov-G_MS,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1999-10-18,1999-11-04,17,605,Ronnie Musgrove,13862,DEM,42,49.61574056499423,Michael Parker,13863,REP,47,48.5237657031928,-5,1.0919748618014324 +54181,87716,1433,1998,AL,Gov-G,1998_Gov-G_AL,Southern Opinion Research,311,FALSE,TRUE,NA,NA,1998-09-04,1998-11-03,60,500,Don Siegelman,13005,DEM,48,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,44,42.189183824485646,4,15.621632351028708 +54182,87717,1433,1998,AL,Gov-G,1998_Gov-G_AL,Southern Opinion Research,311,FALSE,TRUE,NA,NA,1998-10-02,1998-11-03,32,501,Don Siegelman,13005,DEM,52,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,39,42.189183824485646,13,15.621632351028708 +54183,87718,1433,1998,AL,Gov-G,1998_Gov-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,NA,NA,1998-10-06,1998-11-03,28,400,Don Siegelman,13005,DEM,52,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,40,42.189183824485646,12,15.621632351028708 +54184,87719,1433,1998,AL,Gov-G,1998_Gov-G_AL,University of Alabama at Birmingham,344,FALSE,TRUE,NA,NA,1998-10-09,1998-11-03,25,401,Don Siegelman,13005,DEM,46,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,39,42.189183824485646,7,15.621632351028708 +26096,87720,1433,1998,AL,Gov-G,1998_Gov-G_AL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,807,Don Siegelman,13005,DEM,48,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,43,42.189183824485646,5,15.621632351028708 +54186,87721,1433,1998,AL,Gov-G,1998_Gov-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,1998-10-21,1998-11-03,13,820,Don Siegelman,13005,DEM,46,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,32,42.189183824485646,14,15.621632351028708 +54187,87722,1433,1998,AL,Gov-G,1998_Gov-G_AL,Southern Opinion Research,311,FALSE,TRUE,Live Phone,NA,1998-10-22,1998-11-03,12,500,Don Siegelman,13005,DEM,60,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,35,42.189183824485646,25,15.621632351028708 +26095,87724,1433,1998,AL,Gov-G,1998_Gov-G_AL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,808,Don Siegelman,13005,DEM,49,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,43,42.189183824485646,6,15.621632351028708 +54189,87725,1433,1998,AL,Gov-G,1998_Gov-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,1998-10-28,1998-11-03,6,820,Don Siegelman,13005,DEM,52,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,36,42.189183824485646,16,15.621632351028708 +54190,87726,1433,1998,AL,Gov-G,1998_Gov-G_AL,Southern Opinion Research,311,FALSE,TRUE,Live Phone,NA,1998-10-30,1998-11-03,4,490,Don Siegelman,13005,DEM,53,57.810816175514354,"Forrest H. 'Fob' James, Jr.",13004,REP,45,42.189183824485646,8,15.621632351028708 +54201,87737,1435,1998,AZ,Gov-G,1998_Gov-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,NA,NA,1998-09-26,1998-11-03,38,471,Paul Johnson,13009,DEM,27,35.52931557679911,Jane Hull,13012,REP,52,60.945189541044954,-25,-25.415873964245847 +54202,87738,1435,1998,AZ,Gov-G,1998_Gov-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,Live Phone,NA,1998-10-14,1998-11-03,20,519,Paul Johnson,13009,DEM,31,35.52931557679911,Jane Hull,13012,REP,53,60.945189541044954,-22,-25.415873964245847 +54203,87739,1435,1998,AZ,Gov-G,1998_Gov-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,732,Paul Johnson,13009,DEM,35,35.52931557679911,Jane Hull,13012,REP,55,60.945189541044954,-20,-25.415873964245847 +54204,87740,1435,1998,AZ,Gov-G,1998_Gov-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,850,Paul Johnson,13009,DEM,38,35.52931557679911,Jane Hull,13012,REP,55,60.945189541044954,-17,-25.415873964245847 +26203,87744,1436,1998,CA,Gov-G,1998_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,1998-09-04,1998-11-03,60,1046,Gray Davis,13015,DEM,47,57.96816725048621,Dan Lungren,13016,REP,38,38.37745772990303,9,19.590709520583182 +26034,87745,1436,1998,CA,Gov-G,1998_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,1998-10-01,1998-11-03,33,703,Gray Davis,13015,DEM,48,57.96816725048621,Dan Lungren,13016,REP,42,38.37745772990303,6,19.590709520583182 +26202,87746,1436,1998,CA,Gov-G,1998_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,1998-10-03,1998-11-03,31,793,Gray Davis,13015,DEM,49,57.96816725048621,Dan Lungren,13016,REP,41,38.37745772990303,8,19.590709520583182 +26104,87748,1436,1998,CA,Gov-G,1998_Gov-G_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-12,1998-11-03,22,820,Gray Davis,13015,DEM,48,57.96816725048621,Dan Lungren,13016,REP,42,38.37745772990303,6,19.590709520583182 +54213,87749,1436,1998,CA,Gov-G,1998_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,1998-10-17,1998-11-03,17,809,Gray Davis,13015,DEM,50,57.96816725048621,Dan Lungren,13016,REP,43,38.37745772990303,7,19.590709520583182 +54215,87751,1436,1998,CA,Gov-G,1998_Gov-G_CA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,4531,Gray Davis,13015,DEM,50,57.96816725048621,Dan Lungren,13016,REP,39,38.37745772990303,11,19.590709520583182 +26068,87750,1436,1998,CA,Gov-G,1998_Gov-G_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,1998-10-19,1998-11-03,15,883,Gray Davis,13015,DEM,53,57.96816725048621,Dan Lungren,13016,REP,42,38.37745772990303,11,19.590709520583182 +26033,87752,1436,1998,CA,Gov-G,1998_Gov-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,1998-10-24,1998-11-03,10,678,Gray Davis,13015,DEM,53,57.96816725048621,Dan Lungren,13016,REP,39,38.37745772990303,14,19.590709520583182 +26103,87753,1436,1998,CA,Gov-G,1998_Gov-G_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,809,Gray Davis,13015,DEM,50,57.96816725048621,Dan Lungren,13016,REP,43,38.37745772990303,7,19.590709520583182 +54218,87754,1436,1998,CA,Gov-G,1998_Gov-G_CA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,5735,Gray Davis,13015,DEM,53,57.96816725048621,Dan Lungren,13016,REP,42,38.37745772990303,11,19.590709520583182 +54219,87755,1436,1998,CA,Gov-G,1998_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-11-01,1998-11-03,2,800,Gray Davis,13015,DEM,60,57.96816725048621,Dan Lungren,13016,REP,37,38.37745772990303,23,19.590709520583182 +54221,87757,1437,1998,CO,Gov-G,1998_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,1998-10-06,1998-11-03,28,407,Gail Schoettler,13022,DEM,40,48.41947880653546,William F. Owens,13021,REP,40,49.038414079923214,0,-0.6189352733877556 +54222,87758,1437,1998,CO,Gov-G,1998_Gov-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,804,Gail Schoettler,13022,DEM,39,48.41947880653546,William F. Owens,13021,REP,44,49.038414079923214,-5,-0.6189352733877556 +54223,87759,1437,1998,CO,Gov-G,1998_Gov-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,NA,NA,1998-10-12,1998-11-03,22,607,Gail Schoettler,13022,DEM,42,48.41947880653546,William F. Owens,13021,REP,45,49.038414079923214,-3,-0.6189352733877556 +54224,87760,1437,1998,CO,Gov-G,1998_Gov-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,1998-10-16,1998-11-03,18,500,Gail Schoettler,13022,DEM,39,48.41947880653546,William F. Owens,13021,REP,43,49.038414079923214,-4,-0.6189352733877556 +54225,87761,1437,1998,CO,Gov-G,1998_Gov-G_CO,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,614,Gail Schoettler,13022,DEM,46,48.41947880653546,William F. Owens,13021,REP,43,49.038414079923214,3,-0.6189352733877556 +54226,87762,1437,1998,CO,Gov-G,1998_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,1998-10-22,1998-11-03,12,500,Gail Schoettler,13022,DEM,41,48.41947880653546,William F. Owens,13021,REP,47,49.038414079923214,-6,-0.6189352733877556 +54228,87764,1437,1998,CO,Gov-G,1998_Gov-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,1998-10-28,1998-11-03,6,500,Gail Schoettler,13022,DEM,42,48.41947880653546,William F. Owens,13021,REP,46,49.038414079923214,-4,-0.6189352733877556 +26108,87763,1437,1998,CO,Gov-G,1998_Gov-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,831,Gail Schoettler,13022,DEM,39,48.41947880653546,William F. Owens,13021,REP,44,49.038414079923214,-5,-0.6189352733877556 +54232,87768,1438,1998,CT,Gov-G,1998_Gov-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,1998-09-14,1998-11-03,50,505,Barbara Kennelly,13024,DEM,23,35.43510645428833,John Rowland,13027,REP,60,62.89982261787207,-37,-27.464716163583738 +54233,87769,1438,1998,CT,Gov-G,1998_Gov-G_CT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,629,Barbara Kennelly,13024,DEM,28,35.43510645428833,John Rowland,13027,REP,60,62.89982261787207,-32,-27.464716163583738 +26208,87770,1438,1998,CT,Gov-G,1998_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-16,1998-11-03,18,683,Barbara Kennelly,13024,DEM,24,35.43510645428833,John Rowland,13027,REP,72,62.89982261787207,-48,-27.464716163583738 +54235,87771,1438,1998,CT,Gov-G,1998_Gov-G_CT,Forman Center,100,FALSE,TRUE,Live Phone,NA,1998-10-22,1998-11-03,12,557,Barbara Kennelly,13024,DEM,43,35.43510645428833,John Rowland,13027,REP,51,62.89982261787207,-8,-27.464716163583738 +26111,87772,1438,1998,CT,Gov-G,1998_Gov-G_CT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,633,Barbara Kennelly,13024,DEM,33,35.43510645428833,John Rowland,13027,REP,58,62.89982261787207,-25,-27.464716163583738 +26207,87773,1438,1998,CT,Gov-G,1998_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,491,Barbara Kennelly,13024,DEM,26,35.43510645428833,John Rowland,13027,REP,67,62.89982261787207,-41,-27.464716163583738 +54244,87780,1439,1998,FL,Gov-G,1998_Gov-G_FL,Forman Center,100,FALSE,TRUE,NA,NA,1998-09-16,1998-11-03,48,403,Buddy MacKay,13029,DEM,38,44.723934597588915,Jeb Bush,13028,REP,55,55.26895216753132,-17,-10.545017569942402 +26114,87781,1439,1998,FL,Gov-G,1998_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-23,1998-11-03,41,815,Buddy MacKay,13029,DEM,37,44.723934597588915,Jeb Bush,13028,REP,52,55.26895216753132,-15,-10.545017569942402 +54246,87782,1439,1998,FL,Gov-G,1998_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-17,1998-11-03,17,822,Buddy MacKay,13029,DEM,41,44.723934597588915,Jeb Bush,13028,REP,51,55.26895216753132,-10,-10.545017569942402 +54247,87783,1439,1998,FL,Gov-G,1998_Gov-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,2295,Buddy MacKay,13029,DEM,40,44.723934597588915,Jeb Bush,13028,REP,56,55.26895216753132,-16,-10.545017569942402 +54248,87784,1439,1998,FL,Gov-G,1998_Gov-G_FL,Forman Center,100,FALSE,TRUE,Live Phone,NA,1998-10-22,1998-11-03,12,557,Buddy MacKay,13029,DEM,43,44.723934597588915,Jeb Bush,13028,REP,51,55.26895216753132,-8,-10.545017569942402 +54249,87785,1439,1998,FL,Gov-G,1998_Gov-G_FL,Independent Market Research,148,FALSE,TRUE,Live Phone,NA,1998-10-22,1998-11-03,12,670,Buddy MacKay,13029,DEM,40,44.723934597588915,Jeb Bush,13028,REP,51,55.26895216753132,-11,-10.545017569942402 +54250,87786,1439,1998,FL,Gov-G,1998_Gov-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-24,1998-11-03,10,500,Buddy MacKay,13029,DEM,41,44.723934597588915,Jeb Bush,13028,REP,53,55.26895216753132,-12,-10.545017569942402 +54251,87787,1439,1998,FL,Gov-G,1998_Gov-G_FL,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,1998-10-25,1998-11-03,9,600,Buddy MacKay,13029,DEM,40,44.723934597588915,Jeb Bush,13028,REP,52,55.26895216753132,-12,-10.545017569942402 +54252,87788,1439,1998,FL,Gov-G,1998_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,822,Buddy MacKay,13029,DEM,43,44.723934597588915,Jeb Bush,13028,REP,51,55.26895216753132,-8,-10.545017569942402 +54253,87789,1439,1998,FL,Gov-G,1998_Gov-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,2819,Buddy MacKay,13029,DEM,41,44.723934597588915,Jeb Bush,13028,REP,58,55.26895216753132,-17,-10.545017569942402 +54256,87792,1440,1998,GA,Gov-G,1998_Gov-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-07,1998-11-03,57,829,Roy Barnes,13031,DEM,41,52.491733637957886,Guy Millner,13032,REP,42,44.076164318766985,-1,8.415569319190901 +54257,87793,1440,1998,GA,Gov-G,1998_Gov-G_GA,Marketing Workshop,194,FALSE,TRUE,NA,NA,1998-09-28,1998-11-03,36,690,Roy Barnes,13031,DEM,41,52.491733637957886,Guy Millner,13032,REP,47,44.076164318766985,-6,8.415569319190901 +54258,87794,1440,1998,GA,Gov-G,1998_Gov-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-06,1998-11-03,28,807,Roy Barnes,13031,DEM,41,52.491733637957886,Guy Millner,13032,REP,45,44.076164318766985,-4,8.415569319190901 +54259,87795,1440,1998,GA,Gov-G,1998_Gov-G_GA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1174,Roy Barnes,13031,DEM,42,52.491733637957886,Guy Millner,13032,REP,47,44.076164318766985,-5,8.415569319190901 +54260,87796,1440,1998,GA,Gov-G,1998_Gov-G_GA,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,1998-10-26,1998-11-03,8,709,Roy Barnes,13031,DEM,40,52.491733637957886,Guy Millner,13032,REP,45,44.076164318766985,-5,8.415569319190901 +26118,87797,1440,1998,GA,Gov-G,1998_Gov-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,809,Roy Barnes,13031,DEM,43,52.491733637957886,Guy Millner,13032,REP,46,44.076164318766985,-3,8.415569319190901 +54262,87798,1440,1998,GA,Gov-G,1998_Gov-G_GA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,1408,Roy Barnes,13031,DEM,43,52.491733637957886,Guy Millner,13032,REP,50,44.076164318766985,-7,8.415569319190901 +54264,87800,1441,1998,HI,Gov-G,1998_Gov-G_HI,Ward Research,375,FALSE,FALSE,NA,NA,1998-09-11,1998-11-03,53,800,Benjamin Cayetano,13033,DEM,34,50.10501624316658,Linda Lingle,13035,REP,48,48.81586824878054,-14,1.2891479943860418 +54265,87801,1441,1998,HI,Gov-G,1998_Gov-G_HI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-18,1998-11-03,16,406,Benjamin Cayetano,13033,DEM,37,50.10501624316658,Linda Lingle,13035,REP,52,48.81586824878054,-15,1.2891479943860418 +54266,87802,1441,1998,HI,Gov-G,1998_Gov-G_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,1998-10-22,1998-11-03,12,480,Benjamin Cayetano,13033,DEM,36,50.10501624316658,Linda Lingle,13035,REP,44,48.81586824878054,-8,1.2891479943860418 +54267,87803,1441,1998,HI,Gov-G,1998_Gov-G_HI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-29,1998-11-03,5,406,Benjamin Cayetano,13033,DEM,42,50.10501624316658,Linda Lingle,13035,REP,51,48.81586824878054,-9,1.2891479943860418 +26066,87821,1443,1998,IL,Gov-G,1998_Gov-G_IL,KRC Research,160,TRUE,TRUE,NA,NA,1998-09-09,1998-11-03,55,499,Glenn Poshard,13043,DEM,34,47.464454306049504,George Ryan,13044,REP,52,51.0343718784472,-18,-3.5699175723976992 +26128,87822,1443,1998,IL,Gov-G,1998_Gov-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-13,1998-11-03,51,811,Glenn Poshard,13043,DEM,38,47.464454306049504,George Ryan,13044,REP,50,51.0343718784472,-12,-3.5699175723976992 +26085,87823,1443,1998,IL,Gov-G,1998_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,1998-09-21,1998-11-03,43,1099,Glenn Poshard,13043,DEM,30,47.464454306049504,George Ryan,13044,REP,52,51.0343718784472,-22,-3.5699175723976992 +26084,87824,1443,1998,IL,Gov-G,1998_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,1998-10-05,1998-11-03,29,1099,Glenn Poshard,13043,DEM,31,47.464454306049504,George Ryan,13044,REP,52,51.0343718784472,-21,-3.5699175723976992 +26127,87826,1443,1998,IL,Gov-G,1998_Gov-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,830,Glenn Poshard,13043,DEM,36,47.464454306049504,George Ryan,13044,REP,51,51.0343718784472,-15,-3.5699175723976992 +54291,87827,1443,1998,IL,Gov-G,1998_Gov-G_IL,WCIA-TV,373,FALSE,TRUE,Live Phone,NA,1998-10-14,1998-11-03,20,401,Glenn Poshard,13043,DEM,32,47.464454306049504,George Ryan,13044,REP,58,51.0343718784472,-26,-3.5699175723976992 +26224,87825,1443,1998,IL,Gov-G,1998_Gov-G_IL,Richard Day Research,287,FALSE,TRUE,NA,NA,1998-10-09,1998-11-03,25,905,Glenn Poshard,13043,DEM,31,47.464454306049504,George Ryan,13044,REP,56,51.0343718784472,-25,-3.5699175723976992 +54294,87830,1443,1998,IL,Gov-G,1998_Gov-G_IL,KRC Research,160,TRUE,TRUE,Live Phone,NA,1998-10-19,1998-11-03,15,400,Glenn Poshard,13043,DEM,42,47.464454306049504,George Ryan,13044,REP,44,51.0343718784472,-2,-3.5699175723976992 +26083,87828,1443,1998,IL,Gov-G,1998_Gov-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,1998-10-19,1998-11-03,15,1099,Glenn Poshard,13043,DEM,34,47.464454306049504,George Ryan,13044,REP,49,51.0343718784472,-15,-3.5699175723976992 +54293,87829,1443,1998,IL,Gov-G,1998_Gov-G_IL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1209,Glenn Poshard,13043,DEM,37,47.464454306049504,George Ryan,13044,REP,55,51.0343718784472,-18,-3.5699175723976992 +26126,87831,1443,1998,IL,Gov-G,1998_Gov-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,813,Glenn Poshard,13043,DEM,37,47.464454306049504,George Ryan,13044,REP,48,51.0343718784472,-11,-3.5699175723976992 +26223,87832,1443,1998,IL,Gov-G,1998_Gov-G_IL,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,1998-10-26,1998-11-03,8,712,Glenn Poshard,13043,DEM,35,47.464454306049504,George Ryan,13044,REP,56,51.0343718784472,-21,-3.5699175723976992 +26271,87833,1443,1998,IL,Gov-G,1998_Gov-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-28,1998-11-03,6,703,Glenn Poshard,13043,DEM,37,47.464454306049504,George Ryan,13044,REP,51,51.0343718784472,-14,-3.5699175723976992 +54298,87834,1443,1998,IL,Gov-G,1998_Gov-G_IL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,847,Glenn Poshard,13043,DEM,41,47.464454306049504,George Ryan,13044,REP,55,51.0343718784472,-14,-3.5699175723976992 +54271,87807,1444,1998,IA,Gov-G,1998_Gov-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-13,1998-11-03,51,804,Tom Vilsack,13039,DEM,32,52.30271378010591,Jim Lightfoot,13036,REP,54,46.50564869852522,-22,5.797065081580691 +26122,87808,1444,1998,IA,Gov-G,1998_Gov-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-12,1998-11-03,22,809,Tom Vilsack,13039,DEM,35,52.30271378010591,Jim Lightfoot,13036,REP,53,46.50564869852522,-18,5.797065081580691 +54273,87809,1444,1998,IA,Gov-G,1998_Gov-G_IA,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,Live Phone,DEM,1998-10-13,1998-11-03,21,408,Tom Vilsack,13039,DEM,40,52.30271378010591,Jim Lightfoot,13036,REP,48,46.50564869852522,-8,5.797065081580691 +54274,87810,1444,1998,IA,Gov-G,1998_Gov-G_IA,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,Live Phone,DEM,1998-10-19,1998-11-03,15,408,Tom Vilsack,13039,DEM,44,52.30271378010591,Jim Lightfoot,13036,REP,46,46.50564869852522,-2,5.797065081580691 +54276,87812,1444,1998,IA,Gov-G,1998_Gov-G_IA,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,Live Phone,DEM,1998-10-25,1998-11-03,9,408,Tom Vilsack,13039,DEM,44,52.30271378010591,Jim Lightfoot,13036,REP,44,46.50564869852522,0,5.797065081580691 +54275,87811,1444,1998,IA,Gov-G,1998_Gov-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,803,Tom Vilsack,13039,DEM,42,52.30271378010591,Jim Lightfoot,13036,REP,47,46.50564869852522,-5,5.797065081580691 +54277,87813,1444,1998,IA,Gov-G,1998_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,1998-10-29,1998-11-03,5,800,Tom Vilsack,13039,DEM,43,52.30271378010591,Jim Lightfoot,13036,REP,47,46.50564869852522,-4,5.797065081580691 +54300,87836,1445,1998,KS,Gov-G,1998_Gov-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-28,1998-11-03,6,500,Tom Sawyer,13046,DEM,21,22.653955686615095,William Graves,13047,REP,74,73.36847703877253,-53,-50.71452135215743 +54327,87863,1446,1998,ME,Gov-G,1998_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,1998-10-09,1998-11-03,25,400,Thomas Connolly,13057,DEM,6,11.9964181288286,James Longley Jr.,13059,REP,13,18.934512088815204,-7,-6.938093959986604 +54328,87864,1446,1998,ME,Gov-G,1998_Gov-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-31,1998-11-03,3,500,Thomas Connolly,13057,DEM,13,11.9964181288286,James Longley Jr.,13059,REP,18,18.934512088815204,-5,-6.938093959986604 +54319,87855,1447,1998,MD,Gov-G,1998_Gov-G_MD,Potomac Incorporated,256,FALSE,TRUE,NA,NA,1998-09-05,1998-11-03,59,1204,Parris Glendening,13054,DEM,45,55.1421960470788,Ellen Sauerbrey,13053,REP,44,44.81555074356534,1,10.326645303513459 +26148,87856,1447,1998,MD,Gov-G,1998_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-19,1998-11-03,45,804,Parris Glendening,13054,DEM,45,55.1421960470788,Ellen Sauerbrey,13053,REP,44,44.81555074356534,1,10.326645303513459 +54321,87857,1447,1998,MD,Gov-G,1998_Gov-G_MD,Potomac Incorporated,256,FALSE,TRUE,NA,NA,1998-10-01,1998-11-03,33,1204,Parris Glendening,13054,DEM,45,55.1421960470788,Ellen Sauerbrey,13053,REP,47,44.81555074356534,-2,10.326645303513459 +26147,87858,1447,1998,MD,Gov-G,1998_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-16,1998-11-03,18,828,Parris Glendening,13054,DEM,46,55.1421960470788,Ellen Sauerbrey,13053,REP,44,44.81555074356534,2,10.326645303513459 +54323,87859,1447,1998,MD,Gov-G,1998_Gov-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,919,Parris Glendening,13054,DEM,49,55.1421960470788,Ellen Sauerbrey,13053,REP,44,44.81555074356534,5,10.326645303513459 +54324,87860,1447,1998,MD,Gov-G,1998_Gov-G_MD,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,911,Parris Glendening,13054,DEM,42,55.1421960470788,Ellen Sauerbrey,13053,REP,55,44.81555074356534,-13,10.326645303513459 +54325,87861,1447,1998,MD,Gov-G,1998_Gov-G_MD,Potomac Incorporated,256,FALSE,TRUE,Live Phone,NA,1998-10-24,1998-11-03,10,1205,Parris Glendening,13054,DEM,52,55.1421960470788,Ellen Sauerbrey,13053,REP,44,44.81555074356534,8,10.326645303513459 +54326,87862,1447,1998,MD,Gov-G,1998_Gov-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,828,Parris Glendening,13054,DEM,49,55.1421960470788,Ellen Sauerbrey,13053,REP,45,44.81555074356534,4,10.326645303513459 +54302,87838,1448,1998,MA,Gov-G,1998_Gov-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,1998-09-29,1998-11-03,35,402,Scott Harshbarger,13052,DEM,37,47.38222783575785,A. Paul Cellucci,13051,REP,48,50.813939314971194,-11,-3.431711479213341 +54303,87839,1448,1998,MA,Gov-G,1998_Gov-G_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,NA,NA,1998-10-04,1998-11-03,30,630,Scott Harshbarger,13052,DEM,35,47.38222783575785,A. Paul Cellucci,13051,REP,43,50.813939314971194,-8,-3.431711479213341 +54304,87840,1448,1998,MA,Gov-G,1998_Gov-G_MA,KRC Research,160,TRUE,TRUE,NA,NA,1998-10-06,1998-11-03,28,400,Scott Harshbarger,13052,DEM,40,47.38222783575785,A. Paul Cellucci,13051,REP,46,50.813939314971194,-6,-3.431711479213341 +54305,87841,1448,1998,MA,Gov-G,1998_Gov-G_MA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-19,1998-11-03,15,625,Scott Harshbarger,13052,DEM,41,47.38222783575785,A. Paul Cellucci,13051,REP,46,50.813939314971194,-5,-3.431711479213341 +54307,87843,1448,1998,MA,Gov-G,1998_Gov-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,1998-10-19,1998-11-03,15,402,Scott Harshbarger,13052,DEM,41,47.38222783575785,A. Paul Cellucci,13051,REP,46,50.813939314971194,-5,-3.431711479213341 +54306,87842,1448,1998,MA,Gov-G,1998_Gov-G_MA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,907,Scott Harshbarger,13052,DEM,36,47.38222783575785,A. Paul Cellucci,13051,REP,56,50.813939314971194,-20,-3.431711479213341 +54308,87844,1448,1998,MA,Gov-G,1998_Gov-G_MA,KRC Research,160,TRUE,TRUE,Live Phone,NA,1998-10-27,1998-11-03,7,400,Scott Harshbarger,13052,DEM,41,47.38222783575785,A. Paul Cellucci,13051,REP,46,50.813939314971194,-5,-3.431711479213341 +54309,87845,1448,1998,MA,Gov-G,1998_Gov-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,1998-10-28,1998-11-03,6,402,Scott Harshbarger,13052,DEM,38,47.38222783575785,A. Paul Cellucci,13051,REP,47,50.813939314971194,-9,-3.431711479213341 +54310,87846,1448,1998,MA,Gov-G,1998_Gov-G_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-28,1998-11-03,6,500,Scott Harshbarger,13052,DEM,44,47.38222783575785,A. Paul Cellucci,13051,REP,48,50.813939314971194,-4,-3.431711479213341 +54311,87847,1448,1998,MA,Gov-G,1998_Gov-G_MA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,1083,Scott Harshbarger,13052,DEM,43,47.38222783575785,A. Paul Cellucci,13051,REP,54,50.813939314971194,-11,-3.431711479213341 +54331,87867,1449,1998,MI,Gov-G,1998_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,NA,NA,1998-09-12,1998-11-03,52,400,Geoffrey Fieger,13061,DEM,21,37.777823292493416,John Engler,13060,REP,60,62.204833398522155,-39,-24.42701010602874 +54332,87868,1449,1998,MI,Gov-G,1998_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,NA,NA,1998-09-22,1998-11-03,42,400,Geoffrey Fieger,13061,DEM,24,37.777823292493416,John Engler,13060,REP,61,62.204833398522155,-37,-24.42701010602874 +8111,87869,1449,1998,MI,Gov-G,1998_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,1998-09-30,1998-11-03,34,600,Geoffrey Fieger,13061,DEM,22,37.777823292493416,John Engler,13060,REP,54,62.204833398522155,-32,-24.42701010602874 +54335,87871,1449,1998,MI,Gov-G,1998_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,1998-10-21,1998-11-03,13,600,Geoffrey Fieger,13061,DEM,30,37.777823292493416,John Engler,13060,REP,62,62.204833398522155,-32,-24.42701010602874 +54334,87870,1449,1998,MI,Gov-G,1998_Gov-G_MI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1535,Geoffrey Fieger,13061,DEM,36,37.777823292493416,John Engler,13060,REP,51,62.204833398522155,-15,-24.42701010602874 +54336,87872,1449,1998,MI,Gov-G,1998_Gov-G_MI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,1855,Geoffrey Fieger,13061,DEM,38,37.777823292493416,John Engler,13060,REP,62,62.204833398522155,-24,-24.42701010602874 +54340,87876,1450,1998,MN,Gov-G,1998_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,1998-09-18,1998-11-03,46,1009,Hubert Humphrey III,13064,DEM,49,28.082035170230533,Norm Coleman,13062,REP,29,34.29197930847761,20,-6.209944138247074 +54341,87877,1450,1998,MN,Gov-G,1998_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-12,1998-11-03,22,825,Hubert Humphrey III,13064,DEM,44,28.082035170230533,Norm Coleman,13062,REP,31,34.29197930847761,13,-6.209944138247074 +54342,87878,1450,1998,MN,Gov-G,1998_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,1998-10-17,1998-11-03,17,1007,Hubert Humphrey III,13064,DEM,35,28.082035170230533,Norm Coleman,13062,REP,34,34.29197930847761,1,-6.209944138247074 +54343,87879,1450,1998,MN,Gov-G,1998_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,816,Hubert Humphrey III,13064,DEM,34,28.082035170230533,Norm Coleman,13062,REP,33,34.29197930847761,1,-6.209944138247074 +73856,138533,1450,1998,MN,Gov-G,1998_Gov-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,629,Hubert Humphrey III,13064,DEM,32,28.082035170230533,Norm Coleman,13062,REP,30,34.29197930847761,2,-6.209944138247074 +54344,87880,1450,1998,MN,Gov-G,1998_Gov-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,1998-10-29,1998-11-03,5,700,Hubert Humphrey III,13064,DEM,35,28.082035170230533,Norm Coleman,13062,REP,30,34.29197930847761,5,-6.209944138247074 +54346,87882,1451,1998,NE,Gov-G,1998_Gov-G_NE,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-13,1998-11-03,21,828,Bill Hoppner,13067,DEM,34,45.975885759980045,Mike Johanns,13066,REP,54,53.90490024539743,-20,-7.929014485417383 +54347,87883,1451,1998,NE,Gov-G,1998_Gov-G_NE,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,1998-10-22,1998-11-03,12,831,Bill Hoppner,13067,DEM,36,45.975885759980045,Mike Johanns,13066,REP,50,53.90490024539743,-14,-7.929014485417383 +54348,87884,1451,1998,NE,Gov-G,1998_Gov-G_NE,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-28,1998-11-03,6,807,Bill Hoppner,13067,DEM,39,45.975885759980045,Mike Johanns,13066,REP,54,53.90490024539743,-15,-7.929014485417383 +54363,87899,1452,1998,NV,Gov-G,1998_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-27,1998-11-03,37,814,Jan Jones,13074,DEM,36,41.97798401768648,Kenny Guinn,13076,REP,51,51.56069364161849,-15,-9.582709623932011 +26156,87900,1452,1998,NV,Gov-G,1998_Gov-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,817,Jan Jones,13074,DEM,44,41.97798401768648,Kenny Guinn,13076,REP,47,51.56069364161849,-3,-9.582709623932011 +54351,87887,1453,1998,NH,Gov-G,1998_Gov-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,1998-09-10,1998-11-03,54,634,Jeanne Shaheen,13069,DEM,53,66.0842164670471,Jay Lucas,13068,REP,35,30.875086223114067,18,35.20913024393303 +54352,87888,1453,1998,NH,Gov-G,1998_Gov-G_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,1998-09-10,1998-11-03,54,494,Jeanne Shaheen,13069,DEM,65,66.0842164670471,Jay Lucas,13068,REP,24,30.875086223114067,41,35.20913024393303 +54353,87889,1453,1998,NH,Gov-G,1998_Gov-G_NH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-29,1998-11-03,35,627,Jeanne Shaheen,13069,DEM,54,66.0842164670471,Jay Lucas,13068,REP,34,30.875086223114067,20,35.20913024393303 +54354,87890,1453,1998,NH,Gov-G,1998_Gov-G_NH,Becker Institute,26,FALSE,TRUE,Live Phone,NA,1998-10-17,1998-11-03,17,355,Jeanne Shaheen,13069,DEM,67,66.0842164670471,Jay Lucas,13068,REP,22,30.875086223114067,45,35.20913024393303 +54355,87891,1454,1998,NM,Gov-G,1998_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,1998-09-08,1998-11-03,56,909,Martin Chavez,13072,DEM,40,45.46894644708374,Gary Johnson,13071,REP,42,54.53105355291626,-2,-9.062107105832524 +54356,87892,1454,1998,NM,Gov-G,1998_Gov-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-16,1998-11-03,48,409,Martin Chavez,13072,DEM,44,45.46894644708374,Gary Johnson,13071,REP,42,54.53105355291626,2,-9.062107105832524 +54357,87893,1454,1998,NM,Gov-G,1998_Gov-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-07,1998-11-03,27,412,Martin Chavez,13072,DEM,43,45.46894644708374,Gary Johnson,13071,REP,45,54.53105355291626,-2,-9.062107105832524 +54358,87894,1454,1998,NM,Gov-G,1998_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,1998-10-18,1998-11-03,16,916,Martin Chavez,13072,DEM,39,45.46894644708374,Gary Johnson,13071,REP,49,54.53105355291626,-10,-9.062107105832524 +54359,87895,1454,1998,NM,Gov-G,1998_Gov-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,409,Martin Chavez,13072,DEM,43,45.46894644708374,Gary Johnson,13071,REP,47,54.53105355291626,-4,-9.062107105832524 +26218,87903,1455,1998,NY,Gov-G,1998_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,1998-09-19,1998-11-03,45,574,Peter Vallone,13080,DEM,26,30.465557893689688,George Pataki,13083,REP,53,44.59074050749188,-27,-14.125182613802192 +26079,87904,1455,1998,NY,Gov-G,1998_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,1998-09-23,1998-11-03,41,351,Peter Vallone,13080,DEM,26,30.465557893689688,George Pataki,13083,REP,52,44.59074050749188,-26,-14.125182613802192 +26163,87907,1455,1998,NY,Gov-G,1998_Gov-G_NY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-05,1998-11-03,29,803,Peter Vallone,13080,DEM,26,30.465557893689688,George Pataki,13083,REP,53,44.59074050749188,-27,-14.125182613802192 +26075,87906,1455,1998,NY,Gov-G,1998_Gov-G_NY,Manhattanville College,181,FALSE,TRUE,NA,NA,1998-10-05,1998-11-03,29,600,Peter Vallone,13080,DEM,20,30.465557893689688,George Pataki,13083,REP,53,44.59074050749188,-33,-14.125182613802192 +26241,87905,1455,1998,NY,Gov-G,1998_Gov-G_NY,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,1998-10-03,1998-11-03,31,1066,Peter Vallone,13080,DEM,22,30.465557893689688,George Pataki,13083,REP,50,44.59074050749188,-28,-14.125182613802192 +26217,87908,1455,1998,NY,Gov-G,1998_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-09,1998-11-03,25,583,Peter Vallone,13080,DEM,25,30.465557893689688,George Pataki,13083,REP,54,44.59074050749188,-29,-14.125182613802192 +26013,87909,1455,1998,NY,Gov-G,1998_Gov-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,1998-10-12,1998-11-03,22,364,Peter Vallone,13080,DEM,26,30.465557893689688,George Pataki,13083,REP,57,44.59074050749188,-31,-14.125182613802192 +26285,87910,1455,1998,NY,Gov-G,1998_Gov-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-15,1998-11-03,19,706,Peter Vallone,13080,DEM,21,30.465557893689688,George Pataki,13083,REP,53,44.59074050749188,-32,-14.125182613802192 +54375,87911,1455,1998,NY,Gov-G,1998_Gov-G_NY,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1792,Peter Vallone,13080,DEM,24,30.465557893689688,George Pataki,13083,REP,48,44.59074050749188,-24,-14.125182613802192 +26281,87914,1455,1998,NY,Gov-G,1998_Gov-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-23,1998-11-03,11,700,Peter Vallone,13080,DEM,22,30.465557893689688,George Pataki,13083,REP,53,44.59074050749188,-31,-14.125182613802192 +26240,87912,1455,1998,NY,Gov-G,1998_Gov-G_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-10-23,1998-11-03,11,639,Peter Vallone,13080,DEM,21,30.465557893689688,George Pataki,13083,REP,56,44.59074050749188,-35,-14.125182613802192 +26216,87913,1455,1998,NY,Gov-G,1998_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-22,1998-11-03,12,547,Peter Vallone,13080,DEM,24,30.465557893689688,George Pataki,13083,REP,57,44.59074050749188,-33,-14.125182613802192 +26074,87915,1455,1998,NY,Gov-G,1998_Gov-G_NY,Manhattanville College,181,FALSE,TRUE,Live Phone,NA,1998-10-25,1998-11-03,9,601,Peter Vallone,13080,DEM,22,30.465557893689688,George Pataki,13083,REP,57,44.59074050749188,-35,-14.125182613802192 +26078,87916,1455,1998,NY,Gov-G,1998_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,351,Peter Vallone,13080,DEM,26,30.465557893689688,George Pataki,13083,REP,55,44.59074050749188,-29,-14.125182613802192 +26162,87917,1455,1998,NY,Gov-G,1998_Gov-G_NY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,808,Peter Vallone,13080,DEM,29,30.465557893689688,George Pataki,13083,REP,54,44.59074050749188,-25,-14.125182613802192 +26012,87918,1455,1998,NY,Gov-G,1998_Gov-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,1998-10-27,1998-11-03,7,662,Peter Vallone,13080,DEM,25,30.465557893689688,George Pataki,13083,REP,51,44.59074050749188,-26,-14.125182613802192 +54384,87920,1455,1998,NY,Gov-G,1998_Gov-G_NY,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,2243,Peter Vallone,13080,DEM,27,30.465557893689688,George Pataki,13083,REP,49,44.59074050749188,-22,-14.125182613802192 +26215,87919,1455,1998,NY,Gov-G,1998_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-29,1998-11-03,5,584,Peter Vallone,13080,DEM,26,30.465557893689688,George Pataki,13083,REP,55,44.59074050749188,-29,-14.125182613802192 +26169,87922,1456,1998,OH,Gov-G,1998_Gov-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-13,1998-11-03,51,817,Lee Fisher,13085,DEM,35,44.68875411311088,Bob Taft,13086,REP,44,50.04813349659071,-9,-5.359379383479826 +26257,87923,1456,1998,OH,Gov-G,1998_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,1998-09-14,1998-11-03,50,521,Lee Fisher,13085,DEM,39,44.68875411311088,Bob Taft,13086,REP,49,50.04813349659071,-10,-5.359379383479826 +54388,87924,1456,1998,OH,Gov-G,1998_Gov-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-04,1998-11-03,30,805,Lee Fisher,13085,DEM,40,44.68875411311088,Bob Taft,13086,REP,48,50.04813349659071,-8,-5.359379383479826 +54389,87925,1456,1998,OH,Gov-G,1998_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,1998-10-05,1998-11-03,29,405,Lee Fisher,13085,DEM,37,44.68875411311088,Bob Taft,13086,REP,46,50.04813349659071,-9,-5.359379383479826 +26255,87926,1456,1998,OH,Gov-G,1998_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,1998-10-13,1998-11-03,21,540,Lee Fisher,13085,DEM,37,44.68875411311088,Bob Taft,13086,REP,52,50.04813349659071,-15,-5.359379383479826 +26050,87927,1456,1998,OH,Gov-G,1998_Gov-G_OH,Gordon S. Black Corp.,123,TRUE,TRUE,Live Phone,NA,1998-10-18,1998-11-03,16,1012,Lee Fisher,13085,DEM,28,44.68875411311088,Bob Taft,13086,REP,36,50.04813349659071,-8,-5.359379383479826 +54392,87928,1456,1998,OH,Gov-G,1998_Gov-G_OH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1793,Lee Fisher,13085,DEM,39,44.68875411311088,Bob Taft,13086,REP,50,50.04813349659071,-11,-5.359379383479826 +54394,87930,1456,1998,OH,Gov-G,1998_Gov-G_OH,Louis Harris & Associates,173,TRUE,TRUE,Live Phone,NA,1998-10-25,1998-11-03,9,679,Lee Fisher,13085,DEM,43,44.68875411311088,Bob Taft,13086,REP,47,50.04813349659071,-4,-5.359379383479826 +54396,87932,1456,1998,OH,Gov-G,1998_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,1196,Lee Fisher,13085,DEM,42,44.68875411311088,Bob Taft,13086,REP,53,50.04813349659071,-11,-5.359379383479826 +26254,87929,1456,1998,OH,Gov-G,1998_Gov-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,708,Lee Fisher,13085,DEM,35,44.68875411311088,Bob Taft,13086,REP,51,50.04813349659071,-16,-5.359379383479826 +54397,87933,1456,1998,OH,Gov-G,1998_Gov-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,1998-10-27,1998-11-03,7,800,Lee Fisher,13085,DEM,46,44.68875411311088,Bob Taft,13086,REP,47,50.04813349659071,-1,-5.359379383479826 +26167,87931,1456,1998,OH,Gov-G,1998_Gov-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,815,Lee Fisher,13085,DEM,42,44.68875411311088,Bob Taft,13086,REP,49,50.04813349659071,-7,-5.359379383479826 +54399,87935,1456,1998,OH,Gov-G,1998_Gov-G_OH,Louis Harris & Associates,173,TRUE,TRUE,Live Phone,NA,1998-10-31,1998-11-03,3,773,Lee Fisher,13085,DEM,39,44.68875411311088,Bob Taft,13086,REP,44,50.04813349659071,-5,-5.359379383479826 +54398,87934,1456,1998,OH,Gov-G,1998_Gov-G_OH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,2149,Lee Fisher,13085,DEM,42,44.68875411311088,Bob Taft,13086,REP,52,50.04813349659071,-10,-5.359379383479826 +54401,87937,1458,1998,OR,Gov-G,1998_Gov-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,1998-10-03,1998-11-03,31,618,John Kitzhaber,13093,DEM,70,64.42029363092917,Bill Sizemore,13091,REP,17,30.006432497408134,53,34.41386113352103 +54403,87939,1459,1998,PA,Gov-G,1998_Gov-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-15,1998-11-03,49,806,Ivan Itkin,13100,DEM,23,31.033497843429014,Thomas Ridge,13098,REP,59,57.41745045605848,-36,-26.383952612629468 +54404,87940,1459,1998,PA,Gov-G,1998_Gov-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,NA,NA,1998-09-27,1998-11-03,37,629,Ivan Itkin,13100,DEM,17,31.033497843429014,Thomas Ridge,13098,REP,56,57.41745045605848,-39,-26.383952612629468 +54405,87941,1459,1998,PA,Gov-G,1998_Gov-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-05,1998-11-03,29,801,Ivan Itkin,13100,DEM,24,31.033497843429014,Thomas Ridge,13098,REP,58,57.41745045605848,-34,-26.383952612629468 +54406,87942,1459,1998,PA,Gov-G,1998_Gov-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1611,Ivan Itkin,13100,DEM,16,31.033497843429014,Thomas Ridge,13098,REP,64,57.41745045605848,-48,-26.383952612629468 +54408,87944,1459,1998,PA,Gov-G,1998_Gov-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,807,Ivan Itkin,13100,DEM,23,31.033497843429014,Thomas Ridge,13098,REP,59,57.41745045605848,-36,-26.383952612629468 +26189,87943,1459,1998,PA,Gov-G,1998_Gov-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,Live Phone,NA,1998-10-25,1998-11-03,9,481,Ivan Itkin,13100,DEM,15,31.033497843429014,Thomas Ridge,13098,REP,66,57.41745045605848,-51,-26.383952612629468 +54409,87945,1459,1998,PA,Gov-G,1998_Gov-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,1812,Ivan Itkin,13100,DEM,21,31.033497843429014,Thomas Ridge,13098,REP,62,57.41745045605848,-41,-26.383952612629468 +54411,87947,1460,1998,RI,Gov-G,1998_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,1998-10-08,1998-11-03,26,400,Myrth York,13104,DEM,38,42.12990911909152,Lincoln Almond,13105,REP,43,50.96509977320564,-5,-8.835190654114115 +54412,87948,1460,1998,RI,Gov-G,1998_Gov-G_RI,KRC Research,160,TRUE,TRUE,Live Phone,NA,1998-10-18,1998-11-03,16,400,Myrth York,13104,DEM,45,42.12990911909152,Lincoln Almond,13105,REP,47,50.96509977320564,-2,-8.835190654114115 +54413,87949,1460,1998,RI,Gov-G,1998_Gov-G_RI,KRC Research,160,TRUE,TRUE,Live Phone,NA,1998-10-21,1998-11-03,13,400,Myrth York,13104,DEM,45,42.12990911909152,Lincoln Almond,13105,REP,40,50.96509977320564,5,-8.835190654114115 +54414,87950,1460,1998,RI,Gov-G,1998_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,1998-10-23,1998-11-03,11,400,Myrth York,13104,DEM,38,42.12990911909152,Lincoln Almond,13105,REP,42,50.96509977320564,-4,-8.835190654114115 +54415,87951,1460,1998,RI,Gov-G,1998_Gov-G_RI,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-26,1998-11-03,8,500,Myrth York,13104,DEM,44,42.12990911909152,Lincoln Almond,13105,REP,45,50.96509977320564,-1,-8.835190654114115 +26176,87954,1461,1998,SC,Gov-G,1998_Gov-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-29,1998-11-03,35,813,James H. Hodges,13107,DEM,37,53.23433585247122,David M. Beasley,13106,REP,46,45.20515581270912,-9,8.029180039762096 +26175,87955,1461,1998,SC,Gov-G,1998_Gov-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,806,James H. Hodges,13107,DEM,44,53.23433585247122,David M. Beasley,13106,REP,46,45.20515581270912,-2,8.029180039762096 +54422,87958,1464,1998,TX,Gov-G,1998_Gov-G_TX,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-10,1998-11-03,24,802,Garry Mauro,13118,DEM,24,31.18158583100727,George W. Bush,13119,REP,70,68.23883824789104,-46,-37.05725241688377 +54423,87959,1464,1998,TX,Gov-G,1998_Gov-G_TX,Scripps Howard,303,FALSE,TRUE,NA,NA,1998-10-12,1998-11-03,22,764,Garry Mauro,13118,DEM,21,31.18158583100727,George W. Bush,13119,REP,66,68.23883824789104,-45,-37.05725241688377 +54424,87960,1464,1998,TX,Gov-G,1998_Gov-G_TX,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,3248,Garry Mauro,13118,DEM,22,31.18158583100727,George W. Bush,13119,REP,73,68.23883824789104,-51,-37.05725241688377 +54426,87962,1464,1998,TX,Gov-G,1998_Gov-G_TX,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,1998-10-28,1998-11-03,6,967,Garry Mauro,13118,DEM,23,31.18158583100727,George W. Bush,13119,REP,70,68.23883824789104,-47,-37.05725241688377 +54425,87961,1464,1998,TX,Gov-G,1998_Gov-G_TX,Hill Research Consultants,140,FALSE,FALSE,Live Phone,REP,1998-10-27,1998-11-03,7,501,Garry Mauro,13118,DEM,22,31.18158583100727,George W. Bush,13119,REP,69,68.23883824789104,-47,-37.05725241688377 +54427,87963,1464,1998,TX,Gov-G,1998_Gov-G_TX,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-29,1998-11-03,5,504,Garry Mauro,13118,DEM,25,31.18158583100727,George W. Bush,13119,REP,69,68.23883824789104,-44,-37.05725241688377 +54428,87964,1464,1998,TX,Gov-G,1998_Gov-G_TX,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,3579,Garry Mauro,13118,DEM,25,31.18158583100727,George W. Bush,13119,REP,73,68.23883824789104,-48,-37.05725241688377 +26180,87966,1465,1998,VT,Gov-G,1998_Gov-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,626,Howard Dean,13124,DEM,64,55.66889785439207,Ruth Dwyer,13125,REP,24,41.13607188703466,40,14.532825967357411 +54436,87972,1466,1998,WI,Gov-G,1998_Gov-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,NA,NA,1998-10-01,1998-11-03,33,417,Ed Garvey,13127,DEM,26,38.69860946438923,Tommy Thompson,13128,REP,64,59.664444588710566,-38,-20.965835124321337 +26262,87974,1466,1998,WI,Gov-G,1998_Gov-G_WI,University of Wisconsin-Milwaukee Institute for Survey and Policy Research,366,FALSE,TRUE,Live Phone,NA,1998-10-15,1998-11-03,19,269,Ed Garvey,13127,DEM,35,38.69860946438923,Tommy Thompson,13128,REP,59,59.664444588710566,-24,-20.965835124321337 +26233,87975,1466,1998,WI,Gov-G,1998_Gov-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,1998-10-14,1998-11-03,20,415,Ed Garvey,13127,DEM,28,38.69860946438923,Tommy Thompson,13128,REP,63,59.664444588710566,-35,-20.965835124321337 +54440,87976,1466,1998,WI,Gov-G,1998_Gov-G_WI,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,1998-10-23,1998-11-03,11,600,Ed Garvey,13127,DEM,26,38.69860946438923,Tommy Thompson,13128,REP,67,59.664444588710566,-41,-20.965835124321337 +54194,87730,1468,1998,AR,Gov-G,1998_Gov-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-09,1998-11-03,55,811,Bill Bristow,13006,DEM,31,38.65704641995663,Mike Huckabee,13007,REP,61,59.770881756799824,-30,-21.113835336843195 +26098,87731,1468,1998,AR,Gov-G,1998_Gov-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-06,1998-11-03,28,838,Bill Bristow,13006,DEM,30,38.65704641995663,Mike Huckabee,13007,REP,60,59.770881756799824,-30,-21.113835336843195 +26097,87732,1468,1998,AR,Gov-G,1998_Gov-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,810,Bill Bristow,13006,DEM,33,38.65704641995663,Mike Huckabee,13007,REP,58,59.770881756799824,-25,-21.113835336843195 +52342,82629,1469,2016,LA,Sen-G,2016_Sen-R_LA,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-16,2016-12-10,24,2200,Foster L. Campbell,10198,DEM,35.26,39.345389798949554,John Kennedy,10202,REP,58.33,60.65461020105044,-23.07,-21.309220402100884 +52340,82627,1469,2016,LA,Sen-G,2016_Sen-R_LA,Lucid,175,FALSE,FALSE,Online Panel,NA,2016-11-13,2016-12-10,27,960,Foster L. Campbell,10198,DEM,40.2,39.345389798949554,John Kennedy,10202,REP,59.8,60.65461020105044,-19.599999999999994,-21.309220402100884 +52343,82630,1469,2016,LA,Sen-G,2016_Sen-R_LA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-11-29,2016-12-10,11,400,Foster L. Campbell,10198,DEM,33,39.345389798949554,John Kennedy,10202,REP,51,60.65461020105044,-18,-21.309220402100884 +49495,77706,1469,2016,LA,Sen-G,2016_Sen-R_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2016-11-29,2016-12-10,11,500,Foster L. Campbell,10198,DEM,38,39.345389798949554,John Kennedy,10202,REP,52,60.65461020105044,-14,-21.309220402100884 +52344,82631,1469,2016,LA,Sen-G,2016_Sen-R_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,IVR,NA,2016-12-06,2016-12-10,4,776,Foster L. Campbell,10198,DEM,33,39.345389798949554,John Kennedy,10202,REP,62,60.65461020105044,-29,-21.309220402100884 +52341,82628,1469,2016,LA,Sen-G,2016_Sen-R_LA,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-12-05,2016-12-10,5,2500,Foster L. Campbell,10198,DEM,39.77,39.345389798949554,John Kennedy,10202,REP,55.88,60.65461020105044,-16.11,-21.309220402100884 +33734,40931,1470,2014,LA,Sen-G,2014_Sen-R_LA,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-10-13,2014-12-06,54,546,Mary L. Landrieu,8375,DEM,44,44.06523611620389,Bill Cassidy,8373,REP,48,55.9347638837961,-4,-11.86952776759221 +33746,40933,1470,2014,LA,Sen-G,2014_Sen-R_LA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-13,2014-12-06,54,965,Mary L. Landrieu,8375,DEM,43,44.06523611620389,Bill Cassidy,8373,REP,52,55.9347638837961,-9,-11.86952776759221 +34450,127057,1470,2014,LA,Sen-G,2014_Sen-R_LA,Multi-Quest International,220,FALSE,FALSE,Live Phone,NA,2014-10-16,2014-12-06,51,605,Mary L. Landrieu,8375,DEM,40,44.06523611620389,Bill Cassidy,8373,REP,43,55.9347638837961,-3,-11.86952776759221 +34418,126735,1470,2014,LA,Sen-G,2014_Sen-R_LA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-22,2014-12-06,45,988,Mary L. Landrieu,8375,DEM,46,44.06523611620389,Bill Cassidy,8373,REP,50,55.9347638837961,-4,-11.86952776759221 +34495,42250,1470,2014,LA,Sen-G,2014_Sen-R_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2014-10-17,2014-12-06,50,292,Mary L. Landrieu,8375,DEM,43,44.06523611620389,Bill Cassidy,8373,REP,51,55.9347638837961,-8,-11.86952776759221 +34420,127056,1470,2014,LA,Sen-G,2014_Sen-R_LA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2014-10-25,2014-12-06,42,500,Mary L. Landrieu,8375,DEM,40.6,44.06523611620389,Bill Cassidy,8373,REP,48,55.9347638837961,-7.399999999999999,-11.86952776759221 +34428,42151,1470,2014,LA,Sen-G,2014_Sen-R_LA,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-10-29,2014-12-06,38,630,Mary L. Landrieu,8375,DEM,45,44.06523611620389,Bill Cassidy,8373,REP,50,55.9347638837961,-5,-11.86952776759221 +34477,42227,1470,2014,LA,Sen-G,2014_Sen-R_LA,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2014-11-12,2014-12-06,24,1917,Mary L. Landrieu,8375,DEM,41,44.06523611620389,Bill Cassidy,8373,REP,57,55.9347638837961,-16,-11.86952776759221 +34478,42229,1470,2014,LA,Sen-G,2014_Sen-R_LA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-11-13,2014-12-06,23,643,Mary L. Landrieu,8375,DEM,38,44.06523611620389,Bill Cassidy,8373,REP,59,55.9347638837961,-21,-11.86952776759221 +34473,42220,1470,2014,LA,Sen-G,2014_Sen-R_LA,Vox Populi Polling,372,FALSE,FALSE,IVR/Online Panel,NA,2014-11-16,2014-12-06,20,761,Mary L. Landrieu,8375,DEM,42,44.06523611620389,Bill Cassidy,8373,REP,53,55.9347638837961,-11,-11.86952776759221 +34472,42219,1470,2014,LA,Sen-G,2014_Sen-R_LA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-11-18,2014-12-06,18,1000,Mary L. Landrieu,8375,DEM,41,44.06523611620389,Bill Cassidy,8373,REP,56,55.9347638837961,-15,-11.86952776759221 +34471,42218,1470,2014,LA,Sen-G,2014_Sen-R_LA,JMC Analytics,156,FALSE,FALSE,IVR,NA,2014-11-20,2014-12-06,16,754,Mary L. Landrieu,8375,DEM,40,44.06523611620389,Bill Cassidy,8373,REP,55,55.9347638837961,-15,-11.86952776759221 +34469,42216,1470,2014,LA,Sen-G,2014_Sen-R_LA,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2014-11-24,2014-12-06,12,500,Mary L. Landrieu,8375,DEM,33,44.06523611620389,Bill Cassidy,8373,REP,57,55.9347638837961,-24,-11.86952776759221 +34470,42217,1470,2014,LA,Sen-G,2014_Sen-R_LA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-12-03,2014-12-06,3,1000,Mary L. Landrieu,8375,DEM,40,44.06523611620389,Bill Cassidy,8373,REP,56,55.9347638837961,-16,-11.86952776759221 +73153,137145,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2013-08-17,2013-10-16,60,696,Cory A. Booker,13706,DEM,54,54.92433595148959,Steven M. Lonegan,13707,REP,38,44.02031944323954,16,10.904016508250045 +72959,136865,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2013-08-24,2013-10-16,53,678,Cory A. Booker,13706,DEM,50,54.92433595148959,Steven M. Lonegan,13707,REP,22,44.02031944323954,28,10.904016508250045 +72941,136842,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2013-09-06,2013-10-16,40,678,Cory A. Booker,13706,DEM,64,54.92433595148959,Steven M. Lonegan,13707,REP,29,44.02031944323954,35,10.904016508250045 +73063,137004,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-09-19,2013-10-16,27,1000,Cory A. Booker,13706,DEM,52,54.92433595148959,Steven M. Lonegan,13707,REP,33,44.02031944323954,19,10.904016508250045 +73361,137514,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2013-09-18,2013-10-16,28,812,Cory A. Booker,13706,DEM,58.4,54.92433595148959,Steven M. Lonegan,13707,REP,32.3,44.02031944323954,26.1,10.904016508250045 +73269,137352,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-09-21,2013-10-16,25,948,Cory A. Booker,13706,DEM,53,54.92433595148959,Steven M. Lonegan,13707,REP,41,44.02031944323954,12,10.904016508250045 +63701,117228,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2013-09-28,2013-10-16,18,571,Cory A. Booker,13706,DEM,53,54.92433595148959,Steven M. Lonegan,13707,REP,40,44.02031944323954,13,10.904016508250045 +63629,117100,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2013-10-02,2013-10-16,14,702,Cory A. Booker,13706,DEM,45,54.92433595148959,Steven M. Lonegan,13707,REP,29,44.02031944323954,16,10.904016508250045 +63722,117288,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2013-10-07,2013-10-16,9,1000,Cory A. Booker,13706,DEM,53,54.92433595148959,Steven M. Lonegan,13707,REP,41,44.02031944323954,12,10.904016508250045 +63727,117315,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-10-06,2013-10-16,10,899,Cory A. Booker,13706,DEM,53,54.92433595148959,Steven M. Lonegan,13707,REP,41,44.02031944323954,12,10.904016508250045 +63808,117493,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2013-10-05,2013-10-16,11,729,Cory A. Booker,13706,DEM,50,54.92433595148959,Steven M. Lonegan,13707,REP,39,44.02031944323954,11,10.904016508250045 +63703,117230,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2013-10-11,2013-10-16,5,1393,Cory A. Booker,13706,DEM,52,54.92433595148959,Steven M. Lonegan,13707,REP,42,44.02031944323954,10,10.904016508250045 +63803,117487,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2013-10-10,2013-10-16,6,513,Cory A. Booker,13706,DEM,58,54.92433595148959,Steven M. Lonegan,13707,REP,36,44.02031944323954,22,10.904016508250045 +63728,117317,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2013-10-12,2013-10-16,4,1696,Cory A. Booker,13706,DEM,54,54.92433595148959,Steven M. Lonegan,13707,REP,40,44.02031944323954,14,10.904016508250045 +63634,117105,1471,2013,NJ,Sen-G,2013_Sen-GS_NJ,Harper Polling,132,FALSE,FALSE,IVR,NA,2013-10-14,2013-10-16,2,778,Cory A. Booker,13706,DEM,52,54.92433595148959,Steven M. Lonegan,13707,REP,41,44.02031944323954,11,10.904016508250045 +72945,136847,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Emerson College,88,TRUE,FALSE,NA,NA,2013-05-01,2013-06-25,55,678,Edward J. Markey,13704,DEM,42,54.80000679238234,Gabriel E. Gomez,13705,REP,36,44.60107489450581,6,10.198931897876534 +33842,137296,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2013-05-01,2013-06-25,55,1539,Edward J. Markey,13704,DEM,44,54.80000679238234,Gabriel E. Gomez,13705,REP,40,44.60107489450581,4,10.198931897876534 +73130,137115,1472,2013,MA,Sen-G,2013_Sen-GS_MA,MassINC Polling Group,198,TRUE,FALSE,NA,NA,2013-05-05,2013-06-25,51,497,Edward J. Markey,13704,DEM,46,54.80000679238234,Gabriel E. Gomez,13705,REP,38,44.60107489450581,8,10.198931897876534 +73182,137186,1472,2013,MA,Sen-G,2013_Sen-GS_MA,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2013-05-06,2013-06-25,50,600,Edward J. Markey,13704,DEM,46,54.80000679238234,Gabriel E. Gomez,13705,REP,43,44.60107489450581,3,10.198931897876534 +73369,137531,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2013-05-06,2013-06-25,50,500,Edward J. Markey,13704,DEM,52,54.80000679238234,Gabriel E. Gomez,13705,REP,35,44.60107489450581,17,10.198931897876534 +73243,137295,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2013-05-14,2013-06-25,42,880,Edward J. Markey,13704,DEM,48,54.80000679238234,Gabriel E. Gomez,13705,REP,41,44.60107489450581,7,10.198931897876534 +72915,136794,1472,2013,MA,Sen-G,2013_Sen-GS_MA,ccAdvertising,396,FALSE,FALSE,NA,NA,2013-05-29,2013-06-25,27,678,Edward J. Markey,13704,DEM,36.2,54.80000679238234,Gabriel E. Gomez,13705,REP,32,44.60107489450581,4.200000000000003,10.198931897876534 +73172,137173,1472,2013,MA,Sen-G,2013_Sen-GS_MA,New England College Polling Center,228,FALSE,TRUE,Live Phone,NA,2013-06-01,2013-06-25,24,734,Edward J. Markey,13704,DEM,52,54.80000679238234,Gabriel E. Gomez,13705,REP,40,44.60107489450581,12,10.198931897876534 +63726,117314,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2013-06-03,2013-06-25,22,560,Edward J. Markey,13704,DEM,47,54.80000679238234,Gabriel E. Gomez,13705,REP,39,44.60107489450581,8,10.198931897876534 +33908,137734,1472,2013,MA,Sen-G,2013_Sen-GS_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2013-06-01,2013-06-25,24,357,Edward J. Markey,13704,DEM,51,54.80000679238234,Gabriel E. Gomez,13705,REP,40,44.60107489450581,11,10.198931897876534 +63696,117222,1472,2013,MA,Sen-G,2013_Sen-GS_MA,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2013-06-04,2013-06-25,21,400,Edward J. Markey,13704,DEM,45,54.80000679238234,Gabriel E. Gomez,13705,REP,44,44.60107489450581,1,10.198931897876534 +63812,117500,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2013-06-08,2013-06-25,17,500,Edward J. Markey,13704,DEM,48,54.80000679238234,Gabriel E. Gomez,13705,REP,41,44.60107489450581,7,10.198931897876534 +63693,117219,1472,2013,MA,Sen-G,2013_Sen-GS_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2013-06-08,2013-06-25,17,500,Edward J. Markey,13704,DEM,46,54.80000679238234,Gabriel E. Gomez,13705,REP,39,44.60107489450581,7,10.198931897876534 +63633,117104,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Harper Polling,132,FALSE,FALSE,IVR,NA,2013-06-11,2013-06-25,14,498,Edward J. Markey,13704,DEM,49,54.80000679238234,Gabriel E. Gomez,13705,REP,37,44.60107489450581,12,10.198931897876534 +63697,117223,1472,2013,MA,Sen-G,2013_Sen-GS_MA,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2013-06-11,2013-06-25,14,400,Edward J. Markey,13704,DEM,47,54.80000679238234,Gabriel E. Gomez,13705,REP,41,44.60107489450581,6,10.198931897876534 +63818,117509,1472,2013,MA,Sen-G,2013_Sen-GS_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2013-06-13,2013-06-25,12,508,Edward J. Markey,13704,DEM,54,54.80000679238234,Gabriel E. Gomez,13705,REP,41,44.60107489450581,13,10.198931897876534 +63705,117232,1472,2013,MA,Sen-G,2013_Sen-GS_MA,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2013-06-16,2013-06-25,9,600,Edward J. Markey,13704,DEM,47,54.80000679238234,Gabriel E. Gomez,13705,REP,40,44.60107489450581,7,10.198931897876534 +63698,117224,1472,2013,MA,Sen-G,2013_Sen-GS_MA,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2013-06-18,2013-06-25,7,1100,Edward J. Markey,13704,DEM,47,54.80000679238234,Gabriel E. Gomez,13705,REP,44,44.60107489450581,3,10.198931897876534 +63816,117504,1472,2013,MA,Sen-G,2013_Sen-GS_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2013-06-17,2013-06-25,8,312,Edward J. Markey,13704,DEM,56,54.80000679238234,Gabriel E. Gomez,13705,REP,36,44.60107489450581,20,10.198931897876534 +63625,117094,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Emerson College,88,TRUE,FALSE,IVR,NA,2013-06-19,2013-06-25,6,1422,Edward J. Markey,13704,DEM,51,54.80000679238234,Gabriel E. Gomez,13705,REP,41,44.60107489450581,10,10.198931897876534 +41673,117515,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2013-06-18,2013-06-25,7,566,Edward J. Markey,13704,DEM,49,54.80000679238234,Gabriel E. Gomez,13705,REP,41,44.60107489450581,8,10.198931897876534 +63813,117501,1472,2013,MA,Sen-G,2013_Sen-GS_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2013-06-21,2013-06-25,4,500,Edward J. Markey,13704,DEM,52,54.80000679238234,Gabriel E. Gomez,13705,REP,42,44.60107489450581,10,10.198931897876534 +19056,24344,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,993,Richard Carmona,1977,DEM,43,46.20361216035146,Jeff Flake,1976,REP,44,49.23090706964628,-1,-3.0272949092948167 +29507,35108,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,628,Richard Carmona,1977,DEM,37,46.20361216035146,Jeff Flake,1976,REP,44,49.23090706964628,-7,-3.0272949092948167 +29597,35259,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Impact Research,14,FALSE,FALSE,NA,DEM,2012-09-20,2012-11-06,47,600,Richard Carmona,1977,DEM,43,46.20361216035146,Jeff Flake,1976,REP,44,49.23090706964628,-1,-3.0272949092948167 +29596,35279,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-25,2012-11-06,42,500,Richard Carmona,1977,DEM,41,46.20361216035146,Jeff Flake,1976,REP,47,49.23090706964628,-6,-3.0272949092948167 +29645,35330,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Moore Information Group,217,FALSE,FALSE,NA,NA,2012-09-25,2012-11-06,42,500,Richard Carmona,1977,DEM,40,46.20361216035146,Jeff Flake,1976,REP,43,49.23090706964628,-3,-3.0272949092948167 +29752,35489,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-02,2012-11-06,35,595,Richard Carmona,1977,DEM,45,46.20361216035146,Jeff Flake,1976,REP,43,49.23090706964628,2,-3.0272949092948167 +29938,35766,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,GS Strategy Group,478,FALSE,FALSE,NA,REP,2012-10-08,2012-11-06,29,500,Richard Carmona,1977,DEM,41,46.20361216035146,Jeff Flake,1976,REP,47,49.23090706964628,-6,-3.0272949092948167 +29872,35660,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Tarrance Group,333,FALSE,FALSE,NA,REP,2012-10-08,2012-11-06,29,453,Richard Carmona,1977,DEM,43,46.20361216035146,Jeff Flake,1976,REP,49,49.23090706964628,-6,-3.0272949092948167 +29877,35667,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2012-10-08,2012-11-06,29,602,Richard Carmona,1977,DEM,47,46.20361216035146,Jeff Flake,1976,REP,43,49.23090706964628,4,-3.0272949092948167 +29977,35835,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,450,Richard Carmona,1977,DEM,44,46.20361216035146,Jeff Flake,1976,REP,40,49.23090706964628,4,-3.0272949092948167 +30051,35956,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,469,Richard Carmona,1977,DEM,38,46.20361216035146,Jeff Flake,1976,REP,44,49.23090706964628,-6,-3.0272949092948167 +30295,36351,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,500,Richard Carmona,1977,DEM,44,46.20361216035146,Jeff Flake,1976,REP,50,49.23090706964628,-6,-3.0272949092948167 +30818,37189,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-10-19,2012-11-06,18,800,Richard Carmona,1977,DEM,45,46.20361216035146,Jeff Flake,1976,REP,41,49.23090706964628,4,-3.0272949092948167 +30682,36950,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,1080,Richard Carmona,1977,DEM,46,46.20361216035146,Jeff Flake,1976,REP,51,49.23090706964628,-5,-3.0272949092948167 +30685,36957,1473,2012,AZ,Sen-G,2012_Sen-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,702,Richard Carmona,1977,DEM,42,46.20361216035146,Jeff Flake,1976,REP,49,49.23090706964628,-7,-3.0272949092948167 +19079,24384,1474,2012,CA,Sen-G,2012_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,524,Dianne Feinstein,1989,DEM,55,62.5242844721446,Elizabeth Emken,1990,REP,37,37.4757155278554,18,25.0485689442892 +22491,28914,1474,2012,CA,Sen-G,2012_Sen-G_CA,MFour Mobile Research,177,FALSE,FALSE,NA,NA,2012-09-11,2012-11-06,56,802,Dianne Feinstein,1989,DEM,52.4,62.5242844721446,Elizabeth Emken,1990,REP,30.4,37.4757155278554,22,25.0485689442892 +29483,35066,1474,2012,CA,Sen-G,2012_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1361,Dianne Feinstein,1989,DEM,53,62.5242844721446,Elizabeth Emken,1990,REP,35,37.4757155278554,18,25.0485689442892 +29385,35128,1474,2012,CA,Sen-G,2012_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2012-09-12,2012-11-06,55,891,Dianne Feinstein,1989,DEM,57,62.5242844721446,Elizabeth Emken,1990,REP,31,37.4757155278554,26,25.0485689442892 +73080,137024,1474,2012,CA,Sen-G,2012_Sen-G_CA,MFour Mobile Research,177,FALSE,FALSE,NA,NA,2012-09-25,2012-11-06,42,824,Dianne Feinstein,1989,DEM,51.1,62.5242844721446,Elizabeth Emken,1990,REP,28.6,37.4757155278554,22.5,25.0485689442892 +29900,35711,1474,2012,CA,Sen-G,2012_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,539,Dianne Feinstein,1989,DEM,54,62.5242844721446,Elizabeth Emken,1990,REP,35,37.4757155278554,19,25.0485689442892 +29950,35783,1474,2012,CA,Sen-G,2012_Sen-G_CA,MFour Mobile Research,177,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,830,Dianne Feinstein,1989,DEM,48.2,62.5242844721446,Elizabeth Emken,1990,REP,31.1,37.4757155278554,17.1,25.0485689442892 +30046,35946,1474,2012,CA,Sen-G,2012_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,1169,Dianne Feinstein,1989,DEM,55,62.5242844721446,Elizabeth Emken,1990,REP,35,37.4757155278554,20,25.0485689442892 +30127,36068,1474,2012,CA,Sen-G,2012_Sen-G_CA,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2012-10-13,2012-11-06,24,508,Dianne Feinstein,1989,DEM,60,62.5242844721446,Elizabeth Emken,1990,REP,34,37.4757155278554,26,25.0485689442892 +30299,36415,1474,2012,CA,Sen-G,2012_Sen-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2012-10-18,2012-11-06,19,1440,Dianne Feinstein,1989,DEM,55,62.5242844721446,Elizabeth Emken,1990,REP,38,37.4757155278554,17,25.0485689442892 +30479,36638,1474,2012,CA,Sen-G,2012_Sen-G_CA,MFour Mobile Research,177,FALSE,FALSE,Online Panel,NA,2012-10-25,2012-11-06,12,2115,Dianne Feinstein,1989,DEM,51.3,62.5242844721446,Elizabeth Emken,1990,REP,31.7,37.4757155278554,19.599999999999998,25.0485689442892 +30638,36857,1474,2012,CA,Sen-G,2012_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2012-10-23,2012-11-06,14,1566,Dianne Feinstein,1989,DEM,54,62.5242844721446,Elizabeth Emken,1990,REP,33,37.4757155278554,21,25.0485689442892 +30703,36992,1474,2012,CA,Sen-G,2012_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1575,Dianne Feinstein,1989,DEM,56,62.5242844721446,Elizabeth Emken,1990,REP,39,37.4757155278554,17,25.0485689442892 +29496,35087,1475,2012,CT,Sen-G,2012_Sen-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,634,Christopher Murphy,1998,DEM,41,52.454152896880736,Linda McMahon,1999,REP,45,39.99096419811558,-4,12.463188698765158 +29387,34902,1475,2012,CT,Sen-G,2012_Sen-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2012-09-13,2012-11-06,54,517,Christopher Murphy,1998,DEM,37,52.454152896880736,Linda McMahon,1999,REP,33,39.99096419811558,4,12.463188698765158 +29604,35281,1475,2012,CT,Sen-G,2012_Sen-G_CT,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-25,2012-11-06,42,801,Christopher Murphy,1998,DEM,48,52.454152896880736,Linda McMahon,1999,REP,42,39.99096419811558,6,12.463188698765158 +29958,35798,1475,2012,CT,Sen-G,2012_Sen-G_CT,National Research,225,FALSE,FALSE,NA,NA,2012-10-01,2012-11-06,36,600,Christopher Murphy,1998,DEM,39,52.454152896880736,Linda McMahon,1999,REP,42,39.99096419811558,-3,12.463188698765158 +29763,35504,1475,2012,CT,Sen-G,2012_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-30,2012-11-06,37,1696,Christopher Murphy,1998,DEM,47,52.454152896880736,Linda McMahon,1999,REP,48,39.99096419811558,-1,12.463188698765158 +29835,35610,1475,2012,CT,Sen-G,2012_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-07,2012-11-06,30,500,Christopher Murphy,1998,DEM,51,52.454152896880736,Linda McMahon,1999,REP,46,39.99096419811558,5,12.463188698765158 +30042,35993,1475,2012,CT,Sen-G,2012_Sen-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,434,Christopher Murphy,1998,DEM,42,52.454152896880736,Linda McMahon,1999,REP,40,39.99096419811558,2,12.463188698765158 +30068,35985,1475,2012,CT,Sen-G,2012_Sen-G_CT,Siena College,305,TRUE,FALSE,NA,NA,2012-10-09,2012-11-06,28,552,Christopher Murphy,1998,DEM,46,52.454152896880736,Linda McMahon,1999,REP,44,39.99096419811558,2,12.463188698765158 +30117,36057,1475,2012,CT,Sen-G,2012_Sen-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-15,2012-11-06,22,1015,Christopher Murphy,1998,DEM,48,52.454152896880736,Linda McMahon,1999,REP,44,39.99096419811558,4,12.463188698765158 +30094,36025,1475,2012,CT,Sen-G,2012_Sen-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2012-10-13,2012-11-06,24,574,Christopher Murphy,1998,DEM,44,52.454152896880736,Linda McMahon,1999,REP,38,39.99096419811558,6,12.463188698765158 +30300,36327,1475,2012,CT,Sen-G,2012_Sen-G_CT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,625,Christopher Murphy,1998,DEM,44,52.454152896880736,Linda McMahon,1999,REP,44,39.99096419811558,0,12.463188698765158 +30237,36252,1475,2012,CT,Sen-G,2012_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,500,Christopher Murphy,1998,DEM,48,52.454152896880736,Linda McMahon,1999,REP,47,39.99096419811558,1,12.463188698765158 +30236,36231,1475,2012,CT,Sen-G,2012_Sen-G_CT,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-20,2012-11-06,17,575,Christopher Murphy,1998,DEM,47,52.454152896880736,Linda McMahon,1999,REP,43,39.99096419811558,4,12.463188698765158 +30255,36269,1475,2012,CT,Sen-G,2012_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-21,2012-11-06,16,1412,Christopher Murphy,1998,DEM,49,52.454152896880736,Linda McMahon,1999,REP,43,39.99096419811558,6,12.463188698765158 +30830,37210,1475,2012,CT,Sen-G,2012_Sen-G_CT,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2012-10-21,2012-11-06,16,800,Christopher Murphy,1998,DEM,46,52.454152896880736,Linda McMahon,1999,REP,40,39.99096419811558,6,12.463188698765158 +30829,37209,1475,2012,CT,Sen-G,2012_Sen-G_CT,Penta,576,FALSE,FALSE,Live Phone,DEM,2012-10-23,2012-11-06,14,400,Christopher Murphy,1998,DEM,47,52.454152896880736,Linda McMahon,1999,REP,41,39.99096419811558,6,12.463188698765158 +73314,137428,1475,2012,CT,Sen-G,2012_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-28,2012-11-06,9,500,Christopher Murphy,1998,DEM,51,52.454152896880736,Linda McMahon,1999,REP,45,39.99096419811558,6,12.463188698765158 +30623,36826,1475,2012,CT,Sen-G,2012_Sen-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,1220,Christopher Murphy,1998,DEM,52,52.454152896880736,Linda McMahon,1999,REP,43,39.99096419811558,9,12.463188698765158 +30702,36990,1475,2012,CT,Sen-G,2012_Sen-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,895,Christopher Murphy,1998,DEM,46,52.454152896880736,Linda McMahon,1999,REP,44,39.99096419811558,2,12.463188698765158 +19060,24351,1477,2012,FL,Sen-G,2012_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,596,Bill Nelson,2012,DEM,47,55.23175610681682,Connie Mack,2013,REP,36,42.225760707091354,11,13.005995399725464 +19100,24421,1477,2012,FL,Sen-G,2012_Sen-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-10,2012-11-06,57,980,Bill Nelson,2012,DEM,51,55.23175610681682,Connie Mack,2013,REP,37,42.225760707091354,14,13.005995399725464 +19089,28933,1477,2012,FL,Sen-G,2012_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-12,2012-11-06,55,500,Bill Nelson,2012,DEM,47,55.23175610681682,Connie Mack,2013,REP,40,42.225760707091354,7,13.005995399725464 +29429,34993,1477,2012,FL,Sen-G,2012_Sen-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1415,Bill Nelson,2012,DEM,45,55.23175610681682,Connie Mack,2013,REP,40,42.225760707091354,5,13.005995399725464 +27156,32429,1477,2012,FL,Sen-G,2012_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-15,2012-11-06,52,1728,Bill Nelson,2012,DEM,41.5,55.23175610681682,Connie Mack,2013,REP,42.7,42.225760707091354,-1.2000000000000028,13.005995399725464 +29409,34958,1477,2012,FL,Sen-G,2012_Sen-G_FL,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,1230,Bill Nelson,2012,DEM,46.7,55.23175610681682,Connie Mack,2013,REP,41.5,42.225760707091354,5.200000000000003,13.005995399725464 +29397,34938,1477,2012,FL,Sen-G,2012_Sen-G_FL,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-09-17,2012-11-06,50,829,Bill Nelson,2012,DEM,49,55.23175610681682,Connie Mack,2013,REP,35,42.225760707091354,14,13.005995399725464 +29515,35138,1477,2012,FL,Sen-G,2012_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-09-18,2012-11-06,49,800,Bill Nelson,2012,DEM,48,55.23175610681682,Connie Mack,2013,REP,40,42.225760707091354,8,13.005995399725464 +29536,35233,1477,2012,FL,Sen-G,2012_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-22,2012-11-06,45,861,Bill Nelson,2012,DEM,46,55.23175610681682,Connie Mack,2013,REP,37,42.225760707091354,9,13.005995399725464 +29568,137324,1477,2012,FL,Sen-G,2012_Sen-G_FL,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,769,Bill Nelson,2012,DEM,54,55.23175610681682,Connie Mack,2013,REP,40,42.225760707091354,14,13.005995399725464 +29591,35248,1477,2012,FL,Sen-G,2012_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,1196,Bill Nelson,2012,DEM,53,55.23175610681682,Connie Mack,2013,REP,39,42.225760707091354,14,13.005995399725464 +29678,35379,1477,2012,FL,Sen-G,2012_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-29,2012-11-06,38,914,Bill Nelson,2012,DEM,43.1,55.23175610681682,Connie Mack,2013,REP,43,42.225760707091354,0.10000000000000142,13.005995399725464 +29711,137529,1477,2012,FL,Sen-G,2012_Sen-G_FL,Suffolk University,323,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,600,Bill Nelson,2012,DEM,40,55.23175610681682,Connie Mack,2013,REP,34,42.225760707091354,6,13.005995399725464 +29724,35442,1477,2012,FL,Sen-G,2012_Sen-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-30,2012-11-06,37,890,Bill Nelson,2012,DEM,52,55.23175610681682,Connie Mack,2013,REP,41,42.225760707091354,11,13.005995399725464 +29774,35582,1477,2012,FL,Sen-G,2012_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-04,2012-11-06,33,500,Bill Nelson,2012,DEM,52,55.23175610681682,Connie Mack,2013,REP,41,42.225760707091354,11,13.005995399725464 +29801,35580,1477,2012,FL,Sen-G,2012_Sen-G_FL,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,1200,Bill Nelson,2012,DEM,44,55.23175610681682,Connie Mack,2013,REP,44,42.225760707091354,0,13.005995399725464 +29922,35741,1477,2012,FL,Sen-G,2012_Sen-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-08,2012-11-06,29,988,Bill Nelson,2012,DEM,52,55.23175610681682,Connie Mack,2013,REP,39,42.225760707091354,13,13.005995399725464 +29879,35917,1477,2012,FL,Sen-G,2012_Sen-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,NA,NA,2012-10-05,2012-11-06,32,653,Bill Nelson,2012,DEM,50,55.23175610681682,Connie Mack,2013,REP,40,42.225760707091354,10,13.005995399725464 +29949,35819,1477,2012,FL,Sen-G,2012_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,800,Bill Nelson,2012,DEM,47,55.23175610681682,Connie Mack,2013,REP,42,42.225760707091354,5,13.005995399725464 +29954,35875,1477,2012,FL,Sen-G,2012_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-11,2012-11-06,26,750,Bill Nelson,2012,DEM,46,55.23175610681682,Connie Mack,2013,REP,45,42.225760707091354,1,13.005995399725464 +30036,35932,1477,2012,FL,Sen-G,2012_Sen-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,1244,Bill Nelson,2012,DEM,47,55.23175610681682,Connie Mack,2013,REP,42,42.225760707091354,5,13.005995399725464 +29992,137261,1477,2012,FL,Sen-G,2012_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,791,Bill Nelson,2012,DEM,45,55.23175610681682,Connie Mack,2013,REP,37,42.225760707091354,8,13.005995399725464 +30123,36117,1477,2012,FL,Sen-G,2012_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-18,2012-11-06,19,750,Bill Nelson,2012,DEM,48,55.23175610681682,Connie Mack,2013,REP,43,42.225760707091354,5,13.005995399725464 +30152,36103,1477,2012,FL,Sen-G,2012_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,600,Bill Nelson,2012,DEM,48,55.23175610681682,Connie Mack,2013,REP,40,42.225760707091354,8,13.005995399725464 +30174,36235,1477,2012,FL,Sen-G,2012_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-17,2012-11-06,20,800,Bill Nelson,2012,DEM,45,55.23175610681682,Connie Mack,2013,REP,41,42.225760707091354,4,13.005995399725464 +30208,36187,1477,2012,FL,Sen-G,2012_Sen-G_FL,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,502,Bill Nelson,2012,DEM,48,55.23175610681682,Connie Mack,2013,REP,33,42.225760707091354,15,13.005995399725464 +30334,36487,1477,2012,FL,Sen-G,2012_Sen-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,1001,Bill Nelson,2012,DEM,49,55.23175610681682,Connie Mack,2013,REP,44,42.225760707091354,5,13.005995399725464 +30375,36424,1477,2012,FL,Sen-G,2012_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,625,Bill Nelson,2012,DEM,47,55.23175610681682,Connie Mack,2013,REP,44,42.225760707091354,3,13.005995399725464 +30327,36482,1477,2012,FL,Sen-G,2012_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,750,Bill Nelson,2012,DEM,49,55.23175610681682,Connie Mack,2013,REP,46,42.225760707091354,3,13.005995399725464 +30436,36527,1477,2012,FL,Sen-G,2012_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-26,2012-11-06,11,595,Bill Nelson,2012,DEM,49,55.23175610681682,Connie Mack,2013,REP,41,42.225760707091354,8,13.005995399725464 +30401,36471,1477,2012,FL,Sen-G,2012_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-27,2012-11-06,10,687,Bill Nelson,2012,DEM,50,55.23175610681682,Connie Mack,2013,REP,42,42.225760707091354,8,13.005995399725464 +30451,36551,1477,2012,FL,Sen-G,2012_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-27,2012-11-06,10,827,Bill Nelson,2012,DEM,50,55.23175610681682,Connie Mack,2013,REP,41,42.225760707091354,9,13.005995399725464 +30482,36603,1477,2012,FL,Sen-G,2012_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,1073,Bill Nelson,2012,DEM,52,55.23175610681682,Connie Mack,2013,REP,39,42.225760707091354,13,13.005995399725464 +30641,36861,1477,2012,FL,Sen-G,2012_Sen-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-29,2012-11-06,8,1000,Bill Nelson,2012,DEM,50,55.23175610681682,Connie Mack,2013,REP,46,42.225760707091354,4,13.005995399725464 +73054,136994,1477,2012,FL,Sen-G,2012_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-29,2012-11-06,8,825,Bill Nelson,2012,DEM,48.7,55.23175610681682,Connie Mack,2013,REP,42.1,42.225760707091354,6.600000000000001,13.005995399725464 +30499,36631,1477,2012,FL,Sen-G,2012_Sen-G_FL,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,549,Bill Nelson,2012,DEM,49,55.23175610681682,Connie Mack,2013,REP,46,42.225760707091354,3,13.005995399725464 +30629,36840,1477,2012,FL,Sen-G,2012_Sen-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,1545,Bill Nelson,2012,DEM,52,55.23175610681682,Connie Mack,2013,REP,43,42.225760707091354,9,13.005995399725464 +30625,36923,1477,2012,FL,Sen-G,2012_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,800,Bill Nelson,2012,DEM,49,55.23175610681682,Connie Mack,2013,REP,43,42.225760707091354,6,13.005995399725464 +30601,36800,1477,2012,FL,Sen-G,2012_Sen-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,985,Bill Nelson,2012,DEM,53,55.23175610681682,Connie Mack,2013,REP,41,42.225760707091354,12,13.005995399725464 +30602,36802,1477,2012,FL,Sen-G,2012_Sen-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1319,Bill Nelson,2012,DEM,49,55.23175610681682,Connie Mack,2013,REP,35,42.225760707091354,14,13.005995399725464 +30773,37116,1477,2012,FL,Sen-G,2012_Sen-G_FL,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,525,Bill Nelson,2012,DEM,53,55.23175610681682,Connie Mack,2013,REP,45,42.225760707091354,8,13.005995399725464 +30711,37007,1477,2012,FL,Sen-G,2012_Sen-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1621,Bill Nelson,2012,DEM,50,55.23175610681682,Connie Mack,2013,REP,44,42.225760707091354,6,13.005995399725464 +30748,37060,1477,2012,FL,Sen-G,2012_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,955,Bill Nelson,2012,DEM,51,55.23175610681682,Connie Mack,2013,REP,46,42.225760707091354,5,13.005995399725464 +30785,37136,1477,2012,FL,Sen-G,2012_Sen-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,769,Bill Nelson,2012,DEM,55,55.23175610681682,Connie Mack,2013,REP,40,42.225760707091354,15,13.005995399725464 +30806,150618,1477,2012,FL,Sen-G,2012_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,876,Bill Nelson,2012,DEM,54.4,55.23175610681682,Connie Mack,2013,REP,36.4,42.225760707091354,18,13.005995399725464 +72903,136781,1478,2012,HI,Sen-G,2012_Sen-G_HI,Benenson Strategy Group,30,FALSE,FALSE,NA,NA,2012-09-19,2012-11-06,48,678,Mazie Hirono,2028,DEM,54,62.6015429180711,Linda Lingle,2029,REP,37,37.3984570819289,17,25.203085836142193 +30819,37190,1478,2012,HI,Sen-G,2012_Sen-G_HI,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2012-10-10,2012-11-06,27,500,Mazie Hirono,2028,DEM,56,62.6015429180711,Linda Lingle,2029,REP,38,37.3984570819289,18,25.203085836142193 +30096,36028,1478,2012,HI,Sen-G,2012_Sen-G_HI,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,2012-10-13,2012-11-06,24,1200,Mazie Hirono,2028,DEM,47,62.6015429180711,Linda Lingle,2029,REP,43,37.3984570819289,4,25.203085836142193 +30414,36492,1478,2012,HI,Sen-G,2012_Sen-G_HI,Ward Research,375,FALSE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,786,Mazie Hirono,2028,DEM,57,62.6015429180711,Linda Lingle,2029,REP,35,37.3984570819289,22,25.203085836142193 +30541,36765,1478,2012,HI,Sen-G,2012_Sen-G_HI,MRG Research,207,FALSE,FALSE,IVR,NA,2012-10-26,2012-11-06,11,1218,Mazie Hirono,2028,DEM,55,62.6015429180711,Linda Lingle,2029,REP,40,37.3984570819289,15,25.203085836142193 +23948,28945,1479,2012,IN,Sen-G,2012_Sen-G_IN,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2012-09-11,2012-11-06,56,800,Joe Donnelly,2034,DEM,45,50.044138866342045,Richard Mourdock,2035,REP,42,44.28030601905705,3,5.763832847284995 +29478,137810,1479,2012,IN,Sen-G,2012_Sen-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,620,Joe Donnelly,2034,DEM,39,50.044138866342045,Richard Mourdock,2035,REP,42,44.28030601905705,-3,5.763832847284995 +29611,35283,1479,2012,IN,Sen-G,2012_Sen-G_IN,Howey Politics/DePauw University,142,FALSE,TRUE,NA,NA,2012-09-21,2012-11-06,46,800,Joe Donnelly,2034,DEM,40,50.044138866342045,Richard Mourdock,2035,REP,38,44.28030601905705,2,5.763832847284995 +29856,35638,1479,2012,IN,Sen-G,2012_Sen-G_IN,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-03,2012-11-06,34,600,Joe Donnelly,2034,DEM,42,50.044138866342045,Richard Mourdock,2035,REP,45,44.28030601905705,-3,5.763832847284995 +30007,35912,1479,2012,IN,Sen-G,2012_Sen-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-10,2012-11-06,27,600,Joe Donnelly,2034,DEM,42,50.044138866342045,Richard Mourdock,2035,REP,47,44.28030601905705,-5,5.763832847284995 +30053,35959,1479,2012,IN,Sen-G,2012_Sen-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,495,Joe Donnelly,2034,DEM,41,50.044138866342045,Richard Mourdock,2035,REP,45,44.28030601905705,-4,5.763832847284995 +30244,36248,1479,2012,IN,Sen-G,2012_Sen-G_IN,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-19,2012-11-06,18,603,Joe Donnelly,2034,DEM,40,50.044138866342045,Richard Mourdock,2035,REP,38,44.28030601905705,2,5.763832847284995 +30614,37214,1479,2012,IN,Sen-G,2012_Sen-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-24,2012-11-06,13,600,Joe Donnelly,2034,DEM,44,50.044138866342045,Richard Mourdock,2035,REP,44,44.28030601905705,0,5.763832847284995 +30832,37216,1479,2012,IN,Sen-G,2012_Sen-G_IN,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-10-24,2012-11-06,13,446,Joe Donnelly,2034,DEM,47,50.044138866342045,Richard Mourdock,2035,REP,40,44.28030601905705,7,5.763832847284995 +30831,37215,1479,2012,IN,Sen-G,2012_Sen-G_IN,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2012-10-25,2012-11-06,12,825,Joe Donnelly,2034,DEM,49,50.044138866342045,Richard Mourdock,2035,REP,42,44.28030601905705,7,5.763832847284995 +30519,37192,1479,2012,IN,Sen-G,2012_Sen-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-29,2012-11-06,8,600,Joe Donnelly,2034,DEM,44,50.044138866342045,Richard Mourdock,2035,REP,45,44.28030601905705,-1,5.763832847284995 +30585,36773,1479,2012,IN,Sen-G,2012_Sen-G_IN,Howey Politics/DePauw University,142,FALSE,TRUE,Live Phone,NA,2012-10-29,2012-11-06,8,800,Joe Donnelly,2034,DEM,47,50.044138866342045,Richard Mourdock,2035,REP,36,44.28030601905705,11,5.763832847284995 +30821,119995,1479,2012,IN,Sen-G,2012_Sen-G_IN,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-29,2012-11-06,8,600,Joe Donnelly,2034,DEM,47,50.044138866342045,Richard Mourdock,2035,REP,38,44.28030601905705,9,5.763832847284995 +30611,36942,1479,2012,IN,Sen-G,2012_Sen-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-01,2012-11-06,5,600,Joe Donnelly,2034,DEM,45,50.044138866342045,Richard Mourdock,2035,REP,42,44.28030601905705,3,5.763832847284995 +30619,37212,1479,2012,IN,Sen-G,2012_Sen-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-31,2012-11-06,6,600,Joe Donnelly,2034,DEM,44,50.044138866342045,Richard Mourdock,2035,REP,46,44.28030601905705,-2,5.763832847284995 +30688,137808,1479,2012,IN,Sen-G,2012_Sen-G_IN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,678,Joe Donnelly,2034,DEM,47,50.044138866342045,Richard Mourdock,2035,REP,45,44.28030601905705,2,5.763832847284995 +29661,35351,1480,2012,ME,Sen-G,2012_Sen-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2012-09-14,2012-11-06,53,618,Cynthia Dill,2067,DEM,12,13.260081730062415,Charlie Summers,2070,REP,28,30.74497679842535,-16,-17.48489506836293 +29382,34896,1480,2012,ME,Sen-G,2012_Sen-G_ME,Maine People's Resource Center,180,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,856,Cynthia Dill,2067,DEM,14.9,13.260081730062415,Charlie Summers,2070,REP,28.2,30.74497679842535,-13.299999999999999,-17.48489506836293 +29381,34894,1480,2012,ME,Sen-G,2012_Sen-G_ME,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-17,2012-11-06,50,804,Cynthia Dill,2067,DEM,14,13.260081730062415,Charlie Summers,2070,REP,35,30.74497679842535,-21,-17.48489506836293 +29613,35318,1480,2012,ME,Sen-G,2012_Sen-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-25,2012-11-06,42,500,Cynthia Dill,2067,DEM,14,13.260081730062415,Charlie Summers,2070,REP,33,30.74497679842535,-19,-17.48489506836293 +29748,35482,1480,2012,ME,Sen-G,2012_Sen-G_ME,GS Strategy Group,478,FALSE,FALSE,NA,REP,2012-09-24,2012-11-06,43,400,Cynthia Dill,2067,DEM,17,13.260081730062415,Charlie Summers,2070,REP,33.5,30.74497679842535,-16.5,-17.48489506836293 +29897,35707,1480,2012,ME,Sen-G,2012_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,400,Cynthia Dill,2067,DEM,12.1,13.260081730062415,Charlie Summers,2070,REP,23.8,30.74497679842535,-11.700000000000001,-17.48489506836293 +30669,36921,1480,2012,ME,Sen-G,2012_Sen-G_ME,Digital Research,64,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,613,Cynthia Dill,2067,DEM,11,13.260081730062415,Charlie Summers,2070,REP,33,30.74497679842535,-22,-17.48489506836293 +30620,36822,1480,2012,ME,Sen-G,2012_Sen-G_ME,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,1633,Cynthia Dill,2067,DEM,12,13.260081730062415,Charlie Summers,2070,REP,36,30.74497679842535,-24,-17.48489506836293 +30802,37164,1480,2012,ME,Sen-G,2012_Sen-G_ME,Maine People's Resource Center,180,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,905,Cynthia Dill,2067,DEM,10.7,13.260081730062415,Charlie Summers,2070,REP,34,30.74497679842535,-23.3,-17.48489506836293 +29505,35104,1481,2012,MD,Sen-G,2012_Sen-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,686,Benjamin L. Cardin,2048,DEM,50,55.97785840529175,Daniel J. Bongino,2047,REP,32,26.32849948010697,18,29.649358925184778 +29594,35256,1481,2012,MD,Sen-G,2012_Sen-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,NA,NA,2012-09-20,2012-11-06,47,813,Benjamin L. Cardin,2048,DEM,50,55.97785840529175,Daniel J. Bongino,2047,REP,22,26.32849948010697,28,29.649358925184778 +30048,35949,1481,2012,MD,Sen-G,2012_Sen-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,498,Benjamin L. Cardin,2048,DEM,54,55.97785840529175,Daniel J. Bongino,2047,REP,30,26.32849948010697,24,29.649358925184778 +30149,136750,1481,2012,MD,Sen-G,2012_Sen-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,678,Benjamin L. Cardin,2048,DEM,53,55.97785840529175,Daniel J. Bongino,2047,REP,22,26.32849948010697,31,29.649358925184778 +30403,36480,1481,2012,MD,Sen-G,2012_Sen-G_MD,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2012-10-22,2012-11-06,15,801,Benjamin L. Cardin,2048,DEM,50,55.97785840529175,Daniel J. Bongino,2047,REP,24,26.32849948010697,26,29.649358925184778 +30699,36984,1481,2012,MD,Sen-G,2012_Sen-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,705,Benjamin L. Cardin,2048,DEM,57,55.97785840529175,Daniel J. Bongino,2047,REP,34,26.32849948010697,23,29.649358925184778 +19046,137011,1482,2012,MA,Sen-G,2012_Sen-G_MA,Kimball Political Consulting,163,FALSE,TRUE,NA,NA,2012-09-08,2012-11-06,59,756,Elizabeth Warren,2038,DEM,45,53.273919067796086,Scott Brown,2039,REP,46,45.79014608397222,-1,7.483772983823869 +23938,28934,1482,2012,MA,Sen-G,2012_Sen-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2012-09-10,2012-11-06,57,444,Elizabeth Warren,2038,DEM,50,53.273919067796086,Scott Brown,2039,REP,44,45.79014608397222,6,7.483772983823869 +29480,137813,1482,2012,MA,Sen-G,2012_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,817,Elizabeth Warren,2038,DEM,44,53.273919067796086,Scott Brown,2039,REP,44,45.79014608397222,0,7.483772983823869 +23944,32443,1482,2012,MA,Sen-G,2012_Sen-G_MA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-15,2012-11-06,52,876,Elizabeth Warren,2038,DEM,48,53.273919067796086,Scott Brown,2039,REP,46,45.79014608397222,2,7.483772983823869 +27152,32422,1482,2012,MA,Sen-G,2012_Sen-G_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2012-09-15,2012-11-06,52,600,Elizabeth Warren,2038,DEM,48,53.273919067796086,Scott Brown,2039,REP,44,45.79014608397222,4,7.483772983823869 +29386,34900,1482,2012,MA,Sen-G,2012_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,NA,NA,2012-09-16,2012-11-06,51,507,Elizabeth Warren,2038,DEM,47,53.273919067796086,Scott Brown,2039,REP,42,45.79014608397222,5,7.483772983823869 +29416,34970,1482,2012,MA,Sen-G,2012_Sen-G_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,NA,NA,2012-09-15,2012-11-06,52,497,Elizabeth Warren,2038,DEM,45,53.273919067796086,Scott Brown,2039,REP,49,45.79014608397222,-4,7.483772983823869 +29487,35072,1482,2012,MA,Sen-G,2012_Sen-G_MA,Kimball Political Consulting,163,FALSE,TRUE,NA,NA,2012-09-20,2012-11-06,47,868,Elizabeth Warren,2038,DEM,47,53.273919067796086,Scott Brown,2039,REP,48,45.79014608397222,-1,7.483772983823869 +29577,35253,1482,2012,MA,Sen-G,2012_Sen-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-24,2012-11-06,43,500,Elizabeth Warren,2038,DEM,48,53.273919067796086,Scott Brown,2039,REP,48,45.79014608397222,0,7.483772983823869 +29658,35359,1482,2012,MA,Sen-G,2012_Sen-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2012-09-24,2012-11-06,43,502,Elizabeth Warren,2038,DEM,43,53.273919067796086,Scott Brown,2039,REP,38,45.79014608397222,5,7.483772983823869 +29670,35382,1482,2012,MA,Sen-G,2012_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,NA,NA,2012-09-27,2012-11-06,40,504,Elizabeth Warren,2038,DEM,49,53.273919067796086,Scott Brown,2039,REP,45,45.79014608397222,4,7.483772983823869 +29766,35511,1482,2012,MA,Sen-G,2012_Sen-G_MA,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2012-09-27,2012-11-06,40,405,Elizabeth Warren,2038,DEM,48,53.273919067796086,Scott Brown,2039,REP,44,45.79014608397222,4,7.483772983823869 +29822,35592,1482,2012,MA,Sen-G,2012_Sen-G_MA,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2012-10-03,2012-11-06,34,602,Elizabeth Warren,2038,DEM,50,53.273919067796086,Scott Brown,2039,REP,44,45.79014608397222,6,7.483772983823869 +29808,35573,1482,2012,MA,Sen-G,2012_Sen-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,NA,NA,2012-10-01,2012-11-06,36,440,Elizabeth Warren,2038,DEM,50,53.273919067796086,Scott Brown,2039,REP,45,45.79014608397222,5,7.483772983823869 +29837,35613,1482,2012,MA,Sen-G,2012_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,NA,NA,2012-10-06,2012-11-06,31,501,Elizabeth Warren,2038,DEM,45,53.273919067796086,Scott Brown,2039,REP,48,45.79014608397222,-3,7.483772983823869 +29868,35654,1482,2012,MA,Sen-G,2012_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-05,2012-11-06,32,436,Elizabeth Warren,2038,DEM,48,53.273919067796086,Scott Brown,2039,REP,45,45.79014608397222,3,7.483772983823869 +29945,35906,1482,2012,MA,Sen-G,2012_Sen-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-10,2012-11-06,27,500,Elizabeth Warren,2038,DEM,49,53.273919067796086,Scott Brown,2039,REP,47,45.79014608397222,2,7.483772983823869 +29941,35770,1482,2012,MA,Sen-G,2012_Sen-G_MA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,1051,Elizabeth Warren,2038,DEM,50,53.273919067796086,Scott Brown,2039,REP,44,45.79014608397222,6,7.483772983823869 +30049,35951,1482,2012,MA,Sen-G,2012_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,669,Elizabeth Warren,2038,DEM,46,53.273919067796086,Scott Brown,2039,REP,39,45.79014608397222,7,7.483772983823869 +30076,35997,1482,2012,MA,Sen-G,2012_Sen-G_MA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-15,2012-11-06,22,709,Elizabeth Warren,2038,DEM,53,53.273919067796086,Scott Brown,2039,REP,44,45.79014608397222,9,7.483772983823869 +30211,36191,1482,2012,MA,Sen-G,2012_Sen-G_MA,Kimball Political Consulting,163,FALSE,TRUE,IVR,NA,2012-10-20,2012-11-06,17,761,Elizabeth Warren,2038,DEM,48,53.273919067796086,Scott Brown,2039,REP,45.5,45.79014608397222,2.5,7.483772983823869 +30256,36271,1482,2012,MA,Sen-G,2012_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2012-10-21,2012-11-06,16,516,Elizabeth Warren,2038,DEM,50,53.273919067796086,Scott Brown,2039,REP,44,45.79014608397222,6,7.483772983823869 +30328,36625,1482,2012,MA,Sen-G,2012_Sen-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,500,Elizabeth Warren,2038,DEM,52,53.273919067796086,Scott Brown,2039,REP,47,45.79014608397222,5,7.483772983823869 +30445,36540,1482,2012,MA,Sen-G,2012_Sen-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,600,Elizabeth Warren,2038,DEM,53,53.273919067796086,Scott Brown,2039,REP,46,45.79014608397222,7,7.483772983823869 +30413,36491,1482,2012,MA,Sen-G,2012_Sen-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,583,Elizabeth Warren,2038,DEM,47,53.273919067796086,Scott Brown,2039,REP,47,45.79014608397222,0,7.483772983823869 +30587,36778,1482,2012,MA,Sen-G,2012_Sen-G_MA,Kimball Political Consulting,163,FALSE,TRUE,IVR,NA,2012-10-31,2012-11-06,6,761,Elizabeth Warren,2038,DEM,47,53.273919067796086,Scott Brown,2039,REP,49,45.79014608397222,-2,7.483772983823869 +30650,137785,1482,2012,MA,Sen-G,2012_Sen-G_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,535,Elizabeth Warren,2038,DEM,50,53.273919067796086,Scott Brown,2039,REP,46,45.79014608397222,4,7.483772983823869 +30624,36828,1482,2012,MA,Sen-G,2012_Sen-G_MA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,1089,Elizabeth Warren,2038,DEM,52,53.273919067796086,Scott Brown,2039,REP,46,45.79014608397222,6,7.483772983823869 +30700,36986,1482,2012,MA,Sen-G,2012_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,811,Elizabeth Warren,2038,DEM,50,53.273919067796086,Scott Brown,2039,REP,43,45.79014608397222,7,7.483772983823869 +30740,37046,1482,2012,MA,Sen-G,2012_Sen-G_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,800,Elizabeth Warren,2038,DEM,48,53.273919067796086,Scott Brown,2039,REP,49,45.79014608397222,-1,7.483772983823869 +19078,24381,1483,2012,MI,Sen-G,2012_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,600,Debbie Stabenow,2082,DEM,49,58.79807037218365,Pete Hoekstra,2083,REP,38,37.98446480251748,11,20.813605569666173 +19105,28931,1483,2012,MI,Sen-G,2012_Sen-G_MI,Baydoun Consulting,25,FALSE,TRUE,NA,NA,2012-09-12,2012-11-06,55,1156,Debbie Stabenow,2082,DEM,46.7,58.79807037218365,Pete Hoekstra,2083,REP,41.9,37.98446480251748,4.800000000000004,20.813605569666173 +27159,32433,1483,2012,MI,Sen-G,2012_Sen-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2012-09-12,2012-11-06,55,600,Debbie Stabenow,2082,DEM,46.2,58.79807037218365,Pete Hoekstra,2083,REP,40.2,37.98446480251748,6,20.813605569666173 +29426,34987,1483,2012,MI,Sen-G,2012_Sen-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1114,Debbie Stabenow,2082,DEM,46,58.79807037218365,Pete Hoekstra,2083,REP,40,37.98446480251748,6,20.813605569666173 +29413,34964,1483,2012,MI,Sen-G,2012_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,600,Debbie Stabenow,2082,DEM,49.7,58.79807037218365,Pete Hoekstra,2083,REP,33.8,37.98446480251748,15.900000000000006,20.813605569666173 +29541,35238,1483,2012,MI,Sen-G,2012_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-20,2012-11-06,47,500,Debbie Stabenow,2082,DEM,53,58.79807037218365,Pete Hoekstra,2083,REP,37,37.98446480251748,16,20.813605569666173 +29634,35315,1483,2012,MI,Sen-G,2012_Sen-G_MI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-21,2012-11-06,46,804,Debbie Stabenow,2082,DEM,53.5,58.79807037218365,Pete Hoekstra,2083,REP,39.6,37.98446480251748,13.899999999999999,20.813605569666173 +29830,35604,1483,2012,MI,Sen-G,2012_Sen-G_MI,Baydoun Consulting,25,FALSE,TRUE,NA,NA,2012-10-05,2012-11-06,32,1122,Debbie Stabenow,2082,DEM,50.64,58.79807037218365,Pete Hoekstra,2083,REP,42.51,37.98446480251748,8.130000000000003,20.813605569666173 +29832,35618,1483,2012,MI,Sen-G,2012_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,600,Debbie Stabenow,2082,DEM,55,58.79807037218365,Pete Hoekstra,2083,REP,35,37.98446480251748,20,20.813605569666173 +29931,35757,1483,2012,MI,Sen-G,2012_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,600,Debbie Stabenow,2082,DEM,50.1,58.79807037218365,Pete Hoekstra,2083,REP,37.5,37.98446480251748,12.600000000000001,20.813605569666173 +29932,136910,1483,2012,MI,Sen-G,2012_Sen-G_MI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-07,2012-11-06,30,1122,Debbie Stabenow,2082,DEM,48,58.79807037218365,Pete Hoekstra,2083,REP,39.3,37.98446480251748,8.700000000000003,20.813605569666173 +29961,35878,1483,2012,MI,Sen-G,2012_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-11,2012-11-06,26,500,Debbie Stabenow,2082,DEM,51,58.79807037218365,Pete Hoekstra,2083,REP,39,37.98446480251748,12,20.813605569666173 +30060,35974,1483,2012,MI,Sen-G,2012_Sen-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,895,Debbie Stabenow,2082,DEM,49,58.79807037218365,Pete Hoekstra,2083,REP,39,37.98446480251748,10,20.813605569666173 +30180,136761,1483,2012,MI,Sen-G,2012_Sen-G_MI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,678,Debbie Stabenow,2082,DEM,59,58.79807037218365,Pete Hoekstra,2083,REP,39,37.98446480251748,20,20.813605569666173 +30470,36598,1483,2012,MI,Sen-G,2012_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,600,Debbie Stabenow,2082,DEM,52.4,58.79807037218365,Pete Hoekstra,2083,REP,37.5,37.98446480251748,14.899999999999999,20.813605569666173 +30506,36641,1483,2012,MI,Sen-G,2012_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,600,Debbie Stabenow,2082,DEM,54,58.79807037218365,Pete Hoekstra,2083,REP,33,37.98446480251748,21,20.813605569666173 +30679,36941,1483,2012,MI,Sen-G,2012_Sen-G_MI,Baydoun Consulting,25,FALSE,TRUE,IVR,NA,2012-11-02,2012-11-06,4,1913,Debbie Stabenow,2082,DEM,50.06,58.79807037218365,Pete Hoekstra,2083,REP,43.45,37.98446480251748,6.609999999999999,20.813605569666173 +30637,36855,1483,2012,MI,Sen-G,2012_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,700,Debbie Stabenow,2082,DEM,55,58.79807037218365,Pete Hoekstra,2083,REP,42,37.98446480251748,13,20.813605569666173 +30775,37120,1483,2012,MI,Sen-G,2012_Sen-G_MI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,502,Debbie Stabenow,2082,DEM,56,58.79807037218365,Pete Hoekstra,2083,REP,43,37.98446480251748,13,20.813605569666173 +30698,36982,1483,2012,MI,Sen-G,2012_Sen-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1091,Debbie Stabenow,2082,DEM,53,58.79807037218365,Pete Hoekstra,2083,REP,41,37.98446480251748,12,20.813605569666173 +30795,37151,1483,2012,MI,Sen-G,2012_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2012-11-04,2012-11-06,2,1305,Debbie Stabenow,2082,DEM,55,58.79807037218365,Pete Hoekstra,2083,REP,41,37.98446480251748,14,20.813605569666173 +19050,28911,1484,2012,MN,Sen-G,2012_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,551,Amy Klobuchar,8112,DEM,55,65.22898262419866,Kurt Patrick Bills,2095,REP,34,30.527991806435477,21,34.700990817763184 +19095,24403,1484,2012,MN,Sen-G,2012_Sen-G_MN,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,824,Amy Klobuchar,8112,DEM,55,65.22898262419866,Kurt Patrick Bills,2095,REP,36,30.527991806435477,19,34.700990817763184 +29494,35083,1484,2012,MN,Sen-G,2012_Sen-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,816,Amy Klobuchar,8112,DEM,50,65.22898262419866,Kurt Patrick Bills,2095,REP,35,30.527991806435477,15,34.700990817763184 +29542,35288,1484,2012,MN,Sen-G,2012_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,800,Amy Klobuchar,8112,DEM,57,65.22898262419866,Kurt Patrick Bills,2095,REP,28,30.527991806435477,29,34.700990817763184 +29849,35631,1484,2012,MN,Sen-G,2012_Sen-G_MN,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,937,Amy Klobuchar,8112,DEM,57,65.22898262419866,Kurt Patrick Bills,2095,REP,31,30.527991806435477,26,34.700990817763184 +30043,35940,1484,2012,MN,Sen-G,2012_Sen-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,683,Amy Klobuchar,8112,DEM,55,65.22898262419866,Kurt Patrick Bills,2095,REP,32,30.527991806435477,23,34.700990817763184 +30093,36023,1484,2012,MN,Sen-G,2012_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,550,Amy Klobuchar,8112,DEM,58,65.22898262419866,Kurt Patrick Bills,2095,REP,30,30.527991806435477,28,34.700990817763184 +30235,36267,1484,2012,MN,Sen-G,2012_Sen-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,500,Amy Klobuchar,8112,DEM,56,65.22898262419866,Kurt Patrick Bills,2095,REP,33,30.527991806435477,23,34.700990817763184 +30384,36563,1484,2012,MN,Sen-G,2012_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,800,Amy Klobuchar,8112,DEM,65,65.22898262419866,Kurt Patrick Bills,2095,REP,22,30.527991806435477,43,34.700990817763184 +30473,137603,1484,2012,MN,Sen-G,2012_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-27,2012-11-06,10,574,Amy Klobuchar,8112,DEM,60,65.22898262419866,Kurt Patrick Bills,2095,REP,29,30.527991806435477,31,34.700990817763184 +73239,137271,1484,2012,MN,Sen-G,2012_Sen-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,1164,Amy Klobuchar,8112,DEM,62,65.22898262419866,Kurt Patrick Bills,2095,REP,32,30.527991806435477,30,34.700990817763184 +30735,37039,1484,2012,MN,Sen-G,2012_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-11-02,2012-11-06,4,556,Amy Klobuchar,8112,DEM,60,65.22898262419866,Kurt Patrick Bills,2095,REP,30,30.527991806435477,30,34.700990817763184 +30697,36980,1484,2012,MN,Sen-G,2012_Sen-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,790,Amy Klobuchar,8112,DEM,60,65.22898262419866,Kurt Patrick Bills,2095,REP,32,30.527991806435477,28,34.700990817763184 +29690,35395,1486,2012,MO,Sen-G,2012_Sen-G_MO,Kiley & Company,162,FALSE,TRUE,NA,DEM,2012-09-10,2012-11-06,57,600,Claire McCaskill,2103,DEM,48,54.81432375826044,Todd Akin,2104,REP,42,39.113718466515984,6,15.70060529174446 +19069,24361,1486,2012,MO,Sen-G,2012_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-11,2012-11-06,56,500,Claire McCaskill,2103,DEM,49,54.81432375826044,Todd Akin,2104,REP,43,39.113718466515984,6,15.70060529174446 +19107,137782,1486,2012,MO,Sen-G,2012_Sen-G_MO,Clout Research,55,FALSE,FALSE,NA,NA,2012-09-10,2012-11-06,57,850,Claire McCaskill,2103,DEM,42.6,54.81432375826044,Todd Akin,2104,REP,47.5,39.113718466515984,-4.899999999999999,15.70060529174446 +29498,35091,1486,2012,MO,Sen-G,2012_Sen-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,734,Claire McCaskill,2103,DEM,47,54.81432375826044,Todd Akin,2104,REP,40,39.113718466515984,7,15.70060529174446 +29404,34951,1486,2012,MO,Sen-G,2012_Sen-G_MO,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-16,2012-11-06,51,1952,Claire McCaskill,2103,DEM,40,54.81432375826044,Todd Akin,2104,REP,43.6,39.113718466515984,-3.6000000000000014,15.70060529174446 +29701,35410,1486,2012,MO,Sen-G,2012_Sen-G_MO,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1145,Claire McCaskill,2103,DEM,46,54.81432375826044,Todd Akin,2104,REP,45.2,39.113718466515984,0.7999999999999972,15.70060529174446 +29689,35394,1486,2012,MO,Sen-G,2012_Sen-G_MO,Kiley & Company,162,FALSE,TRUE,NA,DEM,2012-09-30,2012-11-06,37,600,Claire McCaskill,2103,DEM,50,54.81432375826044,Todd Akin,2104,REP,41,39.113718466515984,9,15.70060529174446 +29783,35535,1486,2012,MO,Sen-G,2012_Sen-G_MO,Clout Research,55,FALSE,FALSE,NA,REP,2012-09-30,2012-11-06,37,675,Claire McCaskill,2103,DEM,46.8,54.81432375826044,Todd Akin,2104,REP,48.7,39.113718466515984,-1.9000000000000057,15.70060529174446 +29731,35501,1486,2012,MO,Sen-G,2012_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-02,2012-11-06,35,500,Claire McCaskill,2103,DEM,51,54.81432375826044,Todd Akin,2104,REP,45,39.113718466515984,6,15.70060529174446 +29733,35457,1486,2012,MO,Sen-G,2012_Sen-G_MO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-02,2012-11-06,35,700,Claire McCaskill,2103,DEM,46,54.81432375826044,Todd Akin,2104,REP,40,39.113718466515984,6,15.70060529174446 +30054,35961,1486,2012,MO,Sen-G,2012_Sen-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,546,Claire McCaskill,2103,DEM,47,54.81432375826044,Todd Akin,2104,REP,42,39.113718466515984,5,15.70060529174446 +30019,35899,1486,2012,MO,Sen-G,2012_Sen-G_MO,Clout Research,55,FALSE,FALSE,NA,NA,2012-10-12,2012-11-06,25,1000,Claire McCaskill,2103,DEM,44.7,54.81432375826044,Todd Akin,2104,REP,48.9,39.113718466515984,-4.199999999999996,15.70060529174446 +30126,36099,1486,2012,MO,Sen-G,2012_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,500,Claire McCaskill,2103,DEM,51,54.81432375826044,Todd Akin,2104,REP,43,39.113718466515984,8,15.70060529174446 +30833,37217,1486,2012,MO,Sen-G,2012_Sen-G_MO,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,603,Claire McCaskill,2103,DEM,47,54.81432375826044,Todd Akin,2104,REP,35,39.113718466515984,12,15.70060529174446 +73068,137010,1486,2012,MO,Sen-G,2012_Sen-G_MO,Kiley & Company,162,FALSE,TRUE,Live Phone,DEM,2012-10-18,2012-11-06,19,678,Claire McCaskill,2103,DEM,52,54.81432375826044,Todd Akin,2104,REP,38,39.113718466515984,14,15.70060529174446 +30186,36157,1486,2012,MO,Sen-G,2012_Sen-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-20,2012-11-06,17,582,Claire McCaskill,2103,DEM,46,54.81432375826044,Todd Akin,2104,REP,40,39.113718466515984,6,15.70060529174446 +30363,36406,1486,2012,MO,Sen-G,2012_Sen-G_MO,Kiley & Company,162,FALSE,TRUE,Live Phone,DEM,2012-10-24,2012-11-06,13,600,Claire McCaskill,2103,DEM,53,54.81432375826044,Todd Akin,2104,REP,39,39.113718466515984,14,15.70060529174446 +30360,36426,1486,2012,MO,Sen-G,2012_Sen-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,625,Claire McCaskill,2103,DEM,45,54.81432375826044,Todd Akin,2104,REP,43,39.113718466515984,2,15.70060529174446 +30512,36649,1486,2012,MO,Sen-G,2012_Sen-G_MO,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1217,Claire McCaskill,2103,DEM,48.6,54.81432375826044,Todd Akin,2104,REP,45.2,39.113718466515984,3.3999999999999986,15.70060529174446 +30683,36952,1486,2012,MO,Sen-G,2012_Sen-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,835,Claire McCaskill,2103,DEM,48,54.81432375826044,Todd Akin,2104,REP,44,39.113718466515984,4,15.70060529174446 +30689,36964,1486,2012,MO,Sen-G,2012_Sen-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,779,Claire McCaskill,2103,DEM,52,54.81432375826044,Todd Akin,2104,REP,42,39.113718466515984,10,15.70060529174446 +30736,37041,1486,2012,MO,Sen-G,2012_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-31,2012-11-06,6,589,Claire McCaskill,2103,DEM,51,54.81432375826044,Todd Akin,2104,REP,36,39.113718466515984,15,15.70060529174446 +19072,24374,1487,2012,MT,Sen-G,2012_Sen-G_MT,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-10,2012-11-06,57,656,Jon Tester,2115,DEM,45,48.578382359597256,Denny Rehberg,2116,REP,43,44.86036875650632,2,3.718013603090938 +51456,35143,1487,2012,MT,Sen-G,2012_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-09-18,2012-11-06,49,625,Jon Tester,2115,DEM,45,48.578382359597256,Denny Rehberg,2116,REP,48,44.86036875650632,-3,3.718013603090938 +29643,35327,1487,2012,MT,Sen-G,2012_Sen-G_MT,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2012-09-24,2012-11-06,43,606,Jon Tester,2115,DEM,44,48.578382359597256,Denny Rehberg,2116,REP,42,44.86036875650632,2,3.718013603090938 +51404,137150,1487,2012,MT,Sen-G,2012_Sen-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2012-09-29,2012-11-06,38,477,Jon Tester,2115,DEM,39.7,48.578382359597256,Denny Rehberg,2116,REP,42.6,44.86036875650632,-2.8999999999999986,3.718013603090938 +29874,35664,1487,2012,MT,Sen-G,2012_Sen-G_MT,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-09,2012-11-06,28,737,Jon Tester,2115,DEM,45,48.578382359597256,Denny Rehberg,2116,REP,43,44.86036875650632,2,3.718013603090938 +30024,35981,1487,2012,MT,Sen-G,2012_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-14,2012-11-06,23,500,Jon Tester,2115,DEM,48,48.578382359597256,Denny Rehberg,2116,REP,48,44.86036875650632,0,3.718013603090938 +30078,36000,1487,2012,MT,Sen-G,2012_Sen-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-15,2012-11-06,22,806,Jon Tester,2115,DEM,46,48.578382359597256,Denny Rehberg,2116,REP,44,44.86036875650632,2,3.718013603090938 +30580,36944,1487,2012,MT,Sen-G,2012_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-29,2012-11-06,8,500,Jon Tester,2115,DEM,49,48.578382359597256,Denny Rehberg,2116,REP,48,44.86036875650632,1,3.718013603090938 +30812,37177,1487,2012,MT,Sen-G,2012_Sen-G_MT,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-10-28,2012-11-06,9,807,Jon Tester,2115,DEM,44,48.578382359597256,Denny Rehberg,2116,REP,43,44.86036875650632,1,3.718013603090938 +51340,137112,1487,2012,MT,Sen-G,2012_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,678,Jon Tester,2115,DEM,45,48.578382359597256,Denny Rehberg,2116,REP,49,44.86036875650632,-4,3.718013603090938 +30681,36948,1487,2012,MT,Sen-G,2012_Sen-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,836,Jon Tester,2115,DEM,48,48.578382359597256,Denny Rehberg,2116,REP,46,44.86036875650632,2,3.718013603090938 +29530,35154,1488,2012,NE,Sen-G,2012_Sen-G_NE,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-09-19,2012-11-06,48,656,Bob Kerrey,2122,DEM,40,42.22556722784984,Deb Fischer,2120,REP,56,57.77443277215016,-16,-15.548865544300327 +30206,36183,1488,2012,NE,Sen-G,2012_Sen-G_NE,Hickman Analytics,415,FALSE,FALSE,NA,DEM,2012-10-15,2012-11-06,22,600,Bob Kerrey,2122,DEM,45,42.22556722784984,Deb Fischer,2120,REP,50,57.77443277215016,-5,-15.548865544300327 +51308,36461,1488,2012,NE,Sen-G,2012_Sen-G_NE,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,650,Bob Kerrey,2122,DEM,46,42.22556722784984,Deb Fischer,2120,REP,49,57.77443277215016,-3,-15.548865544300327 +73231,137246,1488,2012,NE,Sen-G,2012_Sen-G_NE,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-24,2012-11-06,13,600,Bob Kerrey,2122,DEM,39,42.22556722784984,Deb Fischer,2120,REP,55,57.77443277215016,-16,-15.548865544300327 +30521,36665,1488,2012,NE,Sen-G,2012_Sen-G_NE,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1168,Bob Kerrey,2122,DEM,44,42.22556722784984,Deb Fischer,2120,REP,56,57.77443277215016,-12,-15.548865544300327 +30581,36771,1488,2012,NE,Sen-G,2012_Sen-G_NE,We Ask America,376,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,1178,Bob Kerrey,2122,DEM,41.2,42.22556722784984,Deb Fischer,2120,REP,53.6,57.77443277215016,-12.399999999999999,-15.548865544300327 +29431,34996,1489,2012,NV,Sen-G,2012_Sen-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,541,Shelley Berkley,2145,DEM,37,44.706129955251775,Dean Heller,2146,REP,43,45.86627647686672,-6,-1.1601465216149478 +29408,34974,1489,2012,NV,Sen-G,2012_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-18,2012-11-06,49,500,Shelley Berkley,2145,DEM,41,44.706129955251775,Dean Heller,2146,REP,42,45.86627647686672,-1,-1.1601465216149478 +29581,35235,1489,2012,NV,Sen-G,2012_Sen-G_NV,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2012-09-19,2012-11-06,48,500,Shelley Berkley,2145,DEM,39,44.706129955251775,Dean Heller,2146,REP,44,45.86627647686672,-5,-1.1601465216149478 +29583,35225,1489,2012,NV,Sen-G,2012_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-19,2012-11-06,48,501,Shelley Berkley,2145,DEM,48,44.706129955251775,Dean Heller,2146,REP,44,45.86627647686672,4,-1.1601465216149478 +29625,35304,1489,2012,NV,Sen-G,2012_Sen-G_NV,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-24,2012-11-06,43,984,Shelley Berkley,2145,DEM,43,44.706129955251775,Dean Heller,2146,REP,49,45.86627647686672,-6,-1.1601465216149478 +29702,35412,1489,2012,NV,Sen-G,2012_Sen-G_NV,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1152,Shelley Berkley,2145,DEM,44.9,44.706129955251775,Dean Heller,2146,REP,45.2,45.86627647686672,-0.30000000000000426,-1.1601465216149478 +29777,35527,1489,2012,NV,Sen-G,2012_Sen-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-10-03,2012-11-06,34,1006,Shelley Berkley,2145,DEM,35.8,44.706129955251775,Dean Heller,2146,REP,52.5,45.86627647686672,-16.700000000000003,-1.1601465216149478 +29847,35659,1489,2012,NV,Sen-G,2012_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-08,2012-11-06,29,500,Shelley Berkley,2145,DEM,45,44.706129955251775,Dean Heller,2146,REP,48,45.86627647686672,-3,-1.1601465216149478 +29971,35817,1489,2012,NV,Sen-G,2012_Sen-G_NV,Dane & Associates,71,FALSE,TRUE,NA,NA,2012-10-08,2012-11-06,29,900,Shelley Berkley,2145,DEM,41,44.706129955251775,Dean Heller,2146,REP,47,45.86627647686672,-6,-1.1601465216149478 +29930,137530,1489,2012,NV,Sen-G,2012_Sen-G_NV,Suffolk University,323,TRUE,FALSE,NA,NA,2012-10-08,2012-11-06,29,500,Shelley Berkley,2145,DEM,37,44.706129955251775,Dean Heller,2146,REP,40,45.86627647686672,-3,-1.1601465216149478 +29901,35713,1489,2012,NV,Sen-G,2012_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,594,Shelley Berkley,2145,DEM,44,44.706129955251775,Dean Heller,2146,REP,47,45.86627647686672,-3,-1.1601465216149478 +73140,137128,1489,2012,NV,Sen-G,2012_Sen-G_NV,Mellman Group,205,FALSE,FALSE,NA,DEM,2012-10-09,2012-11-06,28,600,Shelley Berkley,2145,DEM,42,44.706129955251775,Dean Heller,2146,REP,39,45.86627647686672,3,-1.1601465216149478 +30038,35934,1489,2012,NV,Sen-G,2012_Sen-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,358,Shelley Berkley,2145,DEM,36,44.706129955251775,Dean Heller,2146,REP,42,45.86627647686672,-6,-1.1601465216149478 +30066,36011,1489,2012,NV,Sen-G,2012_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-15,2012-11-06,22,500,Shelley Berkley,2145,DEM,43,44.706129955251775,Dean Heller,2146,REP,50,45.86627647686672,-7,-1.1601465216149478 +30065,36013,1489,2012,NV,Sen-G,2012_Sen-G_NV,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,806,Shelley Berkley,2145,DEM,40,44.706129955251775,Dean Heller,2146,REP,46,45.86627647686672,-6,-1.1601465216149478 +30111,36046,1489,2012,NV,Sen-G,2012_Sen-G_NV,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-16,2012-11-06,21,600,Shelley Berkley,2145,DEM,41,44.706129955251775,Dean Heller,2146,REP,38,45.86627647686672,3,-1.1601465216149478 +30266,36320,1489,2012,NV,Sen-G,2012_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-23,2012-11-06,14,500,Shelley Berkley,2145,DEM,45,44.706129955251775,Dean Heller,2146,REP,50,45.86627647686672,-5,-1.1601465216149478 +30314,36344,1489,2012,NV,Sen-G,2012_Sen-G_NV,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,1042,Shelley Berkley,2145,DEM,45,44.706129955251775,Dean Heller,2146,REP,48,45.86627647686672,-3,-1.1601465216149478 +30273,36292,1489,2012,NV,Sen-G,2012_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-23,2012-11-06,14,636,Shelley Berkley,2145,DEM,44,44.706129955251775,Dean Heller,2146,REP,44,45.86627647686672,0,-1.1601465216149478 +30433,36521,1489,2012,NV,Sen-G,2012_Sen-G_NV,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-27,2012-11-06,10,500,Shelley Berkley,2145,DEM,43,44.706129955251775,Dean Heller,2146,REP,44,45.86627647686672,-1,-1.1601465216149478 +30492,36662,1489,2012,NV,Sen-G,2012_Sen-G_NV,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-26,2012-11-06,11,1212,Shelley Berkley,2145,DEM,40,44.706129955251775,Dean Heller,2146,REP,46,45.86627647686672,-6,-1.1601465216149478 +30706,36998,1489,2012,NV,Sen-G,2012_Sen-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,732,Shelley Berkley,2145,DEM,40,44.706129955251775,Dean Heller,2146,REP,49,45.86627647686672,-9,-1.1601465216149478 +30755,37095,1489,2012,NV,Sen-G,2012_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,750,Shelley Berkley,2145,DEM,46,44.706129955251775,Dean Heller,2146,REP,48,45.86627647686672,-2,-1.1601465216149478 +23930,33898,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,NA,NA,2012-09-11,2012-11-06,56,600,Robert Menendez,2131,DEM,43,58.86546099402099,Joe Kyrillos,2132,REP,32,39.3743619783993,11,19.491099015621693 +19113,35001,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2012-09-09,2012-11-06,58,706,Robert Menendez,2131,DEM,50,58.86546099402099,Joe Kyrillos,2132,REP,36,39.3743619783993,14,19.491099015621693 +29489,35077,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1121,Robert Menendez,2131,DEM,43,58.86546099402099,Joe Kyrillos,2132,REP,29,39.3743619783993,14,19.491099015621693 +29572,35208,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,613,Robert Menendez,2131,DEM,49,58.86546099402099,Joe Kyrillos,2132,REP,34,39.3743619783993,15,19.491099015621693 +29934,35795,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,NA,NA,2012-10-06,2012-11-06,31,600,Robert Menendez,2131,DEM,49,58.86546099402099,Joe Kyrillos,2132,REP,35,39.3743619783993,14,19.491099015621693 +30044,35942,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,770,Robert Menendez,2131,DEM,49,58.86546099402099,Joe Kyrillos,2132,REP,32,39.3743619783993,17,19.491099015621693 +30018,35894,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-12,2012-11-06,25,1319,Robert Menendez,2131,DEM,55,58.86546099402099,Joe Kyrillos,2132,REP,37,39.3743619783993,18,19.491099015621693 +30154,36106,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,577,Robert Menendez,2131,DEM,53,58.86546099402099,Joe Kyrillos,2132,REP,33,39.3743619783993,20,19.491099015621693 +30148,36093,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,Stockton University,317,TRUE,FALSE,NA,NA,2012-10-15,2012-11-06,22,811,Robert Menendez,2131,DEM,52,58.86546099402099,Joe Kyrillos,2132,REP,30,39.3743619783993,22,19.491099015621693 +30357,36575,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,Live Phone,NA,2012-10-24,2012-11-06,13,601,Robert Menendez,2131,DEM,50,58.86546099402099,Joe Kyrillos,2132,REP,32,39.3743619783993,18,19.491099015621693 +30696,36978,1490,2012,NJ,Sen-G,2012_Sen-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,987,Robert Menendez,2131,DEM,51,58.86546099402099,Joe Kyrillos,2132,REP,36,39.3743619783993,15,19.491099015621693 +19068,24360,1491,2012,NM,Sen-G,2012_Sen-G_NM,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,1122,Martin Heinrich,2137,DEM,50,51.00806529576833,Heather A. Wilson,2138,REP,41,45.27754181850055,9,5.730523477267781 +73229,137244,1491,2012,NM,Sen-G,2012_Sen-G_NM,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2012-09-12,2012-11-06,55,500,Martin Heinrich,2137,DEM,46,51.00806529576833,Heather A. Wilson,2138,REP,41,45.27754181850055,5,5.730523477267781 +29492,35079,1491,2012,NM,Sen-G,2012_Sen-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,293,Martin Heinrich,2137,DEM,50,51.00806529576833,Heather A. Wilson,2138,REP,36,45.27754181850055,14,5.730523477267781 +29649,35336,1491,2012,NM,Sen-G,2012_Sen-G_NM,GBAO,109,FALSE,FALSE,NA,DEM,2012-09-25,2012-11-06,42,600,Martin Heinrich,2137,DEM,48,51.00806529576833,Heather A. Wilson,2138,REP,40,45.27754181850055,8,5.730523477267781 +29677,35413,1491,2012,NM,Sen-G,2012_Sen-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-27,2012-11-06,40,500,Martin Heinrich,2137,DEM,52,51.00806529576833,Heather A. Wilson,2138,REP,39,45.27754181850055,13,5.730523477267781 +29648,35339,1491,2012,NM,Sen-G,2012_Sen-G_NM,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2012-09-26,2012-11-06,41,500,Martin Heinrich,2137,DEM,43,51.00806529576833,Heather A. Wilson,2138,REP,42,45.27754181850055,1,5.730523477267781 +29695,35401,1491,2012,NM,Sen-G,2012_Sen-G_NM,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,1258,Martin Heinrich,2137,DEM,52.3,51.00806529576833,Heather A. Wilson,2138,REP,40.8,45.27754181850055,11.5,5.730523477267781 +29853,35635,1491,2012,NM,Sen-G,2012_Sen-G_NM,GBAO,109,FALSE,FALSE,NA,DEM,2012-10-06,2012-11-06,31,600,Martin Heinrich,2137,DEM,51,51.00806529576833,Heather A. Wilson,2138,REP,39,45.27754181850055,12,5.730523477267781 +29887,35774,1491,2012,NM,Sen-G,2012_Sen-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-08,2012-11-06,29,500,Martin Heinrich,2137,DEM,52,51.00806529576833,Heather A. Wilson,2138,REP,39,45.27754181850055,13,5.730523477267781 +29990,35896,1491,2012,NM,Sen-G,2012_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,658,Martin Heinrich,2137,DEM,48,51.00806529576833,Heather A. Wilson,2138,REP,39,45.27754181850055,9,5.730523477267781 +30477,137248,1491,2012,NM,Sen-G,2012_Sen-G_NM,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-21,2012-11-06,16,500,Martin Heinrich,2137,DEM,43,51.00806529576833,Heather A. Wilson,2138,REP,44,45.27754181850055,-1,5.730523477267781 +30355,36395,1491,2012,NM,Sen-G,2012_Sen-G_NM,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-23,2012-11-06,14,727,Martin Heinrich,2137,DEM,52,51.00806529576833,Heather A. Wilson,2138,REP,44,45.27754181850055,8,5.730523477267781 +30386,36531,1491,2012,NM,Sen-G,2012_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,650,Martin Heinrich,2137,DEM,50,51.00806529576833,Heather A. Wilson,2138,REP,42,45.27754181850055,8,5.730523477267781 +72983,136901,1491,2012,NM,Sen-G,2012_Sen-G_NM,GBAO,109,FALSE,FALSE,Live Phone,DEM,2012-10-28,2012-11-06,9,678,Martin Heinrich,2137,DEM,51,51.00806529576833,Heather A. Wilson,2138,REP,41,45.27754181850055,10,5.730523477267781 +30671,137249,1491,2012,NM,Sen-G,2012_Sen-G_NM,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-30,2012-11-06,7,500,Martin Heinrich,2137,DEM,46,51.00806529576833,Heather A. Wilson,2138,REP,46,45.27754181850055,0,5.730523477267781 +30695,36976,1491,2012,NM,Sen-G,2012_Sen-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,650,Martin Heinrich,2137,DEM,50,51.00806529576833,Heather A. Wilson,2138,REP,43,45.27754181850055,7,5.730523477267781 +19086,24393,1492,2012,NY,Sen-G,2012_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-06,2012-11-06,61,1486,Kirsten E. Gillibrand,2153,DEM,64,62.10867000495178,Wendy E. Long,2154,REP,27,21.28321165585724,37,40.825458349094546 +29502,35099,1492,2012,NY,Sen-G,2012_Sen-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1403,Kirsten E. Gillibrand,2153,DEM,53,62.10867000495178,Wendy E. Long,2154,REP,26,21.28321165585724,27,40.825458349094546 +30050,35954,1492,2012,NY,Sen-G,2012_Sen-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,1142,Kirsten E. Gillibrand,2153,DEM,55,62.10867000495178,Wendy E. Long,2154,REP,25,21.28321165585724,30,40.825458349094546 +30282,36305,1492,2012,NY,Sen-G,2012_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,565,Kirsten E. Gillibrand,2153,DEM,68,62.10867000495178,Wendy E. Long,2154,REP,24,21.28321165585724,44,40.825458349094546 +30337,36375,1492,2012,NY,Sen-G,2012_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-23,2012-11-06,14,750,Kirsten E. Gillibrand,2153,DEM,67,62.10867000495178,Wendy E. Long,2154,REP,24,21.28321165585724,43,40.825458349094546 +30372,36419,1492,2012,NY,Sen-G,2012_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,554,Kirsten E. Gillibrand,2153,DEM,64,62.10867000495178,Wendy E. Long,2154,REP,22,21.28321165585724,42,40.825458349094546 +30694,36974,1492,2012,NY,Sen-G,2012_Sen-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1430,Kirsten E. Gillibrand,2153,DEM,61,62.10867000495178,Wendy E. Long,2154,REP,29,21.28321165585724,32,40.825458349094546 +29651,35338,1493,2012,ND,Sen-G,2012_Sen-G_ND,DFM Research,69,FALSE,FALSE,NA,DEM,2012-09-26,2012-11-06,41,600,Heidi Heitkamp,2118,DEM,48,50.23821089604663,Rick Berg,2117,REP,44,49.32397927409511,4,0.9142316219515223 +29834,35609,1493,2012,ND,Sen-G,2012_Sen-G_ND,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,625,Heidi Heitkamp,2118,DEM,47,50.23821089604663,Rick Berg,2117,REP,47,49.32397927409511,0,0.9142316219515223 +30224,36237,1493,2012,ND,Sen-G,2012_Sen-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,600,Heidi Heitkamp,2118,DEM,45,50.23821089604663,Rick Berg,2117,REP,50,49.32397927409511,-5,0.9142316219515223 +30210,36189,1493,2012,ND,Sen-G,2012_Sen-G_ND,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-18,2012-11-06,19,600,Heidi Heitkamp,2118,DEM,45,50.23821089604663,Rick Berg,2117,REP,42,49.32397927409511,3,0.9142316219515223 +73146,137134,1493,2012,ND,Sen-G,2012_Sen-G_ND,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-10-23,2012-11-06,14,600,Heidi Heitkamp,2118,DEM,48,50.23821089604663,Rick Berg,2117,REP,44,49.32397927409511,4,0.9142316219515223 +30465,36582,1493,2012,ND,Sen-G,2012_Sen-G_ND,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,625,Heidi Heitkamp,2118,DEM,45,50.23821089604663,Rick Berg,2117,REP,47,49.32397927409511,-2,0.9142316219515223 +19041,24325,1494,2012,OH,Sen-G,2012_Sen-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-07,2012-11-06,60,1548,Sherrod Brown,2164,DEM,47.46,50.70069506101833,Josh Mandel,2165,REP,41.82,44.70001750774176,5.640000000000001,6.000677553276567 +19027,24347,1494,2012,OH,Sen-G,2012_Sen-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,1072,Sherrod Brown,2164,DEM,48,50.70069506101833,Josh Mandel,2165,REP,40,44.70001750774176,8,6.000677553276567 +19102,24423,1494,2012,OH,Sen-G,2012_Sen-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-10,2012-11-06,57,979,Sherrod Brown,2164,DEM,49,50.70069506101833,Josh Mandel,2165,REP,42,44.70001750774176,7,6.000677553276567 +19096,137435,1494,2012,OH,Sen-G,2012_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-12,2012-11-06,55,500,Sherrod Brown,2164,DEM,49,50.70069506101833,Josh Mandel,2165,REP,41,44.70001750774176,8,6.000677553276567 +29425,34984,1494,2012,OH,Sen-G,2012_Sen-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1036,Sherrod Brown,2164,DEM,46,50.70069506101833,Josh Mandel,2165,REP,42,44.70001750774176,4,6.000677553276567 +29402,34947,1494,2012,OH,Sen-G,2012_Sen-G_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-09-17,2012-11-06,50,1009,Sherrod Brown,2164,DEM,47,50.70069506101833,Josh Mandel,2165,REP,40,44.70001750774176,7,6.000677553276567 +29525,137737,1494,2012,OH,Sen-G,2012_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2012-09-15,2012-11-06,52,861,Sherrod Brown,2164,DEM,52,50.70069506101833,Josh Mandel,2165,REP,45,44.70001750774176,7,6.000677553276567 +29566,35198,1494,2012,OH,Sen-G,2012_Sen-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-21,2012-11-06,46,594,Sherrod Brown,2164,DEM,43.9,50.70069506101833,Josh Mandel,2165,REP,43,44.70001750774176,0.8999999999999986,6.000677553276567 +29570,137325,1494,2012,OH,Sen-G,2012_Sen-G_OH,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,759,Sherrod Brown,2164,DEM,53,50.70069506101833,Josh Mandel,2165,REP,41,44.70001750774176,12,6.000677553276567 +73227,137242,1494,2012,OH,Sen-G,2012_Sen-G_OH,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2012-09-23,2012-11-06,44,600,Sherrod Brown,2164,DEM,47,50.70069506101833,Josh Mandel,2165,REP,44,44.70001750774176,3,6.000677553276567 +29592,35250,1494,2012,OH,Sen-G,2012_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,1162,Sherrod Brown,2164,DEM,50,50.70069506101833,Josh Mandel,2165,REP,40,44.70001750774176,10,6.000677553276567 +29657,35384,1494,2012,OH,Sen-G,2012_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2012-09-24,2012-11-06,43,1662,Sherrod Brown,2164,DEM,49,50.70069506101833,Josh Mandel,2165,REP,39,44.70001750774176,10,6.000677553276567 +29668,35416,1494,2012,OH,Sen-G,2012_Sen-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-29,2012-11-06,38,897,Sherrod Brown,2164,DEM,49,50.70069506101833,Josh Mandel,2165,REP,41,44.70001750774176,8,6.000677553276567 +29728,35450,1494,2012,OH,Sen-G,2012_Sen-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-30,2012-11-06,37,931,Sherrod Brown,2164,DEM,50,50.70069506101833,Josh Mandel,2165,REP,41,44.70001750774176,9,6.000677553276567 +29776,35564,1494,2012,OH,Sen-G,2012_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-04,2012-11-06,33,500,Sherrod Brown,2164,DEM,46,50.70069506101833,Josh Mandel,2165,REP,46,44.70001750774176,0,6.000677553276567 +29800,35578,1494,2012,OH,Sen-G,2012_Sen-G_OH,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,1200,Sherrod Brown,2164,DEM,46,50.70069506101833,Josh Mandel,2165,REP,44,44.70001750774176,2,6.000677553276567 +29796,35550,1494,2012,OH,Sen-G,2012_Sen-G_OH,Clout Research,55,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,1072,Sherrod Brown,2164,DEM,41.6,50.70069506101833,Josh Mandel,2165,REP,45.7,44.70001750774176,-4.100000000000001,6.000677553276567 +29908,36880,1494,2012,OH,Sen-G,2012_Sen-G_OH,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1000,Sherrod Brown,2164,DEM,48,50.70069506101833,Josh Mandel,2165,REP,43,44.70001750774176,5,6.000677553276567 +29893,35700,1494,2012,OH,Sen-G,2012_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-07,2012-11-06,30,808,Sherrod Brown,2164,DEM,42,50.70069506101833,Josh Mandel,2165,REP,38,44.70001750774176,4,6.000677553276567 +29885,35810,1494,2012,OH,Sen-G,2012_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,842,Sherrod Brown,2164,DEM,38,50.70069506101833,Josh Mandel,2165,REP,37,44.70001750774176,1,6.000677553276567 +29920,35737,1494,2012,OH,Sen-G,2012_Sen-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-08,2012-11-06,29,994,Sherrod Brown,2164,DEM,52,50.70069506101833,Josh Mandel,2165,REP,41,44.70001750774176,11,6.000677553276567 +29917,35802,1494,2012,OH,Sen-G,2012_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-10,2012-11-06,27,500,Sherrod Brown,2164,DEM,47,50.70069506101833,Josh Mandel,2165,REP,46,44.70001750774176,1,6.000677553276567 +30057,35968,1494,2012,OH,Sen-G,2012_Sen-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,851,Sherrod Brown,2164,DEM,48,50.70069506101833,Josh Mandel,2165,REP,43,44.70001750774176,5,6.000677553276567 +29981,137285,1494,2012,OH,Sen-G,2012_Sen-G_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-12,2012-11-06,25,880,Sherrod Brown,2164,DEM,49,50.70069506101833,Josh Mandel,2165,REP,42,44.70001750774176,7,6.000677553276567 +30212,36193,1494,2012,OH,Sen-G,2012_Sen-G_OH,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1000,Sherrod Brown,2164,DEM,47,50.70069506101833,Josh Mandel,2165,REP,41,44.70001750774176,6,6.000677553276567 +30079,36002,1494,2012,OH,Sen-G,2012_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-10-14,2012-11-06,23,613,Sherrod Brown,2164,DEM,43,50.70069506101833,Josh Mandel,2165,REP,38,44.70001750774176,5,6.000677553276567 +30089,36080,1494,2012,OH,Sen-G,2012_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-17,2012-11-06,20,750,Sherrod Brown,2164,DEM,49,50.70069506101833,Josh Mandel,2165,REP,44,44.70001750774176,5,6.000677553276567 +30209,36188,1494,2012,OH,Sen-G,2012_Sen-G_OH,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-16,2012-11-06,21,600,Sherrod Brown,2164,DEM,43,50.70069506101833,Josh Mandel,2165,REP,44,44.70001750774176,-1,6.000677553276567 +30166,36122,1494,2012,OH,Sen-G,2012_Sen-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-19,2012-11-06,18,532,Sherrod Brown,2164,DEM,49,50.70069506101833,Josh Mandel,2165,REP,44,44.70001750774176,5,6.000677553276567 +30183,36154,1494,2012,OH,Sen-G,2012_Sen-G_OH,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,550,Sherrod Brown,2164,DEM,45,50.70069506101833,Josh Mandel,2165,REP,39,44.70001750774176,6,6.000677553276567 +30200,36174,1494,2012,OH,Sen-G,2012_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,1548,Sherrod Brown,2164,DEM,51,50.70069506101833,Josh Mandel,2165,REP,42,44.70001750774176,9,6.000677553276567 +30199,36172,1494,2012,OH,Sen-G,2012_Sen-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,600,Sherrod Brown,2164,DEM,46,50.70069506101833,Josh Mandel,2165,REP,39,44.70001750774176,7,6.000677553276567 +30250,36259,1494,2012,OH,Sen-G,2012_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-21,2012-11-06,16,609,Sherrod Brown,2164,DEM,43,50.70069506101833,Josh Mandel,2165,REP,42,44.70001750774176,1,6.000677553276567 +30253,36286,1494,2012,OH,Sen-G,2012_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-23,2012-11-06,14,750,Sherrod Brown,2164,DEM,48,50.70069506101833,Josh Mandel,2165,REP,44,44.70001750774176,4,6.000677553276567 +30383,36519,1494,2012,OH,Sen-G,2012_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,1015,Sherrod Brown,2164,DEM,51,50.70069506101833,Josh Mandel,2165,REP,47,44.70001750774176,4,6.000677553276567 +30400,36469,1494,2012,OH,Sen-G,2012_Sen-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-27,2012-11-06,10,730,Sherrod Brown,2164,DEM,48,50.70069506101833,Josh Mandel,2165,REP,47,44.70001750774176,1,6.000677553276567 +30411,137434,1494,2012,OH,Sen-G,2012_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-28,2012-11-06,9,750,Sherrod Brown,2164,DEM,50,50.70069506101833,Josh Mandel,2165,REP,48,44.70001750774176,2,6.000677553276567 +30399,36467,1494,2012,OH,Sen-G,2012_Sen-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-27,2012-11-06,10,718,Sherrod Brown,2164,DEM,53,50.70069506101833,Josh Mandel,2165,REP,42,44.70001750774176,11,6.000677553276567 +30483,36605,1494,2012,OH,Sen-G,2012_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,1110,Sherrod Brown,2164,DEM,51,50.70069506101833,Josh Mandel,2165,REP,42,44.70001750774176,9,6.000677553276567 +30642,36863,1494,2012,OH,Sen-G,2012_Sen-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-29,2012-11-06,8,1000,Sherrod Brown,2164,DEM,50,50.70069506101833,Josh Mandel,2165,REP,43,44.70001750774176,7,6.000677553276567 +30460,36585,1494,2012,OH,Sen-G,2012_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-10-28,2012-11-06,9,603,Sherrod Brown,2164,DEM,46,50.70069506101833,Josh Mandel,2165,REP,41,44.70001750774176,5,6.000677553276567 +73060,137001,1494,2012,OH,Sen-G,2012_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-29,2012-11-06,8,826,Sherrod Brown,2164,DEM,46.2,50.70069506101833,Josh Mandel,2165,REP,39.9,44.70001750774176,6.300000000000004,6.000677553276567 +30498,36629,1494,2012,OH,Sen-G,2012_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,1182,Sherrod Brown,2164,DEM,49,50.70069506101833,Josh Mandel,2165,REP,44,44.70001750774176,5,6.000677553276567 +30557,37208,1494,2012,OH,Sen-G,2012_Sen-G_OH,Clout Research,55,FALSE,FALSE,IVR,REP,2012-10-30,2012-11-06,7,1281,Sherrod Brown,2164,DEM,45,50.70069506101833,Josh Mandel,2165,REP,50,44.70001750774176,-5,6.000677553276567 +30588,36846,1494,2012,OH,Sen-G,2012_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-01,2012-11-06,5,750,Sherrod Brown,2164,DEM,48,50.70069506101833,Josh Mandel,2165,REP,48,44.70001750774176,0,6.000677553276567 +30627,36834,1494,2012,OH,Sen-G,2012_Sen-G_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,971,Sherrod Brown,2164,DEM,50,50.70069506101833,Josh Mandel,2165,REP,45,44.70001750774176,5,6.000677553276567 +30599,36796,1494,2012,OH,Sen-G,2012_Sen-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1012,Sherrod Brown,2164,DEM,50,50.70069506101833,Josh Mandel,2165,REP,42,44.70001750774176,8,6.000677553276567 +30600,36798,1494,2012,OH,Sen-G,2012_Sen-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1313,Sherrod Brown,2164,DEM,48,50.70069506101833,Josh Mandel,2165,REP,39,44.70001750774176,9,6.000677553276567 +30673,36931,1494,2012,OH,Sen-G,2012_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2012-10-28,2012-11-06,9,1501,Sherrod Brown,2164,DEM,51,50.70069506101833,Josh Mandel,2165,REP,45,44.70001750774176,6,6.000677553276567 +30705,36996,1494,2012,OH,Sen-G,2012_Sen-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1620,Sherrod Brown,2164,DEM,48,50.70069506101833,Josh Mandel,2165,REP,46,44.70001750774176,2,6.000677553276567 +30741,37048,1494,2012,OH,Sen-G,2012_Sen-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,1000,Sherrod Brown,2164,DEM,54,50.70069506101833,Josh Mandel,2165,REP,44,44.70001750774176,10,6.000677553276567 +30794,37149,1494,2012,OH,Sen-G,2012_Sen-G_OH,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-03,2012-11-06,3,540,Sherrod Brown,2164,DEM,52,50.70069506101833,Josh Mandel,2165,REP,46,44.70001750774176,6,6.000677553276567 +30761,37103,1494,2012,OH,Sen-G,2012_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-11-03,2012-11-06,3,803,Sherrod Brown,2164,DEM,44,50.70069506101833,Josh Mandel,2165,REP,41,44.70001750774176,3,6.000677553276567 +30777,37123,1494,2012,OH,Sen-G,2012_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,901,Sherrod Brown,2164,DEM,50.6,50.70069506101833,Josh Mandel,2165,REP,46.8,44.70001750774176,3.8000000000000043,6.000677553276567 +30783,37132,1494,2012,OH,Sen-G,2012_Sen-G_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,680,Sherrod Brown,2164,DEM,52,50.70069506101833,Josh Mandel,2165,REP,43,44.70001750774176,9,6.000677553276567 +30805,150623,1494,2012,OH,Sen-G,2012_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,832,Sherrod Brown,2164,DEM,45,50.70069506101833,Josh Mandel,2165,REP,38.1,44.70001750774176,6.899999999999999,6.000677553276567 +29424,34982,1495,2012,PA,Sen-G,2012_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1139,Robert P. Casey Jr.,2173,DEM,46,53.69002004825656,Tom Smith,2174,REP,38,44.587592684536546,8,9.102427363720011 +27168,32446,1495,2012,PA,Sen-G,2012_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2012-09-13,2012-11-06,54,640,Robert P. Casey Jr.,2173,DEM,45,53.69002004825656,Tom Smith,2174,REP,33,44.587592684536546,12,9.102427363720011 +29440,35008,1495,2012,PA,Sen-G,2012_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,REP,2012-09-16,2012-11-06,51,800,Robert P. Casey Jr.,2173,DEM,45,53.69002004825656,Tom Smith,2174,REP,42,44.587592684536546,3,9.102427363720011 +29462,35142,1495,2012,PA,Sen-G,2012_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-19,2012-11-06,48,500,Robert P. Casey Jr.,2173,DEM,49,53.69002004825656,Tom Smith,2174,REP,42,44.587592684536546,7,9.102427363720011 +29535,35213,1495,2012,PA,Sen-G,2012_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2012-09-19,2012-11-06,48,800,Robert P. Casey Jr.,2173,DEM,46,53.69002004825656,Tom Smith,2174,REP,41,44.587592684536546,5,9.102427363720011 +29547,35170,1495,2012,PA,Sen-G,2012_Sen-G_PA,Mercyhurst University Center for Applied Politics,422,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,522,Robert P. Casey Jr.,2173,DEM,31,53.69002004825656,Tom Smith,2174,REP,21,44.587592684536546,10,9.102427363720011 +29589,35246,1495,2012,PA,Sen-G,2012_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2012-09-20,2012-11-06,47,392,Robert P. Casey Jr.,2173,DEM,48,53.69002004825656,Tom Smith,2174,REP,38,44.587592684536546,10,9.102427363720011 +29593,35252,1495,2012,PA,Sen-G,2012_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-21,2012-11-06,46,1180,Robert P. Casey Jr.,2173,DEM,49,53.69002004825656,Tom Smith,2174,REP,43,44.587592684536546,6,9.102427363720011 +29636,35317,1495,2012,PA,Sen-G,2012_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2012-09-24,2012-11-06,43,427,Robert P. Casey Jr.,2173,DEM,44,53.69002004825656,Tom Smith,2174,REP,36,44.587592684536546,8,9.102427363720011 +29838,35616,1495,2012,PA,Sen-G,2012_Sen-G_PA,Siena College,305,TRUE,FALSE,NA,NA,2012-10-03,2012-11-06,34,545,Robert P. Casey Jr.,2173,DEM,44,53.69002004825656,Tom Smith,2174,REP,35,44.587592684536546,9,9.102427363720011 +29833,35675,1495,2012,PA,Sen-G,2012_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,725,Robert P. Casey Jr.,2173,DEM,46,53.69002004825656,Tom Smith,2174,REP,44,44.587592684536546,2,9.102427363720011 +29910,36884,1495,2012,PA,Sen-G,2012_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1000,Robert P. Casey Jr.,2173,DEM,44,53.69002004825656,Tom Smith,2174,REP,41,44.587592684536546,3,9.102427363720011 +29944,35775,1495,2012,PA,Sen-G,2012_Sen-G_PA,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-07,2012-11-06,30,600,Robert P. Casey Jr.,2173,DEM,46,53.69002004825656,Tom Smith,2174,REP,44,44.587592684536546,2,9.102427363720011 +29933,35793,1495,2012,PA,Sen-G,2012_Sen-G_PA,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,NA,NA,2012-10-06,2012-11-06,31,600,Robert P. Casey Jr.,2173,DEM,48,53.69002004825656,Tom Smith,2174,REP,38,44.587592684536546,10,9.102427363720011 +29884,35763,1495,2012,PA,Sen-G,2012_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-09,2012-11-06,28,500,Robert P. Casey Jr.,2173,DEM,49,53.69002004825656,Tom Smith,2174,REP,45,44.587592684536546,4,9.102427363720011 +30058,35970,1495,2012,PA,Sen-G,2012_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,966,Robert P. Casey Jr.,2173,DEM,48,53.69002004825656,Tom Smith,2174,REP,41,44.587592684536546,7,9.102427363720011 +30116,137607,1495,2012,PA,Sen-G,2012_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,REP,2012-10-12,2012-11-06,25,1376,Robert P. Casey Jr.,2173,DEM,46,53.69002004825656,Tom Smith,2174,REP,48,44.587592684536546,-2,9.102427363720011 +30008,35880,1495,2012,PA,Sen-G,2012_Sen-G_PA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-13,2012-11-06,24,500,Robert P. Casey Jr.,2173,DEM,50,53.69002004825656,Tom Smith,2174,REP,39,44.587592684536546,11,9.102427363720011 +30017,35891,1495,2012,PA,Sen-G,2012_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,1519,Robert P. Casey Jr.,2173,DEM,48,53.69002004825656,Tom Smith,2174,REP,45,44.587592684536546,3,9.102427363720011 +30006,35871,1495,2012,PA,Sen-G,2012_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2012-10-12,2012-11-06,25,438,Robert P. Casey Jr.,2173,DEM,41,53.69002004825656,Tom Smith,2174,REP,39,44.587592684536546,2,9.102427363720011 +30214,36197,1495,2012,PA,Sen-G,2012_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1000,Robert P. Casey Jr.,2173,DEM,47,53.69002004825656,Tom Smith,2174,REP,46,44.587592684536546,1,9.102427363720011 +30132,36215,1495,2012,PA,Sen-G,2012_Sen-G_PA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-10-16,2012-11-06,21,604,Robert P. Casey Jr.,2173,DEM,52,53.69002004825656,Tom Smith,2174,REP,39,44.587592684536546,13,9.102427363720011 +73020,136951,1495,2012,PA,Sen-G,2012_Sen-G_PA,GS Strategy Group,478,FALSE,FALSE,Live Phone,REP,2012-10-17,2012-11-06,20,678,Robert P. Casey Jr.,2173,DEM,43.6,53.69002004825656,Tom Smith,2174,REP,43.4,44.587592684536546,0.20000000000000284,9.102427363720011 +30218,36204,1495,2012,PA,Sen-G,2012_Sen-G_PA,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,559,Robert P. Casey Jr.,2173,DEM,44,53.69002004825656,Tom Smith,2174,REP,39,44.587592684536546,5,9.102427363720011 +30203,36178,1495,2012,PA,Sen-G,2012_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,444,Robert P. Casey Jr.,2173,DEM,45,53.69002004825656,Tom Smith,2174,REP,37,44.587592684536546,8,9.102427363720011 +73465,137783,1495,2012,PA,Sen-G,2012_Sen-G_PA,Clout Research,55,FALSE,FALSE,IVR,REP,2012-10-22,2012-11-06,15,1000,Robert P. Casey Jr.,2173,DEM,45.2,53.69002004825656,Tom Smith,2174,REP,44,44.587592684536546,1.2000000000000028,9.102427363720011 +30294,36366,1495,2012,PA,Sen-G,2012_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,500,Robert P. Casey Jr.,2173,DEM,46,53.69002004825656,Tom Smith,2174,REP,45,44.587592684536546,1,9.102427363720011 +73039,136972,1495,2012,PA,Sen-G,2012_Sen-G_PA,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2012-10-23,2012-11-06,14,678,Robert P. Casey Jr.,2173,DEM,52,53.69002004825656,Tom Smith,2174,REP,40,44.587592684536546,12,9.102427363720011 +30356,36397,1495,2012,PA,Sen-G,2012_Sen-G_PA,Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,Live Phone,NA,2012-10-24,2012-11-06,13,600,Robert P. Casey Jr.,2173,DEM,49,53.69002004825656,Tom Smith,2174,REP,42,44.587592684536546,7,9.102427363720011 +30485,36609,1495,2012,PA,Sen-G,2012_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,547,Robert P. Casey Jr.,2173,DEM,48,53.69002004825656,Tom Smith,2174,REP,39,44.587592684536546,9,9.102427363720011 +30648,36872,1495,2012,PA,Sen-G,2012_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1000,Robert P. Casey Jr.,2173,DEM,46,53.69002004825656,Tom Smith,2174,REP,45,44.587592684536546,1,9.102427363720011 +30631,36928,1495,2012,PA,Sen-G,2012_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,800,Robert P. Casey Jr.,2173,DEM,46,53.69002004825656,Tom Smith,2174,REP,45,44.587592684536546,1,9.102427363720011 +30665,36915,1495,2012,PA,Sen-G,2012_Sen-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,790,Robert P. Casey Jr.,2173,DEM,52,53.69002004825656,Tom Smith,2174,REP,44,44.587592684536546,8,9.102427363720011 +30678,36939,1495,2012,PA,Sen-G,2012_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,430,Robert P. Casey Jr.,2173,DEM,48,53.69002004825656,Tom Smith,2174,REP,42,44.587592684536546,6,9.102427363720011 +30693,36972,1495,2012,PA,Sen-G,2012_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1273,Robert P. Casey Jr.,2173,DEM,50,53.69002004825656,Tom Smith,2174,REP,42,44.587592684536546,8,9.102427363720011 +30774,37118,1495,2012,PA,Sen-G,2012_Sen-G_PA,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-03,2012-11-06,3,507,Robert P. Casey Jr.,2173,DEM,53,53.69002004825656,Tom Smith,2174,REP,46,44.587592684536546,7,9.102427363720011 +29703,35417,1496,2012,RI,Sen-G,2012_Sen-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,2012-09-28,2012-11-06,39,501,Sheldon Whitehouse,2182,DEM,56,64.81136519611945,Barry Hinckley,2183,REP,30,34.9655299398119,26,29.845835256307552 +29873,35662,1496,2012,RI,Sen-G,2012_Sen-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2012-09-30,2012-11-06,37,471,Sheldon Whitehouse,2182,DEM,58.6,64.81136519611945,Barry Hinckley,2183,REP,29.7,34.9655299398119,28.900000000000002,29.845835256307552 +73138,137126,1496,2012,RI,Sen-G,2012_Sen-G_RI,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-11,2012-11-06,26,300,Sheldon Whitehouse,2182,DEM,49,64.81136519611945,Barry Hinckley,2183,REP,41,34.9655299398119,8,29.845835256307552 +30488,36704,1496,2012,RI,Sen-G,2012_Sen-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,601,Sheldon Whitehouse,2182,DEM,54.6,64.81136519611945,Barry Hinckley,2183,REP,33.3,34.9655299398119,21.300000000000004,29.845835256307552 +29500,35095,1497,2012,TN,Sen-G,2012_Sen-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,694,Mark E. Clayton,2186,DEM,27,30.406590287131856,Bob Corker,2184,REP,51,64.89157549267127,-24,-34.48498520553941 +30055,35964,1497,2012,TN,Sen-G,2012_Sen-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,484,Mark E. Clayton,2186,DEM,27,30.406590287131856,Bob Corker,2184,REP,48,64.89157549267127,-21,-34.48498520553941 +30373,36422,1497,2012,TN,Sen-G,2012_Sen-G_TN,Middle Tennessee State University,208,TRUE,FALSE,Live Phone,NA,2012-10-18,2012-11-06,19,609,Mark E. Clayton,2186,DEM,21,30.406590287131856,Bob Corker,2184,REP,59,64.89157549267127,-38,-34.48498520553941 +30690,36966,1497,2012,TN,Sen-G,2012_Sen-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,697,Mark E. Clayton,2186,DEM,29,30.406590287131856,Bob Corker,2184,REP,62,64.89157549267127,-33,-34.48498520553941 +72971,136880,1498,2012,TX,Sen-G,2012_Sen-G_TX,Frederick Polls,108,FALSE,FALSE,NA,NA,2012-09-12,2012-11-06,55,678,Paul Sadler,2195,DEM,32,40.6230045638668,Ted Cruz,2194,REP,49,56.45565786485696,-17,-15.83265330099016 +29510,35112,1498,2012,TX,Sen-G,2012_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1165,Paul Sadler,2195,DEM,32,40.6230045638668,Ted Cruz,2194,REP,51,56.45565786485696,-19,-15.83265330099016 +29706,35421,1498,2012,TX,Sen-G,2012_Sen-G_TX,Texas Lyceum,431,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,1175,Paul Sadler,2195,DEM,24,40.6230045638668,Ted Cruz,2194,REP,50,56.45565786485696,-26,-15.83265330099016 +30056,35966,1498,2012,TX,Sen-G,2012_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,958,Paul Sadler,2195,DEM,36,40.6230045638668,Ted Cruz,2194,REP,51,56.45565786485696,-15,-15.83265330099016 +30462,36568,1498,2012,TX,Sen-G,2012_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-18,2012-11-06,19,540,Paul Sadler,2195,DEM,39,40.6230045638668,Ted Cruz,2194,REP,54,56.45565786485696,-15,-15.83265330099016 +30691,36968,1498,2012,TX,Sen-G,2012_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1563,Paul Sadler,2195,DEM,36,40.6230045638668,Ted Cruz,2194,REP,57,56.45565786485696,-21,-15.83265330099016 +30618,36848,1499,2012,UT,Sen-G,2012_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,870,Scott N. Howell,2219,DEM,26,29.980405223552264,Orrin G. Hatch,2218,REP,63,65.31009503416921,-37,-35.32968981061694 +19053,24340,1501,2012,VA,Sen-G,2012_Sen-G_VA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2012-09-08,2012-11-06,59,2238,Tim Kaine,2228,DEM,42.51,52.86594904628799,George F. Allen,2229,REP,47.82,46.960808964082865,-5.310000000000002,5.905140082205122 +19098,24407,1501,2012,VA,Sen-G,2012_Sen-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-10,2012-11-06,57,996,Tim Kaine,2228,DEM,46,52.86594904628799,George F. Allen,2229,REP,46,46.960808964082865,0,5.905140082205122 +19116,28942,1501,2012,VA,Sen-G,2012_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-13,2012-11-06,54,500,Tim Kaine,2228,DEM,47,52.86594904628799,George F. Allen,2229,REP,45,46.960808964082865,2,5.905140082205122 +29428,34991,1501,2012,VA,Sen-G,2012_Sen-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1047,Tim Kaine,2228,DEM,43,52.86594904628799,George F. Allen,2229,REP,43,46.960808964082865,0,5.905140082205122 +23941,32424,1501,2012,VA,Sen-G,2012_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-15,2012-11-06,52,1021,Tim Kaine,2228,DEM,47,52.86594904628799,George F. Allen,2229,REP,46,46.960808964082865,1,5.905140082205122 +27165,137326,1501,2012,VA,Sen-G,2012_Sen-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2012-09-14,2012-11-06,53,847,Tim Kaine,2228,DEM,51,52.86594904628799,George F. Allen,2229,REP,43,46.960808964082865,8,5.905140082205122 +29377,34890,1501,2012,VA,Sen-G,2012_Sen-G_VA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-14,2012-11-06,53,1474,Tim Kaine,2228,DEM,51,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,7,5.905140082205122 +29403,34949,1501,2012,VA,Sen-G,2012_Sen-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,NA,NA,2012-09-17,2012-11-06,50,1006,Tim Kaine,2228,DEM,47,52.86594904628799,George F. Allen,2229,REP,43,46.960808964082865,4,5.905140082205122 +29617,35292,1501,2012,VA,Sen-G,2012_Sen-G_VA,Suffolk University,323,TRUE,FALSE,NA,NA,2012-09-25,2012-11-06,42,600,Tim Kaine,2228,DEM,44,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,0,5.905140082205122 +29700,35408,1501,2012,VA,Sen-G,2012_Sen-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,NA,NA,2012-09-23,2012-11-06,44,589,Tim Kaine,2228,DEM,47,52.86594904628799,George F. Allen,2229,REP,37,46.960808964082865,10,5.905140082205122 +29726,35448,1501,2012,VA,Sen-G,2012_Sen-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-30,2012-11-06,37,969,Tim Kaine,2228,DEM,49,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,5,5.905140082205122 +29775,35524,1501,2012,VA,Sen-G,2012_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-04,2012-11-06,33,500,Tim Kaine,2228,DEM,52,52.86594904628799,George F. Allen,2229,REP,45,46.960808964082865,7,5.905140082205122 +29820,35590,1501,2012,VA,Sen-G,2012_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-06,2012-11-06,31,725,Tim Kaine,2228,DEM,51,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,7,5.905140082205122 +29909,36882,1501,2012,VA,Sen-G,2012_Sen-G_VA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1000,Tim Kaine,2228,DEM,44,52.86594904628799,George F. Allen,2229,REP,47,46.960808964082865,-3,5.905140082205122 +29937,35765,1501,2012,VA,Sen-G,2012_Sen-G_VA,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-08,2012-11-06,29,600,Tim Kaine,2228,DEM,48,52.86594904628799,George F. Allen,2229,REP,49,46.960808964082865,-1,5.905140082205122 +29924,35745,1501,2012,VA,Sen-G,2012_Sen-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-08,2012-11-06,29,981,Tim Kaine,2228,DEM,47,52.86594904628799,George F. Allen,2229,REP,46,46.960808964082865,1,5.905140082205122 +29935,35761,1501,2012,VA,Sen-G,2012_Sen-G_VA,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1296,Tim Kaine,2228,DEM,41.26,52.86594904628799,George F. Allen,2229,REP,46.01,46.960808964082865,-4.75,5.905140082205122 +29927,35751,1501,2012,VA,Sen-G,2012_Sen-G_VA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-10-06,2012-11-06,31,1288,Tim Kaine,2228,DEM,51,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,7,5.905140082205122 +29952,35873,1501,2012,VA,Sen-G,2012_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-11,2012-11-06,26,750,Tim Kaine,2228,DEM,48,52.86594904628799,George F. Allen,2229,REP,47,46.960808964082865,1,5.905140082205122 +30040,35936,1501,2012,VA,Sen-G,2012_Sen-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,743,Tim Kaine,2228,DEM,42,52.86594904628799,George F. Allen,2229,REP,42,46.960808964082865,0,5.905140082205122 +30213,36195,1501,2012,VA,Sen-G,2012_Sen-G_VA,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1000,Tim Kaine,2228,DEM,46,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,2,5.905140082205122 +30095,36027,1501,2012,VA,Sen-G,2012_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-15,2012-11-06,22,733,Tim Kaine,2228,DEM,50,52.86594904628799,George F. Allen,2229,REP,45,46.960808964082865,5,5.905140082205122 +30251,36261,1501,2012,VA,Sen-G,2012_Sen-G_VA,Old Dominion University,238,FALSE,FALSE,NA,NA,2012-10-03,2012-11-06,34,465,Tim Kaine,2228,DEM,50,52.86594904628799,George F. Allen,2229,REP,43,46.960808964082865,7,5.905140082205122 +30122,36131,1501,2012,VA,Sen-G,2012_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-18,2012-11-06,19,750,Tim Kaine,2228,DEM,49,52.86594904628799,George F. Allen,2229,REP,48,46.960808964082865,1,5.905140082205122 +30220,36214,1501,2012,VA,Sen-G,2012_Sen-G_VA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-10-17,2012-11-06,20,802,Tim Kaine,2228,DEM,48,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,4,5.905140082205122 +30207,36185,1501,2012,VA,Sen-G,2012_Sen-G_VA,Clout Research,55,FALSE,FALSE,IVR,REP,2012-10-19,2012-11-06,18,1000,Tim Kaine,2228,DEM,46.1,52.86594904628799,George F. Allen,2229,REP,49.4,46.960808964082865,-3.299999999999997,5.905140082205122 +30291,36363,1501,2012,VA,Sen-G,2012_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-24,2012-11-06,13,750,Tim Kaine,2228,DEM,49,52.86594904628799,George F. Allen,2229,REP,48,46.960808964082865,1,5.905140082205122 +30346,150621,1501,2012,VA,Sen-G,2012_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-24,2012-11-06,13,834,Tim Kaine,2228,DEM,45,52.86594904628799,George F. Allen,2229,REP,45,46.960808964082865,0,5.905140082205122 +30369,36413,1501,2012,VA,Sen-G,2012_Sen-G_VA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-26,2012-11-06,11,645,Tim Kaine,2228,DEM,46,52.86594904628799,George F. Allen,2229,REP,48,46.960808964082865,-2,5.905140082205122 +30481,36600,1501,2012,VA,Sen-G,2012_Sen-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,638,Tim Kaine,2228,DEM,42,52.86594904628799,George F. Allen,2229,REP,47,46.960808964082865,-5,5.905140082205122 +30374,36443,1501,2012,VA,Sen-G,2012_Sen-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,1228,Tim Kaine,2228,DEM,51,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,7,5.905140082205122 +63880,36558,1501,2012,VA,Sen-G,2012_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-27,2012-11-06,10,827,Tim Kaine,2228,DEM,46.7,52.86594904628799,George F. Allen,2229,REP,45.1,46.960808964082865,1.6000000000000014,5.905140082205122 +30484,36607,1501,2012,VA,Sen-G,2012_Sen-G_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-10-25,2012-11-06,12,1074,Tim Kaine,2228,DEM,50,52.86594904628799,George F. Allen,2229,REP,46,46.960808964082865,4,5.905140082205122 +73057,136998,1501,2012,VA,Sen-G,2012_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-10-29,2012-11-06,8,800,Tim Kaine,2228,DEM,45.7,52.86594904628799,George F. Allen,2229,REP,45,46.960808964082865,0.7000000000000028,5.905140082205122 +30646,36876,1501,2012,VA,Sen-G,2012_Sen-G_VA,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-30,2012-11-06,7,1000,Tim Kaine,2228,DEM,48,52.86594904628799,George F. Allen,2229,REP,48,46.960808964082865,0,5.905140082205122 +30593,137770,1501,2012,VA,Sen-G,2012_Sen-G_VA,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-31,2012-11-06,6,1069,Tim Kaine,2228,DEM,49.6,52.86594904628799,George F. Allen,2229,REP,50.4,46.960808964082865,-0.7999999999999972,5.905140082205122 +30597,36792,1501,2012,VA,Sen-G,2012_Sen-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1065,Tim Kaine,2228,DEM,47,52.86594904628799,George F. Allen,2229,REP,44,46.960808964082865,3,5.905140082205122 +30598,36794,1501,2012,VA,Sen-G,2012_Sen-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-01,2012-11-06,5,1197,Tim Kaine,2228,DEM,48,52.86594904628799,George F. Allen,2229,REP,40,46.960808964082865,8,5.905140082205122 +30746,37055,1501,2012,VA,Sen-G,2012_Sen-G_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-11-01,2012-11-06,5,1165,Tim Kaine,2228,DEM,49,52.86594904628799,George F. Allen,2229,REP,46,46.960808964082865,3,5.905140082205122 +30708,37002,1501,2012,VA,Sen-G,2012_Sen-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1497,Tim Kaine,2228,DEM,46,52.86594904628799,George F. Allen,2229,REP,46,46.960808964082865,0,5.905140082205122 +30791,37145,1501,2012,VA,Sen-G,2012_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-04,2012-11-06,2,750,Tim Kaine,2228,DEM,49,52.86594904628799,George F. Allen,2229,REP,47,46.960808964082865,2,5.905140082205122 +30742,37050,1501,2012,VA,Sen-G,2012_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-03,2012-11-06,3,975,Tim Kaine,2228,DEM,52,52.86594904628799,George F. Allen,2229,REP,46,46.960808964082865,6,5.905140082205122 +30781,37128,1501,2012,VA,Sen-G,2012_Sen-G_VA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,828,Tim Kaine,2228,DEM,48,52.86594904628799,George F. Allen,2229,REP,45,46.960808964082865,3,5.905140082205122 +77904,150619,1501,2012,VA,Sen-G,2012_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,800,Tim Kaine,2228,DEM,47.6,52.86594904628799,George F. Allen,2229,REP,46.1,46.960808964082865,1.5,5.905140082205122 +19042,137604,1502,2012,WA,Sen-G,2012_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,524,Maria Cantwell,2243,DEM,54,60.45099118171301,Michael Baumgartner,2244,REP,38,39.54900881828699,16,20.901982363426015 +29485,35070,1502,2012,WA,Sen-G,2012_Sen-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,880,Maria Cantwell,2243,DEM,51,60.45099118171301,Michael Baumgartner,2244,REP,37,39.54900881828699,14,20.901982363426015 +29663,35514,1502,2012,WA,Sen-G,2012_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-26,2012-11-06,41,500,Maria Cantwell,2243,DEM,57,60.45099118171301,Michael Baumgartner,2244,REP,37,39.54900881828699,20,20.901982363426015 +30045,35944,1502,2012,WA,Sen-G,2012_Sen-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,748,Maria Cantwell,2243,DEM,55,60.45099118171301,Michael Baumgartner,2244,REP,36,39.54900881828699,19,20.901982363426015 +30069,36133,1502,2012,WA,Sen-G,2012_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-14,2012-11-06,23,500,Maria Cantwell,2243,DEM,52,60.45099118171301,Michael Baumgartner,2244,REP,37,39.54900881828699,15,20.901982363426015 +30109,36042,1502,2012,WA,Sen-G,2012_Sen-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,NA,NA,2012-10-09,2012-11-06,28,644,Maria Cantwell,2243,DEM,57.7,60.45099118171301,Michael Baumgartner,2244,REP,35.45,39.54900881828699,22.25,20.901982363426015 +30562,36732,1502,2012,WA,Sen-G,2012_Sen-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2012-10-24,2012-11-06,13,632,Maria Cantwell,2243,DEM,60.8,60.45099118171301,Michael Baumgartner,2244,REP,33.3,39.54900881828699,27.5,20.901982363426015 +30662,36910,1502,2012,WA,Sen-G,2012_Sen-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,932,Maria Cantwell,2243,DEM,57,60.45099118171301,Michael Baumgartner,2244,REP,39,39.54900881828699,18,20.901982363426015 +30692,36970,1502,2012,WA,Sen-G,2012_Sen-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,837,Maria Cantwell,2243,DEM,56,60.45099118171301,Michael Baumgartner,2244,REP,38,39.54900881828699,18,20.901982363426015 +23947,28944,1504,2012,WI,Sen-G,2012_Sen-G_WI,Feldman Group,93,FALSE,FALSE,NA,DEM,2012-09-11,2012-11-06,56,800,Tammy Baldwin,2246,DEM,50,51.40886372781917,Tommy Thompson,2247,REP,45,45.86033612557407,5,5.548527602245095 +27147,32419,1504,2012,WI,Sen-G,2012_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-12,2012-11-06,55,959,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,45,45.86033612557407,3,5.548527602245095 +29427,34989,1504,2012,WI,Sen-G,2012_Sen-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,753,Tammy Baldwin,2246,DEM,43,51.40886372781917,Tommy Thompson,2247,REP,47,45.86033612557407,-4,5.548527602245095 +29389,34903,1504,2012,WI,Sen-G,2012_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,NA,NA,2012-09-15,2012-11-06,52,601,Tammy Baldwin,2246,DEM,50,51.40886372781917,Tommy Thompson,2247,REP,41,45.86033612557407,9,5.548527602245095 +29412,35055,1504,2012,WI,Sen-G,2012_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-17,2012-11-06,50,500,Tammy Baldwin,2246,DEM,49,51.40886372781917,Tommy Thompson,2247,REP,46,45.86033612557407,3,5.548527602245095 +29378,34888,1504,2012,WI,Sen-G,2012_Sen-G_WI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-09-14,2012-11-06,53,1485,Tammy Baldwin,2246,DEM,47,51.40886372781917,Tommy Thompson,2247,REP,47,45.86033612557407,0,5.548527602245095 +29447,35019,1504,2012,WI,Sen-G,2012_Sen-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-09-17,2012-11-06,50,968,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,46,45.86033612557407,2,5.548527602245095 +29411,35117,1504,2012,WI,Sen-G,2012_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-09-18,2012-11-06,49,842,Tammy Baldwin,2246,DEM,49,51.40886372781917,Tommy Thompson,2247,REP,45,45.86033612557407,4,5.548527602245095 +29543,35165,1504,2012,WI,Sen-G,2012_Sen-G_WI,We Ask America,376,FALSE,FALSE,NA,NA,2012-09-22,2012-11-06,45,1238,Tammy Baldwin,2246,DEM,51.8,51.40886372781917,Tommy Thompson,2247,REP,40.4,45.86033612557407,11.399999999999999,5.548527602245095 +29750,35485,1504,2012,WI,Sen-G,2012_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,894,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,44,45.86033612557407,4,5.548527602245095 +29768,35515,1504,2012,WI,Sen-G,2012_Sen-G_WI,WPA Intelligence,383,FALSE,FALSE,NA,REP,2012-10-01,2012-11-06,36,500,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,45,45.86033612557407,3,5.548527602245095 +29809,35576,1504,2012,WI,Sen-G,2012_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,979,Tammy Baldwin,2246,DEM,49,51.40886372781917,Tommy Thompson,2247,REP,46,45.86033612557407,3,5.548527602245095 +29911,36886,1504,2012,WI,Sen-G,2012_Sen-G_WI,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1000,Tammy Baldwin,2246,DEM,47,51.40886372781917,Tommy Thompson,2247,REP,45,45.86033612557407,2,5.548527602245095 +29882,35791,1504,2012,WI,Sen-G,2012_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-09,2012-11-06,28,500,Tammy Baldwin,2246,DEM,51,51.40886372781917,Tommy Thompson,2247,REP,47,45.86033612557407,4,5.548527602245095 +29928,35753,1504,2012,WI,Sen-G,2012_Sen-G_WI,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-10-06,2012-11-06,31,1327,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,46,45.86033612557407,2,5.548527602245095 +30041,35930,1504,2012,WI,Sen-G,2012_Sen-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-08,2012-11-06,29,639,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,43,45.86033612557407,5,5.548527602245095 +30070,35988,1504,2012,WI,Sen-G,2012_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,NA,NA,2012-10-13,2012-11-06,24,870,Tammy Baldwin,2246,DEM,45,51.40886372781917,Tommy Thompson,2247,REP,46,45.86033612557407,-1,5.548527602245095 +30222,36878,1504,2012,WI,Sen-G,2012_Sen-G_WI,Rasmussen Reports,277,FALSE,FALSE,NA,NA,2012-10-15,2012-11-06,22,1000,Tammy Baldwin,2246,DEM,47,51.40886372781917,Tommy Thompson,2247,REP,46,45.86033612557407,1,5.548527602245095 +30075,35995,1504,2012,WI,Sen-G,2012_Sen-G_WI,Feldman Group,93,FALSE,FALSE,NA,DEM,2012-10-15,2012-11-06,22,800,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,44,45.86033612557407,4,5.548527602245095 +30114,36050,1504,2012,WI,Sen-G,2012_Sen-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,1013,Tammy Baldwin,2246,DEM,49,51.40886372781917,Tommy Thompson,2247,REP,45,45.86033612557407,4,5.548527602245095 +30276,36296,1504,2012,WI,Sen-G,2012_Sen-G_WI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,625,Tammy Baldwin,2246,DEM,47,51.40886372781917,Tommy Thompson,2247,REP,45,45.86033612557407,2,5.548527602245095 +30124,36182,1504,2012,WI,Sen-G,2012_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-18,2012-11-06,19,500,Tammy Baldwin,2246,DEM,46,51.40886372781917,Tommy Thompson,2247,REP,48,45.86033612557407,-2,5.548527602245095 +30216,36201,1504,2012,WI,Sen-G,2012_Sen-G_WI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-10-19,2012-11-06,18,502,Tammy Baldwin,2246,DEM,45,51.40886372781917,Tommy Thompson,2247,REP,42,45.86033612557407,3,5.548527602245095 +30326,36441,1504,2012,WI,Sen-G,2012_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,500,Tammy Baldwin,2246,DEM,47,51.40886372781917,Tommy Thompson,2247,REP,48,45.86033612557407,-1,5.548527602245095 +30500,36756,1504,2012,WI,Sen-G,2012_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,1243,Tammy Baldwin,2246,DEM,47,51.40886372781917,Tommy Thompson,2247,REP,43,45.86033612557407,4,5.548527602245095 +30536,36776,1504,2012,WI,Sen-G,2012_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-29,2012-11-06,8,750,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,48,45.86033612557407,0,5.548527602245095 +30644,36866,1504,2012,WI,Sen-G,2012_Sen-G_WI,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-29,2012-11-06,8,1000,Tammy Baldwin,2246,DEM,47,51.40886372781917,Tommy Thompson,2247,REP,48,45.86033612557407,-1,5.548527602245095 +30534,36696,1504,2012,WI,Sen-G,2012_Sen-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,1065,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,47,45.86033612557407,1,5.548527602245095 +30554,36723,1504,2012,WI,Sen-G,2012_Sen-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,402,Tammy Baldwin,2246,DEM,43,51.40886372781917,Tommy Thompson,2247,REP,46,45.86033612557407,-3,5.548527602245095 +30820,37193,1504,2012,WI,Sen-G,2012_Sen-G_WI,Feldman Group,93,FALSE,FALSE,Live Phone,DEM,2012-10-29,2012-11-06,8,800,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,45,45.86033612557407,3,5.548527602245095 +30556,36725,1504,2012,WI,Sen-G,2012_Sen-G_WI,Clout Research,55,FALSE,FALSE,IVR,REP,2012-10-30,2012-11-06,7,1074,Tammy Baldwin,2246,DEM,45,51.40886372781917,Tommy Thompson,2247,REP,47,45.86033612557407,-2,5.548527602245095 +30592,137771,1504,2012,WI,Sen-G,2012_Sen-G_WI,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-31,2012-11-06,6,1210,Tammy Baldwin,2246,DEM,48.5,51.40886372781917,Tommy Thompson,2247,REP,46.3,45.86033612557407,2.200000000000003,5.548527602245095 +30666,36917,1504,2012,WI,Sen-G,2012_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,1256,Tammy Baldwin,2246,DEM,51,51.40886372781917,Tommy Thompson,2247,REP,48,45.86033612557407,3,5.548527602245095 +30753,37092,1504,2012,WI,Sen-G,2012_Sen-G_WI,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,454,Tammy Baldwin,2246,DEM,50,51.40886372781917,Tommy Thompson,2247,REP,48,45.86033612557407,2,5.548527602245095 +30704,36994,1504,2012,WI,Sen-G,2012_Sen-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,1225,Tammy Baldwin,2246,DEM,48,51.40886372781917,Tommy Thompson,2247,REP,47,45.86033612557407,1,5.548527602245095 +32389,38985,1506,2010,AL,Sen-G,2010_Sen-G_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-21,2010-11-02,42,500,William G. Barnes,569,DEM,30,34.71015463490719,Richard C. Shelby,568,REP,58,65.17547302286975,-28,-30.46531838796256 +32340,38936,1507,2010,AK,Sen-G,2010_Sen-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-19,2010-11-02,44,500,Scott T. McAdams,557,DEM,25,23.50070253578236,Joe Miller,556,REP,42,35.55300720539485,-17,-12.05230466961249 +32417,39013,1507,2010,AK,Sen-G,2010_Sen-G_AK,Craciun Research Group,61,FALSE,TRUE,NA,NA,2010-09-24,2010-11-02,39,300,Scott T. McAdams,557,DEM,19,23.50070253578236,Joe Miller,556,REP,30,35.55300720539485,-11,-12.05230466961249 +32434,39030,1507,2010,AK,Sen-G,2010_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2010-09-25,2010-11-02,38,573,Scott T. McAdams,557,DEM,13.7,23.50070253578236,Joe Miller,556,REP,35.8,35.55300720539485,-22.099999999999998,-12.05230466961249 +32425,39020,1507,2010,AK,Sen-G,2010_Sen-G_AK,Big Village,37,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,927,Scott T. McAdams,557,DEM,22,23.50070253578236,Joe Miller,556,REP,38,35.55300720539485,-16,-12.05230466961249 +32845,39441,1507,2010,AK,Sen-G,2010_Sen-G_AK,Hays Research Group,136,FALSE,FALSE,NA,DEM,2010-10-05,2010-11-02,28,500,Scott T. McAdams,557,DEM,16,23.50070253578236,Joe Miller,556,REP,31,35.55300720539485,-15,-12.05230466961249 +32560,39156,1507,2010,AK,Sen-G,2010_Sen-G_AK,National Research,225,FALSE,FALSE,NA,REP,2010-10-08,2010-11-02,25,400,Scott T. McAdams,557,DEM,27,23.50070253578236,Joe Miller,556,REP,33,35.55300720539485,-6,-12.05230466961249 +32521,39117,1507,2010,AK,Sen-G,2010_Sen-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-09,2010-11-02,24,1678,Scott T. McAdams,557,DEM,26,23.50070253578236,Joe Miller,556,REP,35,35.55300720539485,-9,-12.05230466961249 +32745,39341,1507,2010,AK,Sen-G,2010_Sen-G_AK,Dittman Research,79,FALSE,FALSE,NA,NA,2010-10-09,2010-11-02,24,414,Scott T. McAdams,557,DEM,21,23.50070253578236,Joe Miller,556,REP,26,35.55300720539485,-5,-12.05230466961249 +32554,39150,1507,2010,AK,Sen-G,2010_Sen-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-13,2010-11-02,20,500,Scott T. McAdams,557,DEM,27,23.50070253578236,Joe Miller,556,REP,35,35.55300720539485,-8,-12.05230466961249 +32844,39440,1507,2010,AK,Sen-G,2010_Sen-G_AK,Hays Research Group,136,FALSE,FALSE,Live Phone,DEM,2010-10-17,2010-11-02,16,500,Scott T. McAdams,557,DEM,25,23.50070253578236,Joe Miller,556,REP,23,35.55300720539485,2,-12.05230466961249 +32610,39206,1507,2010,AK,Sen-G,2010_Sen-G_AK,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,946,Scott T. McAdams,557,DEM,23,23.50070253578236,Joe Miller,556,REP,37,35.55300720539485,-14,-12.05230466961249 +32843,39439,1507,2010,AK,Sen-G,2010_Sen-G_AK,Hays Research Group,136,FALSE,FALSE,Live Phone,DEM,2010-10-21,2010-11-02,12,500,Scott T. McAdams,557,DEM,25,23.50070253578236,Joe Miller,556,REP,26,35.55300720539485,-1,-12.05230466961249 +32842,39438,1507,2010,AK,Sen-G,2010_Sen-G_AK,Hays Research Group,136,FALSE,FALSE,Live Phone,DEM,2010-10-25,2010-11-02,8,500,Scott T. McAdams,557,DEM,29,23.50070253578236,Joe Miller,556,REP,23,35.55300720539485,6,-12.05230466961249 +32841,39437,1507,2010,AK,Sen-G,2010_Sen-G_AK,Hellenthal & Associates,137,FALSE,TRUE,Live Phone,REP,2010-10-26,2010-11-02,7,400,Scott T. McAdams,557,DEM,23,23.50070253578236,Joe Miller,556,REP,29,35.55300720539485,-6,-12.05230466961249 +32742,39338,1507,2010,AK,Sen-G,2010_Sen-G_AK,Dittman Research,79,FALSE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,421,Scott T. McAdams,557,DEM,23,23.50070253578236,Joe Miller,556,REP,27,35.55300720539485,-4,-12.05230466961249 +32799,39395,1507,2010,AK,Sen-G,2010_Sen-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,1539,Scott T. McAdams,557,DEM,30,23.50070253578236,Joe Miller,556,REP,37,35.55300720539485,-7,-12.05230466961249 +32840,39436,1507,2010,AK,Sen-G,2010_Sen-G_AK,Hays Research Group,136,FALSE,FALSE,Live Phone,DEM,2010-10-30,2010-11-02,3,502,Scott T. McAdams,557,DEM,25.9,23.50070253578236,Joe Miller,556,REP,27.1,35.55300720539485,-1.2000000000000028,-12.05230466961249 +32277,38873,1508,2010,AZ,Sen-G,2010_Sen-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-07,2010-11-02,56,500,Rodney Britz Glassman,2280,DEM,37,34.65124636812519,John McCain,599,REP,51,58.86007712100319,-14,-24.208830752877994 +32450,39046,1508,2010,AZ,Sen-G,2010_Sen-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-03,2010-11-02,30,500,Rodney Britz Glassman,2280,DEM,33,34.65124636812519,John McCain,599,REP,54,58.86007712100319,-21,-24.208830752877994 +32517,39114,1508,2010,AZ,Sen-G,2010_Sen-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,450,Rodney Britz Glassman,2280,DEM,22,34.65124636812519,John McCain,599,REP,56,58.86007712100319,-34,-24.208830752877994 +32656,39252,1508,2010,AZ,Sen-G,2010_Sen-G_AZ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,664,Rodney Britz Glassman,2280,DEM,38,34.65124636812519,John McCain,599,REP,56,58.86007712100319,-18,-24.208830752877994 +32760,39356,1508,2010,AZ,Sen-G,2010_Sen-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,500,Rodney Britz Glassman,2280,DEM,32,34.65124636812519,John McCain,599,REP,52,58.86007712100319,-20,-24.208830752877994 +32320,38916,1509,2010,AR,Sen-G,2010_Sen-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,625,Blanche Lincoln,584,DEM,34,36.9451136408802,John Boozman,581,REP,51,57.902935674658984,-17,-20.957822033778783 +32329,38925,1509,2010,AR,Sen-G,2010_Sen-G_AR,Hendrix College,138,FALSE,FALSE,IVR,NA,2010-09-16,2010-11-02,47,573,Blanche Lincoln,584,DEM,29,36.9451136408802,John Boozman,581,REP,56,57.902935674658984,-27,-20.957822033778783 +32352,38948,1509,2010,AR,Sen-G,2010_Sen-G_AR,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-18,2010-11-02,45,436,Blanche Lincoln,584,DEM,39,36.9451136408802,John Boozman,581,REP,53,57.902935674658984,-14,-20.957822033778783 +32440,39036,1509,2010,AR,Sen-G,2010_Sen-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-30,2010-11-02,33,500,Blanche Lincoln,584,DEM,37,36.9451136408802,John Boozman,581,REP,55,57.902935674658984,-18,-20.957822033778783 +32868,39464,1509,2010,AR,Sen-G,2010_Sen-G_AR,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-11,2010-11-02,22,2124,Blanche Lincoln,584,DEM,37.1,36.9451136408802,John Boozman,581,REP,51.7,57.902935674658984,-14.600000000000001,-20.957822033778783 +51647,137328,1509,2010,AR,Sen-G,2010_Sen-G_AR,Hendrix College,138,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,1953,Blanche Lincoln,584,DEM,36,36.9451136408802,John Boozman,581,REP,49,57.902935674658984,-13,-20.957822033778783 +32611,39207,1509,2010,AR,Sen-G,2010_Sen-G_AR,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,809,Blanche Lincoln,584,DEM,41,36.9451136408802,John Boozman,581,REP,55,57.902935674658984,-14,-20.957822033778783 +32624,39220,1509,2010,AR,Sen-G,2010_Sen-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,625,Blanche Lincoln,584,DEM,34,36.9451136408802,John Boozman,581,REP,55,57.902935674658984,-21,-20.957822033778783 +32693,39289,1509,2010,AR,Sen-G,2010_Sen-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,566,Blanche Lincoln,584,DEM,35,36.9451136408802,John Boozman,581,REP,54,57.902935674658984,-19,-20.957822033778783 +32785,39381,1509,2010,AR,Sen-G,2010_Sen-G_AR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,500,Blanche Lincoln,584,DEM,36,36.9451136408802,John Boozman,581,REP,55,57.902935674658984,-19,-20.957822033778783 +32274,38870,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-06,2010-11-02,57,750,Barbara Boxer,620,DEM,47,52.183575062798994,Carly Fiorina,623,REP,48,42.17298523223628,-1,10.010589830562715 +32278,38874,1510,2010,CA,Sen-G,2010_Sen-G_CA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-04,2010-11-02,59,866,Barbara Boxer,620,DEM,48,52.183575062798994,Carly Fiorina,623,REP,44,42.17298523223628,4,10.010589830562715 +32288,38884,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2010-09-11,2010-11-02,52,1000,Barbara Boxer,620,DEM,46,52.183575062798994,Carly Fiorina,623,REP,44,42.17298523223628,2,10.010589830562715 +32334,38930,1510,2010,CA,Sen-G,2010_Sen-G_CA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-15,2010-11-02,48,630,Barbara Boxer,620,DEM,50,52.183575062798994,Carly Fiorina,623,REP,42,42.17298523223628,8,10.010589830562715 +32341,38937,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2010-09-18,2010-11-02,45,1000,Barbara Boxer,620,DEM,47,52.183575062798994,Carly Fiorina,623,REP,46,42.17298523223628,1,10.010589830562715 +32351,38947,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-20,2010-11-02,43,750,Barbara Boxer,620,DEM,47,52.183575062798994,Carly Fiorina,623,REP,43,42.17298523223628,4,10.010589830562715 +32356,38952,1510,2010,CA,Sen-G,2010_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-20,2010-11-02,43,610,Barbara Boxer,620,DEM,49,52.183575062798994,Carly Fiorina,623,REP,43,42.17298523223628,6,10.010589830562715 +32379,38975,1510,2010,CA,Sen-G,2010_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2010-09-18,2010-11-02,45,599,Barbara Boxer,620,DEM,41,52.183575062798994,Carly Fiorina,623,REP,41,42.17298523223628,0,10.010589830562715 +32390,38987,1510,2010,CA,Sen-G,2010_Sen-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,NA,NA,2010-09-19,2010-11-02,44,838,Barbara Boxer,620,DEM,51,52.183575062798994,Carly Fiorina,623,REP,43,42.17298523223628,8,10.010589830562715 +32418,39014,1510,2010,CA,Sen-G,2010_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2010-09-23,2010-11-02,40,1104,Barbara Boxer,620,DEM,42,52.183575062798994,Carly Fiorina,623,REP,35,42.17298523223628,7,10.010589830562715 +32427,39022,1510,2010,CA,Sen-G,2010_Sen-G_CA,Big Village,37,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,786,Barbara Boxer,620,DEM,52,52.183575062798994,Carly Fiorina,623,REP,43,42.17298523223628,9,10.010589830562715 +32872,39468,1510,2010,CA,Sen-G,2010_Sen-G_CA,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,1681,Barbara Boxer,620,DEM,42.2,52.183575062798994,Carly Fiorina,623,REP,46.3,42.17298523223628,-4.099999999999994,10.010589830562715 +32451,39047,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-03,2010-11-02,30,750,Barbara Boxer,620,DEM,49,52.183575062798994,Carly Fiorina,623,REP,45,42.17298523223628,4,10.010589830562715 +32446,39042,1510,2010,CA,Sen-G,2010_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,670,Barbara Boxer,620,DEM,46,52.183575062798994,Carly Fiorina,623,REP,43,42.17298523223628,3,10.010589830562715 +32463,39060,1510,2010,CA,Sen-G,2010_Sen-G_CA,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-10-03,2010-11-02,30,448,Barbara Boxer,620,DEM,49,52.183575062798994,Carly Fiorina,623,REP,45,42.17298523223628,4,10.010589830562715 +32505,39101,1510,2010,CA,Sen-G,2010_Sen-G_CA,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-05,2010-11-02,28,501,Barbara Boxer,620,DEM,55,52.183575062798994,Carly Fiorina,623,REP,39,42.17298523223628,16,10.010589830562715 +32555,39151,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-13,2010-11-02,20,750,Barbara Boxer,620,DEM,49,52.183575062798994,Carly Fiorina,623,REP,46,42.17298523223628,3,10.010589830562715 +32594,39190,1510,2010,CA,Sen-G,2010_Sen-G_CA,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,800,Barbara Boxer,620,DEM,43,52.183575062798994,Carly Fiorina,623,REP,46,42.17298523223628,-3,10.010589830562715 +32565,39161,1510,2010,CA,Sen-G,2010_Sen-G_CA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-13,2010-11-02,20,448,Barbara Boxer,620,DEM,46,52.183575062798994,Carly Fiorina,623,REP,45,42.17298523223628,1,10.010589830562715 +42377,39180,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-16,2010-11-02,17,1000,Barbara Boxer,620,DEM,48,52.183575062798994,Carly Fiorina,623,REP,44,42.17298523223628,4,10.010589830562715 +32620,39216,1510,2010,CA,Sen-G,2010_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2010-10-14,2010-11-02,19,1067,Barbara Boxer,620,DEM,43,52.183575062798994,Carly Fiorina,623,REP,38,42.17298523223628,5,10.010589830562715 +32606,39202,1510,2010,CA,Sen-G,2010_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-17,2010-11-02,16,621,Barbara Boxer,620,DEM,46,52.183575062798994,Carly Fiorina,623,REP,44,42.17298523223628,2,10.010589830562715 +32621,39217,1510,2010,CA,Sen-G,2010_Sen-G_CA,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2010-10-18,2010-11-02,15,600,Barbara Boxer,620,DEM,44,52.183575062798994,Carly Fiorina,623,REP,44,42.17298523223628,0,10.010589830562715 +32647,39253,1510,2010,CA,Sen-G,2010_Sen-G_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2010-10-17,2010-11-02,16,922,Barbara Boxer,620,DEM,50,52.183575062798994,Carly Fiorina,623,REP,42,42.17298523223628,8,10.010589830562715 +32638,39234,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,750,Barbara Boxer,620,DEM,48,52.183575062798994,Carly Fiorina,623,REP,46,42.17298523223628,2,10.010589830562715 +42407,39262,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,Barbara Boxer,620,DEM,48,52.183575062798994,Carly Fiorina,623,REP,44,42.17298523223628,4,10.010589830562715 +32676,39272,1510,2010,CA,Sen-G,2010_Sen-G_CA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-22,2010-11-02,11,622,Barbara Boxer,620,DEM,52,52.183575062798994,Carly Fiorina,623,REP,43,42.17298523223628,9,10.010589830562715 +32675,39271,1510,2010,CA,Sen-G,2010_Sen-G_CA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,600,Barbara Boxer,620,DEM,52,52.183575062798994,Carly Fiorina,623,REP,43,42.17298523223628,9,10.010589830562715 +32686,39282,1510,2010,CA,Sen-G,2010_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,594,Barbara Boxer,620,DEM,45,52.183575062798994,Carly Fiorina,623,REP,40,42.17298523223628,5,10.010589830562715 +32697,39293,1510,2010,CA,Sen-G,2010_Sen-G_CA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,888,Barbara Boxer,620,DEM,50,52.183575062798994,Carly Fiorina,623,REP,45,42.17298523223628,5,10.010589830562715 +32719,39315,1510,2010,CA,Sen-G,2010_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2010-10-20,2010-11-02,13,1092,Barbara Boxer,620,DEM,49,52.183575062798994,Carly Fiorina,623,REP,41,42.17298523223628,8,10.010589830562715 +32712,39308,1510,2010,CA,Sen-G,2010_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,750,Barbara Boxer,620,DEM,49,52.183575062798994,Carly Fiorina,623,REP,46,42.17298523223628,3,10.010589830562715 +32847,39443,1510,2010,CA,Sen-G,2010_Sen-G_CA,Tulchin Research,340,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,700,Barbara Boxer,620,DEM,48,52.183575062798994,Carly Fiorina,623,REP,40,42.17298523223628,8,10.010589830562715 +32732,39328,1510,2010,CA,Sen-G,2010_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,814,Barbara Boxer,620,DEM,48.6,52.183575062798994,Carly Fiorina,623,REP,45.3,42.17298523223628,3.3000000000000043,10.010589830562715 +32813,39409,1510,2010,CA,Sen-G,2010_Sen-G_CA,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-28,2010-11-02,5,485,Barbara Boxer,620,DEM,51,52.183575062798994,Carly Fiorina,623,REP,44,42.17298523223628,7,10.010589830562715 +32803,39399,1510,2010,CA,Sen-G,2010_Sen-G_CA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,882,Barbara Boxer,620,DEM,50,52.183575062798994,Carly Fiorina,623,REP,46,42.17298523223628,4,10.010589830562715 +32829,39425,1510,2010,CA,Sen-G,2010_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,810,Barbara Boxer,620,DEM,49,52.183575062798994,Carly Fiorina,623,REP,45,42.17298523223628,4,10.010589830562715 +32835,39431,1510,2010,CA,Sen-G,2010_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-28,2010-11-02,5,587,Barbara Boxer,620,DEM,46,52.183575062798994,Carly Fiorina,623,REP,38,42.17298523223628,8,10.010589830562715 +72912,136791,1511,2010,CO,Sen-G,2010_Sen-G_CO,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,678,Michael Bennet,638,DEM,41.7,48.050371102632425,Ken Buck,2305,REP,39.4,46.42202217926452,2.3000000000000043,1.628348923367902 +32315,38911,1511,2010,CO,Sen-G,2010_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-14,2010-11-02,49,750,Michael Bennet,638,DEM,45,48.050371102632425,Ken Buck,2305,REP,49,46.42202217926452,-4,1.628348923367902 +32360,38955,1511,2010,CO,Sen-G,2010_Sen-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-19,2010-11-02,44,860,Michael Bennet,638,DEM,44,48.050371102632425,Ken Buck,2305,REP,49,46.42202217926452,-5,1.628348923367902 +32401,38997,1511,2010,CO,Sen-G,2010_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,Michael Bennet,638,DEM,43,48.050371102632425,Ken Buck,2305,REP,47,46.42202217926452,-4,1.628348923367902 +32848,39444,1511,2010,CO,Sen-G,2010_Sen-G_CO,GQR,126,TRUE,FALSE,NA,DEM,2010-09-24,2010-11-02,39,800,Michael Bennet,638,DEM,48,48.050371102632425,Ken Buck,2305,REP,46,46.42202217926452,2,1.628348923367902 +32414,39010,1511,2010,CO,Sen-G,2010_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-27,2010-11-02,36,750,Michael Bennet,638,DEM,43,48.050371102632425,Ken Buck,2305,REP,51,46.42202217926452,-8,1.628348923367902 +42255,137040,1511,2010,CO,Sen-G,2010_Sen-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-27,2010-11-02,36,537,Michael Bennet,638,DEM,42,48.050371102632425,Ken Buck,2305,REP,50,46.42202217926452,-8,1.628348923367902 +32441,39037,1511,2010,CO,Sen-G,2010_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-29,2010-11-02,34,647,Michael Bennet,638,DEM,43,48.050371102632425,Ken Buck,2305,REP,48,46.42202217926452,-5,1.628348923367902 +32461,39057,1511,2010,CO,Sen-G,2010_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-10-01,2010-11-02,32,834,Michael Bennet,638,DEM,46,48.050371102632425,Ken Buck,2305,REP,45,46.42202217926452,1,1.628348923367902 +32453,39049,1511,2010,CO,Sen-G,2010_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-03,2010-11-02,30,750,Michael Bennet,638,DEM,45,48.050371102632425,Ken Buck,2305,REP,50,46.42202217926452,-5,1.628348923367902 +32488,39084,1511,2010,CO,Sen-G,2010_Sen-G_CO,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2010-10-03,2010-11-02,30,509,Michael Bennet,638,DEM,44,48.050371102632425,Ken Buck,2305,REP,41,46.42202217926452,3,1.628348923367902 +32571,39167,1511,2010,CO,Sen-G,2010_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-14,2010-11-02,19,750,Michael Bennet,638,DEM,45,48.050371102632425,Ken Buck,2305,REP,47,46.42202217926452,-2,1.628348923367902 +32587,39183,1511,2010,CO,Sen-G,2010_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-16,2010-11-02,17,1000,Michael Bennet,638,DEM,45,48.050371102632425,Ken Buck,2305,REP,46,46.42202217926452,-1,1.628348923367902 +32591,39187,1511,2010,CO,Sen-G,2010_Sen-G_CO,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-19,2010-11-02,14,405,Michael Bennet,638,DEM,45,48.050371102632425,Ken Buck,2305,REP,48,46.42202217926452,-3,1.628348923367902 +32645,39241,1511,2010,CO,Sen-G,2010_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-20,2010-11-02,13,621,Michael Bennet,638,DEM,47,48.050371102632425,Ken Buck,2305,REP,47,46.42202217926452,0,1.628348923367902 +32639,39235,1511,2010,CO,Sen-G,2010_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-22,2010-11-02,11,818,Michael Bennet,638,DEM,47,48.050371102632425,Ken Buck,2305,REP,47,46.42202217926452,0,1.628348923367902 +32706,39302,1511,2010,CO,Sen-G,2010_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-25,2010-11-02,8,750,Michael Bennet,638,DEM,44,48.050371102632425,Ken Buck,2305,REP,48,46.42202217926452,-4,1.628348923367902 +32691,39287,1511,2010,CO,Sen-G,2010_Sen-G_CO,RBI Strategies & Research,271,FALSE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,500,Michael Bennet,638,DEM,43,48.050371102632425,Ken Buck,2305,REP,42,46.42202217926452,1,1.628348923367902 +32700,39296,1511,2010,CO,Sen-G,2010_Sen-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,829,Michael Bennet,638,DEM,46,48.050371102632425,Ken Buck,2305,REP,47,46.42202217926452,-1,1.628348923367902 +32751,39347,1511,2010,CO,Sen-G,2010_Sen-G_CO,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,615,Michael Bennet,638,DEM,45,48.050371102632425,Ken Buck,2305,REP,49,46.42202217926452,-4,1.628348923367902 +32762,39358,1511,2010,CO,Sen-G,2010_Sen-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,855,Michael Bennet,638,DEM,49,48.050371102632425,Ken Buck,2305,REP,48,46.42202217926452,1,1.628348923367902 +42410,39403,1511,2010,CO,Sen-G,2010_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-30,2010-11-02,3,1000,Michael Bennet,638,DEM,46,48.050371102632425,Ken Buck,2305,REP,50,46.42202217926452,-4,1.628348923367902 +32801,39397,1511,2010,CO,Sen-G,2010_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,1059,Michael Bennet,638,DEM,48,48.050371102632425,Ken Buck,2305,REP,49,46.42202217926452,-1,1.628348923367902 +32275,38871,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-09,2010-11-02,54,500,Richard Blumenthal,656,DEM,53,52.484270866305614,Linda McMahon,657,REP,44,43.216938466675046,9,9.267332399630568 +32293,38889,1512,2010,CT,Sen-G,2010_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-10,2010-11-02,53,875,Richard Blumenthal,656,DEM,51,52.484270866305614,Linda McMahon,657,REP,45,43.216938466675046,6,9.267332399630568 +32849,39445,1512,2010,CT,Sen-G,2010_Sen-G_CT,EMC Research,130,FALSE,FALSE,NA,DEM,2010-09-10,2010-11-02,53,800,Richard Blumenthal,656,DEM,54,52.484270866305614,Linda McMahon,657,REP,39,43.216938466675046,15,9.267332399630568 +32383,38979,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-26,2010-11-02,37,500,Richard Blumenthal,656,DEM,50,52.484270866305614,Linda McMahon,657,REP,45,43.216938466675046,5,9.267332399630568 +32397,38993,1512,2010,CT,Sen-G,2010_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-09-23,2010-11-02,40,1083,Richard Blumenthal,656,DEM,49,52.484270866305614,Linda McMahon,657,REP,46,43.216938466675046,3,9.267332399630568 +32457,39053,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-02,2010-11-02,31,1000,Richard Blumenthal,656,DEM,52,52.484270866305614,Linda McMahon,657,REP,42,43.216938466675046,10,9.267332399630568 +32449,39045,1512,2010,CT,Sen-G,2010_Sen-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-01,2010-11-02,32,810,Richard Blumenthal,656,DEM,53,52.484270866305614,Linda McMahon,657,REP,41,43.216938466675046,12,9.267332399630568 +32455,39051,1512,2010,CT,Sen-G,2010_Sen-G_CT,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-03,2010-11-02,30,1623,Richard Blumenthal,656,DEM,52,52.484270866305614,Linda McMahon,657,REP,45,43.216938466675046,7,9.267332399630568 +32487,39083,1512,2010,CT,Sen-G,2010_Sen-G_CT,GQR,126,TRUE,FALSE,NA,DEM,2010-10-03,2010-11-02,30,600,Richard Blumenthal,656,DEM,53,52.484270866305614,Linda McMahon,657,REP,38,43.216938466675046,15,9.267332399630568 +32485,39081,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-05,2010-11-02,28,750,Richard Blumenthal,656,DEM,54,52.484270866305614,Linda McMahon,657,REP,43,43.216938466675046,11,9.267332399630568 +32475,39070,1512,2010,CT,Sen-G,2010_Sen-G_CT,Big Village,37,FALSE,FALSE,NA,NA,2010-10-03,2010-11-02,30,773,Richard Blumenthal,656,DEM,54,52.484270866305614,Linda McMahon,657,REP,41,43.216938466675046,13,9.267332399630568 +32510,39106,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-09,2010-11-02,24,1000,Richard Blumenthal,656,DEM,49,52.484270866305614,Linda McMahon,657,REP,43,43.216938466675046,6,9.267332399630568 +32551,39147,1512,2010,CT,Sen-G,2010_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,1119,Richard Blumenthal,656,DEM,54,52.484270866305614,Linda McMahon,657,REP,43,43.216938466675046,11,9.267332399630568 +32567,39163,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-14,2010-11-02,19,750,Richard Blumenthal,656,DEM,51,52.484270866305614,Linda McMahon,657,REP,46,43.216938466675046,5,9.267332399630568 +32626,39222,1512,2010,CT,Sen-G,2010_Sen-G_CT,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,500,Richard Blumenthal,656,DEM,57,52.484270866305614,Linda McMahon,657,REP,39,43.216938466675046,18,9.267332399630568 +32665,39261,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,Richard Blumenthal,656,DEM,53,52.484270866305614,Linda McMahon,657,REP,42,43.216938466675046,11,9.267332399630568 +32643,39239,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-24,2010-11-02,9,750,Richard Blumenthal,656,DEM,56,52.484270866305614,Linda McMahon,657,REP,43,43.216938466675046,13,9.267332399630568 +32671,39267,1512,2010,CT,Sen-G,2010_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,702,Richard Blumenthal,656,DEM,54,52.484270866305614,Linda McMahon,657,REP,42,43.216938466675046,12,9.267332399630568 +32714,39310,1512,2010,CT,Sen-G,2010_Sen-G_CT,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,1846,Richard Blumenthal,656,DEM,52,52.484270866305614,Linda McMahon,657,REP,44,43.216938466675046,8,9.267332399630568 +32764,39361,1512,2010,CT,Sen-G,2010_Sen-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,783,Richard Blumenthal,656,DEM,52.7,52.484270866305614,Linda McMahon,657,REP,42.8,43.216938466675046,9.900000000000006,9.267332399630568 +32788,39384,1512,2010,CT,Sen-G,2010_Sen-G_CT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-28,2010-11-02,5,759,Richard Blumenthal,656,DEM,54,52.484270866305614,Linda McMahon,657,REP,43,43.216938466675046,11,9.267332399630568 +32810,39406,1512,2010,CT,Sen-G,2010_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-31,2010-11-02,2,750,Richard Blumenthal,656,DEM,53,52.484270866305614,Linda McMahon,657,REP,46,43.216938466675046,7,9.267332399630568 +32817,39413,1512,2010,CT,Sen-G,2010_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-28,2010-11-02,5,930,Richard Blumenthal,656,DEM,53,52.484270866305614,Linda McMahon,657,REP,44,43.216938466675046,9,9.267332399630568 +32318,38914,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-15,2010-11-02,48,500,Christopher A. Coons,4467,DEM,53,56.607308996037766,Christine O'Donnell,4493,REP,42,40.029993298677304,11,16.57731569736046 +72913,136792,1513,2010,DE,Sen-G,2010_Sen-GS_DE,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-20,2010-11-02,43,678,Christopher A. Coons,4467,DEM,49,56.607308996037766,Christine O'Donnell,4493,REP,33.7,40.029993298677304,15.299999999999997,16.57731569736046 +32382,38978,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-26,2010-11-02,37,500,Christopher A. Coons,4467,DEM,49,56.607308996037766,Christine O'Donnell,4493,REP,40,40.029993298677304,9,16.57731569736046 +32468,39064,1513,2010,DE,Sen-G,2010_Sen-GS_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,NA,NA,2010-09-23,2010-11-02,40,729,Christopher A. Coons,4467,DEM,49,56.607308996037766,Christine O'Donnell,4493,REP,30,40.029993298677304,19,16.57731569736046 +32484,39080,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2010-09-30,2010-11-02,33,801,Christopher A. Coons,4467,DEM,53,56.607308996037766,Christine O'Donnell,4493,REP,36,40.029993298677304,17,16.57731569736046 +32511,39107,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-09,2010-11-02,24,1000,Christopher A. Coons,4467,DEM,54,56.607308996037766,Christine O'Donnell,4493,REP,38,40.029993298677304,16,16.57731569736046 +32525,39121,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2010-10-10,2010-11-02,23,928,Christopher A. Coons,4467,DEM,54,56.607308996037766,Christine O'Donnell,4493,REP,36,40.029993298677304,18,16.57731569736046 +32520,39116,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Monmouth University,215,TRUE,FALSE,NA,NA,2010-10-10,2010-11-02,23,790,Christopher A. Coons,4467,DEM,57,56.607308996037766,Christine O'Donnell,4493,REP,38,40.029993298677304,19,16.57731569736046 +32545,39141,1513,2010,DE,Sen-G,2010_Sen-GS_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-11,2010-11-02,22,2355,Christopher A. Coons,4467,DEM,54,56.607308996037766,Christine O'Donnell,4493,REP,33,40.029993298677304,21,16.57731569736046 +32534,39130,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-10,2010-11-02,23,834,Christopher A. Coons,4467,DEM,57,56.607308996037766,Christine O'Donnell,4493,REP,38,40.029993298677304,19,16.57731569736046 +32558,39154,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-14,2010-11-02,19,500,Christopher A. Coons,4467,DEM,51,56.607308996037766,Christine O'Donnell,4493,REP,40,40.029993298677304,11,16.57731569736046 +32711,39307,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,797,Christopher A. Coons,4467,DEM,57,56.607308996037766,Christine O'Donnell,4493,REP,36,40.029993298677304,21,16.57731569736046 +51709,137144,1513,2010,DE,Sen-G,2010_Sen-GS_DE,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,1171,Christopher A. Coons,4467,DEM,51,56.607308996037766,Christine O'Donnell,4493,REP,41,40.029993298677304,10,16.57731569736046 +32279,38875,1514,2010,FL,Sen-G,2010_Sen-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-04,2010-11-02,59,899,Kendrick B. Meek,689,DEM,24,20.19801497143098,Marco Rubio,690,REP,36,48.89468068080721,-12,-28.696665709376234 +32281,38877,1514,2010,FL,Sen-G,2010_Sen-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-09-04,2010-11-02,59,1016,Kendrick B. Meek,689,DEM,23,20.19801497143098,Marco Rubio,690,REP,43,48.89468068080721,-20,-28.696665709376234 +32292,38888,1514,2010,FL,Sen-G,2010_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-11,2010-11-02,52,1000,Kendrick B. Meek,689,DEM,21,20.19801497143098,Marco Rubio,690,REP,43,48.89468068080721,-22,-28.696665709376234 +32304,38900,1514,2010,FL,Sen-G,2010_Sen-G_FL,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-11,2010-11-02,52,486,Kendrick B. Meek,689,DEM,21,20.19801497143098,Marco Rubio,690,REP,40,48.89468068080721,-19,-28.696665709376234 +32313,38909,1514,2010,FL,Sen-G,2010_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-14,2010-11-02,49,750,Kendrick B. Meek,689,DEM,23,20.19801497143098,Marco Rubio,690,REP,41,48.89468068080721,-18,-28.696665709376234 +32392,38988,1514,2010,FL,Sen-G,2010_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-21,2010-11-02,42,625,Kendrick B. Meek,689,DEM,23,20.19801497143098,Marco Rubio,690,REP,40,48.89468068080721,-17,-28.696665709376234 +32430,39026,1514,2010,FL,Sen-G,2010_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-28,2010-11-02,35,750,Kendrick B. Meek,689,DEM,21,20.19801497143098,Marco Rubio,690,REP,41,48.89468068080721,-20,-28.696665709376234 +32428,39024,1514,2010,FL,Sen-G,2010_Sen-G_FL,Big Village,37,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,786,Kendrick B. Meek,689,DEM,23,20.19801497143098,Marco Rubio,690,REP,42,48.89468068080721,-19,-28.696665709376234 +32419,39015,1514,2010,FL,Sen-G,2010_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-25,2010-11-02,38,1151,Kendrick B. Meek,689,DEM,18,20.19801497143098,Marco Rubio,690,REP,46,48.89468068080721,-28,-28.696665709376234 +32454,39050,1514,2010,FL,Sen-G,2010_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2010-09-28,2010-11-02,35,802,Kendrick B. Meek,689,DEM,18,20.19801497143098,Marco Rubio,690,REP,39,48.89468068080721,-21,-28.696665709376234 +32447,39043,1514,2010,FL,Sen-G,2010_Sen-G_FL,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-29,2010-11-02,34,800,Kendrick B. Meek,689,DEM,16,20.19801497143098,Marco Rubio,690,REP,40,48.89468068080721,-24,-28.696665709376234 +32492,39088,1514,2010,FL,Sen-G,2010_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,625,Kendrick B. Meek,689,DEM,21,20.19801497143098,Marco Rubio,690,REP,42,48.89468068080721,-21,-28.696665709376234 +32494,39090,1514,2010,FL,Sen-G,2010_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-07,2010-11-02,26,750,Kendrick B. Meek,689,DEM,19,20.19801497143098,Marco Rubio,690,REP,50,48.89468068080721,-31,-28.696665709376234 +32523,39119,1514,2010,FL,Sen-G,2010_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-09,2010-11-02,24,448,Kendrick B. Meek,689,DEM,21,20.19801497143098,Marco Rubio,690,REP,44,48.89468068080721,-23,-28.696665709376234 +32531,39127,1514,2010,FL,Sen-G,2010_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-08,2010-11-02,25,1055,Kendrick B. Meek,689,DEM,22,20.19801497143098,Marco Rubio,690,REP,44,48.89468068080721,-22,-28.696665709376234 +32546,39142,1514,2010,FL,Sen-G,2010_Sen-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2010-10-08,2010-11-02,25,1151,Kendrick B. Meek,689,DEM,22,20.19801497143098,Marco Rubio,690,REP,45,48.89468068080721,-23,-28.696665709376234 +32588,39184,1514,2010,FL,Sen-G,2010_Sen-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,500,Kendrick B. Meek,689,DEM,22,20.19801497143098,Marco Rubio,690,REP,39,48.89468068080721,-17,-28.696665709376234 +32593,39189,1514,2010,FL,Sen-G,2010_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-18,2010-11-02,15,750,Kendrick B. Meek,689,DEM,20,20.19801497143098,Marco Rubio,690,REP,43,48.89468068080721,-23,-28.696665709376234 +32613,39209,1514,2010,FL,Sen-G,2010_Sen-G_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,798,Kendrick B. Meek,689,DEM,20,20.19801497143098,Marco Rubio,690,REP,46,48.89468068080721,-26,-28.696665709376234 +32646,39242,1514,2010,FL,Sen-G,2010_Sen-G_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-17,2010-11-02,16,577,Kendrick B. Meek,689,DEM,20,20.19801497143098,Marco Rubio,690,REP,41,48.89468068080721,-21,-28.696665709376234 +32650,39246,1514,2010,FL,Sen-G,2010_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2010-10-20,2010-11-02,13,802,Kendrick B. Meek,689,DEM,18,20.19801497143098,Marco Rubio,690,REP,40,48.89468068080721,-22,-28.696665709376234 +32708,39304,1514,2010,FL,Sen-G,2010_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,784,Kendrick B. Meek,689,DEM,15,20.19801497143098,Marco Rubio,690,REP,42,48.89468068080721,-27,-28.696665709376234 +32721,39317,1514,2010,FL,Sen-G,2010_Sen-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-26,2010-11-02,7,678,Kendrick B. Meek,689,DEM,23,20.19801497143098,Marco Rubio,690,REP,47,48.89468068080721,-24,-28.696665709376234 +32747,39343,1514,2010,FL,Sen-G,2010_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,750,Kendrick B. Meek,689,DEM,16,20.19801497143098,Marco Rubio,690,REP,50,48.89468068080721,-34,-28.696665709376234 +32729,39325,1514,2010,FL,Sen-G,2010_Sen-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,826,Kendrick B. Meek,689,DEM,18,20.19801497143098,Marco Rubio,690,REP,42,48.89468068080721,-24,-28.696665709376234 +1066,39435,1514,2010,FL,Sen-G,2010_Sen-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,773,Kendrick B. Meek,689,DEM,21,20.19801497143098,Marco Rubio,690,REP,47,48.89468068080721,-26,-28.696665709376234 +32831,39427,1514,2010,FL,Sen-G,2010_Sen-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,1527,Kendrick B. Meek,689,DEM,20,20.19801497143098,Marco Rubio,690,REP,48,48.89468068080721,-28,-28.696665709376234 +32826,39422,1514,2010,FL,Sen-G,2010_Sen-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,548,Kendrick B. Meek,689,DEM,15,20.19801497143098,Marco Rubio,690,REP,46,48.89468068080721,-31,-28.696665709376234 +32833,39429,1514,2010,FL,Sen-G,2010_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-28,2010-11-02,5,925,Kendrick B. Meek,689,DEM,18,20.19801497143098,Marco Rubio,690,REP,45,48.89468068080721,-27,-28.696665709376234 +32287,38883,1515,2010,GA,Sen-G,2010_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-11,2010-11-02,52,599,Michael Thurmond,705,DEM,34,38.99864514659576,Johnny Isakson,704,REP,56,58.30738031149888,-22,-19.30873516490312 +32333,38929,1515,2010,GA,Sen-G,2010_Sen-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2010-09-14,2010-11-02,49,625,Michael Thurmond,705,DEM,33,38.99864514659576,Johnny Isakson,704,REP,52,58.30738031149888,-19,-19.30873516490312 +32327,38923,1515,2010,GA,Sen-G,2010_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2010-09-16,2010-11-02,47,632,Michael Thurmond,705,DEM,34,38.99864514659576,Johnny Isakson,704,REP,52,58.30738031149888,-18,-19.30873516490312 +32386,38982,1515,2010,GA,Sen-G,2010_Sen-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-21,2010-11-02,42,500,Michael Thurmond,705,DEM,36,38.99864514659576,Johnny Isakson,704,REP,52,58.30738031149888,-16,-19.30873516490312 +32409,39005,1515,2010,GA,Sen-G,2010_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2010-09-27,2010-11-02,36,412,Michael Thurmond,705,DEM,29,38.99864514659576,Johnny Isakson,704,REP,61,58.30738031149888,-32,-19.30873516490312 +32504,39100,1515,2010,GA,Sen-G,2010_Sen-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-06,2010-11-02,27,500,Michael Thurmond,705,DEM,38,38.99864514659576,Johnny Isakson,704,REP,53,58.30738031149888,-15,-19.30873516490312 +32633,39229,1515,2010,GA,Sen-G,2010_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,3277,Michael Thurmond,705,DEM,35,38.99864514659576,Johnny Isakson,704,REP,55.8,58.30738031149888,-20.799999999999997,-19.30873516490312 +32705,39301,1515,2010,GA,Sen-G,2010_Sen-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-24,2010-11-02,9,500,Michael Thurmond,705,DEM,29,38.99864514659576,Johnny Isakson,704,REP,59,58.30738031149888,-30,-19.30873516490312 +32653,39249,1515,2010,GA,Sen-G,2010_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-23,2010-11-02,10,601,Michael Thurmond,705,DEM,34,38.99864514659576,Johnny Isakson,704,REP,58,58.30738031149888,-24,-19.30873516490312 +32786,39382,1515,2010,GA,Sen-G,2010_Sen-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,625,Michael Thurmond,705,DEM,33,38.99864514659576,Johnny Isakson,704,REP,56,58.30738031149888,-23,-19.30873516490312 +32469,39065,1516,2010,HI,Sen-G,2010_Sen-G_HI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-02,2010-11-02,31,1326,Daniel K. Inouye,713,DEM,65,74.80861237563515,Cam Cavasso,714,REP,29,21.57114600507849,36,53.23746637055666 +32572,39168,1516,2010,HI,Sen-G,2010_Sen-G_HI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-13,2010-11-02,20,500,Daniel K. Inouye,713,DEM,53,74.80861237563515,Cam Cavasso,714,REP,40,21.57114600507849,13,53.23746637055666 +51744,137137,1516,2010,HI,Sen-G,2010_Sen-G_HI,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,1181,Daniel K. Inouye,713,DEM,62.7,74.80861237563515,Cam Cavasso,714,REP,30.6,21.57114600507849,32.1,53.23746637055666 +32349,38945,1517,2010,ID,Sen-G,2010_Sen-G_ID,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-14,2010-11-02,49,625,Tom Sullivan,735,DEM,17,24.927591039530174,Mike Crapo,734,REP,61,71.17500500522769,-44,-46.24741396569752 +32661,39257,1517,2010,ID,Sen-G,2010_Sen-G_ID,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,625,Tom Sullivan,735,DEM,20,24.927591039530174,Mike Crapo,734,REP,64,71.17500500522769,-44,-46.24741396569752 +32316,38912,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-07,2010-11-02,56,750,Alexi Giannoulias,752,DEM,37,46.41626487762227,Mark Kirk,753,REP,41,48.01487283076432,-4,-1.59860795314205 +32358,38954,1518,2010,IL,Sen-G,2010_Sen-G_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2010-09-13,2010-11-02,50,1379,Alexi Giannoulias,752,DEM,36.32,46.41626487762227,Mark Kirk,753,REP,38.65,48.01487283076432,-2.3299999999999983,-1.59860795314205 +32355,38951,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-21,2010-11-02,42,750,Alexi Giannoulias,752,DEM,41,46.41626487762227,Mark Kirk,753,REP,44,48.01487283076432,-3,-1.59860795314205 +32402,38998,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,Alexi Giannoulias,752,DEM,40,46.41626487762227,Mark Kirk,753,REP,42,48.01487283076432,-2,-1.59860795314205 +32410,39006,1518,2010,IL,Sen-G,2010_Sen-G_IL,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,470,Alexi Giannoulias,752,DEM,36,46.41626487762227,Mark Kirk,753,REP,40,48.01487283076432,-4,-1.59860795314205 +32491,39087,1518,2010,IL,Sen-G,2010_Sen-G_IL,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-09-25,2010-11-02,38,604,Alexi Giannoulias,752,DEM,40,46.41626487762227,Mark Kirk,753,REP,37,48.01487283076432,3,-1.59860795314205 +32422,39018,1518,2010,IL,Sen-G,2010_Sen-G_IL,Big Village,37,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,828,Alexi Giannoulias,752,DEM,43,46.41626487762227,Mark Kirk,753,REP,42,48.01487283076432,1,-1.59860795314205 +32444,39040,1518,2010,IL,Sen-G,2010_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2010-09-26,2010-11-02,37,600,Alexi Giannoulias,752,DEM,38,46.41626487762227,Mark Kirk,753,REP,36,48.01487283076432,2,-1.59860795314205 +32448,39044,1518,2010,IL,Sen-G,2010_Sen-G_IL,Suffolk University,323,TRUE,FALSE,NA,NA,2010-09-30,2010-11-02,33,500,Alexi Giannoulias,752,DEM,41,46.41626487762227,Mark Kirk,753,REP,42,48.01487283076432,-1,-1.59860795314205 +32466,39062,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-04,2010-11-02,29,750,Alexi Giannoulias,752,DEM,41,46.41626487762227,Mark Kirk,753,REP,45,48.01487283076432,-4,-1.59860795314205 +32527,39123,1518,2010,IL,Sen-G,2010_Sen-G_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2010-10-05,2010-11-02,28,758,Alexi Giannoulias,752,DEM,36.8,46.41626487762227,Mark Kirk,753,REP,37.3,48.01487283076432,-0.5,-1.59860795314205 +32528,39124,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-11,2010-11-02,22,750,Alexi Giannoulias,752,DEM,44,46.41626487762227,Mark Kirk,753,REP,43,48.01487283076432,1,-1.59860795314205 +32563,39159,1518,2010,IL,Sen-G,2010_Sen-G_IL,GQR,126,TRUE,FALSE,Live Phone,DEM,2010-10-11,2010-11-02,22,600,Alexi Giannoulias,752,DEM,44,46.41626487762227,Mark Kirk,753,REP,41,48.01487283076432,3,-1.59860795314205 +32618,39214,1518,2010,IL,Sen-G,2010_Sen-G_IL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-15,2010-11-02,18,557,Alexi Giannoulias,752,DEM,40,46.41626487762227,Mark Kirk,753,REP,42,48.01487283076432,-2,-1.59860795314205 +32603,39199,1518,2010,IL,Sen-G,2010_Sen-G_IL,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2010-10-15,2010-11-02,18,601,Alexi Giannoulias,752,DEM,41,46.41626487762227,Mark Kirk,753,REP,36,48.01487283076432,5,-1.59860795314205 +32602,39198,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-18,2010-11-02,15,750,Alexi Giannoulias,752,DEM,40,46.41626487762227,Mark Kirk,753,REP,44,48.01487283076432,-4,-1.59860795314205 +32636,39232,1518,2010,IL,Sen-G,2010_Sen-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,625,Alexi Giannoulias,752,DEM,41,46.41626487762227,Mark Kirk,753,REP,43,48.01487283076432,-2,-1.59860795314205 +32641,39237,1518,2010,IL,Sen-G,2010_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2010-10-20,2010-11-02,13,700,Alexi Giannoulias,752,DEM,41,46.41626487762227,Mark Kirk,753,REP,44,48.01487283076432,-3,-1.59860795314205 +32667,137339,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,Alexi Giannoulias,752,DEM,41,46.41626487762227,Mark Kirk,753,REP,43,48.01487283076432,-2,-1.59860795314205 +32670,39266,1518,2010,IL,Sen-G,2010_Sen-G_IL,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2010-10-22,2010-11-02,11,600,Alexi Giannoulias,752,DEM,38,46.41626487762227,Mark Kirk,753,REP,36,48.01487283076432,2,-1.59860795314205 +32690,39286,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-26,2010-11-02,7,750,Alexi Giannoulias,752,DEM,42,46.41626487762227,Mark Kirk,753,REP,46,48.01487283076432,-4,-1.59860795314205 +32809,39405,1518,2010,IL,Sen-G,2010_Sen-G_IL,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2010-10-27,2010-11-02,6,400,Alexi Giannoulias,752,DEM,39,46.41626487762227,Mark Kirk,753,REP,37,48.01487283076432,2,-1.59860795314205 +32806,39402,1518,2010,IL,Sen-G,2010_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-30,2010-11-02,3,1000,Alexi Giannoulias,752,DEM,42,46.41626487762227,Mark Kirk,753,REP,46,48.01487283076432,-4,-1.59860795314205 +32791,39387,1518,2010,IL,Sen-G,2010_Sen-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,672,Alexi Giannoulias,752,DEM,48.5,46.41626487762227,Mark Kirk,753,REP,45.8,48.01487283076432,2.700000000000003,-1.59860795314205 +32802,39398,1518,2010,IL,Sen-G,2010_Sen-G_IL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,814,Alexi Giannoulias,752,DEM,42,46.41626487762227,Mark Kirk,753,REP,46,48.01487283076432,-4,-1.59860795314205 +32325,38921,1520,2010,IN,Sen-G,2010_Sen-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-14,2010-11-02,49,500,Brad Ellsworth,768,DEM,34,39.99900256867229,Daniel Coats,2385,REP,50,54.57875436877788,-16,-14.57975180010559 +32462,39058,1520,2010,IN,Sen-G,2010_Sen-G_IN,EPIC-MRA,84,FALSE,FALSE,NA,NA,2010-09-30,2010-11-02,33,500,Brad Ellsworth,768,DEM,33,39.99900256867229,Daniel Coats,2385,REP,51,54.57875436877788,-18,-14.57975180010559 +32648,39244,1520,2010,IN,Sen-G,2010_Sen-G_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-20,2010-11-02,13,500,Brad Ellsworth,768,DEM,34,39.99900256867229,Daniel Coats,2385,REP,52,54.57875436877788,-18,-14.57975180010559 +32640,39236,1520,2010,IN,Sen-G,2010_Sen-G_IN,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,500,Brad Ellsworth,768,DEM,35,39.99900256867229,Daniel Coats,2385,REP,53,54.57875436877788,-18,-14.57975180010559 +32681,39277,1520,2010,IN,Sen-G,2010_Sen-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,1600,Brad Ellsworth,768,DEM,32,39.99900256867229,Daniel Coats,2385,REP,54,54.57875436877788,-22,-14.57975180010559 +32384,38980,1521,2010,IA,Sen-G,2010_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2010-09-21,2010-11-02,42,550,Roxanne Conlin,724,DEM,30,33.30331710665079,Chuck Grassley,726,REP,61,64.35254999045753,-31,-31.049232883806745 +32415,39011,1521,2010,IA,Sen-G,2010_Sen-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-23,2010-11-02,40,500,Roxanne Conlin,724,DEM,37,33.30331710665079,Chuck Grassley,726,REP,55,64.35254999045753,-18,-31.049232883806745 +32784,39380,1521,2010,IA,Sen-G,2010_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2010-10-28,2010-11-02,5,805,Roxanne Conlin,724,DEM,30,33.30331710665079,Chuck Grassley,726,REP,61,64.35254999045753,-31,-31.049232883806745 +32331,38927,1522,2010,KS,Sen-G,2010_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-15,2010-11-02,48,602,Lisa Johnston,780,DEM,24,26.378549633994357,Jerry Moran,776,REP,66,70.09437836340803,-42,-43.71582872941367 +32547,39143,1522,2010,KS,Sen-G,2010_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-11,2010-11-02,22,619,Lisa Johnston,780,DEM,27,26.378549633994357,Jerry Moran,776,REP,67,70.09437836340803,-40,-43.71582872941367 +32730,39326,1522,2010,KS,Sen-G,2010_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,561,Lisa Johnston,780,DEM,26,26.378549633994357,Jerry Moran,776,REP,66,70.09437836340803,-40,-43.71582872941367 +32286,38882,1523,2010,KY,Sen-G,2010_Sen-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-07,2010-11-02,56,500,Jack Conway,785,DEM,39,44.24848978243429,Rand Paul,788,REP,54,55.726585728444,-15,-11.47809594600971 +32280,38876,1523,2010,KY,Sen-G,2010_Sen-G_KY,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-04,2010-11-02,59,869,Jack Conway,785,DEM,46,44.24848978243429,Rand Paul,788,REP,46,55.726585728444,0,-11.47809594600971 +72901,136779,1523,2010,KY,Sen-G,2010_Sen-G_KY,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2010-09-09,2010-11-02,54,678,Jack Conway,785,DEM,45,44.24848978243429,Rand Paul,788,REP,47,55.726585728444,-2,-11.47809594600971 +32302,38898,1523,2010,KY,Sen-G,2010_Sen-G_KY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-11,2010-11-02,52,959,Jack Conway,785,DEM,42,44.24848978243429,Rand Paul,788,REP,49,55.726585728444,-7,-11.47809594600971 +32853,39449,1523,2010,KY,Sen-G,2010_Sen-G_KY,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2010-09-21,2010-11-02,42,700,Jack Conway,785,DEM,42,44.24848978243429,Rand Paul,788,REP,45,55.726585728444,-3,-11.47809594600971 +32393,38989,1523,2010,KY,Sen-G,2010_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-22,2010-11-02,41,611,Jack Conway,785,DEM,47,44.24848978243429,Rand Paul,788,REP,49,55.726585728444,-2,-11.47809594600971 +32433,39029,1523,2010,KY,Sen-G,2010_Sen-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-29,2010-11-02,34,500,Jack Conway,785,DEM,38,44.24848978243429,Rand Paul,788,REP,49,55.726585728444,-11,-11.47809594600971 +32506,39102,1523,2010,KY,Sen-G,2010_Sen-G_KY,Braun Research,33,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,826,Jack Conway,785,DEM,39.5,44.24848978243429,Rand Paul,788,REP,43.4,55.726585728444,-3.8999999999999986,-11.47809594600971 +32589,39185,1523,2010,KY,Sen-G,2010_Sen-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-18,2010-11-02,15,500,Jack Conway,785,DEM,42,44.24848978243429,Rand Paul,788,REP,47,55.726585728444,-5,-11.47809594600971 +32598,39194,1523,2010,KY,Sen-G,2010_Sen-G_KY,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2010-10-17,2010-11-02,16,600,Jack Conway,785,DEM,49,44.24848978243429,Rand Paul,788,REP,47,55.726585728444,2,-11.47809594600971 +32619,39215,1523,2010,KY,Sen-G,2010_Sen-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,625,Jack Conway,785,DEM,43,44.24848978243429,Rand Paul,788,REP,48,55.726585728444,-5,-11.47809594600971 +32668,39264,1523,2010,KY,Sen-G,2010_Sen-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,Jack Conway,785,DEM,43,44.24848978243429,Rand Paul,788,REP,50,55.726585728444,-7,-11.47809594600971 +32664,39260,1523,2010,KY,Sen-G,2010_Sen-G_KY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,900,Jack Conway,785,DEM,40,44.24848978243429,Rand Paul,788,REP,53,55.726585728444,-13,-11.47809594600971 +32701,39297,1523,2010,KY,Sen-G,2010_Sen-G_KY,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,785,Jack Conway,785,DEM,43,44.24848978243429,Rand Paul,788,REP,50,55.726585728444,-7,-11.47809594600971 +32722,39318,1523,2010,KY,Sen-G,2010_Sen-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,750,Jack Conway,785,DEM,41,44.24848978243429,Rand Paul,788,REP,53,55.726585728444,-12,-11.47809594600971 +32718,39314,1523,2010,KY,Sen-G,2010_Sen-G_KY,Braun Research,33,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,800,Jack Conway,785,DEM,39,44.24848978243429,Rand Paul,788,REP,46.5,55.726585728444,-7.5,-11.47809594600971 +32716,39312,1523,2010,KY,Sen-G,2010_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-26,2010-11-02,7,637,Jack Conway,785,DEM,43,44.24848978243429,Rand Paul,788,REP,52,55.726585728444,-9,-11.47809594600971 +32766,39362,1523,2010,KY,Sen-G,2010_Sen-G_KY,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,822,Jack Conway,785,DEM,44,44.24848978243429,Rand Paul,788,REP,52,55.726585728444,-8,-11.47809594600971 +32787,39383,1523,2010,KY,Sen-G,2010_Sen-G_KY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-29,2010-11-02,4,1021,Jack Conway,785,DEM,40,44.24848978243429,Rand Paul,788,REP,55,55.726585728444,-15,-11.47809594600971 +32854,39450,1524,2010,LA,Sen-P,2010_Sen-P_LA,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2010-09-15,2010-11-02,48,800,Charlie Melancon,2407,DEM,38,37.67385457954741,David Vitter,792,REP,48,56.5548136987211,-10,-18.88095911917369 +32336,38932,1524,2010,LA,Sen-P,2010_Sen-P_LA,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2010-09-19,2010-11-02,44,1232,Charlie Melancon,2407,DEM,33.7,37.67385457954741,David Vitter,792,REP,51.9,56.5548136987211,-18.199999999999996,-18.88095911917369 +32516,39112,1524,2010,LA,Sen-P,2010_Sen-P_LA,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2010-10-10,2010-11-02,23,1107,Charlie Melancon,2407,DEM,35,37.67385457954741,David Vitter,792,REP,51,56.5548136987211,-16,-18.88095911917369 +32562,39158,1524,2010,LA,Sen-P,2010_Sen-P_LA,Impact Research,14,FALSE,FALSE,NA,DEM,2010-10-11,2010-11-02,22,600,Charlie Melancon,2407,DEM,42,37.67385457954741,David Vitter,792,REP,49,56.5548136987211,-7,-18.88095911917369 +32627,39223,1524,2010,LA,Sen-P,2010_Sen-P_LA,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2010-10-18,2010-11-02,15,600,Charlie Melancon,2407,DEM,45,37.67385457954741,David Vitter,792,REP,48,56.5548136987211,-3,-18.88095911917369 +32651,39247,1524,2010,LA,Sen-P,2010_Sen-P_LA,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2010-10-24,2010-11-02,9,1347,Charlie Melancon,2407,DEM,35,37.67385457954741,David Vitter,792,REP,52,56.5548136987211,-17,-18.88095911917369 +32682,39278,1524,2010,LA,Sen-P,2010_Sen-P_LA,Clarus Research Group,53,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,700,Charlie Melancon,2407,DEM,38,37.67385457954741,David Vitter,792,REP,50,56.5548136987211,-12,-18.88095911917369 +32328,38924,1525,2010,MD,Sen-G,2010_Sen-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-15,2010-11-02,48,750,Barbara A. Mikulski,805,DEM,54,62.19298331713797,Eric Wargotz,807,REP,38,35.753368036129295,16,26.439615281008678 +32438,39034,1525,2010,MD,Sen-G,2010_Sen-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2010-09-24,2010-11-02,39,730,Barbara A. Mikulski,805,DEM,61,62.19298331713797,Eric Wargotz,807,REP,29,35.753368036129295,32,26.439615281008678 +32596,39192,1525,2010,MD,Sen-G,2010_Sen-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,816,Barbara A. Mikulski,805,DEM,55,62.19298331713797,Eric Wargotz,807,REP,38,35.753368036129295,17,26.439615281008678 +32659,39255,1525,2010,MD,Sen-G,2010_Sen-G_MD,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,798,Barbara A. Mikulski,805,DEM,59,62.19298331713797,Eric Wargotz,807,REP,32,35.753368036129295,27,26.439615281008678 +32692,39288,1525,2010,MD,Sen-G,2010_Sen-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,1434,Barbara A. Mikulski,805,DEM,64,62.19298331713797,Eric Wargotz,807,REP,27,35.753368036129295,37,26.439615281008678 +32679,39275,1525,2010,MD,Sen-G,2010_Sen-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-24,2010-11-02,9,750,Barbara A. Mikulski,805,DEM,56,62.19298331713797,Eric Wargotz,807,REP,38,35.753368036129295,18,26.439615281008678 +63720,117286,1526,2010,MA,Sen-G,2010_Sen-GS_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-01-04,2010-01-19,15,500,Martha Coakley,13701,DEM,50,47.09533326644713,Scott Brown,13702,REP,41,51.859510552778985,9,-4.764177286331858 +53048,117508,1526,2010,MA,Sen-G,2010_Sen-GS_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-01-04,2010-01-19,15,554,Martha Coakley,13701,DEM,53,47.09533326644713,Scott Brown,13702,REP,36,51.859510552778985,17,-4.764177286331858 +53047,117312,1526,2010,MA,Sen-G,2010_Sen-GS_MA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-01-08,2010-01-19,11,774,Martha Coakley,13701,DEM,47,47.09533326644713,Scott Brown,13702,REP,48,51.859510552778985,-1,-4.764177286331858 +63699,117226,1526,2010,MA,Sen-G,2010_Sen-GS_MA,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2010-01-09,2010-01-19,10,800,Martha Coakley,13701,DEM,50,47.09533326644713,Scott Brown,13702,REP,36,51.859510552778985,14,-4.764177286331858 +63721,117287,1526,2010,MA,Sen-G,2010_Sen-GS_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-01-11,2010-01-19,8,1000,Martha Coakley,13701,DEM,49,47.09533326644713,Scott Brown,13702,REP,47,51.859510552778985,2,-4.764177286331858 +63811,117499,1526,2010,MA,Sen-G,2010_Sen-GS_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-01-12,2010-01-19,7,500,Martha Coakley,13701,DEM,46,47.09533326644713,Scott Brown,13702,REP,50,51.859510552778985,-4,-4.764177286331858 +63617,117082,1526,2010,MA,Sen-G,2010_Sen-GS_MA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2010-01-13,2010-01-19,6,600,Martha Coakley,13701,DEM,45,47.09533326644713,Scott Brown,13702,REP,48,51.859510552778985,-3,-4.764177286331858 +63700,117227,1526,2010,MA,Sen-G,2010_Sen-GS_MA,MRG Research,207,FALSE,FALSE,IVR,NA,2010-01-15,2010-01-19,4,565,Martha Coakley,13701,DEM,41.2,47.09533326644713,Scott Brown,13702,REP,50.8,51.859510552778985,-9.599999999999994,-4.764177286331858 +63622,117090,1526,2010,MA,Sen-G,2010_Sen-GS_MA,CrossTarget,66,FALSE,TRUE,IVR,NA,2010-01-14,2010-01-19,5,946,Martha Coakley,13701,DEM,38.5,47.09533326644713,Scott Brown,13702,REP,53.9,51.859510552778985,-15.399999999999999,-4.764177286331858 +63679,117198,1526,2010,MA,Sen-G,2010_Sen-GS_MA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2010-01-17,2010-01-19,2,804,Martha Coakley,13701,DEM,43.1,47.09533326644713,Scott Brown,13702,REP,52.2,51.859510552778985,-9.100000000000001,-4.764177286331858 +63725,117313,1526,2010,MA,Sen-G,2010_Sen-GS_MA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-01-16,2010-01-19,3,1231,Martha Coakley,13701,DEM,46,47.09533326644713,Scott Brown,13702,REP,51,51.859510552778985,-5,-4.764177286331858 +63618,117083,1526,2010,MA,Sen-G,2010_Sen-GS_MA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2010-01-16,2010-01-19,3,600,Martha Coakley,13701,DEM,45,47.09533326644713,Scott Brown,13702,REP,52,51.859510552778985,-7,-4.764177286331858 +63623,117091,1526,2010,MA,Sen-G,2010_Sen-GS_MA,CrossTarget,66,FALSE,TRUE,IVR,NA,2010-01-17,2010-01-19,2,574,Martha Coakley,13701,DEM,42.3,47.09533326644713,Scott Brown,13702,REP,51.9,51.859510552778985,-9.600000000000001,-4.764177286331858 +32284,38880,1527,2010,MO,Sen-G,2010_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-07,2010-11-02,56,750,Robin Carnahan,4473,DEM,43,40.62639056864579,Roy Blunt,856,REP,53,54.22915490979727,-10,-13.602764341151484 +32857,39453,1527,2010,MO,Sen-G,2010_Sen-G_MO,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-09-16,2010-11-02,47,601,Robin Carnahan,4473,DEM,39,40.62639056864579,Roy Blunt,856,REP,43,54.22915490979727,-4,-13.602764341151484 +32369,38965,1527,2010,MO,Sen-G,2010_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-21,2010-11-02,42,750,Robin Carnahan,4473,DEM,44,40.62639056864579,Roy Blunt,856,REP,52,54.22915490979727,-8,-13.602764341151484 +32858,39454,1527,2010,MO,Sen-G,2010_Sen-G_MO,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2010-09-21,2010-11-02,42,701,Robin Carnahan,4473,DEM,41,40.62639056864579,Roy Blunt,856,REP,45,54.22915490979727,-4,-13.602764341151484 +32459,39055,1527,2010,MO,Sen-G,2010_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-02,2010-11-02,31,1000,Robin Carnahan,4473,DEM,42,40.62639056864579,Roy Blunt,856,REP,50,54.22915490979727,-8,-13.602764341151484 +32490,39086,1527,2010,MO,Sen-G,2010_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-05,2010-11-02,28,750,Robin Carnahan,4473,DEM,43,40.62639056864579,Roy Blunt,856,REP,51,54.22915490979727,-8,-13.602764341151484 +32476,39073,1527,2010,MO,Sen-G,2010_Sen-G_MO,Big Village,37,FALSE,FALSE,NA,NA,2010-10-03,2010-11-02,30,832,Robin Carnahan,4473,DEM,40,40.62639056864579,Roy Blunt,856,REP,53,54.22915490979727,-13,-13.602764341151484 +32583,39179,1527,2010,MO,Sen-G,2010_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-16,2010-11-02,17,1000,Robin Carnahan,4473,DEM,43,40.62639056864579,Roy Blunt,856,REP,49,54.22915490979727,-6,-13.602764341151484 +32576,39172,1527,2010,MO,Sen-G,2010_Sen-G_MO,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2010-10-17,2010-11-02,16,646,Robin Carnahan,4473,DEM,41,40.62639056864579,Roy Blunt,856,REP,46,54.22915490979727,-5,-13.602764341151484 +32617,39213,1527,2010,MO,Sen-G,2010_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-19,2010-11-02,14,750,Robin Carnahan,4473,DEM,43,40.62639056864579,Roy Blunt,856,REP,52,54.22915490979727,-9,-13.602764341151484 +32637,39233,1527,2010,MO,Sen-G,2010_Sen-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,625,Robin Carnahan,4473,DEM,40,40.62639056864579,Roy Blunt,856,REP,49,54.22915490979727,-9,-13.602764341151484 +32717,39313,1527,2010,MO,Sen-G,2010_Sen-G_MO,Missouri State University Center for Social Science and Public Policy Research,212,FALSE,TRUE,Live Phone,NA,2010-10-24,2010-11-02,9,672,Robin Carnahan,4473,DEM,40.7,40.62639056864579,Roy Blunt,856,REP,53.8,54.22915490979727,-13.099999999999994,-13.602764341151484 +32768,39365,1527,2010,MO,Sen-G,2010_Sen-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,789,Robin Carnahan,4473,DEM,42.5,40.62639056864579,Roy Blunt,856,REP,53.6,54.22915490979727,-11.100000000000001,-13.602764341151484 +32282,38878,1528,2010,NV,Sen-G,2010_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-08,2010-11-02,55,625,Harry Reid,930,DEM,46,50.28874250766561,Sharron Angle,928,REP,44,44.546606339859494,2,5.742136167806116 +32291,38887,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-11,2010-11-02,52,1000,Harry Reid,930,DEM,44,50.28874250766561,Sharron Angle,928,REP,45,44.546606339859494,-1,5.742136167806116 +32295,38892,1528,2010,NV,Sen-G,2010_Sen-G_NV,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-11,2010-11-02,52,463,Harry Reid,930,DEM,46,50.28874250766561,Sharron Angle,928,REP,44,44.546606339859494,2,5.742136167806116 +32300,38896,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,750,Harry Reid,930,DEM,48,50.28874250766561,Sharron Angle,928,REP,48,44.546606339859494,0,5.742136167806116 +32307,38902,1528,2010,NV,Sen-G,2010_Sen-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-12,2010-11-02,51,789,Harry Reid,930,DEM,41,50.28874250766561,Sharron Angle,928,REP,42,44.546606339859494,-1,5.742136167806116 +32342,38938,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-18,2010-11-02,45,1000,Harry Reid,930,DEM,45,50.28874250766561,Sharron Angle,928,REP,46,44.546606339859494,-1,5.742136167806116 +32380,38976,1528,2010,NV,Sen-G,2010_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-21,2010-11-02,42,625,Harry Reid,930,DEM,43,50.28874250766561,Sharron Angle,928,REP,43,44.546606339859494,0,5.742136167806116 +32861,39457,1528,2010,NV,Sen-G,2010_Sen-G_NV,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-09-22,2010-11-02,41,500,Harry Reid,930,DEM,45,50.28874250766561,Sharron Angle,928,REP,40,44.546606339859494,5,5.742136167806116 +32420,39016,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-28,2010-11-02,35,750,Harry Reid,930,DEM,48,50.28874250766561,Sharron Angle,928,REP,47,44.546606339859494,1,5.742136167806116 +32458,39054,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-02,2010-11-02,31,1000,Harry Reid,930,DEM,46,50.28874250766561,Sharron Angle,928,REP,49,44.546606339859494,-3,5.742136167806116 +32486,39082,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-05,2010-11-02,28,750,Harry Reid,930,DEM,46,50.28874250766561,Sharron Angle,928,REP,50,44.546606339859494,-4,5.742136167806116 +32478,39074,1528,2010,NV,Sen-G,2010_Sen-G_NV,Big Village,37,FALSE,FALSE,NA,NA,2010-10-03,2010-11-02,30,789,Harry Reid,930,DEM,40,50.28874250766561,Sharron Angle,928,REP,42,44.546606339859494,-2,5.742136167806116 +32514,39110,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-09,2010-11-02,24,1000,Harry Reid,930,DEM,47,50.28874250766561,Sharron Angle,928,REP,49,44.546606339859494,-2,5.742136167806116 +32519,39115,1528,2010,NV,Sen-G,2010_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-08,2010-11-02,25,504,Harry Reid,930,DEM,47,50.28874250766561,Sharron Angle,928,REP,45,44.546606339859494,2,5.742136167806116 +32542,39138,1528,2010,NV,Sen-G,2010_Sen-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-09,2010-11-02,24,500,Harry Reid,930,DEM,46,50.28874250766561,Sharron Angle,928,REP,43,44.546606339859494,3,5.742136167806116 +32549,39145,1528,2010,NV,Sen-G,2010_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-11,2010-11-02,22,625,Harry Reid,930,DEM,45,50.28874250766561,Sharron Angle,928,REP,47,44.546606339859494,-2,5.742136167806116 +32568,39164,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-17,2010-11-02,16,750,Harry Reid,930,DEM,47,50.28874250766561,Sharron Angle,928,REP,50,44.546606339859494,-3,5.742136167806116 +32863,39459,1528,2010,NV,Sen-G,2010_Sen-G_NV,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-20,2010-11-02,13,1884,Harry Reid,930,DEM,39.8,50.28874250766561,Sharron Angle,928,REP,45.7,44.546606339859494,-5.900000000000006,5.742136167806116 +32680,39276,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-25,2010-11-02,8,750,Harry Reid,930,DEM,45,50.28874250766561,Sharron Angle,928,REP,49,44.546606339859494,-4,5.742136167806116 +32702,39298,1528,2010,NV,Sen-G,2010_Sen-G_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,773,Harry Reid,930,DEM,45,50.28874250766561,Sharron Angle,928,REP,49,44.546606339859494,-4,5.742136167806116 +32723,39319,1528,2010,NV,Sen-G,2010_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,625,Harry Reid,930,DEM,45,50.28874250766561,Sharron Angle,928,REP,49,44.546606339859494,-4,5.742136167806116 +32808,39404,1528,2010,NV,Sen-G,2010_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-30,2010-11-02,3,1000,Harry Reid,930,DEM,45,50.28874250766561,Sharron Angle,928,REP,48,44.546606339859494,-3,5.742136167806116 +32789,39385,1528,2010,NV,Sen-G,2010_Sen-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,711,Harry Reid,930,DEM,47,50.28874250766561,Sharron Angle,928,REP,49,44.546606339859494,-2,5.742136167806116 +1065,39400,1528,2010,NV,Sen-G,2010_Sen-G_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,682,Harry Reid,930,DEM,46,50.28874250766561,Sharron Angle,928,REP,47,44.546606339859494,-1,5.742136167806116 +1156,38906,1529,2010,NH,Sen-G,2010_Sen-G_NH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-11,2010-11-02,52,1959,Paul W. Hodes,902,DEM,43,36.846561544720814,Kelly Ayotte,900,REP,47,60.08620879241714,-4,-23.239647247696325 +32317,38913,1529,2010,NH,Sen-G,2010_Sen-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-15,2010-11-02,48,500,Paul W. Hodes,902,DEM,44,36.846561544720814,Kelly Ayotte,900,REP,51,60.08620879241714,-7,-23.239647247696325 +32394,38990,1529,2010,NH,Sen-G,2010_Sen-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2010-09-24,2010-11-02,39,800,Paul W. Hodes,902,DEM,32,36.846561544720814,Kelly Ayotte,900,REP,46,60.08620879241714,-14,-23.239647247696325 +32435,39031,1529,2010,NH,Sen-G,2010_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-09-26,2010-11-02,37,472,Paul W. Hodes,902,DEM,35,36.846561544720814,Kelly Ayotte,900,REP,50,60.08620879241714,-15,-23.239647247696325 +32489,39085,1529,2010,NH,Sen-G,2010_Sen-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2010-10-04,2010-11-02,29,600,Paul W. Hodes,902,DEM,42,36.846561544720814,Kelly Ayotte,900,REP,47,60.08620879241714,-5,-23.239647247696325 +32507,39103,1529,2010,NH,Sen-G,2010_Sen-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-10,2010-11-02,23,750,Paul W. Hodes,902,DEM,44,36.846561544720814,Kelly Ayotte,900,REP,51,60.08620879241714,-7,-23.239647247696325 +32557,39153,1529,2010,NH,Sen-G,2010_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,709,Paul W. Hodes,902,DEM,35,36.846561544720814,Kelly Ayotte,900,REP,50,60.08620879241714,-15,-23.239647247696325 +32864,39460,1529,2010,NH,Sen-G,2010_Sen-G_NH,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-21,2010-11-02,12,744,Paul W. Hodes,902,DEM,33.1,36.846561544720814,Kelly Ayotte,900,REP,55.8,60.08620879241714,-22.699999999999996,-23.239647247696325 +32775,39371,1529,2010,NH,Sen-G,2010_Sen-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,500,Paul W. Hodes,902,DEM,41,36.846561544720814,Kelly Ayotte,900,REP,56,60.08620879241714,-15,-23.239647247696325 +1075,39335,1529,2010,NH,Sen-G,2010_Sen-G_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-28,2010-11-02,5,1308,Paul W. Hodes,902,DEM,41,36.846561544720814,Kelly Ayotte,900,REP,56,60.08620879241714,-15,-23.239647247696325 +32837,39433,1529,2010,NH,Sen-G,2010_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,885,Paul W. Hodes,902,DEM,36,36.846561544720814,Kelly Ayotte,900,REP,54,60.08620879241714,-18,-23.239647247696325 +32339,38950,1530,2010,NY,Sen-G,2010_Sen-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-16,2010-11-02,47,500,Charles E. Schumer,957,DEM,58,63.97868636593681,Jay Townsend,959,REP,36,26.020807745924085,22,37.95787862001272 +32374,38971,1530,2010,NY,Sen-G,2010_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-09-18,2010-11-02,45,751,Charles E. Schumer,957,DEM,54,63.97868636593681,Jay Townsend,959,REP,38,26.020807745924085,16,37.95787862001272 +32372,38969,1530,2010,NY,Sen-G,2010_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-20,2010-11-02,43,572,Charles E. Schumer,957,DEM,54,63.97868636593681,Jay Townsend,959,REP,33,26.020807745924085,21,37.95787862001272 +32370,38967,1530,2010,NY,Sen-G,2010_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-09-18,2010-11-02,45,801,Charles E. Schumer,957,DEM,63,63.97868636593681,Jay Townsend,959,REP,30,26.020807745924085,33,37.95787862001272 +32403,39001,1530,2010,NY,Sen-G,2010_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-21,2010-11-02,42,617,Charles E. Schumer,957,DEM,59,63.97868636593681,Jay Townsend,959,REP,38,26.020807745924085,21,37.95787862001272 +32472,39069,1530,2010,NY,Sen-G,2010_Sen-G_NY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-02,2010-11-02,31,592,Charles E. Schumer,957,DEM,59,63.97868636593681,Jay Townsend,959,REP,37,26.020807745924085,22,37.95787862001272 +32480,39078,1530,2010,NY,Sen-G,2010_Sen-G_NY,Big Village,37,FALSE,FALSE,NA,NA,2010-10-03,2010-11-02,30,585,Charles E. Schumer,957,DEM,57,63.97868636593681,Jay Townsend,959,REP,41,26.020807745924085,16,37.95787862001272 +32496,39093,1530,2010,NY,Sen-G,2010_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-10-03,2010-11-02,30,1141,Charles E. Schumer,957,DEM,63,63.97868636593681,Jay Townsend,959,REP,32,26.020807745924085,31,37.95787862001272 +32499,39096,1530,2010,NY,Sen-G,2010_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,627,Charles E. Schumer,957,DEM,60,63.97868636593681,Jay Townsend,959,REP,30,26.020807745924085,30,37.95787862001272 +32522,39118,1530,2010,NY,Sen-G,2010_Sen-G_NY,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-06,2010-11-02,27,500,Charles E. Schumer,957,DEM,67,63.97868636593681,Jay Townsend,959,REP,27,26.020807745924085,40,37.95787862001272 +53158,137600,1530,2010,NY,Sen-G,2010_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-12,2010-11-02,21,633,Charles E. Schumer,957,DEM,63,63.97868636593681,Jay Townsend,959,REP,30,26.020807745924085,33,37.95787862001272 +32579,39178,1530,2010,NY,Sen-G,2010_Sen-G_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2010-10-12,2010-11-02,21,927,Charles E. Schumer,957,DEM,61,63.97868636593681,Jay Townsend,959,REP,21,26.020807745924085,40,37.95787862001272 +32600,39196,1530,2010,NY,Sen-G,2010_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,647,Charles E. Schumer,957,DEM,67,63.97868636593681,Jay Townsend,959,REP,28,26.020807745924085,39,37.95787862001272 +32622,39224,1530,2010,NY,Sen-G,2010_Sen-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-19,2010-11-02,14,500,Charles E. Schumer,957,DEM,59,63.97868636593681,Jay Townsend,959,REP,31,26.020807745924085,28,37.95787862001272 +32631,39227,1530,2010,NY,Sen-G,2010_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,505,Charles E. Schumer,957,DEM,63,63.97868636593681,Jay Townsend,959,REP,35,26.020807745924085,28,37.95787862001272 +32684,39280,1530,2010,NY,Sen-G,2010_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,672,Charles E. Schumer,957,DEM,64,63.97868636593681,Jay Townsend,959,REP,32,26.020807745924085,32,37.95787862001272 +32773,39366,1530,2010,NY,Sen-G,2010_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,415,Charles E. Schumer,957,DEM,60,63.97868636593681,Jay Townsend,959,REP,36,26.020807745924085,24,37.95787862001272 +32724,39322,1530,2010,NY,Sen-G,2010_Sen-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,819,Charles E. Schumer,957,DEM,59,63.97868636593681,Jay Townsend,959,REP,35,26.020807745924085,24,37.95787862001272 +32778,39378,1530,2010,NY,Sen-G,2010_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-27,2010-11-02,6,544,Charles E. Schumer,957,DEM,62,63.97868636593681,Jay Townsend,959,REP,32,26.020807745924085,30,37.95787862001272 +32814,39410,1530,2010,NY,Sen-G,2010_Sen-G_NY,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-28,2010-11-02,5,541,Charles E. Schumer,957,DEM,61,63.97868636593681,Jay Townsend,959,REP,35,26.020807745924085,26,37.95787862001272 +32781,39377,1530,2010,NY,Sen-G,2010_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,603,Charles E. Schumer,957,DEM,64,63.97868636593681,Jay Townsend,959,REP,32,26.020807745924085,32,37.95787862001272 +32818,39415,1530,2010,NY,Sen-G,2010_Sen-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,578,Charles E. Schumer,957,DEM,60,63.97868636593681,Jay Townsend,959,REP,34,26.020807745924085,26,37.95787862001272 +32339,38935,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-16,2010-11-02,47,500,Kirsten E. Gillibrand,4481,DEM,49,59.64484454986564,Joseph J. DioGuardi,4482,REP,39,28.129690486975147,10,31.515154062890492 +32374,38970,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-09-18,2010-11-02,45,751,Kirsten E. Gillibrand,4481,DEM,48,59.64484454986564,Joseph J. DioGuardi,4482,REP,42,28.129690486975147,6,31.515154062890492 +32372,38968,1531,2010,NY,Sen-G,2010_Sen-GS_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-20,2010-11-02,43,572,Kirsten E. Gillibrand,4481,DEM,45,59.64484454986564,Joseph J. DioGuardi,4482,REP,44,28.129690486975147,1,31.515154062890492 +32370,38966,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-09-18,2010-11-02,45,801,Kirsten E. Gillibrand,4481,DEM,57,59.64484454986564,Joseph J. DioGuardi,4482,REP,31,28.129690486975147,26,31.515154062890492 +32403,38999,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-21,2010-11-02,42,617,Kirsten E. Gillibrand,4481,DEM,54,59.64484454986564,Joseph J. DioGuardi,4482,REP,42,28.129690486975147,12,31.515154062890492 +32472,39068,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-02,2010-11-02,31,592,Kirsten E. Gillibrand,4481,DEM,50,59.64484454986564,Joseph J. DioGuardi,4482,REP,40,28.129690486975147,10,31.515154062890492 +32480,39076,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Big Village,37,FALSE,FALSE,NA,NA,2010-10-03,2010-11-02,30,585,Kirsten E. Gillibrand,4481,DEM,55,59.64484454986564,Joseph J. DioGuardi,4482,REP,41,28.129690486975147,14,31.515154062890492 +32496,39092,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2010-10-03,2010-11-02,30,1141,Kirsten E. Gillibrand,4481,DEM,55,59.64484454986564,Joseph J. DioGuardi,4482,REP,34,28.129690486975147,21,31.515154062890492 +32499,39095,1531,2010,NY,Sen-G,2010_Sen-GS_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,627,Kirsten E. Gillibrand,4481,DEM,54,59.64484454986564,Joseph J. DioGuardi,4482,REP,35,28.129690486975147,19,31.515154062890492 +53158,137601,1531,2010,NY,Sen-G,2010_Sen-GS_NY,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-12,2010-11-02,21,633,Kirsten E. Gillibrand,4481,DEM,54,59.64484454986564,Joseph J. DioGuardi,4482,REP,36,28.129690486975147,18,31.515154062890492 +32579,39177,1531,2010,NY,Sen-G,2010_Sen-GS_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2010-10-12,2010-11-02,21,927,Kirsten E. Gillibrand,4481,DEM,50,59.64484454986564,Joseph J. DioGuardi,4482,REP,25,28.129690486975147,25,31.515154062890492 +32600,39195,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,647,Kirsten E. Gillibrand,4481,DEM,60,59.64484454986564,Joseph J. DioGuardi,4482,REP,31,28.129690486975147,29,31.515154062890492 +32622,39218,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-19,2010-11-02,14,500,Kirsten E. Gillibrand,4481,DEM,54,59.64484454986564,Joseph J. DioGuardi,4482,REP,33,28.129690486975147,21,31.515154062890492 +32631,39226,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,505,Kirsten E. Gillibrand,4481,DEM,56,59.64484454986564,Joseph J. DioGuardi,4482,REP,38,28.129690486975147,18,31.515154062890492 +32684,39279,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,672,Kirsten E. Gillibrand,4481,DEM,57,59.64484454986564,Joseph J. DioGuardi,4482,REP,34,28.129690486975147,23,31.515154062890492 +32773,39367,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,415,Kirsten E. Gillibrand,4481,DEM,55,59.64484454986564,Joseph J. DioGuardi,4482,REP,40,28.129690486975147,15,31.515154062890492 +32724,39321,1531,2010,NY,Sen-G,2010_Sen-GS_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,819,Kirsten E. Gillibrand,4481,DEM,57,59.64484454986564,Joseph J. DioGuardi,4482,REP,33,28.129690486975147,24,31.515154062890492 +32778,39374,1531,2010,NY,Sen-G,2010_Sen-GS_NY,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-27,2010-11-02,6,544,Kirsten E. Gillibrand,4481,DEM,56,59.64484454986564,Joseph J. DioGuardi,4482,REP,36,28.129690486975147,20,31.515154062890492 +32814,39411,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-28,2010-11-02,5,508,Kirsten E. Gillibrand,4481,DEM,59,59.64484454986564,Joseph J. DioGuardi,4482,REP,38,28.129690486975147,21,31.515154062890492 +32781,39373,1531,2010,NY,Sen-G,2010_Sen-GS_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,603,Kirsten E. Gillibrand,4481,DEM,57,59.64484454986564,Joseph J. DioGuardi,4482,REP,37,28.129690486975147,20,31.515154062890492 +32818,39414,1531,2010,NY,Sen-G,2010_Sen-GS_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,578,Kirsten E. Gillibrand,4481,DEM,58.1,59.64484454986564,Joseph J. DioGuardi,4482,REP,34.5,28.129690486975147,23.6,31.515154062890492 +32283,38879,1532,2010,NC,Sen-G,2010_Sen-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-08,2010-11-02,55,500,Elaine Marshall,878,DEM,38,43.04661628470433,Richard Burr,875,REP,54,54.81213151940224,-16,-11.765515234697915 +32301,38897,1532,2010,NC,Sen-G,2010_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-12,2010-11-02,51,582,Elaine Marshall,878,DEM,34,43.04661628470433,Richard Burr,875,REP,58,54.81213151940224,-24,-11.765515234697915 +32860,39456,1532,2010,NC,Sen-G,2010_Sen-G_NC,National Research,225,FALSE,FALSE,NA,NA,2010-09-16,2010-11-02,47,600,Elaine Marshall,878,DEM,31,43.04661628470433,Richard Burr,875,REP,51,54.81213151940224,-20,-11.765515234697915 +32421,39017,1532,2010,NC,Sen-G,2010_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-25,2010-11-02,38,681,Elaine Marshall,878,DEM,36,43.04661628470433,Richard Burr,875,REP,49,54.81213151940224,-13,-11.765515234697915 +32503,39099,1532,2010,NC,Sen-G,2010_Sen-G_NC,High Point University Survey Research Center,139,TRUE,FALSE,NA,NA,2010-09-27,2010-11-02,36,400,Elaine Marshall,878,DEM,31,43.04661628470433,Richard Burr,875,REP,45,54.81213151940224,-14,-11.765515234697915 +32544,39140,1532,2010,NC,Sen-G,2010_Sen-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-12,2010-11-02,21,500,Elaine Marshall,878,DEM,38,43.04661628470433,Richard Burr,875,REP,52,54.81213151940224,-14,-11.765515234697915 +32590,39186,1532,2010,NC,Sen-G,2010_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-16,2010-11-02,17,597,Elaine Marshall,878,DEM,40,43.04661628470433,Richard Burr,875,REP,48,54.81213151940224,-8,-11.765515234697915 +32662,39258,1532,2010,NC,Sen-G,2010_Sen-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,600,Elaine Marshall,878,DEM,34,43.04661628470433,Richard Burr,875,REP,44,54.81213151940224,-10,-11.765515234697915 +32678,39274,1532,2010,NC,Sen-G,2010_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,590,Elaine Marshall,878,DEM,38,43.04661628470433,Richard Burr,875,REP,53,54.81213151940224,-15,-11.765515234697915 +32836,39432,1532,2010,NC,Sen-G,2010_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,847,Elaine Marshall,878,DEM,40,43.04661628470433,Richard Burr,875,REP,52,54.81213151940224,-12,-11.765515234697915 +32387,38983,1533,2010,ND,Sen-G,2010_Sen-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-20,2010-11-02,43,500,Tracy Potter,882,DEM,25,22.20018949080634,John Hoeven,881,REP,68,76.16901573779839,-43,-53.96882624699205 +32649,39245,1533,2010,ND,Sen-G,2010_Sen-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,500,Tracy Potter,882,DEM,25,22.20018949080634,John Hoeven,881,REP,72,76.16901573779839,-47,-53.96882624699205 +32289,38885,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,NA,2010-09-11,2010-11-02,52,1000,Lee Fisher,985,DEM,41,39.40388949379544,Rob Portman,986,REP,48,56.84629857476794,-7,-17.442409080972503 +32299,38895,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,750,Lee Fisher,985,DEM,41,39.40388949379544,Rob Portman,986,REP,49,56.84629857476794,-8,-17.442409080972503 +32298,38894,1534,2010,OH,Sen-G,2010_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-12,2010-11-02,51,641,Lee Fisher,985,DEM,40,39.40388949379544,Rob Portman,986,REP,49,56.84629857476794,-9,-17.442409080972503 +32308,38904,1534,2010,OH,Sen-G,2010_Sen-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-12,2010-11-02,51,820,Lee Fisher,985,DEM,41,39.40388949379544,Rob Portman,986,REP,52,56.84629857476794,-11,-17.442409080972503 +32324,38920,1534,2010,OH,Sen-G,2010_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-11,2010-11-02,52,730,Lee Fisher,985,DEM,35,39.40388949379544,Rob Portman,986,REP,55,56.84629857476794,-20,-17.442409080972503 +32346,38942,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-18,2010-11-02,45,1000,Lee Fisher,985,DEM,36,39.40388949379544,Rob Portman,986,REP,49,56.84629857476794,-13,-17.442409080972503 +32385,38981,1534,2010,OH,Sen-G,2010_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2010-09-18,2010-11-02,45,852,Lee Fisher,985,DEM,40,39.40388949379544,Rob Portman,986,REP,55,56.84629857476794,-15,-17.442409080972503 +32399,38995,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,Lee Fisher,985,DEM,37,39.40388949379544,Rob Portman,986,REP,50,56.84629857476794,-13,-17.442409080972503 +32407,39003,1534,2010,OH,Sen-G,2010_Sen-G_OH,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-24,2010-11-02,39,440,Lee Fisher,985,DEM,37,39.40388949379544,Rob Portman,986,REP,50,56.84629857476794,-13,-17.442409080972503 +32465,39061,1534,2010,OH,Sen-G,2010_Sen-G_OH,Ipsos,154,TRUE,FALSE,Live Phone,NA,2010-09-25,2010-11-02,38,600,Lee Fisher,985,DEM,38,39.40388949379544,Rob Portman,986,REP,41,56.84629857476794,-3,-17.442409080972503 +32431,39027,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-27,2010-11-02,36,500,Lee Fisher,985,DEM,42,39.40388949379544,Rob Portman,986,REP,51,56.84629857476794,-9,-17.442409080972503 +32577,137180,1534,2010,OH,Sen-G,2010_Sen-G_OH,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2010-09-25,2010-11-02,38,941,Lee Fisher,985,DEM,34,39.40388949379544,Rob Portman,986,REP,45,56.84629857476794,-11,-17.442409080972503 +42376,39056,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-02,2010-11-02,31,1000,Lee Fisher,985,DEM,37,39.40388949379544,Rob Portman,986,REP,53,56.84629857476794,-16,-17.442409080972503 +32470,39066,1534,2010,OH,Sen-G,2010_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-01,2010-11-02,32,1025,Lee Fisher,985,DEM,36,39.40388949379544,Rob Portman,986,REP,55,56.84629857476794,-19,-17.442409080972503 +32493,39089,1534,2010,OH,Sen-G,2010_Sen-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-10-05,2010-11-02,28,500,Lee Fisher,985,DEM,37,39.40388949379544,Rob Portman,986,REP,47,56.84629857476794,-10,-17.442409080972503 +32501,39097,1534,2010,OH,Sen-G,2010_Sen-G_OH,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-07,2010-11-02,26,500,Lee Fisher,985,DEM,43,39.40388949379544,Rob Portman,986,REP,52,56.84629857476794,-9,-17.442409080972503 +42359,39108,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-09,2010-11-02,24,1000,Lee Fisher,985,DEM,35,39.40388949379544,Rob Portman,986,REP,52,56.84629857476794,-17,-17.442409080972503 +32526,39122,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-11,2010-11-02,22,750,Lee Fisher,985,DEM,34,39.40388949379544,Rob Portman,986,REP,57,56.84629857476794,-23,-17.442409080972503 +32561,39157,1534,2010,OH,Sen-G,2010_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,652,Lee Fisher,985,DEM,36,39.40388949379544,Rob Portman,986,REP,58,56.84629857476794,-22,-17.442409080972503 +32601,39197,1534,2010,OH,Sen-G,2010_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-14,2010-11-02,19,1188,Lee Fisher,985,DEM,34,39.40388949379544,Rob Portman,986,REP,55,56.84629857476794,-21,-17.442409080972503 +32644,39240,1534,2010,OH,Sen-G,2010_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,839,Lee Fisher,985,DEM,39,39.40388949379544,Rob Portman,986,REP,58,56.84629857476794,-19,-17.442409080972503 +32865,39461,1534,2010,OH,Sen-G,2010_Sen-G_OH,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,2060,Lee Fisher,985,DEM,35.3,39.40388949379544,Rob Portman,986,REP,53.6,56.84629857476794,-18.300000000000004,-17.442409080972503 +32615,39211,1534,2010,OH,Sen-G,2010_Sen-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,863,Lee Fisher,985,DEM,40,39.40388949379544,Rob Portman,986,REP,55,56.84629857476794,-15,-17.442409080972503 +32663,39259,1534,2010,OH,Sen-G,2010_Sen-G_OH,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,500,Lee Fisher,985,DEM,38,39.40388949379544,Rob Portman,986,REP,49,56.84629857476794,-11,-17.442409080972503 +32674,39270,1534,2010,OH,Sen-G,2010_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,686,Lee Fisher,985,DEM,36,39.40388949379544,Rob Portman,986,REP,53,56.84629857476794,-17,-17.442409080972503 +32759,39355,1534,2010,OH,Sen-G,2010_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-26,2010-11-02,7,750,Lee Fisher,985,DEM,33,39.40388949379544,Rob Portman,986,REP,57,56.84629857476794,-24,-17.442409080972503 +32707,39303,1534,2010,OH,Sen-G,2010_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,613,Lee Fisher,985,DEM,37,39.40388949379544,Rob Portman,986,REP,52,56.84629857476794,-15,-17.442409080972503 +32734,39331,1534,2010,OH,Sen-G,2010_Sen-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,805,Lee Fisher,985,DEM,40,39.40388949379544,Rob Portman,986,REP,53,56.84629857476794,-13,-17.442409080972503 +32812,39408,1534,2010,OH,Sen-G,2010_Sen-G_OH,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2010-10-28,2010-11-02,5,492,Lee Fisher,985,DEM,40,39.40388949379544,Rob Portman,986,REP,57,56.84629857476794,-17,-17.442409080972503 +32780,39376,1534,2010,OH,Sen-G,2010_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2010-10-24,2010-11-02,9,1445,Lee Fisher,985,DEM,40,39.40388949379544,Rob Portman,986,REP,56,56.84629857476794,-16,-17.442409080972503 +32779,39375,1534,2010,OH,Sen-G,2010_Sen-G_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-29,2010-11-02,4,1356,Lee Fisher,985,DEM,39,39.40388949379544,Rob Portman,986,REP,57,56.84629857476794,-18,-17.442409080972503 +32832,39428,1534,2010,OH,Sen-G,2010_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,848,Lee Fisher,985,DEM,37,39.40388949379544,Rob Portman,986,REP,56,56.84629857476794,-19,-17.442409080972503 +32824,39421,1534,2010,OH,Sen-G,2010_Sen-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,560,Lee Fisher,985,DEM,39,39.40388949379544,Rob Portman,986,REP,52,56.84629857476794,-13,-17.442409080972503 +32816,39412,1534,2010,OH,Sen-G,2010_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,930,Lee Fisher,985,DEM,39,39.40388949379544,Rob Portman,986,REP,60,56.84629857476794,-21,-17.442409080972503 +32432,39028,1535,2010,OK,Sen-G,2010_Sen-G_OK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-23,2010-11-02,40,500,Jim Rogers,993,DEM,26,26.13318966407151,Tom Coburn,991,REP,68,70.63670979038511,-42,-44.5035201263136 +32574,39170,1535,2010,OK,Sen-G,2010_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2010-10-05,2010-11-02,28,352,Jim Rogers,993,DEM,22,26.13318966407151,Tom Coburn,991,REP,62,70.63670979038511,-40,-44.5035201263136 +32321,38917,1536,2010,OR,Sen-G,2010_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-13,2010-11-02,50,562,Ron Wyden,1002,DEM,54,57.22403070038015,Jim Huffman,1003,REP,38,39.24883611952962,16,17.975194580850527 +32529,39125,1536,2010,OR,Sen-G,2010_Sen-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-10,2010-11-02,23,750,Ron Wyden,1002,DEM,52,57.22403070038015,Jim Huffman,1003,REP,36,39.24883611952962,16,17.975194580850527 +32867,39463,1536,2010,OR,Sen-G,2010_Sen-G_OR,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-13,2010-11-02,20,2237,Ron Wyden,1002,DEM,52.7,57.22403070038015,Jim Huffman,1003,REP,39,39.24883611952962,13.700000000000003,17.975194580850527 +32569,137602,1536,2010,OR,Sen-G,2010_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-13,2010-11-02,20,652,Ron Wyden,1002,DEM,56,57.22403070038015,Jim Huffman,1003,REP,34,39.24883611952962,22,17.975194580850527 +32597,39193,1536,2010,OR,Sen-G,2010_Sen-G_OR,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-16,2010-11-02,17,1229,Ron Wyden,1002,DEM,56,57.22403070038015,Jim Huffman,1003,REP,40,39.24883611952962,16,17.975194580850527 +32713,39309,1536,2010,OR,Sen-G,2010_Sen-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-25,2010-11-02,8,750,Ron Wyden,1002,DEM,53,57.22403070038015,Jim Huffman,1003,REP,42,39.24883611952962,11,17.975194580850527 +32748,39344,1536,2010,OR,Sen-G,2010_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-25,2010-11-02,8,580,Ron Wyden,1002,DEM,57,57.22403070038015,Jim Huffman,1003,REP,32,39.24883611952962,25,17.975194580850527 +32290,38886,1537,2010,PA,Sen-G,2010_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-11,2010-11-02,52,1000,Joe Sestak,1032,DEM,41,48.99150530927598,Patrick J. Toomey,2537,REP,47,51.008494690724014,-6,-2.0169893814480346 +32314,38910,1537,2010,PA,Sen-G,2010_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,750,Joe Sestak,1032,DEM,41,48.99150530927598,Patrick J. Toomey,2537,REP,49,51.008494690724014,-8,-2.0169893814480346 +32330,38926,1537,2010,PA,Sen-G,2010_Sen-G_PA,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-09-15,2010-11-02,48,600,Joe Sestak,1032,DEM,36,48.99150530927598,Patrick J. Toomey,2537,REP,40,51.008494690724014,-4,-2.0169893814480346 +32345,38941,1537,2010,PA,Sen-G,2010_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-18,2010-11-02,45,1000,Joe Sestak,1032,DEM,40,48.99150530927598,Patrick J. Toomey,2537,REP,48,51.008494690724014,-8,-2.0169893814480346 +32350,38946,1537,2010,PA,Sen-G,2010_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-17,2010-11-02,46,684,Joe Sestak,1032,DEM,43,48.99150530927598,Patrick J. Toomey,2537,REP,50,51.008494690724014,-7,-2.0169893814480346 +32395,38991,1537,2010,PA,Sen-G,2010_Sen-G_PA,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2010-09-21,2010-11-02,42,1430,Joe Sestak,1032,DEM,40.6,48.99150530927598,Patrick J. Toomey,2537,REP,49.4,51.008494690724014,-8.799999999999997,-2.0169893814480346 +32363,38959,1537,2010,PA,Sen-G,2010_Sen-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-19,2010-11-02,44,741,Joe Sestak,1032,DEM,44,48.99150530927598,Patrick J. Toomey,2537,REP,49,51.008494690724014,-5,-2.0169893814480346 +32381,38977,1537,2010,PA,Sen-G,2010_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-09-20,2010-11-02,43,445,Joe Sestak,1032,DEM,39,48.99150530927598,Patrick J. Toomey,2537,REP,46,51.008494690724014,-7,-2.0169893814480346 +32411,39007,1537,2010,PA,Sen-G,2010_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,800,Joe Sestak,1032,DEM,42,48.99150530927598,Patrick J. Toomey,2537,REP,45,51.008494690724014,-3,-2.0169893814480346 +32412,39008,1537,2010,PA,Sen-G,2010_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2010-09-23,2010-11-02,40,436,Joe Sestak,1032,DEM,29,48.99150530927598,Patrick J. Toomey,2537,REP,38,51.008494690724014,-9,-2.0169893814480346 +32408,39004,1537,2010,PA,Sen-G,2010_Sen-G_PA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2010-09-26,2010-11-02,37,500,Joe Sestak,1032,DEM,40,48.99150530927598,Patrick J. Toomey,2537,REP,45,51.008494690724014,-5,-2.0169893814480346 +73089,137038,1537,2010,PA,Sen-G,2010_Sen-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-27,2010-11-02,36,468,Joe Sestak,1032,DEM,42,48.99150530927598,Patrick J. Toomey,2537,REP,51,51.008494690724014,-9,-2.0169893814480346 +32445,39041,1537,2010,PA,Sen-G,2010_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-29,2010-11-02,34,750,Joe Sestak,1032,DEM,40,48.99150530927598,Patrick J. Toomey,2537,REP,49,51.008494690724014,-9,-2.0169893814480346 +32467,39063,1537,2010,PA,Sen-G,2010_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-01,2010-11-02,32,577,Joe Sestak,1032,DEM,38,48.99150530927598,Patrick J. Toomey,2537,REP,45,51.008494690724014,-7,-2.0169893814480346 +32552,39148,1537,2010,PA,Sen-G,2010_Sen-G_PA,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2010-10-05,2010-11-02,28,800,Joe Sestak,1032,DEM,45,48.99150530927598,Patrick J. Toomey,2537,REP,46,51.008494690724014,-1,-2.0169893814480346 +32870,39466,1537,2010,PA,Sen-G,2010_Sen-G_PA,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-07,2010-11-02,26,2236,Joe Sestak,1032,DEM,40.1,48.99150530927598,Patrick J. Toomey,2537,REP,47.7,51.008494690724014,-7.600000000000001,-2.0169893814480346 +32553,39149,1537,2010,PA,Sen-G,2010_Sen-G_PA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2010-10-09,2010-11-02,24,604,Joe Sestak,1032,DEM,47,48.99150530927598,Patrick J. Toomey,2537,REP,44,51.008494690724014,3,-2.0169893814480346 +32550,39146,1537,2010,PA,Sen-G,2010_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-12,2010-11-02,21,750,Joe Sestak,1032,DEM,39,48.99150530927598,Patrick J. Toomey,2537,REP,49,51.008494690724014,-10,-2.0169893814480346 +32623,39219,1537,2010,PA,Sen-G,2010_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-15,2010-11-02,18,1046,Joe Sestak,1032,DEM,46,48.99150530927598,Patrick J. Toomey,2537,REP,48,51.008494690724014,-2,-2.0169893814480346 +32585,39181,1537,2010,PA,Sen-G,2010_Sen-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-17,2010-11-02,16,718,Joe Sestak,1032,DEM,46,48.99150530927598,Patrick J. Toomey,2537,REP,45,51.008494690724014,1,-2.0169893814480346 +32607,39203,1537,2010,PA,Sen-G,2010_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,403,Joe Sestak,1032,DEM,44,48.99150530927598,Patrick J. Toomey,2537,REP,41,51.008494690724014,3,-2.0169893814480346 +32632,39228,1537,2010,PA,Sen-G,2010_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,750,Joe Sestak,1032,DEM,44,48.99150530927598,Patrick J. Toomey,2537,REP,48,51.008494690724014,-4,-2.0169893814480346 +32655,39251,1537,2010,PA,Sen-G,2010_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-22,2010-11-02,11,445,Joe Sestak,1032,DEM,43,48.99150530927598,Patrick J. Toomey,2537,REP,46,51.008494690724014,-3,-2.0169893814480346 +32672,39268,1537,2010,PA,Sen-G,2010_Sen-G_PA,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-23,2010-11-02,10,400,Joe Sestak,1032,DEM,46,48.99150530927598,Patrick J. Toomey,2537,REP,46,51.008494690724014,0,-2.0169893814480346 +32685,39283,1537,2010,PA,Sen-G,2010_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,489,Joe Sestak,1032,DEM,40,48.99150530927598,Patrick J. Toomey,2537,REP,48,51.008494690724014,-8,-2.0169893814480346 +32696,39291,1537,2010,PA,Sen-G,2010_Sen-G_PA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,823,Joe Sestak,1032,DEM,45,48.99150530927598,Patrick J. Toomey,2537,REP,49,51.008494690724014,-4,-2.0169893814480346 +32709,39305,1537,2010,PA,Sen-G,2010_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,460,Joe Sestak,1032,DEM,40,48.99150530927598,Patrick J. Toomey,2537,REP,48,51.008494690724014,-8,-2.0169893814480346 +32783,39379,1537,2010,PA,Sen-G,2010_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-26,2010-11-02,7,800,Joe Sestak,1032,DEM,44,48.99150530927598,Patrick J. Toomey,2537,REP,46,51.008494690724014,-2,-2.0169893814480346 +32740,39336,1537,2010,PA,Sen-G,2010_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,750,Joe Sestak,1032,DEM,46,48.99150530927598,Patrick J. Toomey,2537,REP,50,51.008494690724014,-4,-2.0169893814480346 +32752,39348,1537,2010,PA,Sen-G,2010_Sen-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,461,Joe Sestak,1032,DEM,45,48.99150530927598,Patrick J. Toomey,2537,REP,52,51.008494690724014,-7,-2.0169893814480346 +32731,39345,1537,2010,PA,Sen-G,2010_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,779,Joe Sestak,1032,DEM,44,48.99150530927598,Patrick J. Toomey,2537,REP,50,51.008494690724014,-6,-2.0169893814480346 +32828,39424,1537,2010,PA,Sen-G,2010_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,1244,Joe Sestak,1032,DEM,45,48.99150530927598,Patrick J. Toomey,2537,REP,50,51.008494690724014,-5,-2.0169893814480346 +32834,39430,1537,2010,PA,Sen-G,2010_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2010-10-30,2010-11-02,3,474,Joe Sestak,1032,DEM,44,48.99150530927598,Patrick J. Toomey,2537,REP,48,51.008494690724014,-4,-2.0169893814480346 +32800,39396,1537,2010,PA,Sen-G,2010_Sen-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,772,Joe Sestak,1032,DEM,46,48.99150530927598,Patrick J. Toomey,2537,REP,51,51.008494690724014,-5,-2.0169893814480346 +32822,39418,1537,2010,PA,Sen-G,2010_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,570,Joe Sestak,1032,DEM,44,48.99150530927598,Patrick J. Toomey,2537,REP,48,51.008494690724014,-4,-2.0169893814480346 +32388,38984,1538,2010,SC,Sen-G,2010_Sen-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-22,2010-11-02,41,500,Alvin Greene,1055,DEM,21,27.646319288683447,Jim DeMint,1053,REP,64,61.478214186597754,-43,-33.83189489791431 +32437,39033,1538,2010,SC,Sen-G,2010_Sen-G_SC,Crantford Research,62,FALSE,FALSE,IVR,NA,2010-09-30,2010-11-02,33,634,Alvin Greene,1055,DEM,23,27.646319288683447,Jim DeMint,1053,REP,56,61.478214186597754,-33,-33.83189489791431 +32533,39129,1538,2010,SC,Sen-G,2010_Sen-G_SC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2010-10-07,2010-11-02,26,741,Alvin Greene,1055,DEM,11.2,27.646319288683447,Jim DeMint,1053,REP,58.3,61.478214186597754,-47.099999999999994,-33.83189489791431 +32654,39250,1538,2010,SC,Sen-G,2010_Sen-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-19,2010-11-02,14,500,Alvin Greene,1055,DEM,21,27.646319288683447,Jim DeMint,1053,REP,58,61.478214186597754,-37,-33.83189489791431 +32332,38928,1540,2010,UT,Sen-G,2010_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2010-09-10,2010-11-02,53,600,Samuel Frank Granato,2543,DEM,25,32.76182013909062,Mike Lee,1090,REP,52,61.5831382533363,-27,-28.821318114245685 +53321,137425,1540,2010,UT,Sen-G,2010_Sen-G_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-13,2010-11-02,20,500,Samuel Frank Granato,2543,DEM,28,32.76182013909062,Mike Lee,1090,REP,61,61.5831382533363,-33,-28.821318114245685 +32573,39169,1540,2010,UT,Sen-G,2010_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,600,Samuel Frank Granato,2543,DEM,31,32.76182013909062,Mike Lee,1090,REP,53,61.5831382533363,-22,-28.821318114245685 +32750,39346,1540,2010,UT,Sen-G,2010_Sen-G_UT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,625,Samuel Frank Granato,2543,DEM,32,32.76182013909062,Mike Lee,1090,REP,48,61.5831382533363,-16,-28.821318114245685 +32774,39370,1540,2010,UT,Sen-G,2010_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,1206,Samuel Frank Granato,2543,DEM,30,32.76182013909062,Mike Lee,1090,REP,57,61.5831382533363,-27,-28.821318114245685 +32303,38899,1541,2010,VT,Sen-G,2010_Sen-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,500,Patrick J. Leahy,1108,DEM,62,64.32616996487766,Leonard Wheeler Britton,1107,REP,32,30.91233023497096,30,33.413839729906705 +32559,39155,1541,2010,VT,Sen-G,2010_Sen-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-12,2010-11-02,21,625,Patrick J. Leahy,1108,DEM,62,64.32616996487766,Leonard Wheeler Britton,1107,REP,27,30.91233023497096,35,33.413839729906705 +32294,38890,1542,2010,WA,Sen-G,2010_Sen-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2010-09-11,2010-11-02,52,501,Patty Murray,1124,DEM,50,52.364825848813304,Dino Rossi,1125,REP,41,47.635174151186696,9,4.729651697626608 +32322,38918,1542,2010,WA,Sen-G,2010_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-14,2010-11-02,49,750,Patty Murray,1124,DEM,51,52.364825848813304,Dino Rossi,1125,REP,46,47.635174151186696,5,4.729651697626608 +32311,38907,1542,2010,WA,Sen-G,2010_Sen-G_WA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-12,2010-11-02,51,906,Patty Murray,1124,DEM,53,52.364825848813304,Dino Rossi,1125,REP,44,47.635174151186696,9,4.729651697626608 +32376,38972,1542,2010,WA,Sen-G,2010_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-09-20,2010-11-02,43,609,Patty Murray,1124,DEM,50,52.364825848813304,Dino Rossi,1125,REP,48,47.635174151186696,2,4.729651697626608 +32398,38994,1542,2010,WA,Sen-G,2010_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,Patty Murray,1124,DEM,48,52.364825848813304,Dino Rossi,1125,REP,47,47.635174151186696,1,4.729651697626608 +32498,39094,1542,2010,WA,Sen-G,2010_Sen-G_WA,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2010-09-26,2010-11-02,37,500,Patty Murray,1124,DEM,42,52.364825848813304,Dino Rossi,1125,REP,48,47.635174151186696,-6,4.729651697626608 +32416,39012,1542,2010,WA,Sen-G,2010_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-28,2010-11-02,35,750,Patty Murray,1124,DEM,47,52.364825848813304,Dino Rossi,1125,REP,48,47.635174151186696,-1,4.729651697626608 +32495,39091,1542,2010,WA,Sen-G,2010_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-06,2010-11-02,27,750,Patty Murray,1124,DEM,46,52.364825848813304,Dino Rossi,1125,REP,49,47.635174151186696,-3,4.729651697626608 +32869,39465,1542,2010,WA,Sen-G,2010_Sen-G_WA,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-08,2010-11-02,25,1991,Patty Murray,1124,DEM,43.9,52.364825848813304,Dino Rossi,1125,REP,43.7,47.635174151186696,0.19999999999999574,4.729651697626608 +32513,39109,1542,2010,WA,Sen-G,2010_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-09,2010-11-02,24,1000,Patty Murray,1124,DEM,46,52.364825848813304,Dino Rossi,1125,REP,47,47.635174151186696,-1,4.729651697626608 +32532,39128,1542,2010,WA,Sen-G,2010_Sen-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2010-10-09,2010-11-02,24,450,Patty Murray,1124,DEM,55,52.364825848813304,Dino Rossi,1125,REP,40,47.635174151186696,15,4.729651697626608 +32536,39132,1542,2010,WA,Sen-G,2010_Sen-G_WA,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-10,2010-11-02,23,850,Patty Murray,1124,DEM,51,52.364825848813304,Dino Rossi,1125,REP,43,47.635174151186696,8,4.729651697626608 +32556,39152,1542,2010,WA,Sen-G,2010_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-13,2010-11-02,20,612,Patty Murray,1124,DEM,50,52.364825848813304,Dino Rossi,1125,REP,47,47.635174151186696,3,4.729651697626608 +32570,39166,1542,2010,WA,Sen-G,2010_Sen-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,NA,NA,2010-10-09,2010-11-02,24,500,Patty Murray,1124,DEM,50,52.364825848813304,Dino Rossi,1125,REP,42,47.635174151186696,8,4.729651697626608 +32595,39191,1542,2010,WA,Sen-G,2010_Sen-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-15,2010-11-02,18,1873,Patty Murray,1124,DEM,49,52.364825848813304,Dino Rossi,1125,REP,47,47.635174151186696,2,4.729651697626608 +32575,39171,1542,2010,WA,Sen-G,2010_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-17,2010-11-02,16,750,Patty Murray,1124,DEM,49,52.364825848813304,Dino Rossi,1125,REP,46,47.635174151186696,3,4.729651697626608 +32604,39200,1542,2010,WA,Sen-G,2010_Sen-G_WA,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,589,Patty Murray,1124,DEM,48,52.364825848813304,Dino Rossi,1125,REP,47,47.635174151186696,1,4.729651697626608 +32710,39306,1542,2010,WA,Sen-G,2010_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,750,Patty Murray,1124,DEM,47,52.364825848813304,Dino Rossi,1125,REP,48,47.635174151186696,-1,4.729651697626608 +32737,39333,1542,2010,WA,Sen-G,2010_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-26,2010-11-02,7,678,Patty Murray,1124,DEM,47,52.364825848813304,Dino Rossi,1125,REP,47,47.635174151186696,0,4.729651697626608 +32755,39351,1542,2010,WA,Sen-G,2010_Sen-G_WA,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,638,Patty Murray,1124,DEM,49,52.364825848813304,Dino Rossi,1125,REP,48,47.635174151186696,1,4.729651697626608 +32741,39337,1542,2010,WA,Sen-G,2010_Sen-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2010-10-23,2010-11-02,10,695,Patty Murray,1124,DEM,51,52.364825848813304,Dino Rossi,1125,REP,45,47.635174151186696,6,4.729651697626608 +32805,39401,1542,2010,WA,Sen-G,2010_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-30,2010-11-02,3,1000,Patty Murray,1124,DEM,49,52.364825848813304,Dino Rossi,1125,REP,47,47.635174151186696,2,4.729651697626608 +32793,39389,1542,2010,WA,Sen-G,2010_Sen-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,849,Patty Murray,1124,DEM,50.2,52.364825848813304,Dino Rossi,1125,REP,47.5,47.635174151186696,2.700000000000003,4.729651697626608 +32797,39393,1542,2010,WA,Sen-G,2010_Sen-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,2055,Patty Murray,1124,DEM,48,52.364825848813304,Dino Rossi,1125,REP,50,47.635174151186696,-2,4.729651697626608 +72914,136793,1543,2010,WV,Sen-G,2010_Sen-GS_WV,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-07,2010-11-02,56,678,"Joe Manchin, III",4489,DEM,39.2,53.46901960192321,John Raese,4491,REP,41.9,43.40293764671251,-2.6999999999999957,10.066081955210699 +32285,38881,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-08,2010-11-02,55,500,"Joe Manchin, III",4489,DEM,50,53.46901960192321,John Raese,4491,REP,45,43.40293764671251,5,10.066081955210699 +32338,38934,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-19,2010-11-02,44,750,"Joe Manchin, III",4489,DEM,50,53.46901960192321,John Raese,4491,REP,43,43.40293764671251,7,10.066081955210699 +32357,38953,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-18,2010-11-02,45,1397,"Joe Manchin, III",4489,DEM,43,53.46901960192321,John Raese,4491,REP,46,43.40293764671251,-3,10.066081955210699 +32396,38992,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-27,2010-11-02,36,500,"Joe Manchin, III",4489,DEM,46,53.46901960192321,John Raese,4491,REP,48,43.40293764671251,-2,10.066081955210699 +32456,39052,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-02,2010-11-02,31,1000,"Joe Manchin, III",4489,DEM,43,53.46901960192321,John Raese,4491,REP,48,43.40293764671251,-5,10.066081955210699 +32471,39067,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-05,2010-11-02,28,750,"Joe Manchin, III",4489,DEM,44,53.46901960192321,John Raese,4491,REP,50,43.40293764671251,-6,10.066081955210699 +32515,39111,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-09,2010-11-02,24,1247,"Joe Manchin, III",4489,DEM,48,53.46901960192321,John Raese,4491,REP,45,43.40293764671251,3,10.066081955210699 +32548,39144,1543,2010,WV,Sen-G,2010_Sen-GS_WV,GQR,126,TRUE,FALSE,NA,DEM,2010-10-09,2010-11-02,24,612,"Joe Manchin, III",4489,DEM,49,53.46901960192321,John Raese,4491,REP,44,43.40293764671251,5,10.066081955210699 +32543,39139,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-12,2010-11-02,21,750,"Joe Manchin, III",4489,DEM,46,53.46901960192321,John Raese,4491,REP,49,43.40293764671251,-3,10.066081955210699 +32564,39160,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Orion Strategies,246,FALSE,FALSE,Live Phone,NA,2010-10-11,2010-11-02,22,450,"Joe Manchin, III",4489,DEM,48,53.46901960192321,John Raese,4491,REP,38,43.40293764671251,10,10.066081955210699 +32538,39135,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-10,2010-11-02,23,783,"Joe Manchin, III",4489,DEM,44,53.46901960192321,John Raese,4491,REP,44,43.40293764671251,0,10.066081955210699 +32866,39462,1543,2010,WV,Sen-G,2010_Sen-GS_WV,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-15,2010-11-02,18,1696,"Joe Manchin, III",4489,DEM,43,53.46901960192321,John Raese,4491,REP,39.8,43.40293764671251,3.200000000000003,10.066081955210699 +32586,39182,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-16,2010-11-02,17,1000,"Joe Manchin, III",4489,DEM,45,53.46901960192321,John Raese,4491,REP,48,43.40293764671251,-3,10.066081955210699 +32608,39204,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-19,2010-11-02,14,750,"Joe Manchin, III",4489,DEM,43,53.46901960192321,John Raese,4491,REP,50,43.40293764671251,-7,10.066081955210699 +32634,39230,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2010-10-19,2010-11-02,14,804,"Joe Manchin, III",4489,DEM,48,53.46901960192321,John Raese,4491,REP,43,43.40293764671251,5,10.066081955210699 +32669,39265,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-23,2010-11-02,10,1000,"Joe Manchin, III",4489,DEM,46,53.46901960192321,John Raese,4491,REP,48,43.40293764671251,-2,10.066081955210699 +32652,39248,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,1246,"Joe Manchin, III",4489,DEM,50,53.46901960192321,John Raese,4491,REP,44,43.40293764671251,6,10.066081955210699 +32689,39285,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-26,2010-11-02,7,750,"Joe Manchin, III",4489,DEM,49,53.46901960192321,John Raese,4491,REP,46,43.40293764671251,3,10.066081955210699 +32811,39407,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-31,2010-11-02,2,750,"Joe Manchin, III",4489,DEM,50,53.46901960192321,John Raese,4491,REP,46,43.40293764671251,4,10.066081955210699 +32798,39394,1543,2010,WV,Sen-G,2010_Sen-GS_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,1676,"Joe Manchin, III",4489,DEM,51,53.46901960192321,John Raese,4491,REP,46,43.40293764671251,5,10.066081955210699 +32323,38919,1544,2010,WI,Sen-G,2010_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-15,2010-11-02,48,750,Russ Feingold,1135,DEM,44,47.019915434358005,Ron Johnson,1138,REP,51,51.85754728321016,-7,-4.837631848852155 +32367,38963,1544,2010,WI,Sen-G,2010_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-18,2010-11-02,45,677,Russ Feingold,1135,DEM,41,47.019915434358005,Ron Johnson,1138,REP,52,51.85754728321016,-11,-4.837631848852155 +32365,38961,1544,2010,WI,Sen-G,2010_Sen-G_WI,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-09-19,2010-11-02,44,963,Russ Feingold,1135,DEM,45,47.019915434358005,Ron Johnson,1138,REP,51,51.85754728321016,-6,-4.837631848852155 +32400,38996,1544,2010,WI,Sen-G,2010_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-25,2010-11-02,38,1000,Russ Feingold,1135,DEM,44,47.019915434358005,Ron Johnson,1138,REP,52,51.85754728321016,-8,-4.837631848852155 +32443,39038,1544,2010,WI,Sen-G,2010_Sen-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-27,2010-11-02,36,503,Russ Feingold,1135,DEM,45,47.019915434358005,Ron Johnson,1138,REP,52,51.85754728321016,-7,-4.837631848852155 +32436,39032,1544,2010,WI,Sen-G,2010_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-29,2010-11-02,34,750,Russ Feingold,1135,DEM,42,47.019915434358005,Ron Johnson,1138,REP,54,51.85754728321016,-12,-4.837631848852155 +32502,39098,1544,2010,WI,Sen-G,2010_Sen-G_WI,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,2010-10-01,2010-11-02,32,400,Russ Feingold,1135,DEM,41,47.019915434358005,Ron Johnson,1138,REP,49,51.85754728321016,-8,-4.837631848852155 +79832,159909,1544,2010,WI,Sen-G,2010_Sen-G_WI,Wood Communications Group,388,FALSE,TRUE,NA,NA,2010-10-01,2010-11-02,32,400,Russ Feingold,1135,DEM,41,47.019915434358005,Ron Johnson,1138,REP,49,51.85754728321016,-8,-4.837631848852155 +32871,39467,1544,2010,WI,Sen-G,2010_Sen-G_WI,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,1978,Russ Feingold,1135,DEM,42.4,47.019915434358005,Ron Johnson,1138,REP,49.7,51.85754728321016,-7.300000000000004,-4.837631848852155 +32508,39104,1544,2010,WI,Sen-G,2010_Sen-G_WI,FM3 Research,91,FALSE,FALSE,NA,DEM,2010-10-05,2010-11-02,28,600,Russ Feingold,1135,DEM,48,47.019915434358005,Ron Johnson,1138,REP,49,51.85754728321016,-1,-4.837631848852155 +32509,39105,1544,2010,WI,Sen-G,2010_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-11,2010-11-02,22,750,Russ Feingold,1135,DEM,45,47.019915434358005,Ron Johnson,1138,REP,52,51.85754728321016,-7,-4.837631848852155 +32524,39120,1544,2010,WI,Sen-G,2010_Sen-G_WI,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-10,2010-11-02,23,451,Russ Feingold,1135,DEM,44,47.019915434358005,Ron Johnson,1138,REP,51,51.85754728321016,-7,-4.837631848852155 +72957,136861,1544,2010,WI,Sen-G,2010_Sen-G_WI,FM3 Research,91,FALSE,FALSE,NA,NA,2010-10-09,2010-11-02,24,678,Russ Feingold,1135,DEM,48,47.019915434358005,Ron Johnson,1138,REP,48,51.85754728321016,0,-4.837631848852155 +32540,39137,1544,2010,WI,Sen-G,2010_Sen-G_WI,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-10,2010-11-02,23,931,Russ Feingold,1135,DEM,44,47.019915434358005,Ron Johnson,1138,REP,52,51.85754728321016,-8,-4.837631848852155 +32592,39188,1544,2010,WI,Sen-G,2010_Sen-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2010-10-14,2010-11-02,19,402,Russ Feingold,1135,DEM,47,47.019915434358005,Ron Johnson,1138,REP,49,51.85754728321016,-2,-4.837631848852155 +32658,39254,1544,2010,WI,Sen-G,2010_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-25,2010-11-02,8,750,Russ Feingold,1135,DEM,46,47.019915434358005,Ron Johnson,1138,REP,53,51.85754728321016,-7,-4.837631848852155 +32715,39311,1544,2010,WI,Sen-G,2010_Sen-G_WI,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,REP,2010-10-26,2010-11-02,7,400,Russ Feingold,1135,DEM,44,47.019915434358005,Ron Johnson,1138,REP,48,51.85754728321016,-4,-4.837631848852155 +79831,159908,1544,2010,WI,Sen-G,2010_Sen-G_WI,Wood Communications Group,388,FALSE,TRUE,Live Phone,NA,2010-10-26,2010-11-02,7,400,Russ Feingold,1135,DEM,44,47.019915434358005,Ron Johnson,1138,REP,48,51.85754728321016,-4,-4.837631848852155 +32838,39434,1544,2010,WI,Sen-G,2010_Sen-G_WI,Forward Strategies,102,FALSE,TRUE,IVR,NA,2010-10-27,2010-11-02,6,700,Russ Feingold,1135,DEM,46,47.019915434358005,Ron Johnson,1138,REP,50,51.85754728321016,-4,-4.837631848852155 +32738,39334,1544,2010,WI,Sen-G,2010_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-27,2010-11-02,6,1372,Russ Feingold,1135,DEM,44,47.019915434358005,Ron Johnson,1138,REP,53,51.85754728321016,-9,-4.837631848852155 +32758,39354,1544,2010,WI,Sen-G,2010_Sen-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,491,Russ Feingold,1135,DEM,45,47.019915434358005,Ron Johnson,1138,REP,52,51.85754728321016,-7,-4.837631848852155 +32795,39391,1544,2010,WI,Sen-G,2010_Sen-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-27,2010-11-02,6,842,Russ Feingold,1135,DEM,46,47.019915434358005,Ron Johnson,1138,REP,52,51.85754728321016,-6,-4.837631848852155 +17205,25293,1545,2008,AL,Sen-G,2008_Sen-G_AL,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-16,2008-11-04,49,655,Vivian Davis Figures,2596,DEM,31,36.52044883217139,Jeff Sessions,2595,REP,66,63.36223194839702,-35,-26.841783116225628 +17124,25017,1545,2008,AL,Sen-G,2008_Sen-G_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-22,2008-11-04,43,500,Vivian Davis Figures,2596,DEM,30,36.52044883217139,Jeff Sessions,2595,REP,59,63.36223194839702,-29,-26.841783116225628 +16921,25292,1545,2008,AL,Sen-G,2008_Sen-G_AL,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-08,2008-11-04,27,697,Vivian Davis Figures,2596,DEM,33,36.52044883217139,Jeff Sessions,2595,REP,64,63.36223194839702,-31,-26.841783116225628 +16607,25291,1545,2008,AL,Sen-G,2008_Sen-G_AL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,650,Vivian Davis Figures,2596,DEM,32,36.52044883217139,Jeff Sessions,2595,REP,65,63.36223194839702,-33,-26.841783116225628 +16473,25426,1545,2008,AL,Sen-G,2008_Sen-G_AL,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,452,Vivian Davis Figures,2596,DEM,26,36.52044883217139,Jeff Sessions,2595,REP,54,63.36223194839702,-28,-26.841783116225628 +17331,25011,1546,2008,AK,Sen-G,2008_Sen-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-09,2008-11-04,56,500,Mark Begich,2582,DEM,48,47.767080129546805,Ted Stevens,2583,REP,46,46.522914614302394,2,1.2441655152444113 +17136,24835,1546,2008,AK,Sen-G,2008_Sen-G_AK,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,601,Mark Begich,2582,DEM,47,47.767080129546805,Ted Stevens,2583,REP,43,46.522914614302394,4,1.2441655152444113 +24091,29336,1546,2008,AK,Sen-G,2008_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,500,Mark Begich,2582,DEM,48,47.767080129546805,Ted Stevens,2583,REP,46,46.522914614302394,2,1.2441655152444113 +16965,25010,1546,2008,AK,Sen-G,2008_Sen-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-06,2008-11-04,29,500,Mark Begich,2582,DEM,48,47.767080129546805,Ted Stevens,2583,REP,49,46.522914614302394,-1,1.2441655152444113 +16962,24878,1546,2008,AK,Sen-G,2008_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,500,Mark Begich,2582,DEM,49,47.767080129546805,Ted Stevens,2583,REP,45,46.522914614302394,4,1.2441655152444113 +16797,24877,1546,2008,AK,Sen-G,2008_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,500,Mark Begich,2582,DEM,46,47.767080129546805,Ted Stevens,2583,REP,45,46.522914614302394,1,1.2441655152444113 +16598,25009,1546,2008,AK,Sen-G,2008_Sen-G_AK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,500,Mark Begich,2582,DEM,52,47.767080129546805,Ted Stevens,2583,REP,44,46.522914614302394,8,1.2441655152444113 +16449,29431,1546,2008,AK,Sen-G,2008_Sen-G_AK,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,358,Mark Begich,2582,DEM,44,47.767080129546805,Ted Stevens,2583,REP,42,46.522914614302394,2,1.2441655152444113 +16413,24861,1546,2008,AK,Sen-G,2008_Sen-G_AK,Hays Research Group,136,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,400,Mark Begich,2582,DEM,49.3,47.767080129546805,Ted Stevens,2583,REP,42,46.522914614302394,7.299999999999997,1.2441655152444113 +16451,137805,1547,2008,AR,Sen-G,2008_Sen-G_AR,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,491,Mark L. Pryor,16289,DEM,52,79.53296947677005,Rebekah J. Kennedy,16290,GRE,19,20.467030523229955,33,59.0659389535401 +24083,29330,1548,2008,CO,Sen-G,2008_Sen-G_CO,Harstad Strategic Research,134,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,752,Mark Udall,2602,DEM,45,52.795630164593646,Bob Schaffer,2603,REP,34,42.49211171112287,11,10.30351845347078 +17235,24927,1548,2008,CO,Sen-G,2008_Sen-G_CO,National Journal,224,TRUE,TRUE,NA,NA,2008-09-13,2008-11-04,52,402,Mark Udall,2602,DEM,41,52.795630164593646,Bob Schaffer,2603,REP,38,42.49211171112287,3,10.30351845347078 +17144,24941,1548,2008,CO,Sen-G,2008_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,1084,Mark Udall,2602,DEM,48,52.795630164593646,Bob Schaffer,2603,REP,40,42.49211171112287,8,10.30351845347078 +17147,24997,1548,2008,CO,Sen-G,2008_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1418,Mark Udall,2602,DEM,48,52.795630164593646,Bob Schaffer,2603,REP,40,42.49211171112287,8,10.30351845347078 +17104,25023,1548,2008,CO,Sen-G,2008_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,700,Mark Udall,2602,DEM,46,52.795630164593646,Bob Schaffer,2603,REP,44,42.49211171112287,2,10.30351845347078 +17090,24815,1548,2008,CO,Sen-G,2008_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,501,Mark Udall,2602,DEM,45,52.795630164593646,Bob Schaffer,2603,REP,38,42.49211171112287,7,10.30351845347078 +17002,24891,1548,2008,CO,Sen-G,2008_Sen-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,625,Mark Udall,2602,DEM,43,52.795630164593646,Bob Schaffer,2603,REP,38,42.49211171112287,5,10.30351845347078 +16945,24996,1548,2008,CO,Sen-G,2008_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,997,Mark Udall,2602,DEM,48,52.795630164593646,Bob Schaffer,2603,REP,43,42.49211171112287,5,10.30351845347078 +16912,24940,1548,2008,CO,Sen-G,2008_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-09,2008-11-04,26,1331,Mark Udall,2602,DEM,49,52.795630164593646,Bob Schaffer,2603,REP,39,42.49211171112287,10,10.30351845347078 +16904,24995,1548,2008,CO,Sen-G,2008_Sen-G_CO,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-10,2008-11-04,25,1088,Mark Udall,2602,DEM,54,52.795630164593646,Bob Schaffer,2603,REP,40,42.49211171112287,14,10.30351845347078 +16876,25285,1548,2008,CO,Sen-G,2008_Sen-G_CO,Suffolk University,323,TRUE,FALSE,NA,NA,2008-10-12,2008-11-04,23,450,Mark Udall,2602,DEM,45,52.795630164593646,Bob Schaffer,2603,REP,34,42.49211171112287,11,10.30351845347078 +24073,29320,1548,2008,CO,Sen-G,2008_Sen-G_CO,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2008-10-13,2008-11-04,22,608,Mark Udall,2602,DEM,52,52.795630164593646,Bob Schaffer,2603,REP,40,42.49211171112287,12,10.30351845347078 +16833,25022,1548,2008,CO,Sen-G,2008_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-16,2008-11-04,19,700,Mark Udall,2602,DEM,51,52.795630164593646,Bob Schaffer,2603,REP,44,42.49211171112287,7,10.30351845347078 +24085,29332,1548,2008,CO,Sen-G,2008_Sen-G_CO,Hill Research Consultants,140,FALSE,FALSE,Live Phone,REP,2008-10-15,2008-11-04,20,600,Mark Udall,2602,DEM,43,52.795630164593646,Bob Schaffer,2603,REP,38,42.49211171112287,5,10.30351845347078 +24059,29306,1548,2008,CO,Sen-G,2008_Sen-G_CO,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,500,Mark Udall,2602,DEM,51,52.795630164593646,Bob Schaffer,2603,REP,38,42.49211171112287,13,10.30351845347078 +63708,117237,1548,2008,CO,Sen-G,2008_Sen-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,500,Mark Udall,2602,DEM,51,52.795630164593646,Bob Schaffer,2603,REP,38,42.49211171112287,13,10.30351845347078 +16632,24796,1548,2008,CO,Sen-G,2008_Sen-G_CO,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,626,Mark Udall,2602,DEM,48,52.795630164593646,Bob Schaffer,2603,REP,36,42.49211171112287,12,10.30351845347078 +16613,24926,1548,2008,CO,Sen-G,2008_Sen-G_CO,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,409,Mark Udall,2602,DEM,51,52.795630164593646,Bob Schaffer,2603,REP,36,42.49211171112287,15,10.30351845347078 +16576,29310,1548,2008,CO,Sen-G,2008_Sen-G_CO,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,774,Mark Udall,2602,DEM,53,52.795630164593646,Bob Schaffer,2603,REP,43,42.49211171112287,10,10.30351845347078 +16552,24890,1548,2008,CO,Sen-G,2008_Sen-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Mark Udall,2602,DEM,47,52.795630164593646,Bob Schaffer,2603,REP,43,42.49211171112287,4,10.30351845347078 +16530,24939,1548,2008,CO,Sen-G,2008_Sen-G_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,2023,Mark Udall,2602,DEM,56,52.795630164593646,Bob Schaffer,2603,REP,41,42.49211171112287,15,10.30351845347078 +16474,25427,1548,2008,CO,Sen-G,2008_Sen-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,685,Mark Udall,2602,DEM,51,52.795630164593646,Bob Schaffer,2603,REP,36,42.49211171112287,15,10.30351845347078 +17135,24836,1549,2008,DE,Sen-G,2008_Sen-G_DE,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,601,Joe Biden,2609,DEM,69,64.68651258119125,Christine O'Donnell,2610,REP,26,35.31348741880874,43,29.37302516238251 +24160,29398,1549,2008,DE,Sen-G,2008_Sen-G_DE,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,703,Joe Biden,2609,DEM,64,64.68651258119125,Christine O'Donnell,2610,REP,32,35.31348741880874,32,29.37302516238251 +16937,25422,1549,2008,DE,Sen-G,2008_Sen-G_DE,West Chester University,377,FALSE,TRUE,NA,NA,2008-10-07,2008-11-04,28,429,Joe Biden,2609,DEM,65,64.68651258119125,Christine O'Donnell,2610,REP,29,35.31348741880874,36,29.37302516238251 +16608,25296,1549,2008,DE,Sen-G,2008_Sen-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,657,Joe Biden,2609,DEM,66,64.68651258119125,Christine O'Donnell,2610,REP,32,35.31348741880874,34,29.37302516238251 +16466,25428,1549,2008,DE,Sen-G,2008_Sen-G_DE,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,346,Joe Biden,2609,DEM,58,64.68651258119125,Christine O'Donnell,2610,REP,31,35.31348741880874,27,29.37302516238251 +17291,24983,1550,2008,GA,Sen-G,2008_Sen-G_GA,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-09-10,2008-11-04,55,800,Jim Martin,2612,DEM,33,46.83277881190731,Saxby Chambliss,2611,REP,52,49.756281504123265,-19,-2.923502692215955 +17227,25035,1550,2008,GA,Sen-G,2008_Sen-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-16,2008-11-04,49,500,Jim Martin,2612,DEM,43,46.83277881190731,Saxby Chambliss,2611,REP,50,49.756281504123265,-7,-2.923502692215955 +17231,25301,1550,2008,GA,Sen-G,2008_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,684,Jim Martin,2612,DEM,36,46.83277881190731,Saxby Chambliss,2611,REP,53,49.756281504123265,-17,-2.923502692215955 +24102,29346,1550,2008,GA,Sen-G,2008_Sen-G_GA,Mellman Group,205,FALSE,FALSE,NA,DEM,2008-09-26,2008-11-04,39,600,Jim Martin,2612,DEM,34,46.83277881190731,Saxby Chambliss,2611,REP,37,49.756281504123265,-3,-2.923502692215955 +17044,25300,1550,2008,GA,Sen-G,2008_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,677,Jim Martin,2612,DEM,44,46.83277881190731,Saxby Chambliss,2611,REP,46,49.756281504123265,-2,-2.923502692215955 +16950,25034,1550,2008,GA,Sen-G,2008_Sen-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Jim Martin,2612,DEM,44,46.83277881190731,Saxby Chambliss,2611,REP,50,49.756281504123265,-6,-2.923502692215955 +16916,24874,1550,2008,GA,Sen-G,2008_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-10-09,2008-11-04,26,531,Jim Martin,2612,DEM,45,46.83277881190731,Saxby Chambliss,2611,REP,45,49.756281504123265,0,-2.923502692215955 +16906,25299,1550,2008,GA,Sen-G,2008_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,547,Jim Martin,2612,DEM,43,46.83277881190731,Saxby Chambliss,2611,REP,46,49.756281504123265,-3,-2.923502692215955 +16790,24854,1550,2008,GA,Sen-G,2008_Sen-G_GA,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-18,2008-11-04,17,600,Jim Martin,2612,DEM,44,46.83277881190731,Saxby Chambliss,2611,REP,48,49.756281504123265,-4,-2.923502692215955 +16724,25033,1550,2008,GA,Sen-G,2008_Sen-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-22,2008-11-04,13,500,Jim Martin,2612,DEM,45,46.83277881190731,Saxby Chambliss,2611,REP,47,49.756281504123265,-2,-2.923502692215955 +16691,24873,1550,2008,GA,Sen-G,2008_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,615,Jim Martin,2612,DEM,42,46.83277881190731,Saxby Chambliss,2611,REP,44,49.756281504123265,-2,-2.923502692215955 +16694,24893,1550,2008,GA,Sen-G,2008_Sen-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,625,Jim Martin,2612,DEM,39,46.83277881190731,Saxby Chambliss,2611,REP,45,49.756281504123265,-6,-2.923502692215955 +16616,24872,1550,2008,GA,Sen-G,2008_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,637,Jim Martin,2612,DEM,44,46.83277881190731,Saxby Chambliss,2611,REP,46,49.756281504123265,-2,-2.923502692215955 +16584,29311,1550,2008,GA,Sen-G,2008_Sen-G_GA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,690,Jim Martin,2612,DEM,44,46.83277881190731,Saxby Chambliss,2611,REP,53,49.756281504123265,-9,-2.923502692215955 +16537,25032,1550,2008,GA,Sen-G,2008_Sen-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,500,Jim Martin,2612,DEM,43,46.83277881190731,Saxby Chambliss,2611,REP,48,49.756281504123265,-5,-2.923502692215955 +24120,29362,1550,2008,GA,Sen-G,2008_Sen-G_GA,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-10-30,2008-11-04,5,600,Jim Martin,2612,DEM,39,46.83277881190731,Saxby Chambliss,2611,REP,48,49.756281504123265,-9,-2.923502692215955 +16475,25429,1550,2008,GA,Sen-G,2008_Sen-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,910,Jim Martin,2612,DEM,37,46.83277881190731,Saxby Chambliss,2611,REP,43,49.756281504123265,-6,-2.923502692215955 +16414,24871,1550,2008,GA,Sen-G,2008_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,512,Jim Martin,2612,DEM,43,46.83277881190731,Saxby Chambliss,2611,REP,48,49.756281504123265,-5,-2.923502692215955 +16417,24944,1550,2008,GA,Sen-G,2008_Sen-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1253,Jim Martin,2612,DEM,46,46.83277881190731,Saxby Chambliss,2611,REP,48,49.756281504123265,-2,-2.923502692215955 +16438,25298,1550,2008,GA,Sen-G,2008_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,683,Jim Martin,2612,DEM,44,46.83277881190731,Saxby Chambliss,2611,REP,48,49.756281504123265,-4,-2.923502692215955 +24130,117285,1551,2008,GA,Sen-G,2008_Sen-R_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-18,2008-12-02,14,700,Jim Martin,2612,DEM,46,42.56041752028573,Saxby Chambliss,2611,REP,50,57.43958247971427,-4,-14.879164959428536 +24089,117196,1551,2008,GA,Sen-G,2008_Sen-R_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-11-23,2008-12-02,9,523,Jim Martin,2612,DEM,47,42.56041752028573,Saxby Chambliss,2611,REP,50,57.43958247971427,-3,-14.879164959428536 +24115,117310,1551,2008,GA,Sen-G,2008_Sen-R_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-22,2008-12-02,10,871,Jim Martin,2612,DEM,46,42.56041752028573,Saxby Chambliss,2611,REP,52,57.43958247971427,-6,-14.879164959428536 +24101,117225,1551,2008,GA,Sen-G,2008_Sen-R_GA,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2008-11-22,2008-12-02,10,600,Jim Martin,2612,DEM,46,42.56041752028573,Saxby Chambliss,2611,REP,48,57.43958247971427,-2,-14.879164959428536 +24088,117197,1551,2008,GA,Sen-G,2008_Sen-R_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-11-30,2008-12-02,2,744,Jim Martin,2612,DEM,46,42.56041752028573,Saxby Chambliss,2611,REP,50,57.43958247971427,-4,-14.879164959428536 +24114,117311,1551,2008,GA,Sen-G,2008_Sen-R_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-29,2008-12-02,3,1276,Jim Martin,2612,DEM,46,42.56041752028573,Saxby Chambliss,2611,REP,53,57.43958247971427,-7,-14.879164959428536 +17330,25047,1552,2008,ID,Sen-G,2008_Sen-G_ID,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-09,2008-11-04,56,500,Larry LaRocco,2625,DEM,30,34.105121126585814,James E. Risch,2624,REP,58,57.6543937467043,-28,-23.549272620118487 +16719,24860,1552,2008,ID,Sen-G,2008_Sen-G_ID,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2008-10-21,2008-11-04,14,503,Larry LaRocco,2625,DEM,33,34.105121126585814,James E. Risch,2624,REP,45,57.6543937467043,-12,-23.549272620118487 +16462,25431,1552,2008,ID,Sen-G,2008_Sen-G_ID,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,372,Larry LaRocco,2625,DEM,31,34.105121126585814,James E. Risch,2624,REP,56,57.6543937467043,-25,-23.549272620118487 +17199,25049,1553,2008,IL,Sen-G,2008_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-17,2008-11-04,48,500,Richard J. Durbin,2638,DEM,59,67.84095113514665,Steve Sauerberg,2639,REP,35,28.530095589322396,24,39.31085554582425 +16875,25048,1553,2008,IL,Sen-G,2008_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-13,2008-11-04,22,500,Richard J. Durbin,2638,DEM,62,67.84095113514665,Steve Sauerberg,2639,REP,31,28.530095589322396,31,39.31085554582425 +16488,25432,1553,2008,IL,Sen-G,2008_Sen-G_IL,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,783,Richard J. Durbin,2638,DEM,54,67.84095113514665,Steve Sauerberg,2639,REP,31,28.530095589322396,23,39.31085554582425 +17303,25260,1554,2008,IA,Sen-G,2008_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2008-09-09,2008-11-04,56,616,Tom Harkin,2620,DEM,53,62.65578028874496,Christopher Reed,2621,REP,34,37.26124778597368,19,25.394532502771277 +17177,25304,1554,2008,IA,Sen-G,2008_Sen-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-17,2008-11-04,48,702,Tom Harkin,2620,DEM,60,62.65578028874496,Christopher Reed,2621,REP,37,37.26124778597368,23,25.394532502771277 +17066,25043,1554,2008,IA,Sen-G,2008_Sen-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-25,2008-11-04,40,700,Tom Harkin,2620,DEM,54,62.65578028874496,Christopher Reed,2621,REP,40,37.26124778597368,14,25.394532502771277 +16920,25303,1554,2008,IA,Sen-G,2008_Sen-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-08,2008-11-04,27,692,Tom Harkin,2620,DEM,58,62.65578028874496,Christopher Reed,2621,REP,37,37.26124778597368,21,25.394532502771277 +16701,25042,1554,2008,IA,Sen-G,2008_Sen-G_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-23,2008-11-04,12,500,Tom Harkin,2620,DEM,57,62.65578028874496,Christopher Reed,2621,REP,41,37.26124778597368,16,25.394532502771277 +16572,25302,1554,2008,IA,Sen-G,2008_Sen-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-28,2008-11-04,7,658,Tom Harkin,2620,DEM,61,62.65578028874496,Christopher Reed,2621,REP,35,37.26124778597368,26,25.394532502771277 +16503,29393,1554,2008,IA,Sen-G,2008_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,616,Tom Harkin,2620,DEM,57,62.65578028874496,Christopher Reed,2621,REP,31,37.26124778597368,26,25.394532502771277 +16452,25430,1554,2008,IA,Sen-G,2008_Sen-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,795,Tom Harkin,2620,DEM,56,62.65578028874496,Christopher Reed,2621,REP,36,37.26124778597368,20,25.394532502771277 +17170,25053,1555,2008,KS,Sen-G,2008_Sen-G_KS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,500,Jim Slattery,2646,DEM,38,36.45846583353294,Pat Roberts,2645,REP,58,60.05839645161024,-20,-23.599930618077302 +17125,25307,1555,2008,KS,Sen-G,2008_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,666,Jim Slattery,2646,DEM,35,36.45846583353294,Pat Roberts,2645,REP,55,60.05839645161024,-20,-23.599930618077302 +16964,24985,1555,2008,KS,Sen-G,2008_Sen-G_KS,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-10-05,2008-11-04,30,500,Jim Slattery,2646,DEM,28,36.45846583353294,Pat Roberts,2645,REP,57,60.05839645161024,-29,-23.599930618077302 +16873,25052,1555,2008,KS,Sen-G,2008_Sen-G_KS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-13,2008-11-04,22,500,Jim Slattery,2646,DEM,36,36.45846583353294,Pat Roberts,2645,REP,55,60.05839645161024,-19,-23.599930618077302 +24121,29363,1555,2008,KS,Sen-G,2008_Sen-G_KS,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-10-12,2008-11-04,23,500,Jim Slattery,2646,DEM,28,36.45846583353294,Pat Roberts,2645,REP,56,60.05839645161024,-28,-23.599930618077302 +16737,25306,1555,2008,KS,Sen-G,2008_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-21,2008-11-04,14,613,Jim Slattery,2646,DEM,35,36.45846583353294,Pat Roberts,2645,REP,57,60.05839645161024,-22,-23.599930618077302 +16605,25305,1555,2008,KS,Sen-G,2008_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,626,Jim Slattery,2646,DEM,33,36.45846583353294,Pat Roberts,2645,REP,60,60.05839645161024,-27,-23.599930618077302 +16453,25433,1555,2008,KS,Sen-G,2008_Sen-G_KS,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,499,Jim Slattery,2646,DEM,32,36.45846583353294,Pat Roberts,2645,REP,56,60.05839645161024,-24,-23.599930618077302 +24189,29427,1556,2008,KY,Sen-G,2008_Sen-G_KY,Voter/Consumer Research,371,FALSE,TRUE,NA,NA,2008-09-08,2008-11-04,57,900,Bruce Lunsford,2651,DEM,35,47.03438042981507,Mitch McConnell,2650,REP,52,52.96561957018493,-17,-5.931239140369854 +17126,25311,1556,2008,KY,Sen-G,2008_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,672,Bruce Lunsford,2651,DEM,46,47.03438042981507,Mitch McConnell,2650,REP,49,52.96561957018493,-3,-5.931239140369854 +17065,24895,1556,2008,KY,Sen-G,2008_Sen-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-24,2008-11-04,41,717,Bruce Lunsford,2651,DEM,44,47.03438042981507,Mitch McConnell,2650,REP,45,52.96561957018493,-1,-5.931239140369854 +17020,25060,1556,2008,KY,Sen-G,2008_Sen-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,500,Bruce Lunsford,2651,DEM,42,47.03438042981507,Mitch McConnell,2650,REP,51,52.96561957018493,-9,-5.931239140369854 +24076,29323,1556,2008,KY,Sen-G,2008_Sen-G_KY,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2008-10-06,2008-11-04,29,501,Bruce Lunsford,2651,DEM,45,47.03438042981507,Mitch McConnell,2650,REP,48,52.96561957018493,-3,-5.931239140369854 +24188,29426,1556,2008,KY,Sen-G,2008_Sen-G_KY,Voter/Consumer Research,371,FALSE,TRUE,NA,NA,2008-10-07,2008-11-04,28,800,Bruce Lunsford,2651,DEM,38,47.03438042981507,Mitch McConnell,2650,REP,47,52.96561957018493,-9,-5.931239140369854 +16777,25310,1556,2008,KY,Sen-G,2008_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,535,Bruce Lunsford,2651,DEM,48,47.03438042981507,Mitch McConnell,2650,REP,48,52.96561957018493,0,-5.931239140369854 +16755,25059,1556,2008,KY,Sen-G,2008_Sen-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-21,2008-11-04,14,500,Bruce Lunsford,2651,DEM,43,47.03438042981507,Mitch McConnell,2650,REP,50,52.96561957018493,-7,-5.931239140369854 +24075,29322,1556,2008,KY,Sen-G,2008_Sen-G_KY,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2008-10-26,2008-11-04,9,502,Bruce Lunsford,2651,DEM,45,47.03438042981507,Mitch McConnell,2650,REP,47,52.96561957018493,-2,-5.931239140369854 +16563,25058,1556,2008,KY,Sen-G,2008_Sen-G_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-29,2008-11-04,6,500,Bruce Lunsford,2651,DEM,44,47.03438042981507,Mitch McConnell,2650,REP,51,52.96561957018493,-7,-5.931239140369854 +16558,24894,1556,2008,KY,Sen-G,2008_Sen-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,817,Bruce Lunsford,2651,DEM,42,47.03438042981507,Mitch McConnell,2650,REP,47,52.96561957018493,-5,-5.931239140369854 +16447,25309,1556,2008,KY,Sen-G,2008_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-31,2008-11-04,4,616,Bruce Lunsford,2651,DEM,45,47.03438042981507,Mitch McConnell,2650,REP,53,52.96561957018493,-8,-5.931239140369854 +16454,25434,1556,2008,KY,Sen-G,2008_Sen-G_KY,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,486,Bruce Lunsford,2651,DEM,42,47.03438042981507,Mitch McConnell,2650,REP,49,52.96561957018493,-7,-5.931239140369854 +17067,25065,1557,2008,LA,Sen-G,2008_Sen-G_LA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-25,2008-11-04,40,500,Mary L. Landrieu,2659,DEM,54,52.109646130338184,John Kennedy,2660,REP,41,45.72334114039315,13,6.386304989945032 +24113,29357,1557,2008,LA,Sen-G,2008_Sen-G_LA,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2008-10-15,2008-11-04,20,500,Mary L. Landrieu,2659,DEM,47,52.109646130338184,John Kennedy,2660,REP,42,45.72334114039315,5,6.386304989945032 +24104,29348,1557,2008,LA,Sen-G,2008_Sen-G_LA,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2008-10-17,2008-11-04,18,600,Mary L. Landrieu,2659,DEM,54,52.109646130338184,John Kennedy,2660,REP,34,45.72334114039315,20,6.386304989945032 +16756,25064,1557,2008,LA,Sen-G,2008_Sen-G_LA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-21,2008-11-04,14,500,Mary L. Landrieu,2659,DEM,53,52.109646130338184,John Kennedy,2660,REP,43,45.72334114039315,10,6.386304989945032 +16708,25258,1557,2008,LA,Sen-G,2008_Sen-G_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,Live Phone,NA,2008-10-22,2008-11-04,13,503,Mary L. Landrieu,2659,DEM,53,52.109646130338184,John Kennedy,2660,REP,34,45.72334114039315,19,6.386304989945032 +16679,24886,1557,2008,LA,Sen-G,2008_Sen-G_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,500,Mary L. Landrieu,2659,DEM,49,52.109646130338184,John Kennedy,2660,REP,34,45.72334114039315,15,6.386304989945032 +24112,29356,1557,2008,LA,Sen-G,2008_Sen-G_LA,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2008-10-28,2008-11-04,7,500,Mary L. Landrieu,2659,DEM,45,52.109646130338184,John Kennedy,2660,REP,44,45.72334114039315,1,6.386304989945032 +16467,25435,1557,2008,LA,Sen-G,2008_Sen-G_LA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,436,Mary L. Landrieu,2659,DEM,52,52.109646130338184,John Kennedy,2660,REP,39,45.72334114039315,13,6.386304989945032 +17198,25077,1558,2008,ME,Sen-G,2008_Sen-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-17,2008-11-04,48,500,Thomas H. Allen,2670,DEM,42,38.58343801333462,Susan M. Collins,2668,REP,55,61.3309774581395,-13,-22.74753944480488 +17109,25320,1558,2008,ME,Sen-G,2008_Sen-G_ME,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,675,Thomas H. Allen,2670,DEM,39,38.58343801333462,Susan M. Collins,2668,REP,55,61.3309774581395,-16,-22.74753944480488 +16997,25076,1558,2008,ME,Sen-G,2008_Sen-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-02,2008-11-04,33,500,Thomas H. Allen,2670,DEM,43,38.58343801333462,Susan M. Collins,2668,REP,53,61.3309774581395,-10,-22.74753944480488 +16994,24915,1558,2008,ME,Sen-G,2008_Sen-G_ME,Mellman Group,205,FALSE,FALSE,NA,DEM,2008-10-01,2008-11-04,34,600,Thomas H. Allen,2670,DEM,41,38.58343801333462,Susan M. Collins,2668,REP,49,61.3309774581395,-8,-22.74753944480488 +24156,29394,1558,2008,ME,Sen-G,2008_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2008-10-15,2008-11-04,20,400,Thomas H. Allen,2670,DEM,36,38.58343801333462,Susan M. Collins,2668,REP,57,61.3309774581395,-21,-22.74753944480488 +16789,24823,1558,2008,ME,Sen-G,2008_Sen-G_ME,Digital Research,64,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,443,Thomas H. Allen,2670,DEM,42,38.58343801333462,Susan M. Collins,2668,REP,54,61.3309774581395,-12,-22.74753944480488 +16775,25319,1558,2008,ME,Sen-G,2008_Sen-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,642,Thomas H. Allen,2670,DEM,43,38.58343801333462,Susan M. Collins,2668,REP,54,61.3309774581395,-11,-22.74753944480488 +16651,24889,1558,2008,ME,Sen-G,2008_Sen-G_ME,Market Decisions Research,184,FALSE,TRUE,Live Phone,NA,2008-10-19,2008-11-04,16,425,Thomas H. Allen,2670,DEM,37,38.58343801333462,Susan M. Collins,2668,REP,54,61.3309774581395,-17,-22.74753944480488 +16507,25318,1558,2008,ME,Sen-G,2008_Sen-G_ME,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-30,2008-11-04,5,674,Thomas H. Allen,2670,DEM,42,38.58343801333462,Susan M. Collins,2668,REP,56,61.3309774581395,-14,-22.74753944480488 +16443,25075,1558,2008,ME,Sen-G,2008_Sen-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-11-01,2008-11-04,3,500,Thomas H. Allen,2670,DEM,41,38.58343801333462,Susan M. Collins,2668,REP,57,61.3309774581395,-16,-22.74753944480488 +16455,25437,1558,2008,ME,Sen-G,2008_Sen-G_ME,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,486,Thomas H. Allen,2670,DEM,35,38.58343801333462,Susan M. Collins,2668,REP,55,61.3309774581395,-20,-22.74753944480488 +17102,25070,1559,2008,MA,Sen-G,2008_Sen-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,500,John Kerry,2664,DEM,65,63.55066637232738,Jeffrey K. Beatty,2665,REP,30,29.84355437246918,35,33.7071119998582 +17111,25317,1559,2008,MA,Sen-G,2008_Sen-G_MA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,679,John Kerry,2664,DEM,63,63.55066637232738,Jeffrey K. Beatty,2665,REP,25,29.84355437246918,38,33.7071119998582 +16872,25069,1559,2008,MA,Sen-G,2008_Sen-G_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-13,2008-11-04,22,500,John Kerry,2664,DEM,63,63.55066637232738,Jeffrey K. Beatty,2665,REP,31,29.84355437246918,32,33.7071119998582 +16864,25316,1559,2008,MA,Sen-G,2008_Sen-G_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-13,2008-11-04,22,624,John Kerry,2664,DEM,59,63.55066637232738,Jeffrey K. Beatty,2665,REP,29,29.84355437246918,30,33.7071119998582 +16735,25287,1559,2008,MA,Sen-G,2008_Sen-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,400,John Kerry,2664,DEM,56,63.55066637232738,Jeffrey K. Beatty,2665,REP,19,29.84355437246918,37,33.7071119998582 +16606,25315,1559,2008,MA,Sen-G,2008_Sen-G_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,658,John Kerry,2664,DEM,58,63.55066637232738,Jeffrey K. Beatty,2665,REP,34,29.84355437246918,24,33.7071119998582 +16476,25436,1559,2008,MA,Sen-G,2008_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,705,John Kerry,2664,DEM,55,63.55066637232738,Jeffrey K. Beatty,2665,REP,32,29.84355437246918,23,33.7071119998582 +17348,24947,1560,2008,MI,Sen-G,2008_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,1147,Carl Levin,2673,DEM,51,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,36,33.846125289257564,15,28.818839174857985 +17313,25084,1560,2008,MI,Sen-G,2008_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-10,2008-11-04,55,700,Carl Levin,2673,DEM,57,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,38,33.846125289257564,19,28.818839174857985 +17193,24832,1560,2008,MI,Sen-G,2008_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2008-09-16,2008-11-04,49,602,Carl Levin,2673,DEM,56,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,28,33.846125289257564,28,28.818839174857985 +17113,24928,1560,2008,MI,Sen-G,2008_Sen-G_MI,National Journal,224,TRUE,TRUE,NA,NA,2008-09-20,2008-11-04,45,406,Carl Levin,2673,DEM,56,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,22,33.846125289257564,34,28.818839174857985 +17006,24946,1560,2008,MI,Sen-G,2008_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,731,Carl Levin,2673,DEM,50,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,32,33.846125289257564,18,28.818839174857985 +16949,25083,1560,2008,MI,Sen-G,2008_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Carl Levin,2673,DEM,61,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,36,33.846125289257564,25,28.818839174857985 +16718,24831,1560,2008,MI,Sen-G,2008_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,400,Carl Levin,2673,DEM,58,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,30,33.846125289257564,28,28.818839174857985 +16586,24830,1560,2008,MI,Sen-G,2008_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,600,Carl Levin,2673,DEM,54,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,36,33.846125289257564,18,28.818839174857985 +16528,24945,1560,2008,MI,Sen-G,2008_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,1532,Carl Levin,2673,DEM,58,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,36,33.846125289257564,22,28.818839174857985 +16505,25261,1560,2008,MI,Sen-G,2008_Sen-G_MI,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,616,Carl Levin,2673,DEM,53,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,32,33.846125289257564,21,28.818839174857985 +16489,25438,1560,2008,MI,Sen-G,2008_Sen-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,973,Carl Levin,2673,DEM,52,62.66496446411555,Jacob W. Hoogendyk Jr.,2674,REP,29,33.846125289257564,23,28.818839174857985 +17296,25325,1561,2008,MN,Sen-G,2008_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,734,Al Franken,2679,DEM,40,41.99368620668877,Norm Coleman,2680,REP,41,41.98288155819654,-1,0.010804648492232616 +17275,25272,1561,2008,MN,Sen-G,2008_Sen-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-09-11,2008-11-04,54,1106,Al Franken,2679,DEM,37,41.99368620668877,Norm Coleman,2680,REP,41,41.98288155819654,-4,0.010804648492232616 +17173,29372,1561,2008,MN,Sen-G,2008_Sen-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,700,Al Franken,2679,DEM,47,41.99368620668877,Norm Coleman,2680,REP,48,41.98288155819654,-1,0.010804648492232616 +17146,25002,1561,2008,MN,Sen-G,2008_Sen-G_MN,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1301,Al Franken,2679,DEM,42,41.99368620668877,Norm Coleman,2680,REP,49,41.98288155819654,-7,0.010804648492232616 +17010,25324,1561,2008,MN,Sen-G,2008_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,725,Al Franken,2679,DEM,33,41.99368620668877,Norm Coleman,2680,REP,43,41.98288155819654,-10,0.010804648492232616 +17004,24868,1561,2008,MN,Sen-G,2008_Sen-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2008-09-30,2008-11-04,35,346,Al Franken,2679,DEM,31,41.99368620668877,Norm Coleman,2680,REP,40,41.98288155819654,-9,0.010804648492232616 +24106,29350,1561,2008,MN,Sen-G,2008_Sen-G_MN,Mellman Group,205,FALSE,FALSE,NA,DEM,2008-09-30,2008-11-04,35,600,Al Franken,2679,DEM,38,41.99368620668877,Norm Coleman,2680,REP,36,41.98288155819654,2,0.010804648492232616 +16998,25271,1561,2008,MN,Sen-G,2008_Sen-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2008-10-01,2008-11-04,34,1084,Al Franken,2679,DEM,43,41.99368620668877,Norm Coleman,2680,REP,34,41.98288155819654,9,0.010804648492232616 +16981,24867,1561,2008,MN,Sen-G,2008_Sen-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2008-10-04,2008-11-04,31,418,Al Franken,2679,DEM,41,41.99368620668877,Norm Coleman,2680,REP,37,41.98288155819654,4,0.010804648492232616 +16948,25091,1561,2008,MN,Sen-G,2008_Sen-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Al Franken,2679,DEM,43,41.99368620668877,Norm Coleman,2680,REP,37,41.98288155819654,6,0.010804648492232616 +16943,25001,1561,2008,MN,Sen-G,2008_Sen-G_MN,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-05,2008-11-04,30,1076,Al Franken,2679,DEM,39,41.99368620668877,Norm Coleman,2680,REP,37,41.98288155819654,2,0.010804648492232616 +16901,25000,1561,2008,MN,Sen-G,2008_Sen-G_MN,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-10-10,2008-11-04,25,1019,Al Franken,2679,DEM,38,41.99368620668877,Norm Coleman,2680,REP,36,41.98288155819654,2,0.010804648492232616 +16825,25270,1561,2008,MN,Sen-G,2008_Sen-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-10-16,2008-11-04,19,1049,Al Franken,2679,DEM,39,41.99368620668877,Norm Coleman,2680,REP,36,41.98288155819654,3,0.010804648492232616 +16819,25323,1561,2008,MN,Sen-G,2008_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-17,2008-11-04,18,655,Al Franken,2679,DEM,39,41.99368620668877,Norm Coleman,2680,REP,41,41.98288155819654,-2,0.010804648492232616 +16763,24929,1561,2008,MN,Sen-G,2008_Sen-G_MN,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,402,Al Franken,2679,DEM,37,41.99368620668877,Norm Coleman,2680,REP,36,41.98288155819654,1,0.010804648492232616 +16725,25090,1561,2008,MN,Sen-G,2008_Sen-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-22,2008-11-04,13,500,Al Franken,2679,DEM,41,41.99368620668877,Norm Coleman,2680,REP,37,41.98288155819654,4,0.010804648492232616 +16716,24810,1561,2008,MN,Sen-G,2008_Sen-G_MN,Big Ten,31,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,583,Al Franken,2679,DEM,40,41.99368620668877,Norm Coleman,2680,REP,34,41.98288155819654,6,0.010804648492232616 +16730,25268,1561,2008,MN,Sen-G,2008_Sen-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,509,Al Franken,2679,DEM,27,41.99368620668877,Norm Coleman,2680,REP,36,41.98288155819654,-9,0.010804648492232616 +16600,25089,1561,2008,MN,Sen-G,2008_Sen-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,500,Al Franken,2679,DEM,39,41.99368620668877,Norm Coleman,2680,REP,43,41.98288155819654,-4,0.010804648492232616 +16595,24896,1561,2008,MN,Sen-G,2008_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,625,Al Franken,2679,DEM,36,41.99368620668877,Norm Coleman,2680,REP,42,41.98288155819654,-6,0.010804648492232616 +16591,29334,1561,2008,MN,Sen-G,2008_Sen-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2008-10-26,2008-11-04,9,418,Al Franken,2679,DEM,41,41.99368620668877,Norm Coleman,2680,REP,37,41.98288155819654,4,0.010804648492232616 +16529,24950,1561,2008,MN,Sen-G,2008_Sen-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,1050,Al Franken,2679,DEM,45,41.99368620668877,Norm Coleman,2680,REP,40,41.98288155819654,5,0.010804648492232616 +16506,25269,1561,2008,MN,Sen-G,2008_Sen-G_MN,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-10-30,2008-11-04,5,933,Al Franken,2679,DEM,42,41.99368620668877,Norm Coleman,2680,REP,38,41.98288155819654,4,0.010804648492232616 +16446,25322,1561,2008,MN,Sen-G,2008_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-31,2008-11-04,4,669,Al Franken,2679,DEM,39,41.99368620668877,Norm Coleman,2680,REP,44,41.98288155819654,-5,0.010804648492232616 +16477,25439,1561,2008,MN,Sen-G,2008_Sen-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,699,Al Franken,2679,DEM,40,41.99368620668877,Norm Coleman,2680,REP,39,41.98288155819654,1,0.010804648492232616 +16479,25440,1562,2008,MS,Sen-G,2008_Sen-G_MS,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,417,Erik R. Fleming,2700,DEM,28,38.56495373793329,Thad Cochran,2699,REP,56,61.435046262066706,-28,-22.87009252413342 +24090,29335,1563,2008,MS,Sen-G,2008_Sen-GS_MS,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-09-24,2008-11-04,41,500,Roger F. Wicker,2697,REP,48,54.959697556762386,Ronnie Musgrove,2698,NPA,43,45.040302443237614,5,9.919395113524772 +17021,25104,1563,2008,MS,Sen-G,2008_Sen-GS_MS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,500,Roger F. Wicker,2697,REP,49,54.959697556762386,Ronnie Musgrove,2698,NPA,47,45.040302443237614,2,9.919395113524772 +16739,25401,1563,2008,MS,Sen-G,2008_Sen-GS_MS,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,2008-10-17,2008-11-04,18,405,Roger F. Wicker,2697,REP,45,54.959697556762386,Ronnie Musgrove,2698,NPA,32,45.040302443237614,13,9.919395113524772 +16621,25103,1563,2008,MS,Sen-G,2008_Sen-GS_MS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-27,2008-11-04,8,500,Roger F. Wicker,2697,REP,54,54.959697556762386,Ronnie Musgrove,2698,NPA,43,45.040302443237614,11,9.919395113524772 +16479,25441,1563,2008,MS,Sen-G,2008_Sen-GS_MS,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,417,Roger F. Wicker,2697,REP,48,54.959697556762386,Ronnie Musgrove,2698,NPA,40,45.040302443237614,8,9.919395113524772 +17337,25111,1564,2008,MT,Sen-G,2008_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-08,2008-11-04,57,700,Max Baucus,2702,DEM,64,72.91597754041594,Bob Kelleher,2703,REP,31,27.084022459584055,33,45.83195508083188 +16491,25442,1564,2008,MT,Sen-G,2008_Sen-G_MT,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,368,Max Baucus,2702,DEM,60,72.91597754041594,Bob Kelleher,2703,REP,32,27.084022459584055,28,45.83195508083188 +16416,24951,1564,2008,MT,Sen-G,2008_Sen-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2734,Max Baucus,2702,DEM,71,72.91597754041594,Bob Kelleher,2703,REP,26,27.084022459584055,45,45.83195508083188 +17019,25121,1565,2008,NE,Sen-G,2008_Sen-G_NE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-30,2008-11-04,35,500,Scott Kleeb,2719,DEM,38,40.05698343619205,Mike Johanns,2718,REP,52,57.52021107593459,-14,-17.46322763974254 +16463,25444,1565,2008,NE,Sen-G,2008_Sen-G_NE,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,407,Scott Kleeb,2719,DEM,34,40.05698343619205,Mike Johanns,2718,REP,53,57.52021107593459,-19,-17.46322763974254 +17239,24784,1566,2008,NH,Sen-G,2008_Sen-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,600,Jeanne Shaheen,2733,DEM,52,51.58962387033724,John E. Sununu,2735,REP,40,45.251710236374606,12,6.337913633962636 +17150,25408,1566,2008,NH,Sen-G,2008_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-09-18,2008-11-04,47,475,Jeanne Shaheen,2733,DEM,48,51.58962387033724,John E. Sununu,2735,REP,44,45.251710236374606,4,6.337913633962636 +17114,24931,1566,2008,NH,Sen-G,2008_Sen-G_NH,National Journal,224,TRUE,TRUE,NA,NA,2008-09-20,2008-11-04,45,403,Jeanne Shaheen,2733,DEM,48,51.58962387033724,John E. Sununu,2735,REP,39,45.251710236374606,9,6.337913633962636 +17103,25128,1566,2008,NH,Sen-G,2008_Sen-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,700,Jeanne Shaheen,2733,DEM,45,51.58962387033724,John E. Sununu,2735,REP,52,45.251710236374606,-7,6.337913633962636 +17085,25290,1566,2008,NH,Sen-G,2008_Sen-G_NH,Suffolk University,323,TRUE,FALSE,NA,NA,2008-09-22,2008-11-04,43,600,Jeanne Shaheen,2733,DEM,41,51.58962387033724,John E. Sununu,2735,REP,40,45.251710236374606,1,6.337913633962636 +17025,29392,1566,2008,NH,Sen-G,2008_Sen-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,823,Jeanne Shaheen,2733,DEM,49,51.58962387033724,John E. Sununu,2735,REP,35,45.251710236374606,14,6.337913633962636 +17008,25127,1566,2008,NH,Sen-G,2008_Sen-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-01,2008-11-04,34,700,Jeanne Shaheen,2733,DEM,50,51.58962387033724,John E. Sununu,2735,REP,45,45.251710236374606,5,6.337913633962636 +16987,25344,1566,2008,NH,Sen-G,2008_Sen-G_NH,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,647,Jeanne Shaheen,2733,DEM,48,51.58962387033724,John E. Sununu,2735,REP,40,45.251710236374606,8,6.337913633962636 +16922,24783,1566,2008,NH,Sen-G,2008_Sen-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2008-10-07,2008-11-04,28,600,Jeanne Shaheen,2733,DEM,51,51.58962387033724,John E. Sununu,2735,REP,42,45.251710236374606,9,6.337913633962636 +16800,24990,1566,2008,NH,Sen-G,2008_Sen-G_NH,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-10-18,2008-11-04,17,500,Jeanne Shaheen,2733,DEM,47,51.58962387033724,John E. Sununu,2735,REP,41,45.251710236374606,6,6.337913633962636 +16723,24989,1566,2008,NH,Sen-G,2008_Sen-G_NH,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-10-21,2008-11-04,14,525,Jeanne Shaheen,2733,DEM,46,51.58962387033724,John E. Sununu,2735,REP,43,45.251710236374606,3,6.337913633962636 +16741,25407,1566,2008,NH,Sen-G,2008_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,725,Jeanne Shaheen,2733,DEM,49,51.58962387033724,John E. Sununu,2735,REP,36,45.251710236374606,13,6.337913633962636 +16702,25126,1566,2008,NH,Sen-G,2008_Sen-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-23,2008-11-04,12,700,Jeanne Shaheen,2733,DEM,52,51.58962387033724,John E. Sununu,2735,REP,46,45.251710236374606,6,6.337913633962636 +16677,29421,1566,2008,NH,Sen-G,2008_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,687,Jeanne Shaheen,2733,DEM,49,51.58962387033724,John E. Sununu,2735,REP,38,45.251710236374606,11,6.337913633962636 +16634,24798,1566,2008,NH,Sen-G,2008_Sen-G_NH,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,600,Jeanne Shaheen,2733,DEM,47,51.58962387033724,John E. Sununu,2735,REP,41,45.251710236374606,6,6.337913633962636 +16574,29420,1566,2008,NH,Sen-G,2008_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,687,Jeanne Shaheen,2733,DEM,47,51.58962387033724,John E. Sununu,2735,REP,42,45.251710236374606,5,6.337913633962636 +16569,25289,1566,2008,NH,Sen-G,2008_Sen-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,600,Jeanne Shaheen,2733,DEM,48,51.58962387033724,John E. Sununu,2735,REP,39,45.251710236374606,9,6.337913633962636 +16533,25125,1566,2008,NH,Sen-G,2008_Sen-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,700,Jeanne Shaheen,2733,DEM,52,51.58962387033724,John E. Sununu,2735,REP,44,45.251710236374606,8,6.337913633962636 +16540,25343,1566,2008,NH,Sen-G,2008_Sen-G_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,682,Jeanne Shaheen,2733,DEM,53,51.58962387033724,John E. Sununu,2735,REP,40,45.251710236374606,13,6.337913633962636 +16517,24782,1566,2008,NH,Sen-G,2008_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,600,Jeanne Shaheen,2733,DEM,53,51.58962387033724,John E. Sununu,2735,REP,41,45.251710236374606,12,6.337913633962636 +16464,25445,1566,2008,NH,Sen-G,2008_Sen-G_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,516,Jeanne Shaheen,2733,DEM,49,51.58962387033724,John E. Sununu,2735,REP,41,45.251710236374606,8,6.337913633962636 +54158,29419,1566,2008,NH,Sen-G,2008_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,816,Jeanne Shaheen,2733,DEM,48,51.58962387033724,John E. Sununu,2735,REP,42,45.251710236374606,6,6.337913633962636 +17336,24888,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-09-07,2008-11-04,58,584,Frank R. Lautenberg,2744,DEM,51,56.0301167714063,Dick Zimmer,2745,REP,40,41.95400070927179,11,14.07611606213451 +17341,24839,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2008-09-06,2008-11-04,59,872,Frank R. Lautenberg,2744,DEM,46,56.0301167714063,Dick Zimmer,2745,REP,35,41.95400070927179,11,14.07611606213451 +17254,24919,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2008-09-13,2008-11-04,52,589,Frank R. Lautenberg,2744,DEM,46,56.0301167714063,Dick Zimmer,2745,REP,36,41.95400070927179,10,14.07611606213451 +17258,25006,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-09-12,2008-11-04,53,1187,Frank R. Lautenberg,2744,DEM,48,56.0301167714063,Dick Zimmer,2745,REP,39,41.95400070927179,9,14.07611606213451 +17226,25138,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-16,2008-11-04,49,500,Frank R. Lautenberg,2744,DEM,49,56.0301167714063,Dick Zimmer,2745,REP,42,41.95400070927179,7,14.07611606213451 +17057,25348,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,611,Frank R. Lautenberg,2744,DEM,51,56.0301167714063,Dick Zimmer,2745,REP,38,41.95400070927179,13,14.07611606213451 +16975,24838,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2008-10-02,2008-11-04,33,790,Frank R. Lautenberg,2744,DEM,50,56.0301167714063,Dick Zimmer,2745,REP,34,41.95400070927179,16,14.07611606213451 +16946,25137,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-07,2008-11-04,28,500,Frank R. Lautenberg,2744,DEM,51,56.0301167714063,Dick Zimmer,2745,REP,37,41.95400070927179,14,14.07611606213451 +16907,25347,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,551,Frank R. Lautenberg,2744,DEM,51,56.0301167714063,Dick Zimmer,2745,REP,38,41.95400070927179,13,14.07611606213451 +16817,24918,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2008-10-17,2008-11-04,18,723,Frank R. Lautenberg,2744,DEM,52,56.0301167714063,Dick Zimmer,2745,REP,36,41.95400070927179,16,14.07611606213451 +16805,25005,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,1184,Frank R. Lautenberg,2744,DEM,55,56.0301167714063,Dick Zimmer,2745,REP,33,41.95400070927179,22,14.07611606213451 +16752,24887,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,628,Frank R. Lautenberg,2744,DEM,48,56.0301167714063,Dick Zimmer,2745,REP,41,41.95400070927179,7,14.07611606213451 +16550,24837,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,852,Frank R. Lautenberg,2744,DEM,52,56.0301167714063,Dick Zimmer,2745,REP,32,41.95400070927179,20,14.07611606213451 +16541,25346,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,632,Frank R. Lautenberg,2744,DEM,52,56.0301167714063,Dick Zimmer,2745,REP,37,41.95400070927179,15,14.07611606213451 +16504,24917,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2008-10-30,2008-11-04,5,801,Frank R. Lautenberg,2744,DEM,50,56.0301167714063,Dick Zimmer,2745,REP,31,41.95400070927179,19,14.07611606213451 +16468,25446,1567,2008,NJ,Sen-G,2008_Sen-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,777,Frank R. Lautenberg,2744,DEM,48,56.0301167714063,Dick Zimmer,2745,REP,34,41.95400070927179,14,14.07611606213451 +17339,25145,1568,2008,NM,Sen-G,2008_Sen-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-08,2008-11-04,57,700,Tom Udall,2755,DEM,51,61.32799125842288,Stevan Pearce,2756,REP,44,38.67200874157712,7,22.655982516845754 +24119,29361,1568,2008,NM,Sen-G,2008_Sen-G_NM,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-09-12,2008-11-04,53,600,Tom Udall,2755,DEM,57,61.32799125842288,Stevan Pearce,2756,REP,41,38.67200874157712,16,22.655982516845754 +17230,25352,1568,2008,NM,Sen-G,2008_Sen-G_NM,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,671,Tom Udall,2755,DEM,56,61.32799125842288,Stevan Pearce,2756,REP,41,38.67200874157712,15,22.655982516845754 +17163,24971,1568,2008,NM,Sen-G,2008_Sen-G_NM,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1037,Tom Udall,2755,DEM,57,61.32799125842288,Stevan Pearce,2756,REP,37,38.67200874157712,20,22.655982516845754 +17028,25351,1568,2008,NM,Sen-G,2008_Sen-G_NM,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-29,2008-11-04,36,698,Tom Udall,2755,DEM,58,61.32799125842288,Stevan Pearce,2756,REP,39,38.67200874157712,19,22.655982516845754 +17007,25144,1568,2008,NM,Sen-G,2008_Sen-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-01,2008-11-04,34,500,Tom Udall,2755,DEM,55,61.32799125842288,Stevan Pearce,2756,REP,41,38.67200874157712,14,22.655982516845754 +16993,24781,1568,2008,NM,Sen-G,2008_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2008-10-01,2008-11-04,34,659,Tom Udall,2755,DEM,51,61.32799125842288,Stevan Pearce,2756,REP,36,38.67200874157712,15,22.655982516845754 +16874,25143,1568,2008,NM,Sen-G,2008_Sen-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-13,2008-11-04,22,700,Tom Udall,2755,DEM,57,61.32799125842288,Stevan Pearce,2756,REP,37,38.67200874157712,20,22.655982516845754 +16880,25350,1568,2008,NM,Sen-G,2008_Sen-G_NM,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-12,2008-11-04,23,568,Tom Udall,2755,DEM,58,61.32799125842288,Stevan Pearce,2756,REP,40,38.67200874157712,18,22.655982516845754 +16597,25142,1568,2008,NM,Sen-G,2008_Sen-G_NM,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,500,Tom Udall,2755,DEM,56,61.32799125842288,Stevan Pearce,2756,REP,41,38.67200874157712,15,22.655982516845754 +16512,29291,1568,2008,NM,Sen-G,2008_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,1002,Tom Udall,2755,DEM,53,61.32799125842288,Stevan Pearce,2756,REP,39,38.67200874157712,14,22.655982516845754 +16531,24970,1568,2008,NM,Sen-G,2008_Sen-G_NM,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,1537,Tom Udall,2755,DEM,58,61.32799125842288,Stevan Pearce,2756,REP,39,38.67200874157712,19,22.655982516845754 +16510,25349,1568,2008,NM,Sen-G,2008_Sen-G_NM,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-30,2008-11-04,5,664,Tom Udall,2755,DEM,56,61.32799125842288,Stevan Pearce,2756,REP,42,38.67200874157712,14,22.655982516845754 +16465,25447,1568,2008,NM,Sen-G,2008_Sen-G_NM,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,457,Tom Udall,2755,DEM,54,61.32799125842288,Stevan Pearce,2756,REP,33,38.67200874157712,21,22.655982516845754 +17347,24848,1569,2008,NC,Sen-G,2008_Sen-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2008-09-06,2008-11-04,59,605,Kay R. Hagan,2709,DEM,46,52.652780801363306,Elizabeth H. Dole,2710,REP,48,44.183596794921314,-2,8.469184006441992 +17340,25339,1569,2008,NC,Sen-G,2008_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-07,2008-11-04,58,671,Kay R. Hagan,2709,DEM,40,52.652780801363306,Elizabeth H. Dole,2710,REP,48,44.183596794921314,-8,8.469184006441992 +17325,24959,1569,2008,NC,Sen-G,2008_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-09,2008-11-04,56,626,Kay R. Hagan,2709,DEM,43,52.652780801363306,Elizabeth H. Dole,2710,REP,42,44.183596794921314,1,8.469184006441992 +17221,24828,1569,2008,NC,Sen-G,2008_Sen-G_NC,Elon University,86,TRUE,FALSE,NA,NA,2008-09-15,2008-11-04,50,411,Kay R. Hagan,2709,DEM,35,52.652780801363306,Elizabeth H. Dole,2710,REP,35,44.183596794921314,0,8.469184006441992 +17172,25115,1569,2008,NC,Sen-G,2008_Sen-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,700,Kay R. Hagan,2709,DEM,51,52.652780801363306,Elizabeth H. Dole,2710,REP,45,44.183596794921314,6,8.469184006441992 +17162,24958,1569,2008,NC,Sen-G,2008_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-18,2008-11-04,47,1060,Kay R. Hagan,2709,DEM,46,52.652780801363306,Elizabeth H. Dole,2710,REP,41,44.183596794921314,5,8.469184006441992 +17155,25387,1569,2008,NC,Sen-G,2008_Sen-G_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-09-19,2008-11-04,46,600,Kay R. Hagan,2709,DEM,41,52.652780801363306,Elizabeth H. Dole,2710,REP,43,44.183596794921314,-2,8.469184006441992 +24051,29298,1569,2008,NC,Sen-G,2008_Sen-G_NC,Impact Research,14,FALSE,FALSE,NA,DEM,2008-09-21,2008-11-04,44,750,Kay R. Hagan,2709,DEM,43,52.652780801363306,Elizabeth H. Dole,2710,REP,38,44.183596794921314,5,8.469184006441992 +17105,25114,1569,2008,NC,Sen-G,2008_Sen-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-23,2008-11-04,42,500,Kay R. Hagan,2709,DEM,48,52.652780801363306,Elizabeth H. Dole,2710,REP,45,44.183596794921314,3,8.469184006441992 +17034,24957,1569,2008,NC,Sen-G,2008_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,1041,Kay R. Hagan,2709,DEM,46,52.652780801363306,Elizabeth H. Dole,2710,REP,38,44.183596794921314,8,8.469184006441992 +16982,24956,1569,2008,NC,Sen-G,2008_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,1202,Kay R. Hagan,2709,DEM,49,52.652780801363306,Elizabeth H. Dole,2710,REP,40,44.183596794921314,9,8.469184006441992 +16971,25338,1569,2008,NC,Sen-G,2008_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-05,2008-11-04,30,617,Kay R. Hagan,2709,DEM,43,52.652780801363306,Elizabeth H. Dole,2710,REP,44,44.183596794921314,-1,8.469184006441992 +16953,25424,1569,2008,NC,Sen-G,2008_Sen-G_NC,Marshall Marketing,196,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,500,Kay R. Hagan,2709,DEM,43.6,52.652780801363306,Elizabeth H. Dole,2710,REP,43,44.183596794921314,0.6000000000000014,8.469184006441992 +16932,25113,1569,2008,NC,Sen-G,2008_Sen-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-08,2008-11-04,27,700,Kay R. Hagan,2709,DEM,49,52.652780801363306,Elizabeth H. Dole,2710,REP,44,44.183596794921314,5,8.469184006441992 +16926,25386,1569,2008,NC,Sen-G,2008_Sen-G_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-10-07,2008-11-04,28,600,Kay R. Hagan,2709,DEM,45,52.652780801363306,Elizabeth H. Dole,2710,REP,42,44.183596794921314,3,8.469184006441992 +24050,29297,1569,2008,NC,Sen-G,2008_Sen-G_NC,Impact Research,14,FALSE,FALSE,NA,DEM,2008-10-07,2008-11-04,28,750,Kay R. Hagan,2709,DEM,44,52.652780801363306,Elizabeth H. Dole,2710,REP,39,44.183596794921314,5,8.469184006441992 +16899,24955,1569,2008,NC,Sen-G,2008_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,1196,Kay R. Hagan,2709,DEM,46,52.652780801363306,Elizabeth H. Dole,2710,REP,44,44.183596794921314,2,8.469184006441992 +16802,24954,1569,2008,NC,Sen-G,2008_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,1200,Kay R. Hagan,2709,DEM,49,52.652780801363306,Elizabeth H. Dole,2710,REP,42,44.183596794921314,7,8.469184006441992 +16766,25385,1569,2008,NC,Sen-G,2008_Sen-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,600,Kay R. Hagan,2709,DEM,44,52.652780801363306,Elizabeth H. Dole,2710,REP,41,44.183596794921314,3,8.469184006441992 +16776,25337,1569,2008,NC,Sen-G,2008_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,627,Kay R. Hagan,2709,DEM,46,52.652780801363306,Elizabeth H. Dole,2710,REP,45,44.183596794921314,1,8.469184006441992 +16761,25423,1569,2008,NC,Sen-G,2008_Sen-G_NC,Marshall Marketing,196,FALSE,FALSE,IVR,NA,2008-10-20,2008-11-04,15,500,Kay R. Hagan,2709,DEM,44,52.652780801363306,Elizabeth H. Dole,2710,REP,43.4,44.183596794921314,0.6000000000000014,8.469184006441992 +24097,29342,1569,2008,NC,Sen-G,2008_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,800,Kay R. Hagan,2709,DEM,42,52.652780801363306,Elizabeth H. Dole,2710,REP,46,44.183596794921314,-4,8.469184006441992 +16652,24953,1569,2008,NC,Sen-G,2008_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,1038,Kay R. Hagan,2709,DEM,48,52.652780801363306,Elizabeth H. Dole,2710,REP,45,44.183596794921314,3,8.469184006441992 +16637,24797,1569,2008,NC,Sen-G,2008_Sen-G_NC,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,601,Kay R. Hagan,2709,DEM,47,52.652780801363306,Elizabeth H. Dole,2710,REP,43,44.183596794921314,4,8.469184006441992 +16610,24930,1569,2008,NC,Sen-G,2008_Sen-G_NC,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,402,Kay R. Hagan,2709,DEM,45,52.652780801363306,Elizabeth H. Dole,2710,REP,43,44.183596794921314,2,8.469184006441992 +16585,29312,1569,2008,NC,Sen-G,2008_Sen-G_NC,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,667,Kay R. Hagan,2709,DEM,53,52.652780801363306,Elizabeth H. Dole,2710,REP,44,44.183596794921314,9,8.469184006441992 +16564,25112,1569,2008,NC,Sen-G,2008_Sen-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-29,2008-11-04,6,700,Kay R. Hagan,2709,DEM,52,52.652780801363306,Elizabeth H. Dole,2710,REP,46,44.183596794921314,6,8.469184006441992 +16556,24898,1569,2008,NC,Sen-G,2008_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,625,Kay R. Hagan,2709,DEM,45,52.652780801363306,Elizabeth H. Dole,2710,REP,46,44.183596794921314,-1,8.469184006441992 +16543,25384,1569,2008,NC,Sen-G,2008_Sen-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,600,Kay R. Hagan,2709,DEM,45,52.652780801363306,Elizabeth H. Dole,2710,REP,43,44.183596794921314,2,8.469184006441992 +63540,117093,1569,2008,NC,Sen-G,2008_Sen-G_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,797,Kay R. Hagan,2709,DEM,44,52.652780801363306,Elizabeth H. Dole,2710,REP,37,44.183596794921314,7,8.469184006441992 +16495,25443,1569,2008,NC,Sen-G,2008_Sen-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,955,Kay R. Hagan,2709,DEM,48,52.652780801363306,Elizabeth H. Dole,2710,REP,42,44.183596794921314,6,8.469184006441992 +16423,24952,1569,2008,NC,Sen-G,2008_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2100,Kay R. Hagan,2709,DEM,51,52.652780801363306,Elizabeth H. Dole,2710,REP,44,44.183596794921314,7,8.469184006441992 +16435,25336,1569,2008,NC,Sen-G,2008_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,682,Kay R. Hagan,2709,DEM,50,52.652780801363306,Elizabeth H. Dole,2710,REP,43,44.183596794921314,7,8.469184006441992 +17356,25400,1570,2008,OK,Sen-G,2008_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-09-07,2008-11-04,58,894,Andrew Rice,2759,DEM,29,39.18388439723526,James M. Inhofe,2758,REP,57,56.67985081885539,-28,-17.495966421620132 +17353,25360,1570,2008,OK,Sen-G,2008_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,652,Andrew Rice,2759,DEM,34,39.18388439723526,James M. Inhofe,2758,REP,56,56.67985081885539,-22,-17.495966421620132 +17293,25152,1570,2008,OK,Sen-G,2008_Sen-G_OK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-11,2008-11-04,54,500,Andrew Rice,2759,DEM,39,39.18388439723526,James M. Inhofe,2758,REP,55,56.67985081885539,-16,-17.495966421620132 +17262,25399,1570,2008,OK,Sen-G,2008_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-09-14,2008-11-04,51,859,Andrew Rice,2759,DEM,30,39.18388439723526,James M. Inhofe,2758,REP,57,56.67985081885539,-27,-17.495966421620132 +17129,25398,1570,2008,OK,Sen-G,2008_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,667,Andrew Rice,2759,DEM,33,39.18388439723526,James M. Inhofe,2758,REP,55,56.67985081885539,-22,-17.495966421620132 +17058,25397,1570,2008,OK,Sen-G,2008_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-09-27,2008-11-04,38,904,Andrew Rice,2759,DEM,36,39.18388439723526,James M. Inhofe,2758,REP,56,56.67985081885539,-20,-17.495966421620132 +17043,25359,1570,2008,OK,Sen-G,2008_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-28,2008-11-04,37,656,Andrew Rice,2759,DEM,37,39.18388439723526,James M. Inhofe,2758,REP,53,56.67985081885539,-16,-17.495966421620132 +16988,25396,1570,2008,OK,Sen-G,2008_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-10-04,2008-11-04,31,801,Andrew Rice,2759,DEM,40,39.18388439723526,James M. Inhofe,2758,REP,53,56.67985081885539,-13,-17.495966421620132 +16910,25395,1570,2008,OK,Sen-G,2008_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2008-10-11,2008-11-04,24,813,Andrew Rice,2759,DEM,40,39.18388439723526,James M. Inhofe,2758,REP,53,56.67985081885539,-13,-17.495966421620132 +16809,25358,1570,2008,OK,Sen-G,2008_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,561,Andrew Rice,2759,DEM,39,39.18388439723526,James M. Inhofe,2758,REP,51,56.67985081885539,-12,-17.495966421620132 +16778,25394,1570,2008,OK,Sen-G,2008_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2008-10-19,2008-11-04,16,763,Andrew Rice,2759,DEM,40,39.18388439723526,James M. Inhofe,2758,REP,53,56.67985081885539,-13,-17.495966421620132 +16676,25393,1570,2008,OK,Sen-G,2008_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,720,Andrew Rice,2759,DEM,41,39.18388439723526,James M. Inhofe,2758,REP,51,56.67985081885539,-10,-17.495966421620132 +24126,29368,1570,2008,OK,Sen-G,2008_Sen-G_OK,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-10-25,2008-11-04,10,500,Andrew Rice,2759,DEM,38,39.18388439723526,James M. Inhofe,2758,REP,54,56.67985081885539,-16,-17.495966421620132 +16571,25357,1570,2008,OK,Sen-G,2008_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-28,2008-11-04,7,594,Andrew Rice,2759,DEM,36,39.18388439723526,James M. Inhofe,2758,REP,56,56.67985081885539,-20,-17.495966421620132 +16496,25448,1570,2008,OK,Sen-G,2008_Sen-G_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,491,Andrew Rice,2759,DEM,39,39.18388439723526,James M. Inhofe,2758,REP,50,56.67985081885539,-11,-17.495966421620132 +24056,29303,1571,2008,OR,Sen-G,2008_Sen-G_OR,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2008-09-08,2008-11-04,57,702,Jeff Merkley,2765,DEM,43,48.9046700884411,Gordon H. Smith,2766,REP,41,45.55344712091175,2,3.3512229675293526 +17255,136836,1571,2008,OR,Sen-G,2008_Sen-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,2008-09-13,2008-11-04,52,500,Jeff Merkley,2765,DEM,39,48.9046700884411,Gordon H. Smith,2766,REP,42,45.55344712091175,-3,3.3512229675293526 +17244,25155,1571,2008,OR,Sen-G,2008_Sen-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-15,2008-11-04,50,700,Jeff Merkley,2765,DEM,45,48.9046700884411,Gordon H. Smith,2766,REP,46,45.55344712091175,-1,3.3512229675293526 +17110,25364,1571,2008,OR,Sen-G,2008_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-22,2008-11-04,43,708,Jeff Merkley,2765,DEM,44,48.9046700884411,Gordon H. Smith,2766,REP,42,45.55344712091175,2,3.3512229675293526 +16914,24857,1571,2008,OR,Sen-G,2008_Sen-G_OR,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-10-08,2008-11-04,27,600,Jeff Merkley,2765,DEM,41,48.9046700884411,Gordon H. Smith,2766,REP,36,45.55344712091175,5,3.3512229675293526 +16909,25363,1571,2008,OR,Sen-G,2008_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-11,2008-11-04,24,584,Jeff Merkley,2765,DEM,46,48.9046700884411,Gordon H. Smith,2766,REP,41,45.55344712091175,5,3.3512229675293526 +16861,25154,1571,2008,OR,Sen-G,2008_Sen-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-14,2008-11-04,21,500,Jeff Merkley,2765,DEM,47,48.9046700884411,Gordon H. Smith,2766,REP,47,45.55344712091175,0,3.3512229675293526 +16774,25253,1571,2008,OR,Sen-G,2008_Sen-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2008-10-15,2008-11-04,20,499,Jeff Merkley,2765,DEM,36,48.9046700884411,Gordon H. Smith,2766,REP,35,45.55344712091175,1,3.3512229675293526 +16684,24937,1571,2008,OR,Sen-G,2008_Sen-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,500,Jeff Merkley,2765,DEM,45,48.9046700884411,Gordon H. Smith,2766,REP,40,45.55344712091175,5,3.3512229675293526 +16673,25362,1571,2008,OR,Sen-G,2008_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,672,Jeff Merkley,2765,DEM,49,48.9046700884411,Gordon H. Smith,2766,REP,42,45.55344712091175,7,3.3512229675293526 +16590,24923,1571,2008,OR,Sen-G,2008_Sen-G_OR,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2008-10-27,2008-11-04,8,400,Jeff Merkley,2765,DEM,41,48.9046700884411,Gordon H. Smith,2766,REP,45,45.55344712091175,-4,3.3512229675293526 +16535,25153,1571,2008,OR,Sen-G,2008_Sen-G_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-30,2008-11-04,5,500,Jeff Merkley,2765,DEM,49,48.9046700884411,Gordon H. Smith,2766,REP,46,45.55344712091175,3,3.3512229675293526 +16542,25361,1571,2008,OR,Sen-G,2008_Sen-G_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,700,Jeff Merkley,2765,DEM,49,48.9046700884411,Gordon H. Smith,2766,REP,42,45.55344712091175,7,3.3512229675293526 +16532,24972,1571,2008,OR,Sen-G,2008_Sen-G_OR,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,1424,Jeff Merkley,2765,DEM,51,48.9046700884411,Gordon H. Smith,2766,REP,43,45.55344712091175,8,3.3512229675293526 +16492,25449,1571,2008,OR,Sen-G,2008_Sen-G_OR,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,698,Jeff Merkley,2765,DEM,44,48.9046700884411,Gordon H. Smith,2766,REP,43,45.55344712091175,1,3.3512229675293526 +16471,25450,1572,2008,RI,Sen-G,2008_Sen-G_RI,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,365,Jack Reed,2774,DEM,64,73.07092786888234,Robert G. Tingle,2775,REP,25,26.47466340938716,39,46.596264459495174 +17171,25163,1573,2008,SC,Sen-G,2008_Sen-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,500,Bob Conley,2781,DEM,41,42.2468688399412,Lindsey Graham,2780,REP,50,57.524642906951954,-9,-15.277774067010753 +17128,25369,1573,2008,SC,Sen-G,2008_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,690,Bob Conley,2781,DEM,40,42.2468688399412,Lindsey Graham,2780,REP,54,57.524642906951954,-14,-15.277774067010753 +16878,25368,1573,2008,SC,Sen-G,2008_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-12,2008-11-04,23,561,Bob Conley,2781,DEM,40,42.2468688399412,Lindsey Graham,2780,REP,56,57.524642906951954,-16,-15.277774067010753 +16573,25367,1573,2008,SC,Sen-G,2008_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-28,2008-11-04,7,654,Bob Conley,2781,DEM,39,42.2468688399412,Lindsey Graham,2780,REP,58,57.524642906951954,-19,-15.277774067010753 +16458,25451,1573,2008,SC,Sen-G,2008_Sen-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,728,Bob Conley,2781,DEM,31,42.2468688399412,Lindsey Graham,2780,REP,47,57.524642906951954,-16,-15.277774067010753 +24080,29327,1574,2008,SD,Sen-G,2008_Sen-G_SD,GQR,126,TRUE,FALSE,NA,DEM,2008-09-24,2008-11-04,41,610,Tim Johnson,2784,DEM,61,62.491692344873414,Joel D. Dykstra,2785,REP,34,37.50830765512658,27,24.983384689746835 +24109,29353,1574,2008,SD,Sen-G,2008_Sen-G_SD,Moore Information Group,217,FALSE,FALSE,NA,NA,2008-09-24,2008-11-04,41,400,Tim Johnson,2784,DEM,54,62.491692344873414,Joel D. Dykstra,2785,REP,36,37.50830765512658,18,24.983384689746835 +24079,29326,1574,2008,SD,Sen-G,2008_Sen-G_SD,GQR,126,TRUE,FALSE,NA,DEM,2008-10-07,2008-11-04,28,627,Tim Johnson,2784,DEM,60,62.491692344873414,Joel D. Dykstra,2785,REP,35,37.50830765512658,25,24.983384689746835 +24078,29325,1574,2008,SD,Sen-G,2008_Sen-G_SD,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-14,2008-11-04,21,618,Tim Johnson,2784,DEM,59,62.491692344873414,Joel D. Dykstra,2785,REP,35,37.50830765512658,24,24.983384689746835 +16846,24900,1574,2008,SD,Sen-G,2008_Sen-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-14,2008-11-04,21,800,Tim Johnson,2784,DEM,57,62.491692344873414,Joel D. Dykstra,2785,REP,34,37.50830765512658,23,24.983384689746835 +24077,29324,1574,2008,SD,Sen-G,2008_Sen-G_SD,GQR,126,TRUE,FALSE,Live Phone,NA,2008-10-22,2008-11-04,13,603,Tim Johnson,2784,DEM,62,62.491692344873414,Joel D. Dykstra,2785,REP,32,37.50830765512658,30,24.983384689746835 +16459,25452,1574,2008,SD,Sen-G,2008_Sen-G_SD,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,352,Tim Johnson,2784,DEM,60,62.491692344873414,Joel D. Dykstra,2785,REP,35,37.50830765512658,25,24.983384689746835 +17075,24901,1575,2008,TN,Sen-G,2008_Sen-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-23,2008-11-04,42,625,Robert D. Tuke,2789,DEM,33,31.644013305369786,Lamar Alexander,2788,REP,57,65.14422055733249,-24,-33.500207251962706 +24107,29351,1575,2008,TN,Sen-G,2008_Sen-G_TN,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,NA,NA,2008-09-21,2008-11-04,44,635,Robert D. Tuke,2789,DEM,26,31.644013305369786,Lamar Alexander,2788,REP,50,65.14422055733249,-24,-33.500207251962706 +17039,25167,1575,2008,TN,Sen-G,2008_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-29,2008-11-04,36,500,Robert D. Tuke,2789,DEM,32,31.644013305369786,Lamar Alexander,2788,REP,56,65.14422055733249,-24,-33.500207251962706 +16838,24800,1575,2008,TN,Sen-G,2008_Sen-G_TN,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2008-10-14,2008-11-04,21,600,Robert D. Tuke,2789,DEM,27,31.644013305369786,Lamar Alexander,2788,REP,64,65.14422055733249,-37,-33.500207251962706 +16832,25166,1575,2008,TN,Sen-G,2008_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-16,2008-11-04,19,500,Robert D. Tuke,2789,DEM,34,31.644013305369786,Lamar Alexander,2788,REP,62,65.14422055733249,-28,-33.500207251962706 +16478,25453,1575,2008,TN,Sen-G,2008_Sen-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,653,Robert D. Tuke,2789,DEM,30,31.644013305369786,Lamar Alexander,2788,REP,53,65.14422055733249,-23,-33.500207251962706 +17038,25170,1576,2008,TX,Sen-G,2008_Sen-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-29,2008-11-04,36,500,Rick Noriega,2802,DEM,43,42.83787754792516,John Cornyn,2801,REP,50,54.82087821462764,-7,-11.98300066670248 +16757,25169,1576,2008,TX,Sen-G,2008_Sen-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-21,2008-11-04,14,500,Rick Noriega,2802,DEM,40,42.83787754792516,John Cornyn,2801,REP,55,54.82087821462764,-15,-11.98300066670248 +16743,25402,1576,2008,TX,Sen-G,2008_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-19,2008-11-04,16,550,Rick Noriega,2802,DEM,36,42.83787754792516,John Cornyn,2801,REP,45,54.82087821462764,-9,-11.98300066670248 +16485,25454,1576,2008,TX,Sen-G,2008_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,972,Rick Noriega,2802,DEM,35,42.83787754792516,John Cornyn,2801,REP,47,54.82087821462764,-12,-11.98300066670248 +17355,25375,1577,2008,VA,Sen-G,2008_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,717,Mark R. Warner,2808,DEM,56,65.03255021417431,James S. Gilmore III,2809,REP,35,33.728543455455416,21,31.30400675871889 +17257,24977,1577,2008,VA,Sen-G,2008_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-09-13,2008-11-04,52,1090,Mark R. Warner,2808,DEM,57,65.03255021417431,James S. Gilmore III,2809,REP,33,33.728543455455416,24,31.30400675871889 +17261,25374,1577,2008,VA,Sen-G,2008_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-13,2008-11-04,52,732,Mark R. Warner,2808,DEM,57,65.03255021417431,James S. Gilmore III,2809,REP,34,33.728543455455416,23,31.30400675871889 +17247,24813,1577,2008,VA,Sen-G,2008_Sen-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2008-09-12,2008-11-04,53,500,Mark R. Warner,2808,DEM,54,65.03255021417431,James S. Gilmore III,2809,REP,30,33.728543455455416,24,31.30400675871889 +17149,25373,1577,2008,VA,Sen-G,2008_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,716,Mark R. Warner,2808,DEM,57,65.03255021417431,James S. Gilmore III,2809,REP,34,33.728543455455416,23,31.30400675871889 +17130,24779,1577,2008,VA,Sen-G,2008_Sen-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-09-20,2008-11-04,45,698,Mark R. Warner,2808,DEM,61,65.03255021417431,James S. Gilmore III,2809,REP,31,33.728543455455416,30,31.30400675871889 +17122,24905,1577,2008,VA,Sen-G,2008_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-19,2008-11-04,46,625,Mark R. Warner,2808,DEM,61,65.03255021417431,James S. Gilmore III,2809,REP,28,33.728543455455416,33,31.30400675871889 +17068,25177,1577,2008,VA,Sen-G,2008_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-25,2008-11-04,40,700,Mark R. Warner,2808,DEM,60,65.03255021417431,James S. Gilmore III,2809,REP,34,33.728543455455416,26,31.30400675871889 +17003,24904,1577,2008,VA,Sen-G,2008_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,625,Mark R. Warner,2808,DEM,57,65.03255021417431,James S. Gilmore III,2809,REP,31,33.728543455455416,26,31.30400675871889 +16986,25372,1577,2008,VA,Sen-G,2008_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,666,Mark R. Warner,2808,DEM,61,65.03255021417431,James S. Gilmore III,2809,REP,31,33.728543455455416,30,31.30400675871889 +16941,24976,1577,2008,VA,Sen-G,2008_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,917,Mark R. Warner,2808,DEM,58,65.03255021417431,James S. Gilmore III,2809,REP,31,33.728543455455416,27,31.30400675871889 +16834,25176,1577,2008,VA,Sen-G,2008_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-16,2008-11-04,19,700,Mark R. Warner,2808,DEM,61,65.03255021417431,James S. Gilmore III,2809,REP,36,33.728543455455416,25,31.30400675871889 +63753,117449,1577,2008,VA,Sen-G,2008_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,652,Mark R. Warner,2808,DEM,60,65.03255021417431,James S. Gilmore III,2809,REP,36,33.728543455455416,24,31.30400675871889 +16754,24903,1577,2008,VA,Sen-G,2008_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,625,Mark R. Warner,2808,DEM,58,65.03255021417431,James S. Gilmore III,2809,REP,33,33.728543455455416,25,31.30400675871889 +16744,25414,1577,2008,VA,Sen-G,2008_Sen-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,817,Mark R. Warner,2808,DEM,61,65.03255021417431,James S. Gilmore III,2809,REP,27,33.728543455455416,34,31.30400675871889 +16700,24975,1577,2008,VA,Sen-G,2008_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-22,2008-11-04,13,1231,Mark R. Warner,2808,DEM,60,65.03255021417431,James S. Gilmore III,2809,REP,32,33.728543455455416,28,31.30400675871889 +16686,25420,1577,2008,VA,Sen-G,2008_Sen-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,784,Mark R. Warner,2808,DEM,61,65.03255021417431,James S. Gilmore III,2809,REP,31,33.728543455455416,30,31.30400675871889 +16672,25371,1577,2008,VA,Sen-G,2008_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,671,Mark R. Warner,2808,DEM,63,65.03255021417431,James S. Gilmore III,2809,REP,32,33.728543455455416,31,31.30400675871889 +16630,24799,1577,2008,VA,Sen-G,2008_Sen-G_VA,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-24,2008-11-04,11,601,Mark R. Warner,2808,DEM,58,65.03255021417431,James S. Gilmore III,2809,REP,32,33.728543455455416,26,31.30400675871889 +16667,25256,1577,2008,VA,Sen-G,2008_Sen-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2008-10-23,2008-11-04,12,614,Mark R. Warner,2808,DEM,57,65.03255021417431,James S. Gilmore III,2809,REP,22,33.728543455455416,35,31.30400675871889 +63616,117081,1577,2008,VA,Sen-G,2008_Sen-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,671,Mark R. Warner,2808,DEM,63,65.03255021417431,James S. Gilmore III,2809,REP,32,33.728543455455416,31,31.30400675871889 +16614,24932,1577,2008,VA,Sen-G,2008_Sen-G_VA,National Journal,224,TRUE,TRUE,Live Phone,NA,2008-10-25,2008-11-04,10,404,Mark R. Warner,2808,DEM,60,65.03255021417431,James S. Gilmore III,2809,REP,31,33.728543455455416,29,31.30400675871889 +16583,29313,1577,2008,VA,Sen-G,2008_Sen-G_VA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,721,Mark R. Warner,2808,DEM,63,65.03255021417431,James S. Gilmore III,2809,REP,35,33.728543455455416,28,31.30400675871889 +42585,117211,1577,2008,VA,Sen-G,2008_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,625,Mark R. Warner,2808,DEM,62,65.03255021417431,James S. Gilmore III,2809,REP,31,33.728543455455416,31,31.30400675871889 +16445,25370,1577,2008,VA,Sen-G,2008_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-31,2008-11-04,4,672,Mark R. Warner,2808,DEM,59,65.03255021417431,James S. Gilmore III,2809,REP,35,33.728543455455416,24,31.30400675871889 +16493,25455,1577,2008,VA,Sen-G,2008_Sen-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,772,Mark R. Warner,2808,DEM,58,65.03255021417431,James S. Gilmore III,2809,REP,33,33.728543455455416,25,31.30400675871889 +16422,24974,1577,2008,VA,Sen-G,2008_Sen-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,1557,Mark R. Warner,2808,DEM,62,65.03255021417431,James S. Gilmore III,2809,REP,36,33.728543455455416,26,31.30400675871889 +17077,25187,1578,2008,WV,Sen-G,2008_Sen-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-24,2008-11-04,41,500,"John D. Rockefeller, IV",2812,DEM,61,63.727025749386314,Jay Wolfe,2813,REP,33,36.25603011784004,28,27.470995631546273 +16762,24936,1578,2008,WV,Sen-G,2008_Sen-G_WV,Orion Strategies,246,FALSE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,600,"John D. Rockefeller, IV",2812,DEM,60,63.727025749386314,Jay Wolfe,2813,REP,36,36.25603011784004,24,27.470995631546273 +16527,24980,1578,2008,WV,Sen-G,2008_Sen-G_WV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,2128,"John D. Rockefeller, IV",2812,DEM,58,63.727025749386314,Jay Wolfe,2813,REP,40,36.25603011784004,18,27.470995631546273 +16460,117517,1578,2008,WV,Sen-G,2008_Sen-G_WV,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,404,"John D. Rockefeller, IV",2812,DEM,55,63.727025749386314,Jay Wolfe,2813,REP,37,36.25603011784004,18,27.470995631546273 +16859,24907,1579,2008,WY,Sen-G,2008_Sen-G_WY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-13,2008-11-04,22,625,Christopher Rothfuss,2820,DEM,20,24.257639650164435,Michael B. Enzi,2819,REP,72,75.63473710321429,-52,-51.377097453049856 +16480,25457,1579,2008,WY,Sen-G,2008_Sen-G_WY,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,246,Christopher Rothfuss,2820,DEM,25,24.257639650164435,Michael B. Enzi,2819,REP,68,75.63473710321429,-43,-51.377097453049856 +16859,24906,1580,2008,WY,Sen-G,2008_Sen-GS_WY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-13,2008-11-04,22,625,Nicholas H. Carter,2817,DEM,22,26.527700975324375,John Barrasso,2816,REP,69,73.35489144808021,-47,-46.82719047275583 +16480,25456,1580,2008,WY,Sen-G,2008_Sen-GS_WY,YouGov,391,FALSE,FALSE,Online Panel,NA,2008-10-25,2008-11-04,10,246,Nicholas H. Carter,2817,DEM,29,26.527700975324375,John Barrasso,2816,REP,63,73.35489144808021,-34,-46.82719047275583 +24462,29700,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-18,2006-11-07,50,500,Jim Pederson,2823,DEM,39,43.49939939035173,Jon Kyl,2822,REP,50,53.340817484094,-11,-9.84141809374227 +24804,30042,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-09-17,2006-11-07,51,472,Jim Pederson,2823,DEM,43,43.49939939035173,Jon Kyl,2822,REP,48,53.340817484094,-5,-9.84141809374227 +24204,29442,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,NA,NA,2006-09-23,2006-11-07,45,882,Jim Pederson,2823,DEM,38,43.49939939035173,Jon Kyl,2822,REP,49,53.340817484094,-11,-9.84141809374227 +24989,30227,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Jim Pederson,2823,DEM,44,43.49939939035173,Jon Kyl,2822,REP,50.5,53.340817484094,-6.5,-9.84141809374227 +24216,29454,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,NA,NA,2006-09-30,2006-11-07,38,625,Jim Pederson,2823,DEM,36,43.49939939035173,Jon Kyl,2822,REP,45,53.340817484094,-9,-9.84141809374227 +24461,29699,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-15,2006-11-07,23,500,Jim Pederson,2823,DEM,42,43.49939939035173,Jon Kyl,2822,REP,51,53.340817484094,-9,-9.84141809374227 +24803,30041,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-15,2006-11-07,23,474,Jim Pederson,2823,DEM,43,43.49939939035173,Jon Kyl,2822,REP,48,53.340817484094,-5,-9.84141809374227 +24390,29628,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,NA,NA,2006-10-13,2006-11-07,25,403,Jim Pederson,2823,DEM,33,43.49939939035173,Jon Kyl,2822,REP,49,53.340817484094,-16,-9.84141809374227 +24988,30226,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Jim Pederson,2823,DEM,43.7,43.49939939035173,Jon Kyl,2822,REP,49.9,53.340817484094,-6.199999999999996,-9.84141809374227 +24203,29441,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,1019,Jim Pederson,2823,DEM,41,43.49939939035173,Jon Kyl,2822,REP,47,53.340817484094,-6,-9.84141809374227 +55159,30225,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,644,Jim Pederson,2823,DEM,44.4,43.49939939035173,Jon Kyl,2822,REP,51.8,53.340817484094,-7.399999999999999,-9.84141809374227 +24900,30138,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Zimmerman & Associates/Marketing Intelligence,394,FALSE,TRUE,Live Phone,NA,2006-10-27,2006-11-07,11,400,Jim Pederson,2823,DEM,41.3,43.49939939035173,Jon Kyl,2822,REP,45.8,53.340817484094,-4.5,-9.84141809374227 +24325,29563,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Jim Pederson,2823,DEM,41,43.49939939035173,Jon Kyl,2822,REP,49,53.340817484094,-8,-9.84141809374227 +24802,30040,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-01,2006-11-07,6,560,Jim Pederson,2823,DEM,40,43.49939939035173,Jon Kyl,2822,REP,53,53.340817484094,-13,-9.84141809374227 +24879,30117,1581,2006,AZ,Sen-G,2006_Sen-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,798,Jim Pederson,2823,DEM,46,43.49939939035173,Jon Kyl,2822,REP,50,53.340817484094,-4,-9.84141809374227 +24234,29472,1582,2006,CA,Sen-G,2006_Sen-G_CA,Datamar Analytics,75,FALSE,TRUE,NA,NA,2006-09-14,2006-11-07,54,1879,Dianne Feinstein,2828,DEM,49,59.43105149508118,Richard Dick Mountjoy,2829,REP,38.1,35.015283072855325,10.899999999999999,24.415768422225852 +55191,136872,1582,2006,CA,Sen-G,2006_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2006-09-19,2006-11-07,49,678,Dianne Feinstein,2828,DEM,57,59.43105149508118,Richard Dick Mountjoy,2829,REP,29,35.015283072855325,28,24.415768422225852 +24810,30048,1582,2006,CA,Sen-G,2006_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,445,Dianne Feinstein,2828,DEM,55,59.43105149508118,Richard Dick Mountjoy,2829,REP,35,35.015283072855325,20,24.415768422225852 +24326,29564,1582,2006,CA,Sen-G,2006_Sen-G_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,625,Dianne Feinstein,2828,DEM,53,59.43105149508118,Richard Dick Mountjoy,2829,REP,23,35.015283072855325,30,24.415768422225852 +24308,29546,1582,2006,CA,Sen-G,2006_Sen-G_CA,Los Angeles Times,172,TRUE,TRUE,NA,NA,2006-09-25,2006-11-07,43,989,Dianne Feinstein,2828,DEM,54,59.43105149508118,Richard Dick Mountjoy,2829,REP,36,35.015283072855325,18,24.415768422225852 +24809,30047,1582,2006,CA,Sen-G,2006_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-24,2006-11-07,14,507,Dianne Feinstein,2828,DEM,59,59.43105149508118,Richard Dick Mountjoy,2829,REP,33,35.015283072855325,26,24.415768422225852 +24881,30119,1582,2006,CA,Sen-G,2006_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-23,2006-11-07,15,877,Dianne Feinstein,2828,DEM,57,59.43105149508118,Richard Dick Mountjoy,2829,REP,39,35.015283072855325,18,24.415768422225852 +24258,29496,1582,2006,CA,Sen-G,2006_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2006-10-27,2006-11-07,11,795,Dianne Feinstein,2828,DEM,55,59.43105149508118,Richard Dick Mountjoy,2829,REP,33,35.015283072855325,22,24.415768422225852 +24808,30046,1582,2006,CA,Sen-G,2006_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,553,Dianne Feinstein,2828,DEM,60,59.43105149508118,Richard Dick Mountjoy,2829,REP,31,35.015283072855325,29,24.415768422225852 +24233,29471,1582,2006,CA,Sen-G,2006_Sen-G_CA,Datamar Analytics,75,FALSE,TRUE,IVR,NA,2006-11-03,2006-11-07,4,692,Dianne Feinstein,2828,DEM,54,59.43105149508118,Richard Dick Mountjoy,2829,REP,38,35.015283072855325,16,24.415768422225852 +55203,30118,1582,2006,CA,Sen-G,2006_Sen-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1015,Dianne Feinstein,2828,DEM,61,59.43105149508118,Richard Dick Mountjoy,2829,REP,29,35.015283072855325,32,24.415768422225852 +24814,30052,1583,2006,CT,Sen-G,2006_Sen-G_CT,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-10,2006-11-07,58,572,Edward Lamont,2839,DEM,38,39.72974425812296,Alan Schlesinger,2840,REP,7,9.622859821797586,31,30.106884436325377 +24474,29712,1583,2006,CT,Sen-G,2006_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,Edward Lamont,2839,DEM,43,39.72974425812296,Alan Schlesinger,2840,REP,5,9.622859821797586,38,30.106884436325377 +24198,29436,1583,2006,CT,Sen-G,2006_Sen-G_CT,American Research Group,9,TRUE,FALSE,NA,NA,2006-09-17,2006-11-07,51,600,Edward Lamont,2839,DEM,45,39.72974425812296,Alan Schlesinger,2840,REP,3,9.622859821797586,42,30.106884436325377 +24416,29654,1583,2006,CT,Sen-G,2006_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-23,2006-11-07,45,1181,Edward Lamont,2839,DEM,39,39.72974425812296,Alan Schlesinger,2840,REP,5,9.622859821797586,34,30.106884436325377 +24994,30232,1583,2006,CT,Sen-G,2006_Sen-G_CT,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Edward Lamont,2839,DEM,44,39.72974425812296,Alan Schlesinger,2840,REP,4,9.622859821797586,40,30.106884436325377 +55243,137387,1583,2006,CT,Sen-G,2006_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-02,2006-11-07,36,500,Edward Lamont,2839,DEM,40,39.72974425812296,Alan Schlesinger,2840,REP,5,9.622859821797586,35,30.106884436325377 +24993,30231,1583,2006,CT,Sen-G,2006_Sen-G_CT,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Edward Lamont,2839,DEM,33,39.72974425812296,Alan Schlesinger,2840,REP,4,9.622859821797586,29,30.106884436325377 +24863,30101,1583,2006,CT,Sen-G,2006_Sen-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2006-10-06,2006-11-07,32,637,Edward Lamont,2839,DEM,40,39.72974425812296,Alan Schlesinger,2840,REP,4,9.622859821797586,36,30.106884436325377 +24813,30051,1583,2006,CT,Sen-G,2006_Sen-G_CT,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-09,2006-11-07,29,572,Edward Lamont,2839,DEM,40,39.72974425812296,Alan Schlesinger,2840,REP,4,9.622859821797586,36,30.106884436325377 +24992,30230,1583,2006,CT,Sen-G,2006_Sen-G_CT,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Edward Lamont,2839,DEM,43.2,39.72974425812296,Alan Schlesinger,2840,REP,4,9.622859821797586,39.2,30.106884436325377 +24415,29653,1583,2006,CT,Sen-G,2006_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,881,Edward Lamont,2839,DEM,35,39.72974425812296,Alan Schlesinger,2840,REP,6,9.622859821797586,29,30.106884436325377 +24197,29435,1583,2006,CT,Sen-G,2006_Sen-G_CT,American Research Group,9,TRUE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,600,Edward Lamont,2839,DEM,37,39.72974425812296,Alan Schlesinger,2840,REP,8,9.622859821797586,29,30.106884436325377 +24991,30229,1583,2006,CT,Sen-G,2006_Sen-G_CT,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Edward Lamont,2839,DEM,42.5,39.72974425812296,Alan Schlesinger,2840,REP,6,9.622859821797586,36.5,30.106884436325377 +24472,29710,1583,2006,CT,Sen-G,2006_Sen-G_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-28,2006-11-07,10,500,Edward Lamont,2839,DEM,40,39.72974425812296,Alan Schlesinger,2840,REP,9,9.622859821797586,31,30.106884436325377 +24414,29652,1583,2006,CT,Sen-G,2006_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-27,2006-11-07,11,926,Edward Lamont,2839,DEM,37,39.72974425812296,Alan Schlesinger,2840,REP,8,9.622859821797586,29,30.106884436325377 +24990,30228,1583,2006,CT,Sen-G,2006_Sen-G_CT,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Edward Lamont,2839,DEM,37,39.72974425812296,Alan Schlesinger,2840,REP,8,9.622859821797586,29,30.106884436325377 +24812,30050,1583,2006,CT,Sen-G,2006_Sen-G_CT,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,652,Edward Lamont,2839,DEM,38,39.72974425812296,Alan Schlesinger,2840,REP,9,9.622859821797586,29,30.106884436325377 +24413,29651,1583,2006,CT,Sen-G,2006_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,676,Edward Lamont,2839,DEM,38,39.72974425812296,Alan Schlesinger,2840,REP,8,9.622859821797586,30,30.106884436325377 +24882,30120,1583,2006,CT,Sen-G,2006_Sen-G_CT,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,401,Edward Lamont,2839,DEM,44,39.72974425812296,Alan Schlesinger,2840,REP,5,9.622859821797586,39,30.106884436325377 +24250,29488,1584,2006,DE,Sen-G,2006_Sen-G_DE,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2006-09-16,2006-11-07,52,651,Thomas R. Carper,2843,DEM,63,70.20026998995769,Jan Ting,2844,REP,23,28.70042638657953,40,41.49984360337816 +64035,29487,1584,2006,DE,Sen-G,2006_Sen-G_DE,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,502,Thomas R. Carper,2843,DEM,60,70.20026998995769,Jan Ting,2844,REP,26,28.70042638657953,34,41.49984360337816 +24817,30055,1585,2006,FL,Sen-G,2006_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-12,2006-11-07,56,512,Bill Nelson,2848,DEM,53,60.30098044574211,Katherine Harris,2849,REP,38,38.09563048890443,15,22.20534995683768 +24480,29718,1585,2006,FL,Sen-G,2006_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-22,2006-11-07,46,500,Bill Nelson,2848,DEM,56,60.30098044574211,Katherine Harris,2849,REP,33,38.09563048890443,23,22.20534995683768 +24329,29567,1585,2006,FL,Sen-G,2006_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-21,2006-11-07,47,625,Bill Nelson,2848,DEM,53,60.30098044574211,Katherine Harris,2849,REP,35,38.09563048890443,18,22.20534995683768 +24998,30236,1585,2006,FL,Sen-G,2006_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Bill Nelson,2848,DEM,52,60.30098044574211,Katherine Harris,2849,REP,34.6,38.09563048890443,17.4,22.20534995683768 +24479,29717,1585,2006,FL,Sen-G,2006_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-02,2006-11-07,36,500,Bill Nelson,2848,DEM,54,60.30098044574211,Katherine Harris,2849,REP,37,38.09563048890443,17,22.20534995683768 +24422,29660,1585,2006,FL,Sen-G,2006_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-10-05,2006-11-07,33,783,Bill Nelson,2848,DEM,61,60.30098044574211,Katherine Harris,2849,REP,33,38.09563048890443,28,22.20534995683768 +24816,30054,1585,2006,FL,Sen-G,2006_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-08,2006-11-07,30,514,Bill Nelson,2848,DEM,55,60.30098044574211,Katherine Harris,2849,REP,37,38.09563048890443,18,22.20534995683768 +24997,30235,1585,2006,FL,Sen-G,2006_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Bill Nelson,2848,DEM,54.1,60.30098044574211,Katherine Harris,2849,REP,36.8,38.09563048890443,17.300000000000004,22.20534995683768 +24328,29566,1585,2006,FL,Sen-G,2006_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-16,2006-11-07,22,625,Bill Nelson,2848,DEM,57,60.30098044574211,Katherine Harris,2849,REP,31,38.09563048890443,26,22.20534995683768 +24421,29659,1585,2006,FL,Sen-G,2006_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,816,Bill Nelson,2848,DEM,64,60.30098044574211,Katherine Harris,2849,REP,29,38.09563048890443,35,22.20534995683768 +24705,29943,1585,2006,FL,Sen-G,2006_Sen-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,800,Bill Nelson,2848,DEM,56,60.30098044574211,Katherine Harris,2849,REP,30,38.09563048890443,26,22.20534995683768 +55283,30234,1585,2006,FL,Sen-G,2006_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,952,Bill Nelson,2848,DEM,53.7,60.30098044574211,Katherine Harris,2849,REP,39.6,38.09563048890443,14.100000000000001,22.20534995683768 +24327,29565,1585,2006,FL,Sen-G,2006_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,625,Bill Nelson,2848,DEM,58,60.30098044574211,Katherine Harris,2849,REP,34,38.09563048890443,24,22.20534995683768 +24995,30233,1585,2006,FL,Sen-G,2006_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-11-01,2006-11-07,6,804,Bill Nelson,2848,DEM,60,60.30098044574211,Katherine Harris,2849,REP,31,38.09563048890443,29,22.20534995683768 +24815,30053,1585,2006,FL,Sen-G,2006_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,682,Bill Nelson,2848,DEM,59,60.30098044574211,Katherine Harris,2849,REP,36,38.09563048890443,23,22.20534995683768 +55287,30121,1585,2006,FL,Sen-G,2006_Sen-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1005,Bill Nelson,2848,DEM,60,60.30098044574211,Katherine Harris,2849,REP,34,38.09563048890443,26,22.20534995683768 +24499,29737,1588,2006,ME,Sen-G,2006_Sen-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-17,2006-11-07,21,500,Jean M. Hay Bright,2910,DEM,24,20.75310752703952,Olympia J. Snowe,2909,REP,70,74.40380974743547,-46,-53.65070222039596 +24230,29468,1588,2006,ME,Sen-G,2006_Sen-G_ME,Digital Research,64,FALSE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,600,Jean M. Hay Bright,2910,DEM,14,20.75310752703952,Olympia J. Snowe,2909,REP,74,74.40380974743547,-60,-53.65070222039596 +24492,29730,1589,2006,MD,Sen-G,2006_Sen-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,Benjamin L. Cardin,2878,DEM,50,54.205595408331405,Michael S. Steele,2879,REP,43,44.195427757182344,7,10.010167651149061 +24403,29641,1589,2006,MD,Sen-G,2006_Sen-G_MD,Potomac Incorporated,256,FALSE,TRUE,NA,NA,2006-09-17,2006-11-07,51,815,Benjamin L. Cardin,2878,DEM,51,54.205595408331405,Michael S. Steele,2879,REP,40,44.195427757182344,11,10.010167651149061 +24821,30059,1589,2006,MD,Sen-G,2006_Sen-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-18,2006-11-07,50,522,Benjamin L. Cardin,2878,DEM,47,54.205595408331405,Michael S. Steele,2879,REP,48,44.195427757182344,-1,10.010167651149061 +25003,30241,1589,2006,MD,Sen-G,2006_Sen-G_MD,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Benjamin L. Cardin,2878,DEM,51.9,54.205595408331405,Michael S. Steele,2879,REP,38.9,44.195427757182344,13,10.010167651149061 +24333,29571,1589,2006,MD,Sen-G,2006_Sen-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-24,2006-11-07,44,625,Benjamin L. Cardin,2878,DEM,47,54.205595408331405,Michael S. Steele,2879,REP,41,44.195427757182344,6,10.010167651149061 +24874,30112,1589,2006,MD,Sen-G,2006_Sen-G_MD,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,2006-09-27,2006-11-07,41,602,Benjamin L. Cardin,2878,DEM,44,54.205595408331405,Michael S. Steele,2879,REP,39,44.195427757182344,5,10.010167651149061 +24272,29510,1589,2006,MD,Sen-G,2006_Sen-G_MD,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,678,Benjamin L. Cardin,2878,DEM,54,54.205595408331405,Michael S. Steele,2879,REP,39,44.195427757182344,15,10.010167651149061 +25002,30240,1589,2006,MD,Sen-G,2006_Sen-G_MD,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Benjamin L. Cardin,2878,DEM,45,54.205595408331405,Michael S. Steele,2879,REP,37,44.195427757182344,8,10.010167651149061 +24410,29648,1589,2006,MD,Sen-G,2006_Sen-G_MD,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-10-03,2006-11-07,35,800,Benjamin L. Cardin,2878,DEM,47,54.205595408331405,Michael S. Steele,2879,REP,43,44.195427757182344,4,10.010167651149061 +55434,29729,1589,2006,MD,Sen-G,2006_Sen-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-10,2006-11-07,28,500,Benjamin L. Cardin,2878,DEM,53,54.205595408331405,Michael S. Steele,2879,REP,44,44.195427757182344,9,10.010167651149061 +25001,30239,1589,2006,MD,Sen-G,2006_Sen-G_MD,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Benjamin L. Cardin,2878,DEM,51.1,54.205595408331405,Michael S. Steele,2879,REP,42.7,44.195427757182344,8.399999999999999,10.010167651149061 +24820,30058,1589,2006,MD,Sen-G,2006_Sen-G_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-16,2006-11-07,22,698,Benjamin L. Cardin,2878,DEM,46,54.205595408331405,Michael S. Steele,2879,REP,46,44.195427757182344,0,10.010167651149061 +24873,30111,1589,2006,MD,Sen-G,2006_Sen-G_MD,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,REP,2006-10-22,2006-11-07,16,602,Benjamin L. Cardin,2878,DEM,41,54.205595408331405,Michael S. Steele,2879,REP,39,44.195427757182344,2,10.010167651149061 +24289,29527,1589,2006,MD,Sen-G,2006_Sen-G_MD,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2006-10-23,2006-11-07,15,602,Benjamin L. Cardin,2878,DEM,52,54.205595408331405,Michael S. Steele,2879,REP,40,44.195427757182344,12,10.010167651149061 +24490,29728,1589,2006,MD,Sen-G,2006_Sen-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-26,2006-11-07,12,500,Benjamin L. Cardin,2878,DEM,50,54.205595408331405,Michael S. Steele,2879,REP,45,44.195427757182344,5,10.010167651149061 +24875,137322,1589,2006,MD,Sen-G,2006_Sen-G_MD,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,1003,Benjamin L. Cardin,2878,DEM,54,54.205595408331405,Michael S. Steele,2879,REP,43,44.195427757182344,11,10.010167651149061 +55437,30238,1589,2006,MD,Sen-G,2006_Sen-G_MD,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,644,Benjamin L. Cardin,2878,DEM,52.8,54.205595408331405,Michael S. Steele,2879,REP,43.5,44.195427757182344,9.299999999999997,10.010167651149061 +24402,29640,1589,2006,MD,Sen-G,2006_Sen-G_MD,Potomac Incorporated,256,FALSE,TRUE,Live Phone,NA,2006-10-29,2006-11-07,9,800,Benjamin L. Cardin,2878,DEM,49,54.205595408331405,Michael S. Steele,2879,REP,43,44.195427757182344,6,10.010167651149061 +24999,30237,1589,2006,MD,Sen-G,2006_Sen-G_MD,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Benjamin L. Cardin,2878,DEM,49,54.205595408331405,Michael S. Steele,2879,REP,44,44.195427757182344,5,10.010167651149061 +24489,29727,1589,2006,MD,Sen-G,2006_Sen-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-01,2006-11-07,6,500,Benjamin L. Cardin,2878,DEM,50,54.205595408331405,Michael S. Steele,2879,REP,45,44.195427757182344,5,10.010167651149061 +24819,30057,1589,2006,MD,Sen-G,2006_Sen-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-01,2006-11-07,6,694,Benjamin L. Cardin,2878,DEM,47,54.205595408331405,Michael S. Steele,2879,REP,47,44.195427757182344,0,10.010167651149061 +24332,29570,1589,2006,MD,Sen-G,2006_Sen-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,625,Benjamin L. Cardin,2878,DEM,47,54.205595408331405,Michael S. Steele,2879,REP,44,44.195427757182344,3,10.010167651149061 +24818,30056,1589,2006,MD,Sen-G,2006_Sen-G_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,663,Benjamin L. Cardin,2878,DEM,49,54.205595408331405,Michael S. Steele,2879,REP,46,44.195427757182344,3,10.010167651149061 +24885,30123,1589,2006,MD,Sen-G,2006_Sen-G_MD,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,802,Benjamin L. Cardin,2878,DEM,51,54.205595408331405,Michael S. Steele,2879,REP,45,44.195427757182344,6,10.010167651149061 +24801,30039,1590,2006,MA,Sen-G,2006_Sen-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,400,Edward M. Kennedy,2875,DEM,60,66.88272533408205,Kenneth G. Chase,2876,REP,26,29.482203459701807,34,37.400521874380246 +24872,30110,1590,2006,MA,Sen-G,2006_Sen-G_MA,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,585,Edward M. Kennedy,2875,DEM,66,66.88272533408205,Kenneth G. Chase,2876,REP,25,29.482203459701807,41,37.400521874380246 +24884,30122,1590,2006,MA,Sen-G,2006_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,799,Edward M. Kennedy,2875,DEM,67,66.88272533408205,Kenneth G. Chase,2876,REP,27,29.482203459701807,40,37.400521874380246 +24245,29483,1591,2006,MI,Sen-G,2006_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2006-09-09,2006-11-07,59,608,Debbie Stabenow,2915,DEM,53,56.909978514034655,Mike Bouchard,2916,REP,34,41.25763000437549,19,15.652348509659163 +24825,30063,1591,2006,MI,Sen-G,2006_Sen-G_MI,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-16,2006-11-07,52,749,Debbie Stabenow,2915,DEM,54,56.909978514034655,Mike Bouchard,2916,REP,41,41.25763000437549,13,15.652348509659163 +24384,29622,1591,2006,MI,Sen-G,2006_Sen-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2006-09-17,2006-11-07,51,600,Debbie Stabenow,2915,DEM,52,56.909978514034655,Mike Bouchard,2916,REP,30,41.25763000437549,22,15.652348509659163 +25007,30245,1591,2006,MI,Sen-G,2006_Sen-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Debbie Stabenow,2915,DEM,48.8,56.909978514034655,Mike Bouchard,2916,REP,42.3,41.25763000437549,6.5,15.652348509659163 +24504,29742,1591,2006,MI,Sen-G,2006_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-04,2006-11-07,34,500,Debbie Stabenow,2915,DEM,56,56.909978514034655,Mike Bouchard,2916,REP,39,41.25763000437549,17,15.652348509659163 +24244,29482,1591,2006,MI,Sen-G,2006_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2006-10-03,2006-11-07,35,600,Debbie Stabenow,2915,DEM,48,56.909978514034655,Mike Bouchard,2916,REP,35,41.25763000437549,13,15.652348509659163 +24824,30062,1591,2006,MI,Sen-G,2006_Sen-G_MI,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-07,2006-11-07,31,772,Debbie Stabenow,2915,DEM,53,56.909978514034655,Mike Bouchard,2916,REP,42,41.25763000437549,11,15.652348509659163 +24708,29946,1591,2006,MI,Sen-G,2006_Sen-G_MI,Selzer & Co.,304,TRUE,FALSE,NA,NA,2006-10-10,2006-11-07,28,643,Debbie Stabenow,2915,DEM,48,56.909978514034655,Mike Bouchard,2916,REP,34,41.25763000437549,14,15.652348509659163 +25006,30244,1591,2006,MI,Sen-G,2006_Sen-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Debbie Stabenow,2915,DEM,48.2,56.909978514034655,Mike Bouchard,2916,REP,43.6,41.25763000437549,4.600000000000001,15.652348509659163 +24503,29741,1591,2006,MI,Sen-G,2006_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-22,2006-11-07,16,500,Debbie Stabenow,2915,DEM,56,56.909978514034655,Mike Bouchard,2916,REP,40,41.25763000437549,16,15.652348509659163 +24306,29544,1591,2006,MI,Sen-G,2006_Sen-G_MI,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2006-10-22,2006-11-07,16,600,Debbie Stabenow,2915,DEM,53,56.909978514034655,Mike Bouchard,2916,REP,35,41.25763000437549,18,15.652348509659163 +24823,30061,1591,2006,MI,Sen-G,2006_Sen-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-23,2006-11-07,15,803,Debbie Stabenow,2915,DEM,51,56.909978514034655,Mike Bouchard,2916,REP,44,41.25763000437549,7,15.652348509659163 +24243,29481,1591,2006,MI,Sen-G,2006_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,600,Debbie Stabenow,2915,DEM,50,56.909978514034655,Mike Bouchard,2916,REP,38,41.25763000437549,12,15.652348509659163 +55509,30243,1591,2006,MI,Sen-G,2006_Sen-G_MI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,1081,Debbie Stabenow,2915,DEM,49.3,56.909978514034655,Mike Bouchard,2916,REP,41.9,41.25763000437549,7.399999999999999,15.652348509659163 +24242,29480,1591,2006,MI,Sen-G,2006_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,600,Debbie Stabenow,2915,DEM,52,56.909978514034655,Mike Bouchard,2916,REP,38,41.25763000437549,14,15.652348509659163 +24241,29479,1591,2006,MI,Sen-G,2006_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,600,Debbie Stabenow,2915,DEM,51,56.909978514034655,Mike Bouchard,2916,REP,38,41.25763000437549,13,15.652348509659163 +24334,29572,1591,2006,MI,Sen-G,2006_Sen-G_MI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Debbie Stabenow,2915,DEM,53,56.909978514034655,Mike Bouchard,2916,REP,37,41.25763000437549,16,15.652348509659163 +24707,29945,1591,2006,MI,Sen-G,2006_Sen-G_MI,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,532,Debbie Stabenow,2915,DEM,53,56.909978514034655,Mike Bouchard,2916,REP,34,41.25763000437549,19,15.652348509659163 +24822,30060,1591,2006,MI,Sen-G,2006_Sen-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-03,2006-11-07,4,687,Debbie Stabenow,2915,DEM,52,56.909978514034655,Mike Bouchard,2916,REP,42,41.25763000437549,10,15.652348509659163 +24886,30124,1591,2006,MI,Sen-G,2006_Sen-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,800,Debbie Stabenow,2915,DEM,55,56.909978514034655,Mike Bouchard,2916,REP,40,41.25763000437549,15,15.652348509659163 +24721,29959,1592,2006,MN,Sen-G,2006_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2006-09-14,2006-11-07,54,820,Amy Klobuchar,2923,DEM,56,58.05634900025968,Mark R. Kennedy,2924,REP,32,37.936427374235734,24,20.119921626023945 +24305,136980,1592,2006,MN,Sen-G,2006_Sen-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,NA,2006-09-15,2006-11-07,53,1023,Amy Klobuchar,2923,DEM,52,58.05634900025968,Mark R. Kennedy,2924,REP,36,37.936427374235734,16,20.119921626023945 +24336,29574,1592,2006,MN,Sen-G,2006_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-19,2006-11-07,49,625,Amy Klobuchar,2923,DEM,52,58.05634900025968,Mark R. Kennedy,2924,REP,37,37.936427374235734,15,20.119921626023945 +24376,29614,1592,2006,MN,Sen-G,2006_Sen-G_MN,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2006-09-24,2006-11-07,44,600,Amy Klobuchar,2923,DEM,49,58.05634900025968,Mark R. Kennedy,2924,REP,41,37.936427374235734,8,20.119921626023945 +25010,30248,1592,2006,MN,Sen-G,2006_Sen-G_MN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Amy Klobuchar,2923,DEM,49,58.05634900025968,Mark R. Kennedy,2924,REP,40,37.936427374235734,9,20.119921626023945 +24830,30068,1592,2006,MN,Sen-G,2006_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,616,Amy Klobuchar,2923,DEM,51,58.05634900025968,Mark R. Kennedy,2924,REP,43,37.936427374235734,8,20.119921626023945 +55529,137389,1592,2006,MN,Sen-G,2006_Sen-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-04,2006-11-07,34,500,Amy Klobuchar,2923,DEM,53,58.05634900025968,Mark R. Kennedy,2924,REP,36,37.936427374235734,17,20.119921626023945 +24720,29958,1592,2006,MN,Sen-G,2006_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2006-10-08,2006-11-07,30,818,Amy Klobuchar,2923,DEM,55,58.05634900025968,Mark R. Kennedy,2924,REP,34,37.936427374235734,21,20.119921626023945 +25009,30247,1592,2006,MN,Sen-G,2006_Sen-G_MN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Amy Klobuchar,2923,DEM,50.2,58.05634900025968,Mark R. Kennedy,2924,REP,42.7,37.936427374235734,7.5,20.119921626023945 +24829,30067,1592,2006,MN,Sen-G,2006_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-22,2006-11-07,16,606,Amy Klobuchar,2923,DEM,55,58.05634900025968,Mark R. Kennedy,2924,REP,39,37.936427374235734,16,20.119921626023945 +24513,29751,1592,2006,MN,Sen-G,2006_Sen-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-25,2006-11-07,13,500,Amy Klobuchar,2923,DEM,53,58.05634900025968,Mark R. Kennedy,2924,REP,39,37.936427374235734,14,20.119921626023945 +24717,137500,1592,2006,MN,Sen-G,2006_Sen-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,504,Amy Klobuchar,2923,DEM,56,58.05634900025968,Mark R. Kennedy,2924,REP,31,37.936427374235734,25,20.119921626023945 +25008,30246,1592,2006,MN,Sen-G,2006_Sen-G_MN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Amy Klobuchar,2923,DEM,50.5,58.05634900025968,Mark R. Kennedy,2924,REP,42.8,37.936427374235734,7.700000000000003,20.119921626023945 +55534,136979,1592,2006,MN,Sen-G,2006_Sen-G_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,663,Amy Klobuchar,2923,DEM,55,58.05634900025968,Mark R. Kennedy,2924,REP,33,37.936427374235734,22,20.119921626023945 +24335,29573,1592,2006,MN,Sen-G,2006_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,625,Amy Klobuchar,2923,DEM,50,58.05634900025968,Mark R. Kennedy,2924,REP,40,37.936427374235734,10,20.119921626023945 +24512,29750,1592,2006,MN,Sen-G,2006_Sen-G_MN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-01,2006-11-07,6,500,Amy Klobuchar,2923,DEM,54,58.05634900025968,Mark R. Kennedy,2924,REP,40,37.936427374235734,14,20.119921626023945 +24719,29957,1592,2006,MN,Sen-G,2006_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2006-11-02,2006-11-07,5,1027,Amy Klobuchar,2923,DEM,54,58.05634900025968,Mark R. Kennedy,2924,REP,34,37.936427374235734,20,20.119921626023945 +24828,30066,1592,2006,MN,Sen-G,2006_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,710,Amy Klobuchar,2923,DEM,56,58.05634900025968,Mark R. Kennedy,2924,REP,40,37.936427374235734,16,20.119921626023945 +24887,30125,1592,2006,MN,Sen-G,2006_Sen-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,501,Amy Klobuchar,2923,DEM,57,58.05634900025968,Mark R. Kennedy,2924,REP,39,37.936427374235734,18,20.119921626023945 +24718,137219,1592,2006,MN,Sen-G,2006_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2006-11-05,2006-11-07,2,1027,Amy Klobuchar,2923,DEM,55,58.05634900025968,Mark R. Kennedy,2924,REP,34,37.936427374235734,21,20.119921626023945 +24527,29765,1594,2006,MO,Sen-G,2006_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-11,2006-11-07,57,500,Claire McCaskill,2935,DEM,45,49.57835692395297,Jim Talent,2936,REP,42,47.30845179540692,3,2.26990512854605 +24836,30074,1594,2006,MO,Sen-G,2006_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-12,2006-11-07,56,468,Claire McCaskill,2935,DEM,48,49.57835692395297,Jim Talent,2936,REP,47,47.30845179540692,1,2.26990512854605 +25015,30253,1594,2006,MO,Sen-G,2006_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Claire McCaskill,2935,DEM,45.3,49.57835692395297,Jim Talent,2936,REP,46.9,47.30845179540692,-1.6000000000000014,2.26990512854605 +24339,29577,1594,2006,MO,Sen-G,2006_Sen-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,625,Claire McCaskill,2935,DEM,43,49.57835692395297,Jim Talent,2936,REP,43,47.30845179540692,0,2.26990512854605 +24275,29513,1594,2006,MO,Sen-G,2006_Sen-G_MO,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,577,Claire McCaskill,2935,DEM,48,49.57835692395297,Jim Talent,2936,REP,45,47.30845179540692,3,2.26990512854605 +73417,137615,1594,2006,MO,Sen-G,2006_Sen-G_MO,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-09-28,2006-11-07,40,678,Claire McCaskill,2935,DEM,49,49.57835692395297,Jim Talent,2936,REP,40,47.30845179540692,9,2.26990512854605 +24526,29764,1594,2006,MO,Sen-G,2006_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-02,2006-11-07,36,500,Claire McCaskill,2935,DEM,47,49.57835692395297,Jim Talent,2936,REP,46,47.30845179540692,1,2.26990512854605 +25014,30252,1594,2006,MO,Sen-G,2006_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Claire McCaskill,2935,DEM,39,49.57835692395297,Jim Talent,2936,REP,43,47.30845179540692,-4,2.26990512854605 +24214,29452,1594,2006,MO,Sen-G,2006_Sen-G_MO,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2006-10-10,2006-11-07,28,800,Claire McCaskill,2935,DEM,48,49.57835692395297,Jim Talent,2936,REP,43,47.30845179540692,5,2.26990512854605 +24835,30073,1594,2006,MO,Sen-G,2006_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-10,2006-11-07,28,497,Claire McCaskill,2935,DEM,51,49.57835692395297,Jim Talent,2936,REP,42,47.30845179540692,9,2.26990512854605 +24525,29763,1594,2006,MO,Sen-G,2006_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-12,2006-11-07,26,500,Claire McCaskill,2935,DEM,44,49.57835692395297,Jim Talent,2936,REP,45,47.30845179540692,-1,2.26990512854605 +25013,30251,1594,2006,MO,Sen-G,2006_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Claire McCaskill,2935,DEM,47.2,49.57835692395297,Jim Talent,2936,REP,49.8,47.30845179540692,-2.5999999999999943,2.26990512854605 +24338,29576,1594,2006,MO,Sen-G,2006_Sen-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,625,Claire McCaskill,2935,DEM,46,49.57835692395297,Jim Talent,2936,REP,43,47.30845179540692,3,2.26990512854605 +24834,30072,1594,2006,MO,Sen-G,2006_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-22,2006-11-07,16,630,Claire McCaskill,2935,DEM,45,49.57835692395297,Jim Talent,2936,REP,48,47.30845179540692,-3,2.26990512854605 +24310,29548,1594,2006,MO,Sen-G,2006_Sen-G_MO,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,593,Claire McCaskill,2935,DEM,45,49.57835692395297,Jim Talent,2936,REP,48,47.30845179540692,-3,2.26990512854605 +24524,29762,1594,2006,MO,Sen-G,2006_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-25,2006-11-07,13,500,Claire McCaskill,2935,DEM,48,49.57835692395297,Jim Talent,2936,REP,50,47.30845179540692,-2,2.26990512854605 +25012,30250,1594,2006,MO,Sen-G,2006_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2006-10-25,2006-11-07,13,678,Claire McCaskill,2935,DEM,47.3,49.57835692395297,Jim Talent,2936,REP,48.6,47.30845179540692,-1.3000000000000043,2.26990512854605 +24396,29634,1594,2006,MO,Sen-G,2006_Sen-G_MO,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,565,Claire McCaskill,2935,DEM,49,49.57835692395297,Jim Talent,2936,REP,49,47.30845179540692,0,2.26990512854605 +24523,29761,1594,2006,MO,Sen-G,2006_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-30,2006-11-07,8,500,Claire McCaskill,2935,DEM,48,49.57835692395297,Jim Talent,2936,REP,47,47.30845179540692,1,2.26990512854605 +24833,30071,1594,2006,MO,Sen-G,2006_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-29,2006-11-07,9,525,Claire McCaskill,2935,DEM,49,49.57835692395297,Jim Talent,2936,REP,46,47.30845179540692,3,2.26990512854605 +25011,30249,1594,2006,MO,Sen-G,2006_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Claire McCaskill,2935,DEM,46,49.57835692395297,Jim Talent,2936,REP,43,47.30845179540692,3,2.26990512854605 +24522,29760,1594,2006,MO,Sen-G,2006_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-02,2006-11-07,5,500,Claire McCaskill,2935,DEM,49,49.57835692395297,Jim Talent,2936,REP,48,47.30845179540692,1,2.26990512854605 +24337,29575,1594,2006,MO,Sen-G,2006_Sen-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,625,Claire McCaskill,2935,DEM,46,49.57835692395297,Jim Talent,2936,REP,45,47.30845179540692,1,2.26990512854605 +24274,29512,1594,2006,MO,Sen-G,2006_Sen-G_MO,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-11-03,2006-11-07,4,710,Claire McCaskill,2935,DEM,49,49.57835692395297,Jim Talent,2936,REP,45,47.30845179540692,4,2.26990512854605 +24521,29759,1594,2006,MO,Sen-G,2006_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-05,2006-11-07,2,500,Claire McCaskill,2935,DEM,48,49.57835692395297,Jim Talent,2936,REP,49,47.30845179540692,-1,2.26990512854605 +24888,30126,1594,2006,MO,Sen-G,2006_Sen-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,802,Claire McCaskill,2935,DEM,50,49.57835692395297,Jim Talent,2936,REP,50,47.30845179540692,0,2.26990512854605 +24832,30070,1594,2006,MO,Sen-G,2006_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-05,2006-11-07,2,793,Claire McCaskill,2935,DEM,50,49.57835692395297,Jim Talent,2936,REP,44,47.30845179540692,6,2.26990512854605 +24391,29629,1594,2006,MO,Sen-G,2006_Sen-G_MO,OnPoint,240,FALSE,TRUE,IVR,NA,2006-11-06,2006-11-07,1,594,Claire McCaskill,2935,DEM,49,49.57835692395297,Jim Talent,2936,REP,46,47.30845179540692,3,2.26990512854605 +24544,29782,1595,2006,MT,Sen-G,2006_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,Jon Tester,2950,DEM,52,49.16175692795907,Conrad Burns,2951,REP,43,48.28550694333403,9,0.8762499846250407 +24543,29781,1595,2006,MT,Sen-G,2006_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-20,2006-11-07,48,500,Jon Tester,2950,DEM,50,49.16175692795907,Conrad Burns,2951,REP,43,48.28550694333403,7,0.8762499846250407 +24342,29580,1595,2006,MT,Sen-G,2006_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,625,Jon Tester,2950,DEM,47,49.16175692795907,Conrad Burns,2951,REP,40,48.28550694333403,7,0.8762499846250407 +73418,137616,1595,2006,MT,Sen-G,2006_Sen-G_MT,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-09-27,2006-11-07,41,678,Jon Tester,2950,DEM,49,49.16175692795907,Conrad Burns,2951,REP,40,48.28550694333403,9,0.8762499846250407 +25017,30255,1595,2006,MT,Sen-G,2006_Sen-G_MT,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Jon Tester,2950,DEM,46,49.16175692795907,Conrad Burns,2951,REP,42,48.28550694333403,4,0.8762499846250407 +73295,137393,1595,2006,MT,Sen-G,2006_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-11,2006-11-07,27,500,Jon Tester,2950,DEM,49,49.16175692795907,Conrad Burns,2951,REP,42,48.28550694333403,7,0.8762499846250407 +24542,29780,1595,2006,MT,Sen-G,2006_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-12,2006-11-07,26,500,Jon Tester,2950,DEM,50,49.16175692795907,Conrad Burns,2951,REP,44,48.28550694333403,6,0.8762499846250407 +73156,137149,1595,2006,MT,Sen-G,2006_Sen-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,NA,NA,2006-10-12,2006-11-07,26,409,Jon Tester,2950,DEM,46,49.16175692795907,Conrad Burns,2951,REP,35,48.28550694333403,11,0.8762499846250407 +24541,29779,1595,2006,MT,Sen-G,2006_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-18,2006-11-07,20,500,Jon Tester,2950,DEM,49,49.16175692795907,Conrad Burns,2951,REP,46,48.28550694333403,3,0.8762499846250407 +24341,29579,1595,2006,MT,Sen-G,2006_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,625,Jon Tester,2950,DEM,46,49.16175692795907,Conrad Burns,2951,REP,43,48.28550694333403,3,0.8762499846250407 +24303,29541,1595,2006,MT,Sen-G,2006_Sen-G_MT,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2006-10-24,2006-11-07,14,662,Jon Tester,2950,DEM,48,49.16175692795907,Conrad Burns,2951,REP,42,48.28550694333403,6,0.8762499846250407 +24540,29778,1595,2006,MT,Sen-G,2006_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-26,2006-11-07,12,500,Jon Tester,2950,DEM,51,49.16175692795907,Conrad Burns,2951,REP,48,48.28550694333403,3,0.8762499846250407 +25016,30254,1595,2006,MT,Sen-G,2006_Sen-G_MT,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Jon Tester,2950,DEM,47,49.16175692795907,Conrad Burns,2951,REP,46,48.28550694333403,1,0.8762499846250407 +24539,29777,1595,2006,MT,Sen-G,2006_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-01,2006-11-07,6,500,Jon Tester,2950,DEM,50,49.16175692795907,Conrad Burns,2951,REP,46,48.28550694333403,4,0.8762499846250407 +24340,29578,1595,2006,MT,Sen-G,2006_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Jon Tester,2950,DEM,47,49.16175692795907,Conrad Burns,2951,REP,47,48.28550694333403,0,0.8762499846250407 +24277,29515,1595,2006,MT,Sen-G,2006_Sen-G_MT,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,734,Jon Tester,2950,DEM,50,49.16175692795907,Conrad Burns,2951,REP,41,48.28550694333403,9,0.8762499846250407 +24538,29776,1595,2006,MT,Sen-G,2006_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-04,2006-11-07,3,500,Jon Tester,2950,DEM,50,49.16175692795907,Conrad Burns,2951,REP,48,48.28550694333403,2,0.8762499846250407 +24392,29630,1595,2006,MT,Sen-G,2006_Sen-G_MT,OnPoint,240,FALSE,TRUE,IVR,NA,2006-11-06,2006-11-07,1,602,Jon Tester,2950,DEM,49,49.16175692795907,Conrad Burns,2951,REP,44,48.28550694333403,5,0.8762499846250407 +24555,29793,1596,2006,NE,Sen-G,2006_Sen-G_NE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-20,2006-11-07,48,500,Ben Nelson,2965,DEM,55,63.882792293302906,Pete Ricketts,2966,REP,32,36.1172077066971,23,27.765584586605804 +24554,29792,1596,2006,NE,Sen-G,2006_Sen-G_NE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-16,2006-11-07,22,500,Ben Nelson,2965,DEM,54,63.882792293302906,Pete Ricketts,2966,REP,34,36.1172077066971,20,27.765584586605804 +24350,29588,1597,2006,NV,Sen-G,2006_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-20,2006-11-07,48,625,Jack Carter,2988,DEM,35,40.98995488969604,John Ensign,2987,REP,58,55.358135990057875,-23,-14.368181100361838 +25029,30267,1597,2006,NV,Sen-G,2006_Sen-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Jack Carter,2988,DEM,42,40.98995488969604,John Ensign,2987,REP,49,55.358135990057875,-7,-14.368181100361838 +25028,30266,1597,2006,NV,Sen-G,2006_Sen-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Jack Carter,2988,DEM,43.2,40.98995488969604,John Ensign,2987,REP,52.1,55.358135990057875,-8.899999999999999,-14.368181100361838 +24578,29816,1597,2006,NV,Sen-G,2006_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-17,2006-11-07,21,500,Jack Carter,2988,DEM,43,40.98995488969604,John Ensign,2987,REP,52,55.358135990057875,-9,-14.368181100361838 +55566,30265,1597,2006,NV,Sen-G,2006_Sen-G_NV,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,485,Jack Carter,2988,DEM,36.8,40.98995488969604,John Ensign,2987,REP,58.3,55.358135990057875,-21.5,-14.368181100361838 +24349,29587,1597,2006,NV,Sen-G,2006_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,625,Jack Carter,2988,DEM,37,40.98995488969604,John Ensign,2987,REP,54,55.358135990057875,-17,-14.368181100361838 +24577,29815,1597,2006,NV,Sen-G,2006_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-31,2006-11-07,7,500,Jack Carter,2988,DEM,42,40.98995488969604,John Ensign,2987,REP,54,55.358135990057875,-12,-14.368181100361838 +24890,30128,1597,2006,NV,Sen-G,2006_Sen-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,402,Jack Carter,2988,DEM,42,40.98995488969604,John Ensign,2987,REP,53,55.358135990057875,-11,-14.368181100361838 +24433,29671,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-15,2006-11-07,53,688,Robert Menendez,2971,DEM,45,57.20435801633765,Thomas H. Kean Jr.,2972,REP,48,41.18541182469869,-3,16.01894619163896 +24381,29619,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,NA,NA,2006-09-20,2006-11-07,48,391,Robert Menendez,2971,DEM,38,57.20435801633765,Thomas H. Kean Jr.,2972,REP,44,41.18541182469869,-6,16.01894619163896 +24565,29803,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-22,2006-11-07,46,500,Robert Menendez,2971,DEM,40,57.20435801633765,Thomas H. Kean Jr.,2972,REP,41,41.18541182469869,-1,16.01894619163896 +24702,29940,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2006-09-24,2006-11-07,44,404,Robert Menendez,2971,DEM,45,57.20435801633765,Thomas H. Kean Jr.,2972,REP,44,41.18541182469869,1,16.01894619163896 +25022,30260,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Robert Menendez,2971,DEM,46.6,57.20435801633765,Thomas H. Kean Jr.,2972,REP,40.9,41.18541182469869,5.700000000000003,16.01894619163896 +24348,29586,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,625,Robert Menendez,2971,DEM,44,57.20435801633765,Thomas H. Kean Jr.,2972,REP,41,41.18541182469869,3,16.01894619163896 +24317,29555,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2006-09-28,2006-11-07,40,460,Robert Menendez,2971,DEM,37,57.20435801633765,Thomas H. Kean Jr.,2972,REP,42,41.18541182469869,-5,16.01894619163896 +73419,137617,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-09-27,2006-11-07,41,678,Robert Menendez,2971,DEM,41,57.20435801633765,Thomas H. Kean Jr.,2972,REP,41,41.18541182469869,0,16.01894619163896 +24280,29518,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,542,Robert Menendez,2971,DEM,46,57.20435801633765,Thomas H. Kean Jr.,2972,REP,43,41.18541182469869,3,16.01894619163896 +24252,29490,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,514,Robert Menendez,2971,DEM,46,57.20435801633765,Thomas H. Kean Jr.,2972,REP,39,41.18541182469869,7,16.01894619163896 +25021,30259,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Robert Menendez,2971,DEM,45,57.20435801633765,Thomas H. Kean Jr.,2972,REP,35,41.18541182469869,10,16.01894619163896 +24432,29670,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-10-07,2006-11-07,31,761,Robert Menendez,2971,DEM,49,57.20435801633765,Thomas H. Kean Jr.,2972,REP,45,41.18541182469869,4,16.01894619163896 +24564,29802,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-11,2006-11-07,27,500,Robert Menendez,2971,DEM,44,57.20435801633765,Thomas H. Kean Jr.,2972,REP,40,41.18541182469869,4,16.01894619163896 +25020,30258,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Robert Menendez,2971,DEM,44.8,57.20435801633765,Thomas H. Kean Jr.,2972,REP,47.1,41.18541182469869,-2.3000000000000043,16.01894619163896 +24380,29618,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,396,Robert Menendez,2971,DEM,48,57.20435801633765,Thomas H. Kean Jr.,2972,REP,39,41.18541182469869,9,16.01894619163896 +24347,29585,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,625,Robert Menendez,2971,DEM,45,57.20435801633765,Thomas H. Kean Jr.,2972,REP,42,41.18541182469869,3,16.01894619163896 +24311,29549,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,314,Robert Menendez,2971,DEM,45,57.20435801633765,Thomas H. Kean Jr.,2972,REP,41,41.18541182469869,4,16.01894619163896 +24563,29801,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-25,2006-11-07,13,500,Robert Menendez,2971,DEM,45,57.20435801633765,Thomas H. Kean Jr.,2972,REP,45,41.18541182469869,0,16.01894619163896 +24215,29453,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2006-10-24,2006-11-07,14,800,Robert Menendez,2971,DEM,45,57.20435801633765,Thomas H. Kean Jr.,2972,REP,36,41.18541182469869,9,16.01894619163896 +24224,29462,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,552,Robert Menendez,2971,DEM,40,57.20435801633765,Thomas H. Kean Jr.,2972,REP,39,41.18541182469869,1,16.01894619163896 +25019,30257,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Robert Menendez,2971,DEM,48.7,57.20435801633765,Thomas H. Kean Jr.,2972,REP,42.8,41.18541182469869,5.900000000000006,16.01894619163896 +24562,29800,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-29,2006-11-07,9,500,Robert Menendez,2971,DEM,49,57.20435801633765,Thomas H. Kean Jr.,2972,REP,44,41.18541182469869,5,16.01894619163896 +24397,29635,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,577,Robert Menendez,2971,DEM,51,57.20435801633765,Thomas H. Kean Jr.,2972,REP,44,41.18541182469869,7,16.01894619163896 +24431,29669,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-26,2006-11-07,12,887,Robert Menendez,2971,DEM,49,57.20435801633765,Thomas H. Kean Jr.,2972,REP,44,41.18541182469869,5,16.01894619163896 +25018,30256,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Robert Menendez,2971,DEM,49,57.20435801633765,Thomas H. Kean Jr.,2972,REP,37,41.18541182469869,12,16.01894619163896 +24701,29939,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2006-10-30,2006-11-07,8,500,Robert Menendez,2971,DEM,46,57.20435801633765,Thomas H. Kean Jr.,2972,REP,42,41.18541182469869,4,16.01894619163896 +24251,29489,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,577,Robert Menendez,2971,DEM,48,57.20435801633765,Thomas H. Kean Jr.,2972,REP,38,41.18541182469869,10,16.01894619163896 +24561,29799,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-01,2006-11-07,6,500,Robert Menendez,2971,DEM,48,57.20435801633765,Thomas H. Kean Jr.,2972,REP,43,41.18541182469869,5,16.01894619163896 +24412,29650,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2006-10-31,2006-11-07,7,600,Robert Menendez,2971,DEM,43,57.20435801633765,Thomas H. Kean Jr.,2972,REP,41,41.18541182469869,2,16.01894619163896 +24279,29517,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,654,Robert Menendez,2971,DEM,50,57.20435801633765,Thomas H. Kean Jr.,2972,REP,40,41.18541182469869,10,16.01894619163896 +24316,29554,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Marist College,183,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,619,Robert Menendez,2971,DEM,50,57.20435801633765,Thomas H. Kean Jr.,2972,REP,42,41.18541182469869,8,16.01894619163896 +24346,29584,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,625,Robert Menendez,2971,DEM,48,57.20435801633765,Thomas H. Kean Jr.,2972,REP,41,41.18541182469869,7,16.01894619163896 +24379,29617,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,1086,Robert Menendez,2971,DEM,45,57.20435801633765,Thomas H. Kean Jr.,2972,REP,42,41.18541182469869,3,16.01894619163896 +24430,29668,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,917,Robert Menendez,2971,DEM,48,57.20435801633765,Thomas H. Kean Jr.,2972,REP,43,41.18541182469869,5,16.01894619163896 +24889,30127,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,500,Robert Menendez,2971,DEM,53,57.20435801633765,Thomas H. Kean Jr.,2972,REP,47,41.18541182469869,6,16.01894619163896 +24393,29631,1598,2006,NJ,Sen-G,2006_Sen-G_NJ,OnPoint,240,FALSE,TRUE,IVR,NA,2006-11-06,2006-11-07,1,520,Robert Menendez,2971,DEM,50,57.20435801633765,Thomas H. Kean Jr.,2972,REP,41,41.18541182469869,9,16.01894619163896 +25026,30264,1599,2006,NM,Sen-G,2006_Sen-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Jeff Bingaman,2982,DEM,57.4,70.60513830453854,Allen W. McCulloch MD,2983,REP,32,29.33058812997941,25.4,41.27455017455913 +24679,29917,1599,2006,NM,Sen-G,2006_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,664,Jeff Bingaman,2982,DEM,65,70.60513830453854,Allen W. McCulloch MD,2983,REP,19,29.33058812997941,46,41.27455017455913 +25025,30263,1599,2006,NM,Sen-G,2006_Sen-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Jeff Bingaman,2982,DEM,61.5,70.60513830453854,Allen W. McCulloch MD,2983,REP,34.3,29.33058812997941,27.200000000000003,41.27455017455913 +25024,30262,1599,2006,NM,Sen-G,2006_Sen-G_NM,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Jeff Bingaman,2982,DEM,58.2,70.60513830453854,Allen W. McCulloch MD,2983,REP,37.5,29.33058812997941,20.700000000000003,41.27455017455913 +64197,137446,1599,2006,NM,Sen-G,2006_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,503,Jeff Bingaman,2982,DEM,65,70.60513830453854,Allen W. McCulloch MD,2983,REP,23,29.33058812997941,42,41.27455017455913 +24712,29950,1600,2006,NY,Sen-G,2006_Sen-G_NY,Siena College,305,TRUE,FALSE,NA,NA,2006-09-13,2006-11-07,55,625,Hillary Rodham Clinton,2993,DEM,62,57.41634316406815,John Spencer,2996,REP,33,25.8029558578506,29,31.613387306217554 +25032,30270,1600,2006,NY,Sen-G,2006_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Hillary Rodham Clinton,2993,DEM,54.7,57.41634316406815,John Spencer,2996,REP,31,25.8029558578506,23.700000000000003,31.613387306217554 +24225,29463,1600,2006,NY,Sen-G,2006_Sen-G_NY,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2006-09-26,2006-11-07,42,734,Hillary Rodham Clinton,2993,DEM,60,57.41634316406815,John Spencer,2996,REP,30,25.8029558578506,30,31.613387306217554 +24442,29680,1600,2006,NY,Sen-G,2006_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-28,2006-11-07,40,1263,Hillary Rodham Clinton,2993,DEM,66,57.41634316406815,John Spencer,2996,REP,31,25.8029558578506,35,31.613387306217554 +24711,29949,1600,2006,NY,Sen-G,2006_Sen-G_NY,Siena College,305,TRUE,FALSE,NA,NA,2006-10-11,2006-11-07,27,620,Hillary Rodham Clinton,2993,DEM,59,57.41634316406815,John Spencer,2996,REP,32,25.8029558578506,27,31.613387306217554 +24441,29679,1600,2006,NY,Sen-G,2006_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-10-13,2006-11-07,25,1053,Hillary Rodham Clinton,2993,DEM,65,57.41634316406815,John Spencer,2996,REP,30,25.8029558578506,35,31.613387306217554 +25031,30269,1600,2006,NY,Sen-G,2006_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Hillary Rodham Clinton,2993,DEM,55.8,57.41634316406815,John Spencer,2996,REP,32,25.8029558578506,23.799999999999997,31.613387306217554 +24319,29557,1600,2006,NY,Sen-G,2006_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2006-10-17,2006-11-07,21,475,Hillary Rodham Clinton,2993,DEM,67,57.41634316406815,John Spencer,2996,REP,31,25.8029558578506,36,31.613387306217554 +55595,30268,1600,2006,NY,Sen-G,2006_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,952,Hillary Rodham Clinton,2993,DEM,57.3,57.41634316406815,John Spencer,2996,REP,33,25.8029558578506,24.299999999999997,31.613387306217554 +24318,29556,1600,2006,NY,Sen-G,2006_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,503,Hillary Rodham Clinton,2993,DEM,65,57.41634316406815,John Spencer,2996,REP,32,25.8029558578506,33,31.613387306217554 +24710,29948,1600,2006,NY,Sen-G,2006_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,500,Hillary Rodham Clinton,2993,DEM,65,57.41634316406815,John Spencer,2996,REP,28,25.8029558578506,37,31.613387306217554 +24585,29823,1602,2006,OH,Sen-G,2006_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,Sherrod Brown,3004,DEM,47,56.16413169069943,Mike DeWine,3005,REP,41,43.815217618472765,6,12.348914072226663 +24448,29686,1602,2006,OH,Sen-G,2006_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-14,2006-11-07,54,876,Sherrod Brown,3004,DEM,45,56.16413169069943,Mike DeWine,3005,REP,44,43.815217618472765,1,12.348914072226663 +24868,30106,1602,2006,OH,Sen-G,2006_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2006-09-12,2006-11-07,56,639,Sherrod Brown,3004,DEM,51,56.16413169069943,Mike DeWine,3005,REP,47,43.815217618472765,4,12.348914072226663 +24841,30079,1602,2006,OH,Sen-G,2006_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-19,2006-11-07,49,490,Sherrod Brown,3004,DEM,52,56.16413169069943,Mike DeWine,3005,REP,42,43.815217618472765,10,12.348914072226663 +24229,29467,1602,2006,OH,Sen-G,2006_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2006-09-15,2006-11-07,53,1791,Sherrod Brown,3004,DEM,47,56.16413169069943,Mike DeWine,3005,REP,42,43.815217618472765,5,12.348914072226663 +25038,30276,1602,2006,OH,Sen-G,2006_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Sherrod Brown,3004,DEM,44.6,56.16413169069943,Mike DeWine,3005,REP,40.5,43.815217618472765,4.100000000000001,12.348914072226663 +24356,29594,1602,2006,OH,Sen-G,2006_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,625,Sherrod Brown,3004,DEM,45,56.16413169069943,Mike DeWine,3005,REP,43,43.815217618472765,2,12.348914072226663 +24865,30103,1602,2006,OH,Sen-G,2006_Sen-G_OH,University of Akron Ray C. Bliss Institute of Applied Politics,432,FALSE,FALSE,NA,NA,2006-09-09,2006-11-07,59,477,Sherrod Brown,3004,DEM,41.5,56.16413169069943,Mike DeWine,3005,REP,41.7,43.815217618472765,-0.20000000000000284,12.348914072226663 +73299,137400,1602,2006,OH,Sen-G,2006_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-30,2006-11-07,38,500,Sherrod Brown,3004,DEM,49,56.16413169069943,Mike DeWine,3005,REP,41,43.815217618472765,8,12.348914072226663 +25037,30275,1602,2006,OH,Sen-G,2006_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Sherrod Brown,3004,DEM,41,56.16413169069943,Mike DeWine,3005,REP,41,43.815217618472765,0,12.348914072226663 +24584,29822,1602,2006,OH,Sen-G,2006_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-03,2006-11-07,35,500,Sherrod Brown,3004,DEM,50,56.16413169069943,Mike DeWine,3005,REP,43,43.815217618472765,7,12.348914072226663 +24840,30078,1602,2006,OH,Sen-G,2006_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-10,2006-11-07,28,515,Sherrod Brown,3004,DEM,54,56.16413169069943,Mike DeWine,3005,REP,40,43.815217618472765,14,12.348914072226663 +24583,29821,1602,2006,OH,Sen-G,2006_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-12,2006-11-07,26,500,Sherrod Brown,3004,DEM,48,56.16413169069943,Mike DeWine,3005,REP,42,43.815217618472765,6,12.348914072226663 +24867,30105,1602,2006,OH,Sen-G,2006_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2006-10-11,2006-11-07,27,526,Sherrod Brown,3004,DEM,52,56.16413169069943,Mike DeWine,3005,REP,45,43.815217618472765,7,12.348914072226663 +24226,29464,1602,2006,OH,Sen-G,2006_Sen-G_OH,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2006-10-13,2006-11-07,25,1020,Sherrod Brown,3004,DEM,51,56.16413169069943,Mike DeWine,3005,REP,38,43.815217618472765,13,12.348914072226663 +24447,29685,1602,2006,OH,Sen-G,2006_Sen-G_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-10-12,2006-11-07,26,901,Sherrod Brown,3004,DEM,53,56.16413169069943,Mike DeWine,3005,REP,41,43.815217618472765,12,12.348914072226663 +25036,30274,1602,2006,OH,Sen-G,2006_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Sherrod Brown,3004,DEM,49.4,56.16413169069943,Mike DeWine,3005,REP,45.1,43.815217618472765,4.299999999999997,12.348914072226663 +24355,29593,1602,2006,OH,Sen-G,2006_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,625,Sherrod Brown,3004,DEM,48,56.16413169069943,Mike DeWine,3005,REP,40,43.815217618472765,8,12.348914072226663 +24312,29550,1602,2006,OH,Sen-G,2006_Sen-G_OH,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,507,Sherrod Brown,3004,DEM,47,56.16413169069943,Mike DeWine,3005,REP,39,43.815217618472765,8,12.348914072226663 +24582,29820,1602,2006,OH,Sen-G,2006_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-24,2006-11-07,14,500,Sherrod Brown,3004,DEM,54,56.16413169069943,Mike DeWine,3005,REP,43,43.815217618472765,11,12.348914072226663 +24839,30077,1602,2006,OH,Sen-G,2006_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-24,2006-11-07,14,563,Sherrod Brown,3004,DEM,57,56.16413169069943,Mike DeWine,3005,REP,37,43.815217618472765,20,12.348914072226663 +55628,30273,1602,2006,OH,Sen-G,2006_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Sherrod Brown,3004,DEM,48.7,56.16413169069943,Mike DeWine,3005,REP,47.3,43.815217618472765,1.4000000000000057,12.348914072226663 +24398,29636,1602,2006,OH,Sen-G,2006_Sen-G_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,542,Sherrod Brown,3004,DEM,54,56.16413169069943,Mike DeWine,3005,REP,43,43.815217618472765,11,12.348914072226663 +24395,29633,1602,2006,OH,Sen-G,2006_Sen-G_OH,Opinion Consultants,241,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,800,Sherrod Brown,3004,DEM,51,56.16413169069943,Mike DeWine,3005,REP,44,43.815217618472765,7,12.348914072226663 +25034,30272,1602,2006,OH,Sen-G,2006_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Sherrod Brown,3004,DEM,49,56.16413169069943,Mike DeWine,3005,REP,42,43.815217618472765,7,12.348914072226663 +24354,29592,1602,2006,OH,Sen-G,2006_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Sherrod Brown,3004,DEM,50,56.16413169069943,Mike DeWine,3005,REP,44,43.815217618472765,6,12.348914072226663 +24228,29466,1602,2006,OH,Sen-G,2006_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2006-10-29,2006-11-07,9,1541,Sherrod Brown,3004,DEM,62,56.16413169069943,Mike DeWine,3005,REP,38,43.815217618472765,24,12.348914072226663 +24838,30076,1602,2006,OH,Sen-G,2006_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,436,Sherrod Brown,3004,DEM,54,56.16413169069943,Mike DeWine,3005,REP,42,43.815217618472765,12,12.348914072226663 +24866,30104,1602,2006,OH,Sen-G,2006_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2006-11-03,2006-11-07,4,1008,Sherrod Brown,3004,DEM,56,56.16413169069943,Mike DeWine,3005,REP,44,43.815217618472765,12,12.348914072226663 +24891,30129,1602,2006,OH,Sen-G,2006_Sen-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1003,Sherrod Brown,3004,DEM,58,56.16413169069943,Mike DeWine,3005,REP,40,43.815217618472765,18,12.348914072226663 +24265,29503,1603,2006,PA,Sen-G,2006_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2006-09-15,2006-11-07,53,604,Robert P. Casey Jr.,3010,DEM,45,58.6365789333756,Rick Santorum,3011,REP,38,41.28302495219972,7,17.353553981175885 +24408,29646,1603,2006,PA,Sen-G,2006_Sen-G_PA,Pew Research Center,253,TRUE,FALSE,NA,NA,2006-09-15,2006-11-07,53,1201,Robert P. Casey Jr.,3010,DEM,52,58.6365789333756,Rick Santorum,3011,REP,31,41.28302495219972,21,17.353553981175885 +24298,29536,1603,2006,PA,Sen-G,2006_Sen-G_PA,GQR,126,TRUE,FALSE,NA,DEM,2006-09-18,2006-11-07,50,414,Robert P. Casey Jr.,3010,DEM,53,58.6365789333756,Rick Santorum,3011,REP,39,41.28302495219972,14,17.353553981175885 +24598,29836,1603,2006,PA,Sen-G,2006_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-20,2006-11-07,48,500,Robert P. Casey Jr.,3010,DEM,49,58.6365789333756,Rick Santorum,3011,REP,39,41.28302495219972,10,17.353553981175885 +24862,30100,1603,2006,PA,Sen-G,2006_Sen-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,NA,NA,2006-09-17,2006-11-07,51,666,Robert P. Casey Jr.,3010,DEM,49,58.6365789333756,Rick Santorum,3011,REP,39,41.28302495219972,10,17.353553981175885 +24450,29688,1603,2006,PA,Sen-G,2006_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2006-09-21,2006-11-07,47,933,Robert P. Casey Jr.,3010,DEM,54,58.6365789333756,Rick Santorum,3011,REP,40,41.28302495219972,14,17.353553981175885 +25043,30281,1603,2006,PA,Sen-G,2006_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Robert P. Casey Jr.,3010,DEM,45.8,58.6365789333756,Rick Santorum,3011,REP,39.8,41.28302495219972,6,17.353553981175885 +24359,29597,1603,2006,PA,Sen-G,2006_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-24,2006-11-07,44,625,Robert P. Casey Jr.,3010,DEM,49,58.6365789333756,Rick Santorum,3011,REP,40,41.28302495219972,9,17.353553981175885 +73420,137618,1603,2006,PA,Sen-G,2006_Sen-G_PA,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-09-27,2006-11-07,41,678,Robert P. Casey Jr.,3010,DEM,52,58.6365789333756,Rick Santorum,3011,REP,36,41.28302495219972,16,17.353553981175885 +25042,30280,1603,2006,PA,Sen-G,2006_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Robert P. Casey Jr.,3010,DEM,48,58.6365789333756,Rick Santorum,3011,REP,36,41.28302495219972,12,17.353553981175885 +24597,29835,1603,2006,PA,Sen-G,2006_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-06,2006-11-07,32,500,Robert P. Casey Jr.,3010,DEM,52,58.6365789333756,Rick Santorum,3011,REP,39,41.28302495219972,13,17.353553981175885 +24386,29624,1603,2006,PA,Sen-G,2006_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2006-10-05,2006-11-07,33,511,Robert P. Casey Jr.,3010,DEM,46,58.6365789333756,Rick Santorum,3011,REP,41,41.28302495219972,5,17.353553981175885 +24596,29834,1603,2006,PA,Sen-G,2006_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-15,2006-11-07,23,500,Robert P. Casey Jr.,3010,DEM,55,58.6365789333756,Rick Santorum,3011,REP,42,41.28302495219972,13,17.353553981175885 +25041,30279,1603,2006,PA,Sen-G,2006_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Robert P. Casey Jr.,3010,DEM,52.4,58.6365789333756,Rick Santorum,3011,REP,44.3,41.28302495219972,8.100000000000001,17.353553981175885 +24297,29535,1603,2006,PA,Sen-G,2006_Sen-G_PA,GQR,126,TRUE,FALSE,NA,DEM,2006-10-16,2006-11-07,22,600,Robert P. Casey Jr.,3010,DEM,54,58.6365789333756,Rick Santorum,3011,REP,37,41.28302495219972,17,17.353553981175885 +24358,29596,1603,2006,PA,Sen-G,2006_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,625,Robert P. Casey Jr.,3010,DEM,51,58.6365789333756,Rick Santorum,3011,REP,39,41.28302495219972,12,17.353553981175885 +24878,30116,1603,2006,PA,Sen-G,2006_Sen-G_PA,West Chester University,377,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,601,Robert P. Casey Jr.,3010,DEM,50,58.6365789333756,Rick Santorum,3011,REP,39,41.28302495219972,11,17.353553981175885 +24861,30099,1603,2006,PA,Sen-G,2006_Sen-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,698,Robert P. Casey Jr.,3010,DEM,54,58.6365789333756,Rick Santorum,3011,REP,38,41.28302495219972,16,17.353553981175885 +55709,30278,1603,2006,PA,Sen-G,2006_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,755,Robert P. Casey Jr.,3010,DEM,52.7,58.6365789333756,Rick Santorum,3011,REP,43.8,41.28302495219972,8.900000000000006,17.353553981175885 +24595,29833,1603,2006,PA,Sen-G,2006_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-28,2006-11-07,10,500,Robert P. Casey Jr.,3010,DEM,55,58.6365789333756,Rick Santorum,3011,REP,42,41.28302495219972,13,17.353553981175885 +24264,29502,1603,2006,PA,Sen-G,2006_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2006-10-27,2006-11-07,11,626,Robert P. Casey Jr.,3010,DEM,53,58.6365789333756,Rick Santorum,3011,REP,38,41.28302495219972,15,17.353553981175885 +24449,29687,1603,2006,PA,Sen-G,2006_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2006-10-26,2006-11-07,12,933,Robert P. Casey Jr.,3010,DEM,52,58.6365789333756,Rick Santorum,3011,REP,42,41.28302495219972,10,17.353553981175885 +25039,30277,1603,2006,PA,Sen-G,2006_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Robert P. Casey Jr.,3010,DEM,48,58.6365789333756,Rick Santorum,3011,REP,40,41.28302495219972,8,17.353553981175885 +24357,29595,1603,2006,PA,Sen-G,2006_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Robert P. Casey Jr.,3010,DEM,52,58.6365789333756,Rick Santorum,3011,REP,39,41.28302495219972,13,17.353553981175885 +24385,29623,1603,2006,PA,Sen-G,2006_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,507,Robert P. Casey Jr.,3010,DEM,51,58.6365789333756,Rick Santorum,3011,REP,43,41.28302495219972,8,17.353553981175885 +63695,117221,1603,2006,PA,Sen-G,2006_Sen-G_PA,Victory Research,437,FALSE,FALSE,Live Phone,NA,2006-11-04,2006-11-07,3,800,Robert P. Casey Jr.,3010,DEM,48.1,58.6365789333756,Rick Santorum,3011,REP,44.1,41.28302495219972,4,17.353553981175885 +24892,30130,1603,2006,PA,Sen-G,2006_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1005,Robert P. Casey Jr.,3010,DEM,56,58.6365789333756,Rick Santorum,3011,REP,40,41.28302495219972,16,17.353553981175885 +24612,29850,1604,2006,RI,Sen-G,2006_Sen-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-13,2006-11-07,55,500,Sheldon Whitehouse,3014,DEM,51,53.518635403760584,Lincoln Chafee,3015,REP,43,46.48136459623941,8,7.037270807521175 +24220,29458,1604,2006,RI,Sen-G,2006_Sen-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2006-09-17,2006-11-07,51,578,Sheldon Whitehouse,3014,DEM,40,53.518635403760584,Lincoln Chafee,3015,REP,39,46.48136459623941,1,7.037270807521175 +24200,29438,1604,2006,RI,Sen-G,2006_Sen-G_RI,American Research Group,9,TRUE,FALSE,NA,NA,2006-09-17,2006-11-07,51,600,Sheldon Whitehouse,3014,DEM,45,53.518635403760584,Lincoln Chafee,3015,REP,40,46.48136459623941,5,7.037270807521175 +24362,29600,1604,2006,RI,Sen-G,2006_Sen-G_RI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,625,Sheldon Whitehouse,3014,DEM,42,53.518635403760584,Lincoln Chafee,3015,REP,41,46.48136459623941,1,7.037270807521175 +24284,29522,1604,2006,RI,Sen-G,2006_Sen-G_RI,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,699,Sheldon Whitehouse,3014,DEM,50,53.518635403760584,Lincoln Chafee,3015,REP,39,46.48136459623941,11,7.037270807521175 +25045,30283,1604,2006,RI,Sen-G,2006_Sen-G_RI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Sheldon Whitehouse,3014,DEM,45,53.518635403760584,Lincoln Chafee,3015,REP,41,46.48136459623941,4,7.037270807521175 +24611,29849,1604,2006,RI,Sen-G,2006_Sen-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-04,2006-11-07,34,500,Sheldon Whitehouse,3014,DEM,51,53.518635403760584,Lincoln Chafee,3015,REP,42,46.48136459623941,9,7.037270807521175 +24696,29934,1604,2006,RI,Sen-G,2006_Sen-G_RI,Quest Research Group,285,FALSE,TRUE,NA,NA,2006-10-03,2006-11-07,35,459,Sheldon Whitehouse,3014,DEM,40,53.518635403760584,Lincoln Chafee,3015,REP,37,46.48136459623941,3,7.037270807521175 +24262,29500,1604,2006,RI,Sen-G,2006_Sen-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,2006-10-13,2006-11-07,25,402,Sheldon Whitehouse,3014,DEM,46,53.518635403760584,Lincoln Chafee,3015,REP,42,46.48136459623941,4,7.037270807521175 +24610,29848,1604,2006,RI,Sen-G,2006_Sen-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-19,2006-11-07,19,500,Sheldon Whitehouse,3014,DEM,52,53.518635403760584,Lincoln Chafee,3015,REP,44,46.48136459623941,8,7.037270807521175 +24361,29599,1604,2006,RI,Sen-G,2006_Sen-G_RI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,625,Sheldon Whitehouse,3014,DEM,48,53.518635403760584,Lincoln Chafee,3015,REP,43,46.48136459623941,5,7.037270807521175 +24695,29933,1604,2006,RI,Sen-G,2006_Sen-G_RI,Quest Research Group,285,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,408,Sheldon Whitehouse,3014,DEM,43,53.518635403760584,Lincoln Chafee,3015,REP,33,46.48136459623941,10,7.037270807521175 +25044,30282,1604,2006,RI,Sen-G,2006_Sen-G_RI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Sheldon Whitehouse,3014,DEM,53,53.518635403760584,Lincoln Chafee,3015,REP,39,46.48136459623941,14,7.037270807521175 +24360,29598,1604,2006,RI,Sen-G,2006_Sen-G_RI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Sheldon Whitehouse,3014,DEM,45,53.518635403760584,Lincoln Chafee,3015,REP,46,46.48136459623941,-1,7.037270807521175 +24283,29521,1604,2006,RI,Sen-G,2006_Sen-G_RI,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,706,Sheldon Whitehouse,3014,DEM,48,53.518635403760584,Lincoln Chafee,3015,REP,45,46.48136459623941,3,7.037270807521175 +24847,30085,1605,2006,TN,Sen-G,2006_Sen-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-10,2006-11-07,58,638,Harold E. Ford Jr.,4344,DEM,48,47.989223944003776,Bob Corker,3019,REP,45,50.712414005600714,3,-2.723190061596938 +24212,29450,1605,2006,TN,Sen-G,2006_Sen-G_TN,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2006-09-22,2006-11-07,46,605,Harold E. Ford Jr.,4344,DEM,45,47.989223944003776,Bob Corker,3019,REP,39,50.712414005600714,6,-2.723190061596938 +25050,30288,1605,2006,TN,Sen-G,2006_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Harold E. Ford Jr.,4344,DEM,42.4,47.989223944003776,Bob Corker,3019,REP,47.6,50.712414005600714,-5.200000000000003,-2.723190061596938 +24365,29603,1605,2006,TN,Sen-G,2006_Sen-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,625,Harold E. Ford Jr.,4344,DEM,43,47.989223944003776,Bob Corker,3019,REP,42,50.712414005600714,1,-2.723190061596938 +24377,29615,1605,2006,TN,Sen-G,2006_Sen-G_TN,Middle Tennessee State University,208,TRUE,FALSE,NA,NA,2006-09-25,2006-11-07,43,549,Harold E. Ford Jr.,4344,DEM,42,47.989223944003776,Bob Corker,3019,REP,43,50.712414005600714,-1,-2.723190061596938 +24624,29862,1605,2006,TN,Sen-G,2006_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-30,2006-11-07,38,500,Harold E. Ford Jr.,4344,DEM,48,47.989223944003776,Bob Corker,3019,REP,43,50.712414005600714,5,-2.723190061596938 +24286,29524,1605,2006,TN,Sen-G,2006_Sen-G_TN,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,598,Harold E. Ford Jr.,4344,DEM,50,47.989223944003776,Bob Corker,3019,REP,45,50.712414005600714,5,-2.723190061596938 +25049,30287,1605,2006,TN,Sen-G,2006_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Harold E. Ford Jr.,4344,DEM,40,47.989223944003776,Bob Corker,3019,REP,40,50.712414005600714,0,-2.723190061596938 +24301,29539,1605,2006,TN,Sen-G,2006_Sen-G_TN,EMC Research,130,FALSE,FALSE,NA,DEM,2006-10-03,2006-11-07,35,800,Harold E. Ford Jr.,4344,DEM,51,47.989223944003776,Bob Corker,3019,REP,44,50.712414005600714,7,-2.723190061596938 +24846,30084,1605,2006,TN,Sen-G,2006_Sen-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-08,2006-11-07,30,539,Harold E. Ford Jr.,4344,DEM,46,47.989223944003776,Bob Corker,3019,REP,48,50.712414005600714,-2,-2.723190061596938 +24623,29861,1605,2006,TN,Sen-G,2006_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-11,2006-11-07,27,500,Harold E. Ford Jr.,4344,DEM,48,47.989223944003776,Bob Corker,3019,REP,46,50.712414005600714,2,-2.723190061596938 +25048,30286,1605,2006,TN,Sen-G,2006_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Harold E. Ford Jr.,4344,DEM,42,47.989223944003776,Bob Corker,3019,REP,49.4,50.712414005600714,-7.399999999999999,-2.723190061596938 +73302,137404,1605,2006,TN,Sen-G,2006_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-19,2006-11-07,19,500,Harold E. Ford Jr.,4344,DEM,47,47.989223944003776,Bob Corker,3019,REP,49,50.712414005600714,-2,-2.723190061596938 +24364,29602,1605,2006,TN,Sen-G,2006_Sen-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,625,Harold E. Ford Jr.,4344,DEM,43,47.989223944003776,Bob Corker,3019,REP,45,50.712414005600714,-2,-2.723190061596938 +24622,29860,1605,2006,TN,Sen-G,2006_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-23,2006-11-07,15,500,Harold E. Ford Jr.,4344,DEM,47,47.989223944003776,Bob Corker,3019,REP,49,50.712414005600714,-2,-2.723190061596938 +24313,29551,1605,2006,TN,Sen-G,2006_Sen-G_TN,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,515,Harold E. Ford Jr.,4344,DEM,44,47.989223944003776,Bob Corker,3019,REP,49,50.712414005600714,-5,-2.723190061596938 +24845,30083,1605,2006,TN,Sen-G,2006_Sen-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-23,2006-11-07,15,780,Harold E. Ford Jr.,4344,DEM,48,47.989223944003776,Bob Corker,3019,REP,48,50.712414005600714,0,-2.723190061596938 +24300,29538,1605,2006,TN,Sen-G,2006_Sen-G_TN,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2006-10-23,2006-11-07,15,800,Harold E. Ford Jr.,4344,DEM,47,47.989223944003776,Bob Corker,3019,REP,45,50.712414005600714,2,-2.723190061596938 +25047,30285,1605,2006,TN,Sen-G,2006_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Harold E. Ford Jr.,4344,DEM,48.1,47.989223944003776,Bob Corker,3019,REP,49.3,50.712414005600714,-1.1999999999999957,-2.723190061596938 +24211,29449,1605,2006,TN,Sen-G,2006_Sen-G_TN,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2006-10-27,2006-11-07,11,560,Harold E. Ford Jr.,4344,DEM,48,47.989223944003776,Bob Corker,3019,REP,43,50.712414005600714,5,-2.723190061596938 +24399,29637,1605,2006,TN,Sen-G,2006_Sen-G_TN,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,541,Harold E. Ford Jr.,4344,DEM,44,47.989223944003776,Bob Corker,3019,REP,52,50.712414005600714,-8,-2.723190061596938 +24621,29859,1605,2006,TN,Sen-G,2006_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-30,2006-11-07,8,500,Harold E. Ford Jr.,4344,DEM,47,47.989223944003776,Bob Corker,3019,REP,49,50.712414005600714,-2,-2.723190061596938 +24299,29537,1605,2006,TN,Sen-G,2006_Sen-G_TN,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2006-10-27,2006-11-07,11,600,Harold E. Ford Jr.,4344,DEM,46,47.989223944003776,Bob Corker,3019,REP,40,50.712414005600714,6,-2.723190061596938 +25046,30284,1605,2006,TN,Sen-G,2006_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Harold E. Ford Jr.,4344,DEM,43,47.989223944003776,Bob Corker,3019,REP,53,50.712414005600714,-10,-2.723190061596938 +24620,29858,1605,2006,TN,Sen-G,2006_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-02,2006-11-07,5,500,Harold E. Ford Jr.,4344,DEM,45,47.989223944003776,Bob Corker,3019,REP,53,50.712414005600714,-8,-2.723190061596938 +24363,29601,1605,2006,TN,Sen-G,2006_Sen-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,625,Harold E. Ford Jr.,4344,DEM,38,47.989223944003776,Bob Corker,3019,REP,50,50.712414005600714,-12,-2.723190061596938 +24619,29857,1605,2006,TN,Sen-G,2006_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-04,2006-11-07,3,500,Harold E. Ford Jr.,4344,DEM,47,47.989223944003776,Bob Corker,3019,REP,51,50.712414005600714,-4,-2.723190061596938 +24285,29523,1605,2006,TN,Sen-G,2006_Sen-G_TN,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-11-03,2006-11-07,4,676,Harold E. Ford Jr.,4344,DEM,46,47.989223944003776,Bob Corker,3019,REP,49,50.712414005600714,-3,-2.723190061596938 +24844,30082,1605,2006,TN,Sen-G,2006_Sen-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,679,Harold E. Ford Jr.,4344,DEM,46,47.989223944003776,Bob Corker,3019,REP,51,50.712414005600714,-5,-2.723190061596938 +24893,30131,1605,2006,TN,Sen-G,2006_Sen-G_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,502,Harold E. Ford Jr.,4344,DEM,46,47.989223944003776,Bob Corker,3019,REP,51,50.712414005600714,-5,-2.723190061596938 +24394,29632,1605,2006,TN,Sen-G,2006_Sen-G_TN,OnPoint,240,FALSE,TRUE,IVR,NA,2006-11-06,2006-11-07,1,677,Harold E. Ford Jr.,4344,DEM,47,47.989223944003776,Bob Corker,3019,REP,48,50.712414005600714,-1,-2.723190061596938 +25056,30294,1606,2006,TX,Sen-G,2006_Sen-G_TX,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Barbara Ann Radnofsky,3037,DEM,30,36.044576366682634,Kay Bailey Hutchison,3036,REP,53.5,61.69170106680406,-23.5,-25.647124700121424 +25055,30293,1606,2006,TX,Sen-G,2006_Sen-G_TX,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Barbara Ann Radnofsky,3037,DEM,27.9,36.044576366682634,Kay Bailey Hutchison,3036,REP,59.9,61.69170106680406,-32,-25.647124700121424 +24632,29870,1606,2006,TX,Sen-G,2006_Sen-G_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-23,2006-11-07,15,500,Barbara Ann Radnofsky,3037,DEM,34,36.044576366682634,Kay Bailey Hutchison,3036,REP,60,61.69170106680406,-26,-25.647124700121424 +25054,30292,1606,2006,TX,Sen-G,2006_Sen-G_TX,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-24,2006-11-07,14,1003,Barbara Ann Radnofsky,3037,DEM,26.6,36.044576366682634,Kay Bailey Hutchison,3036,REP,61.1,61.69170106680406,-34.5,-25.647124700121424 +55779,30291,1606,2006,TX,Sen-G,2006_Sen-G_TX,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,1081,Barbara Ann Radnofsky,3037,DEM,35.9,36.044576366682634,Kay Bailey Hutchison,3036,REP,54.8,61.69170106680406,-18.9,-25.647124700121424 +24894,30132,1606,2006,TX,Sen-G,2006_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,1004,Barbara Ann Radnofsky,3037,DEM,29,36.044576366682634,Kay Bailey Hutchison,3036,REP,65,61.69170106680406,-36,-25.647124700121424 +24231,29469,1607,2006,UT,Sen-G,2006_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,922,Pete Ashdown,3042,DEM,25,31.064924061535017,Orrin G. Hatch,3041,REP,62,62.36091952413295,-37,-31.295995462597936 +64131,137093,1607,2006,UT,Sen-G,2006_Sen-G_UT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,625,Pete Ashdown,3042,DEM,31,31.064924061535017,Orrin G. Hatch,3041,REP,61,62.36091952413295,-30,-31.295995462597936 +24895,30133,1607,2006,UT,Sen-G,2006_Sen-G_UT,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,402,Pete Ashdown,3042,DEM,34,31.064924061535017,Orrin G. Hatch,3041,REP,66,62.36091952413295,-32,-31.295995462597936 +24201,29439,1608,2006,VT,Sen-G,2006_Sen-G_VT,American Research Group,9,TRUE,FALSE,NA,NA,2006-09-13,2006-11-07,55,600,Bernard Sanders,3051,IND,55,65.40608721167294,Rich Tarrant,3052,REP,40,32.361985984246566,15,33.044101227426374 +24291,29529,1608,2006,VT,Sen-G,2006_Sen-G_VT,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,IND,2006-09-16,2006-11-07,52,500,Bernard Sanders,3051,IND,66,65.40608721167294,Rich Tarrant,3052,REP,27,32.361985984246566,39,33.044101227426374 +24651,29889,1608,2006,VT,Sen-G,2006_Sen-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-24,2006-11-07,44,500,Bernard Sanders,3051,IND,64,65.40608721167294,Rich Tarrant,3052,REP,32,32.361985984246566,32,33.044101227426374 +24643,29881,1609,2006,VA,Sen-G,2006_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-11,2006-11-07,57,500,Jim Webb,3047,DEM,43,49.59431667893581,George F. Allen,3048,REP,50,49.20076188226261,-7,0.39355479667320026 +24852,30090,1609,2006,VA,Sen-G,2006_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-11,2006-11-07,57,467,Jim Webb,3047,DEM,45,49.59431667893581,George F. Allen,3048,REP,48,49.20076188226261,-3,0.39355479667320026 +25061,30299,1609,2006,VA,Sen-G,2006_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Jim Webb,3047,DEM,43.5,49.59431667893581,George F. Allen,3048,REP,49.1,49.20076188226261,-5.600000000000001,0.39355479667320026 +24851,30089,1609,2006,VA,Sen-G,2006_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,628,Jim Webb,3047,DEM,44,49.59431667893581,George F. Allen,3048,REP,49,49.20076188226261,-5,0.39355479667320026 +24369,29607,1609,2006,VA,Sen-G,2006_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,625,Jim Webb,3047,DEM,43,49.59431667893581,George F. Allen,3048,REP,43,49.20076188226261,0,0.39355479667320026 +24850,30088,1609,2006,VA,Sen-G,2006_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,612,Jim Webb,3047,DEM,44,49.59431667893581,George F. Allen,3048,REP,50,49.20076188226261,-6,0.39355479667320026 +24642,29880,1609,2006,VA,Sen-G,2006_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-30,2006-11-07,38,500,Jim Webb,3047,DEM,43,49.59431667893581,George F. Allen,3048,REP,49,49.20076188226261,-6,0.39355479667320026 +24288,29526,1609,2006,VA,Sen-G,2006_Sen-G_VA,Gallup,112,TRUE,FALSE,NA,NA,2006-09-29,2006-11-07,39,597,Jim Webb,3047,DEM,45,49.59431667893581,George F. Allen,3048,REP,48,49.20076188226261,-3,0.39355479667320026 +25060,30298,1609,2006,VA,Sen-G,2006_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,600,Jim Webb,3047,DEM,37,49.59431667893581,George F. Allen,3048,REP,48,49.20076188226261,-11,0.39355479667320026 +24641,29879,1609,2006,VA,Sen-G,2006_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-12,2006-11-07,26,500,Jim Webb,3047,DEM,46,49.59431667893581,George F. Allen,3048,REP,49,49.20076188226261,-3,0.39355479667320026 +24877,30115,1609,2006,VA,Sen-G,2006_Sen-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2006-10-11,2006-11-07,27,1004,Jim Webb,3047,DEM,47,49.59431667893581,George F. Allen,3048,REP,49,49.20076188226261,-2,0.39355479667320026 +73250,137323,1609,2006,VA,Sen-G,2006_Sen-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2006-10-11,2006-11-07,27,678,Jim Webb,3047,DEM,47,49.59431667893581,George F. Allen,3048,REP,49,49.20076188226261,-2,0.39355479667320026 +25059,30297,1609,2006,VA,Sen-G,2006_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Jim Webb,3047,DEM,46.7,49.59431667893581,George F. Allen,3048,REP,49.7,49.20076188226261,-3,0.39355479667320026 +24368,29606,1609,2006,VA,Sen-G,2006_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,625,Jim Webb,3047,DEM,43,49.59431667893581,George F. Allen,3048,REP,47,49.20076188226261,-4,0.39355479667320026 +24314,29552,1609,2006,VA,Sen-G,2006_Sen-G_VA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,385,Jim Webb,3047,DEM,47,49.59431667893581,George F. Allen,3048,REP,44,49.20076188226261,3,0.39355479667320026 +24849,30087,1609,2006,VA,Sen-G,2006_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-23,2006-11-07,15,613,Jim Webb,3047,DEM,46,49.59431667893581,George F. Allen,3048,REP,49,49.20076188226261,-3,0.39355479667320026 +24640,29878,1609,2006,VA,Sen-G,2006_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-25,2006-11-07,13,500,Jim Webb,3047,DEM,48,49.59431667893581,George F. Allen,3048,REP,50,49.20076188226261,-2,0.39355479667320026 +25058,30296,1609,2006,VA,Sen-G,2006_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Jim Webb,3047,DEM,51,49.59431667893581,George F. Allen,3048,REP,47.2,49.20076188226261,3.799999999999997,0.39355479667320026 +24639,29877,1609,2006,VA,Sen-G,2006_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-29,2006-11-07,9,500,Jim Webb,3047,DEM,51,49.59431667893581,George F. Allen,3048,REP,46,49.20076188226261,5,0.39355479667320026 +24290,29528,1609,2006,VA,Sen-G,2006_Sen-G_VA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2006-10-28,2006-11-07,10,811,Jim Webb,3047,DEM,47,49.59431667893581,George F. Allen,3048,REP,43,49.20076188226261,4,0.39355479667320026 +24400,29638,1609,2006,VA,Sen-G,2006_Sen-G_VA,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,597,Jim Webb,3047,DEM,50,49.59431667893581,George F. Allen,3048,REP,46,49.20076188226261,4,0.39355479667320026 +24700,29938,1609,2006,VA,Sen-G,2006_Sen-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2006-10-26,2006-11-07,12,453,Jim Webb,3047,DEM,42,49.59431667893581,George F. Allen,3048,REP,45,49.20076188226261,-3,0.39355479667320026 +25057,30295,1609,2006,VA,Sen-G,2006_Sen-G_VA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-27,2006-11-07,11,600,Jim Webb,3047,DEM,45,49.59431667893581,George F. Allen,3048,REP,44,49.20076188226261,1,0.39355479667320026 +24638,29876,1609,2006,VA,Sen-G,2006_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-11-02,2006-11-07,5,500,Jim Webb,3047,DEM,49,49.59431667893581,George F. Allen,3048,REP,49,49.20076188226261,0,0.39355479667320026 +24287,29525,1609,2006,VA,Sen-G,2006_Sen-G_VA,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,711,Jim Webb,3047,DEM,46,49.59431667893581,George F. Allen,3048,REP,49,49.20076188226261,-3,0.39355479667320026 +24367,29605,1609,2006,VA,Sen-G,2006_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,625,Jim Webb,3047,DEM,46,49.59431667893581,George F. Allen,3048,REP,45,49.20076188226261,1,0.39355479667320026 +24848,30086,1609,2006,VA,Sen-G,2006_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,741,Jim Webb,3047,DEM,52,49.59431667893581,George F. Allen,3048,REP,44,49.20076188226261,8,0.39355479667320026 +24896,30134,1609,2006,VA,Sen-G,2006_Sen-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,802,Jim Webb,3047,DEM,50,49.59431667893581,George F. Allen,3048,REP,50,49.20076188226261,0,0.39355479667320026 +24657,29895,1610,2006,WA,Sen-G,2006_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-20,2006-11-07,48,500,Maria Cantwell,3063,DEM,48,56.852698089103505,Mike McGavick,3064,REP,42,39.9334080069721,6,16.919290082131404 +24237,29475,1610,2006,WA,Sen-G,2006_Sen-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2006-09-23,2006-11-07,45,405,Maria Cantwell,3063,DEM,53,56.852698089103505,Mike McGavick,3064,REP,35,39.9334080069721,18,16.919290082131404 +24857,30095,1610,2006,WA,Sen-G,2006_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-23,2006-11-07,45,481,Maria Cantwell,3063,DEM,54,56.852698089103505,Mike McGavick,3064,REP,42,39.9334080069721,12,16.919290082131404 +25064,30302,1610,2006,WA,Sen-G,2006_Sen-G_WA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Maria Cantwell,3063,DEM,50.1,56.852698089103505,Mike McGavick,3064,REP,43.2,39.9334080069721,6.899999999999999,16.919290082131404 +24374,29612,1610,2006,WA,Sen-G,2006_Sen-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,625,Maria Cantwell,3063,DEM,50,56.852698089103505,Mike McGavick,3064,REP,40,39.9334080069721,10,16.919290082131404 +24856,30094,1610,2006,WA,Sen-G,2006_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-14,2006-11-07,24,848,Maria Cantwell,3063,DEM,51,56.852698089103505,Mike McGavick,3064,REP,43,39.9334080069721,8,16.919290082131404 +25063,30301,1610,2006,WA,Sen-G,2006_Sen-G_WA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Maria Cantwell,3063,DEM,51.8,56.852698089103505,Mike McGavick,3064,REP,45.4,39.9334080069721,6.399999999999999,16.919290082131404 +24656,29894,1610,2006,WA,Sen-G,2006_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-17,2006-11-07,21,500,Maria Cantwell,3063,DEM,53,56.852698089103505,Mike McGavick,3064,REP,38,39.9334080069721,15,16.919290082131404 +24373,29611,1610,2006,WA,Sen-G,2006_Sen-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,625,Maria Cantwell,3063,DEM,52,56.852698089103505,Mike McGavick,3064,REP,37,39.9334080069721,15,16.919290082131404 +24236,29474,1610,2006,WA,Sen-G,2006_Sen-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,405,Maria Cantwell,3063,DEM,52,56.852698089103505,Mike McGavick,3064,REP,34,39.9334080069721,18,16.919290082131404 +24655,29893,1610,2006,WA,Sen-G,2006_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-10-26,2006-11-07,12,500,Maria Cantwell,3063,DEM,54,56.852698089103505,Mike McGavick,3064,REP,42,39.9334080069721,12,16.919290082131404 +25062,30300,1610,2006,WA,Sen-G,2006_Sen-G_WA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Maria Cantwell,3063,DEM,50,56.852698089103505,Mike McGavick,3064,REP,46.1,39.9334080069721,3.8999999999999986,16.919290082131404 +24855,137593,1610,2006,WA,Sen-G,2006_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-28,2006-11-07,10,774,Maria Cantwell,3063,DEM,54,56.852698089103505,Mike McGavick,3064,REP,41,39.9334080069721,13,16.919290082131404 +24871,30109,1610,2006,WA,Sen-G,2006_Sen-G_WA,University of Washington Center for Survey Research,364,FALSE,TRUE,Live Phone,NA,2006-10-28,2006-11-07,10,700,Maria Cantwell,3063,DEM,53,56.852698089103505,Mike McGavick,3064,REP,41,39.9334080069721,12,16.919290082131404 +24372,29610,1610,2006,WA,Sen-G,2006_Sen-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Maria Cantwell,3063,DEM,54,56.852698089103505,Mike McGavick,3064,REP,38,39.9334080069721,16,16.919290082131404 +24897,30135,1610,2006,WA,Sen-G,2006_Sen-G_WA,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,804,Maria Cantwell,3063,DEM,57,56.852698089103505,Mike McGavick,3064,REP,43,39.9334080069721,14,16.919290082131404 +24899,30137,1611,2006,WV,Sen-G,2006_Sen-G_WV,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,301,Robert C. Byrd,3082,DEM,67,77.04902160126258,John Raese,3083,REP,33,22.950978398737423,34,54.09804320252516 +24669,29907,1612,2006,WI,Sen-G,2006_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-14,2006-11-07,54,500,Herb Kohl,3077,DEM,60,67.30655283152902,Robert Gerald Lorge,3078,REP,33,29.476681677054216,27,37.8298711544748 +25067,30305,1612,2006,WI,Sen-G,2006_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-22,2006-11-07,46,678,Herb Kohl,3077,DEM,47.4,67.30655283152902,Robert Gerald Lorge,3078,REP,34.1,29.476681677054216,13.299999999999997,37.8298711544748 +25066,30304,1612,2006,WI,Sen-G,2006_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-13,2006-11-07,25,678,Herb Kohl,3077,DEM,50,67.30655283152902,Robert Gerald Lorge,3078,REP,34.4,29.476681677054216,15.600000000000001,37.8298711544748 +55818,137743,1612,2006,WI,Sen-G,2006_Sen-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,266,Herb Kohl,3077,DEM,73,67.30655283152902,Robert Gerald Lorge,3078,REP,16,29.476681677054216,57,37.8298711544748 +25065,30303,1612,2006,WI,Sen-G,2006_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-25,2006-11-07,13,678,Herb Kohl,3077,DEM,47.2,67.30655283152902,Robert Gerald Lorge,3078,REP,38,29.476681677054216,9.200000000000003,37.8298711544748 +55822,30136,1612,2006,WI,Sen-G,2006_Sen-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,502,Herb Kohl,3077,DEM,69,67.30655283152902,Robert Gerald Lorge,3078,REP,24,29.476681677054216,45,37.8298711544748 +24375,29613,1613,2006,WY,Sen-G,2006_Sen-G_WY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-10-11,2006-11-07,27,625,Dale Groutage,3093,DEM,26,29.860305691326317,Craig Thomas,3092,REP,67,69.98902327893298,-41,-40.12871758760666 +63841,136765,1613,2006,WY,Sen-G,2006_Sen-G_WY,Aspen Media & Market Research,17,FALSE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,539,Dale Groutage,3093,DEM,22,29.860305691326317,Craig Thomas,3092,REP,70,69.98902327893298,-48,-40.12871758760666 +25132,30370,1615,2004,AK,Sen-G,2004_Sen-G_AK,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2004-09-20,2004-11-02,43,600,Tony Knowles,3095,DEM,47,45.545627037283296,Lisa Murkowski,3094,REP,41,48.577915443620974,6,-3.0322884063376776 +25155,30393,1615,2004,AK,Sen-G,2004_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,NA,NA,2004-09-30,2004-11-02,33,678,Tony Knowles,3095,DEM,48.1,45.545627037283296,Lisa Murkowski,3094,REP,45.2,48.577915443620974,2.8999999999999986,-3.0322884063376776 +25154,30392,1615,2004,AK,Sen-G,2004_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,548,Tony Knowles,3095,DEM,46.9,45.545627037283296,Lisa Murkowski,3094,REP,45.3,48.577915443620974,1.6000000000000014,-3.0322884063376776 +25131,30369,1615,2004,AK,Sen-G,2004_Sen-G_AK,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2004-10-18,2004-11-02,15,600,Tony Knowles,3095,DEM,47,45.545627037283296,Lisa Murkowski,3094,REP,43,48.577915443620974,4,-3.0322884063376776 +25195,30433,1615,2004,AK,Sen-G,2004_Sen-G_AK,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2004-10-30,2004-11-02,3,500,Tony Knowles,3095,DEM,43,45.545627037283296,Lisa Murkowski,3094,REP,48,48.577915443620974,-5,-3.0322884063376776 +25277,30517,1617,2004,AR,Sen-G,2004_Sen-G_AR,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-28,2004-11-02,35,575,Blanche Lincoln,3108,DEM,54,55.897778320852765,Jim Holt,3109,REP,40,44.06950889450993,14,11.828269426342835 +4774,30447,1617,2004,AR,Sen-G,2004_Sen-G_AR,Opinion Research Associates,242,FALSE,TRUE,NA,NA,2004-10-05,2004-11-02,28,500,Blanche Lincoln,3108,DEM,60,55.897778320852765,Jim Holt,3109,REP,32,44.06950889450993,28,11.828269426342835 +4715,26809,1617,2004,AR,Sen-G,2004_Sen-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-10,2004-11-02,23,503,Blanche Lincoln,3108,DEM,60,55.897778320852765,Jim Holt,3109,REP,32,44.06950889450993,28,11.828269426342835 +25276,30516,1617,2004,AR,Sen-G,2004_Sen-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,613,Blanche Lincoln,3108,DEM,57,55.897778320852765,Jim Holt,3109,REP,38,44.06950889450993,19,11.828269426342835 +4608,26540,1617,2004,AR,Sen-G,2004_Sen-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,500,Blanche Lincoln,3108,DEM,66,55.897778320852765,Jim Holt,3109,REP,30,44.06950889450993,36,11.828269426342835 +4505,26695,1617,2004,AR,Sen-G,2004_Sen-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,649,Blanche Lincoln,3108,DEM,57,55.897778320852765,Jim Holt,3109,REP,38,44.06950889450993,19,11.828269426342835 +25275,30515,1617,2004,AR,Sen-G,2004_Sen-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,644,Blanche Lincoln,3108,DEM,55,55.897778320852765,Jim Holt,3109,REP,42,44.06950889450993,13,11.828269426342835 +25274,30514,1617,2004,AR,Sen-G,2004_Sen-G_AR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-31,2004-11-02,2,549,Blanche Lincoln,3108,DEM,53,55.897778320852765,Jim Holt,3109,REP,43,44.06950889450993,10,11.828269426342835 +5061,30521,1618,2004,CA,Sen-G,2004_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-07,2004-11-02,56,586,Barbara Boxer,3118,DEM,53,57.70810388362684,Bill Jones,3119,REP,35,37.79814565228844,18,19.9099582313384 +4985,30449,1618,2004,CA,Sen-G,2004_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2004-09-16,2004-11-02,47,1170,Barbara Boxer,3118,DEM,54,57.70810388362684,Bill Jones,3119,REP,36,37.79814565228844,18,19.9099582313384 +12744,30403,1618,2004,CA,Sen-G,2004_Sen-G_CA,Los Angeles Times,172,TRUE,TRUE,NA,NA,2004-09-19,2004-11-02,44,861,Barbara Boxer,3118,DEM,52,57.70810388362684,Bill Jones,3119,REP,34,37.79814565228844,18,19.9099582313384 +25102,30340,1618,2004,CA,Sen-G,2004_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2004-09-28,2004-11-02,35,570,Barbara Boxer,3118,DEM,48,57.70810388362684,Bill Jones,3119,REP,32,37.79814565228844,16,19.9099582313384 +4797,30520,1618,2004,CA,Sen-G,2004_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,741,Barbara Boxer,3118,DEM,53,57.70810388362684,Bill Jones,3119,REP,36,37.79814565228844,17,19.9099582313384 +25279,30519,1618,2004,CA,Sen-G,2004_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,697,Barbara Boxer,3118,DEM,57,57.70810388362684,Bill Jones,3119,REP,35,37.79814565228844,22,19.9099582313384 +4713,26544,1618,2004,CA,Sen-G,2004_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,1170,Barbara Boxer,3118,DEM,53,57.70810388362684,Bill Jones,3119,REP,35,37.79814565228844,18,19.9099582313384 +4689,26464,1618,2004,CA,Sen-G,2004_Sen-G_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-10-16,2004-11-02,17,925,Barbara Boxer,3118,DEM,55,57.70810388362684,Bill Jones,3119,REP,33,37.79814565228844,22,19.9099582313384 +4512,26700,1618,2004,CA,Sen-G,2004_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,743,Barbara Boxer,3118,DEM,53,57.70810388362684,Bill Jones,3119,REP,38,37.79814565228844,15,19.9099582313384 +4556,26385,1618,2004,CA,Sen-G,2004_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,1086,Barbara Boxer,3118,DEM,53,57.70810388362684,Bill Jones,3119,REP,34,37.79814565228844,19,19.9099582313384 +4322,26699,1618,2004,CA,Sen-G,2004_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,767,Barbara Boxer,3118,DEM,57,57.70810388362684,Bill Jones,3119,REP,36,37.79814565228844,21,19.9099582313384 +73037,136970,1619,2004,CO,Sen-G,2004_Sen-G_CO,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2004-09-05,2004-11-02,58,678,Ken Salazar,3134,DEM,48,51.30260330860861,Pete Coors,3135,REP,42,46.53290767326921,6,4.769695635339403 +4987,26555,1619,2004,CO,Sen-G,2004_Sen-G_CO,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,500,Ken Salazar,3134,DEM,53,51.30260330860861,Pete Coors,3135,REP,42,46.53290767326921,11,4.769695635339403 +4928,26606,1619,2004,CO,Sen-G,2004_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-16,2004-11-02,47,500,Ken Salazar,3134,DEM,48,51.30260330860861,Pete Coors,3135,REP,49,46.53290767326921,-1,4.769695635339403 +25332,30572,1619,2004,CO,Sen-G,2004_Sen-G_CO,Tarrance Group,333,FALSE,FALSE,NA,REP,2004-09-15,2004-11-02,48,500,Ken Salazar,3134,DEM,46,51.30260330860861,Pete Coors,3135,REP,44,46.53290767326921,2,4.769695635339403 +25079,30317,1619,2004,CO,Sen-G,2004_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,2004-09-16,2004-11-02,47,600,Ken Salazar,3134,DEM,46,51.30260330860861,Pete Coors,3135,REP,45,46.53290767326921,1,4.769695635339403 +4886,30524,1619,2004,CO,Sen-G,2004_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-22,2004-11-02,41,625,Ken Salazar,3134,DEM,46,51.30260330860861,Pete Coors,3135,REP,51,46.53290767326921,-5,4.769695635339403 +25179,30417,1619,2004,CO,Sen-G,2004_Sen-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,625,Ken Salazar,3134,DEM,46,51.30260330860861,Pete Coors,3135,REP,44,46.53290767326921,2,4.769695635339403 +4791,30359,1619,2004,CO,Sen-G,2004_Sen-G_CO,Gallup,112,TRUE,FALSE,NA,NA,2004-10-05,2004-11-02,28,666,Ken Salazar,3134,DEM,54,51.30260330860861,Pete Coors,3135,REP,43,46.53290767326921,11,4.769695635339403 +4759,30523,1619,2004,CO,Sen-G,2004_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-06,2004-11-02,27,594,Ken Salazar,3134,DEM,48,51.30260330860861,Pete Coors,3135,REP,48,46.53290767326921,0,4.769695635339403 +25216,30454,1619,2004,CO,Sen-G,2004_Sen-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,500,Ken Salazar,3134,DEM,40,51.30260330860861,Pete Coors,3135,REP,45,46.53290767326921,-5,4.769695635339403 +4691,26411,1619,2004,CO,Sen-G,2004_Sen-G_CO,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,666,Ken Salazar,3134,DEM,49,51.30260330860861,Pete Coors,3135,REP,48,46.53290767326921,1,4.769695635339403 +4601,26605,1619,2004,CO,Sen-G,2004_Sen-G_CO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-18,2004-11-02,15,500,Ken Salazar,3134,DEM,48,51.30260330860861,Pete Coors,3135,REP,49,46.53290767326921,-1,4.769695635339403 +25152,30390,1619,2004,CO,Sen-G,2004_Sen-G_CO,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2004-10-17,2004-11-02,16,515,Ken Salazar,3134,DEM,49,51.30260330860861,Pete Coors,3135,REP,43,46.53290767326921,6,4.769695635339403 +25133,30371,1619,2004,CO,Sen-G,2004_Sen-G_CO,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2004-10-18,2004-11-02,15,600,Ken Salazar,3134,DEM,49,51.30260330860861,Pete Coors,3135,REP,43,46.53290767326921,6,4.769695635339403 +25078,30316,1619,2004,CO,Sen-G,2004_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,600,Ken Salazar,3134,DEM,47,51.30260330860861,Pete Coors,3135,REP,43,46.53290767326921,4,4.769695635339403 +4611,26706,1619,2004,CO,Sen-G,2004_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-19,2004-11-02,14,596,Ken Salazar,3134,DEM,46,51.30260330860861,Pete Coors,3135,REP,50,46.53290767326921,-4,4.769695635339403 +4577,117099,1619,2004,CO,Sen-G,2004_Sen-G_CO,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2004-10-20,2004-11-02,13,400,Ken Salazar,3134,DEM,50,51.30260330860861,Pete Coors,3135,REP,45,46.53290767326921,5,4.769695635339403 +25366,30606,1619,2004,CO,Sen-G,2004_Sen-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,Ken Salazar,3134,DEM,53,51.30260330860861,Pete Coors,3135,REP,42,46.53290767326921,11,4.769695635339403 +4439,26553,1619,2004,CO,Sen-G,2004_Sen-G_CO,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,500,Ken Salazar,3134,DEM,48,51.30260330860861,Pete Coors,3135,REP,42,46.53290767326921,6,4.769695635339403 +25178,30416,1619,2004,CO,Sen-G,2004_Sen-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,625,Ken Salazar,3134,DEM,46,51.30260330860861,Pete Coors,3135,REP,46,46.53290767326921,0,4.769695635339403 +4356,137579,1619,2004,CO,Sen-G,2004_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,622,Ken Salazar,3134,DEM,49,51.30260330860861,Pete Coors,3135,REP,47,46.53290767326921,2,4.769695635339403 +25362,30602,1619,2004,CO,Sen-G,2004_Sen-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,600,Ken Salazar,3134,DEM,52,51.30260330860861,Pete Coors,3135,REP,44,46.53290767326921,8,4.769695635339403 +4298,26705,1619,2004,CO,Sen-G,2004_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-31,2004-11-02,2,705,Ken Salazar,3134,DEM,51,51.30260330860861,Pete Coors,3135,REP,47,46.53290767326921,4,4.769695635339403 +4840,26565,1620,2004,CT,Sen-G,2004_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-27,2004-11-02,36,723,Christopher J. Dodd,3152,DEM,69,66.35289873280897,Jack C. Orchulli,3153,REP,24,32.12891461235353,45,34.223984120455434 +4997,30530,1621,2004,FL,Sen-G,2004_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,602,Betty Castor,3157,DEM,49,48.32102584505243,Mel Martinez,3156,REP,45,49.43359891810032,4,-1.1125730730478907 +4915,30468,1621,2004,FL,Sen-G,2004_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-20,2004-11-02,43,819,Betty Castor,3157,DEM,43,48.32102584505243,Mel Martinez,3156,REP,42,49.43359891810032,1,-1.1125730730478907 +4912,30363,1621,2004,FL,Sen-G,2004_Sen-G_FL,Gallup,112,TRUE,FALSE,NA,NA,2004-09-20,2004-11-02,43,674,Betty Castor,3157,DEM,51,48.32102584505243,Mel Martinez,3156,REP,45,49.43359891810032,6,-1.1125730730478907 +72930,136822,1621,2004,FL,Sen-G,2004_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2004-10-01,2004-11-02,32,400,Betty Castor,3157,DEM,39,48.32102584505243,Mel Martinez,3156,REP,40,49.43359891810032,-1,-1.1125730730478907 +4819,30529,1621,2004,FL,Sen-G,2004_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-02,2004-11-02,31,706,Betty Castor,3157,DEM,46,48.32102584505243,Mel Martinez,3156,REP,50,49.43359891810032,-4,-1.1125730730478907 +25182,30420,1621,2004,FL,Sen-G,2004_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,625,Betty Castor,3157,DEM,41,48.32102584505243,Mel Martinez,3156,REP,46,49.43359891810032,-5,-1.1125730730478907 +4807,137348,1621,2004,FL,Sen-G,2004_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-10-03,2004-11-02,30,717,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,48,49.43359891810032,-1,-1.1125730730478907 +25135,30373,1621,2004,FL,Sen-G,2004_Sen-G_FL,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2004-10-06,2004-11-02,27,678,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,40,49.43359891810032,7,-1.1125730730478907 +4772,26795,1621,2004,FL,Sen-G,2004_Sen-G_FL,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-10-07,2004-11-02,26,655,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,47,49.43359891810032,0,-1.1125730730478907 +4714,26775,1621,2004,FL,Sen-G,2004_Sen-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2004-10-12,2004-11-02,21,614,Betty Castor,3157,DEM,38,48.32102584505243,Mel Martinez,3156,REP,35,49.43359891810032,3,-1.1125730730478907 +4681,26490,1621,2004,FL,Sen-G,2004_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,625,Betty Castor,3157,DEM,45,48.32102584505243,Mel Martinez,3156,REP,45,49.43359891810032,0,-1.1125730730478907 +4672,30528,1621,2004,FL,Sen-G,2004_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,596,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,49,49.43359891810032,-2,-1.1125730730478907 +4652,30465,1621,2004,FL,Sen-G,2004_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,808,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,47,49.43359891810032,0,-1.1125730730478907 +4584,26533,1621,2004,FL,Sen-G,2004_Sen-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,800,Betty Castor,3157,DEM,44,48.32102584505243,Mel Martinez,3156,REP,44,49.43359891810032,0,-1.1125730730478907 +73046,136982,1621,2004,FL,Sen-G,2004_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,400,Betty Castor,3157,DEM,48,48.32102584505243,Mel Martinez,3156,REP,41,49.43359891810032,7,-1.1125730730478907 +4549,30527,1621,2004,FL,Sen-G,2004_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-23,2004-11-02,10,738,Betty Castor,3157,DEM,50,48.32102584505243,Mel Martinez,3156,REP,47,49.43359891810032,3,-1.1125730730478907 +25153,30391,1621,2004,FL,Sen-G,2004_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,400,Betty Castor,3157,DEM,44,48.32102584505243,Mel Martinez,3156,REP,46,49.43359891810032,-2,-1.1125730730478907 +25134,30372,1621,2004,FL,Sen-G,2004_Sen-G_FL,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2004-10-25,2004-11-02,8,700,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,43,49.43359891810032,4,-1.1125730730478907 +4516,30463,1621,2004,FL,Sen-G,2004_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,944,Betty Castor,3157,DEM,46,48.32102584505243,Mel Martinez,3156,REP,49,49.43359891810032,-3,-1.1125730730478907 +4481,30613,1621,2004,FL,Sen-G,2004_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,599,Betty Castor,3157,DEM,45,48.32102584505243,Mel Martinez,3156,REP,45,49.43359891810032,0,-1.1125730730478907 +25181,30419,1621,2004,FL,Sen-G,2004_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,625,Betty Castor,3157,DEM,46,48.32102584505243,Mel Martinez,3156,REP,47,49.43359891810032,-1,-1.1125730730478907 +4479,26447,1621,2004,FL,Sen-G,2004_Sen-G_FL,EMC Research,130,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,Betty Castor,3157,DEM,46,48.32102584505243,Mel Martinez,3156,REP,46,49.43359891810032,0,-1.1125730730478907 +4510,30582,1621,2004,FL,Sen-G,2004_Sen-G_FL,The Florida Poll,99,FALSE,TRUE,Live Phone,NA,2004-10-25,2004-11-02,8,802,Betty Castor,3157,DEM,46.6,48.32102584505243,Mel Martinez,3156,REP,43.5,49.43359891810032,3.1000000000000014,-1.1125730730478907 +58435,30361,1621,2004,FL,Sen-G,2004_Sen-G_FL,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1138,Betty Castor,3157,DEM,48,48.32102584505243,Mel Martinez,3156,REP,46,49.43359891810032,2,-1.1125730730478907 +4339,26818,1621,2004,FL,Sen-G,2004_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,599,Betty Castor,3157,DEM,46,48.32102584505243,Mel Martinez,3156,REP,46,49.43359891810032,0,-1.1125730730478907 +25109,30347,1621,2004,FL,Sen-G,2004_Sen-G_FL,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,700,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,41,49.43359891810032,6,-1.1125730730478907 +4318,26451,1621,2004,FL,Sen-G,2004_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,400,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,46,49.43359891810032,1,-1.1125730730478907 +4323,30526,1621,2004,FL,Sen-G,2004_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,738,Betty Castor,3157,DEM,48,48.32102584505243,Mel Martinez,3156,REP,48,49.43359891810032,0,-1.1125730730478907 +4335,26415,1621,2004,FL,Sen-G,2004_Sen-G_FL,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1521,Betty Castor,3157,DEM,47,48.32102584505243,Mel Martinez,3156,REP,46,49.43359891810032,1,-1.1125730730478907 +4374,26570,1621,2004,FL,Sen-G,2004_Sen-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1098,Betty Castor,3157,DEM,44,48.32102584505243,Mel Martinez,3156,REP,49,49.43359891810032,-5,-1.1125730730478907 +4983,30534,1622,2004,GA,Sen-G,2004_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-14,2004-11-02,49,653,Denise Majette,3174,DEM,33,39.9781929790955,Johnny Isakson,3173,REP,58,57.87683938526803,-25,-17.898646406172524 +25249,30489,1622,2004,GA,Sen-G,2004_Sen-G_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-06,2004-11-02,27,500,Denise Majette,3174,DEM,42,39.9781929790955,Johnny Isakson,3173,REP,54,57.87683938526803,-12,-17.898646406172524 +4760,30533,1622,2004,GA,Sen-G,2004_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-06,2004-11-02,27,584,Denise Majette,3174,DEM,35,39.9781929790955,Johnny Isakson,3173,REP,57,57.87683938526803,-22,-17.898646406172524 +4752,26828,1622,2004,GA,Sen-G,2004_Sen-G_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-07,2004-11-02,26,501,Denise Majette,3174,DEM,33,39.9781929790955,Johnny Isakson,3173,REP,49,57.87683938526803,-16,-17.898646406172524 +4699,30617,1622,2004,GA,Sen-G,2004_Sen-G_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,501,Denise Majette,3174,DEM,35,39.9781929790955,Johnny Isakson,3173,REP,53,57.87683938526803,-18,-17.898646406172524 +25292,30532,1622,2004,GA,Sen-G,2004_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-19,2004-11-02,14,604,Denise Majette,3174,DEM,39,39.9781929790955,Johnny Isakson,3173,REP,55,57.87683938526803,-16,-17.898646406172524 +4371,26826,1622,2004,GA,Sen-G,2004_Sen-G_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,501,Denise Majette,3174,DEM,36,39.9781929790955,Johnny Isakson,3173,REP,49,57.87683938526803,-13,-17.898646406172524 +4357,30531,1622,2004,GA,Sen-G,2004_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,624,Denise Majette,3174,DEM,40,39.9781929790955,Johnny Isakson,3173,REP,56,57.87683938526803,-16,-17.898646406172524 +4994,137580,1625,2004,IL,Sen-G,2004_Sen-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,608,Barack Obama,3205,DEM,65,69.96872520188583,Alan Keyes,3206,REP,24,27.048226983460143,41,42.92049821842569 +4918,26483,1625,2004,IL,Sen-G,2004_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2004-09-19,2004-11-02,44,700,Barack Obama,3205,DEM,68,69.96872520188583,Alan Keyes,3206,REP,17,27.048226983460143,51,42.92049821842569 +25250,30490,1625,2004,IL,Sen-G,2004_Sen-G_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-05,2004-11-02,28,500,Barack Obama,3205,DEM,64,69.96872520188583,Alan Keyes,3206,REP,20,27.048226983460143,44,42.92049821842569 +4768,30536,1625,2004,IL,Sen-G,2004_Sen-G_IL,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,636,Barack Obama,3205,DEM,68,69.96872520188583,Alan Keyes,3206,REP,23,27.048226983460143,45,42.92049821842569 +4638,26482,1625,2004,IL,Sen-G,2004_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2004-10-18,2004-11-02,15,700,Barack Obama,3205,DEM,66,69.96872520188583,Alan Keyes,3206,REP,19,27.048226983460143,47,42.92049821842569 +4663,26643,1625,2004,IL,Sen-G,2004_Sen-G_IL,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2004-10-17,2004-11-02,16,828,Barack Obama,3205,DEM,70,69.96872520188583,Alan Keyes,3206,REP,20,27.048226983460143,50,42.92049821842569 +4385,30535,1625,2004,IL,Sen-G,2004_Sen-G_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,655,Barack Obama,3205,DEM,66,69.96872520188583,Alan Keyes,3206,REP,27,27.048226983460143,39,42.92049821842569 +4354,26519,1625,2004,IL,Sen-G,2004_Sen-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1200,Barack Obama,3205,DEM,70,69.96872520188583,Alan Keyes,3206,REP,24,27.048226983460143,46,42.92049821842569 +5056,30540,1626,2004,IN,Sen-G,2004_Sen-G_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,687,Evan Bayh,3223,DEM,64,61.648779173991954,Marvin Bailey Scott,3224,REP,28,37.22513449080051,36,24.423644683191448 +4828,30504,1626,2004,IN,Sen-G,2004_Sen-G_IN,Selzer & Co.,304,TRUE,FALSE,NA,NA,2004-10-01,2004-11-02,32,957,Evan Bayh,3223,DEM,61,61.648779173991954,Marvin Bailey Scott,3224,REP,22,37.22513449080051,39,24.423644683191448 +4789,26724,1626,2004,IN,Sen-G,2004_Sen-G_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,589,Evan Bayh,3223,DEM,66,61.648779173991954,Marvin Bailey Scott,3224,REP,28,37.22513449080051,38,24.423644683191448 +4628,30539,1626,2004,IN,Sen-G,2004_Sen-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,597,Evan Bayh,3223,DEM,63,61.648779173991954,Marvin Bailey Scott,3224,REP,31,37.22513449080051,32,24.423644683191448 +4392,30538,1626,2004,IN,Sen-G,2004_Sen-G_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,586,Evan Bayh,3223,DEM,61,61.648779173991954,Marvin Bailey Scott,3224,REP,34,37.22513449080051,27,24.423644683191448 +4883,30349,1627,2004,IA,Sen-G,2004_Sen-G_IA,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,700,Art Small,3198,DEM,23,27.877041267471952,Chuck Grassley,3197,REP,63,70.18356872638971,-40,-42.306527458917756 +4473,26833,1627,2004,IA,Sen-G,2004_Sen-G_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,Art Small,3198,DEM,27,27.877041267471952,Chuck Grassley,3197,REP,68,70.18356872638971,-41,-42.306527458917756 +4332,26829,1627,2004,IA,Sen-G,2004_Sen-G_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,602,Art Small,3198,DEM,22,27.877041267471952,Chuck Grassley,3197,REP,68,70.18356872638971,-46,-42.306527458917756 +25110,30348,1627,2004,IA,Sen-G,2004_Sen-G_IA,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,700,Art Small,3198,DEM,20,27.877041267471952,Chuck Grassley,3197,REP,67,70.18356872638971,-47,-42.306527458917756 +63795,117448,1628,2004,KS,Sen-G,2004_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,573,Lee Jones,3227,DEM,26,27.487241169791197,Sam Brownback,3226,REP,59,69.1627798218281,-33,-41.6755386520369 +4519,26475,1628,2004,KS,Sen-G,2004_Sen-G_KS,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,573,Lee Jones,3227,DEM,26,27.487241169791197,Sam Brownback,3226,REP,59,69.1627798218281,-33,-41.6755386520369 +5054,30544,1629,2004,KY,Sen-G,2004_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,659,Daniel Mongiardo,3233,DEM,35,49.34317736067021,Jim Bunning,3232,REP,54,50.65682263932979,-19,-1.3136452786595783 +5024,30406,1629,2004,KY,Sen-G,2004_Sen-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,NA,NA,2004-09-12,2004-11-02,51,657,Daniel Mongiardo,3233,DEM,34,49.34317736067021,Jim Bunning,3232,REP,51,50.65682263932979,-17,-1.3136452786595783 +4771,30543,1629,2004,KY,Sen-G,2004_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,615,Daniel Mongiardo,3233,DEM,40,49.34317736067021,Jim Bunning,3232,REP,51,50.65682263932979,-11,-1.3136452786595783 +25129,30367,1629,2004,KY,Sen-G,2004_Sen-G_KY,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2004-10-06,2004-11-02,27,678,Daniel Mongiardo,3233,DEM,39,49.34317736067021,Jim Bunning,3232,REP,47,50.65682263932979,-8,-1.3136452786595783 +73220,137234,1629,2004,KY,Sen-G,2004_Sen-G_KY,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2004-10-13,2004-11-02,20,600,Daniel Mongiardo,3233,DEM,39,49.34317736067021,Jim Bunning,3232,REP,50,50.65682263932979,-11,-1.3136452786595783 +25128,30366,1629,2004,KY,Sen-G,2004_Sen-G_KY,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2004-10-16,2004-11-02,17,678,Daniel Mongiardo,3233,DEM,43,49.34317736067021,Jim Bunning,3232,REP,43,50.65682263932979,0,-1.3136452786595783 +4629,30542,1629,2004,KY,Sen-G,2004_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,623,Daniel Mongiardo,3233,DEM,39,49.34317736067021,Jim Bunning,3232,REP,53,50.65682263932979,-14,-1.3136452786595783 +4604,26469,1629,2004,KY,Sen-G,2004_Sen-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,690,Daniel Mongiardo,3233,DEM,43,49.34317736067021,Jim Bunning,3232,REP,49,50.65682263932979,-6,-1.3136452786595783 +25127,30365,1629,2004,KY,Sen-G,2004_Sen-G_KY,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2004-10-23,2004-11-02,10,502,Daniel Mongiardo,3233,DEM,43,49.34317736067021,Jim Bunning,3232,REP,44,50.65682263932979,-1,-1.3136452786595783 +4351,30541,1629,2004,KY,Sen-G,2004_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,631,Daniel Mongiardo,3233,DEM,42,49.34317736067021,Jim Bunning,3232,REP,51,50.65682263932979,-9,-1.3136452786595783 +25146,30384,1630,2004,LA,Sen-P,2004_Sen-P_LA,GQR,126,TRUE,FALSE,NA,DEM,2004-09-22,2004-11-02,41,602,Chris John,3237,DEM,24,29.33623223538681,David Vitter,3236,REP,44,51.02734982056821,-20,-21.691117585181402 +4762,30411,1630,2004,LA,Sen-P,2004_Sen-P_LA,Market Research Insight,185,FALSE,FALSE,NA,NA,2004-10-06,2004-11-02,27,600,Chris John,3237,DEM,20,29.33623223538681,David Vitter,3236,REP,47,51.02734982056821,-27,-21.691117585181402 +73224,137238,1630,2004,LA,Sen-P,2004_Sen-P_LA,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-10-08,2004-11-02,25,600,Chris John,3237,DEM,17,29.33623223538681,David Vitter,3236,REP,43,51.02734982056821,-26,-21.691117585181402 +4700,26648,1630,2004,LA,Sen-P,2004_Sen-P_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2004-10-12,2004-11-02,21,600,Chris John,3237,DEM,17.8,29.33623223538681,David Vitter,3236,REP,43.2,51.02734982056821,-25.400000000000002,-21.691117585181402 +25092,30330,1630,2004,LA,Sen-P,2004_Sen-P_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2004-10-14,2004-11-02,19,600,Chris John,3237,DEM,15,29.33623223538681,David Vitter,3236,REP,39,51.02734982056821,-24,-21.691117585181402 +4614,137333,1630,2004,LA,Sen-P,2004_Sen-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,600,Chris John,3237,DEM,18,29.33623223538681,David Vitter,3236,REP,47,51.02734982056821,-29,-21.691117585181402 +4615,26644,1630,2004,LA,Sen-P,2004_Sen-P_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,637,Chris John,3237,DEM,18.1,29.33623223538681,David Vitter,3236,REP,42.9,51.02734982056821,-24.799999999999997,-21.691117585181402 +73162,137158,1630,2004,LA,Sen-P,2004_Sen-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,600,Chris John,3237,DEM,15,29.33623223538681,David Vitter,3236,REP,51,51.02734982056821,-36,-21.691117585181402 +73256,137330,1630,2004,LA,Sen-P,2004_Sen-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,600,Chris John,3237,DEM,12,29.33623223538681,David Vitter,3236,REP,51,51.02734982056821,-39,-21.691117585181402 +4813,26438,1631,2004,MD,Sen-G,2004_Sen-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,809,Barbara A. Mikulski,3243,DEM,58,64.80343300468446,E. J. Pipkin,3244,REP,34,33.72430102358769,24,31.079131981096772 +4455,136984,1631,2004,MD,Sen-G,2004_Sen-G_MD,Ipsos,154,TRUE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,455,Barbara A. Mikulski,3243,DEM,66,64.80343300468446,E. J. Pipkin,3244,REP,29,33.72430102358769,37,31.079131981096772 +5051,137585,1632,2004,MO,Sen-G,2004_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,655,Nancy Farmer,3261,DEM,37,42.797078926190565,Christopher S. Bond,3260,REP,57,56.09251692837945,-20,-13.295438002188888 +4800,137584,1632,2004,MO,Sen-G,2004_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,677,Nancy Farmer,3261,DEM,34,42.797078926190565,Christopher S. Bond,3260,REP,59,56.09251692837945,-25,-13.295438002188888 +4644,117370,1632,2004,MO,Sen-G,2004_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-17,2004-11-02,16,667,Nancy Farmer,3261,DEM,38,42.797078926190565,Christopher S. Bond,3260,REP,56,56.09251692837945,-18,-13.295438002188888 +4513,117369,1632,2004,MO,Sen-G,2004_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,675,Nancy Farmer,3261,DEM,34,42.797078926190565,Christopher S. Bond,3260,REP,60,56.09251692837945,-26,-13.295438002188888 +4529,26480,1632,2004,MO,Sen-G,2004_Sen-G_MO,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2004-10-24,2004-11-02,9,553,Nancy Farmer,3261,DEM,36,42.797078926190565,Christopher S. Bond,3260,REP,53,56.09251692837945,-17,-13.295438002188888 +4330,117368,1632,2004,MO,Sen-G,2004_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,690,Nancy Farmer,3261,DEM,38,42.797078926190565,Christopher S. Bond,3260,REP,57,56.09251692837945,-19,-13.295438002188888 +4982,26502,1633,2004,NV,Sen-G,2004_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,625,Harry Reid,3287,DEM,54,61.08190917305708,Richard Ziser,3288,REP,34,35.137790901504566,20,25.94411827155251 +77189,137380,1633,2004,NV,Sen-G,2004_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-14,2004-11-02,49,500,Harry Reid,3287,DEM,52,61.08190917305708,Richard Ziser,3288,REP,40,35.137790901504566,12,25.94411827155251 +4894,26351,1633,2004,NV,Sen-G,2004_Sen-G_NV,Belden Russonello,28,TRUE,FALSE,NA,NA,2004-09-24,2004-11-02,39,600,Harry Reid,3287,DEM,58,61.08190917305708,Richard Ziser,3288,REP,32,35.137790901504566,26,25.94411827155251 +4686,26501,1633,2004,NV,Sen-G,2004_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,625,Harry Reid,3287,DEM,59,61.08190917305708,Richard Ziser,3288,REP,32,35.137790901504566,27,25.94411827155251 +4637,26350,1633,2004,NV,Sen-G,2004_Sen-G_NV,Belden Russonello,28,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,600,Harry Reid,3287,DEM,63,61.08190917305708,Richard Ziser,3288,REP,29,35.137790901504566,34,25.94411827155251 +4485,26841,1633,2004,NV,Sen-G,2004_Sen-G_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,Harry Reid,3287,DEM,57,61.08190917305708,Richard Ziser,3288,REP,34,35.137790901504566,23,25.94411827155251 +25186,30424,1633,2004,NV,Sen-G,2004_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,625,Harry Reid,3287,DEM,59,61.08190917305708,Richard Ziser,3288,REP,35,35.137790901504566,24,25.94411827155251 +4340,26837,1633,2004,NV,Sen-G,2004_Sen-G_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,603,Harry Reid,3287,DEM,58,61.08190917305708,Richard Ziser,3288,REP,34,35.137790901504566,24,25.94411827155251 +4950,137381,1634,2004,NH,Sen-G,2004_Sen-G_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-15,2004-11-02,48,500,Doris R. Haddock,3277,DEM,35,33.716895505306766,Judd Gregg,3275,REP,57,66.17809540912452,-22,-32.46119990381776 +4942,136753,1634,2004,NH,Sen-G,2004_Sen-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2004-09-16,2004-11-02,47,600,Doris R. Haddock,3277,DEM,20,33.716895505306766,Judd Gregg,3275,REP,63,66.17809540912452,-43,-32.46119990381776 +25354,30594,1634,2004,NH,Sen-G,2004_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2004-09-30,2004-11-02,33,538,Doris R. Haddock,3277,DEM,21,33.716895505306766,Judd Gregg,3275,REP,62,66.17809540912452,-41,-32.46119990381776 +4779,30358,1634,2004,NH,Sen-G,2004_Sen-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,NA,NA,2004-10-03,2004-11-02,30,617,Doris R. Haddock,3277,DEM,26,33.716895505306766,Judd Gregg,3275,REP,61,66.17809540912452,-35,-32.46119990381776 +4675,26692,1634,2004,NH,Sen-G,2004_Sen-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,400,Doris R. Haddock,3277,DEM,26,33.716895505306766,Judd Gregg,3275,REP,52,66.17809540912452,-26,-32.46119990381776 +4593,30357,1634,2004,NH,Sen-G,2004_Sen-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2004-10-20,2004-11-02,13,617,Doris R. Haddock,3277,DEM,27,33.716895505306766,Judd Gregg,3275,REP,60,66.17809540912452,-33,-32.46119990381776 +25353,30593,1634,2004,NH,Sen-G,2004_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,758,Doris R. Haddock,3277,DEM,23,33.716895505306766,Judd Gregg,3275,REP,62,66.17809540912452,-39,-32.46119990381776 +4440,26408,1634,2004,NH,Sen-G,2004_Sen-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2004-10-27,2004-11-02,6,617,Doris R. Haddock,3277,DEM,24,33.716895505306766,Judd Gregg,3275,REP,64,66.17809540912452,-40,-32.46119990381776 +4367,26343,1634,2004,NH,Sen-G,2004_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,600,Doris R. Haddock,3277,DEM,26,33.716895505306766,Judd Gregg,3275,REP,66,66.17809540912452,-40,-32.46119990381776 +4325,30589,1634,2004,NH,Sen-G,2004_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,957,Doris R. Haddock,3277,DEM,27,33.716895505306766,Judd Gregg,3275,REP,63,66.17809540912452,-36,-32.46119990381776 +5046,26577,1635,2004,NY,Sen-G,2004_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-09,2004-11-02,54,1438,Charles E. Schumer,3296,DEM,61,58.87505575458477,Howard Mills,3299,REP,13,21.81939730535843,48,37.05565844922634 +25170,30408,1635,2004,NY,Sen-G,2004_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-09-15,2004-11-02,48,678,Charles E. Schumer,3296,DEM,65,58.87505575458477,Howard Mills,3299,REP,17,21.81939730535843,48,37.05565844922634 +4465,26472,1635,2004,NY,Sen-G,2004_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,817,Charles E. Schumer,3296,DEM,72,58.87505575458477,Howard Mills,3299,REP,16,21.81939730535843,56,37.05565844922634 +5062,30549,1636,2004,NC,Sen-G,2004_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-07,2004-11-02,56,580,Erskine Bowles,3268,DEM,50,47.018676402227825,Richard Burr,3267,REP,40,51.595843646549824,10,-4.577167244321998 +25176,30414,1636,2004,NC,Sen-G,2004_Sen-G_NC,Market Research Institute Inc.,186,FALSE,TRUE,NA,NA,2004-09-20,2004-11-02,43,800,Erskine Bowles,3268,DEM,42,47.018676402227825,Richard Burr,3267,REP,31,51.595843646549824,11,-4.577167244321998 +4842,26559,1636,2004,NC,Sen-G,2004_Sen-G_NC,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2004-09-26,2004-11-02,37,600,Erskine Bowles,3268,DEM,45,47.018676402227825,Richard Burr,3267,REP,44,51.595843646549824,1,-4.577167244321998 +4846,26497,1636,2004,NC,Sen-G,2004_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-27,2004-11-02,36,625,Erskine Bowles,3268,DEM,45,47.018676402227825,Richard Burr,3267,REP,44,51.595843646549824,1,-4.577167244321998 +25075,30313,1636,2004,NC,Sen-G,2004_Sen-G_NC,American Viewpoint,10,FALSE,FALSE,NA,NA,2004-09-29,2004-11-02,34,600,Erskine Bowles,3268,DEM,45,47.018676402227825,Richard Burr,3267,REP,47,51.595843646549824,-2,-4.577167244321998 +25252,30492,1636,2004,NC,Sen-G,2004_Sen-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-04,2004-11-02,29,500,Erskine Bowles,3268,DEM,45,47.018676402227825,Richard Burr,3267,REP,47,51.595843646549824,-2,-4.577167244321998 +4801,30548,1636,2004,NC,Sen-G,2004_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,617,Erskine Bowles,3268,DEM,47,47.018676402227825,Richard Burr,3267,REP,46,51.595843646549824,1,-4.577167244321998 +4668,30547,1636,2004,NC,Sen-G,2004_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,621,Erskine Bowles,3268,DEM,45,47.018676402227825,Richard Burr,3267,REP,47,51.595843646549824,-2,-4.577167244321998 +4599,26496,1636,2004,NC,Sen-G,2004_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,625,Erskine Bowles,3268,DEM,45,47.018676402227825,Richard Burr,3267,REP,45,51.595843646549824,0,-4.577167244321998 +25251,30491,1636,2004,NC,Sen-G,2004_Sen-G_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-20,2004-11-02,13,500,Erskine Bowles,3268,DEM,45,47.018676402227825,Richard Burr,3267,REP,49,51.595843646549824,-4,-4.577167244321998 +4590,26771,1636,2004,NC,Sen-G,2004_Sen-G_NC,The Tyson Group,334,FALSE,FALSE,Live Phone,REP,2004-10-19,2004-11-02,14,600,Erskine Bowles,3268,DEM,42,47.018676402227825,Richard Burr,3267,REP,43,51.595843646549824,-1,-4.577167244321998 +25137,30375,1636,2004,NC,Sen-G,2004_Sen-G_NC,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2004-10-20,2004-11-02,13,800,Erskine Bowles,3268,DEM,46,47.018676402227825,Richard Burr,3267,REP,44,51.595843646549824,2,-4.577167244321998 +4550,30546,1636,2004,NC,Sen-G,2004_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-23,2004-11-02,10,686,Erskine Bowles,3268,DEM,44,47.018676402227825,Richard Burr,3267,REP,50,51.595843646549824,-6,-4.577167244321998 +4456,26495,1636,2004,NC,Sen-G,2004_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,625,Erskine Bowles,3268,DEM,46.4,47.018676402227825,Richard Burr,3267,REP,46.1,51.595843646549824,0.29999999999999716,-4.577167244321998 +4326,30545,1636,2004,NC,Sen-G,2004_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,616,Erskine Bowles,3268,DEM,45,47.018676402227825,Richard Burr,3267,REP,50,51.595843646549824,-5,-4.577167244321998 +4592,26534,1637,2004,ND,Sen-G,2004_Sen-G_ND,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,Live Phone,NA,2004-10-18,2004-11-02,15,623,Byron L. Dorgan,3273,DEM,71,68.27992635888457,Mike Liffrig,3274,REP,20,31.72007364111543,51,36.55985271776913 +5064,30554,1638,2004,OH,Sen-G,2004_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-07,2004-11-02,56,698,Eric D. Fingerhut,3306,DEM,35,36.145134111451846,George V. Voinovich,3305,REP,53,63.84941049496086,-18,-27.70427638350901 +5025,30427,1638,2004,OH,Sen-G,2004_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-12,2004-11-02,51,625,Eric D. Fingerhut,3306,DEM,32,36.145134111451846,George V. Voinovich,3305,REP,58,63.84941049496086,-26,-27.70427638350901 +25345,30585,1638,2004,OH,Sen-G,2004_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2004-09-15,2004-11-02,48,456,Eric D. Fingerhut,3306,DEM,34,36.145134111451846,George V. Voinovich,3305,REP,64,63.84941049496086,-30,-27.70427638350901 +4881,30351,1638,2004,OH,Sen-G,2004_Sen-G_OH,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,800,Eric D. Fingerhut,3306,DEM,30,36.145134111451846,George V. Voinovich,3305,REP,58,63.84941049496086,-28,-27.70427638350901 +25082,30320,1638,2004,OH,Sen-G,2004_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,2859,Eric D. Fingerhut,3306,DEM,34,36.145134111451846,George V. Voinovich,3305,REP,56,63.84941049496086,-22,-27.70427638350901 +4802,30553,1638,2004,OH,Sen-G,2004_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,747,Eric D. Fingerhut,3306,DEM,34,36.145134111451846,George V. Voinovich,3305,REP,58,63.84941049496086,-24,-27.70427638350901 +4688,30307,1638,2004,OH,Sen-G,2004_Sen-G_OH,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,789,Eric D. Fingerhut,3306,DEM,35,36.145134111451846,George V. Voinovich,3305,REP,60,63.84941049496086,-25,-27.70427638350901 +25344,30584,1638,2004,OH,Sen-G,2004_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,678,Eric D. Fingerhut,3306,DEM,35,36.145134111451846,George V. Voinovich,3305,REP,62,63.84941049496086,-27,-27.70427638350901 +4617,30350,1638,2004,OH,Sen-G,2004_Sen-G_OH,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-17,2004-11-02,16,800,Eric D. Fingerhut,3306,DEM,28,36.145134111451846,George V. Voinovich,3305,REP,58,63.84941049496086,-30,-27.70427638350901 +4645,26738,1638,2004,OH,Sen-G,2004_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-17,2004-11-02,16,698,Eric D. Fingerhut,3306,DEM,34,36.145134111451846,George V. Voinovich,3305,REP,58,63.84941049496086,-24,-27.70427638350901 +4514,30552,1638,2004,OH,Sen-G,2004_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,818,Eric D. Fingerhut,3306,DEM,33,36.145134111451846,George V. Voinovich,3305,REP,59,63.84941049496086,-26,-27.70427638350901 +4476,26849,1638,2004,OH,Sen-G,2004_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,Eric D. Fingerhut,3306,DEM,27,36.145134111451846,George V. Voinovich,3305,REP,58,63.84941049496086,-31,-27.70427638350901 +25188,30426,1638,2004,OH,Sen-G,2004_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,1500,Eric D. Fingerhut,3306,DEM,26,36.145134111451846,George V. Voinovich,3305,REP,64,63.84941049496086,-38,-27.70427638350901 +4579,26360,1638,2004,OH,Sen-G,2004_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2004-10-24,2004-11-02,9,2880,Eric D. Fingerhut,3306,DEM,38,36.145134111451846,George V. Voinovich,3305,REP,62,63.84941049496086,-24,-27.70427638350901 +4331,26845,1638,2004,OH,Sen-G,2004_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,602,Eric D. Fingerhut,3306,DEM,33,36.145134111451846,George V. Voinovich,3305,REP,57,63.84941049496086,-24,-27.70427638350901 +4297,26397,1638,2004,OH,Sen-G,2004_Sen-G_OH,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,700,Eric D. Fingerhut,3306,DEM,30,36.145134111451846,George V. Voinovich,3305,REP,60,63.84941049496086,-30,-27.70427638350901 +4313,30551,1638,2004,OH,Sen-G,2004_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,813,Eric D. Fingerhut,3306,DEM,33,36.145134111451846,George V. Voinovich,3305,REP,61,63.84941049496086,-28,-27.70427638350901 +25343,30583,1638,2004,OH,Sen-G,2004_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,823,Eric D. Fingerhut,3306,DEM,35,36.145134111451846,George V. Voinovich,3305,REP,65,63.84941049496086,-30,-27.70427638350901 +5080,26807,1639,2004,OK,Sen-G,2004_Sen-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-09-03,2004-11-02,60,500,Brad R. Carson,3311,DEM,36,41.24488715454167,Tom Coburn,3310,REP,42,52.765325404362315,-6,-11.520438249820643 +5032,26347,1639,2004,OK,Sen-G,2004_Sen-G_OK,Basswood Research,24,FALSE,FALSE,NA,REP,2004-09-09,2004-11-02,54,500,Brad R. Carson,3311,DEM,44,41.24488715454167,Tom Coburn,3310,REP,44,52.765325404362315,0,-11.520438249820643 +5013,26806,1639,2004,OK,Sen-G,2004_Sen-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-09-11,2004-11-02,52,500,Brad R. Carson,3311,DEM,39,41.24488715454167,Tom Coburn,3310,REP,37,52.765325404362315,2,-11.520438249820643 +25270,30510,1639,2004,OK,Sen-G,2004_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2004-09-16,2004-11-02,47,500,Brad R. Carson,3311,DEM,42,41.24488715454167,Tom Coburn,3310,REP,35,52.765325404362315,7,-11.520438249820643 +4917,26805,1639,2004,OK,Sen-G,2004_Sen-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-09-18,2004-11-02,45,500,Brad R. Carson,3311,DEM,41,41.24488715454167,Tom Coburn,3310,REP,40,52.765325404362315,1,-11.520438249820643 +4900,30558,1639,2004,OK,Sen-G,2004_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,610,Brad R. Carson,3311,DEM,45,41.24488715454167,Tom Coburn,3310,REP,45,52.765325404362315,0,-11.520438249820643 +25139,30377,1639,2004,OK,Sen-G,2004_Sen-G_OK,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2004-09-21,2004-11-02,42,600,Brad R. Carson,3311,DEM,44,41.24488715454167,Tom Coburn,3310,REP,40,52.765325404362315,4,-11.520438249820643 +25269,30509,1639,2004,OK,Sen-G,2004_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2004-09-23,2004-11-02,40,500,Brad R. Carson,3311,DEM,39.8,41.24488715454167,Tom Coburn,3310,REP,37,52.765325404362315,2.799999999999997,-11.520438249820643 +4858,26804,1639,2004,OK,Sen-G,2004_Sen-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-09-25,2004-11-02,38,500,Brad R. Carson,3311,DEM,44,41.24488715454167,Tom Coburn,3310,REP,39,52.765325404362315,5,-11.520438249820643 +4831,26346,1639,2004,OK,Sen-G,2004_Sen-G_OK,Basswood Research,24,FALSE,FALSE,NA,REP,2004-09-27,2004-11-02,36,500,Brad R. Carson,3311,DEM,40,41.24488715454167,Tom Coburn,3310,REP,41,52.765325404362315,-1,-11.520438249820643 +73347,137492,1639,2004,OK,Sen-G,2004_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2004-09-29,2004-11-02,34,553,Brad R. Carson,3311,DEM,44,41.24488715454167,Tom Coburn,3310,REP,37.2,52.765325404362315,6.799999999999997,-11.520438249820643 +4804,26803,1639,2004,OK,Sen-G,2004_Sen-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-10-02,2004-11-02,31,500,Brad R. Carson,3311,DEM,43,41.24488715454167,Tom Coburn,3310,REP,41,52.765325404362315,2,-11.520438249820643 +4775,30557,1639,2004,OK,Sen-G,2004_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,609,Brad R. Carson,3311,DEM,44,41.24488715454167,Tom Coburn,3310,REP,46,52.765325404362315,-2,-11.520438249820643 +25268,30508,1639,2004,OK,Sen-G,2004_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2004-10-07,2004-11-02,26,500,Brad R. Carson,3311,DEM,39,41.24488715454167,Tom Coburn,3310,REP,40,52.765325404362315,-1,-11.520438249820643 +4737,26802,1639,2004,OK,Sen-G,2004_Sen-G_OK,WPA Intelligence,383,FALSE,FALSE,NA,NA,2004-10-09,2004-11-02,24,500,Brad R. Carson,3311,DEM,40,41.24488715454167,Tom Coburn,3310,REP,38,52.765325404362315,2,-11.520438249820643 +25080,30318,1639,2004,OK,Sen-G,2004_Sen-G_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,NA,NA,2004-10-10,2004-11-02,23,500,Brad R. Carson,3311,DEM,41,41.24488715454167,Tom Coburn,3310,REP,46,52.765325404362315,-5,-11.520438249820643 +25267,30507,1639,2004,OK,Sen-G,2004_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2004-10-14,2004-11-02,19,500,Brad R. Carson,3311,DEM,43.3,41.24488715454167,Tom Coburn,3310,REP,40.6,52.765325404362315,2.6999999999999957,-11.520438249820643 +4657,26801,1639,2004,OK,Sen-G,2004_Sen-G_OK,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2004-10-16,2004-11-02,17,500,Brad R. Carson,3311,DEM,39,41.24488715454167,Tom Coburn,3310,REP,42,52.765325404362315,-3,-11.520438249820643 +25085,30323,1639,2004,OK,Sen-G,2004_Sen-G_OK,Consumer Logic,59,FALSE,TRUE,Live Phone,NA,2004-10-16,2004-11-02,17,753,Brad R. Carson,3311,DEM,47,41.24488715454167,Tom Coburn,3310,REP,40,52.765325404362315,7,-11.520438249820643 +25253,30493,1639,2004,OK,Sen-G,2004_Sen-G_OK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-20,2004-11-02,13,500,Brad R. Carson,3311,DEM,43,41.24488715454167,Tom Coburn,3310,REP,48,52.765325404362315,-5,-11.520438249820643 +4613,30556,1639,2004,OK,Sen-G,2004_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-19,2004-11-02,14,625,Brad R. Carson,3311,DEM,41,41.24488715454167,Tom Coburn,3310,REP,47,52.765325404362315,-6,-11.520438249820643 +25138,30376,1639,2004,OK,Sen-G,2004_Sen-G_OK,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2004-10-19,2004-11-02,14,600,Brad R. Carson,3311,DEM,45,41.24488715454167,Tom Coburn,3310,REP,44,52.765325404362315,1,-11.520438249820643 +25266,30506,1639,2004,OK,Sen-G,2004_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2004-10-20,2004-11-02,13,500,Brad R. Carson,3311,DEM,36.8,41.24488715454167,Tom Coburn,3310,REP,38,52.765325404362315,-1.2000000000000028,-11.520438249820643 +4518,26800,1639,2004,OK,Sen-G,2004_Sen-G_OK,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,500,Brad R. Carson,3311,DEM,38,41.24488715454167,Tom Coburn,3310,REP,41,52.765325404362315,-3,-11.520438249820643 +4435,26357,1639,2004,OK,Sen-G,2004_Sen-G_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,500,Brad R. Carson,3311,DEM,38,41.24488715454167,Tom Coburn,3310,REP,43,52.765325404362315,-5,-11.520438249820643 +4359,30555,1639,2004,OK,Sen-G,2004_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,656,Brad R. Carson,3311,DEM,39,41.24488715454167,Tom Coburn,3310,REP,47,52.765325404362315,-8,-11.520438249820643 +5057,30564,1641,2004,PA,Sen-G,2004_Sen-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,861,Joe Hoeffel,3331,DEM,33,41.987442223163626,Arlen Specter,3330,REP,51,52.61782247322186,-18,-10.63038025005823 +25071,30308,1641,2004,PA,Sen-G,2004_Sen-G_PA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-09-11,2004-11-02,52,690,Joe Hoeffel,3331,DEM,38,41.987442223163626,Arlen Specter,3330,REP,55,52.61782247322186,-17,-10.63038025005823 +5002,26594,1641,2004,PA,Sen-G,2004_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-13,2004-11-02,50,792,Joe Hoeffel,3331,DEM,38,41.987442223163626,Arlen Specter,3330,REP,54,52.61782247322186,-16,-10.63038025005823 +5040,26405,1641,2004,PA,Sen-G,2004_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2004-09-12,2004-11-02,51,491,Joe Hoeffel,3331,DEM,25,41.987442223163626,Arlen Specter,3330,REP,51,52.61782247322186,-26,-10.63038025005823 +4882,136877,1641,2004,PA,Sen-G,2004_Sen-G_PA,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2004-09-21,2004-11-02,42,800,Joe Hoeffel,3331,DEM,30,41.987442223163626,Arlen Specter,3330,REP,52,52.61782247322186,-22,-10.63038025005823 +4938,26773,1641,2004,PA,Sen-G,2004_Sen-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,NA,NA,2004-09-20,2004-11-02,43,1133,Joe Hoeffel,3331,DEM,35,41.987442223163626,Arlen Specter,3330,REP,50,52.61782247322186,-15,-10.63038025005823 +4873,30477,1641,2004,PA,Sen-G,2004_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-09-24,2004-11-02,39,726,Joe Hoeffel,3331,DEM,37,41.987442223163626,Arlen Specter,3330,REP,56,52.61782247322186,-19,-10.63038025005823 +4832,137086,1641,2004,PA,Sen-G,2004_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-27,2004-11-02,36,625,Joe Hoeffel,3331,DEM,31,41.987442223163626,Arlen Specter,3330,REP,53,52.61782247322186,-22,-10.63038025005823 +25358,30598,1641,2004,PA,Sen-G,2004_Sen-G_PA,West Chester University,377,FALSE,TRUE,NA,NA,2004-10-03,2004-11-02,30,600,Joe Hoeffel,3331,DEM,30,41.987442223163626,Arlen Specter,3330,REP,49,52.61782247322186,-19,-10.63038025005823 +25116,30353,1641,2004,PA,Sen-G,2004_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2004-10-02,2004-11-02,31,678,Joe Hoeffel,3331,DEM,35,41.987442223163626,Arlen Specter,3330,REP,44,52.61782247322186,-9,-10.63038025005823 +4787,30563,1641,2004,PA,Sen-G,2004_Sen-G_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,767,Joe Hoeffel,3331,DEM,35,41.987442223163626,Arlen Specter,3330,REP,54,52.61782247322186,-19,-10.63038025005823 +4721,30475,1641,2004,PA,Sen-G,2004_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2004-10-10,2004-11-02,23,1343,Joe Hoeffel,3331,DEM,36,41.987442223163626,Arlen Specter,3330,REP,55,52.61782247322186,-19,-10.63038025005823 +4666,30562,1641,2004,PA,Sen-G,2004_Sen-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,608,Joe Hoeffel,3331,DEM,41,41.987442223163626,Arlen Specter,3330,REP,48,52.61782247322186,-7,-10.63038025005823 +4634,30471,1641,2004,PA,Sen-G,2004_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,841,Joe Hoeffel,3331,DEM,36,41.987442223163626,Arlen Specter,3330,REP,51,52.61782247322186,-15,-10.63038025005823 +25191,30429,1641,2004,PA,Sen-G,2004_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,800,Joe Hoeffel,3331,DEM,32,41.987442223163626,Arlen Specter,3330,REP,50,52.61782247322186,-18,-10.63038025005823 +4621,137159,1641,2004,PA,Sen-G,2004_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,787,Joe Hoeffel,3331,DEM,31,41.987442223163626,Arlen Specter,3330,REP,53,52.61782247322186,-22,-10.63038025005823 +4587,26401,1641,2004,PA,Sen-G,2004_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2004-10-21,2004-11-02,12,376,Joe Hoeffel,3331,DEM,31,41.987442223163626,Arlen Specter,3330,REP,52,52.61782247322186,-21,-10.63038025005823 +4515,26748,1641,2004,PA,Sen-G,2004_Sen-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,803,Joe Hoeffel,3331,DEM,38,41.987442223163626,Arlen Specter,3330,REP,51,52.61782247322186,-13,-10.63038025005823 +4517,26582,1641,2004,PA,Sen-G,2004_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,909,Joe Hoeffel,3331,DEM,33,41.987442223163626,Arlen Specter,3330,REP,55,52.61782247322186,-22,-10.63038025005823 +4486,26857,1641,2004,PA,Sen-G,2004_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,600,Joe Hoeffel,3331,DEM,29,41.987442223163626,Arlen Specter,3330,REP,55,52.61782247322186,-26,-10.63038025005823 +4484,26796,1641,2004,PA,Sen-G,2004_Sen-G_PA,West Chester University,377,FALSE,TRUE,Live Phone,NA,2004-10-26,2004-11-02,7,684,Joe Hoeffel,3331,DEM,34,41.987442223163626,Arlen Specter,3330,REP,53,52.61782247322186,-19,-10.63038025005823 +4536,26772,1641,2004,PA,Sen-G,2004_Sen-G_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,1488,Joe Hoeffel,3331,DEM,29,41.987442223163626,Arlen Specter,3330,REP,51,52.61782247322186,-22,-10.63038025005823 +4341,26853,1641,2004,PA,Sen-G,2004_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,600,Joe Hoeffel,3331,DEM,32,41.987442223163626,Arlen Specter,3330,REP,53,52.61782247322186,-21,-10.63038025005823 +4327,30561,1641,2004,PA,Sen-G,2004_Sen-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,758,Joe Hoeffel,3331,DEM,35,41.987442223163626,Arlen Specter,3330,REP,54,52.61782247322186,-19,-10.63038025005823 +4370,26581,1641,2004,PA,Sen-G,2004_Sen-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-10-29,2004-11-02,4,1022,Joe Hoeffel,3331,DEM,33,41.987442223163626,Arlen Specter,3330,REP,53,52.61782247322186,-20,-10.63038025005823 +4293,30560,1641,2004,PA,Sen-G,2004_Sen-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-31,2004-11-02,2,650,Joe Hoeffel,3331,DEM,35,41.987442223163626,Arlen Specter,3330,REP,53,52.61782247322186,-18,-10.63038025005823 +5048,30380,1642,2004,SC,Sen-G,2004_Sen-G_SC,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2004-09-08,2004-11-02,55,500,Inez Tenenbaum,3336,DEM,41,44.10059722480483,Jim DeMint,3335,REP,44,53.66614889235741,-3,-9.565551667552583 +5055,26561,1642,2004,SC,Sen-G,2004_Sen-G_SC,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-09-08,2004-11-02,55,600,Inez Tenenbaum,3336,DEM,37,44.10059722480483,Jim DeMint,3335,REP,50,53.66614889235741,-13,-9.565551667552583 +4907,30567,1642,2004,SC,Sen-G,2004_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,676,Inez Tenenbaum,3336,DEM,39,44.10059722480483,Jim DeMint,3335,REP,51,53.66614889235741,-12,-9.565551667552583 +4849,26349,1642,2004,SC,Sen-G,2004_Sen-G_SC,Basswood Research,24,FALSE,FALSE,NA,REP,2004-09-25,2004-11-02,38,500,Inez Tenenbaum,3336,DEM,32,44.10059722480483,Jim DeMint,3335,REP,45,53.66614889235741,-13,-9.565551667552583 +4833,26510,1642,2004,SC,Sen-G,2004_Sen-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-28,2004-11-02,35,625,Inez Tenenbaum,3336,DEM,38,44.10059722480483,Jim DeMint,3335,REP,50,53.66614889235741,-12,-9.565551667552583 +25141,30379,1642,2004,SC,Sen-G,2004_Sen-G_SC,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2004-09-28,2004-11-02,35,500,Inez Tenenbaum,3336,DEM,46,44.10059722480483,Jim DeMint,3335,REP,43,53.66614889235741,3,-9.565551667552583 +25198,30436,1642,2004,SC,Sen-G,2004_Sen-G_SC,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2004-09-29,2004-11-02,34,400,Inez Tenenbaum,3336,DEM,36,44.10059722480483,Jim DeMint,3335,REP,46,53.66614889235741,-10,-9.565551667552583 +25254,30494,1642,2004,SC,Sen-G,2004_Sen-G_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-06,2004-11-02,27,500,Inez Tenenbaum,3336,DEM,43,44.10059722480483,Jim DeMint,3335,REP,49,53.66614889235741,-6,-9.565551667552583 +4720,30566,1642,2004,SC,Sen-G,2004_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-11,2004-11-02,22,557,Inez Tenenbaum,3336,DEM,43,44.10059722480483,Jim DeMint,3335,REP,46,53.66614889235741,-3,-9.565551667552583 +4583,26509,1642,2004,SC,Sen-G,2004_Sen-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,625,Inez Tenenbaum,3336,DEM,43,44.10059722480483,Jim DeMint,3335,REP,47,53.66614889235741,-4,-9.565551667552583 +4543,30565,1642,2004,SC,Sen-G,2004_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-23,2004-11-02,10,559,Inez Tenenbaum,3336,DEM,39,44.10059722480483,Jim DeMint,3335,REP,52,53.66614889235741,-13,-9.565551667552583 +25196,30434,1642,2004,SC,Sen-G,2004_Sen-G_SC,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2004-10-27,2004-11-02,6,400,Inez Tenenbaum,3336,DEM,40,44.10059722480483,Jim DeMint,3335,REP,48,53.66614889235741,-8,-9.565551667552583 +5041,137383,1643,2004,SD,Sen-G,2004_Sen-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-08,2004-11-02,55,678,Tom Daschle,3349,DEM,47,49.42380645623077,John R. Thune,3348,REP,50,50.57619354376923,-3,-1.1523870875384574 +4824,30430,1643,2004,SD,Sen-G,2004_Sen-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-09-21,2004-11-02,42,800,Tom Daschle,3349,DEM,50,49.42380645623077,John R. Thune,3348,REP,45,50.57619354376923,5,-1.1523870875384574 +73289,137382,1643,2004,SD,Sen-G,2004_Sen-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-27,2004-11-02,36,678,Tom Daschle,3349,DEM,46,49.42380645623077,John R. Thune,3348,REP,50,50.57619354376923,-4,-1.1523870875384574 +25379,30619,1643,2004,SD,Sen-G,2004_Sen-G_SD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-09-26,2004-11-02,37,500,Tom Daschle,3349,DEM,48,49.42380645623077,John R. Thune,3348,REP,46,50.57619354376923,2,-1.1523870875384574 +4705,117240,1643,2004,SD,Sen-G,2004_Sen-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-12,2004-11-02,21,500,Tom Daschle,3349,DEM,49,49.42380645623077,John R. Thune,3348,REP,49,50.57619354376923,0,-1.1523870875384574 +4581,26511,1643,2004,SD,Sen-G,2004_Sen-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,800,Tom Daschle,3349,DEM,49,49.42380645623077,John R. Thune,3348,REP,47,50.57619354376923,2,-1.1523870875384574 +4554,26524,1643,2004,SD,Sen-G,2004_Sen-G_SD,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2004-10-23,2004-11-02,10,400,Tom Daschle,3349,DEM,45,49.42380645623077,John R. Thune,3348,REP,49,50.57619354376923,-4,-1.1523870875384574 +63717,117282,1643,2004,SD,Sen-G,2004_Sen-G_SD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-25,2004-11-02,8,500,Tom Daschle,3349,DEM,46,49.42380645623077,John R. Thune,3348,REP,49,50.57619354376923,-3,-1.1523870875384574 +25148,30386,1643,2004,SD,Sen-G,2004_Sen-G_SD,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-25,2004-11-02,8,640,Tom Daschle,3349,DEM,50,49.42380645623077,John R. Thune,3348,REP,48,50.57619354376923,2,-1.1523870875384574 +25378,30618,1643,2004,SD,Sen-G,2004_Sen-G_SD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,800,Tom Daschle,3349,DEM,46,49.42380645623077,John R. Thune,3348,REP,48,50.57619354376923,-2,-1.1523870875384574 +25089,30327,1644,2004,UT,Sen-G,2004_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,915,R. Paul Van Dam,3351,DEM,23,28.4027218703865,Robert F. Bennett,3350,REP,60,68.73117581378617,-37,-40.328453943399666 +4863,26794,1644,2004,UT,Sen-G,2004_Sen-G_UT,Valley Research,368,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,1200,R. Paul Van Dam,3351,DEM,19,28.4027218703865,Robert F. Bennett,3350,REP,62,68.73117581378617,-43,-40.328453943399666 +25088,30326,1644,2004,UT,Sen-G,2004_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-10-01,2004-11-02,32,929,R. Paul Van Dam,3351,DEM,23,28.4027218703865,Robert F. Bennett,3350,REP,62,68.73117581378617,-39,-40.328453943399666 +25357,30597,1644,2004,UT,Sen-G,2004_Sen-G_UT,Valley Research,368,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,1200,R. Paul Van Dam,3351,DEM,23,28.4027218703865,Robert F. Bennett,3350,REP,61,68.73117581378617,-38,-40.328453943399666 +55068,120120,1644,2004,UT,Sen-G,2004_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,1228,R. Paul Van Dam,3351,DEM,22,28.4027218703865,Robert F. Bennett,3350,REP,65,68.73117581378617,-43,-40.328453943399666 +25205,30443,1646,2004,WA,Sen-G,2004_Sen-G_WA,Mellman Group,205,FALSE,FALSE,NA,NA,2004-09-10,2004-11-02,53,600,Patty Murray,3364,DEM,53,54.980485345649384,George R. Nethercutt,3366,REP,37,42.73618833974125,16,12.244297005908138 +25099,30337,1646,2004,WA,Sen-G,2004_Sen-G_WA,FM3 Research,91,FALSE,FALSE,NA,DEM,2004-09-09,2004-11-02,54,1000,Patty Murray,3364,DEM,53,54.980485345649384,George R. Nethercutt,3366,REP,40,42.73618833974125,13,12.244297005908138 +25094,30332,1646,2004,WA,Sen-G,2004_Sen-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2004-09-18,2004-11-02,45,405,Patty Murray,3364,DEM,57,54.980485345649384,George R. Nethercutt,3366,REP,37,42.73618833974125,20,12.244297005908138 +4908,30571,1646,2004,WA,Sen-G,2004_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,624,Patty Murray,3364,DEM,53,54.980485345649384,George R. Nethercutt,3366,REP,41,42.73618833974125,12,12.244297005908138 +25098,30336,1646,2004,WA,Sen-G,2004_Sen-G_WA,FM3 Research,91,FALSE,FALSE,NA,DEM,2004-09-28,2004-11-02,35,1000,Patty Murray,3364,DEM,53,54.980485345649384,George R. Nethercutt,3366,REP,38,42.73618833974125,15,12.244297005908138 +4803,30570,1646,2004,WA,Sen-G,2004_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,636,Patty Murray,3364,DEM,57,54.980485345649384,George R. Nethercutt,3366,REP,38,42.73618833974125,19,12.244297005908138 +4685,26374,1646,2004,WA,Sen-G,2004_Sen-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2004-10-15,2004-11-02,18,405,Patty Murray,3364,DEM,54,54.980485345649384,George R. Nethercutt,3366,REP,37,42.73618833974125,17,12.244297005908138 +4669,30569,1646,2004,WA,Sen-G,2004_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,640,Patty Murray,3364,DEM,56,54.980485345649384,George R. Nethercutt,3366,REP,38,42.73618833974125,18,12.244297005908138 +4506,26757,1646,2004,WA,Sen-G,2004_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-24,2004-11-02,9,618,Patty Murray,3364,DEM,55,54.980485345649384,George R. Nethercutt,3366,REP,41,42.73618833974125,14,12.244297005908138 +4447,26517,1646,2004,WA,Sen-G,2004_Sen-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,800,Patty Murray,3364,DEM,53,54.980485345649384,George R. Nethercutt,3366,REP,39,42.73618833974125,14,12.244297005908138 +4328,26756,1646,2004,WA,Sen-G,2004_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-30,2004-11-02,3,622,Patty Murray,3364,DEM,51,54.980485345649384,George R. Nethercutt,3366,REP,45,42.73618833974125,6,12.244297005908138 +25072,30310,1647,2004,WI,Sen-G,2004_Sen-G_WI,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,690,Russ Feingold,3375,DEM,51,55.35048307598323,Tim Michels,3376,REP,45,44.1117412601708,6,11.238741815812425 +25356,26790,1647,2004,WI,Sen-G,2004_Sen-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,NA,NA,2004-09-18,2004-11-02,45,468,Russ Feingold,3375,DEM,53,55.35048307598323,Tim Michels,3376,REP,39,44.1117412601708,14,11.238741815812425 +25151,30389,1647,2004,WI,Sen-G,2004_Sen-G_WI,Harris Insights & Analytics,133,FALSE,FALSE,NA,NA,2004-09-24,2004-11-02,39,562,Russ Feingold,3375,DEM,52,55.35048307598323,Tim Michels,3376,REP,39,44.1117412601708,13,11.238741815812425 +4740,26485,1647,2004,WI,Sen-G,2004_Sen-G_WI,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2004-10-10,2004-11-02,23,500,Russ Feingold,3375,DEM,57,55.35048307598323,Tim Michels,3376,REP,33,44.1117412601708,24,11.238741815812425 +4776,26657,1647,2004,WI,Sen-G,2004_Sen-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,NA,NA,2004-10-08,2004-11-02,25,401,Russ Feingold,3375,DEM,59,55.35048307598323,Tim Michels,3376,REP,35,44.1117412601708,24,11.238741815812425 +25255,30495,1647,2004,WI,Sen-G,2004_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-14,2004-11-02,19,500,Russ Feingold,3375,DEM,53,55.35048307598323,Tim Michels,3376,REP,43,44.1117412601708,10,11.238741815812425 +4489,30625,1647,2004,WI,Sen-G,2004_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,601,Russ Feingold,3375,DEM,59,55.35048307598323,Tim Michels,3376,REP,36,44.1117412601708,23,11.238741815812425 +4507,26789,1647,2004,WI,Sen-G,2004_Sen-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,Live Phone,NA,2004-10-25,2004-11-02,8,545,Russ Feingold,3375,DEM,51,55.35048307598323,Tim Michels,3376,REP,36,44.1117412601708,15,11.238741815812425 +25337,30577,1647,2004,WI,Sen-G,2004_Sen-G_WI,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2004-10-26,2004-11-02,7,500,Russ Feingold,3375,DEM,48,55.35048307598323,Tim Michels,3376,REP,43,44.1117412601708,5,11.238741815812425 +4342,26866,1647,2004,WI,Sen-G,2004_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,601,Russ Feingold,3375,DEM,59,55.35048307598323,Tim Michels,3376,REP,36,44.1117412601708,23,11.238741815812425 +25114,30352,1647,2004,WI,Sen-G,2004_Sen-G_WI,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2004-10-30,2004-11-02,3,700,Russ Feingold,3375,DEM,56,55.35048307598323,Tim Michels,3376,REP,42,44.1117412601708,14,11.238741815812425 +25508,30748,1648,2002,AL,Sen-G,2002_Sen-G_AL,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2002-09-09,2002-11-05,57,500,Susan Parker,3392,DEM,38,39.82770433318576,Jeff Sessions,3391,REP,46,58.57705301388077,-8,-18.749348680695014 +25644,30884,1648,2002,AL,Sen-G,2002_Sen-G_AL,University of Alabama at Birmingham,344,FALSE,TRUE,NA,NA,2002-09-11,2002-11-05,55,600,Susan Parker,3392,DEM,27,39.82770433318576,Jeff Sessions,3391,REP,55,58.57705301388077,-28,-18.749348680695014 +73448,137763,1648,2002,AL,Sen-G,2002_Sen-G_AL,University of South Alabama Polling Group,361,FALSE,FALSE,Live Phone,NA,2002-10-23,2002-11-05,13,926,Susan Parker,3392,DEM,30,39.82770433318576,Jeff Sessions,3391,REP,60,58.57705301388077,-30,-18.749348680695014 +54543,30883,1648,2002,AL,Sen-G,2002_Sen-G_AL,University of Alabama at Birmingham,344,FALSE,TRUE,Live Phone,NA,2002-10-30,2002-11-05,6,600,Susan Parker,3392,DEM,26,39.82770433318576,Jeff Sessions,3391,REP,61,58.57705301388077,-35,-18.749348680695014 +25663,30903,1650,2002,AR,Sen-G,2002_Sen-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-19,2002-11-05,47,507,Mark L. Pryor,3396,DEM,45,53.895620186514215,Tim Hutchinson,3397,REP,43,46.10437981348578,2,7.791240373028437 +25561,30801,1650,2002,AR,Sen-G,2002_Sen-G_AR,Opinion Research Associates,242,FALSE,TRUE,NA,NA,2002-09-18,2002-11-05,48,504,Mark L. Pryor,3396,DEM,50,53.895620186514215,Tim Hutchinson,3397,REP,40,46.10437981348578,10,7.791240373028437 +25662,30902,1650,2002,AR,Sen-G,2002_Sen-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,678,Mark L. Pryor,3396,DEM,45.4,53.895620186514215,Tim Hutchinson,3397,REP,45.2,46.10437981348578,0.19999999999999574,7.791240373028437 +25560,30800,1650,2002,AR,Sen-G,2002_Sen-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2002-10-18,2002-11-05,18,501,Mark L. Pryor,3396,DEM,48,53.895620186514215,Tim Hutchinson,3397,REP,43,46.10437981348578,5,7.791240373028437 +25559,30799,1650,2002,AR,Sen-G,2002_Sen-G_AR,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2002-10-25,2002-11-05,11,500,Mark L. Pryor,3396,DEM,51,53.895620186514215,Tim Hutchinson,3397,REP,43,46.10437981348578,8,7.791240373028437 +25469,30709,1650,2002,AR,Sen-G,2002_Sen-G_AR,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,616,Mark L. Pryor,3396,DEM,51,53.895620186514215,Tim Hutchinson,3397,REP,43,46.10437981348578,8,7.791240373028437 +25661,30901,1650,2002,AR,Sen-G,2002_Sen-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,678,Mark L. Pryor,3396,DEM,53,53.895620186514215,Tim Hutchinson,3397,REP,42,46.10437981348578,11,7.791240373028437 +25660,30900,1650,2002,AR,Sen-G,2002_Sen-G_AR,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,507,Mark L. Pryor,3396,DEM,53,53.895620186514215,Tim Hutchinson,3397,REP,41,46.10437981348578,12,7.791240373028437 +25474,30714,1651,2002,CO,Sen-G,2002_Sen-G_CO,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2002-09-07,2002-11-05,59,602,Tom Strickland,3400,DEM,36,45.76924217665361,Wayne A. Allard,3399,REP,38,50.69572242285404,-2,-4.926480246200427 +25668,30908,1651,2002,CO,Sen-G,2002_Sen-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-17,2002-11-05,49,500,Tom Strickland,3400,DEM,42,45.76924217665361,Wayne A. Allard,3399,REP,42,50.69572242285404,0,-4.926480246200427 +73396,137561,1651,2002,CO,Sen-G,2002_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-08,2002-11-05,28,678,Tom Strickland,3400,DEM,43,45.76924217665361,Wayne A. Allard,3399,REP,52,50.69572242285404,-9,-4.926480246200427 +25631,30871,1651,2002,CO,Sen-G,2002_Sen-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,NA,NA,2002-10-06,2002-11-05,30,678,Tom Strickland,3400,DEM,35,45.76924217665361,Wayne A. Allard,3399,REP,39,50.69572242285404,-4,-4.926480246200427 +25667,30907,1651,2002,CO,Sen-G,2002_Sen-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,500,Tom Strickland,3400,DEM,41,45.76924217665361,Wayne A. Allard,3399,REP,40,50.69572242285404,1,-4.926480246200427 +25435,30675,1651,2002,CO,Sen-G,2002_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,2002-10-11,2002-11-05,25,500,Tom Strickland,3400,DEM,38,45.76924217665361,Wayne A. Allard,3399,REP,41,50.69572242285404,-3,-4.926480246200427 +63768,117421,1651,2002,CO,Sen-G,2002_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-22,2002-11-05,14,739,Tom Strickland,3400,DEM,46,45.76924217665361,Wayne A. Allard,3399,REP,48,50.69572242285404,-2,-4.926480246200427 +25431,30671,1651,2002,CO,Sen-G,2002_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2002-10-23,2002-11-05,13,400,Tom Strickland,3400,DEM,36,45.76924217665361,Wayne A. Allard,3399,REP,44,50.69572242285404,-8,-4.926480246200427 +25630,30870,1651,2002,CO,Sen-G,2002_Sen-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,Live Phone,NA,2002-10-23,2002-11-05,13,500,Tom Strickland,3400,DEM,39,45.76924217665361,Wayne A. Allard,3399,REP,38,50.69572242285404,1,-4.926480246200427 +25627,30867,1651,2002,CO,Sen-G,2002_Sen-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,500,Tom Strickland,3400,DEM,41,45.76924217665361,Wayne A. Allard,3399,REP,41,50.69572242285404,0,-4.926480246200427 +25427,30667,1651,2002,CO,Sen-G,2002_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2002-10-27,2002-11-05,9,400,Tom Strickland,3400,DEM,39,45.76924217665361,Wayne A. Allard,3399,REP,41,50.69572242285404,-2,-4.926480246200427 +25623,30863,1651,2002,CO,Sen-G,2002_Sen-G_CO,"Drake Research & Strategy, Inc.",329,FALSE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,500,Tom Strickland,3400,DEM,42,45.76924217665361,Wayne A. Allard,3399,REP,38,50.69572242285404,4,-4.926480246200427 +72924,136806,1651,2002,CO,Sen-G,2002_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,678,Tom Strickland,3400,DEM,42,45.76924217665361,Wayne A. Allard,3399,REP,38,50.69572242285404,4,-4.926480246200427 +25426,30666,1651,2002,CO,Sen-G,2002_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,400,Tom Strickland,3400,DEM,42,45.76924217665361,Wayne A. Allard,3399,REP,41,50.69572242285404,1,-4.926480246200427 +25666,30906,1651,2002,CO,Sen-G,2002_Sen-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,678,Tom Strickland,3400,DEM,50,45.76924217665361,Wayne A. Allard,3399,REP,43,50.69572242285404,7,-4.926480246200427 +63677,117193,1651,2002,CO,Sen-G,2002_Sen-G_CO,Hill Research Consultants,140,FALSE,FALSE,Live Phone,REP,2002-11-01,2002-11-05,4,400,Tom Strickland,3400,DEM,44,45.76924217665361,Wayne A. Allard,3399,REP,50,50.69572242285404,-6,-4.926480246200427 +63770,117423,1651,2002,CO,Sen-G,2002_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-01,2002-11-05,4,739,Tom Strickland,3400,DEM,46,45.76924217665361,Wayne A. Allard,3399,REP,50,50.69572242285404,-4,-4.926480246200427 +25470,30710,1651,2002,CO,Sen-G,2002_Sen-G_CO,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,619,Tom Strickland,3400,DEM,45,45.76924217665361,Wayne A. Allard,3399,REP,47,50.69572242285404,-2,-4.926480246200427 +63815,117503,1651,2002,CO,Sen-G,2002_Sen-G_CO,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2002-11-03,2002-11-05,2,400,Tom Strickland,3400,DEM,44,45.76924217665361,Wayne A. Allard,3399,REP,50,50.69572242285404,-6,-4.926480246200427 +25665,30905,1651,2002,CO,Sen-G,2002_Sen-G_CO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,507,Tom Strickland,3400,DEM,49,45.76924217665361,Wayne A. Allard,3399,REP,44,50.69572242285404,5,-4.926480246200427 +25563,30803,1653,2002,GA,Sen-G,2002_Sen-G_GA,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-09-30,2002-11-05,36,1000,Max Cleland,3411,DEM,45,45.89585371952408,Saxby Chambliss,3410,REP,41,52.73429270664952,4,-6.838438987125443 +25413,137143,1653,2002,GA,Sen-G,2002_Sen-G_GA,Marketing Workshop,194,FALSE,TRUE,NA,NA,2002-09-28,2002-11-05,38,800,Max Cleland,3411,DEM,51,45.89585371952408,Saxby Chambliss,3410,REP,42,52.73429270664952,9,-6.838438987125443 +73212,137226,1653,2002,GA,Sen-G,2002_Sen-G_GA,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-10-03,2002-11-05,33,678,Max Cleland,3411,DEM,43,45.89585371952408,Saxby Chambliss,3410,REP,41,52.73429270664952,2,-6.838438987125443 +25495,30735,1653,2002,GA,Sen-G,2002_Sen-G_GA,EMC Research,130,FALSE,FALSE,NA,DEM,2002-10-10,2002-11-05,26,800,Max Cleland,3411,DEM,52,45.89585371952408,Saxby Chambliss,3410,REP,40,52.73429270664952,12,-6.838438987125443 +25519,30759,1653,2002,GA,Sen-G,2002_Sen-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-16,2002-11-05,20,625,Max Cleland,3411,DEM,47,45.89585371952408,Saxby Chambliss,3410,REP,41,52.73429270664952,6,-6.838438987125443 +25412,30652,1653,2002,GA,Sen-G,2002_Sen-G_GA,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,2002-10-27,2002-11-05,9,800,Max Cleland,3411,DEM,49,45.89585371952408,Saxby Chambliss,3410,REP,44,52.73429270664952,5,-6.838438987125443 +25670,30910,1653,2002,GA,Sen-G,2002_Sen-G_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,600,Max Cleland,3411,DEM,43,45.89585371952408,Saxby Chambliss,3410,REP,44,52.73429270664952,-1,-6.838438987125443 +25669,30909,1653,2002,GA,Sen-G,2002_Sen-G_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,600,Max Cleland,3411,DEM,46,45.89585371952408,Saxby Chambliss,3410,REP,44,52.73429270664952,2,-6.838438987125443 +25492,30732,1654,2002,ID,Sen-G,2002_Sen-G_ID,Greg Smith & Associates,128,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,400,Alan Blinken,3421,DEM,30,32.54851374637738,Larry E. Craig,3420,REP,61,65.16189198715439,-31,-32.61337824077701 +25522,30762,1655,2002,IL,Sen-G,2002_Sen-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-16,2002-11-05,50,621,Richard J. Durbin,3425,DEM,57,60.334267222774926,Jim Durkin,3426,REP,28,38.02006452240144,29,22.314202700373485 +25673,30913,1655,2002,IL,Sen-G,2002_Sen-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-18,2002-11-05,48,800,Richard J. Durbin,3425,DEM,54,60.334267222774926,Jim Durkin,3426,REP,29,38.02006452240144,25,22.314202700373485 +25516,30756,1655,2002,IL,Sen-G,2002_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2002-09-29,2002-11-05,37,701,Richard J. Durbin,3425,DEM,51,60.334267222774926,Jim Durkin,3426,REP,26,38.02006452240144,25,22.314202700373485 +25672,30912,1655,2002,IL,Sen-G,2002_Sen-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-08,2002-11-05,28,678,Richard J. Durbin,3425,DEM,57,60.334267222774926,Jim Durkin,3426,REP,27,38.02006452240144,30,22.314202700373485 +25503,30743,1655,2002,IL,Sen-G,2002_Sen-G_IL,Illinois Wesleyan University Department of Political Science,147,FALSE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,497,Richard J. Durbin,3425,DEM,51,60.334267222774926,Jim Durkin,3426,REP,33,38.02006452240144,18,22.314202700373485 +25521,30761,1655,2002,IL,Sen-G,2002_Sen-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,625,Richard J. Durbin,3425,DEM,56,60.334267222774926,Jim Durkin,3426,REP,32,38.02006452240144,24,22.314202700373485 +54694,137562,1655,2002,IL,Sen-G,2002_Sen-G_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-22,2002-11-05,14,528,Richard J. Durbin,3425,DEM,56,60.334267222774926,Jim Durkin,3426,REP,36,38.02006452240144,20,22.314202700373485 +25597,30837,1655,2002,IL,Sen-G,2002_Sen-G_IL,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2002-10-20,2002-11-05,16,800,Richard J. Durbin,3425,DEM,54,60.334267222774926,Jim Durkin,3426,REP,33,38.02006452240144,21,22.314202700373485 +25515,30755,1655,2002,IL,Sen-G,2002_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,701,Richard J. Durbin,3425,DEM,47,60.334267222774926,Jim Durkin,3426,REP,27,38.02006452240144,20,22.314202700373485 +54700,117383,1655,2002,IL,Sen-G,2002_Sen-G_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-29,2002-11-05,7,528,Richard J. Durbin,3425,DEM,56,60.334267222774926,Jim Durkin,3426,REP,37,38.02006452240144,19,22.314202700373485 +25671,30911,1655,2002,IL,Sen-G,2002_Sen-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,802,Richard J. Durbin,3425,DEM,55,60.334267222774926,Jim Durkin,3426,REP,31,38.02006452240144,24,22.314202700373485 +73213,137227,1656,2002,IA,Sen-G,2002_Sen-G_IA,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-09-18,2002-11-05,48,400,Tom Harkin,3415,DEM,45,54.17765070986975,Greg Ganske,3416,REP,41,43.77899958458569,4,10.398651125284061 +25614,30854,1656,2002,IA,Sen-G,2002_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2002-09-23,2002-11-05,43,807,Tom Harkin,3415,DEM,54,54.17765070986975,Greg Ganske,3416,REP,34,43.77899958458569,20,10.398651125284061 +54665,137563,1656,2002,IA,Sen-G,2002_Sen-G_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-07,2002-11-05,29,678,Tom Harkin,3415,DEM,53,54.17765070986975,Greg Ganske,3416,REP,44,43.77899958458569,9,10.398651125284061 +54667,117377,1656,2002,IA,Sen-G,2002_Sen-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-21,2002-11-05,15,605,Tom Harkin,3415,DEM,57,54.17765070986975,Greg Ganske,3416,REP,40,43.77899958458569,17,10.398651125284061 +54668,117379,1656,2002,IA,Sen-G,2002_Sen-G_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-28,2002-11-05,8,605,Tom Harkin,3415,DEM,60,54.17765070986975,Greg Ganske,3416,REP,38,43.77899958458569,22,10.398651125284061 +72982,136900,1656,2002,IA,Sen-G,2002_Sen-G_IA,Gazette Communications,640,FALSE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,1082,Tom Harkin,3415,DEM,50.6,54.17765070986975,Greg Ganske,3416,REP,28.6,43.77899958458569,22,10.398651125284061 +25613,30853,1656,2002,IA,Sen-G,2002_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,807,Tom Harkin,3415,DEM,50,54.17765070986975,Greg Ganske,3416,REP,41,43.77899958458569,9,10.398651125284061 +73397,137564,1658,2002,KY,Sen-G,2002_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-01,2002-11-05,35,678,Lois Combs Weinberg,13777,DEM,34,35.32479517162801,Mitch McConnell,13778,REP,62,64.67520482837199,-28,-29.350409656743977 +63775,117428,1658,2002,KY,Sen-G,2002_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-15,2002-11-05,21,705,Lois Combs Weinberg,13777,DEM,31,35.32479517162801,Mitch McConnell,13778,REP,66,64.67520482837199,-35,-29.350409656743977 +63776,117429,1658,2002,KY,Sen-G,2002_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-29,2002-11-05,7,705,Lois Combs Weinberg,13777,DEM,29,35.32479517162801,Mitch McConnell,13778,REP,66,64.67520482837199,-37,-29.350409656743977 +63821,117513,1659,2002,LA,Sen-P,2002_Sen-P_LA,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,REP,2002-10-16,2002-11-05,20,500,Mary L. Landrieu,13736,DEM,44,46.002713560501086,Suzanne Haik Terrell,13737,REP,16,27.240392415189195,28,18.76232114531189 +73350,137497,1659,2002,LA,Sen-P,2002_Sen-P_LA,Southern Media & Opinion Research,310,FALSE,FALSE,NA,NA,2002-10-14,2002-11-05,22,600,Mary L. Landrieu,13736,DEM,45.1,46.002713560501086,Suzanne Haik Terrell,13737,REP,15.5,27.240392415189195,29.6,18.76232114531189 +63684,117209,1659,2002,LA,Sen-P,2002_Sen-P_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-18,2002-11-05,18,400,Mary L. Landrieu,13736,DEM,44,46.002713560501086,Suzanne Haik Terrell,13737,REP,20,27.240392415189195,24,18.76232114531189 +72942,136843,1659,2002,LA,Sen-P,2002_Sen-P_LA,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2002-10-18,2002-11-05,18,621,Mary L. Landrieu,13736,DEM,32,46.002713560501086,Suzanne Haik Terrell,13737,REP,12,27.240392415189195,20,18.76232114531189 +63805,117489,1659,2002,LA,Sen-P,2002_Sen-P_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,537,Mary L. Landrieu,13736,DEM,44,46.002713560501086,Suzanne Haik Terrell,13737,REP,15,27.240392415189195,29,18.76232114531189 +73342,137484,1660,2002,LA,Sen-G,2002_Sen-R_LA,Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,NA,NA,2002-11-11,2002-12-07,26,678,Mary L. Landrieu,13736,DEM,51.4,51.70048312307334,Suzanne Haik Terrell,13737,REP,36.4,48.29951687692666,15,3.4009662461466803 +73471,137795,1660,2002,LA,Sen-G,2002_Sen-R_LA,WPA Intelligence,383,FALSE,FALSE,NA,NA,2002-11-11,2002-12-07,26,503,Mary L. Landrieu,13736,DEM,40,51.70048312307334,Suzanne Haik Terrell,13737,REP,48,48.29951687692666,-8,3.4009662461466803 +63680,117200,1660,2002,LA,Sen-G,2002_Sen-R_LA,Marketing Research Institute,192,FALSE,TRUE,Live Phone,REP,2002-11-20,2002-12-07,17,800,Mary L. Landrieu,13736,DEM,45,51.70048312307334,Suzanne Haik Terrell,13737,REP,49,48.29951687692666,-4,3.4009662461466803 +63806,117490,1660,2002,LA,Sen-G,2002_Sen-R_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2002-11-20,2002-12-07,17,600,Mary L. Landrieu,13736,DEM,50,51.70048312307334,Suzanne Haik Terrell,13737,REP,34,48.29951687692666,16,3.4009662461466803 +63819,117510,1660,2002,LA,Sen-G,2002_Sen-R_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,Live Phone,NA,2002-11-26,2002-12-07,11,700,Mary L. Landrieu,13736,DEM,44,51.70048312307334,Suzanne Haik Terrell,13737,REP,43,48.29951687692666,1,3.4009662461466803 +63682,117207,1660,2002,LA,Sen-G,2002_Sen-R_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-12-03,2002-12-07,4,625,Mary L. Landrieu,13736,DEM,47,51.70048312307334,Suzanne Haik Terrell,13737,REP,45,48.29951687692666,2,3.4009662461466803 +25602,30842,1661,2002,ME,Sen-G,2002_Sen-G_ME,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2002-09-09,2002-11-05,57,523,Chellie M. Pingree,3455,DEM,28,41.56435247445528,Susan M. Collins,3454,REP,60,58.43564752554471,-32,-16.871295051089426 +25620,30860,1661,2002,ME,Sen-G,2002_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2002-09-19,2002-11-05,47,500,Chellie M. Pingree,3455,DEM,31,41.56435247445528,Susan M. Collins,3454,REP,56,58.43564752554471,-25,-16.871295051089426 +25447,30687,1661,2002,ME,Sen-G,2002_Sen-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2002-09-19,2002-11-05,47,509,Chellie M. Pingree,3455,DEM,30,41.56435247445528,Susan M. Collins,3454,REP,59,58.43564752554471,-29,-16.871295051089426 +73072,137015,1661,2002,ME,Sen-G,2002_Sen-G_ME,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2002-09-23,2002-11-05,43,400,Chellie M. Pingree,3455,DEM,40,41.56435247445528,Susan M. Collins,3454,REP,49,58.43564752554471,-9,-16.871295051089426 +73363,137517,1661,2002,ME,Sen-G,2002_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2002-09-22,2002-11-05,44,600,Chellie M. Pingree,3455,DEM,31,41.56435247445528,Susan M. Collins,3454,REP,55,58.43564752554471,-24,-16.871295051089426 +54764,117486,1661,2002,ME,Sen-G,2002_Sen-G_ME,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,300,Chellie M. Pingree,3455,DEM,31,41.56435247445528,Susan M. Collins,3454,REP,59,58.43564752554471,-28,-16.871295051089426 +54765,117233,1661,2002,ME,Sen-G,2002_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,500,Chellie M. Pingree,3455,DEM,36,41.56435247445528,Susan M. Collins,3454,REP,55,58.43564752554471,-19,-16.871295051089426 +25453,30693,1663,2002,MI,Sen-G,2002_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2002-10-14,2002-11-05,22,678,Carl Levin,3456,DEM,57,60.60850283147566,Andrew Rocky Raczkowski,3457,REP,30,37.88546720067543,27,22.723035630800233 +25554,30794,1663,2002,MI,Sen-G,2002_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,678,Carl Levin,3456,DEM,58,60.60850283147566,Andrew Rocky Raczkowski,3457,REP,32,37.88546720067543,26,22.723035630800233 +25553,30793,1663,2002,MI,Sen-G,2002_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,678,Carl Levin,3456,DEM,61,60.60850283147566,Andrew Rocky Raczkowski,3457,REP,27,37.88546720067543,34,22.723035630800233 +25452,30692,1663,2002,MI,Sen-G,2002_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,500,Carl Levin,3456,DEM,63,60.60850283147566,Andrew Rocky Raczkowski,3457,REP,31,37.88546720067543,32,22.723035630800233 +25552,30792,1663,2002,MI,Sen-G,2002_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,600,Carl Levin,3456,DEM,60,60.60850283147566,Andrew Rocky Raczkowski,3457,REP,30,37.88546720067543,30,22.723035630800233 +25451,30691,1663,2002,MI,Sen-G,2002_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,500,Carl Levin,3456,DEM,61,60.60850283147566,Andrew Rocky Raczkowski,3457,REP,31,37.88546720067543,30,22.723035630800233 +25565,30805,1664,2002,MN,Sen-G,2002_Sen-G_MN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-10-26,2002-11-05,10,600,Walter F. Mondale,3462,DEM,45,47.33556014954057,Norm Coleman,3461,REP,43,49.52886027430555,2,-2.1933001247649813 +25618,30858,1664,2002,MN,Sen-G,2002_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2002-10-28,2002-11-05,8,929,Walter F. Mondale,3462,DEM,47,47.33556014954057,Norm Coleman,3461,REP,39,49.52886027430555,8,-2.1933001247649813 +25524,30764,1664,2002,MN,Sen-G,2002_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,625,Walter F. Mondale,3462,DEM,41,47.33556014954057,Norm Coleman,3461,REP,47,49.52886027430555,-6,-2.1933001247649813 +25617,30857,1664,2002,MN,Sen-G,2002_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2002-10-31,2002-11-05,5,929,Walter F. Mondale,3462,DEM,46,47.33556014954057,Norm Coleman,3461,REP,41,49.52886027430555,5,-2.1933001247649813 +25675,30915,1664,2002,MN,Sen-G,2002_Sen-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,600,Walter F. Mondale,3462,DEM,47,47.33556014954057,Norm Coleman,3461,REP,44,49.52886027430555,3,-2.1933001247649813 +73209,137223,1664,2002,MN,Sen-G,2002_Sen-G_MN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-11-03,2002-11-05,2,678,Walter F. Mondale,3462,DEM,48.1,47.33556014954057,Norm Coleman,3461,REP,47.9,49.52886027430555,0.20000000000000284,-2.1933001247649813 +25674,30914,1664,2002,MN,Sen-G,2002_Sen-G_MN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,600,Walter F. Mondale,3462,DEM,49,47.33556014954057,Norm Coleman,3461,REP,44,49.52886027430555,5,-2.1933001247649813 +25679,30919,1666,2002,MO,Sen-G,2002_Sen-GS_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-17,2002-11-05,49,600,Jean Carnahan,3475,DEM,48,48.66682289281111,Jim Talent,3474,REP,40,49.798787827142874,8,-1.1319649343317622 +73399,137566,1666,2002,MO,Sen-G,2002_Sen-GS_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-26,2002-11-05,40,678,Jean Carnahan,3475,DEM,51,48.66682289281111,Jim Talent,3474,REP,43,49.798787827142874,8,-1.1319649343317622 +73398,137565,1666,2002,MO,Sen-G,2002_Sen-GS_MO,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-05,2002-11-05,31,678,Jean Carnahan,3475,DEM,48,48.66682289281111,Jim Talent,3474,REP,48,49.798787827142874,0,-1.1319649343317622 +25678,30918,1666,2002,MO,Sen-G,2002_Sen-GS_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,600,Jean Carnahan,3475,DEM,41,48.66682289281111,Jim Talent,3474,REP,47,49.798787827142874,-6,-1.1319649343317622 +25402,30642,1666,2002,MO,Sen-G,2002_Sen-GS_MO,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2002-10-16,2002-11-05,20,600,Jean Carnahan,3475,DEM,41,48.66682289281111,Jim Talent,3474,REP,49,49.798787827142874,-8,-1.1319649343317622 +63777,117430,1666,2002,MO,Sen-G,2002_Sen-GS_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-16,2002-11-05,20,958,Jean Carnahan,3475,DEM,50,48.66682289281111,Jim Talent,3474,REP,47,49.798787827142874,3,-1.1319649343317622 +25401,30641,1666,2002,MO,Sen-G,2002_Sen-GS_MO,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2002-10-28,2002-11-05,8,600,Jean Carnahan,3475,DEM,42,48.66682289281111,Jim Talent,3474,REP,49,49.798787827142874,-7,-1.1319649343317622 +25514,30754,1666,2002,MO,Sen-G,2002_Sen-GS_MO,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2002-10-27,2002-11-05,9,601,Jean Carnahan,3475,DEM,41,48.66682289281111,Jim Talent,3474,REP,46,49.798787827142874,-5,-1.1319649343317622 +25677,30917,1666,2002,MO,Sen-G,2002_Sen-GS_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,600,Jean Carnahan,3475,DEM,46,48.66682289281111,Jim Talent,3474,REP,46,49.798787827142874,0,-1.1319649343317622 +25471,30711,1666,2002,MO,Sen-G,2002_Sen-GS_MO,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,604,Jean Carnahan,3475,DEM,44,48.66682289281111,Jim Talent,3474,REP,48,49.798787827142874,-4,-1.1319649343317622 +63778,117431,1666,2002,MO,Sen-G,2002_Sen-GS_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-02,2002-11-05,3,958,Jean Carnahan,3475,DEM,49,48.66682289281111,Jim Talent,3474,REP,47,49.798787827142874,2,-1.1319649343317622 +25676,30916,1666,2002,MO,Sen-G,2002_Sen-GS_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,600,Jean Carnahan,3475,DEM,43,48.66682289281111,Jim Talent,3474,REP,50,49.798787827142874,-7,-1.1319649343317622 +25526,30766,1667,2002,MT,Sen-G,2002_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,625,Max Baucus,3489,DEM,54,62.73500399648432,Mike Taylor,3490,REP,35,31.730248027022977,19,31.004755969461346 +73155,137148,1667,2002,MT,Sen-G,2002_Sen-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,415,Max Baucus,3489,DEM,54.7,62.73500399648432,Mike Taylor,3490,REP,21.7,31.730248027022977,33,31.004755969461346 +25525,30765,1667,2002,MT,Sen-G,2002_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-23,2002-11-05,13,625,Max Baucus,3489,DEM,59,62.73500399648432,Mike Taylor,3490,REP,28,31.730248027022977,31,31.004755969461346 +25551,30791,1668,2002,NE,Sen-G,2002_Sen-G_NE,MSR Group,178,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,604,Charlie Matulka,3517,DEM,10,14.637132796215043,Chuck Hagel,3516,REP,82,82.76216793657866,-72,-68.12503514036362 +25566,30806,1669,2002,NH,Sen-G,2002_Sen-G_NH,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-09-16,2002-11-05,50,500,Jeanne Shaheen,3527,DEM,40,46.40164603531372,John E. Sununu,3524,REP,49,50.81888020396524,-9,-4.417234168651525 +25394,30634,1669,2002,NH,Sen-G,2002_Sen-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2002-09-16,2002-11-05,50,600,Jeanne Shaheen,3527,DEM,38,46.40164603531372,John E. Sununu,3524,REP,47,50.81888020396524,-9,-4.417234168651525 +25486,30726,1669,2002,NH,Sen-G,2002_Sen-G_NH,GQR,126,TRUE,FALSE,NA,DEM,2002-09-18,2002-11-05,48,500,Jeanne Shaheen,3527,DEM,43,46.40164603531372,John E. Sununu,3524,REP,46,50.81888020396524,-3,-4.417234168651525 +73004,136934,1669,2002,NH,Sen-G,2002_Sen-G_NH,GQR,126,TRUE,FALSE,NA,DEM,2002-10-02,2002-11-05,34,678,Jeanne Shaheen,3527,DEM,46,46.40164603531372,John E. Sununu,3524,REP,44,50.81888020396524,2,-4.417234168651525 +25393,30633,1669,2002,NH,Sen-G,2002_Sen-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,2002-10-01,2002-11-05,35,600,Jeanne Shaheen,3527,DEM,34,46.40164603531372,John E. Sununu,3524,REP,55,50.81888020396524,-21,-4.417234168651525 +72951,136855,1669,2002,NH,Sen-G,2002_Sen-G_NH,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2002-10-07,2002-11-05,29,678,Jeanne Shaheen,3527,DEM,45,46.40164603531372,John E. Sununu,3524,REP,45,50.81888020396524,0,-4.417234168651525 +73440,137753,1669,2002,NH,Sen-G,2002_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2002-10-05,2002-11-05,31,651,Jeanne Shaheen,3527,DEM,47,46.40164603531372,John E. Sununu,3524,REP,44,50.81888020396524,3,-4.417234168651525 +25485,30725,1669,2002,NH,Sen-G,2002_Sen-G_NH,GQR,126,TRUE,FALSE,Live Phone,DEM,2002-10-15,2002-11-05,21,500,Jeanne Shaheen,3527,DEM,45,46.40164603531372,John E. Sununu,3524,REP,43,50.81888020396524,2,-4.417234168651525 +25392,30632,1669,2002,NH,Sen-G,2002_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,600,Jeanne Shaheen,3527,DEM,43,46.40164603531372,John E. Sununu,3524,REP,51,50.81888020396524,-8,-4.417234168651525 +25391,30631,1669,2002,NH,Sen-G,2002_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,600,Jeanne Shaheen,3527,DEM,46,46.40164603531372,John E. Sununu,3524,REP,48,50.81888020396524,-2,-4.417234168651525 +54807,117085,1669,2002,NH,Sen-G,2002_Sen-G_NH,Becker Institute,26,FALSE,TRUE,Live Phone,NA,2002-10-22,2002-11-05,14,401,Jeanne Shaheen,3527,DEM,48,46.40164603531372,John E. Sununu,3524,REP,42,50.81888020396524,6,-4.417234168651525 +25651,30891,1669,2002,NH,Sen-G,2002_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,648,Jeanne Shaheen,3527,DEM,46,46.40164603531372,John E. Sununu,3524,REP,42,50.81888020396524,4,-4.417234168651525 +25390,30630,1669,2002,NH,Sen-G,2002_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,600,Jeanne Shaheen,3527,DEM,46,46.40164603531372,John E. Sununu,3524,REP,48,50.81888020396524,-2,-4.417234168651525 +25468,30708,1669,2002,NH,Sen-G,2002_Sen-G_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,933,Jeanne Shaheen,3527,DEM,45,46.40164603531372,John E. Sununu,3524,REP,40,50.81888020396524,5,-4.417234168651525 +25650,30890,1669,2002,NH,Sen-G,2002_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,644,Jeanne Shaheen,3527,DEM,45,46.40164603531372,John E. Sununu,3524,REP,46,50.81888020396524,-1,-4.417234168651525 +73210,137224,1669,2002,NH,Sen-G,2002_Sen-G_NH,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-11-03,2002-11-05,2,678,Jeanne Shaheen,3527,DEM,47.3,46.40164603531372,John E. Sununu,3524,REP,45.5,50.81888020396524,1.7999999999999972,-4.417234168651525 +25389,30629,1669,2002,NH,Sen-G,2002_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,600,Jeanne Shaheen,3527,DEM,44,46.40164603531372,John E. Sununu,3524,REP,48,50.81888020396524,-4,-4.417234168651525 +25608,30848,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2002-09-05,2002-11-05,61,678,Frank R. Lautenberg,3539,DEM,39,53.87630620788373,Douglas R. Forrester,3540,REP,44,43.94761157320539,-5,9.928694634678337 +25607,30847,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2002-09-22,2002-11-05,44,547,Frank R. Lautenberg,3539,DEM,34,53.87630620788373,Douglas R. Forrester,3540,REP,47,43.94761157320539,-13,9.928694634678337 +25544,30784,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Mellman Group,205,FALSE,FALSE,NA,DEM,2002-10-03,2002-11-05,33,400,Frank R. Lautenberg,3539,DEM,44,53.87630620788373,Douglas R. Forrester,3540,REP,33,43.94761157320539,11,9.928694634678337 +73402,137569,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-04,2002-11-05,32,678,Frank R. Lautenberg,3539,DEM,49,53.87630620788373,Douglas R. Forrester,3540,REP,45,43.94761157320539,4,9.928694634678337 +72880,136749,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,A&A Research,2,FALSE,TRUE,NA,NA,2002-10-04,2002-11-05,32,678,Frank R. Lautenberg,3539,DEM,52,53.87630620788373,Douglas R. Forrester,3540,REP,45,43.94761157320539,7,9.928694634678337 +25606,30846,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2002-10-05,2002-11-05,31,678,Frank R. Lautenberg,3539,DEM,44,53.87630620788373,Douglas R. Forrester,3540,REP,44,43.94761157320539,0,9.928694634678337 +25571,30811,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2002-10-04,2002-11-05,32,514,Frank R. Lautenberg,3539,DEM,49,53.87630620788373,Douglas R. Forrester,3540,REP,45,43.94761157320539,4,9.928694634678337 +73401,137568,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-09,2002-11-05,27,678,Frank R. Lautenberg,3539,DEM,50,53.87630620788373,Douglas R. Forrester,3540,REP,41,43.94761157320539,9,9.928694634678337 +25687,30927,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,678,Frank R. Lautenberg,3539,DEM,48,53.87630620788373,Douglas R. Forrester,3540,REP,36,43.94761157320539,12,9.928694634678337 +25462,30702,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2002-10-12,2002-11-05,24,678,Frank R. Lautenberg,3539,DEM,48,53.87630620788373,Douglas R. Forrester,3540,REP,41,43.94761157320539,7,9.928694634678337 +25605,30845,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,678,Frank R. Lautenberg,3539,DEM,47,53.87630620788373,Douglas R. Forrester,3540,REP,42,43.94761157320539,5,9.928694634678337 +25570,30810,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2002-10-18,2002-11-05,18,603,Frank R. Lautenberg,3539,DEM,52,53.87630620788373,Douglas R. Forrester,3540,REP,43,43.94761157320539,9,9.928694634678337 +25659,30899,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,West Chester University,377,FALSE,TRUE,Live Phone,NA,2002-10-18,2002-11-05,18,404,Frank R. Lautenberg,3539,DEM,42,53.87630620788373,Douglas R. Forrester,3540,REP,32,43.94761157320539,10,9.928694634678337 +73400,137567,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-21,2002-11-05,15,678,Frank R. Lautenberg,3539,DEM,51,53.87630620788373,Douglas R. Forrester,3540,REP,40,43.94761157320539,11,9.928694634678337 +25531,30771,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,800,Frank R. Lautenberg,3539,DEM,47,53.87630620788373,Douglas R. Forrester,3540,REP,40,43.94761157320539,7,9.928694634678337 +25642,30882,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,746,Frank R. Lautenberg,3539,DEM,52,53.87630620788373,Douglas R. Forrester,3540,REP,39,43.94761157320539,13,9.928694634678337 +63783,117436,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-28,2002-11-05,8,732,Frank R. Lautenberg,3539,DEM,51,53.87630620788373,Douglas R. Forrester,3540,REP,41,43.94761157320539,10,9.928694634678337 +25461,30701,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,678,Frank R. Lautenberg,3539,DEM,47,53.87630620788373,Douglas R. Forrester,3540,REP,37,43.94761157320539,10,9.928694634678337 +25604,30844,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,458,Frank R. Lautenberg,3539,DEM,52,53.87630620788373,Douglas R. Forrester,3540,REP,40,43.94761157320539,12,9.928694634678337 +25686,30926,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,678,Frank R. Lautenberg,3539,DEM,49,53.87630620788373,Douglas R. Forrester,3540,REP,36,43.94761157320539,13,9.928694634678337 +25473,30713,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Gannett New Jersey,760,FALSE,TRUE,Live Phone,NA,2002-11-01,2002-11-05,4,611,Frank R. Lautenberg,3539,DEM,42,53.87630620788373,Douglas R. Forrester,3540,REP,37,43.94761157320539,5,9.928694634678337 +25460,30700,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,921,Frank R. Lautenberg,3539,DEM,47,53.87630620788373,Douglas R. Forrester,3540,REP,38,43.94761157320539,9,9.928694634678337 +25569,30809,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,574,Frank R. Lautenberg,3539,DEM,50,53.87630620788373,Douglas R. Forrester,3540,REP,39,43.94761157320539,11,9.928694634678337 +25685,30925,1670,2002,NJ,Sen-G,2002_Sen-G_NJ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,527,Frank R. Lautenberg,3539,DEM,49,53.87630620788373,Douglas R. Forrester,3540,REP,38,43.94761157320539,11,9.928694634678337 +25574,30814,1671,2002,NM,Sen-G,2002_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2002-09-10,2002-11-05,56,734,Gloria Tristani,3550,DEM,23,34.95723063164519,Pete V. Domenici,3548,REP,66,65.0427693683548,-43,-30.08553873670961 +25573,30813,1671,2002,NM,Sen-G,2002_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2002-10-09,2002-11-05,27,905,Gloria Tristani,3550,DEM,24,34.95723063164519,Pete V. Domenici,3548,REP,67,65.0427693683548,-43,-30.08553873670961 +25532,30772,1671,2002,NM,Sen-G,2002_Sen-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,405,Gloria Tristani,3550,DEM,28,34.95723063164519,Pete V. Domenici,3548,REP,61,65.0427693683548,-33,-30.08553873670961 +25572,30812,1671,2002,NM,Sen-G,2002_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,905,Gloria Tristani,3550,DEM,27,34.95723063164519,Pete V. Domenici,3548,REP,65,65.0427693683548,-38,-30.08553873670961 +6094,27016,1672,2002,NC,Sen-G,2002_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-13,2002-11-05,53,625,Erskine Bowles,3499,DEM,35,44.9550249422932,Elizabeth H. Dole,3498,REP,49,53.56358000515618,-14,-8.608555062862983 +25684,30924,1672,2002,NC,Sen-G,2002_Sen-G_NC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-17,2002-11-05,49,525,Erskine Bowles,3499,DEM,32,44.9550249422932,Elizabeth H. Dole,3498,REP,55,53.56358000515618,-23,-8.608555062862983 +72974,136889,1672,2002,NC,Sen-G,2002_Sen-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2002-10-07,2002-11-05,29,678,Erskine Bowles,3499,DEM,41,44.9550249422932,Elizabeth H. Dole,3498,REP,47,53.56358000515618,-6,-8.608555062862983 +73403,137570,1672,2002,NC,Sen-G,2002_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-08,2002-11-05,28,678,Erskine Bowles,3499,DEM,45,44.9550249422932,Elizabeth H. Dole,3498,REP,49,53.56358000515618,-4,-8.608555062862983 +25530,30770,1672,2002,NC,Sen-G,2002_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-10-13,2002-11-05,23,625,Erskine Bowles,3499,DEM,40,44.9550249422932,Elizabeth H. Dole,3498,REP,50,53.56358000515618,-10,-8.608555062862983 +25480,30720,1672,2002,NC,Sen-G,2002_Sen-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2002-10-22,2002-11-05,14,603,Erskine Bowles,3499,DEM,41,44.9550249422932,Elizabeth H. Dole,3498,REP,45,53.56358000515618,-4,-8.608555062862983 +63792,117445,1672,2002,NC,Sen-G,2002_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-22,2002-11-05,14,611,Erskine Bowles,3499,DEM,44,44.9550249422932,Elizabeth H. Dole,3498,REP,50,53.56358000515618,-6,-8.608555062862983 +25529,30769,1672,2002,NC,Sen-G,2002_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,625,Erskine Bowles,3499,DEM,42,44.9550249422932,Elizabeth H. Dole,3498,REP,48,53.56358000515618,-6,-8.608555062862983 +72973,136888,1672,2002,NC,Sen-G,2002_Sen-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2002-10-28,2002-11-05,8,678,Erskine Bowles,3499,DEM,42,44.9550249422932,Elizabeth H. Dole,3498,REP,45,53.56358000515618,-3,-8.608555062862983 +63793,117446,1672,2002,NC,Sen-G,2002_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-29,2002-11-05,7,611,Erskine Bowles,3499,DEM,46,44.9550249422932,Elizabeth H. Dole,3498,REP,50,53.56358000515618,-4,-8.608555062862983 +64864,120119,1672,2002,NC,Sen-G,2002_Sen-G_NC,Ethridge & Associates LLC,89,FALSE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,560,Erskine Bowles,3499,DEM,40,44.9550249422932,Elizabeth H. Dole,3498,REP,47,53.56358000515618,-7,-8.608555062862983 +25683,30923,1672,2002,NC,Sen-G,2002_Sen-G_NC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,525,Erskine Bowles,3499,DEM,42,44.9550249422932,Elizabeth H. Dole,3498,REP,46,53.56358000515618,-4,-8.608555062862983 +25682,30922,1672,2002,NC,Sen-G,2002_Sen-G_NC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,525,Erskine Bowles,3499,DEM,39,44.9550249422932,Elizabeth H. Dole,3498,REP,46,53.56358000515618,-7,-8.608555062862983 +25439,30679,1673,2002,OK,Sen-G,2002_Sen-G_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,NA,REP,2002-09-18,2002-11-05,48,500,David Walters,3554,DEM,31,36.30992592476218,James M. Inhofe,3553,REP,55,57.30216491363126,-24,-20.992238988869076 +54878,137571,1673,2002,OK,Sen-G,2002_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-01,2002-11-05,35,710,David Walters,3554,DEM,37,36.30992592476218,James M. Inhofe,3553,REP,54,57.30216491363126,-17,-20.992238988869076 +54880,117089,1673,2002,OK,Sen-G,2002_Sen-G_OK,Consumer Logic,59,FALSE,TRUE,NA,NA,2002-10-11,2002-11-05,25,750,David Walters,3554,DEM,38,36.30992592476218,James M. Inhofe,3553,REP,51,57.30216491363126,-13,-20.992238988869076 +54879,117384,1673,2002,OK,Sen-G,2002_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-15,2002-11-05,21,710,David Walters,3554,DEM,37,36.30992592476218,James M. Inhofe,3553,REP,53,57.30216491363126,-16,-20.992238988869076 +54881,117388,1673,2002,OK,Sen-G,2002_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-30,2002-11-05,6,710,David Walters,3554,DEM,35,36.30992592476218,James M. Inhofe,3553,REP,52,57.30216491363126,-17,-20.992238988869076 +54882,117390,1673,2002,OK,Sen-G,2002_Sen-G_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-02,2002-11-05,3,710,David Walters,3554,DEM,36,36.30992592476218,James M. Inhofe,3553,REP,53,57.30216491363126,-17,-20.992238988869076 +73205,137217,1674,2002,OR,Sen-G,2002_Sen-G_OR,Moore Information Group,217,FALSE,FALSE,NA,REP,2002-09-22,2002-11-05,44,500,Bill Bradbury,3560,DEM,33,39.606193394837995,Gordon H. Smith,3559,REP,50,56.20858555847797,-17,-16.602392163639976 +25600,137451,1674,2002,OR,Sen-G,2002_Sen-G_OR,Riley Research Associates,290,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,600,Bill Bradbury,3560,DEM,28,39.606193394837995,Gordon H. Smith,3559,REP,49,56.20858555847797,-21,-16.602392163639976 +25449,30689,1674,2002,OR,Sen-G,2002_Sen-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,2002-10-04,2002-11-05,32,608,Bill Bradbury,3560,DEM,34,39.606193394837995,Gordon H. Smith,3559,REP,55,56.20858555847797,-21,-16.602392163639976 +25599,30839,1674,2002,OR,Sen-G,2002_Sen-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2002-10-16,2002-11-05,20,600,Bill Bradbury,3560,DEM,34,39.606193394837995,Gordon H. Smith,3559,REP,52,56.20858555847797,-18,-16.602392163639976 +25598,30838,1674,2002,OR,Sen-G,2002_Sen-G_OR,Riley Research Associates,290,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,604,Bill Bradbury,3560,DEM,34,39.606193394837995,Gordon H. Smith,3559,REP,56,56.20858555847797,-22,-16.602392163639976 +25448,30688,1674,2002,OR,Sen-G,2002_Sen-G_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2002-10-27,2002-11-05,9,608,Bill Bradbury,3560,DEM,36,39.606193394837995,Gordon H. Smith,3559,REP,55,56.20858555847797,-19,-16.602392163639976 +25463,30703,1675,2002,RI,Sen-G,2002_Sen-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,2002-09-14,2002-11-05,52,405,Jack Reed,3565,DEM,73,78.42648849441564,Robert G. Tingle,3566,REP,14,21.573511505584364,59,56.85297698883127 +25424,30664,1675,2002,RI,Sen-G,2002_Sen-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2002-10-20,2002-11-05,16,418,Jack Reed,3565,DEM,61,78.42648849441564,Robert G. Tingle,3566,REP,14,21.573511505584364,47,56.85297698883127 +54925,137573,1676,2002,SC,Sen-G,2002_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-14,2002-11-05,52,764,Alex Sanders,3568,DEM,47,44.18838493007602,Lindsey Graham,3567,REP,49,54.40234579005397,-2,-10.213960859977952 +25481,30721,1676,2002,SC,Sen-G,2002_Sen-G_SC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2002-09-18,2002-11-05,48,600,Alex Sanders,3568,DEM,38,44.18838493007602,Lindsey Graham,3567,REP,46,54.40234579005397,-8,-10.213960859977952 +25688,30928,1676,2002,SC,Sen-G,2002_Sen-G_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-09,2002-11-05,27,500,Alex Sanders,3568,DEM,35,44.18838493007602,Lindsey Graham,3567,REP,47,54.40234579005397,-12,-10.213960859977952 +54928,137572,1676,2002,SC,Sen-G,2002_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,764,Alex Sanders,3568,DEM,46,44.18838493007602,Lindsey Graham,3567,REP,50,54.40234579005397,-4,-10.213960859977952 +25534,30774,1676,2002,SC,Sen-G,2002_Sen-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,625,Alex Sanders,3568,DEM,34,44.18838493007602,Lindsey Graham,3567,REP,51,54.40234579005397,-17,-10.213960859977952 +54930,117392,1676,2002,SC,Sen-G,2002_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-19,2002-11-05,17,764,Alex Sanders,3568,DEM,44,44.18838493007602,Lindsey Graham,3567,REP,53,54.40234579005397,-9,-10.213960859977952 +54931,117394,1676,2002,SC,Sen-G,2002_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-26,2002-11-05,10,764,Alex Sanders,3568,DEM,48,44.18838493007602,Lindsey Graham,3567,REP,49,54.40234579005397,-1,-10.213960859977952 +25533,30773,1676,2002,SC,Sen-G,2002_Sen-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,625,Alex Sanders,3568,DEM,36,44.18838493007602,Lindsey Graham,3567,REP,53,54.40234579005397,-17,-10.213960859977952 +54933,117396,1676,2002,SC,Sen-G,2002_Sen-G_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-11-02,2002-11-05,3,764,Alex Sanders,3568,DEM,48,44.18838493007602,Lindsey Graham,3567,REP,49,54.40234579005397,-1,-10.213960859977952 +25692,30932,1677,2002,SD,Sen-G,2002_Sen-G_SD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-16,2002-11-05,50,500,Tim Johnson,3571,DEM,46,49.62385296636158,John R. Thune,3572,REP,43,49.466223803781325,3,0.15762916258025683 +25537,30777,1677,2002,SD,Sen-G,2002_Sen-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-18,2002-11-05,48,805,Tim Johnson,3571,DEM,44,49.62385296636158,John R. Thune,3572,REP,43,49.466223803781325,1,0.15762916258025683 +73218,137232,1677,2002,SD,Sen-G,2002_Sen-G_SD,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-09-26,2002-11-05,40,400,Tim Johnson,3571,DEM,43,49.62385296636158,John R. Thune,3572,REP,48,49.466223803781325,-5,0.15762916258025683 +72886,136756,1677,2002,SD,Sen-G,2002_Sen-G_SD,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2002-10-01,2002-11-05,35,678,Tim Johnson,3571,DEM,42,49.62385296636158,John R. Thune,3572,REP,47,49.466223803781325,-5,0.15762916258025683 +25505,30745,1677,2002,SD,Sen-G,2002_Sen-G_SD,Jim Meader (KELOLAND-TV),159,FALSE,TRUE,NA,NA,2002-10-04,2002-11-05,32,600,Tim Johnson,3571,DEM,43,49.62385296636158,John R. Thune,3572,REP,40,49.466223803781325,3,0.15762916258025683 +25691,30931,1677,2002,SD,Sen-G,2002_Sen-G_SD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,500,Tim Johnson,3571,DEM,43,49.62385296636158,John R. Thune,3572,REP,45,49.466223803781325,-2,0.15762916258025683 +73176,137178,1677,2002,SD,Sen-G,2002_Sen-G_SD,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2002-10-10,2002-11-05,26,874,Tim Johnson,3571,DEM,40,49.62385296636158,John R. Thune,3572,REP,43,49.466223803781325,-3,0.15762916258025683 +25487,30727,1677,2002,SD,Sen-G,2002_Sen-G_SD,GQR,126,TRUE,FALSE,Live Phone,DEM,2002-10-22,2002-11-05,14,553,Tim Johnson,3571,DEM,46,49.62385296636158,John R. Thune,3572,REP,44,49.466223803781325,2,0.15762916258025683 +25504,30744,1677,2002,SD,Sen-G,2002_Sen-G_SD,Jim Meader (KELOLAND-TV),159,FALSE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,600,Tim Johnson,3571,DEM,45,49.62385296636158,John R. Thune,3572,REP,42,49.466223803781325,3,0.15762916258025683 +25536,30776,1677,2002,SD,Sen-G,2002_Sen-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,805,Tim Johnson,3571,DEM,47,49.62385296636158,John R. Thune,3572,REP,45,49.466223803781325,2,0.15762916258025683 +25568,30808,1677,2002,SD,Sen-G,2002_Sen-G_SD,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-10-25,2002-11-05,11,500,Tim Johnson,3571,DEM,45,49.62385296636158,John R. Thune,3572,REP,48,49.466223803781325,-3,0.15762916258025683 +25567,30807,1677,2002,SD,Sen-G,2002_Sen-G_SD,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-10-28,2002-11-05,8,500,Tim Johnson,3571,DEM,45,49.62385296636158,John R. Thune,3572,REP,48,49.466223803781325,-3,0.15762916258025683 +25690,30930,1677,2002,SD,Sen-G,2002_Sen-G_SD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,500,Tim Johnson,3571,DEM,48,49.62385296636158,John R. Thune,3572,REP,44,49.466223803781325,4,0.15762916258025683 +25472,30712,1677,2002,SD,Sen-G,2002_Sen-G_SD,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,685,Tim Johnson,3571,DEM,45,49.62385296636158,John R. Thune,3572,REP,48,49.466223803781325,-3,0.15762916258025683 +73211,137225,1677,2002,SD,Sen-G,2002_Sen-G_SD,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-11-03,2002-11-05,2,678,Tim Johnson,3571,DEM,47.4,49.62385296636158,John R. Thune,3572,REP,47.5,49.466223803781325,-0.10000000000000142,0.15762916258025683 +25689,30929,1677,2002,SD,Sen-G,2002_Sen-G_SD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,500,Tim Johnson,3571,DEM,44,49.62385296636158,John R. Thune,3572,REP,48,49.466223803781325,-4,0.15762916258025683 +25484,30724,1678,2002,TN,Sen-G,2002_Sen-G_TN,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2002-09-09,2002-11-05,57,600,Bob Clement,3576,DEM,42,44.33863928613179,Lamar Alexander,3575,REP,49,54.27914215017729,-7,-9.940502864045506 +25649,30889,1678,2002,TN,Sen-G,2002_Sen-G_TN,University of Tennessee,362,FALSE,FALSE,NA,NA,2002-09-07,2002-11-05,59,504,Bob Clement,3576,DEM,27,44.33863928613179,Lamar Alexander,3575,REP,45,54.27914215017729,-18,-9.940502864045506 +25694,30934,1678,2002,TN,Sen-G,2002_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-16,2002-11-05,50,500,Bob Clement,3576,DEM,37,44.33863928613179,Lamar Alexander,3575,REP,45,54.27914215017729,-8,-9.940502864045506 +25539,30779,1678,2002,TN,Sen-G,2002_Sen-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-18,2002-11-05,48,625,Bob Clement,3576,DEM,35,44.33863928613179,Lamar Alexander,3575,REP,54,54.27914215017729,-19,-9.940502864045506 +25548,30788,1678,2002,TN,Sen-G,2002_Sen-G_TN,Mellman Group,205,FALSE,FALSE,NA,DEM,2002-10-01,2002-11-05,35,600,Bob Clement,3576,DEM,43,44.33863928613179,Lamar Alexander,3575,REP,50,54.27914215017729,-7,-9.940502864045506 +25415,30655,1678,2002,TN,Sen-G,2002_Sen-G_TN,North Star Opinion Research,233,FALSE,FALSE,NA,REP,2002-10-02,2002-11-05,34,600,Bob Clement,3576,DEM,33,44.33863928613179,Lamar Alexander,3575,REP,52,54.27914215017729,-19,-9.940502864045506 +54945,137574,1678,2002,TN,Sen-G,2002_Sen-G_TN,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-06,2002-11-05,30,726,Bob Clement,3576,DEM,42,44.33863928613179,Lamar Alexander,3575,REP,50,54.27914215017729,-8,-9.940502864045506 +25693,30933,1678,2002,TN,Sen-G,2002_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-07,2002-11-05,29,500,Bob Clement,3576,DEM,36,44.33863928613179,Lamar Alexander,3575,REP,49,54.27914215017729,-13,-9.940502864045506 +25648,30888,1678,2002,TN,Sen-G,2002_Sen-G_TN,University of Tennessee,362,FALSE,FALSE,NA,NA,2002-10-10,2002-11-05,26,504,Bob Clement,3576,DEM,33,44.33863928613179,Lamar Alexander,3575,REP,45,54.27914215017729,-12,-9.940502864045506 +72891,136767,1678,2002,TN,Sen-G,2002_Sen-G_TN,North Star Opinion Research,233,FALSE,FALSE,NA,REP,2002-10-08,2002-11-05,28,678,Bob Clement,3576,DEM,39,44.33863928613179,Lamar Alexander,3575,REP,53,54.27914215017729,-14,-9.940502864045506 +63704,117231,1678,2002,TN,Sen-G,2002_Sen-G_TN,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2002-10-16,2002-11-05,20,600,Bob Clement,3576,DEM,34,44.33863928613179,Lamar Alexander,3575,REP,50,54.27914215017729,-16,-9.940502864045506 +25547,30787,1678,2002,TN,Sen-G,2002_Sen-G_TN,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2002-10-19,2002-11-05,17,600,Bob Clement,3576,DEM,44,44.33863928613179,Lamar Alexander,3575,REP,50,54.27914215017729,-6,-9.940502864045506 +54948,117397,1678,2002,TN,Sen-G,2002_Sen-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-20,2002-11-05,16,726,Bob Clement,3576,DEM,45,44.33863928613179,Lamar Alexander,3575,REP,49,54.27914215017729,-4,-9.940502864045506 +25456,30696,1678,2002,TN,Sen-G,2002_Sen-G_TN,Ethridge & Associates LLC,89,FALSE,TRUE,Live Phone,NA,2002-10-20,2002-11-05,16,819,Bob Clement,3576,DEM,36,44.33863928613179,Lamar Alexander,3575,REP,45,54.27914215017729,-9,-9.940502864045506 +25538,30778,1678,2002,TN,Sen-G,2002_Sen-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,625,Bob Clement,3576,DEM,40,44.33863928613179,Lamar Alexander,3575,REP,50,54.27914215017729,-10,-9.940502864045506 +54950,117398,1678,2002,TN,Sen-G,2002_Sen-G_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-27,2002-11-05,9,726,Bob Clement,3576,DEM,41,44.33863928613179,Lamar Alexander,3575,REP,52,54.27914215017729,-11,-9.940502864045506 +25596,137733,1679,2002,TX,Sen-G,2002_Sen-G_TX,Rice University,286,FALSE,FALSE,NA,NA,2002-09-09,2002-11-05,57,1000,Ron Kirk,3594,DEM,36,43.32638016912671,John Cornyn,3593,REP,42,55.29987514432837,-6,-11.97349497520166 +25698,30938,1679,2002,TX,Sen-G,2002_Sen-G_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-09-17,2002-11-05,49,602,Ron Kirk,3594,DEM,30,43.32638016912671,John Cornyn,3593,REP,42,55.29987514432837,-12,-11.97349497520166 +25458,30698,1679,2002,TX,Sen-G,2002_Sen-G_TX,FM3 Research,91,FALSE,FALSE,NA,DEM,2002-09-23,2002-11-05,43,900,Ron Kirk,3594,DEM,39,43.32638016912671,John Cornyn,3593,REP,35,55.29987514432837,4,-11.97349497520166 +54962,137575,1679,2002,TX,Sen-G,2002_Sen-G_TX,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-01,2002-11-05,35,683,Ron Kirk,3594,DEM,42,43.32638016912671,John Cornyn,3593,REP,54,55.29987514432837,-12,-11.97349497520166 +25467,30707,1679,2002,TX,Sen-G,2002_Sen-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,NA,NA,2002-10-03,2002-11-05,33,550,Ron Kirk,3594,DEM,30,43.32638016912671,John Cornyn,3593,REP,56,55.29987514432837,-26,-11.97349497520166 +25697,30937,1679,2002,TX,Sen-G,2002_Sen-G_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-10,2002-11-05,26,600,Ron Kirk,3594,DEM,37,43.32638016912671,John Cornyn,3593,REP,45,55.29987514432837,-8,-11.97349497520166 +25466,30706,1679,2002,TX,Sen-G,2002_Sen-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,NA,NA,2002-10-10,2002-11-05,26,550,Ron Kirk,3594,DEM,36,43.32638016912671,John Cornyn,3593,REP,46,55.29987514432837,-10,-11.97349497520166 +54967,117399,1679,2002,TX,Sen-G,2002_Sen-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-15,2002-11-05,21,683,Ron Kirk,3594,DEM,42,43.32638016912671,John Cornyn,3593,REP,54,55.29987514432837,-12,-11.97349497520166 +72955,136859,1679,2002,TX,Sen-G,2002_Sen-G_TX,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2002-10-15,2002-11-05,21,678,Ron Kirk,3594,DEM,42,43.32638016912671,John Cornyn,3593,REP,40,55.29987514432837,2,-11.97349497520166 +25418,30658,1679,2002,TX,Sen-G,2002_Sen-G_TX,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2002-10-16,2002-11-05,20,600,Ron Kirk,3594,DEM,44,43.32638016912671,John Cornyn,3593,REP,46,55.29987514432837,-2,-11.97349497520166 +25422,30662,1679,2002,TX,Sen-G,2002_Sen-G_TX,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2002-10-15,2002-11-05,21,678,Ron Kirk,3594,DEM,37,43.32638016912671,John Cornyn,3593,REP,47,55.29987514432837,-10,-11.97349497520166 +25457,30697,1679,2002,TX,Sen-G,2002_Sen-G_TX,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2002-10-18,2002-11-05,18,900,Ron Kirk,3594,DEM,42,43.32638016912671,John Cornyn,3593,REP,41,55.29987514432837,1,-11.97349497520166 +25465,30705,1679,2002,TX,Sen-G,2002_Sen-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,Live Phone,NA,2002-10-17,2002-11-05,19,550,Ron Kirk,3594,DEM,36,43.32638016912671,John Cornyn,3593,REP,46,55.29987514432837,-10,-11.97349497520166 +54970,117400,1679,2002,TX,Sen-G,2002_Sen-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-22,2002-11-05,14,683,Ron Kirk,3594,DEM,45,43.32638016912671,John Cornyn,3593,REP,52,55.29987514432837,-7,-11.97349497520166 +25464,30704,1679,2002,TX,Sen-G,2002_Sen-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,Live Phone,NA,2002-10-24,2002-11-05,12,550,Ron Kirk,3594,DEM,40,43.32638016912671,John Cornyn,3593,REP,43,55.29987514432837,-3,-11.97349497520166 +25610,30850,1679,2002,TX,Sen-G,2002_Sen-G_TX,Scripps Howard,303,FALSE,TRUE,Live Phone,NA,2002-10-18,2002-11-05,18,795,Ron Kirk,3594,DEM,35,43.32638016912671,John Cornyn,3593,REP,44,55.29987514432837,-9,-11.97349497520166 +25595,30835,1679,2002,TX,Sen-G,2002_Sen-G_TX,Rice University,286,FALSE,FALSE,Live Phone,NA,2002-10-27,2002-11-05,9,656,Ron Kirk,3594,DEM,39,43.32638016912671,John Cornyn,3593,REP,45,55.29987514432837,-6,-11.97349497520166 +25421,30661,1679,2002,TX,Sen-G,2002_Sen-G_TX,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2002-10-31,2002-11-05,5,1002,Ron Kirk,3594,DEM,41,43.32638016912671,John Cornyn,3593,REP,50,55.29987514432837,-9,-11.97349497520166 +54973,117401,1679,2002,TX,Sen-G,2002_Sen-G_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-31,2002-11-05,5,683,Ron Kirk,3594,DEM,45,43.32638016912671,John Cornyn,3593,REP,53,55.29987514432837,-8,-11.97349497520166 +73170,137171,1679,2002,TX,Sen-G,2002_Sen-G_TX,Frank N. Magid Associates Inc.,105,FALSE,TRUE,Live Phone,NA,2002-11-01,2002-11-05,4,550,Ron Kirk,3594,DEM,44,43.32638016912671,John Cornyn,3593,REP,43,55.29987514432837,1,-11.97349497520166 +25696,30936,1679,2002,TX,Sen-G,2002_Sen-G_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,600,Ron Kirk,3594,DEM,44,43.32638016912671,John Cornyn,3593,REP,44,55.29987514432837,0,-11.97349497520166 +25695,30935,1679,2002,TX,Sen-G,2002_Sen-G_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-11-03,2002-11-05,2,602,Ron Kirk,3594,DEM,42,43.32638016912671,John Cornyn,3593,REP,46,55.29987514432837,-4,-11.97349497520166 +73109,137080,1680,2002,VA,Sen-G,2002_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-27,2002-11-05,9,678,John W. Warner,16218,REP,76,82.57525402471563,Nancy B. Spannaus,16219,IND,5,9.742168438494932,71,72.8330855862207 +64227,137456,1681,2002,WV,Sen-G,2002_Sen-G_WV,RMS Research,273,FALSE,TRUE,Live Phone,NA,2002-10-23,2002-11-05,13,400,"John D. Rockefeller, IV",16255,DEM,72,63.11135463784696,Jay Wolfe,16256,REP,17,36.88864536215304,55,26.222709275693916 +6850,31075,1684,2000,CA,Sen-G,2000_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2000-09-08,2000-11-07,60,1099,Dianne Feinstein,3625,DEM,48,55.84281724250367,Tom Campbell,3626,REP,31,36.58693920182296,17,19.255878040680713 +25740,30980,1684,2000,CA,Sen-G,2000_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2000-10-03,2000-11-07,35,678,Dianne Feinstein,3625,DEM,54,55.84281724250367,Tom Campbell,3626,REP,34,36.58693920182296,20,19.255878040680713 +25904,31144,1684,2000,CA,Sen-G,2000_Sen-G_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-15,2000-11-07,23,678,Dianne Feinstein,3625,DEM,49,55.84281724250367,Tom Campbell,3626,REP,36,36.58693920182296,13,19.255878040680713 +6521,27380,1684,2000,CA,Sen-G,2000_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,2000-10-15,2000-11-07,23,1096,Dianne Feinstein,3625,DEM,48,55.84281724250367,Tom Campbell,3626,REP,31,36.58693920182296,17,19.255878040680713 +12771,27270,1684,2000,CA,Sen-G,2000_Sen-G_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-10-21,2000-11-07,17,852,Dianne Feinstein,3625,DEM,60,55.84281724250367,Tom Campbell,3626,REP,35,36.58693920182296,25,19.255878040680713 +63628,117247,1684,2000,CA,Sen-G,2000_Sen-G_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,1536,Dianne Feinstein,3625,DEM,48,55.84281724250367,Tom Campbell,3626,REP,38,36.58693920182296,10,19.255878040680713 +6300,30979,1684,2000,CA,Sen-G,2000_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2000-10-29,2000-11-07,9,900,Dianne Feinstein,3625,DEM,52,55.84281724250367,Tom Campbell,3626,REP,32,36.58693920182296,20,19.255878040680713 +63744,117406,1684,2000,CA,Sen-G,2000_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-31,2000-11-07,7,530,Dianne Feinstein,3625,DEM,53,55.84281724250367,Tom Campbell,3626,REP,41,36.58693920182296,12,19.255878040680713 +63547,117147,1684,2000,CA,Sen-G,2000_Sen-G_CA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,24965,Dianne Feinstein,3625,DEM,52,55.84281724250367,Tom Campbell,3626,REP,40,36.58693920182296,12,19.255878040680713 +6728,27387,1685,2000,CT,Sen-G,2000_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-09-15,2000-11-07,53,939,Joseph I. Lieberman,3643,DEM,72,63.214112217171106,Phil Giordano,3644,REP,19,34.17145785621627,53,29.042654360954835 +6638,27466,1685,2000,CT,Sen-G,2000_Sen-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2000-09-28,2000-11-07,40,447,Joseph I. Lieberman,3643,DEM,60,63.214112217171106,Phil Giordano,3644,REP,27,34.17145785621627,33,29.042654360954835 +63549,117150,1685,2000,CT,Sen-G,2000_Sen-G_CT,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,2504,Joseph I. Lieberman,3643,DEM,61,63.214112217171106,Phil Giordano,3644,REP,34,34.17145785621627,27,29.042654360954835 +6718,27469,1686,2000,DE,Sen-G,2000_Sen-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,NA,NA,2000-09-23,2000-11-07,45,335,Thomas R. Carper,3649,DEM,46,55.525959271299385,William V. Roth Jr.,4341,REP,43,43.69848895847923,3,11.827470312820154 +6581,31009,1686,2000,DE,Sen-G,2000_Sen-G_DE,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-04,2000-11-07,34,625,Thomas R. Carper,3649,DEM,43,55.525959271299385,William V. Roth Jr.,4341,REP,46,43.69848895847923,-3,11.827470312820154 +73373,137537,1686,2000,DE,Sen-G,2000_Sen-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-09,2000-11-07,29,500,Thomas R. Carper,3649,DEM,50,55.525959271299385,William V. Roth Jr.,4341,REP,47,43.69848895847923,3,11.827470312820154 +54442,117375,1686,2000,DE,Sen-G,2000_Sen-G_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-23,2000-11-07,15,500,Thomas R. Carper,3649,DEM,49,55.525959271299385,William V. Roth Jr.,4341,REP,48,43.69848895847923,1,11.827470312820154 +63637,117249,1686,2000,DE,Sen-G,2000_Sen-G_DE,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-30,2000-11-07,8,776,Thomas R. Carper,3649,DEM,48,55.525959271299385,William V. Roth Jr.,4341,REP,45,43.69848895847923,3,11.827470312820154 +25768,31008,1686,2000,DE,Sen-G,2000_Sen-G_DE,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,625,Thomas R. Carper,3649,DEM,44,55.525959271299385,William V. Roth Jr.,4341,REP,44,43.69848895847923,0,11.827470312820154 +73275,137361,1687,2000,FL,Sen-G,2000_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-09-10,2000-11-07,58,678,Bill Nelson,3654,DEM,47,51.04361118856235,Bill McCollum,3655,REP,41,46.19211638711083,6,4.851494801451523 +6764,27467,1687,2000,FL,Sen-G,2000_Sen-G_FL,University of Connecticut,347,TRUE,TRUE,NA,NA,2000-09-09,2000-11-07,59,505,Bill Nelson,3654,DEM,40,51.04361118856235,Bill McCollum,3655,REP,40,46.19211638711083,0,4.851494801451523 +25773,31013,1687,2000,FL,Sen-G,2000_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,800,Bill Nelson,3654,DEM,44,51.04361118856235,Bill McCollum,3655,REP,36,46.19211638711083,8,4.851494801451523 +73278,137364,1687,2000,FL,Sen-G,2000_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-09-20,2000-11-07,48,678,Bill Nelson,3654,DEM,46,51.04361118856235,Bill McCollum,3655,REP,40,46.19211638711083,6,4.851494801451523 +73376,137540,1687,2000,FL,Sen-G,2000_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-23,2000-11-07,45,500,Bill Nelson,3654,DEM,42,51.04361118856235,Bill McCollum,3655,REP,41,46.19211638711083,1,4.851494801451523 +6580,27447,1687,2000,FL,Sen-G,2000_Sen-G_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,NA,NA,2000-10-05,2000-11-07,33,600,Bill Nelson,3654,DEM,45,51.04361118856235,Bill McCollum,3655,REP,34,46.19211638711083,11,4.851494801451523 +6570,31012,1687,2000,FL,Sen-G,2000_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-06,2000-11-07,32,800,Bill Nelson,3654,DEM,44,51.04361118856235,Bill McCollum,3655,REP,37,46.19211638711083,7,4.851494801451523 +73277,137363,1687,2000,FL,Sen-G,2000_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-11,2000-11-07,27,678,Bill Nelson,3654,DEM,47,51.04361118856235,Bill McCollum,3655,REP,42,46.19211638711083,5,4.851494801451523 +73375,137539,1687,2000,FL,Sen-G,2000_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-14,2000-11-07,24,500,Bill Nelson,3654,DEM,43,51.04361118856235,Bill McCollum,3655,REP,41,46.19211638711083,2,4.851494801451523 +6483,27341,1687,2000,FL,Sen-G,2000_Sen-G_FL,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2000-10-17,2000-11-07,21,600,Bill Nelson,3654,DEM,38,51.04361118856235,Bill McCollum,3655,REP,38,46.19211638711083,0,4.851494801451523 +25743,30983,1687,2000,FL,Sen-G,2000_Sen-G_FL,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,606,Bill Nelson,3654,DEM,43,51.04361118856235,Bill McCollum,3655,REP,40,46.19211638711083,3,4.851494801451523 +6403,27461,1687,2000,FL,Sen-G,2000_Sen-G_FL,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-23,2000-11-07,15,514,Bill Nelson,3654,DEM,45,51.04361118856235,Bill McCollum,3655,REP,36,46.19211638711083,9,4.851494801451523 +63620,117250,1687,2000,FL,Sen-G,2000_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-25,2000-11-07,13,864,Bill Nelson,3654,DEM,47,51.04361118856235,Bill McCollum,3655,REP,43,46.19211638711083,4,4.851494801451523 +6332,31154,1687,2000,FL,Sen-G,2000_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Bill Nelson,3654,DEM,46,51.04361118856235,Bill McCollum,3655,REP,36,46.19211638711083,10,4.851494801451523 +6261,31151,1687,2000,FL,Sen-G,2000_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Bill Nelson,3654,DEM,42,51.04361118856235,Bill McCollum,3655,REP,37,46.19211638711083,5,4.851494801451523 +6220,27289,1687,2000,FL,Sen-G,2000_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,812,Bill Nelson,3654,DEM,45,51.04361118856235,Bill McCollum,3655,REP,40,46.19211638711083,5,4.851494801451523 +25830,31070,1687,2000,FL,Sen-G,2000_Sen-G_FL,The Florida Poll,99,FALSE,TRUE,Live Phone,NA,2000-10-28,2000-11-07,10,824,Bill Nelson,3654,DEM,46,51.04361118856235,Bill McCollum,3655,REP,39,46.19211638711083,7,4.851494801451523 +75501,144028,1687,2000,FL,Sen-G,2000_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Bill Nelson,3654,DEM,45,51.04361118856235,Bill McCollum,3655,REP,43,46.19211638711083,2,4.851494801451523 +63640,117251,1687,2000,FL,Sen-G,2000_Sen-G_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-01,2000-11-07,6,577,Bill Nelson,3654,DEM,42,51.04361118856235,Bill McCollum,3655,REP,45,46.19211638711083,-3,4.851494801451523 +6168,31148,1687,2000,FL,Sen-G,2000_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Bill Nelson,3654,DEM,44,51.04361118856235,Bill McCollum,3655,REP,39,46.19211638711083,5,4.851494801451523 +63550,117151,1687,2000,FL,Sen-G,2000_Sen-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,16996,Bill Nelson,3654,DEM,50,51.04361118856235,Bill McCollum,3655,REP,46,46.19211638711083,4,4.851494801451523 +63750,117407,1687,2000,FL,Sen-G,2000_Sen-G_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-05,2000-11-07,2,500,Bill Nelson,3654,DEM,49,51.04361118856235,Bill McCollum,3655,REP,42,46.19211638711083,7,4.851494801451523 +65023,120634,1687,2000,FL,Sen-G,2000_Sen-G_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,593,Bill Nelson,3654,DEM,49,51.04361118856235,Bill McCollum,3655,REP,47,46.19211638711083,2,4.851494801451523 +25701,30941,1688,2000,GA,Sen-P,2000_Sen-P_GA,Marketing Workshop,194,FALSE,TRUE,NA,NA,2000-10-01,2000-11-07,37,500,Zell Bryan Miller,3671,DEM,59,58.50059381316638,Mack Francis Mattingly,3672,REP,31,38.10330817475203,28,20.397285638414353 +6510,27294,1688,2000,GA,Sen-P,2000_Sen-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-13,2000-11-07,25,627,Zell Bryan Miller,3671,DEM,49,58.50059381316638,Mack Francis Mattingly,3672,REP,30,38.10330817475203,19,20.397285638414353 +63609,117253,1688,2000,GA,Sen-P,2000_Sen-P_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,1029,Zell Bryan Miller,3671,DEM,53,58.50059381316638,Mack Francis Mattingly,3672,REP,36,38.10330817475203,17,20.397285638414353 +6301,117201,1688,2000,GA,Sen-P,2000_Sen-P_GA,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,2000-10-29,2000-11-07,9,512,Zell Bryan Miller,3671,DEM,55,58.50059381316638,Mack Francis Mattingly,3672,REP,32,38.10330817475203,23,20.397285638414353 +25700,30940,1688,2000,GA,Sen-P,2000_Sen-P_GA,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,2000-10-29,2000-11-07,9,512,Zell Bryan Miller,3671,DEM,55,58.50059381316638,Mack Francis Mattingly,3672,REP,32,38.10330817475203,23,20.397285638414353 +63551,117157,1688,2000,GA,Sen-P,2000_Sen-P_GA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,6862,Zell Bryan Miller,3671,DEM,57,58.50059381316638,Mack Francis Mattingly,3672,REP,40,38.10330817475203,17,20.397285638414353 +63552,117158,1689,2000,HI,Sen-G,2000_Sen-G_HI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,585,Daniel K. Akaka,13724,DEM,62,72.68468822966064,John Stanley Carroll,13725,REP,33,24.506760256117214,29,48.17792797354342 +6657,124629,1690,2000,IN,Sen-G,2000_Sen-G_IN,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2000-09-24,2000-11-07,44,600,David L. Johnson,3690,DEM,15,31.851115672179255,Richard G. Lugar,3691,REP,70,66.56433009557577,-55,-34.713214423396515 +6582,27265,1690,2000,IN,Sen-G,2000_Sen-G_IN,Indiana University Public Opinion Laboratory,149,TRUE,TRUE,NA,NA,2000-10-06,2000-11-07,32,726,David L. Johnson,3690,DEM,9,31.851115672179255,Richard G. Lugar,3691,REP,57,66.56433009557577,-48,-34.713214423396515 +54450,27280,1690,2000,IN,Sen-G,2000_Sen-G_IN,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,600,David L. Johnson,3690,DEM,10,31.851115672179255,Richard G. Lugar,3691,REP,69,66.56433009557577,-59,-34.713214423396515 +54454,117134,1690,2000,IN,Sen-G,2000_Sen-G_IN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5592,David L. Johnson,3690,DEM,25,31.851115672179255,Richard G. Lugar,3691,REP,71,66.56433009557577,-46,-34.713214423396515 +6751,27437,1691,2000,ME,Sen-G,2000_Sen-G_ME,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,418,Mark W. Lawrence,3711,DEM,19,31.058701596542292,Olympia J. Snowe,3712,REP,70,68.94129840345771,-51,-37.882596806915416 +25885,31125,1691,2000,ME,Sen-G,2000_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2000-09-17,2000-11-07,51,400,Mark W. Lawrence,3711,DEM,17,31.058701596542292,Olympia J. Snowe,3712,REP,70,68.94129840345771,-53,-37.882596806915416 +6504,27206,1691,2000,ME,Sen-G,2000_Sen-G_ME,Digital Research,64,FALSE,FALSE,NA,NA,2000-10-14,2000-11-07,24,404,Mark W. Lawrence,3711,DEM,16,31.058701596542292,Olympia J. Snowe,3712,REP,72,68.94129840345771,-56,-37.882596806915416 +63610,117254,1691,2000,ME,Sen-G,2000_Sen-G_ME,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,1548,Mark W. Lawrence,3711,DEM,27,31.058701596542292,Olympia J. Snowe,3712,REP,66,68.94129840345771,-39,-37.882596806915416 +25884,31124,1691,2000,ME,Sen-G,2000_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,400,Mark W. Lawrence,3711,DEM,19,31.058701596542292,Olympia J. Snowe,3712,REP,73,68.94129840345771,-54,-37.882596806915416 +6400,27279,1691,2000,ME,Sen-G,2000_Sen-G_ME,Market Decisions Research,184,FALSE,TRUE,Live Phone,NA,2000-10-24,2000-11-07,14,824,Mark W. Lawrence,3711,DEM,15,31.058701596542292,Olympia J. Snowe,3712,REP,60,68.94129840345771,-45,-37.882596806915416 +63560,117159,1691,2000,ME,Sen-G,2000_Sen-G_ME,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1473,Mark W. Lawrence,3711,DEM,28,31.058701596542292,Olympia J. Snowe,3712,REP,70,68.94129840345771,-42,-37.882596806915416 +6563,31016,1692,2000,MD,Sen-G,2000_Sen-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-10-07,2000-11-07,31,625,Paul S. Sarbanes,3699,DEM,58,63.17809150761878,Paul H. Rappaport,3700,REP,29,36.73423055547851,29,26.44386095214027 +6363,27295,1692,2000,MD,Sen-G,2000_Sen-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,625,Paul S. Sarbanes,3699,DEM,59,63.17809150761878,Paul H. Rappaport,3700,REP,30,36.73423055547851,29,26.44386095214027 +63624,117255,1692,2000,MD,Sen-G,2000_Sen-G_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-26,2000-11-07,12,696,Paul S. Sarbanes,3699,DEM,57,63.17809150761878,Paul H. Rappaport,3700,REP,37,36.73423055547851,20,26.44386095214027 +6371,30993,1692,2000,MD,Sen-G,2000_Sen-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,627,Paul S. Sarbanes,3699,DEM,63,63.17809150761878,Paul H. Rappaport,3700,REP,30,36.73423055547851,33,26.44386095214027 +63559,117160,1692,2000,MD,Sen-G,2000_Sen-G_MD,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5198,Paul S. Sarbanes,3699,DEM,62,63.17809150761878,Paul H. Rappaport,3700,REP,37,36.73423055547851,25,26.44386095214027 +6366,27435,1693,2000,MA,Sen-G,2000_Sen-G_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,400,Edward M. Kennedy,3693,DEM,60,69.11082126374265,Jack E. Robinson,3694,REP,11,12.228978283149342,49,56.881842980593305 +6367,27268,1693,2000,MA,Sen-G,2000_Sen-G_MA,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,400,Edward M. Kennedy,3693,DEM,68,69.11082126374265,Jack E. Robinson,3694,REP,16,12.228978283149342,52,56.881842980593305 +6341,27473,1693,2000,MA,Sen-G,2000_Sen-G_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,401,Edward M. Kennedy,3693,DEM,64,69.11082126374265,Jack E. Robinson,3694,REP,11,12.228978283149342,53,56.881842980593305 +63558,117162,1693,2000,MA,Sen-G,2000_Sen-G_MA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5109,Edward M. Kennedy,3693,DEM,67,69.11082126374265,Jack E. Robinson,3694,REP,14,12.228978283149342,53,56.881842980593305 +6777,30962,1694,2000,MI,Sen-G,2000_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,500,Debbie Stabenow,3713,DEM,32,49.474756369543286,Spencer Abraham,3714,REP,44,47.86093478753792,-12,1.6138215820053645 +25823,31063,1694,2000,MI,Sen-G,2000_Sen-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,500,Debbie Stabenow,3713,DEM,33,49.474756369543286,Spencer Abraham,3714,REP,45,47.86093478753792,-12,1.6138215820053645 +73379,137543,1694,2000,MI,Sen-G,2000_Sen-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-24,2000-11-07,44,600,Debbie Stabenow,3713,DEM,45,49.474756369543286,Spencer Abraham,3714,REP,46,47.86093478753792,-1,1.6138215820053645 +6671,27462,1694,2000,MI,Sen-G,2000_Sen-G_MI,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2000-09-24,2000-11-07,44,1005,Debbie Stabenow,3713,DEM,38,49.474756369543286,Spencer Abraham,3714,REP,49,47.86093478753792,-11,1.6138215820053645 +6641,30961,1694,2000,MI,Sen-G,2000_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-27,2000-11-07,41,500,Debbie Stabenow,3713,DEM,34,49.474756369543286,Spencer Abraham,3714,REP,43,47.86093478753792,-9,1.6138215820053645 +6520,30960,1694,2000,MI,Sen-G,2000_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,500,Debbie Stabenow,3713,DEM,39,49.474756369543286,Spencer Abraham,3714,REP,49,47.86093478753792,-10,1.6138215820053645 +6533,27365,1694,2000,MI,Sen-G,2000_Sen-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,500,Debbie Stabenow,3713,DEM,36,49.474756369543286,Spencer Abraham,3714,REP,50,47.86093478753792,-14,1.6138215820053645 +6541,31058,1694,2000,MI,Sen-G,2000_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,800,Debbie Stabenow,3713,DEM,33,49.474756369543286,Spencer Abraham,3714,REP,50,47.86093478753792,-17,1.6138215820053645 +73378,137542,1694,2000,MI,Sen-G,2000_Sen-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-14,2000-11-07,24,678,Debbie Stabenow,3713,DEM,43,49.474756369543286,Spencer Abraham,3714,REP,51,47.86093478753792,-8,1.6138215820053645 +63599,117256,1694,2000,MI,Sen-G,2000_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-18,2000-11-07,20,626,Debbie Stabenow,3713,DEM,34,49.474756369543286,Spencer Abraham,3714,REP,53,47.86093478753792,-19,1.6138215820053645 +25719,30959,1694,2000,MI,Sen-G,2000_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,500,Debbie Stabenow,3713,DEM,40,49.474756369543286,Spencer Abraham,3714,REP,47,47.86093478753792,-7,1.6138215820053645 +6388,31057,1694,2000,MI,Sen-G,2000_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,800,Debbie Stabenow,3713,DEM,36,49.474756369543286,Spencer Abraham,3714,REP,39,47.86093478753792,-3,1.6138215820053645 +25718,30958,1694,2000,MI,Sen-G,2000_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,500,Debbie Stabenow,3713,DEM,41,49.474756369543286,Spencer Abraham,3714,REP,41,47.86093478753792,0,1.6138215820053645 +6368,27364,1694,2000,MI,Sen-G,2000_Sen-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,500,Debbie Stabenow,3713,DEM,41,49.474756369543286,Spencer Abraham,3714,REP,49,47.86093478753792,-8,1.6138215820053645 +6333,31164,1694,2000,MI,Sen-G,2000_Sen-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Debbie Stabenow,3713,DEM,44,49.474756369543286,Spencer Abraham,3714,REP,42,47.86093478753792,2,1.6138215820053645 +75505,137541,1694,2000,MI,Sen-G,2000_Sen-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-28,2000-11-07,10,600,Debbie Stabenow,3713,DEM,47,49.474756369543286,Spencer Abraham,3714,REP,49,47.86093478753792,-2,1.6138215820053645 +63630,117257,1694,2000,MI,Sen-G,2000_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,956,Debbie Stabenow,3713,DEM,44,49.474756369543286,Spencer Abraham,3714,REP,45,47.86093478753792,-1,1.6138215820053645 +6263,31161,1694,2000,MI,Sen-G,2000_Sen-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Debbie Stabenow,3713,DEM,48,49.474756369543286,Spencer Abraham,3714,REP,39,47.86093478753792,9,1.6138215820053645 +25816,31056,1694,2000,MI,Sen-G,2000_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,800,Debbie Stabenow,3713,DEM,38,49.474756369543286,Spencer Abraham,3714,REP,40,47.86093478753792,-2,1.6138215820053645 +6249,27355,1694,2000,MI,Sen-G,2000_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,800,Debbie Stabenow,3713,DEM,38,49.474756369543286,Spencer Abraham,3714,REP,41,47.86093478753792,-3,1.6138215820053645 +6172,27218,1694,2000,MI,Sen-G,2000_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,500,Debbie Stabenow,3713,DEM,42,49.474756369543286,Spencer Abraham,3714,REP,47,47.86093478753792,-5,1.6138215820053645 +6169,31158,1694,2000,MI,Sen-G,2000_Sen-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Debbie Stabenow,3713,DEM,45,49.474756369543286,Spencer Abraham,3714,REP,45,47.86093478753792,0,1.6138215820053645 +63561,117163,1694,2000,MI,Sen-G,2000_Sen-G_MI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,6748,Debbie Stabenow,3713,DEM,48,49.474756369543286,Spencer Abraham,3714,REP,48,47.86093478753792,0,1.6138215820053645 +63645,117259,1694,2000,MI,Sen-G,2000_Sen-G_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-04,2000-11-07,3,787,Debbie Stabenow,3713,DEM,42,49.474756369543286,Spencer Abraham,3714,REP,48,47.86093478753792,-6,1.6138215820053645 +63751,117408,1694,2000,MI,Sen-G,2000_Sen-G_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-04,2000-11-07,3,600,Debbie Stabenow,3713,DEM,44,49.474756369543286,Spencer Abraham,3714,REP,50,47.86093478753792,-6,1.6138215820053645 +25916,31156,1694,2000,MI,Sen-G,2000_Sen-G_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,593,Debbie Stabenow,3713,DEM,51,49.474756369543286,Spencer Abraham,3714,REP,47,47.86093478753792,4,1.6138215820053645 +6674,31020,1695,2000,MN,Sen-G,2000_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-24,2000-11-07,44,625,Mark Dayton,13727,DEM,46,48.83419025261209,Rod Grams,3721,REP,41,43.29263655601111,5,5.541553696600978 +6668,31123,1695,2000,MN,Sen-G,2000_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2000-09-25,2000-11-07,43,900,Mark Dayton,13727,DEM,49,48.83419025261209,Rod Grams,3721,REP,35,43.29263655601111,14,5.541553696600978 +6495,31122,1695,2000,MN,Sen-G,2000_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2000-10-16,2000-11-07,22,900,Mark Dayton,13727,DEM,49,48.83419025261209,Rod Grams,3721,REP,37,43.29263655601111,12,5.541553696600978 +6491,27452,1695,2000,MN,Sen-G,2000_Sen-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2000-10-19,2000-11-07,19,514,Mark Dayton,13727,DEM,48,48.83419025261209,Rod Grams,3721,REP,33,43.29263655601111,15,5.541553696600978 +6324,27300,1695,2000,MN,Sen-G,2000_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,625,Mark Dayton,13727,DEM,47,48.83419025261209,Rod Grams,3721,REP,42,43.29263655601111,5,5.541553696600978 +25886,31126,1695,2000,MN,Sen-G,2000_Sen-G_MN,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2000-11-01,2000-11-07,6,450,Mark Dayton,13727,DEM,44,48.83419025261209,Rod Grams,3721,REP,43,43.29263655601111,1,5.541553696600978 +6213,31121,1695,2000,MN,Sen-G,2000_Sen-G_MN,Minneapolis Star Tribune,315,FALSE,TRUE,Live Phone,NA,2000-11-02,2000-11-07,5,900,Mark Dayton,13727,DEM,46,48.83419025261209,Rod Grams,3721,REP,37,43.29263655601111,9,5.541553696600978 +63562,117164,1695,2000,MN,Sen-G,2000_Sen-G_MN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,3793,Mark Dayton,13727,DEM,50,48.83419025261209,Rod Grams,3721,REP,40,43.29263655601111,10,5.541553696600978 +6735,27190,1697,2000,MO,Sen-G,2000_Sen-G_MO,North Star Opinion Research,233,FALSE,FALSE,NA,NA,2000-09-12,2000-11-07,56,500,Mel Carnahan,3740,DEM,38,50.46659321320502,John Ashcroft,3741,REP,43,48.3934101912867,-5,2.073183021918325 +25936,31176,1697,2000,MO,Sen-G,2000_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-15,2000-11-07,53,600,Mel Carnahan,3740,DEM,43,50.46659321320502,John Ashcroft,3741,REP,45,48.3934101912867,-2,2.073183021918325 +54458,117260,1697,2000,MO,Sen-G,2000_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-23,2000-11-07,15,1072,Mel Carnahan,3740,DEM,46,50.46659321320502,John Ashcroft,3741,REP,49,48.3934101912867,-3,2.073183021918325 +6386,31023,1697,2000,MO,Sen-G,2000_Sen-G_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,625,Mel Carnahan,3740,DEM,46,50.46659321320502,John Ashcroft,3741,REP,46,48.3934101912867,0,2.073183021918325 +6372,27518,1697,2000,MO,Sen-G,2000_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,603,Mel Carnahan,3740,DEM,47,50.46659321320502,John Ashcroft,3741,REP,45,48.3934101912867,2,2.073183021918325 +25934,31174,1697,2000,MO,Sen-G,2000_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Mel Carnahan,3740,DEM,50,50.46659321320502,John Ashcroft,3741,REP,43,48.3934101912867,7,2.073183021918325 +63631,117261,1697,2000,MO,Sen-G,2000_Sen-G_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,1243,Mel Carnahan,3740,DEM,48,50.46659321320502,John Ashcroft,3741,REP,46,48.3934101912867,2,2.073183021918325 +25931,31171,1697,2000,MO,Sen-G,2000_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Mel Carnahan,3740,DEM,47,50.46659321320502,John Ashcroft,3741,REP,45,48.3934101912867,2,2.073183021918325 +25928,31168,1697,2000,MO,Sen-G,2000_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Mel Carnahan,3740,DEM,48,50.46659321320502,John Ashcroft,3741,REP,45,48.3934101912867,3,2.073183021918325 +54469,117135,1697,2000,MO,Sen-G,2000_Sen-G_MO,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5833,Mel Carnahan,3740,DEM,49,50.46659321320502,John Ashcroft,3741,REP,49,48.3934101912867,0,2.073183021918325 +65025,120635,1697,2000,MO,Sen-G,2000_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,597,Mel Carnahan,3740,DEM,49,50.46659321320502,John Ashcroft,3741,REP,49,48.3934101912867,0,2.073183021918325 +6678,27309,1698,2000,MT,Sen-G,2000_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-22,2000-11-07,46,625,Brian Schweitzer,3763,DEM,39,47.23749456391019,Conrad Burns,3764,REP,48,50.55429894485193,-9,-3.31680438094174 +12770,27186,1698,2000,MT,Sen-G,2000_Sen-G_MT,A&A Research,2,FALSE,TRUE,NA,NA,2000-10-14,2000-11-07,24,402,Brian Schweitzer,3763,DEM,40,47.23749456391019,Conrad Burns,3764,REP,48,50.55429894485193,-8,-3.31680438094174 +54474,117241,1698,2000,MT,Sen-G,2000_Sen-G_MT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-19,2000-11-07,19,968,Brian Schweitzer,3763,DEM,41,47.23749456391019,Conrad Burns,3764,REP,51,50.55429894485193,-10,-3.31680438094174 +25829,31069,1698,2000,MT,Sen-G,2000_Sen-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,403,Brian Schweitzer,3763,DEM,43,47.23749456391019,Conrad Burns,3764,REP,41,50.55429894485193,2,-3.31680438094174 +6387,27308,1698,2000,MT,Sen-G,2000_Sen-G_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,628,Brian Schweitzer,3763,DEM,44,47.23749456391019,Conrad Burns,3764,REP,45,50.55429894485193,-1,-3.31680438094174 +25875,31115,1699,2000,NE,Sen-G,2000_Sen-G_NE,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2000-09-13,2000-11-07,55,678,Ben Nelson,3770,DEM,53,50.999205604101974,Don Stenberg,3771,REP,33,48.815916805084136,20,2.183288799017838 +25822,31062,1699,2000,NE,Sen-G,2000_Sen-G_NE,Moore Information Group,217,FALSE,FALSE,NA,REP,2000-09-20,2000-11-07,48,400,Ben Nelson,3770,DEM,44,50.999205604101974,Don Stenberg,3771,REP,45,48.815916805084136,-1,2.183288799017838 +25821,31061,1699,2000,NE,Sen-G,2000_Sen-G_NE,Moore Information Group,217,FALSE,FALSE,NA,REP,2000-10-11,2000-11-07,27,450,Ben Nelson,3770,DEM,41,50.999205604101974,Don Stenberg,3771,REP,43,48.815916805084136,-2,2.183288799017838 +6352,27439,1699,2000,NE,Sen-G,2000_Sen-G_NE,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,1007,Ben Nelson,3770,DEM,49,50.999205604101974,Don Stenberg,3771,REP,37,48.815916805084136,12,2.183288799017838 +63563,117165,1699,2000,NE,Sen-G,2000_Sen-G_NE,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1477,Ben Nelson,3770,DEM,53,50.999205604101974,Don Stenberg,3771,REP,46,48.815916805084136,7,2.183288799017838 +25792,31032,1700,2000,NV,Sen-G,2000_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,625,Ed Bernstein,3807,DEM,39,39.69346105789254,John Ensign,3808,REP,50,55.09154518950437,-11,-15.398084131611832 +25809,31049,1700,2000,NV,Sen-G,2000_Sen-G_NV,Mellman Group,205,FALSE,FALSE,NA,DEM,2000-09-17,2000-11-07,51,500,Ed Bernstein,3807,DEM,37,39.69346105789254,John Ensign,3808,REP,41,55.09154518950437,-4,-15.398084131611832 +73381,137545,1700,2000,NV,Sen-G,2000_Sen-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-24,2000-11-07,44,500,Ed Bernstein,3807,DEM,42,39.69346105789254,John Ensign,3808,REP,49,55.09154518950437,-7,-15.398084131611832 +73380,137544,1700,2000,NV,Sen-G,2000_Sen-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-08,2000-11-07,30,500,Ed Bernstein,3807,DEM,42,39.69346105789254,John Ensign,3808,REP,49,55.09154518950437,-7,-15.398084131611832 +63614,117262,1700,2000,NV,Sen-G,2000_Sen-G_NV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-23,2000-11-07,15,817,Ed Bernstein,3807,DEM,37,39.69346105789254,John Ensign,3808,REP,54,55.09154518950437,-17,-15.398084131611832 +6325,27316,1700,2000,NV,Sen-G,2000_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,625,Ed Bernstein,3807,DEM,37,39.69346105789254,John Ensign,3808,REP,54,55.09154518950437,-17,-15.398084131611832 +63745,117409,1700,2000,NV,Sen-G,2000_Sen-G_NV,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-31,2000-11-07,7,500,Ed Bernstein,3807,DEM,39,39.69346105789254,John Ensign,3808,REP,55,55.09154518950437,-16,-15.398084131611832 +63566,117168,1700,2000,NV,Sen-G,2000_Sen-G_NV,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1833,Ed Bernstein,3807,DEM,43,39.69346105789254,John Ensign,3808,REP,52,55.09154518950437,-9,-15.398084131611832 +6784,31118,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2000-09-10,2000-11-07,58,678,Jon Stevens Corzine,3786,DEM,49,50.11294369196549,Bob Franks,3787,REP,39,47.09635894208304,10,3.0165847498824476 +6637,31083,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-09-28,2000-11-07,40,820,Jon Stevens Corzine,3786,DEM,48,50.11294369196549,Bob Franks,3787,REP,34,47.09635894208304,14,3.0165847498824476 +73382,137546,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-11,2000-11-07,27,500,Jon Stevens Corzine,3786,DEM,50,50.11294369196549,Bob Franks,3787,REP,42,47.09635894208304,8,3.0165847498824476 +25748,30988,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Gannett New Jersey,760,FALSE,TRUE,NA,NA,2000-10-13,2000-11-07,25,510,Jon Stevens Corzine,3786,DEM,43,50.11294369196549,Bob Franks,3787,REP,30,47.09635894208304,13,3.0165847498824476 +6502,27444,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,678,Jon Stevens Corzine,3786,DEM,50,50.11294369196549,Bob Franks,3787,REP,39,47.09635894208304,11,3.0165847498824476 +6503,31128,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2000-10-14,2000-11-07,24,800,Jon Stevens Corzine,3786,DEM,45,50.11294369196549,Bob Franks,3787,REP,33,47.09635894208304,12,3.0165847498824476 +6464,31082,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,909,Jon Stevens Corzine,3786,DEM,46,50.11294369196549,Bob Franks,3787,REP,41,47.09635894208304,5,3.0165847498824476 +63733,117412,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-24,2000-11-07,14,500,Jon Stevens Corzine,3786,DEM,50,50.11294369196549,Bob Franks,3787,REP,42,47.09635894208304,8,3.0165847498824476 +6383,27443,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,432,Jon Stevens Corzine,3786,DEM,49,50.11294369196549,Bob Franks,3787,REP,39,47.09635894208304,10,3.0165847498824476 +6338,30987,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Gannett New Jersey,760,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,575,Jon Stevens Corzine,3786,DEM,39,50.11294369196549,Bob Franks,3787,REP,35,47.09635894208304,4,3.0165847498824476 +6370,27391,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,678,Jon Stevens Corzine,3786,DEM,47,50.11294369196549,Bob Franks,3787,REP,39,47.09635894208304,8,3.0165847498824476 +63638,117264,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-30,2000-11-07,8,594,Jon Stevens Corzine,3786,DEM,46,50.11294369196549,Bob Franks,3787,REP,42,47.09635894208304,4,3.0165847498824476 +25887,31127,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2000-10-31,2000-11-07,7,500,Jon Stevens Corzine,3786,DEM,40,50.11294369196549,Bob Franks,3787,REP,44,47.09635894208304,-4,3.0165847498824476 +6163,27251,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Gannett New Jersey,760,FALSE,TRUE,Live Phone,NA,2000-11-03,2000-11-07,4,843,Jon Stevens Corzine,3786,DEM,41,50.11294369196549,Bob Franks,3787,REP,36,47.09635894208304,5,3.0165847498824476 +63564,117172,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,7193,Jon Stevens Corzine,3786,DEM,49,50.11294369196549,Bob Franks,3787,REP,45,47.09635894208304,4,3.0165847498824476 +6175,27390,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,770,Jon Stevens Corzine,3786,DEM,43,50.11294369196549,Bob Franks,3787,REP,45,47.09635894208304,-2,3.0165847498824476 +63653,117265,1701,2000,NJ,Sen-G,2000_Sen-G_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,637,Jon Stevens Corzine,3786,DEM,43,50.11294369196549,Bob Franks,3787,REP,44,47.09635894208304,-1,3.0165847498824476 +6762,27407,1702,2000,NM,Sen-G,2000_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,553,Jeff Bingaman,3801,DEM,57,61.70109545634968,Bill Redmond,3802,REP,28,38.253953175941355,29,23.447142280408322 +65008,120565,1702,2000,NM,Sen-G,2000_Sen-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,425,Jeff Bingaman,3801,DEM,59,61.70109545634968,Bill Redmond,3802,REP,31,38.253953175941355,28,23.447142280408322 +6171,31028,1702,2000,NM,Sen-G,2000_Sen-G_NM,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,425,Jeff Bingaman,3801,DEM,60,61.70109545634968,Bill Redmond,3802,REP,30,38.253953175941355,30,23.447142280408322 +63565,117174,1702,2000,NM,Sen-G,2000_Sen-G_NM,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1656,Jeff Bingaman,3801,DEM,61,61.70109545634968,Bill Redmond,3802,REP,35,38.253953175941355,26,23.447142280408322 +25951,31191,1703,2000,NY,Sen-G,2000_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-08,2000-11-07,60,678,Hillary Rodham Clinton,3819,DEM,47,51.18660934970693,Rick Lazio,3821,REP,45,39.14829484535312,2,12.038314504353806 +6783,31004,1703,2000,NY,Sen-G,2000_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-09-08,2000-11-07,60,480,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,47,39.14829484535312,3,12.038314504353806 +6844,31090,1703,2000,NY,Sen-G,2000_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-09-07,2000-11-07,61,803,Hillary Rodham Clinton,3819,DEM,49,51.18660934970693,Rick Lazio,3821,REP,44,39.14829484535312,5,12.038314504353806 +6761,30946,1703,2000,NY,Sen-G,2000_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2000-09-09,2000-11-07,59,850,Hillary Rodham Clinton,3819,DEM,47,51.18660934970693,Rick Lazio,3821,REP,42,39.14829484535312,5,12.038314504353806 +25705,30945,1703,2000,NY,Sen-G,2000_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2000-09-13,2000-11-07,55,850,Hillary Rodham Clinton,3819,DEM,48,51.18660934970693,Rick Lazio,3821,REP,43,39.14829484535312,5,12.038314504353806 +25889,31129,1703,2000,NY,Sen-G,2000_Sen-G_NY,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2000-09-16,2000-11-07,52,678,Hillary Rodham Clinton,3819,DEM,51,51.18660934970693,Rick Lazio,3821,REP,41,39.14829484535312,10,12.038314504353806 +25763,31003,1703,2000,NY,Sen-G,2000_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-09-19,2000-11-07,49,480,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,48,39.14829484535312,2,12.038314504353806 +6684,31089,1703,2000,NY,Sen-G,2000_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-09-22,2000-11-07,46,889,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,43,39.14829484535312,7,12.038314504353806 +6662,31078,1703,2000,NY,Sen-G,2000_Sen-G_NY,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2000-09-25,2000-11-07,43,851,Hillary Rodham Clinton,3819,DEM,42,51.18660934970693,Rick Lazio,3821,REP,41,39.14829484535312,1,12.038314504353806 +73385,137549,1703,2000,NY,Sen-G,2000_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-27,2000-11-07,41,500,Hillary Rodham Clinton,3819,DEM,49,51.18660934970693,Rick Lazio,3821,REP,46,39.14829484535312,3,12.038314504353806 +6622,31190,1703,2000,NY,Sen-G,2000_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-30,2000-11-07,38,702,Hillary Rodham Clinton,3819,DEM,48,51.18660934970693,Rick Lazio,3821,REP,44,39.14829484535312,4,12.038314504353806 +25848,31088,1703,2000,NY,Sen-G,2000_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-10-04,2000-11-07,34,678,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,43,39.14829484535312,7,12.038314504353806 +6606,30944,1703,2000,NY,Sen-G,2000_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2000-10-03,2000-11-07,35,850,Hillary Rodham Clinton,3819,DEM,48,51.18660934970693,Rick Lazio,3821,REP,43,39.14829484535312,5,12.038314504353806 +73384,137548,1703,2000,NY,Sen-G,2000_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-08,2000-11-07,30,500,Hillary Rodham Clinton,3819,DEM,47,51.18660934970693,Rick Lazio,3821,REP,47,39.14829484535312,0,12.038314504353806 +25762,31002,1703,2000,NY,Sen-G,2000_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-10-10,2000-11-07,28,473,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,45,39.14829484535312,5,12.038314504353806 +6527,31077,1703,2000,NY,Sen-G,2000_Sen-G_NY,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2000-10-13,2000-11-07,25,795,Hillary Rodham Clinton,3819,DEM,51,51.18660934970693,Rick Lazio,3821,REP,45,39.14829484535312,6,12.038314504353806 +25847,31087,1703,2000,NY,Sen-G,2000_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,678,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,43,39.14829484535312,7,12.038314504353806 +25949,31189,1703,2000,NY,Sen-G,2000_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,504,Hillary Rodham Clinton,3819,DEM,42,51.18660934970693,Rick Lazio,3821,REP,43,39.14829484535312,-1,12.038314504353806 +63611,117266,1703,2000,NY,Sen-G,2000_Sen-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,781,Hillary Rodham Clinton,3819,DEM,48,51.18660934970693,Rick Lazio,3821,REP,45,39.14829484535312,3,12.038314504353806 +73383,137547,1703,2000,NY,Sen-G,2000_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-23,2000-11-07,15,500,Hillary Rodham Clinton,3819,DEM,51,51.18660934970693,Rick Lazio,3821,REP,45,39.14829484535312,6,12.038314504353806 +6398,30943,1703,2000,NY,Sen-G,2000_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2000-10-24,2000-11-07,14,850,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,43,39.14829484535312,7,12.038314504353806 +25947,31187,1703,2000,NY,Sen-G,2000_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,700,Hillary Rodham Clinton,3819,DEM,45,51.18660934970693,Rick Lazio,3821,REP,46,39.14829484535312,-1,12.038314504353806 +6343,27463,1703,2000,NY,Sen-G,2000_Sen-G_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,871,Hillary Rodham Clinton,3819,DEM,52,51.18660934970693,Rick Lazio,3821,REP,44,39.14829484535312,8,12.038314504353806 +25761,31001,1703,2000,NY,Sen-G,2000_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,516,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,46,39.14829484535312,4,12.038314504353806 +6369,27398,1703,2000,NY,Sen-G,2000_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,678,Hillary Rodham Clinton,3819,DEM,47,51.18660934970693,Rick Lazio,3821,REP,44,39.14829484535312,3,12.038314504353806 +25944,31184,1703,2000,NY,Sen-G,2000_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,700,Hillary Rodham Clinton,3819,DEM,45,51.18660934970693,Rick Lazio,3821,REP,47,39.14829484535312,-2,12.038314504353806 +6281,27383,1703,2000,NY,Sen-G,2000_Sen-G_NY,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-30,2000-11-07,8,844,Hillary Rodham Clinton,3819,DEM,48,51.18660934970693,Rick Lazio,3821,REP,47,39.14829484535312,1,12.038314504353806 +63746,117413,1703,2000,NY,Sen-G,2000_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Hillary Rodham Clinton,3819,DEM,51,51.18660934970693,Rick Lazio,3821,REP,45,39.14829484535312,6,12.038314504353806 +25941,31181,1703,2000,NY,Sen-G,2000_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,700,Hillary Rodham Clinton,3819,DEM,49,51.18660934970693,Rick Lazio,3821,REP,45,39.14829484535312,4,12.038314504353806 +6217,27193,1703,2000,NY,Sen-G,2000_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,883,Hillary Rodham Clinton,3819,DEM,47,51.18660934970693,Rick Lazio,3821,REP,40,39.14829484535312,7,12.038314504353806 +63652,117267,1703,2000,NY,Sen-G,2000_Sen-G_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-04,2000-11-07,3,680,Hillary Rodham Clinton,3819,DEM,48,51.18660934970693,Rick Lazio,3821,REP,40,39.14829484535312,8,12.038314504353806 +63567,117175,1703,2000,NY,Sen-G,2000_Sen-G_NY,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,13590,Hillary Rodham Clinton,3819,DEM,51,51.18660934970693,Rick Lazio,3821,REP,46,39.14829484535312,5,12.038314504353806 +6190,27192,1703,2000,NY,Sen-G,2000_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2000-11-02,2000-11-07,5,851,Hillary Rodham Clinton,3819,DEM,47,51.18660934970693,Rick Lazio,3821,REP,40,39.14829484535312,7,12.038314504353806 +6142,27274,1703,2000,NY,Sen-G,2000_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-11-04,2000-11-07,3,580,Hillary Rodham Clinton,3819,DEM,50,51.18660934970693,Rick Lazio,3821,REP,46,39.14829484535312,4,12.038314504353806 +6165,27397,1703,2000,NY,Sen-G,2000_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,979,Hillary Rodham Clinton,3819,DEM,51,51.18660934970693,Rick Lazio,3821,REP,39,39.14829484535312,12,12.038314504353806 +65026,120636,1703,2000,NY,Sen-G,2000_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,689,Hillary Rodham Clinton,3819,DEM,51,51.18660934970693,Rick Lazio,3821,REP,48,39.14829484535312,3,12.038314504353806 +6598,31055,1704,2000,ND,Sen-G,2000_Sen-G_ND,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,Live Phone,NA,2000-10-04,2000-11-07,34,586,Kent Conrad,3768,DEM,65,61.37254424617182,Duane Sand,3769,REP,24,38.62745575382818,41,22.74508849234364 +54489,117242,1704,2000,ND,Sen-G,2000_Sen-G_ND,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,1258,Kent Conrad,3768,DEM,57,61.37254424617182,Duane Sand,3769,REP,34,38.62745575382818,23,22.74508849234364 +6779,27239,1705,2000,OH,Sen-G,2000_Sen-G_OH,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,400,Ted Celeste,3833,DEM,27,35.853840169519835,Mike DeWine,3834,REP,48,59.91528953531524,-21,-24.061449365795404 +25707,30947,1705,2000,OH,Sen-G,2000_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,2000-09-15,2000-11-07,53,678,Ted Celeste,3833,DEM,32,35.853840169519835,Mike DeWine,3834,REP,57,59.91528953531524,-25,-24.061449365795404 +6851,27477,1705,2000,OH,Sen-G,2000_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2000-09-11,2000-11-07,57,628,Ted Celeste,3833,DEM,31,35.853840169519835,Mike DeWine,3834,REP,63,59.91528953531524,-32,-24.061449365795404 +73386,137550,1705,2000,OH,Sen-G,2000_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-04,2000-11-07,34,500,Ted Celeste,3833,DEM,37,35.853840169519835,Mike DeWine,3834,REP,54,59.91528953531524,-17,-24.061449365795404 +6462,27322,1705,2000,OH,Sen-G,2000_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,625,Ted Celeste,3833,DEM,31,35.853840169519835,Mike DeWine,3834,REP,54,59.91528953531524,-23,-24.061449365795404 +6600,27374,1705,2000,OH,Sen-G,2000_Sen-G_OH,Ohio State University,236,TRUE,TRUE,NA,NA,2000-10-12,2000-11-07,26,1037,Ted Celeste,3833,DEM,36,35.853840169519835,Mike DeWine,3834,REP,50,59.91528953531524,-14,-24.061449365795404 +63615,117268,1705,2000,OH,Sen-G,2000_Sen-G_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-23,2000-11-07,15,929,Ted Celeste,3833,DEM,30,35.853840169519835,Mike DeWine,3834,REP,56,59.91528953531524,-26,-24.061449365795404 +25897,31137,1705,2000,OH,Sen-G,2000_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,608,Ted Celeste,3833,DEM,34,35.853840169519835,Mike DeWine,3834,REP,59,59.91528953531524,-25,-24.061449365795404 +6336,31204,1705,2000,OH,Sen-G,2000_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Ted Celeste,3833,DEM,32,35.853840169519835,Mike DeWine,3834,REP,57,59.91528953531524,-25,-24.061449365795404 +6251,31201,1705,2000,OH,Sen-G,2000_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Ted Celeste,3833,DEM,27,35.853840169519835,Mike DeWine,3834,REP,60,59.91528953531524,-33,-24.061449365795404 +6167,27321,1705,2000,OH,Sen-G,2000_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,625,Ted Celeste,3833,DEM,32,35.853840169519835,Mike DeWine,3834,REP,56,59.91528953531524,-24,-24.061449365795404 +63748,117414,1705,2000,OH,Sen-G,2000_Sen-G_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Ted Celeste,3833,DEM,37,35.853840169519835,Mike DeWine,3834,REP,56,59.91528953531524,-19,-24.061449365795404 +6183,31198,1705,2000,OH,Sen-G,2000_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Ted Celeste,3833,DEM,29,35.853840169519835,Mike DeWine,3834,REP,61,59.91528953531524,-32,-24.061449365795404 +6299,27201,1705,2000,OH,Sen-G,2000_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2000-10-31,2000-11-07,7,2050,Ted Celeste,3833,DEM,34,35.853840169519835,Mike DeWine,3834,REP,61,59.91528953531524,-27,-24.061449365795404 +63568,117176,1705,2000,OH,Sen-G,2000_Sen-G_OH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,10956,Ted Celeste,3833,DEM,36,35.853840169519835,Mike DeWine,3834,REP,59,59.91528953531524,-23,-24.061449365795404 +25896,31136,1705,2000,OH,Sen-G,2000_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1179,Ted Celeste,3833,DEM,34.1,35.853840169519835,Mike DeWine,3834,REP,63,59.91528953531524,-28.9,-24.061449365795404 +65027,120637,1705,2000,OH,Sen-G,2000_Sen-G_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,589,Ted Celeste,3833,DEM,31,35.853840169519835,Mike DeWine,3834,REP,56,59.91528953531524,-25,-24.061449365795404 +6780,27240,1706,2000,PA,Sen-G,2000_Sen-G_PA,EPIC-MRA,84,FALSE,FALSE,NA,NA,2000-09-10,2000-11-07,58,400,Ron Klink,3844,DEM,37,45.50908573306335,Rick Santorum,3845,REP,41,52.41607597364035,-4,-6.906990240577002 +25795,31035,1706,2000,PA,Sen-G,2000_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,625,Ron Klink,3844,DEM,35,45.50908573306335,Rick Santorum,3845,REP,53,52.41607597364035,-18,-6.906990240577002 +73023,136956,1706,2000,PA,Sen-G,2000_Sen-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,NA,NA,2000-09-13,2000-11-07,55,678,Ron Klink,3844,DEM,40,45.50908573306335,Rick Santorum,3845,REP,50,52.41607597364035,-10,-6.906990240577002 +6639,137072,1706,2000,PA,Sen-G,2000_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-27,2000-11-07,41,678,Ron Klink,3844,DEM,35,45.50908573306335,Rick Santorum,3845,REP,53,52.41607597364035,-18,-6.906990240577002 +25813,31053,1706,2000,PA,Sen-G,2000_Sen-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,NA,NA,2000-09-30,2000-11-07,38,550,Ron Klink,3844,DEM,25,45.50908573306335,Rick Santorum,3845,REP,43,52.41607597364035,-18,-6.906990240577002 +25891,31131,1706,2000,PA,Sen-G,2000_Sen-G_PA,University of Connecticut,347,TRUE,TRUE,NA,NA,2000-10-06,2000-11-07,32,614,Ron Klink,3844,DEM,32,45.50908573306335,Rick Santorum,3845,REP,51,52.41607597364035,-19,-6.906990240577002 +6472,30949,1706,2000,PA,Sen-G,2000_Sen-G_PA,Lincoln Institute,170,FALSE,FALSE,Live Phone,NA,2000-10-17,2000-11-07,21,728,Ron Klink,3844,DEM,38,45.50908573306335,Rick Santorum,3845,REP,49,52.41607597364035,-11,-6.906990240577002 +63600,117269,1706,2000,PA,Sen-G,2000_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-18,2000-11-07,20,1043,Ron Klink,3844,DEM,39,45.50908573306335,Rick Santorum,3845,REP,52,52.41607597364035,-13,-6.906990240577002 +6450,117234,1706,2000,PA,Sen-G,2000_Sen-G_PA,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2000-10-22,2000-11-07,16,500,Ron Klink,3844,DEM,31,45.50908573306335,Rick Santorum,3845,REP,53,52.41607597364035,-22,-6.906990240577002 +6320,31214,1706,2000,PA,Sen-G,2000_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,600,Ron Klink,3844,DEM,33,45.50908573306335,Rick Santorum,3845,REP,54,52.41607597364035,-21,-6.906990240577002 +6326,27350,1706,2000,PA,Sen-G,2000_Sen-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,Live Phone,NA,2000-10-28,2000-11-07,10,550,Ron Klink,3844,DEM,27,45.50908573306335,Rick Santorum,3845,REP,48,52.41607597364035,-21,-6.906990240577002 +63635,117270,1706,2000,PA,Sen-G,2000_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-29,2000-11-07,9,967,Ron Klink,3844,DEM,36,45.50908573306335,Rick Santorum,3845,REP,54,52.41607597364035,-18,-6.906990240577002 +6266,31211,1706,2000,PA,Sen-G,2000_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,600,Ron Klink,3844,DEM,34,45.50908573306335,Rick Santorum,3845,REP,51,52.41607597364035,-17,-6.906990240577002 +6174,27323,1706,2000,PA,Sen-G,2000_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,625,Ron Klink,3844,DEM,36,45.50908573306335,Rick Santorum,3845,REP,55,52.41607597364035,-19,-6.906990240577002 +6194,27209,1706,2000,PA,Sen-G,2000_Sen-G_PA,Decision Forecasting,77,FALSE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,1032,Ron Klink,3844,DEM,34,45.50908573306335,Rick Santorum,3845,REP,55,52.41607597364035,-21,-6.906990240577002 +63749,117415,1706,2000,PA,Sen-G,2000_Sen-G_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,800,Ron Klink,3844,DEM,41,45.50908573306335,Rick Santorum,3845,REP,57,52.41607597364035,-16,-6.906990240577002 +6184,31208,1706,2000,PA,Sen-G,2000_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,600,Ron Klink,3844,DEM,34,45.50908573306335,Rick Santorum,3845,REP,50,52.41607597364035,-16,-6.906990240577002 +63644,117271,1706,2000,PA,Sen-G,2000_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-02,2000-11-07,5,644,Ron Klink,3844,DEM,36,45.50908573306335,Rick Santorum,3845,REP,56,52.41607597364035,-20,-6.906990240577002 +63571,136955,1706,2000,PA,Sen-G,2000_Sen-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,678,Ron Klink,3844,DEM,38,45.50908573306335,Rick Santorum,3845,REP,55,52.41607597364035,-17,-6.906990240577002 +65009,120566,1706,2000,PA,Sen-G,2000_Sen-G_PA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,592,Ron Klink,3844,DEM,34,45.50908573306335,Rick Santorum,3845,REP,52,52.41607597364035,-18,-6.906990240577002 +63654,117272,1706,2000,PA,Sen-G,2000_Sen-G_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,1091,Ron Klink,3844,DEM,38,45.50908573306335,Rick Santorum,3845,REP,52,52.41607597364035,-14,-6.906990240577002 +6531,27246,1707,2000,RI,Sen-G,2000_Sen-G_RI,Fleming & Associates,96,FALSE,FALSE,NA,NA,2000-10-12,2000-11-07,26,408,Robert A. Weygand,3854,DEM,34,41.1452065015472,Lincoln Chafee,3855,REP,50,56.87652835164161,-16,-15.73132185009441 +63603,117273,1707,2000,RI,Sen-G,2000_Sen-G_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-19,2000-11-07,19,802,Robert A. Weygand,3854,DEM,35,41.1452065015472,Lincoln Chafee,3855,REP,52,56.87652835164161,-17,-15.73132185009441 +6416,27199,1707,2000,RI,Sen-G,2000_Sen-G_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2000-10-21,2000-11-07,17,370,Robert A. Weygand,3854,DEM,28,41.1452065015472,Lincoln Chafee,3855,REP,52,56.87652835164161,-24,-15.73132185009441 +63742,117416,1707,2000,RI,Sen-G,2000_Sen-G_RI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-29,2000-11-07,9,500,Robert A. Weygand,3854,DEM,33,41.1452065015472,Lincoln Chafee,3855,REP,59,56.87652835164161,-26,-15.73132185009441 +25797,31037,1708,2000,TN,Sen-G,2000_Sen-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,625,Jeff Clark,3859,DEM,23,32.20718723766769,Bill Frist,3860,REP,62,65.09569312246677,-39,-32.88850588479908 +63608,117274,1708,2000,TN,Sen-G,2000_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-21,2000-11-07,17,839,Jeff Clark,3859,DEM,30,32.20718723766769,Bill Frist,3860,REP,59,65.09569312246677,-29,-32.88850588479908 +6340,31224,1708,2000,TN,Sen-G,2000_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,500,Jeff Clark,3859,DEM,27,32.20718723766769,Bill Frist,3860,REP,61,65.09569312246677,-34,-32.88850588479908 +63626,117275,1708,2000,TN,Sen-G,2000_Sen-G_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-28,2000-11-07,10,722,Jeff Clark,3859,DEM,31,32.20718723766769,Bill Frist,3860,REP,57,65.09569312246677,-26,-32.88850588479908 +6270,31221,1708,2000,TN,Sen-G,2000_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,500,Jeff Clark,3859,DEM,29,32.20718723766769,Bill Frist,3860,REP,58,65.09569312246677,-29,-32.88850588479908 +6185,31218,1708,2000,TN,Sen-G,2000_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,500,Jeff Clark,3859,DEM,34,32.20718723766769,Bill Frist,3860,REP,53,65.09569312246677,-19,-32.88850588479908 +6154,27327,1708,2000,TN,Sen-G,2000_Sen-G_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,625,Jeff Clark,3859,DEM,30,32.20718723766769,Bill Frist,3860,REP,62,65.09569312246677,-32,-32.88850588479908 +63572,117178,1708,2000,TN,Sen-G,2000_Sen-G_TN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5165,Jeff Clark,3859,DEM,35,32.20718723766769,Bill Frist,3860,REP,62,65.09569312246677,-27,-32.88850588479908 +65028,120638,1708,2000,TN,Sen-G,2000_Sen-G_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,490,Jeff Clark,3859,DEM,28,32.20718723766769,Bill Frist,3860,REP,62,65.09569312246677,-34,-32.88850588479908 +63804,117488,1709,2000,TX,Sen-G,2000_Sen-G_TX,Scripps Howard,303,FALSE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,844,Gene Kelly,3870,DEM,23,32.30752442100816,Kay Bailey Hutchison,3871,REP,55,65.07621932736053,-32,-32.76869490635237 +63573,117179,1709,2000,TX,Sen-G,2000_Sen-G_TX,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,17907,Gene Kelly,3870,DEM,31,32.30752442100816,Kay Bailey Hutchison,3871,REP,63,65.07621932736053,-32,-32.76869490635237 +25711,30951,1710,2000,UT,Sen-G,2000_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,678,Scott N. Howell,3878,DEM,26,31.51458222901271,Orrin G. Hatch,3879,REP,59,65.58404269693284,-33,-34.06946046792013 +73279,137365,1710,2000,UT,Sen-G,2000_Sen-G_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-09-27,2000-11-07,41,708,Scott N. Howell,3878,DEM,24,31.51458222901271,Orrin G. Hatch,3879,REP,65,65.58404269693284,-41,-34.06946046792013 +6538,27207,1710,2000,UT,Sen-G,2000_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2000-10-11,2000-11-07,27,914,Scott N. Howell,3878,DEM,24,31.51458222901271,Orrin G. Hatch,3879,REP,64,65.58404269693284,-40,-34.06946046792013 +54509,117243,1710,2000,UT,Sen-G,2000_Sen-G_UT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-24,2000-11-07,14,918,Scott N. Howell,3878,DEM,27,31.51458222901271,Orrin G. Hatch,3879,REP,64,65.58404269693284,-37,-34.06946046792013 +54510,117136,1710,2000,UT,Sen-G,2000_Sen-G_UT,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1638,Scott N. Howell,3878,DEM,32,31.51458222901271,Orrin G. Hatch,3879,REP,64,65.58404269693284,-32,-34.06946046792013 +6463,27336,1711,2000,VT,Sen-G,2000_Sen-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,628,Ed Flanagan,3884,DEM,23,25.42530329289428,James M. Jeffords,3885,REP,66,65.55736568457539,-43,-40.1320623916811 +54518,117245,1711,2000,VT,Sen-G,2000_Sen-G_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-26,2000-11-07,12,1000,Ed Flanagan,3884,DEM,24,25.42530329289428,James M. Jeffords,3885,REP,66,65.55736568457539,-42,-40.1320623916811 +6730,31039,1712,2000,VA,Sen-G,2000_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,625,Charles S. Robb,3882,DEM,41,47.68026057452799,George F. Allen,3883,REP,48,52.255434552685664,-7,-4.575173978157672 +6753,31117,1712,2000,VA,Sen-G,2000_Sen-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,NA,NA,2000-09-13,2000-11-07,55,399,Charles S. Robb,3882,DEM,40,47.68026057452799,George F. Allen,3883,REP,46,52.255434552685664,-6,-4.575173978157672 +73391,137555,1712,2000,VA,Sen-G,2000_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-24,2000-11-07,44,500,Charles S. Robb,3882,DEM,43,47.68026057452799,George F. Allen,3883,REP,57,52.255434552685664,-14,-4.575173978157672 +73390,137554,1712,2000,VA,Sen-G,2000_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-01,2000-11-07,37,500,Charles S. Robb,3882,DEM,41,47.68026057452799,George F. Allen,3883,REP,56,52.255434552685664,-15,-4.575173978157672 +6675,31110,1712,2000,VA,Sen-G,2000_Sen-G_VA,Richmond Times-Dispatch,288,FALSE,TRUE,NA,NA,2000-09-27,2000-11-07,41,507,Charles S. Robb,3882,DEM,42,47.68026057452799,George F. Allen,3883,REP,45,52.255434552685664,-3,-4.575173978157672 +73389,137553,1712,2000,VA,Sen-G,2000_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-08,2000-11-07,30,500,Charles S. Robb,3882,DEM,47,47.68026057452799,George F. Allen,3883,REP,51,52.255434552685664,-4,-4.575173978157672 +73388,137552,1712,2000,VA,Sen-G,2000_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-15,2000-11-07,23,500,Charles S. Robb,3882,DEM,48,47.68026057452799,George F. Allen,3883,REP,51,52.255434552685664,-3,-4.575173978157672 +6454,27481,1712,2000,VA,Sen-G,2000_Sen-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,596,Charles S. Robb,3882,DEM,39,47.68026057452799,George F. Allen,3883,REP,54,52.255434552685664,-15,-4.575173978157672 +6377,31038,1712,2000,VA,Sen-G,2000_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,625,Charles S. Robb,3882,DEM,44,47.68026057452799,George F. Allen,3883,REP,47,52.255434552685664,-3,-4.575173978157672 +63619,117277,1712,2000,VA,Sen-G,2000_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-24,2000-11-07,14,1100,Charles S. Robb,3882,DEM,42,47.68026057452799,George F. Allen,3883,REP,50,52.255434552685664,-8,-4.575173978157672 +25901,31141,1712,2000,VA,Sen-G,2000_Sen-G_VA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,1009,Charles S. Robb,3882,DEM,46,47.68026057452799,George F. Allen,3883,REP,48,52.255434552685664,-2,-4.575173978157672 +73387,137551,1712,2000,VA,Sen-G,2000_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-29,2000-11-07,9,500,Charles S. Robb,3882,DEM,46,47.68026057452799,George F. Allen,3883,REP,53,52.255434552685664,-7,-4.575173978157672 +6231,27329,1712,2000,VA,Sen-G,2000_Sen-G_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,625,Charles S. Robb,3882,DEM,44,47.68026057452799,George F. Allen,3883,REP,49,52.255434552685664,-5,-4.575173978157672 +63639,117278,1712,2000,VA,Sen-G,2000_Sen-G_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-30,2000-11-07,8,897,Charles S. Robb,3882,DEM,44,47.68026057452799,George F. Allen,3883,REP,50,52.255434552685664,-6,-4.575173978157672 +6304,27431,1712,2000,VA,Sen-G,2000_Sen-G_VA,Richmond Times-Dispatch,288,FALSE,TRUE,Live Phone,NA,2000-10-30,2000-11-07,8,735,Charles S. Robb,3882,DEM,43,47.68026057452799,George F. Allen,3883,REP,45,52.255434552685664,-2,-4.575173978157672 +63574,117180,1712,2000,VA,Sen-G,2000_Sen-G_VA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,7462,Charles S. Robb,3882,DEM,47,47.68026057452799,George F. Allen,3883,REP,52,52.255434552685664,-5,-4.575173978157672 +63752,117417,1712,2000,VA,Sen-G,2000_Sen-G_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-04,2000-11-07,3,500,Charles S. Robb,3882,DEM,44,47.68026057452799,George F. Allen,3883,REP,54,52.255434552685664,-10,-4.575173978157672 +25714,30954,1713,2000,WA,Sen-G,2000_Sen-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,2000-09-15,2000-11-07,53,400,Maria Cantwell,3893,DEM,43,48.73028493377087,Slade Gorton,3894,REP,44,48.6397259422462,-1,0.09055899152466651 +25812,31052,1713,2000,WA,Sen-G,2000_Sen-G_WA,Mellman Group,205,FALSE,FALSE,NA,DEM,2000-09-17,2000-11-07,51,800,Maria Cantwell,3893,DEM,46,48.73028493377087,Slade Gorton,3894,REP,41,48.6397259422462,5,0.09055899152466651 +73395,137560,1713,2000,WA,Sen-G,2000_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-09-20,2000-11-07,48,500,Maria Cantwell,3893,DEM,48,48.73028493377087,Slade Gorton,3894,REP,48,48.6397259422462,0,0.09055899152466651 +73394,137559,1713,2000,WA,Sen-G,2000_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-01,2000-11-07,37,500,Maria Cantwell,3893,DEM,47,48.73028493377087,Slade Gorton,3894,REP,47,48.6397259422462,0,0.09055899152466651 +73393,137558,1713,2000,WA,Sen-G,2000_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-15,2000-11-07,23,500,Maria Cantwell,3893,DEM,45,48.73028493377087,Slade Gorton,3894,REP,49,48.6397259422462,-4,0.09055899152466651 +6451,27212,1713,2000,WA,Sen-G,2000_Sen-G_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2000-10-19,2000-11-07,19,400,Maria Cantwell,3893,DEM,43,48.73028493377087,Slade Gorton,3894,REP,46,48.6397259422462,-3,0.09055899152466651 +6489,124656,1713,2000,WA,Sen-G,2000_Sen-G_WA,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2000-10-21,2000-11-07,17,500,Maria Cantwell,3893,DEM,42,48.73028493377087,Slade Gorton,3894,REP,46,48.6397259422462,-4,0.09055899152466651 +6321,31234,1713,2000,WA,Sen-G,2000_Sen-G_WA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,500,Maria Cantwell,3893,DEM,45,48.73028493377087,Slade Gorton,3894,REP,47,48.6397259422462,-2,0.09055899152466651 +6252,31231,1713,2000,WA,Sen-G,2000_Sen-G_WA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,500,Maria Cantwell,3893,DEM,46,48.73028493377087,Slade Gorton,3894,REP,47,48.6397259422462,-1,0.09055899152466651 +54524,117376,1713,2000,WA,Sen-G,2000_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-31,2000-11-07,7,500,Maria Cantwell,3893,DEM,46,48.73028493377087,Slade Gorton,3894,REP,48,48.6397259422462,-2,0.09055899152466651 +6170,31228,1713,2000,WA,Sen-G,2000_Sen-G_WA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,500,Maria Cantwell,3893,DEM,45,48.73028493377087,Slade Gorton,3894,REP,47,48.6397259422462,-2,0.09055899152466651 +54525,117137,1713,2000,WA,Sen-G,2000_Sen-G_WA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,6542,Maria Cantwell,3893,DEM,47,48.73028493377087,Slade Gorton,3894,REP,49,48.6397259422462,-2,0.09055899152466651 +65029,120639,1713,2000,WA,Sen-G,2000_Sen-G_WA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,504,Maria Cantwell,3893,DEM,52,48.73028493377087,Slade Gorton,3894,REP,47,48.6397259422462,5,0.09055899152466651 +63656,117279,1713,2000,WA,Sen-G,2000_Sen-G_WA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,909,Maria Cantwell,3893,DEM,43,48.73028493377087,Slade Gorton,3894,REP,47,48.6397259422462,-4,0.09055899152466651 +54529,117246,1714,2000,WV,Sen-G,2000_Sen-G_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-18,2000-11-07,20,1036,Robert C. Byrd,13715,DEM,75,77.75192757967578,David T. Gallaher,13716,REP,14,20.155697731645116,61,57.59622984803066 +54531,117140,1714,2000,WV,Sen-G,2000_Sen-G_WV,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1683,Robert C. Byrd,13715,DEM,76,77.75192757967578,David T. Gallaher,13716,REP,18,20.155697731645116,58,57.59622984803066 +25766,31006,1715,2000,WI,Sen-G,2000_Sen-G_WI,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2000-09-15,2000-11-07,53,500,Herb Kohl,3902,DEM,64,61.5427921056123,John Gillespie,3903,REP,23,37.035955124301054,41,24.506836981311245 +6447,117107,1715,2000,WI,Sen-G,2000_Sen-G_WI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,587,Herb Kohl,3902,DEM,67,61.5427921056123,John Gillespie,3903,REP,24,37.035955124301054,43,24.506836981311245 +25903,31143,1715,2000,WI,Sen-G,2000_Sen-G_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,Live Phone,NA,2000-10-20,2000-11-07,18,587,Herb Kohl,3902,DEM,67,61.5427921056123,John Gillespie,3903,REP,24,37.035955124301054,43,24.506836981311245 +6322,31244,1715,2000,WI,Sen-G,2000_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-27,2000-11-07,11,500,Herb Kohl,3902,DEM,65,61.5427921056123,John Gillespie,3903,REP,31,37.035955124301054,34,24.506836981311245 +6362,27282,1715,2000,WI,Sen-G,2000_Sen-G_WI,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2000-10-27,2000-11-07,11,500,Herb Kohl,3902,DEM,60,61.5427921056123,John Gillespie,3903,REP,27,37.035955124301054,33,24.506836981311245 +6267,31241,1715,2000,WI,Sen-G,2000_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,500,Herb Kohl,3902,DEM,60,61.5427921056123,John Gillespie,3903,REP,33,37.035955124301054,27,24.506836981311245 +6187,31238,1715,2000,WI,Sen-G,2000_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-02,2000-11-07,5,500,Herb Kohl,3902,DEM,61,61.5427921056123,John Gillespie,3903,REP,32,37.035955124301054,29,24.506836981311245 +63575,117183,1715,2000,WI,Sen-G,2000_Sen-G_WI,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,5163,Herb Kohl,3902,DEM,59,61.5427921056123,John Gillespie,3903,REP,38,37.035955124301054,21,24.506836981311245 +65030,120640,1715,2000,WI,Sen-G,2000_Sen-G_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,492,Herb Kohl,3902,DEM,61,61.5427921056123,John Gillespie,3903,REP,32,37.035955124301054,29,24.506836981311245 +63657,117280,1715,2000,WI,Sen-G,2000_Sen-G_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,1000,Herb Kohl,3902,DEM,56,61.5427921056123,John Gillespie,3903,REP,39,37.035955124301054,17,24.506836981311245 +6707,27340,1716,2000,WY,Sen-G,2000_Sen-G_WY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2000-09-16,2000-11-07,52,412,Mel Logan,3914,DEM,14,22.03838827290215,Craig Thomas,3915,REP,68,73.772693872011,-54,-51.73430559910885 +26096,31336,1717,1998,AL,Sen-G,1998_Sen-G_AL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,807,Clayton Suddith,3921,DEM,25,36.69136890610443,Richard C. Shelby,3920,REP,62,63.241830671754016,-37,-26.550461765649587 +26095,31335,1717,1998,AL,Sen-G,1998_Sen-G_AL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,808,Clayton Suddith,3921,DEM,29,36.69136890610443,Richard C. Shelby,3920,REP,62,63.241830671754016,-33,-26.550461765649587 +54202,119959,1719,1998,AZ,Sen-G,1998_Sen-G_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,Live Phone,NA,1998-10-14,1998-11-03,20,519,Edward Ranger,13708,DEM,18,27.16169272066951,John McCain,13709,REP,60,68.7447694615506,-42,-41.5830767408811 +54203,117111,1719,1998,AZ,Sen-G,1998_Sen-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,732,Edward Ranger,13708,DEM,18,27.16169272066951,John McCain,13709,REP,66,68.7447694615506,-48,-41.5830767408811 +54204,117113,1719,1998,AZ,Sen-G,1998_Sen-G_AZ,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,850,Edward Ranger,13708,DEM,27,27.16169272066951,John McCain,13709,REP,64,68.7447694615506,-37,-41.5830767408811 +26238,31478,1720,1998,AR,Sen-G,1998_Sen-G_AR,Tarrance Group,333,FALSE,FALSE,NA,REP,1998-09-08,1998-11-03,56,500,Blanche Lincoln,3922,DEM,47,55.06006440925131,Fay Boozman,3923,REP,39,42.217025217206434,8,12.843039192044877 +26099,31339,1720,1998,AR,Sen-G,1998_Sen-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-08,1998-11-03,56,811,Blanche Lincoln,3922,DEM,52,55.06006440925131,Fay Boozman,3923,REP,36,42.217025217206434,16,12.843039192044877 +26098,31338,1720,1998,AR,Sen-G,1998_Sen-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-06,1998-11-03,28,838,Blanche Lincoln,3922,DEM,52,55.06006440925131,Fay Boozman,3923,REP,39,42.217025217206434,13,12.843039192044877 +26097,31337,1720,1998,AR,Sen-G,1998_Sen-G_AR,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,810,Blanche Lincoln,3922,DEM,56,55.06006440925131,Fay Boozman,3923,REP,36,42.217025217206434,20,12.843039192044877 +26203,31443,1721,1998,CA,Sen-G,1998_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,1998-09-04,1998-11-03,60,2000,Barbara Boxer,3926,DEM,45,53.057103034743534,Matt Fong,3927,REP,43,43.01153586331894,2,10.045567171424594 +26105,31345,1721,1998,CA,Sen-G,1998_Sen-G_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-15,1998-11-03,49,800,Barbara Boxer,3926,DEM,43,53.057103034743534,Matt Fong,3927,REP,43,43.01153586331894,0,10.045567171424594 +26069,31309,1721,1998,CA,Sen-G,1998_Sen-G_CA,Los Angeles Times,172,TRUE,TRUE,NA,NA,1998-09-14,1998-11-03,50,684,Barbara Boxer,3926,DEM,43,53.057103034743534,Matt Fong,3927,REP,48,43.01153586331894,-5,10.045567171424594 +26034,31274,1721,1998,CA,Sen-G,1998_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,1998-10-01,1998-11-03,33,703,Barbara Boxer,3926,DEM,44,53.057103034743534,Matt Fong,3927,REP,48,43.01153586331894,-4,10.045567171424594 +26202,31442,1721,1998,CA,Sen-G,1998_Sen-G_CA,Public Policy Institute of California,262,TRUE,FALSE,NA,NA,1998-10-03,1998-11-03,31,793,Barbara Boxer,3926,DEM,47,53.057103034743534,Matt Fong,3927,REP,44,43.01153586331894,3,10.045567171424594 +26104,31344,1721,1998,CA,Sen-G,1998_Sen-G_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-12,1998-11-03,22,820,Barbara Boxer,3926,DEM,44,53.057103034743534,Matt Fong,3927,REP,46,43.01153586331894,-2,10.045567171424594 +54215,117114,1721,1998,CA,Sen-G,1998_Sen-G_CA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,4531,Barbara Boxer,3926,DEM,46,53.057103034743534,Matt Fong,3927,REP,45,43.01153586331894,1,10.045567171424594 +26068,31308,1721,1998,CA,Sen-G,1998_Sen-G_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,1998-10-19,1998-11-03,15,883,Barbara Boxer,3926,DEM,49,53.057103034743534,Matt Fong,3927,REP,44,43.01153586331894,5,10.045567171424594 +26033,31273,1721,1998,CA,Sen-G,1998_Sen-G_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,1998-10-24,1998-11-03,10,678,Barbara Boxer,3926,DEM,51,53.057103034743534,Matt Fong,3927,REP,42,43.01153586331894,9,10.045567171424594 +26103,31343,1721,1998,CA,Sen-G,1998_Sen-G_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,809,Barbara Boxer,3926,DEM,45,53.057103034743534,Matt Fong,3927,REP,43,43.01153586331894,2,10.045567171424594 +54218,117115,1721,1998,CA,Sen-G,1998_Sen-G_CA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,5735,Barbara Boxer,3926,DEM,48,53.057103034743534,Matt Fong,3927,REP,46,43.01153586331894,2,10.045567171424594 +54219,117371,1721,1998,CA,Sen-G,1998_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-11-01,1998-11-03,2,800,Barbara Boxer,3926,DEM,53,53.057103034743534,Matt Fong,3927,REP,43,43.01153586331894,10,10.045567171424594 +26018,31258,1722,1998,CO,Sen-G,1998_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,NA,NA,1998-10-09,1998-11-03,25,400,Dottie Lamm,3929,DEM,33,35.01670766669053,Ben Nighthorse Campbell,3928,REP,54,62.48855703775141,-21,-27.471849371060884 +26109,31349,1722,1998,CO,Sen-G,1998_Sen-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,804,Dottie Lamm,3929,DEM,37,35.01670766669053,Ben Nighthorse Campbell,3928,REP,50,62.48855703775141,-13,-27.471849371060884 +54225,117116,1722,1998,CO,Sen-G,1998_Sen-G_CO,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,614,Dottie Lamm,3929,DEM,37,35.01670766669053,Ben Nighthorse Campbell,3928,REP,55,62.48855703775141,-18,-27.471849371060884 +26017,31257,1722,1998,CO,Sen-G,1998_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,1998-10-21,1998-11-03,13,400,Dottie Lamm,3929,DEM,30,35.01670766669053,Ben Nighthorse Campbell,3928,REP,61,62.48855703775141,-31,-27.471849371060884 +26015,31255,1722,1998,CO,Sen-G,1998_Sen-G_CO,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,400,Dottie Lamm,3929,DEM,31,35.01670766669053,Ben Nighthorse Campbell,3928,REP,60,62.48855703775141,-29,-27.471849371060884 +26108,31348,1722,1998,CO,Sen-G,1998_Sen-G_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,831,Dottie Lamm,3929,DEM,32,35.01670766669053,Ben Nighthorse Campbell,3928,REP,58,62.48855703775141,-26,-27.471849371060884 +26246,31486,1723,1998,CT,Sen-G,1998_Sen-G_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,1998-10-08,1998-11-03,26,502,Christopher J. Dodd,3930,DEM,60,65.14608738388544,Gary A. Franks,3931,REP,20,32.36816156656025,40,32.7779258173252 +26112,31352,1723,1998,CT,Sen-G,1998_Sen-G_CT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,629,Christopher J. Dodd,3930,DEM,55,65.14608738388544,Gary A. Franks,3931,REP,31,32.36816156656025,24,32.7779258173252 +26208,31448,1723,1998,CT,Sen-G,1998_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-16,1998-11-03,18,1247,Christopher J. Dodd,3930,DEM,61,65.14608738388544,Gary A. Franks,3931,REP,29,32.36816156656025,32,32.7779258173252 +26111,31351,1723,1998,CT,Sen-G,1998_Sen-G_CT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,633,Christopher J. Dodd,3930,DEM,60,65.14608738388544,Gary A. Franks,3931,REP,32,32.36816156656025,28,32.7779258173252 +26207,31447,1723,1998,CT,Sen-G,1998_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,491,Christopher J. Dodd,3930,DEM,64,65.14608738388544,Gary A. Franks,3931,REP,27,32.36816156656025,37,32.7779258173252 +26114,31354,1724,1998,FL,Sen-G,1998_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-23,1998-11-03,41,815,Bob Graham,3932,DEM,59,62.469379477057615,Charlie Crist,3933,REP,30,37.530620522942385,29,24.93875895411523 +26113,31353,1724,1998,FL,Sen-G,1998_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-17,1998-11-03,17,836,Bob Graham,3932,DEM,58,62.469379477057615,Charlie Crist,3933,REP,32,37.530620522942385,26,24.93875895411523 +54247,117118,1724,1998,FL,Sen-G,1998_Sen-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,2295,Bob Graham,3932,DEM,60,62.469379477057615,Charlie Crist,3933,REP,31,37.530620522942385,29,24.93875895411523 +54249,117194,1724,1998,FL,Sen-G,1998_Sen-G_FL,Independent Market Research,148,FALSE,TRUE,Live Phone,NA,1998-10-22,1998-11-03,12,670,Bob Graham,3932,DEM,61,62.469379477057615,Charlie Crist,3933,REP,25,37.530620522942385,36,24.93875895411523 +26082,31322,1724,1998,FL,Sen-G,1998_Sen-G_FL,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,1998-10-22,1998-11-03,12,670,Bob Graham,3932,DEM,61,62.469379477057615,Charlie Crist,3933,REP,25,37.530620522942385,36,24.93875895411523 +26041,31281,1724,1998,FL,Sen-G,1998_Sen-G_FL,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,1998-10-22,1998-11-03,12,557,Bob Graham,3932,DEM,61,62.469379477057615,Charlie Crist,3933,REP,31,37.530620522942385,30,24.93875895411523 +54252,117203,1724,1998,FL,Sen-G,1998_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,822,Bob Graham,3932,DEM,59,62.469379477057615,Charlie Crist,3933,REP,31,37.530620522942385,28,24.93875895411523 +54253,117120,1724,1998,FL,Sen-G,1998_Sen-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,2819,Bob Graham,3932,DEM,61,62.469379477057615,Charlie Crist,3933,REP,39,37.530620522942385,22,24.93875895411523 +26120,31360,1725,1998,GA,Sen-G,1998_Sen-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-07,1998-11-03,57,829,Michael J. Coles,3935,DEM,37,45.149670487179534,Paul Coverdell,3934,REP,50,52.36970431932897,-13,-7.220033832149433 +26008,31248,1725,1998,GA,Sen-G,1998_Sen-G_GA,Marketing Workshop,194,FALSE,TRUE,NA,NA,1998-09-28,1998-11-03,36,616,Michael J. Coles,3935,DEM,33,45.149670487179534,Paul Coverdell,3934,REP,55,52.36970431932897,-22,-7.220033832149433 +26119,31359,1725,1998,GA,Sen-G,1998_Sen-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-05,1998-11-03,29,807,Michael J. Coles,3935,DEM,36,45.149670487179534,Paul Coverdell,3934,REP,52,52.36970431932897,-16,-7.220033832149433 +26249,31489,1725,1998,GA,Sen-G,1998_Sen-G_GA,University of Georgia Survey Research Center,674,FALSE,FALSE,Live Phone,NA,1998-10-15,1998-11-03,19,500,Michael J. Coles,3935,DEM,29,45.149670487179534,Paul Coverdell,3934,REP,46,52.36970431932897,-17,-7.220033832149433 +54259,117121,1725,1998,GA,Sen-G,1998_Sen-G_GA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1174,Michael J. Coles,3935,DEM,37,45.149670487179534,Paul Coverdell,3934,REP,53,52.36970431932897,-16,-7.220033832149433 +54260,117202,1725,1998,GA,Sen-G,1998_Sen-G_GA,Marketing Workshop,194,FALSE,TRUE,Live Phone,NA,1998-10-26,1998-11-03,8,709,Michael J. Coles,3935,DEM,35,45.149670487179534,Paul Coverdell,3934,REP,53,52.36970431932897,-18,-7.220033832149433 +26118,31358,1725,1998,GA,Sen-G,1998_Sen-G_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,809,Michael J. Coles,3935,DEM,38,45.149670487179534,Paul Coverdell,3934,REP,51,52.36970431932897,-13,-7.220033832149433 +54262,117122,1725,1998,GA,Sen-G,1998_Sen-G_GA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,1408,Michael J. Coles,3935,DEM,38,45.149670487179534,Paul Coverdell,3934,REP,56,52.36970431932897,-18,-7.220033832149433 +26066,31306,1728,1998,IL,Sen-G,1998_Sen-G_IL,KRC Research,160,TRUE,TRUE,NA,NA,1998-09-09,1998-11-03,55,400,Carol Moseley-Braun,3943,DEM,35,47.44398399656388,Peter G. Fitzgerald,3944,REP,50,50.34704454619665,-15,-2.9030605496327695 +26128,31368,1728,1998,IL,Sen-G,1998_Sen-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-13,1998-11-03,51,811,Carol Moseley-Braun,3943,DEM,37,47.44398399656388,Peter G. Fitzgerald,3944,REP,46,50.34704454619665,-9,-2.9030605496327695 +26085,31325,1728,1998,IL,Sen-G,1998_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,1998-09-21,1998-11-03,43,1102,Carol Moseley-Braun,3943,DEM,38,47.44398399656388,Peter G. Fitzgerald,3944,REP,48,50.34704454619665,-10,-2.9030605496327695 +26084,31324,1728,1998,IL,Sen-G,1998_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,NA,NA,1998-10-05,1998-11-03,29,1099,Carol Moseley-Braun,3943,DEM,36,47.44398399656388,Peter G. Fitzgerald,3944,REP,49,50.34704454619665,-13,-2.9030605496327695 +26127,31367,1728,1998,IL,Sen-G,1998_Sen-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,830,Carol Moseley-Braun,3943,DEM,37,47.44398399656388,Peter G. Fitzgerald,3944,REP,49,50.34704454619665,-12,-2.9030605496327695 +54291,117514,1728,1998,IL,Sen-G,1998_Sen-G_IL,WCIA-TV,373,FALSE,TRUE,Live Phone,NA,1998-10-14,1998-11-03,20,401,Carol Moseley-Braun,3943,DEM,37,47.44398399656388,Peter G. Fitzgerald,3944,REP,54,50.34704454619665,-17,-2.9030605496327695 +26224,31464,1728,1998,IL,Sen-G,1998_Sen-G_IL,Richard Day Research,287,FALSE,TRUE,NA,NA,1998-10-09,1998-11-03,25,905,Carol Moseley-Braun,3943,DEM,37,47.44398399656388,Peter G. Fitzgerald,3944,REP,51,50.34704454619665,-14,-2.9030605496327695 +26250,31490,1728,1998,IL,Sen-G,1998_Sen-G_IL,University of Illinois at Chicago,352,FALSE,TRUE,Live Phone,NA,1998-10-15,1998-11-03,19,597,Carol Moseley-Braun,3943,DEM,31,47.44398399656388,Peter G. Fitzgerald,3944,REP,48,50.34704454619665,-17,-2.9030605496327695 +26063,31303,1728,1998,IL,Sen-G,1998_Sen-G_IL,Illinois Wesleyan University Department of Political Science,147,FALSE,TRUE,Live Phone,NA,1998-10-19,1998-11-03,15,423,Carol Moseley-Braun,3943,DEM,31,47.44398399656388,Peter G. Fitzgerald,3944,REP,53,50.34704454619665,-22,-2.9030605496327695 +54294,117199,1728,1998,IL,Sen-G,1998_Sen-G_IL,KRC Research,160,TRUE,TRUE,Live Phone,NA,1998-10-19,1998-11-03,15,400,Carol Moseley-Braun,3943,DEM,40,47.44398399656388,Peter G. Fitzgerald,3944,REP,50,50.34704454619665,-10,-2.9030605496327695 +26083,31323,1728,1998,IL,Sen-G,1998_Sen-G_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,1998-10-19,1998-11-03,15,1099,Carol Moseley-Braun,3943,DEM,38,47.44398399656388,Peter G. Fitzgerald,3944,REP,48,50.34704454619665,-10,-2.9030605496327695 +54293,117123,1728,1998,IL,Sen-G,1998_Sen-G_IL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1209,Carol Moseley-Braun,3943,DEM,38,47.44398399656388,Peter G. Fitzgerald,3944,REP,52,50.34704454619665,-14,-2.9030605496327695 +26126,31366,1728,1998,IL,Sen-G,1998_Sen-G_IL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,813,Carol Moseley-Braun,3943,DEM,41,47.44398399656388,Peter G. Fitzgerald,3944,REP,49,50.34704454619665,-8,-2.9030605496327695 +26223,31463,1728,1998,IL,Sen-G,1998_Sen-G_IL,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,1998-10-26,1998-11-03,8,712,Carol Moseley-Braun,3943,DEM,40,47.44398399656388,Peter G. Fitzgerald,3944,REP,50,50.34704454619665,-10,-2.9030605496327695 +26271,31511,1728,1998,IL,Sen-G,1998_Sen-G_IL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-28,1998-11-03,6,703,Carol Moseley-Braun,3943,DEM,45,47.44398399656388,Peter G. Fitzgerald,3944,REP,42,50.34704454619665,3,-2.9030605496327695 +54298,117124,1728,1998,IL,Sen-G,1998_Sen-G_IL,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,847,Carol Moseley-Braun,3943,DEM,39,47.44398399656388,Peter G. Fitzgerald,3944,REP,58,50.34704454619665,-19,-2.9030605496327695 +26135,31375,1729,1998,IN,Sen-G,1998_Sen-G_IN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-13,1998-11-03,51,817,Evan Bayh,3945,DEM,55,63.71856778569032,Paul Helmke,3946,REP,32,34.79328245889349,23,28.925285326796825 +26134,31374,1729,1998,IN,Sen-G,1998_Sen-G_IN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-21,1998-11-03,43,819,Evan Bayh,3945,DEM,56,63.71856778569032,Paul Helmke,3946,REP,31,34.79328245889349,25,28.925285326796825 +26133,31373,1729,1998,IN,Sen-G,1998_Sen-G_IN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-06,1998-11-03,28,808,Evan Bayh,3945,DEM,54,63.71856778569032,Paul Helmke,3946,REP,36,34.79328245889349,18,28.925285326796825 +63646,117141,1729,1998,IN,Sen-G,1998_Sen-G_IN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,831,Evan Bayh,3945,DEM,63,63.71856778569032,Paul Helmke,3946,REP,27,34.79328245889349,36,28.925285326796825 +26132,31372,1729,1998,IN,Sen-G,1998_Sen-G_IN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,819,Evan Bayh,3945,DEM,58,63.71856778569032,Paul Helmke,3946,REP,33,34.79328245889349,25,28.925285326796825 +63647,117142,1729,1998,IN,Sen-G,1998_Sen-G_IN,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,977,Evan Bayh,3945,DEM,64,63.71856778569032,Paul Helmke,3946,REP,33,34.79328245889349,31,28.925285326796825 +26229,31469,1730,1998,IA,Sen-G,1998_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,1998-09-09,1998-11-03,55,800,David Osterberg,3940,DEM,21,30.493392284264175,Chuck Grassley,3939,REP,65,68.41177457282201,-44,-37.91838228855784 +26122,31362,1730,1998,IA,Sen-G,1998_Sen-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-12,1998-11-03,22,809,David Osterberg,3940,DEM,22,30.493392284264175,Chuck Grassley,3939,REP,67,68.41177457282201,-45,-37.91838228855784 +54275,117204,1730,1998,IA,Sen-G,1998_Sen-G_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,803,David Osterberg,3940,DEM,24,30.493392284264175,Chuck Grassley,3939,REP,68,68.41177457282201,-44,-37.91838228855784 +54300,117373,1731,1998,KS,Sen-G,1998_Sen-G_KS,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-28,1998-11-03,6,500,Paul Feleciano,3949,DEM,31,31.58782018491934,Sam Brownback,3948,REP,66,65.26615844100127,-35,-33.67833825608193 +26011,31251,1732,1998,KY,Sen-G,1998_Sen-G_KY,Baselice & Associates,23,FALSE,FALSE,NA,REP,1998-09-09,1998-11-03,55,500,Scotty Baesler,3951,DEM,38,49.15698603299767,Jim Bunning,3950,REP,46,49.747689481707056,-8,-0.5907034487093838 +26141,31381,1732,1998,KY,Sen-G,1998_Sen-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-29,1998-11-03,35,813,Scotty Baesler,3951,DEM,42,49.15698603299767,Jim Bunning,3950,REP,44,49.747689481707056,-2,-0.5907034487093838 +26073,31313,1732,1998,KY,Sen-G,1998_Sen-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,NA,NA,1998-09-27,1998-11-03,37,575,Scotty Baesler,3951,DEM,37,49.15698603299767,Jim Bunning,3950,REP,41,49.747689481707056,-4,-0.5907034487093838 +26243,31483,1732,1998,KY,Sen-G,1998_Sen-G_KY,TMR Research,328,FALSE,TRUE,Live Phone,NA,1998-10-18,1998-11-03,16,800,Scotty Baesler,3951,DEM,44,49.15698603299767,Jim Bunning,3950,REP,39,49.747689481707056,5,-0.5907034487093838 +26072,31312,1732,1998,KY,Sen-G,1998_Sen-G_KY,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,1998-10-22,1998-11-03,12,589,Scotty Baesler,3951,DEM,44,49.15698603299767,Jim Bunning,3950,REP,43,49.747689481707056,1,-0.5907034487093838 +26140,31380,1732,1998,KY,Sen-G,1998_Sen-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,823,Scotty Baesler,3951,DEM,46,49.15698603299767,Jim Bunning,3950,REP,45,49.747689481707056,1,-0.5907034487093838 +63759,117402,1732,1998,KY,Sen-G,1998_Sen-G_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-11-01,1998-11-03,2,700,Scotty Baesler,3951,DEM,44,49.15698603299767,Jim Bunning,3950,REP,51,49.747689481707056,-7,-0.5907034487093838 +26148,31388,1734,1998,MD,Sen-G,1998_Sen-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-19,1998-11-03,45,804,Barbara A. Mikulski,3954,DEM,69,70.5039712838992,Ross Z. Pierpont,3955,REP,19,29.496028716100795,50,41.00794256779841 +26147,31387,1734,1998,MD,Sen-G,1998_Sen-G_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-16,1998-11-03,18,821,Barbara A. Mikulski,3954,DEM,67,70.5039712838992,Ross Z. Pierpont,3955,REP,26,29.496028716100795,41,41.00794256779841 +54324,117125,1734,1998,MD,Sen-G,1998_Sen-G_MD,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,911,Barbara A. Mikulski,3954,DEM,67,70.5039712838992,Ross Z. Pierpont,3955,REP,27,29.496028716100795,40,41.00794256779841 +63760,117403,1735,1998,MO,Sen-G,1998_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-26,1998-11-03,8,500,Jay Nixon,3957,DEM,41,43.7711219216454,Christopher S. Bond,3956,REP,54,52.675987740169205,-13,-8.904865818523803 +26273,31513,1735,1998,MO,Sen-G,1998_Sen-G_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-29,1998-11-03,5,600,Jay Nixon,3957,DEM,36,43.7711219216454,Christopher S. Bond,3956,REP,47,52.675987740169205,-11,-8.904865818523803 +63707,117236,1735,1998,MO,Sen-G,1998_Sen-G_MO,Neighbor,226,FALSE,TRUE,Live Phone,NA,1998-10-30,1998-11-03,4,330,Jay Nixon,3957,DEM,28,43.7711219216454,Christopher S. Bond,3956,REP,54,52.675987740169205,-26,-8.904865818523803 +26027,31267,1736,1998,NV,Sen-G,1998_Sen-G_NV,FM3 Research,91,FALSE,FALSE,NA,DEM,1998-09-22,1998-11-03,42,600,Harry Reid,3964,DEM,43,47.86378319842887,John Ensign,3965,REP,36,47.771782023750525,7,0.09200117467834446 +26204,31444,1736,1998,NV,Sen-G,1998_Sen-G_NV,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,1998-09-27,1998-11-03,37,500,Harry Reid,3964,DEM,42,47.86378319842887,John Ensign,3965,REP,42,47.771782023750525,0,0.09200117467834446 +26157,31397,1736,1998,NV,Sen-G,1998_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-27,1998-11-03,37,814,Harry Reid,3964,DEM,45,47.86378319842887,John Ensign,3965,REP,44,47.771782023750525,1,0.09200117467834446 +26026,31266,1736,1998,NV,Sen-G,1998_Sen-G_NV,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,1998-10-12,1998-11-03,22,488,Harry Reid,3964,DEM,49,47.86378319842887,John Ensign,3965,REP,44,47.771782023750525,5,0.09200117467834446 +26156,31396,1736,1998,NV,Sen-G,1998_Sen-G_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,817,Harry Reid,3964,DEM,47,47.86378319842887,John Ensign,3965,REP,45,47.771782023750525,2,0.09200117467834446 +26006,31246,1737,1998,NH,Sen-G,1998_Sen-G_NH,American Research Group,9,TRUE,FALSE,NA,NA,1998-09-09,1998-11-03,55,634,George Condodemetraky,3963,DEM,24,28.244083178686736,Judd Gregg,3962,REP,61,67.83594325952666,-37,-39.59186008083992 +26227,31467,1737,1998,NH,Sen-G,1998_Sen-G_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,1998-09-09,1998-11-03,55,494,George Condodemetraky,3963,DEM,18,28.244083178686736,Judd Gregg,3962,REP,63,67.83594325952666,-45,-39.59186008083992 +26155,31395,1737,1998,NH,Sen-G,1998_Sen-G_NH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-28,1998-11-03,36,627,George Condodemetraky,3963,DEM,23,28.244083178686736,Judd Gregg,3962,REP,63,67.83594325952666,-40,-39.59186008083992 +26164,31404,1738,1998,NY,Sen-G,1998_Sen-G_NY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-07,1998-11-03,57,819,Charles E. Schumer,3966,DEM,33,47.823102653632546,Alfonse M. D'Amato,3967,REP,45,33.672232802532,-12,14.150869851100545 +26218,31458,1738,1998,NY,Sen-G,1998_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,1998-09-19,1998-11-03,45,574,Charles E. Schumer,3966,DEM,47,47.823102653632546,Alfonse M. D'Amato,3967,REP,43,33.672232802532,4,14.150869851100545 +26014,31254,1738,1998,NY,Sen-G,1998_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,1998-09-22,1998-11-03,42,678,Charles E. Schumer,3966,DEM,46,47.823102653632546,Alfonse M. D'Amato,3967,REP,48,33.672232802532,-2,14.150869851100545 +26079,31319,1738,1998,NY,Sen-G,1998_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,1998-09-23,1998-11-03,41,678,Charles E. Schumer,3966,DEM,51,47.823102653632546,Alfonse M. D'Amato,3967,REP,46,33.672232802532,5,14.150869851100545 +26163,31403,1738,1998,NY,Sen-G,1998_Sen-G_NY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-05,1998-11-03,29,803,Charles E. Schumer,3966,DEM,45,47.823102653632546,Alfonse M. D'Amato,3967,REP,44,33.672232802532,1,14.150869851100545 +26075,31315,1738,1998,NY,Sen-G,1998_Sen-G_NY,Manhattanville College,181,FALSE,TRUE,NA,NA,1998-10-05,1998-11-03,29,600,Charles E. Schumer,3966,DEM,46,47.823102653632546,Alfonse M. D'Amato,3967,REP,40,33.672232802532,6,14.150869851100545 +26241,31482,1738,1998,NY,Sen-G,1998_Sen-G_NY,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,1998-10-03,1998-11-03,31,1006,Charles E. Schumer,3966,DEM,44,47.823102653632546,Alfonse M. D'Amato,3967,REP,41,33.672232802532,3,14.150869851100545 +26217,31457,1738,1998,NY,Sen-G,1998_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-09,1998-11-03,25,583,Charles E. Schumer,3966,DEM,46,47.823102653632546,Alfonse M. D'Amato,3967,REP,45,33.672232802532,1,14.150869851100545 +26013,31253,1738,1998,NY,Sen-G,1998_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,1998-10-12,1998-11-03,22,364,Charles E. Schumer,3966,DEM,44,47.823102653632546,Alfonse M. D'Amato,3967,REP,52,33.672232802532,-8,14.150869851100545 +63632,117103,1738,1998,NY,Sen-G,1998_Sen-G_NY,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,1998-10-13,1998-11-03,21,902,Charles E. Schumer,3966,DEM,46,47.823102653632546,Alfonse M. D'Amato,3967,REP,42,33.672232802532,4,14.150869851100545 +26285,31525,1738,1998,NY,Sen-G,1998_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-15,1998-11-03,19,706,Charles E. Schumer,3966,DEM,37,47.823102653632546,Alfonse M. D'Amato,3967,REP,42,33.672232802532,-5,14.150869851100545 +26283,31523,1738,1998,NY,Sen-G,1998_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,703,Charles E. Schumer,3966,DEM,39,47.823102653632546,Alfonse M. D'Amato,3967,REP,43,33.672232802532,-4,14.150869851100545 +54375,117127,1738,1998,NY,Sen-G,1998_Sen-G_NY,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1792,Charles E. Schumer,3966,DEM,44,47.823102653632546,Alfonse M. D'Amato,3967,REP,46,33.672232802532,-2,14.150869851100545 +63761,117404,1738,1998,NY,Sen-G,1998_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-21,1998-11-03,13,500,Charles E. Schumer,3966,DEM,48,47.823102653632546,Alfonse M. D'Amato,3967,REP,43,33.672232802532,5,14.150869851100545 +26282,31522,1738,1998,NY,Sen-G,1998_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-22,1998-11-03,12,700,Charles E. Schumer,3966,DEM,40,47.823102653632546,Alfonse M. D'Amato,3967,REP,42,33.672232802532,-2,14.150869851100545 +26280,31520,1738,1998,NY,Sen-G,1998_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,700,Charles E. Schumer,3966,DEM,43,47.823102653632546,Alfonse M. D'Amato,3967,REP,39,33.672232802532,4,14.150869851100545 +26240,31480,1738,1998,NY,Sen-G,1998_Sen-G_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-10-23,1998-11-03,11,1235,Charles E. Schumer,3966,DEM,44,47.823102653632546,Alfonse M. D'Amato,3967,REP,44,33.672232802532,0,14.150869851100545 +26216,31456,1738,1998,NY,Sen-G,1998_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-22,1998-11-03,12,547,Charles E. Schumer,3966,DEM,48,47.823102653632546,Alfonse M. D'Amato,3967,REP,44,33.672232802532,4,14.150869851100545 +26074,31314,1738,1998,NY,Sen-G,1998_Sen-G_NY,Manhattanville College,181,FALSE,TRUE,Live Phone,NA,1998-10-25,1998-11-03,9,601,Charles E. Schumer,3966,DEM,50,47.823102653632546,Alfonse M. D'Amato,3967,REP,42,33.672232802532,8,14.150869851100545 +26278,31518,1738,1998,NY,Sen-G,1998_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,700,Charles E. Schumer,3966,DEM,44,47.823102653632546,Alfonse M. D'Amato,3967,REP,38,33.672232802532,6,14.150869851100545 +26078,31318,1738,1998,NY,Sen-G,1998_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,351,Charles E. Schumer,3966,DEM,50,47.823102653632546,Alfonse M. D'Amato,3967,REP,47,33.672232802532,3,14.150869851100545 +26162,31402,1738,1998,NY,Sen-G,1998_Sen-G_NY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,808,Charles E. Schumer,3966,DEM,46,47.823102653632546,Alfonse M. D'Amato,3967,REP,43,33.672232802532,3,14.150869851100545 +26277,31517,1738,1998,NY,Sen-G,1998_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-28,1998-11-03,6,700,Charles E. Schumer,3966,DEM,41,47.823102653632546,Alfonse M. D'Amato,3967,REP,37,33.672232802532,4,14.150869851100545 +26012,31252,1738,1998,NY,Sen-G,1998_Sen-G_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,1998-10-27,1998-11-03,7,662,Charles E. Schumer,3966,DEM,46,47.823102653632546,Alfonse M. D'Amato,3967,REP,42,33.672232802532,4,14.150869851100545 +54384,117128,1738,1998,NY,Sen-G,1998_Sen-G_NY,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,2243,Charles E. Schumer,3966,DEM,50,47.823102653632546,Alfonse M. D'Amato,3967,REP,46,33.672232802532,4,14.150869851100545 +26275,31515,1738,1998,NY,Sen-G,1998_Sen-G_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-31,1998-11-03,3,1196,Charles E. Schumer,3966,DEM,46.5,47.823102653632546,Alfonse M. D'Amato,3967,REP,47.3,33.672232802532,-0.7999999999999972,14.150869851100545 +26215,31455,1738,1998,NY,Sen-G,1998_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,1998-10-29,1998-11-03,5,584,Charles E. Schumer,3966,DEM,50,47.823102653632546,Alfonse M. D'Amato,3967,REP,42,33.672232802532,8,14.150869851100545 +26151,31391,1739,1998,NC,Sen-G,1998_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-21,1998-11-03,43,807,John Edwards,3958,DEM,40,51.1512849732847,Lauch Faircloth,3959,REP,50,47.011718352025675,-10,4.1395666212590285 +26237,31477,1739,1998,NC,Sen-G,1998_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,1998-10-10,1998-11-03,24,500,John Edwards,3958,DEM,46,51.1512849732847,Lauch Faircloth,3959,REP,43,47.011718352025675,3,4.1395666212590285 +26150,31390,1739,1998,NC,Sen-G,1998_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-12,1998-11-03,22,836,John Edwards,3958,DEM,43,51.1512849732847,Lauch Faircloth,3959,REP,45,47.011718352025675,-2,4.1395666212590285 +63648,117143,1739,1998,NC,Sen-G,1998_Sen-G_NC,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1163,John Edwards,3958,DEM,47,51.1512849732847,Lauch Faircloth,3959,REP,38,47.011718352025675,9,4.1395666212590285 +26149,31389,1739,1998,NC,Sen-G,1998_Sen-G_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,827,John Edwards,3958,DEM,43,51.1512849732847,Lauch Faircloth,3959,REP,44,47.011718352025675,-1,4.1395666212590285 +63649,117144,1739,1998,NC,Sen-G,1998_Sen-G_NC,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,1418,John Edwards,3958,DEM,54,51.1512849732847,Lauch Faircloth,3959,REP,39,47.011718352025675,15,4.1395666212590285 +63762,117405,1739,1998,NC,Sen-G,1998_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-11-01,1998-11-03,2,700,John Edwards,3958,DEM,49,51.1512849732847,Lauch Faircloth,3959,REP,47,47.011718352025675,2,4.1395666212590285 +26169,31409,1741,1998,OH,Sen-G,1998_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-13,1998-11-03,51,817,Mary Boyle,3969,DEM,28,43.53411266934579,George V. Voinovich,3968,REP,56,56.459718754029765,-28,-12.925606084683977 +26051,31291,1741,1998,OH,Sen-G,1998_Sen-G_OH,Gordon S. Black Corp.,123,TRUE,TRUE,NA,NA,1998-09-12,1998-11-03,52,1005,Mary Boyle,3969,DEM,35,43.53411266934579,George V. Voinovich,3968,REP,52,56.459718754029765,-17,-12.925606084683977 +26257,31497,1741,1998,OH,Sen-G,1998_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,1998-09-14,1998-11-03,50,521,Mary Boyle,3969,DEM,31,43.53411266934579,George V. Voinovich,3968,REP,62,56.459718754029765,-31,-12.925606084683977 +26019,31259,1741,1998,OH,Sen-G,1998_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,NA,NA,1998-09-28,1998-11-03,36,2436,Mary Boyle,3969,DEM,40,43.53411266934579,George V. Voinovich,3968,REP,54,56.459718754029765,-14,-12.925606084683977 +26168,31408,1741,1998,OH,Sen-G,1998_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-04,1998-11-03,30,805,Mary Boyle,3969,DEM,35,43.53411266934579,George V. Voinovich,3968,REP,54,56.459718754029765,-19,-12.925606084683977 +26256,31496,1741,1998,OH,Sen-G,1998_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,1998-10-04,1998-11-03,30,405,Mary Boyle,3969,DEM,35,43.53411266934579,George V. Voinovich,3968,REP,58,56.459718754029765,-23,-12.925606084683977 +26255,31495,1741,1998,OH,Sen-G,1998_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,1998-10-13,1998-11-03,21,540,Mary Boyle,3969,DEM,34,43.53411266934579,George V. Voinovich,3968,REP,62,56.459718754029765,-28,-12.925606084683977 +26050,31290,1741,1998,OH,Sen-G,1998_Sen-G_OH,Gordon S. Black Corp.,123,TRUE,TRUE,Live Phone,NA,1998-10-18,1998-11-03,16,1012,Mary Boyle,3969,DEM,28,43.53411266934579,George V. Voinovich,3968,REP,51,56.459718754029765,-23,-12.925606084683977 +54392,117130,1741,1998,OH,Sen-G,1998_Sen-G_OH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1793,Mary Boyle,3969,DEM,37,43.53411266934579,George V. Voinovich,3968,REP,55,56.459718754029765,-18,-12.925606084683977 +54396,117512,1741,1998,OH,Sen-G,1998_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,1196,Mary Boyle,3969,DEM,38,43.53411266934579,George V. Voinovich,3968,REP,62,56.459718754029765,-24,-12.925606084683977 +26254,31494,1741,1998,OH,Sen-G,1998_Sen-G_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,733,Mary Boyle,3969,DEM,34,43.53411266934579,George V. Voinovich,3968,REP,62,56.459718754029765,-28,-12.925606084683977 +54397,117088,1741,1998,OH,Sen-G,1998_Sen-G_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,1998-10-27,1998-11-03,7,800,Mary Boyle,3969,DEM,49,43.53411266934579,George V. Voinovich,3968,REP,51,56.459718754029765,-2,-12.925606084683977 +26167,31407,1741,1998,OH,Sen-G,1998_Sen-G_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,815,Mary Boyle,3969,DEM,37,43.53411266934579,George V. Voinovich,3968,REP,55,56.459718754029765,-18,-12.925606084683977 +54398,117131,1741,1998,OH,Sen-G,1998_Sen-G_OH,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,2149,Mary Boyle,3969,DEM,39,43.53411266934579,George V. Voinovich,3968,REP,58,56.459718754029765,-19,-12.925606084683977 +26245,31485,1742,1998,OK,Sen-G,1998_Sen-G_OK,Tulsa Surveys,341,FALSE,TRUE,NA,NA,1998-09-20,1998-11-03,44,750,Don Carroll,3971,DEM,8,31.277647307880653,Don Nickles,3970,REP,66,66.38052466346326,-58,-35.102877355582606 +26244,31484,1742,1998,OK,Sen-G,1998_Sen-G_OK,Tulsa Surveys,341,FALSE,TRUE,Live Phone,NA,1998-10-18,1998-11-03,16,750,Don Carroll,3971,DEM,16,31.277647307880653,Don Nickles,3970,REP,63,66.38052466346326,-47,-35.102877355582606 +26023,31263,1743,1998,OR,Sen-G,1998_Sen-G_OR,DHM Research,76,FALSE,FALSE,NA,NA,1998-10-03,1998-11-03,31,618,Ron Wyden,3972,DEM,68,61.05361946844858,John Lim,3973,REP,16,33.79467804431594,52,27.258941424132644 +26172,31412,1744,1998,PA,Sen-G,1998_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-15,1998-11-03,49,409,Bill Lloyd,3975,DEM,27,34.787467383759044,Arlen Specter,3974,REP,58,61.34169445196769,-31,-26.554227068208647 +26190,31430,1744,1998,PA,Sen-G,1998_Sen-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,NA,NA,1998-09-25,1998-11-03,39,449,Bill Lloyd,3975,DEM,27,34.787467383759044,Arlen Specter,3974,REP,52,61.34169445196769,-25,-26.554227068208647 +54406,117132,1744,1998,PA,Sen-G,1998_Sen-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,1611,Bill Lloyd,3975,DEM,25,34.787467383759044,Arlen Specter,3974,REP,57,61.34169445196769,-32,-26.554227068208647 +54408,117205,1744,1998,PA,Sen-G,1998_Sen-G_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,807,Bill Lloyd,3975,DEM,34,34.787467383759044,Arlen Specter,3974,REP,57,61.34169445196769,-23,-26.554227068208647 +26189,31429,1744,1998,PA,Sen-G,1998_Sen-G_PA,Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,Live Phone,NA,1998-10-25,1998-11-03,9,481,Bill Lloyd,3975,DEM,17,34.787467383759044,Arlen Specter,3974,REP,61,61.34169445196769,-44,-26.554227068208647 +54409,117133,1744,1998,PA,Sen-G,1998_Sen-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,1812,Bill Lloyd,3975,DEM,32,34.787467383759044,Arlen Specter,3974,REP,63,61.34169445196769,-31,-26.554227068208647 +26176,31416,1745,1998,SC,Sen-G,1998_Sen-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-29,1998-11-03,35,813,Ernest F. Hollings,3976,DEM,49,52.698203941208334,Bob Inglis,3977,REP,42,45.66971263620572,7,7.0284913050026105 +26265,31505,1745,1998,SC,Sen-G,1998_Sen-G_SC,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,1998-10-12,1998-11-03,22,450,Ernest F. Hollings,3976,DEM,43,52.698203941208334,Bob Inglis,3977,REP,40,45.66971263620572,3,7.0284913050026105 +26175,31415,1745,1998,SC,Sen-G,1998_Sen-G_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-27,1998-11-03,7,806,Ernest F. Hollings,3976,DEM,49,52.698203941208334,Bob Inglis,3977,REP,44,45.66971263620572,5,7.0284913050026105 +26009,122724,1745,1998,SC,Sen-G,1998_Sen-G_SC,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,1998-10-28,1998-11-03,6,678,Ernest F. Hollings,3976,DEM,43,52.698203941208334,Bob Inglis,3977,REP,44,45.66971263620572,-1,7.0284913050026105 +26199,31439,1746,1998,SD,Sen-G,1998_Sen-G_SD,NRECA Market Research,223,FALSE,TRUE,Live Phone,NA,1998-10-20,1998-11-03,14,500,Tom Daschle,3978,DEM,58,62.14313783091896,Ron Schmidt,3979,REP,26,36.40862077516777,32,25.73451705575119 +26022,31262,1747,1998,UT,Sen-G,1998_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,1998-09-28,1998-11-03,36,931,Scott Leckman,3981,DEM,19,32.9701015742288,Robert F. Bennett,3980,REP,57,63.98186333245101,-38,-31.011761758222214 +26180,31420,1748,1998,VT,Sen-G,1998_Sen-G_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,626,Patrick J. Leahy,3982,DEM,65,72.21542170475995,Fred Tuttle,3983,REP,26,22.44996168868788,39,49.76546001607207 +26184,31424,1749,1998,WA,Sen-G,1998_Sen-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-09-08,1998-11-03,56,812,Patty Murray,3984,DEM,51,58.413998806498704,Linda Smith,3985,REP,35,41.586001193501296,16,16.827997612997407 +26025,31265,1749,1998,WA,Sen-G,1998_Sen-G_WA,Elway Research,87,FALSE,FALSE,NA,NA,1998-09-20,1998-11-03,44,475,Patty Murray,3984,DEM,44,58.413998806498704,Linda Smith,3985,REP,37,41.586001193501296,7,16.827997612997407 +26197,31438,1749,1998,WA,Sen-G,1998_Sen-G_WA,Moore Information Group,217,FALSE,FALSE,NA,REP,1998-09-24,1998-11-03,40,678,Patty Murray,3984,DEM,48,58.413998806498704,Linda Smith,3985,REP,46,41.586001193501296,2,16.827997612997407 +26030,31270,1749,1998,WA,Sen-G,1998_Sen-G_WA,FM3 Research,91,FALSE,FALSE,NA,DEM,1998-09-25,1998-11-03,39,800,Patty Murray,3984,DEM,50,58.413998806498704,Linda Smith,3985,REP,37,41.586001193501296,13,16.827997612997407 +26183,31423,1749,1998,WA,Sen-G,1998_Sen-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,1998-10-05,1998-11-03,29,810,Patty Murray,3984,DEM,51,58.413998806498704,Linda Smith,3985,REP,38,41.586001193501296,13,16.827997612997407 +63650,117145,1749,1998,WA,Sen-G,1998_Sen-G_WA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,831,Patty Murray,3984,DEM,54,58.413998806498704,Linda Smith,3985,REP,41,41.586001193501296,13,16.827997612997407 +26182,31422,1749,1998,WA,Sen-G,1998_Sen-G_WA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,801,Patty Murray,3984,DEM,49,58.413998806498704,Linda Smith,3985,REP,41,41.586001193501296,8,16.827997612997407 +63651,117146,1749,1998,WA,Sen-G,1998_Sen-G_WA,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,1523,Patty Murray,3984,DEM,53,58.413998806498704,Linda Smith,3985,REP,45,41.586001193501296,8,16.827997612997407 +26262,31502,1750,1998,WI,Sen-G,1998_Sen-G_WI,University of Wisconsin-Milwaukee Institute for Survey and Policy Research,366,FALSE,TRUE,Live Phone,NA,1998-10-15,1998-11-03,19,286,Russ Feingold,3986,DEM,46,50.54752401700101,Mark W. Neumann,3987,REP,44,48.40155471605533,2,2.14596930094568 +26233,31473,1750,1998,WI,Sen-G,1998_Sen-G_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,1998-10-14,1998-11-03,20,415,Russ Feingold,3986,DEM,47,50.54752401700101,Mark W. Neumann,3987,REP,40,48.40155471605533,7,2.14596930094568 +26032,31272,1750,1998,WI,Sen-G,1998_Sen-G_WI,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,1998-10-21,1998-11-03,13,599,Russ Feingold,3986,DEM,44,50.54752401700101,Mark W. Neumann,3987,REP,43,48.40155471605533,1,2.14596930094568 +26088,31328,1750,1998,WI,Sen-G,1998_Sen-G_WI,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,1998-10-23,1998-11-03,11,600,Russ Feingold,3986,DEM,43,50.54752401700101,Mark W. Neumann,3987,REP,46,48.40155471605533,-3,2.14596930094568 +56627,91185,1753,2018,NY-25,House-G,2018_House-GS_NY-25,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2018-10-29,2018-11-06,8,843,Joseph D. Morelle,28407,DEM,48.64,54.35727973094521,Jim Maxwell,28408,REP,39.5,33.91537288334441,9.14,20.441906847600798 +52682,84655,1756,2018,OH-12,House-G,2018_House-GS_OH-12,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-06-09,2018-08-07,59,263,Danny O'Connor,18221,DEM,35,49.316569056553014,Troy Balderson,18222,REP,50,50.1237142129614,-15,-0.8071451564083887 +53431,84575,1756,2018,OH-12,House-G,2018_House-GS_OH-12,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-06-11,2018-08-07,57,500,Danny O'Connor,18221,DEM,41,49.316569056553014,Troy Balderson,18222,REP,48,50.1237142129614,-7,-0.8071451564083887 +53469,84656,1756,2018,OH-12,House-G,2018_House-GS_OH-12,JMC Analytics,156,FALSE,FALSE,IVR,NA,2018-06-15,2018-08-07,53,500,Danny O'Connor,18221,DEM,35,49.316569056553014,Troy Balderson,18222,REP,46,50.1237142129614,-11,-0.8071451564083887 +53430,84574,1756,2018,OH-12,House-G,2018_House-GS_OH-12,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-07-12,2018-08-07,26,600,Danny O'Connor,18221,DEM,43,49.316569056553014,Troy Balderson,18222,REP,48,50.1237142129614,-5,-0.8071451564083887 +53429,84573,1756,2018,OH-12,House-G,2018_House-GS_OH-12,GBAO,109,FALSE,FALSE,Live Phone,DEM,2018-07-24,2018-08-07,14,500,Danny O'Connor,18221,DEM,45,49.316569056553014,Troy Balderson,18222,REP,48,50.1237142129614,-3,-0.8071451564083887 +53467,84650,1756,2018,OH-12,House-G,2018_House-GS_OH-12,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2018-07-28,2018-08-07,10,617,Danny O'Connor,18221,DEM,44,49.316569056553014,Troy Balderson,18222,REP,48,50.1237142129614,-4,-0.8071451564083887 +53468,84654,1756,2018,OH-12,House-G,2018_House-GS_OH-12,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-07-28,2018-08-07,10,423,Danny O'Connor,18221,DEM,46,49.316569056553014,Troy Balderson,18222,REP,45,50.1237142129614,1,-0.8071451564083887 +53501,85704,1756,2018,OH-12,House-G,2018_House-GS_OH-12,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-08-03,2018-08-07,4,431,Danny O'Connor,18221,DEM,47,49.316569056553014,Troy Balderson,18222,REP,46,50.1237142129614,1,-0.8071451564083887 +52337,82624,1758,2018,AZ-8,House-G,2018_House-GS_AZ-8,Noble Predictive Insights,235,FALSE,FALSE,IVR,NA,2018-04-11,2018-04-24,13,500,Hiral Tipirneni,11066,DEM,43,47.6325793730876,Debbie Lesko,11067,REP,53,52.3674206269124,-10,-4.734841253824797 +52339,82626,1758,2018,AZ-8,House-G,2018_House-GS_AZ-8,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-04-14,2018-04-24,10,400,Hiral Tipirneni,11066,DEM,46,47.6325793730876,Debbie Lesko,11067,REP,45,52.3674206269124,1,-4.734841253824797 +52338,82625,1758,2018,AZ-8,House-G,2018_House-GS_AZ-8,Lake Research Partners,165,FALSE,FALSE,IVR/Live Phone,DEM,2018-04-15,2018-04-24,9,408,Hiral Tipirneni,11066,DEM,46,47.6325793730876,Debbie Lesko,11067,REP,46,52.3674206269124,0,-4.734841253824797 +52336,82623,1758,2018,AZ-8,House-G,2018_House-GS_AZ-8,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-04-21,2018-04-24,3,400,Hiral Tipirneni,11066,DEM,43,47.6325793730876,Debbie Lesko,11067,REP,49,52.3674206269124,-6,-4.734841253824797 +51029,80737,1759,2018,PA-18,House-G,2018_House-GS_PA-18,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2018-01-18,2018-03-13,54,384,Conor Lamb,10524,DEM,38,49.86321723550234,Richard Saccone,10525,REP,41,49.533277979285934,-3,0.32993925621640585 +51026,80734,1759,2018,PA-18,House-G,2018_House-GS_PA-18,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-02-14,2018-03-13,27,602,Conor Lamb,10524,DEM,40,49.86321723550234,Richard Saccone,10525,REP,45,49.533277979285934,-5,0.32993925621640585 +51027,80735,1759,2018,PA-18,House-G,2018_House-GS_PA-18,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-02-14,2018-03-13,27,320,Conor Lamb,10524,DEM,45,49.86321723550234,Richard Saccone,10525,REP,49,49.533277979285934,-4,0.32993925621640585 +51025,80733,1759,2018,PA-18,House-G,2018_House-GS_PA-18,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-03-02,2018-03-13,11,474,Conor Lamb,10524,DEM,48,49.86321723550234,Richard Saccone,10525,REP,45,49.533277979285934,3,0.32993925621640585 +51024,80732,1759,2018,PA-18,House-G,2018_House-GS_PA-18,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2018-03-03,2018-03-13,10,911,Conor Lamb,10524,DEM,42,49.86321723550234,Richard Saccone,10525,REP,45,49.533277979285934,-3,0.32993925621640585 +73658,138207,1759,2018,PA-18,House-G,2018_House-GS_PA-18,RABA Research,269,FALSE,FALSE,IVR/Online Panel,NA,2018-03-07,2018-03-13,6,707,Conor Lamb,10524,DEM,48,49.86321723550234,Richard Saccone,10525,REP,44,49.533277979285934,4,0.32993925621640585 +51023,119990,1759,2018,PA-18,House-G,2018_House-GS_PA-18,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2018-03-10,2018-03-13,3,372,Conor Lamb,10524,DEM,49,49.86321723550234,Richard Saccone,10525,REP,47,49.533277979285934,2,0.32993925621640585 +73660,138209,1760,2017,UT-3,House-G,2017_House-GS_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2017-09-17,2017-11-07,51,600,Kathie Allen,16348,DEM,16.67,25.576470269831393,John Curtis,16349,REP,54.33,58.01983815529513,-37.66,-32.44336788546374 +73659,138208,1760,2017,UT-3,House-G,2017_House-GS_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2017-10-13,2017-11-07,25,410,Kathie Allen,16348,DEM,19,25.576470269831393,John Curtis,16349,REP,46,58.01983815529513,-27,-32.44336788546374 +50603,79853,1761,2017,SC-5,House-G,2017_House-GS_SC-5,Victory Enterprises,525,FALSE,FALSE,Live Phone,REP,2017-05-17,2017-06-20,34,629,Archie Parnell,10489,DEM,36,47.942615154671856,Ralph Norman,10490,REP,53,51.039449250418954,-17,-3.0968340957470986 +50588,79835,1761,2017,SC-5,House-G,2017_House-GS_SC-5,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-05-21,2017-06-20,30,746,Archie Parnell,10489,DEM,34,47.942615154671856,Ralph Norman,10490,REP,47,51.039449250418954,-13,-3.0968340957470986 +50590,79837,1761,2017,SC-5,House-G,2017_House-GS_SC-5,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2017-05-24,2017-06-20,27,401,Archie Parnell,10489,DEM,40,47.942615154671856,Ralph Norman,10490,REP,50,51.039449250418954,-10,-3.0968340957470986 +50589,79836,1761,2017,SC-5,House-G,2017_House-GS_SC-5,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-06-16,2017-06-20,4,1001,Archie Parnell,10489,DEM,44,47.942615154671856,Ralph Norman,10490,REP,53,51.039449250418954,-9,-3.0968340957470986 +73667,138218,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2017-04-25,2017-06-20,56,590,Jon Ossoff,10471,DEM,48,48.217166828009034,Karen Handel,10472,REP,47,51.78283317199096,1,-3.565666343981924 +73665,138216,1762,2017,GA-6,House-G,2017_House-SR_GA-6,GBAO,109,FALSE,FALSE,Live Phone,DEM,2017-04-30,2017-06-20,51,400,Jon Ossoff,10471,DEM,50,48.217166828009034,Karen Handel,10472,REP,48,51.78283317199096,2,-3.565666343981924 +73664,138215,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Landmark Communications,166,FALSE,FALSE,IVR/Online Panel,NA,2017-05-03,2017-06-20,48,611,Jon Ossoff,10471,DEM,46.5,48.217166828009034,Karen Handel,10472,REP,49.1,51.78283317199096,-2.6000000000000014,-3.565666343981924 +73663,138214,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-05-09,2017-06-20,42,870,Jon Ossoff,10471,DEM,47,48.217166828009034,Karen Handel,10472,REP,45,51.78283317199096,2,-3.565666343981924 +73662,138213,1762,2017,GA-6,House-G,2017_House-SR_GA-6,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2017-05-18,2017-06-20,33,549,Jon Ossoff,10471,DEM,51,48.217166828009034,Karen Handel,10472,REP,44,51.78283317199096,7,-3.565666343981924 +50568,79815,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Landmark Communications,166,FALSE,FALSE,IVR/Online Panel,NA,2017-05-30,2017-06-20,21,500,Jon Ossoff,10471,DEM,49.1,48.217166828009034,Karen Handel,10472,REP,47.6,51.78283317199096,1.5,-3.565666343981924 +50567,79814,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Landmark Communications,166,FALSE,FALSE,IVR/Online Panel,NA,2017-06-06,2017-06-20,14,420,Jon Ossoff,10471,DEM,49.6,48.217166828009034,Karen Handel,10472,REP,47.1,51.78283317199096,2.5,-3.565666343981924 +50566,79813,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2017-06-07,2017-06-20,13,745,Jon Ossoff,10471,DEM,51,48.217166828009034,Karen Handel,10472,REP,44,51.78283317199096,7,-3.565666343981924 +50565,79812,1762,2017,GA-6,House-G,2017_House-SR_GA-6,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2017-06-09,2017-06-20,11,503,Jon Ossoff,10471,DEM,47,48.217166828009034,Karen Handel,10472,REP,47,51.78283317199096,0,-3.565666343981924 +50569,79816,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone,REP,2017-06-12,2017-06-20,8,1100,Jon Ossoff,10471,DEM,50.22,48.217166828009034,Karen Handel,10472,REP,47.46,51.78283317199096,2.759999999999998,-3.565666343981924 +50564,79811,1762,2017,GA-6,House-G,2017_House-SR_GA-6,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2017-06-14,2017-06-20,6,537,Jon Ossoff,10471,DEM,49.7,48.217166828009034,Karen Handel,10472,REP,49.4,51.78283317199096,0.30000000000000426,-3.565666343981924 +50563,79810,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Landmark Communications,166,FALSE,FALSE,IVR/Online Panel,NA,2017-06-15,2017-06-20,5,800,Jon Ossoff,10471,DEM,49.7,48.217166828009034,Karen Handel,10472,REP,48,51.78283317199096,1.7000000000000028,-3.565666343981924 +50571,79818,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone,REP,2017-06-17,2017-06-20,3,1100,Jon Ossoff,10471,DEM,48.59,48.217166828009034,Karen Handel,10472,REP,50.46,51.78283317199096,-1.8699999999999974,-3.565666343981924 +50570,79817,1762,2017,GA-6,House-G,2017_House-SR_GA-6,Landmark Communications,166,FALSE,FALSE,IVR/Online Panel,NA,2017-06-19,2017-06-20,1,500,Jon Ossoff,10471,DEM,49,48.217166828009034,Karen Handel,10472,REP,48.9,51.78283317199096,0.10000000000000142,-3.565666343981924 +73669,138224,1764,2017,MT-1,House-G,2017_House-GS_MT-1,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-04-03,2017-05-25,52,1222,Rob Quist,10500,DEM,38,44.36468318056925,Greg Gianforte,10501,REP,50,49.9507099859471,-12,-5.586026805377848 +73668,138219,1764,2017,MT-1,House-G,2017_House-GS_MT-1,Emerson College,88,TRUE,FALSE,IVR,NA,2017-04-20,2017-05-25,35,648,Rob Quist,10500,DEM,37,44.36468318056925,Greg Gianforte,10501,REP,52,49.9507099859471,-15,-5.586026805377848 +73666,138217,1764,2017,MT-1,House-G,2017_House-GS_MT-1,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2017-04-26,2017-05-25,29,601,Rob Quist,10500,DEM,43,44.36468318056925,Greg Gianforte,10501,REP,49,49.9507099859471,-6,-5.586026805377848 +50591,79838,1764,2017,MT-1,House-G,2017_House-GS_MT-1,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-05-03,2017-05-25,22,462,Rob Quist,10500,DEM,37,44.36468318056925,Greg Gianforte,10501,REP,45,49.9507099859471,-8,-5.586026805377848 +50604,79854,1764,2017,MT-1,House-G,2017_House-GS_MT-1,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2017-05-22,2017-05-25,3,818,Rob Quist,10500,DEM,35,44.36468318056925,Greg Gianforte,10501,REP,49,49.9507099859471,-14,-5.586026805377848 +50592,79839,1764,2017,MT-1,House-G,2017_House-GS_MT-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2017-05-22,2017-05-25,3,1888,Rob Quist,10500,DEM,44,44.36468318056925,Greg Gianforte,10501,REP,49,49.9507099859471,-5,-5.586026805377848 +73673,138231,1765,2017,KS-4,House-G,2017_House-GS_KS-4,Lincoln Park Strategies,484,FALSE,FALSE,Live Phone,DEM,2017-03-03,2017-04-11,39,500,James A. Thompson,16355,DEM,32,46.03406365727523,Ron Estes,16356,REP,56,52.24072956262133,-24,-6.2066659053460995 +36450,49646,1777,2014,FL-13,House-G,2014_House-GS_FL-13,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone,NA,2014-02-17,2014-03-11,22,400,Alex Sink,4549,DEM,42,46.61918028861851,David W. Jolly,28397,REP,44,48.520449252334416,-2,-1.901268963715907 +36332,49322,1777,2014,FL-13,House-G,2014_House-GS_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2014-02-25,2014-03-11,14,1269,Alex Sink,4549,DEM,46,46.61918028861851,David W. Jolly,28397,REP,46,48.520449252334416,0,-1.901268963715907 +36331,49321,1777,2014,FL-13,House-G,2014_House-GS_FL-13,RRH Elections,274,FALSE,FALSE,IVR,NA,2014-02-26,2014-03-11,13,391,Alex Sink,4549,DEM,44,46.61918028861851,David W. Jolly,28397,REP,46,48.520449252334416,-2,-1.901268963715907 +36330,49320,1777,2014,FL-13,House-G,2014_House-GS_FL-13,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2014-03-08,2014-03-11,3,702,Alex Sink,4549,DEM,48,46.61918028861851,David W. Jolly,28397,REP,45,48.520449252334416,3,-1.901268963715907 +73678,138236,1782,2013,SC-1,House-G,2013_House-GS_SC-1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2013-03-23,2013-05-07,45,1175,Elizabeth Colbert Busch,14157,DEM,47,41.87419500818046,Mark Sanford,14158,REP,45,54.025829359139486,2,-12.151634350959029 +73677,138235,1782,2013,SC-1,House-G,2013_House-GS_SC-1,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2013-03-26,2013-05-07,42,500,Elizabeth Colbert Busch,14157,DEM,47,41.87419500818046,Mark Sanford,14158,REP,44,54.025829359139486,3,-12.151634350959029 +64191,118101,1782,2013,SC-1,House-G,2013_House-GS_SC-1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2013-04-20,2013-05-07,17,796,Elizabeth Colbert Busch,14157,DEM,50,41.87419500818046,Mark Sanford,14158,REP,41,54.025829359139486,9,-12.151634350959029 +73676,138234,1782,2013,SC-1,House-G,2013_House-GS_SC-1,ccAdvertising,396,FALSE,FALSE,IVR,NA,2013-04-30,2013-05-07,7,1807,Elizabeth Colbert Busch,14157,DEM,40,41.87419500818046,Mark Sanford,14158,REP,39.5,54.025829359139486,0.5,-12.151634350959029 +64228,118185,1782,2013,SC-1,House-G,2013_House-GS_SC-1,RRH Elections,274,FALSE,FALSE,IVR,NA,2013-04-30,2013-05-07,7,650,Elizabeth Colbert Busch,14157,DEM,46,41.87419500818046,Mark Sanford,14158,REP,46,54.025829359139486,0,-12.151634350959029 +64192,118102,1782,2013,SC-1,House-G,2013_House-GS_SC-1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2013-05-04,2013-05-07,3,1239,Elizabeth Colbert Busch,14157,DEM,46,41.87419500818046,Mark Sanford,14158,REP,47,54.025829359139486,-1,-12.151634350959029 +64190,118100,1788,2012,AZ-8,House-G,2012_House-GS_AZ-8,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-06-09,2012-06-12,3,2012,Ron Barber,11091,DEM,53,52.32193772407757,Jesse Kelly,10667,REP,41,45.38717782231883,12,6.9347599017587385 +52285,82508,1789,2012,OR-1,House-G,2012_House-GS_OR-1,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2011-12-13,2012-01-31,49,979,Suzanne Bonamici,28379,DEM,52,53.80640814564226,Robert Y. Cornilles,7362,REP,41,39.56861498460356,11,14.237793161038695 +52296,82532,1789,2012,OR-1,House-G,2012_House-GS_OR-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2011-12-28,2012-01-31,34,504,Suzanne Bonamici,28379,DEM,50,53.80640814564226,Robert Y. Cornilles,7362,REP,39,39.56861498460356,11,14.237793161038695 +52448,82840,1789,2012,OR-1,House-G,2012_House-GS_OR-1,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2012-01-11,2012-01-31,20,300,Suzanne Bonamici,28379,DEM,46,53.80640814564226,Robert Y. Cornilles,7362,REP,42,39.56861498460356,4,14.237793161038695 +73681,138239,1790,2011,NY-9,House-G,2011_House-GS_NY-9,Siena College,305,TRUE,FALSE,Live Phone,NA,2011-08-05,2011-09-13,39,501,David I. Weprin,13933,DEM,48,43.92356723668323,Bob Turner,13934,REP,42,45.665908516552946,6,-1.7423412798697129 +64143,118017,1790,2011,NY-9,House-G,2011_House-GS_NY-9,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2011-08-31,2011-09-13,13,300,David I. Weprin,13933,DEM,42,43.92356723668323,Bob Turner,13934,REP,42,45.665908516552946,0,-1.7423412798697129 +64062,117886,1790,2011,NY-9,House-G,2011_House-GS_NY-9,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2011-08-30,2011-09-13,14,400,David I. Weprin,13933,DEM,47,43.92356723668323,Bob Turner,13934,REP,39,45.665908516552946,8,-1.7423412798697129 +64116,117959,1790,2011,NY-9,House-G,2011_House-GS_NY-9,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2011-09-01,2011-09-13,12,2055,David I. Weprin,13933,DEM,40.4,43.92356723668323,Bob Turner,13934,REP,44.6,45.665908516552946,-4.200000000000003,-1.7423412798697129 +64255,118233,1790,2011,NY-9,House-G,2011_House-GS_NY-9,Siena College,305,TRUE,FALSE,Live Phone,NA,2011-09-07,2011-09-13,6,886,David I. Weprin,13933,DEM,44,43.92356723668323,Bob Turner,13934,REP,50,45.665908516552946,-6,-1.7423412798697129 +64188,118098,1790,2011,NY-9,House-G,2011_House-GS_NY-9,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-09-10,2011-09-13,3,664,David I. Weprin,13933,DEM,41,43.92356723668323,Bob Turner,13934,REP,47,45.665908516552946,-6,-1.7423412798697129 +73680,138238,1791,2011,NV-2,House-G,2011_House-GS_NV-2,Magellan Strategies,179,FALSE,FALSE,NA,REP,2011-08-15,2011-09-13,29,656,Kate Marshall,14155,DEM,35,36.07183857124146,Mark E. Amodei,14156,REP,48,57.92389302802198,-13,-21.85205445678052 +73679,138237,1791,2011,NV-2,House-G,2011_House-GS_NV-2,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2011-08-20,2011-09-13,24,600,Kate Marshall,14155,DEM,42,36.07183857124146,Mark E. Amodei,14156,REP,43,57.92389302802198,-1,-21.85205445678052 +64189,118099,1791,2011,NV-2,House-G,2011_House-GS_NV-2,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-09-10,2011-09-13,3,629,Kate Marshall,14155,DEM,37,36.07183857124146,Mark E. Amodei,14156,REP,50,57.92389302802198,-13,-21.85205445678052 +64187,118097,1792,2011,CA-36,House-G,2011_House-GS_CA-36,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2011-07-09,2011-07-12,3,619,Janice Hahn,14153,DEM,52,54.89115201345417,Craig Huey,14154,REP,44,45.10884798654583,8,9.782304026908335 +73682,138240,1793,2011,NY-26,House-G,2011_House-GS_NY-26,Siena College,305,TRUE,FALSE,Live Phone,NA,2011-04-26,2011-05-24,28,484,Kathy C. Hochul,13931,DEM,31,42.6799475471088,Jane L. Corwin,13932,REP,36,32.083385726346805,-5,10.596561820761998 +64059,117883,1793,2011,NY-26,House-G,2011_House-GS_NY-26,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2011-05-03,2011-05-24,21,400,Kathy C. Hochul,13931,DEM,30,42.6799475471088,Jane L. Corwin,13932,REP,31,32.083385726346805,-1,10.596561820761998 +64185,118095,1793,2011,NY-26,House-G,2011_House-GS_NY-26,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2011-05-07,2011-05-24,17,1048,Kathy C. Hochul,13931,DEM,35,42.6799475471088,Jane L. Corwin,13932,REP,31,32.083385726346805,4,10.596561820761998 +64254,118232,1793,2011,NY-26,House-G,2011_House-GS_NY-26,Siena College,305,TRUE,FALSE,Live Phone,NA,2011-05-19,2011-05-24,5,639,Kathy C. Hochul,13931,DEM,42,42.6799475471088,Jane L. Corwin,13932,REP,38,32.083385726346805,4,10.596561820761998 +64186,118096,1793,2011,NY-26,House-G,2011_House-GS_NY-26,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-05-21,2011-05-24,3,1106,Kathy C. Hochul,13931,DEM,42,42.6799475471088,Jane L. Corwin,13932,REP,36,32.083385726346805,6,10.596561820761998 +73690,138249,1797,2010,HI-1,House-G,2010_House-GS_HI-1,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2010-04-09,2010-05-22,43,442,Colleen W. Hanabusa,28412,DEM,27,30.988362197977615,Charles K. Djou,28411,REP,32,39.67886004706766,-5,-8.690497849090043 +73686,138245,1797,2010,HI-1,House-G,2010_House-GS_HI-1,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2010-04-25,2010-05-22,27,506,Colleen W. Hanabusa,28412,DEM,20,30.988362197977615,Charles K. Djou,28411,REP,36,39.67886004706766,-16,-8.690497849090043 +52973,138244,1797,2010,HI-1,House-G,2010_House-GS_HI-1,Ward Research,375,FALSE,FALSE,NA,NA,2010-04-25,2010-05-22,27,442,Colleen W. Hanabusa,28412,DEM,22,30.988362197977615,Charles K. Djou,28411,REP,36,39.67886004706766,-14,-8.690497849090043 +64146,118020,1797,2010,HI-1,House-G,2010_House-GS_HI-1,MRG Research,207,FALSE,FALSE,IVR,NA,2010-05-06,2010-05-22,16,1081,Colleen W. Hanabusa,28412,DEM,25.5,30.988362197977615,Charles K. Djou,28411,REP,39.5,39.67886004706766,-14,-8.690497849090043 +63992,117770,1797,2010,HI-1,House-G,2010_House-GS_HI-1,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-05-20,2010-05-22,2,1082,Colleen W. Hanabusa,28412,DEM,17.67,30.988362197977615,Charles K. Djou,28411,REP,35.78,39.67886004706766,-18.11,-8.690497849090043 +73687,138246,1798,2010,PA-12,House-G,2010_House-GS_PA-12,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2010-04-15,2010-05-18,33,300,Mark S. Critz,28404,DEM,40,52.641246747188184,Tim Burns,28405,REP,39,44.99048757553448,1,7.650759171653704 +73689,138248,1798,2010,PA-12,House-G,2010_House-GS_PA-12,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-04-14,2010-05-18,34,400,Mark S. Critz,28404,DEM,41,52.641246747188184,Tim Burns,28405,REP,38,44.99048757553448,3,7.650759171653704 +73688,138247,1798,2010,PA-12,House-G,2010_House-GS_PA-12,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-04-17,2010-05-18,31,1197,Mark S. Critz,28404,DEM,41,52.641246747188184,Tim Burns,28405,REP,44,44.99048757553448,-3,7.650759171653704 +64057,117881,1798,2010,PA-12,House-G,2010_House-GS_PA-12,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2010-04-28,2010-05-18,20,400,Mark S. Critz,28404,DEM,44,52.641246747188184,Tim Burns,28405,REP,36,44.99048757553448,8,7.650759171653704 +73684,138243,1798,2010,PA-12,House-G,2010_House-GS_PA-12,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2010-04-28,2010-05-18,20,406,Mark S. Critz,28404,DEM,43,52.641246747188184,Tim Burns,28405,REP,41,44.99048757553448,2,7.650759171653704 +64181,118088,1798,2010,PA-12,House-G,2010_House-GS_PA-12,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-05-04,2010-05-18,14,400,Mark S. Critz,28404,DEM,41,52.641246747188184,Tim Burns,28405,REP,43,44.99048757553448,-2,7.650759171653704 +64369,118421,1798,2010,PA-12,House-G,2010_House-GS_PA-12,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-05-10,2010-05-18,8,400,Mark S. Critz,28404,DEM,44,52.641246747188184,Tim Burns,28405,REP,38,44.99048757553448,6,7.650759171653704 +73683,138241,1798,2010,PA-12,House-G,2010_House-GS_PA-12,We Ask America,376,FALSE,FALSE,IVR,NA,2010-05-13,2010-05-18,5,888,Mark S. Critz,28404,DEM,43.5,52.641246747188184,Tim Burns,28405,REP,35.1,44.99048757553448,8.399999999999999,7.650759171653704 +64184,118094,1798,2010,PA-12,House-G,2010_House-GS_PA-12,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-05-15,2010-05-18,3,831,Mark S. Critz,28404,DEM,47,52.641246747188184,Tim Burns,28405,REP,48,44.99048757553448,-1,7.650759171653704 +73700,138260,1800,2009,NY-23,House-G,2009_House-GS_NY-23,McLaughlin & Associates,203,FALSE,FALSE,NA,CRV,2009-09-08,2009-11-03,56,300,William L. Owens,14151,DEM,20,43.964959105743695,Dierdre K. Scozzafava,16364,REP,30,4.7963214988835015,-10,39.168637606860194 +73699,138259,1800,2009,NY-23,House-G,2009_House-GS_NY-23,Basswood Research,24,FALSE,FALSE,NA,REP,2009-09-17,2009-11-03,47,300,William L. Owens,14151,DEM,17,43.964959105743695,Dierdre K. Scozzafava,16364,REP,20,4.7963214988835015,-3,39.168637606860194 +73698,138258,1800,2009,NY-23,House-G,2009_House-GS_NY-23,Siena College,305,TRUE,FALSE,Live Phone,NA,2009-09-28,2009-11-03,36,622,William L. Owens,14151,DEM,28,43.964959105743695,Dierdre K. Scozzafava,16364,REP,35,4.7963214988835015,-7,39.168637606860194 +73697,138257,1800,2009,NY-23,House-G,2009_House-GS_NY-23,Siena College,305,TRUE,FALSE,Live Phone,NA,2009-10-12,2009-11-03,22,617,William L. Owens,14151,DEM,33,43.964959105743695,Dierdre K. Scozzafava,16364,REP,29,4.7963214988835015,4,39.168637606860194 +73696,138256,1800,2009,NY-23,House-G,2009_House-GS_NY-23,Basswood Research,24,FALSE,FALSE,Live Phone,REP,2009-10-24,2009-11-03,10,300,William L. Owens,14151,DEM,27,43.964959105743695,Dierdre K. Scozzafava,16364,REP,20,4.7963214988835015,7,39.168637606860194 +73695,138255,1800,2009,NY-23,House-G,2009_House-GS_NY-23,Neighborhood Research and Media,227,FALSE,FALSE,Live Phone,NA,2009-10-25,2009-11-03,9,442,William L. Owens,14151,DEM,29,43.964959105743695,Dierdre K. Scozzafava,16364,REP,14,4.7963214988835015,15,39.168637606860194 +73694,138254,1800,2009,NY-23,House-G,2009_House-GS_NY-23,Siena College,305,TRUE,FALSE,Live Phone,NA,2009-10-28,2009-11-03,6,704,William L. Owens,14151,DEM,36,43.964959105743695,Dierdre K. Scozzafava,16364,REP,20,4.7963214988835015,16,39.168637606860194 +64253,118231,1800,2009,NY-23,House-G,2009_House-GS_NY-23,Siena College,305,TRUE,FALSE,Live Phone,NA,2009-11-01,2009-11-03,2,606,William L. Owens,14151,DEM,36,43.964959105743695,Dierdre K. Scozzafava,16364,REP,6,4.7963214988835015,30,39.168637606860194 +64183,118093,1800,2009,NY-23,House-G,2009_House-GS_NY-23,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2009-10-31,2009-11-03,3,1754,William L. Owens,14151,DEM,34,43.964959105743695,Dierdre K. Scozzafava,16364,REP,13,4.7963214988835015,21,39.168637606860194 +64366,118418,1801,2009,CA-10,House-G,2009_House-GS_CA-10,SurveyUSA,325,FALSE,FALSE,IVR,NA,2009-10-27,2009-11-03,7,581,John Garamendi,14432,DEM,50,52.84789456113103,David Harmer,14433,REP,40,42.83236322993628,10,10.015531331194751 +73707,138272,1804,2009,NY-20,House-G,2009_House-GS_NY-20,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2009-02-03,2009-03-31,56,400,Scott Murphy,14314,DEM,29,43.52756725269414,James Nicholas Tedisco,14315,REP,50,42.61971010541058,-21,0.9078571472835577 +73706,138271,1804,2009,NY-20,House-G,2009_House-GS_NY-20,Siena College,305,TRUE,FALSE,NA,NA,2009-02-18,2009-03-31,41,710,Scott Murphy,14314,DEM,34,43.52756725269414,James Nicholas Tedisco,14315,REP,46,42.61971010541058,-12,0.9078571472835577 +73705,138270,1804,2009,NY-20,House-G,2009_House-GS_NY-20,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2009-02-24,2009-03-31,35,400,Scott Murphy,14314,DEM,37,43.52756725269414,James Nicholas Tedisco,14315,REP,44,42.61971010541058,-7,0.9078571472835577 +64251,118229,1804,2009,NY-20,House-G,2009_House-GS_NY-20,Siena College,305,TRUE,FALSE,Live Phone,NA,2009-03-09,2009-03-31,22,712,Scott Murphy,14314,DEM,41,43.52756725269414,James Nicholas Tedisco,14315,REP,45,42.61971010541058,-4,0.9078571472835577 +64252,118230,1804,2009,NY-20,House-G,2009_House-GS_NY-20,Siena College,305,TRUE,FALSE,Live Phone,NA,2009-03-25,2009-03-31,6,917,Scott Murphy,14314,DEM,47,43.52756725269414,James Nicholas Tedisco,14315,REP,43,42.61971010541058,4,0.9078571472835577 +73710,138275,1807,2008,MS-1,House-G,2008_House-SR_MS-1,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2008-04-05,2008-05-13,38,500,Travis W. Childers,28423,DEM,41,53.78078840558223,Greg Davis,28424,REP,40,46.21921159441777,1,7.561576811164457 +73711,138277,1808,2008,LA-6,House-G,2008_House-GS_LA-6,Impact Research,14,FALSE,FALSE,NA,DEM,2008-03-18,2008-05-03,46,500,Donald J. Cazayoux,28413,DEM,49,49.20260946177376,Woody Jenkins,16365,REP,44,46.27537939158755,5,2.927230070186212 +73709,138274,1808,2008,LA-6,House-G,2008_House-GS_LA-6,Impact Research,14,FALSE,FALSE,NA,DEM,2008-04-09,2008-05-03,24,500,Donald J. Cazayoux,28413,DEM,49,49.20260946177376,Woody Jenkins,16365,REP,42,46.27537939158755,7,2.927230070186212 +73708,138273,1808,2008,LA-6,House-G,2008_House-GS_LA-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-28,2008-05-03,5,501,Donald J. Cazayoux,28413,DEM,50,49.20260946177376,Woody Jenkins,16365,REP,41,46.27537939158755,9,2.927230070186212 +2482,138281,1811,2008,IN-7,House-G,2008_House-GS_IN-7,Howey Politics/DePauw University,142,FALSE,TRUE,NA,NA,2008-02-17,2008-03-11,23,300,André D. Carson,14262,DEM,54,54.00089934442525,Jonathan R. Elrod,16372,REP,36,43.07268122973517,18,10.928218114690083 +73715,138282,1812,2008,IL-14,House-G,2008_House-GS_IL-14,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2008-02-08,2008-03-08,29,525,Bill Foster,28425,DEM,43,52.52804749207627,James D. Oberweis,28426,REP,45,47.47195250792373,-2,5.056094984152537 +73714,138280,1812,2008,IL-14,House-G,2008_House-GS_IL-14,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2008-02-23,2008-03-08,14,402,Bill Foster,28425,DEM,45,52.52804749207627,James D. Oberweis,28426,REP,41,47.47195250792373,4,5.056094984152537 +73713,138279,1812,2008,IL-14,House-G,2008_House-GS_IL-14,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2008-03-01,2008-03-08,7,550,Bill Foster,28425,DEM,45,52.52804749207627,James D. Oberweis,28426,REP,47,47.47195250792373,-2,5.056094984152537 +73712,138278,1812,2008,IL-14,House-G,2008_House-GS_IL-14,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-03-03,2008-03-08,5,517,Bill Foster,28425,DEM,52,52.52804749207627,James D. Oberweis,28426,REP,45,47.47195250792373,7,5.056094984152537 +73717,138284,1814,2007,OH-5,House-G,2007_House-GS_OH-5,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2007-11-11,2007-12-11,30,350,Robin R. Weirauch,16375,DEM,36,42.86772916455182,Bob Latta,16376,REP,50,56.96274489899502,-14,-14.095015734443201 +73719,138286,1815,2007,MA-5,House-G,2007_House-GS_MA-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2007-09-08,2007-10-16,38,411,Niki Tsongas,16377,DEM,51,51.04039512479107,Jim Ogonowski,16378,REP,41,44.86657026423032,10,6.1738248605607495 +73718,138285,1815,2007,MA-5,House-G,2007_House-GS_MA-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2007-10-09,2007-10-16,7,457,Niki Tsongas,16377,DEM,51,51.04039512479107,Jim Ogonowski,16378,REP,42,44.86657026423032,9,6.1738248605607495 +73724,138291,1820,2006,CA-50,House-G,2006_House-GS_CA-50,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2006-04-19,2006-06-06,48,400,Francine P. Busby,14397,DEM,43,45.01971107300374,Brian P. Bilbray,14398,REP,45,49.572557630368344,-2,-4.552846557364603 +73723,138290,1820,2006,CA-50,House-G,2006_House-GS_CA-50,Moore Information Group,217,FALSE,FALSE,NA,REP,2006-04-29,2006-06-06,38,300,Francine P. Busby,14397,DEM,47,45.01971107300374,Brian P. Bilbray,14398,REP,43,49.572557630368344,4,-4.552846557364603 +73722,138289,1820,2006,CA-50,House-G,2006_House-GS_CA-50,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-05-08,2006-06-06,29,442,Francine P. Busby,14397,DEM,45,45.01971107300374,Brian P. Bilbray,14398,REP,45,49.572557630368344,0,-4.552846557364603 +73721,138288,1820,2006,CA-50,House-G,2006_House-GS_CA-50,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2006-05-14,2006-06-06,23,400,Francine P. Busby,14397,DEM,47,45.01971107300374,Brian P. Bilbray,14398,REP,40,49.572557630368344,7,-4.552846557364603 +73720,138287,1820,2006,CA-50,House-G,2006_House-GS_CA-50,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-05-31,2006-06-06,6,448,Francine P. Busby,14397,DEM,45,45.01971107300374,Brian P. Bilbray,14398,REP,47,49.572557630368344,-2,-4.552846557364603 +5330,119662,1825,2004,SD-1,House-G,2004_House-GS_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-05-11,2004-06-01,21,625,Stephanie Herseth Sandlin,14498,DEM,49,50.573834666870354,Larry Diedrich,14499,REP,40,49.42616533312964,9,1.1476693337407156 +5319,119667,1825,2004,SD-1,House-G,2004_House-GS_SD-1,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-05-19,2004-06-01,13,503,Stephanie Herseth Sandlin,14498,DEM,52,50.573834666870354,Larry Diedrich,14499,REP,41,49.42616533312964,11,1.1476693337407156 +73730,138298,1826,2004,KY-6,House-G,2004_House-GS_KY-6,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-01-25,2004-02-17,23,442,Albert Ben Chandler,14361,DEM,54,55.158132036646265,Alice Forgy Kerr,14362,REP,44,42.90732269945083,10,12.250809337195435 +73728,138296,1826,2004,KY-6,House-G,2004_House-GS_KY-6,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2004-02-07,2004-02-17,10,466,Albert Ben Chandler,14361,DEM,49.4,55.158132036646265,Alice Forgy Kerr,14362,REP,39.6,42.90732269945083,9.799999999999997,12.250809337195435 +73729,138297,1826,2004,KY-6,House-G,2004_House-GS_KY-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-08,2004-02-17,9,442,Albert Ben Chandler,14361,DEM,51,55.158132036646265,Alice Forgy Kerr,14362,REP,45,42.90732269945083,6,12.250809337195435 +64284,118267,1826,2004,KY-6,House-G,2004_House-GS_KY-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-14,2004-02-17,3,517,Albert Ben Chandler,14361,DEM,53,55.158132036646265,Alice Forgy Kerr,14362,REP,45,42.90732269945083,8,12.250809337195435 +26097,117967,1862,1998,AR-2,House-G,1998_House-G_AR-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,420,Victor F. Snyder,14014,DEM,54,57.972739511529944,Phil Wyrick,14015,REP,35,42.02726048847005,19,15.945479023059896 +64398,118466,1888,1998,CA-24,House-G,1998_House-G_CA-24,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Brad Sherman,14454,DEM,47,57.310333370251406,Randy Hoffman,14455,REP,34,38.487650902647026,13,18.82268246760438 +64398,118467,1900,1998,CA-36,House-G,1998_House-G_CA-36,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Janice Hahn,14456,DEM,30,46.57193488382332,Steven T. Kuykendall,14457,REP,47,48.89381748538849,-17,-2.3218826015651715 +64109,117952,1910,1998,CA-46,House-G,1998_House-G_CA-46,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,1998-10-17,1998-11-03,17,1000,Loretta Sanchez,13989,DEM,48,56.42690760217407,Robert K. Dornan,13990,REP,34,39.27907578645208,14,17.147831815721986 +64399,118468,1918,1998,CO-2,House-G,1998_House-G_CO-2,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Mark Udall,14459,DEM,36,49.87961933444814,Bob Greenlee,14460,REP,53,47.44530340305198,-17,2.4343159313961564 +64122,117968,1923,1998,CT-1,House-G,1998_House-G_CT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,308,John B. Larson,14019,DEM,55,58.05222745209908,Kevin James O'Connor,14020,REP,21,41.40398421528075,34,16.64824323681833 +54265,117965,1964,1998,HI-1,House-G,1998_House-G_HI-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-18,1998-11-03,16,221,Neil Abercrombie,14010,DEM,50,61.55635619372162,Gene Ward,14011,REP,36,36.347859113472,14,25.20849708024962 +54266,118458,1964,1998,HI-1,House-G,1998_House-G_HI-1,Ward Research,375,FALSE,FALSE,Live Phone,NA,1998-10-22,1998-11-03,12,272,Neil Abercrombie,14010,DEM,47,61.55635619372162,Gene Ward,14011,REP,32,36.347859113472,15,25.20849708024962 +64053,117875,1966,1998,ID-1,House-G,1998_House-G_ID-1,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,1998-10-12,1998-11-03,22,372,Dan Williams,13924,DEM,44,44.73409343823822,Helen Chenoweth,13925,REP,42,55.26590656176178,2,-10.531813123523563 +64053,117876,1967,1998,ID-2,House-G,1998_House-G_ID-2,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,1998-10-12,1998-11-03,22,400,Richard Stallings,13926,DEM,42,44.689988214665554,Mike Simpson,13927,REP,36,52.509126448015174,6,-7.819138233349619 +64170,118077,1996,1998,IN-9,House-G,1998_House-G_IN-9,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,1998-10-21,1998-11-03,13,300,Baron P. Hill,14135,DEM,41,50.75610341966197,Jean Leising,14136,REP,51,47.930405730008296,-10,2.8256976896536727 +64137,118009,1997,1998,IN-10,House-G,1998_House-G_IN-10,Massie & Associates,199,FALSE,TRUE,Live Phone,REP,1998-10-17,1998-11-03,17,300,Julia M. Carson,14069,DEM,37,58.3425432867812,Gary Anthony Hofmeister,14071,REP,38,39.365852841689275,-1,18.976690445091926 +64140,118013,1997,1998,IN-10,House-G,1998_House-G_IN-10,Massie & Associates,199,FALSE,TRUE,Live Phone,REP,1998-10-24,1998-11-03,10,300,Julia M. Carson,14069,DEM,38,58.3425432867812,Gary Anthony Hofmeister,14071,REP,47,39.365852841689275,-9,18.976690445091926 +64259,118237,2006,1998,KS-4,House-G,1998_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-21,1998-11-03,13,500,Jim Lawing,14318,DEM,40,38.56158531713103,Todd Tiahrt,14319,REP,56,58.260035772897425,-16,-19.69845045576639 +26243,118432,2012,1998,KY-6,House-G,1998_House-G_KY-6,TMR Research,328,FALSE,TRUE,Live Phone,NA,1998-10-18,1998-11-03,16,700,Ernesto Scorsone,14438,DEM,44,45.95442991455609,Ernest Lee Fletcher,14439,REP,41,53.106912075460144,3,-7.152482160904057 +64400,118469,2035,1998,MA-6,House-G,1998_House-G_MA-6,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,John F. Tierney,14461,DEM,52,54.55460024405466,Peter G. Torkildsen,14462,REP,31,42.37701787560664,21,12.177582368448022 +64401,118470,2067,1998,MS-4,House-G,1998_House-G_MS-4,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Ronnie Shows,14463,DEM,42,53.39105970160133,Delbert Hosemann,14464,REP,33,44.862571884634725,9,8.528487816966603 +64150,118025,2078,1998,MT-1,House-G,1998_House-G_MT-1,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,1998-10-14,1998-11-03,20,400,Dusty Deschamps,14012,DEM,36,44.35908804377003,Richard A. Hill,14013,REP,51,53.00783288242231,-15,-8.648744838652284 +64121,117966,2078,1998,MT-1,House-G,1998_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-20,1998-11-03,14,819,Dusty Deschamps,14012,DEM,37,44.35908804377003,Richard A. Hill,14013,REP,52,53.00783288242231,-15,-8.648744838652284 +26156,117971,2082,1998,NV-1,House-G,1998_House-G_NV-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,366,Shelley Berkley,14026,DEM,44,49.23889695931265,Don Chairez,14027,REP,40,45.6537664046883,4,3.5851305546243495 +64225,118180,2085,1998,NH-2,House-G,1998_House-G_NH-2,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,183,Mary Rauh,14272,DEM,38,44.77324157599429,Charles Bass,14273,REP,53,53.15725843950525,-15,-8.384016863510958 +64124,117970,2101,1998,NM-3,House-G,1998_House-G_NM-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,418,Tom Udall,14021,DEM,45,53.15964555575622,Bill Redmond,14022,REP,42,43.26620021089549,3,9.89344534486073 +64402,118471,2101,1998,NM-3,House-G,1998_House-G_NM-3,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Tom Udall,14021,DEM,52,53.15964555575622,Bill Redmond,14022,REP,39,43.26620021089549,13,9.89344534486073 +64261,118239,2134,1998,NC-2,House-G,1998_House-G_NC-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-26,1998-11-03,8,500,Bob R. Etheridge,14322,DEM,52,57.39351804285535,Dan Page,14323,REP,39,41.666381268764916,13,15.727136774090432 +64260,118238,2136,1998,NC-4,House-G,1998_House-G_NC-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-10-25,1998-11-03,9,500,David E. Price,14320,DEM,54,57.4260815437286,Thomas H. Roberg,14321,REP,41,41.55840113823307,13,15.867680405495527 +64394,118462,2140,1998,NC-8,House-G,1998_House-G_NC-8,Wirthlin Worldwide,387,TRUE,TRUE,Live Phone,REP,1998-10-15,1998-11-03,19,505,Mike Taylor,14449,DEM,39,48.170878278897874,Robert C. Hayes,14450,REP,51,50.70836212854181,-12,-2.537483849643934 +64392,118460,2145,1998,ND-1,House-G,1998_House-G_ND-1,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,1998-10-18,1998-11-03,16,300,Earl Pomeroy,14447,DEM,49,56.21171695915223,Kevin Cramer,14448,REP,40,41.1065912592537,9,15.10512569989853 +64403,118472,2151,1998,OH-6,House-G,1998_House-G_OH-6,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Ted Strickland,14465,DEM,42,56.96183603506809,Nancy P. Hollister,14466,REP,41,43.03816396493191,1,13.923672070136178 +64262,118240,2171,1998,OR-1,House-G,1998_House-G_OR-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-11-01,1998-11-03,2,400,David Wu,14324,DEM,45,50.10229815946822,Molly Bordonaro,14325,REP,49,47.11018138089989,-4,2.992116778568331 +64263,118241,2185,1998,PA-10,House-G,1998_House-G_PA-10,SurveyUSA,325,FALSE,FALSE,IVR,NA,1998-11-01,1998-11-03,2,400,Patrick R. Casey,14326,DEM,48,48.400517751479285,Donald L. Sherwood,14327,REP,47,48.69810928254438,1,-0.29759153106509473 +64405,118480,2188,1998,PA-13,House-G,1998_House-G_PA-13,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Joe Hoeffel,14467,DEM,42,51.55021952409344,Jon David Fox,14469,REP,48,46.56891972464632,-6,4.981299799447122 +64387,118453,2246,1998,UT-2,House-G,1998_House-G_UT-2,Valley Research,368,FALSE,TRUE,Live Phone,NA,1998-10-20,1998-11-03,14,452,Lily Eskelsen,14441,DEM,42,43.45730996785653,Merrill Cook,14442,REP,41,52.75696488986213,1,-9.299654922005601 +64395,118463,2246,1998,UT-2,House-G,1998_House-G_UT-2,Wirthlin Worldwide,387,TRUE,TRUE,Live Phone,REP,1998-10-24,1998-11-03,10,303,Lily Eskelsen,14441,DEM,39,43.45730996785653,Merrill Cook,14442,REP,47,52.75696488986213,-8,-9.299654922005601 +64108,117951,2260,1998,WA-1,House-G,1998_House-G_WA-1,"Lauer, Lalley, Victoria",168,FALSE,TRUE,Live Phone,DEM,1998-10-17,1998-11-03,17,368,Jay Robert Inslee,13986,DEM,43,49.77458681608845,Richard Alan White,13987,REP,39,44.11563409324731,4,5.658952722841143 +64406,118481,2260,1998,WA-1,House-G,1998_House-G_WA-1,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Jay Robert Inslee,13986,DEM,44,49.77458681608845,Richard Alan White,13987,REP,44,44.11563409324731,0,5.658952722841143 +64408,118489,2272,1998,WI-1,House-G,1998_House-G_WI-1,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,300,Lydia Carol Spottswood,14472,DEM,38,42.730039063733905,Paul Ryan,14473,REP,52,57.10833605340465,-14,-14.378296989670744 +75795,144564,2285,2000,AL-4,House-G,2000_House-G_AL-4,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2000-10-16,2000-11-07,22,300,Marsha Guthrie Folsom,20340,DEM,31,37.385442178048166,Robert Aderholt,20341,REP,60,60.58215710539753,-29,-23.196714927349362 +6316,118071,2299,2000,AR-4,House-G,2000_House-G_AR-4,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2000-10-29,2000-11-07,9,400,Michael Avery Ross,14036,DEM,46,50.97237933634992,Jay Woodson Dickey,14037,REP,46,49.02762066365008,0,1.9447586726998338 +64127,117975,2299,2000,AR-4,House-G,2000_House-G_AR-4,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-31,2000-11-07,7,417,Michael Avery Ross,14036,DEM,41,50.97237933634992,Jay Woodson Dickey,14037,REP,44,49.02762066365008,-3,1.9447586726998338 +63861,117565,2319,2000,CA-20,House-G,2000_House-G_CA-20,"California State University, Bakersfield",41,FALSE,TRUE,Live Phone,NA,2000-10-20,2000-11-07,18,483,Calvin M. Dooley,13836,DEM,38,52.34561461741508,Rich Rodriguez,13837,REP,41,45.49212069483301,-3,6.853493922582068 +64033,117849,2319,2000,CA-20,House-G,2000_House-G_CA-20,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2000-10-23,2000-11-07,15,400,Calvin M. Dooley,13836,DEM,49,52.34561461741508,Rich Rodriguez,13837,REP,38,45.49212069483301,11,6.853493922582068 +64273,118253,2348,2000,CA-49,House-G,2000_House-G_CA-49,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Susan A. Davis,14347,DEM,47,49.63039796226514,Brian P. Bilbray,14348,REP,45,46.1794659699154,2,3.4509319923497443 +64126,117974,2359,2000,CT-2,House-G,2000_House-G_CT-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,410,Sam Gejdenson,14034,DEM,44,49.36697653829128,Robert R. Simmons,14035,REP,43,48.79991146525011,1,0.5670650730411708 +64125,117972,2372,2000,FL-8,House-G,2000_House-G_FL-8,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,426,Linda Welch Chapin,14030,DEM,44,49.18833867952456,Richard Keller,14029,REP,39,50.79341262728464,5,-1.6050739477600757 +64409,118490,2372,2000,FL-8,House-G,2000_House-G_FL-8,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-29,2000-11-07,9,400,Linda Welch Chapin,14030,DEM,38,49.18833867952456,Richard Keller,14029,REP,50,50.79341262728464,-12,-1.6050739477600757 +64389,118456,2372,2000,FL-8,House-G,2000_House-G_FL-8,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,REP,2000-10-30,2000-11-07,8,400,Linda Welch Chapin,14030,DEM,41,49.18833867952456,Richard Keller,14029,REP,47,50.79341262728464,-6,-1.6050739477600757 +64274,118254,2372,2000,FL-8,House-G,2000_House-G_FL-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Linda Welch Chapin,14030,DEM,43,49.18833867952456,Richard Keller,14029,REP,55,50.79341262728464,-12,-1.6050739477600757 +64265,118245,2379,2000,FL-15,House-G,2000_House-G_FL-15,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-22,2000-11-07,16,500,Patsy Ann Kurth,14333,DEM,40,39.24293275893736,David J. Weldon,14334,REP,56,58.83851792482759,-16,-19.595585165890235 +64272,118252,2386,2000,FL-22,House-G,2000_House-G_FL-22,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-31,2000-11-07,7,500,Elaine Bloom,14345,DEM,52,49.85789533517754,E. Clay Shaw,14346,REP,45,50.14163098260639,7,-0.2837356474288484 +64223,118177,2412,2000,IL-10,House-G,2000_House-G_IL-10,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2000-10-23,2000-11-07,15,305,Lauren Beth Gash,14266,DEM,35,48.80887219691292,Mark Kirk,14267,REP,45,51.19112780308708,-10,-2.382255606174155 +64267,118247,2431,2000,IN-9,House-G,2000_House-G_IN-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-23,2000-11-07,15,500,Baron P. Hill,14337,DEM,55,54.19168992168311,Michael E. Bailey,14338,REP,41,43.8175949383367,14,10.37409498334641 +64110,117953,2444,2000,KY-3,House-G,2000_House-G_KY-3,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2000-10-24,2000-11-07,14,696,Eleanor Jordan,13991,DEM,39,44.22679837044478,Anne Meagher Northup,13993,REP,49,52.86976579794259,-10,-8.642967427497808 +64269,118249,2445,2000,KY-4,House-G,2000_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-25,2000-11-07,13,500,Kenneth R. Lucas,14339,DEM,60,54.26382655854598,Don Bell,14340,REP,37,43.516853981022834,23,10.746972577523145 +25718,117848,2482,2000,MI-8,House-G,2000_House-G_MI-8,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,400,Dianne Byrum,13908,DEM,45,48.740475846376704,Mike Rogers,13909,REP,44,48.79425139396302,1,-0.053775547586319306 +75798,144568,2494,2000,MN-4,House-G,2000_House-G_MN-4,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-30,2000-11-07,8,414,Betty McCollum,21080,DEM,41,48.041364726513144,Linda Runbeck,21079,REP,29,30.891655215352255,12,17.14970951116089 +64152,118027,2505,2000,MO-2,House-G,2000_House-G_MO-2,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2000-10-17,2000-11-07,21,350,Ted House,14090,DEM,37,42.42103991786944,Todd Akin,14091,REP,39,55.3327831122384,-2,-12.91174319436896 +25829,118058,2513,2000,MT-1,House-G,2000_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,403,Nancy Keenan,14031,DEM,42,46.27558638900325,Denny Rehberg,14032,REP,44,51.49992326823719,-2,-5.224336879233938 +6387,117973,2513,2000,MT-1,House-G,2000_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-10-23,2000-11-07,15,628,Nancy Keenan,14031,DEM,43,46.27558638900325,Denny Rehberg,14032,REP,46,51.49992326823719,-3,-5.224336879233938 +64270,118250,2517,2000,NV-1,House-G,2000_House-G_NV-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-25,2000-11-07,13,500,Shelley Berkley,14341,DEM,53,51.68015355421293,Jon C. Porter,14342,REP,45,44.17998996662813,8,7.500163587584801 +64029,117835,2527,2000,NJ-7,House-G,2000_House-G_NJ-7,Diversified Research Inc,80,FALSE,TRUE,Live Phone,REP,2000-10-19,2000-11-07,19,300,Maryanne S. Connelly,13906,DEM,33,45.574078610757475,Michael Ferguson,13907,REP,44,51.58012682781858,-11,-6.006048217061107 +64271,118251,2581,2000,OH-1,House-G,2000_House-G_OH-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-30,2000-11-07,8,500,John Cranley,14343,DEM,40,44.60776307910066,Steve Chabot,14344,REP,58,52.97330647649119,-18,-8.365543397390532 +64266,118246,2592,2000,OH-12,House-G,2000_House-G_OH-12,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-22,2000-11-07,16,500,Maryellen O'Shaughnessy,14335,DEM,41,43.82617147456585,Patrick J. Tiberi,14336,REP,56,52.86613563363277,-15,-9.039964159066926 +64005,117804,2601,2000,OK-2,House-G,2000_House-G_OK-2,Consumer Logic,59,FALSE,TRUE,Live Phone,NA,2000-10-24,2000-11-07,14,600,Brad R. Carson,13873,DEM,44,54.895809878615445,Andy Ewing,13874,REP,29,41.79477207131599,15,13.101037807299456 +64031,117846,2614,2000,PA-4,House-G,2000_House-G_PA-4,Dynamics Marketing,83,FALSE,FALSE,Live Phone,NA,2000-10-22,2000-11-07,16,416,Terry E. Van Horne,13903,DEM,34,40.990725896462855,Melissa A. Hart,13902,REP,49,59.009274103537145,-15,-18.01854820707429 +64268,118248,2614,2000,PA-4,House-G,2000_House-G_PA-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-23,2000-11-07,15,800,Terry E. Van Horne,13903,DEM,44,40.990725896462855,Melissa A. Hart,13902,REP,51,59.009274103537145,-7,-18.01854820707429 +64028,117833,2614,2000,PA-4,House-G,2000_House-G_PA-4,Decision Forecasting,77,FALSE,TRUE,Live Phone,NA,2000-10-26,2000-11-07,12,426,Terry E. Van Horne,13903,DEM,36,40.990725896462855,Melissa A. Hart,13902,REP,44,59.009274103537145,-8,-18.01854820707429 +6416,144573,2632,2000,RI-1,House-G,2000_House-G_RI-1,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2000-10-21,2000-11-07,17,179,Patrick Joseph Kennedy,21527,DEM,59,66.63499792173862,Stephen Cabral,21526,REP,24,33.21007713858495,35,33.42492078315367 +6416,144571,2633,2000,RI-2,House-G,2000_House-G_RI-2,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2000-10-21,2000-11-07,17,189,Jim Langevin,21531,DEM,54,62.20700328106079,Robert G. Tingle,21529,REP,7,14.034699855794113,47,48.172303425266676 +64275,118255,2674,2000,TX-25,House-G,2000_House-G_TX-25,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-11-01,2000-11-07,6,500,Kenneth E. Bentsen,14349,DEM,59,60.112620523220905,Phil Sudan,14350,REP,39,38.5277755747159,20,21.584844948505 +64264,118242,2695,2000,WA-1,House-G,2000_House-G_WA-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-21,2000-11-07,17,500,Jay Robert Inslee,14328,DEM,52,54.55194723354199,Dan McDonald,14329,REP,45,42.64973602767158,7,11.902211205870408 +64151,118026,2696,2000,WA-2,House-G,2000_House-G_WA-2,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2000-10-16,2000-11-07,22,300,Rick Larsen,14088,DEM,37,50.00920935943789,John Koster,14089,REP,41,45.93082747799986,-4,4.078381881438027 +64264,118243,2696,2000,WA-2,House-G,2000_House-G_WA-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-21,2000-11-07,17,500,Rick Larsen,14088,DEM,50,50.00920935943789,John Koster,14089,REP,44,45.93082747799986,6,4.078381881438027 +64264,118244,2702,2000,WA-8,House-G,2000_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-10-21,2000-11-07,17,500,Heidi Behrens-Benedict,14330,DEM,40,35.63850740997324,Jennifer B. Dunn,14331,REP,58,62.23256856432617,-18,-26.59406115435293 +64396,118464,2705,2000,WV-2,House-G,2000_House-G_WV-2,West Virginia Research Center,378,FALSE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,424,Jim Humphreys,14451,DEM,38,45.918908677529366,Shelley Moore Capito,14452,REP,32,48.48940106546598,6,-2.5704923879366106 +75802,144575,2725,2002,AZ-1,House-G,2002_House-G_AZ-1,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,NA,NA,2002-09-13,2002-11-05,53,803,George Cordova,14122,DEM,37,45.64163332131183,Richard Renzi,14123,REP,37,49.21201921150401,0,-3.5703858901921777 +75801,144574,2725,2002,AZ-1,House-G,2002_House-G_AZ-1,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-09-15,2002-11-05,51,300,George Cordova,14122,DEM,34,45.64163332131183,Richard Renzi,14123,REP,41,49.21201921150401,-7,-3.5703858901921777 +75800,144572,2725,2002,AZ-1,House-G,2002_House-G_AZ-1,Grove Insight,129,FALSE,TRUE,NA,DEM,2002-09-24,2002-11-05,42,400,George Cordova,14122,DEM,32,45.64163332131183,Richard Renzi,14123,REP,37,49.21201921150401,-5,-3.5703858901921777 +64165,118068,2725,2002,AZ-1,House-G,2002_House-G_AZ-1,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,Live Phone,NA,2002-10-19,2002-11-05,17,600,George Cordova,14122,DEM,36,45.64163332131183,Richard Renzi,14123,REP,48,49.21201921150401,-12,-3.5703858901921777 +64171,118078,2725,2002,AZ-1,House-G,2002_House-G_AZ-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-10-22,2002-11-05,14,361,George Cordova,14122,DEM,34,45.64163332131183,Richard Renzi,14123,REP,46,49.21201921150401,-12,-3.5703858901921777 +74279,139503,2736,2002,AR-4,House-G,2002_House-G_AR-4,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-09,2002-11-05,27,503,Michael Avery Ross,14129,DEM,49.5,60.56232503277867,Jay Woodson Dickey,14130,REP,33.5,39.437674967221334,16,21.12465006555734 +64168,118072,2736,2002,AR-4,House-G,2002_House-G_AR-4,Opinion Research Associates,242,FALSE,TRUE,Live Phone,NA,2002-10-23,2002-11-05,13,400,Michael Avery Ross,14129,DEM,53,60.56232503277867,Jay Woodson Dickey,14130,REP,38,39.437674967221334,15,21.12465006555734 +74282,139506,2793,2002,CO-4,House-G,2002_House-G_CO-4,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2002-09-30,2002-11-05,36,400,Stanley T. Matsunaka,16698,DEM,40,41.67512085923174,Marilyn N. Musgrave,16699,REP,45,54.944630992355506,-5,-13.269510133123767 +74283,139507,2793,2002,CO-4,House-G,2002_House-G_CO-4,Ciruli Associates,51,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,400,Stanley T. Matsunaka,16698,DEM,31,41.67512085923174,Marilyn N. Musgrave,16699,REP,48,54.944630992355506,-17,-13.269510133123767 +74284,139508,2796,2002,CO-7,House-G,2002_House-G_CO-7,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2002-10-07,2002-11-05,29,404,Michael F. Feeley,13970,DEM,39,47.23997709380549,Bob Beauprez,13971,REP,39,47.30996824368489,0,-0.06999114987939947 +64101,117942,2796,2002,CO-7,House-G,2002_House-G_CO-7,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2002-10-14,2002-11-05,22,400,Michael F. Feeley,13970,DEM,39,47.23997709380549,Bob Beauprez,13971,REP,38,47.30996824368489,1,-0.06999114987939947 +74283,139510,2796,2002,CO-7,House-G,2002_House-G_CO-7,Ciruli Associates,51,FALSE,FALSE,NA,NA,2002-10-12,2002-11-05,24,403,Michael F. Feeley,13970,DEM,38,47.23997709380549,Bob Beauprez,13971,REP,40,47.30996824368489,-2,-0.06999114987939947 +64373,118425,2796,2002,CO-7,House-G,2002_House-G_CO-7,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2002-10-30,2002-11-05,6,300,Michael F. Feeley,13970,DEM,42,47.23997709380549,Bob Beauprez,13971,REP,44,47.30996824368489,-2,-0.06999114987939947 +75844,144659,2798,2002,CT-2,House-G,2002_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,NA,NA,2002-09-21,2002-11-05,45,520,Joe Courtney,14184,DEM,24,45.9098697422481,Robert R. Simmons,14185,REP,46,54.0901302577519,-22,-8.180260515503804 +64382,118448,2798,2002,CT-2,House-G,2002_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2002-10-27,2002-11-05,9,624,Joe Courtney,14184,DEM,35,45.9098697422481,Robert R. Simmons,14185,REP,47,54.0901302577519,-12,-8.180260515503804 +74286,139511,2798,2002,CT-2,House-G,2002_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2002-11-02,2002-11-05,3,376,Joe Courtney,14184,DEM,41,45.9098697422481,Robert R. Simmons,14185,REP,46,54.0901302577519,-5,-8.180260515503804 +75846,144661,2801,2002,CT-5,House-G,2002_House-G_CT-5,University of Connecticut,347,TRUE,TRUE,NA,NA,2002-09-11,2002-11-05,55,502,James H. Maloney,14186,DEM,39,43.262959886180255,Nancy L. Johnson,14187,REP,44,54.24866557812217,-5,-10.985705691941916 +74287,139512,2801,2002,CT-5,House-G,2002_House-G_CT-5,University of Connecticut,347,TRUE,TRUE,NA,NA,2002-10-04,2002-11-05,32,404,James H. Maloney,14186,DEM,34,43.262959886180255,Nancy L. Johnson,14187,REP,50,54.24866557812217,-16,-10.985705691941916 +74288,139513,2801,2002,CT-5,House-G,2002_House-G_CT-5,GQR,126,TRUE,FALSE,NA,DEM,2002-10-06,2002-11-05,30,400,James H. Maloney,14186,DEM,42,43.262959886180255,Nancy L. Johnson,14187,REP,42,54.24866557812217,0,-10.985705691941916 +74289,139514,2801,2002,CT-5,House-G,2002_House-G_CT-5,Quinnipiac University,267,TRUE,FALSE,NA,NA,2002-10-10,2002-11-05,26,398,James H. Maloney,14186,DEM,38,43.262959886180255,Nancy L. Johnson,14187,REP,56,54.24866557812217,-18,-10.985705691941916 +64383,118449,2801,2002,CT-5,House-G,2002_House-G_CT-5,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2002-10-28,2002-11-05,8,642,James H. Maloney,14186,DEM,36,43.262959886180255,Nancy L. Johnson,14187,REP,53,54.24866557812217,-17,-10.985705691941916 +75848,144663,2807,2002,FL-5,House-G,2002_House-G_FL-5,Tarrance Group,333,FALSE,FALSE,NA,REP,2002-09-17,2002-11-05,49,300,Karen L. Thurman,22004,DEM,40,46.2392655622352,Virginia Brown-Waite,22005,REP,38,47.90415869887031,2,-1.664893136635115 +74294,139526,2809,2002,FL-7,House-G,2002_House-G_FL-7,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-10-09,2002-11-05,27,625,Wayne Hogan,16709,DEM,35,40.42231266057815,John L. Mica,16710,REP,52,59.57768733942186,-17,-19.155374678843707 +74295,139527,2810,2002,FL-8,House-G,2002_House-G_FL-8,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-10-08,2002-11-05,28,625,Eddie Diaz,16711,DEM,28,34.86307728011139,Richard Keller,16712,REP,57,65.1369227198886,-29,-30.27384543977721 +75849,144667,2824,2002,FL-22,House-G,2002_House-G_FL-22,American Viewpoint,10,FALSE,FALSE,NA,REP,2002-09-08,2002-11-05,58,442,Carol A. Roberts,22034,DEM,29,38.35064366810216,E. Clay Shaw,22035,REP,58,60.765032356124635,-29,-22.414388688022477 +74296,139528,2826,2002,FL-24,House-G,2002_House-G_FL-24,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-10-02,2002-11-05,34,404,Harry Jacobs,16713,DEM,32,38.161765712018166,Tom Feeney,16714,REP,51,61.838234287981834,-19,-23.676468575963668 +74297,139529,2830,2002,GA-3,House-G,2002_House-G_GA-3,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-10-13,2002-11-05,23,400,James Marshall,16717,DEM,45,50.51185850194292,Calder B. Clay,16716,REP,38,49.48814149805708,7,1.0237170038858352 +75851,144666,2838,2002,GA-11,House-G,2002_House-G_GA-11,Tarrance Group,333,FALSE,FALSE,NA,REP,2002-09-18,2002-11-05,48,400,Roger Kahn,22056,DEM,43,48.356070636892454,Phil Gingrey,22057,REP,39,51.643929363107546,4,-3.2878587262150916 +75852,144668,2839,2002,GA-12,House-G,2002_House-G_GA-12,Tarrance Group,333,FALSE,FALSE,NA,REP,2002-09-18,2002-11-05,48,513,Charles Walker,14434,DEM,40,44.8088443757435,Max Burns,14435,REP,40,55.191155624256496,0,-10.382311248512998 +64371,118423,2839,2002,GA-12,House-G,2002_House-G_GA-12,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2002-10-22,2002-11-05,14,402,Charles Walker,14434,DEM,33,44.8088443757435,Max Burns,14435,REP,48,55.191155624256496,-15,-10.382311248512998 +74299,139531,2865,2002,IN-2,House-G,2002_House-G_IN-2,Indiana University Public Opinion Laboratory,149,TRUE,TRUE,NA,NA,2002-10-12,2002-11-05,24,442,Jill Long Thompson,16718,DEM,35,45.76775727217736,Chris Chocola,16719,REP,47,50.45209012087574,-12,-4.684332848698375 +75864,144696,2870,2002,IN-7,House-G,2002_House-G_IN-7,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2002-09-22,2002-11-05,44,400,Julia M. Carson,13980,DEM,42,53.1253428414701,Ambrose A. McVey,13981,REP,38,44.14358200767965,4,8.981760833790453 +75866,144698,2870,2002,IN-7,House-G,2002_House-G_IN-7,TeleResearch Corporation,335,FALSE,TRUE,NA,NA,2002-09-23,2002-11-05,43,321,Julia M. Carson,13980,DEM,45,53.1253428414701,Ambrose A. McVey,13981,REP,31,44.14358200767965,14,8.981760833790453 +75865,144697,2870,2002,IN-7,House-G,2002_House-G_IN-7,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-10-02,2002-11-05,34,300,Julia M. Carson,13980,DEM,43,53.1253428414701,Ambrose A. McVey,13981,REP,38,44.14358200767965,5,8.981760833790453 +64104,117947,2870,2002,IN-7,House-G,2002_House-G_IN-7,Indiana University Public Opinion Laboratory,149,TRUE,TRUE,Live Phone,NA,2002-10-24,2002-11-05,12,506,Julia M. Carson,13980,DEM,46,53.1253428414701,Ambrose A. McVey,13981,REP,37,44.14358200767965,9,8.981760833790453 +64120,117964,2870,2002,IN-7,House-G,2002_House-G_IN-7,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,400,Julia M. Carson,13980,DEM,43,53.1253428414701,Ambrose A. McVey,13981,REP,42,44.14358200767965,1,8.981760833790453 +75867,144699,2871,2002,IN-8,House-G,2002_House-G_IN-8,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2002-09-12,2002-11-05,54,402,Bryan Hartke,22134,DEM,36,46.02338423249423,John Nathan Hostettler,22135,REP,45,51.306354185570214,-9,-5.282969953075984 +64195,118105,2875,2002,IA-3,House-G,2002_House-G_IA-3,Basswood Research,24,FALSE,FALSE,Live Phone,REP,2002-10-23,2002-11-05,13,300,Leonard L. Boswell,14159,DEM,43,53.41435747852861,Stanley J. Thompson,14160,REP,39,45.04247980183809,4,8.371877676690517 +74300,139532,2876,2002,IA-4,House-G,2002_House-G_IA-4,Mellman Group,205,FALSE,FALSE,NA,DEM,2002-10-04,2002-11-05,32,400,John Norris,16721,DEM,38,43.071726114226614,Tom Latham,16722,REP,43,54.7648191902227,-5,-11.693093075996089 +64118,117962,2880,2002,KS-3,House-G,2002_House-G_KS-3,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2002-10-24,2002-11-05,12,602,Dennis Moore,14003,DEM,47,50.182552452493056,Adam Taff,14004,REP,44,46.89478506214988,3,3.287767390343177 +75871,144703,2881,2002,KS-4,House-G,2002_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-21,2002-11-05,45,741,Carlos J. Nolla,14353,DEM,41,36.99983766488796,Todd Tiahrt,14354,REP,52,60.58294015070982,-11,-23.583102485821854 +64277,118258,2881,2002,KS-4,House-G,2002_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-19,2002-11-05,17,518,Carlos J. Nolla,14353,DEM,42,36.99983766488796,Todd Tiahrt,14354,REP,51,60.58294015070982,-9,-23.583102485821854 +64282,118264,2881,2002,KS-4,House-G,2002_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-29,2002-11-05,7,518,Carlos J. Nolla,14353,DEM,38,36.99983766488796,Todd Tiahrt,14354,REP,55,60.58294015070982,-17,-23.583102485821854 +75908,144763,2884,2002,KY-3,House-G,2002_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-12,2002-11-05,54,665,Jack Conway,13995,DEM,47,48.38873027929839,Anne Meagher Northup,13996,REP,50,51.6112697207016,-3,-3.2225394414032067 +74301,139533,2884,2002,KY-3,House-G,2002_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-02,2002-11-05,34,442,Jack Conway,13995,DEM,46,48.38873027929839,Anne Meagher Northup,13996,REP,50,51.6112697207016,-4,-3.2225394414032067 +64276,118257,2884,2002,KY-3,House-G,2002_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-16,2002-11-05,20,707,Jack Conway,13995,DEM,45,48.38873027929839,Anne Meagher Northup,13996,REP,53,51.6112697207016,-8,-3.2225394414032067 +64279,118261,2884,2002,KY-3,House-G,2002_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-23,2002-11-05,13,707,Jack Conway,13995,DEM,46,48.38873027929839,Anne Meagher Northup,13996,REP,51,51.6112697207016,-5,-3.2225394414032067 +64111,117954,2884,2002,KY-3,House-G,2002_House-G_KY-3,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2002-10-28,2002-11-05,8,671,Jack Conway,13995,DEM,41,48.38873027929839,Anne Meagher Northup,13996,REP,51,51.6112697207016,-10,-3.2225394414032067 +64283,118265,2884,2002,KY-3,House-G,2002_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-30,2002-11-05,6,707,Jack Conway,13995,DEM,48,48.38873027929839,Anne Meagher Northup,13996,REP,49,51.6112697207016,-1,-3.2225394414032067 +63775,118256,2885,2002,KY-4,House-G,2002_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-15,2002-11-05,21,600,Kenneth R. Lucas,14351,DEM,54,51.11130520860628,Geoff Davis,14352,REP,43,47.544763734824,11,3.56654147378228 +64283,118266,2885,2002,KY-4,House-G,2002_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-30,2002-11-05,6,600,Kenneth R. Lucas,14351,DEM,51,51.11130520860628,Geoff Davis,14352,REP,46,47.544763734824,5,3.56654147378228 +74302,139534,2892,2002,LA-5,House-P,2002_House-P_LA-5,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-17,2002-11-05,19,400,Rodney M. Alexander,16723,DEM,21,28.6758693144587,Lee Fletcher,16726,REP,14,24.520056104019886,7,4.155813210438815 +74303,139535,2893,2002,LA-5,House-G,2002_House-R_LA-5,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-11-11,2002-12-07,26,400,Rodney M. Alexander,16723,DEM,41,50.28238104625946,Lee Fletcher,16726,REP,50,49.71761895374053,-9,0.5647620925189258 +74304,139536,2893,2002,LA-5,House-G,2002_House-R_LA-5,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-12-02,2002-12-07,5,400,Rodney M. Alexander,16723,DEM,40,50.28238104625946,Lee Fletcher,16726,REP,48,49.71761895374053,-8,0.5647620925189258 +25602,144769,2897,2002,ME-2,House-G,2002_House-G_ME-2,RKM Research and Communications Inc.,272,FALSE,FALSE,NA,NA,2002-09-09,2002-11-05,57,311,Michael H. Michaud,14131,DEM,31,52.00674626307757,Kevin L. Raye,14132,REP,27,47.99325373692244,4,4.013492526155126 +25620,144767,2897,2002,ME-2,House-G,2002_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2002-09-19,2002-11-05,47,240,Michael H. Michaud,14131,DEM,43,52.00674626307757,Kevin L. Raye,14132,REP,37,47.99325373692244,6,4.013492526155126 +25447,144768,2897,2002,ME-2,House-G,2002_House-G_ME-2,Digital Research,64,FALSE,FALSE,NA,NA,2002-09-19,2002-11-05,47,302,Michael H. Michaud,14131,DEM,43,52.00674626307757,Kevin L. Raye,14132,REP,34,47.99325373692244,9,4.013492526155126 +75911,144766,2897,2002,ME-2,House-G,2002_House-G_ME-2,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2002-09-22,2002-11-05,44,400,Michael H. Michaud,14131,DEM,45,52.00674626307757,Kevin L. Raye,14132,REP,33,47.99325373692244,12,4.013492526155126 +74305,139537,2897,2002,ME-2,House-G,2002_House-G_ME-2,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-10-09,2002-11-05,27,400,Michael H. Michaud,14131,DEM,38,52.00674626307757,Kevin L. Raye,14132,REP,44,47.99325373692244,-6,4.013492526155126 +54764,118181,2897,2002,ME-2,House-G,2002_House-G_ME-2,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,302,Michael H. Michaud,14131,DEM,37,52.00674626307757,Kevin L. Raye,14132,REP,36,47.99325373692244,1,4.013492526155126 +54765,118073,2897,2002,ME-2,House-G,2002_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,240,Michael H. Michaud,14131,DEM,48,52.00674626307757,Kevin L. Raye,14132,REP,38,47.99325373692244,10,4.013492526155126 +54746,145068,2899,2002,MD-2,House-G,2002_House-G_MD-2,Potomac Incorporated,256,FALSE,TRUE,NA,NA,2002-09-26,2002-11-05,40,478,C.A. Dutch Ruppersberger,13935,DEM,40,54.30570395331634,Helen Delich Bentley,13936,REP,42,45.694296046683654,-2,8.611407906632685 +54749,117889,2899,2002,MD-2,House-G,2002_House-G_MD-2,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2002-10-17,2002-11-05,19,331,C.A. Dutch Ruppersberger,13935,DEM,47,54.30570395331634,Helen Delich Bentley,13936,REP,43,45.694296046683654,4,8.611407906632685 +54753,118090,2899,2002,MD-2,House-G,2002_House-G_MD-2,Potomac Incorporated,256,FALSE,TRUE,Live Phone,NA,2002-10-27,2002-11-05,9,478,C.A. Dutch Ruppersberger,13935,DEM,49,54.30570395331634,Helen Delich Bentley,13936,REP,40,45.694296046683654,9,8.611407906632685 +74307,139539,2905,2002,MD-8,House-G,2002_House-G_MD-8,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2002-09-25,2002-11-05,41,511,Chris Van Hollen,13937,DEM,50,51.74378595612321,Constance A. Morella,13938,REP,40,47.522640314899945,10,4.221145641223266 +54746,145070,2905,2002,MD-8,House-G,2002_House-G_MD-8,Potomac Incorporated,256,FALSE,TRUE,NA,NA,2002-09-26,2002-11-05,40,563,Chris Van Hollen,13937,DEM,43,51.74378595612321,Constance A. Morella,13938,REP,40,47.522640314899945,3,4.221145641223266 +54749,117890,2905,2002,MD-8,House-G,2002_House-G_MD-8,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2002-10-17,2002-11-05,19,333,Chris Van Hollen,13937,DEM,42,51.74378595612321,Constance A. Morella,13938,REP,44,47.522640314899945,-2,4.221145641223266 +54753,118089,2905,2002,MD-8,House-G,2002_House-G_MD-8,Potomac Incorporated,256,FALSE,TRUE,Live Phone,NA,2002-10-27,2002-11-05,9,563,Chris Van Hollen,13937,DEM,44,51.74378595612321,Constance A. Morella,13938,REP,47,47.522640314899945,-3,4.221145641223266 +76128,145072,2926,2002,MI-11,House-G,2002_House-G_MI-11,EPIC-MRA,84,FALSE,FALSE,NA,NA,2002-09-17,2002-11-05,49,400,Kevin Kelley,22253,DEM,24,39.65518023638302,Thaddeus McCotter,22254,REP,39,57.19017263673691,-15,-17.534992400353893 +25525,117978,2952,2002,MT-1,House-G,2002_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-23,2002-11-05,13,625,Steve Kelly,14043,DEM,30,32.667111351227355,Denny Rehberg,14044,REP,58,64.6201116138126,-28,-31.953000262585242 +25551,118022,2954,2002,NE-2,House-G,2002_House-G_NE-2,MSR Group,178,FALSE,FALSE,Live Phone,NA,2002-10-25,2002-11-05,11,196,Jim Simon,14083,DEM,33,32.9847761488304,Lee Terry,14084,REP,54,63.315588603940455,-21,-30.330812455110056 +54823,117976,2956,2002,NV-1,House-G,2002_House-G_NV-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,300,Shelley Berkley,14038,DEM,51,53.721369263411134,Lynette Maria Boggs-McDonald,14039,REP,38,42.725161635230634,13,10.9962076281805 +76133,145077,2958,2002,NV-3,House-G,2002_House-G_NV-3,PSB Research,250,FALSE,FALSE,NA,DEM,2002-09-06,2002-11-05,60,612,Dario Herrera,14040,DEM,38,37.24091310323251,Jon C. Porter,14041,REP,39,56.07897471423623,-1,-18.838061611003724 +76132,145076,2958,2002,NV-3,House-G,2002_House-G_NV-3,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-09-18,2002-11-05,48,400,Dario Herrera,14040,DEM,36,37.24091310323251,Jon C. Porter,14041,REP,45,56.07897471423623,-9,-18.838061611003724 +54823,139541,2958,2002,NV-3,House-G,2002_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-22,2002-11-05,14,305,Dario Herrera,14040,DEM,35,37.24091310323251,Jon C. Porter,14041,REP,45,56.07897471423623,-10,-18.838061611003724 +76136,145082,2959,2002,NH-1,House-G,2002_House-G_NH-1,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2002-09-17,2002-11-05,49,500,Martha Fuller Clark,13798,DEM,40,38.4824336560249,Jeb E. Bradley,13799,REP,38,58.10835769662187,2,-19.62592404059697 +25394,145083,2959,2002,NH-1,House-G,2002_House-G_NH-1,American Research Group,9,TRUE,FALSE,NA,NA,2002-09-16,2002-11-05,50,300,Martha Fuller Clark,13798,DEM,33,38.4824336560249,Jeb E. Bradley,13799,REP,40,58.10835769662187,-7,-19.62592404059697 +73440,139542,2959,2002,NH-1,House-G,2002_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2002-10-05,2002-11-05,31,316,Martha Fuller Clark,13798,DEM,34,38.4824336560249,Jeb E. Bradley,13799,REP,47,58.10835769662187,-13,-19.62592404059697 +25392,117522,2959,2002,NH-1,House-G,2002_House-G_NH-1,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,300,Martha Fuller Clark,13798,DEM,35,38.4824336560249,Jeb E. Bradley,13799,REP,54,58.10835769662187,-19,-19.62592404059697 +25391,117524,2959,2002,NH-1,House-G,2002_House-G_NH-1,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,300,Martha Fuller Clark,13798,DEM,39,38.4824336560249,Jeb E. Bradley,13799,REP,53,58.10835769662187,-14,-19.62592404059697 +54807,139543,2959,2002,NH-1,House-G,2002_House-G_NH-1,Becker Institute,26,FALSE,TRUE,Live Phone,NA,2002-10-22,2002-11-05,14,200,Martha Fuller Clark,13798,DEM,41,38.4824336560249,Jeb E. Bradley,13799,REP,49,58.10835769662187,-8,-19.62592404059697 +25651,118433,2959,2002,NH-1,House-G,2002_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,316,Martha Fuller Clark,13798,DEM,31,38.4824336560249,Jeb E. Bradley,13799,REP,49,58.10835769662187,-18,-19.62592404059697 +25390,117526,2959,2002,NH-1,House-G,2002_House-G_NH-1,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,300,Martha Fuller Clark,13798,DEM,42,38.4824336560249,Jeb E. Bradley,13799,REP,52,58.10835769662187,-10,-19.62592404059697 +25468,117867,2959,2002,NH-1,House-G,2002_House-G_NH-1,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,466,Martha Fuller Clark,13798,DEM,36,38.4824336560249,Jeb E. Bradley,13799,REP,43,58.10835769662187,-7,-19.62592404059697 +25650,118435,2959,2002,NH-1,House-G,2002_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,305,Martha Fuller Clark,13798,DEM,43,38.4824336560249,Jeb E. Bradley,13799,REP,49,58.10835769662187,-6,-19.62592404059697 +25389,117528,2959,2002,NH-1,House-G,2002_House-G_NH-1,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,300,Martha Fuller Clark,13798,DEM,40,38.4824336560249,Jeb E. Bradley,13799,REP,51,58.10835769662187,-11,-19.62592404059697 +25394,145084,2960,2002,NH-2,House-G,2002_House-G_NH-2,American Research Group,9,TRUE,FALSE,NA,NA,2002-09-16,2002-11-05,50,300,Katrina Swett,13800,DEM,33,40.85642294631891,Charles Bass,13801,REP,51,56.80767285600752,-18,-15.951249909688613 +73440,139545,2960,2002,NH-2,House-G,2002_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2002-10-05,2002-11-05,31,309,Katrina Swett,13800,DEM,30,40.85642294631891,Charles Bass,13801,REP,52,56.80767285600752,-22,-15.951249909688613 +25392,117523,2960,2002,NH-2,House-G,2002_House-G_NH-2,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-15,2002-11-05,21,300,Katrina Swett,13800,DEM,33,40.85642294631891,Charles Bass,13801,REP,54,56.80767285600752,-21,-15.951249909688613 +25391,117525,2960,2002,NH-2,House-G,2002_House-G_NH-2,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,300,Katrina Swett,13800,DEM,35,40.85642294631891,Charles Bass,13801,REP,54,56.80767285600752,-19,-15.951249909688613 +54807,139546,2960,2002,NH-2,House-G,2002_House-G_NH-2,Becker Institute,26,FALSE,TRUE,Live Phone,NA,2002-10-22,2002-11-05,14,200,Katrina Swett,13800,DEM,34,40.85642294631891,Charles Bass,13801,REP,56,56.80767285600752,-22,-15.951249909688613 +64048,117866,2960,2002,NH-2,House-G,2002_House-G_NH-2,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,468,Katrina Swett,13800,DEM,33,40.85642294631891,Charles Bass,13801,REP,52,56.80767285600752,-19,-15.951249909688613 +25651,118434,2960,2002,NH-2,House-G,2002_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,309,Katrina Swett,13800,DEM,41,40.85642294631891,Charles Bass,13801,REP,47,56.80767285600752,-6,-15.951249909688613 +64372,118424,2960,2002,NH-2,House-G,2002_House-G_NH-2,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2002-10-29,2002-11-05,7,300,Katrina Swett,13800,DEM,37,40.85642294631891,Charles Bass,13801,REP,52,56.80767285600752,-15,-15.951249909688613 +25390,117527,2960,2002,NH-2,House-G,2002_House-G_NH-2,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-10-29,2002-11-05,7,300,Katrina Swett,13800,DEM,38,40.85642294631891,Charles Bass,13801,REP,55,56.80767285600752,-17,-15.951249909688613 +25650,139547,2960,2002,NH-2,House-G,2002_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,335,Katrina Swett,13800,DEM,28,40.85642294631891,Charles Bass,13801,REP,58,56.80767285600752,-30,-15.951249909688613 +25389,117529,2960,2002,NH-2,House-G,2002_House-G_NH-2,American Research Group,9,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,300,Katrina Swett,13800,DEM,36,40.85642294631891,Charles Bass,13801,REP,58,56.80767285600752,-22,-15.951249909688613 +74312,139548,2965,2002,NJ-5,House-G,2002_House-G_NJ-5,PSB Research,250,FALSE,FALSE,NA,DEM,2002-10-12,2002-11-05,24,400,Anne Ricks Sumers,14181,DEM,40,38.28051898664505,Scott Garrett,14182,REP,42,59.48481618806011,-2,-21.20429720141506 +74313,139549,2965,2002,NJ-5,House-G,2002_House-G_NJ-5,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-10-16,2002-11-05,20,400,Anne Ricks Sumers,14181,DEM,33,38.28051898664505,Scott Garrett,14182,REP,48,59.48481618806011,-15,-21.20429720141506 +25574,145088,2974,2002,NM-1,House-G,2002_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2002-09-10,2002-11-05,56,300,Richard M. Romero,13898,DEM,37,44.6581283066871,Heather A. Wilson,13897,REP,53,55.3418716933129,-16,-10.683743386625807 +25573,139550,2974,2002,NM-1,House-G,2002_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2002-10-09,2002-11-05,27,300,Richard M. Romero,13898,DEM,39,44.6581283066871,Heather A. Wilson,13897,REP,51,55.3418716933129,-12,-10.683743386625807 +64023,117827,2974,2002,NM-1,House-G,2002_House-G_NM-1,Data West Polling,74,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,443,Richard M. Romero,13898,DEM,46,44.6581283066871,Heather A. Wilson,13897,REP,47,55.3418716933129,-1,-10.683743386625807 +25532,117979,2974,2002,NM-1,House-G,2002_House-G_NM-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,309,Richard M. Romero,13898,DEM,40,44.6581283066871,Heather A. Wilson,13897,REP,48,55.3418716933129,-8,-10.683743386625807 +25572,118106,2974,2002,NM-1,House-G,2002_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,312,Richard M. Romero,13898,DEM,44,44.6581283066871,Heather A. Wilson,13897,REP,50,55.3418716933129,-6,-10.683743386625807 +25574,145090,2975,2002,NM-2,House-G,2002_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2002-09-10,2002-11-05,56,300,John Arthur Smith,13899,DEM,39,43.71703535292914,Stevan Pearce,13900,REP,39,56.225066900140504,0,-12.508031547211367 +54816,145089,2975,2002,NM-2,House-G,2002_House-G_NM-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-25,2002-11-05,41,442,John Arthur Smith,13899,DEM,41,43.71703535292914,Stevan Pearce,13900,REP,43,56.225066900140504,-2,-12.508031547211367 +25573,139551,2975,2002,NM-2,House-G,2002_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2002-10-09,2002-11-05,27,300,John Arthur Smith,13899,DEM,36,43.71703535292914,Stevan Pearce,13900,REP,38,56.225066900140504,-2,-12.508031547211367 +64023,117831,2975,2002,NM-2,House-G,2002_House-G_NM-2,Data West Polling,74,FALSE,TRUE,Live Phone,NA,2002-10-26,2002-11-05,10,312,John Arthur Smith,13899,DEM,49,43.71703535292914,Stevan Pearce,13900,REP,45,56.225066900140504,4,-12.508031547211367 +25532,117980,2975,2002,NM-2,House-G,2002_House-G_NM-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,300,John Arthur Smith,13899,DEM,42,43.71703535292914,Stevan Pearce,13900,REP,47,56.225066900140504,-5,-12.508031547211367 +25572,118107,2975,2002,NM-2,House-G,2002_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,280,John Arthur Smith,13899,DEM,42,43.71703535292914,Stevan Pearce,13900,REP,47,56.225066900140504,-5,-12.508031547211367 +64006,117805,2977,2002,NY-1,House-G,2002_House-G_NY-1,Cooper & Secrest,60,FALSE,TRUE,Live Phone,DEM,2002-10-15,2002-11-05,21,512,Timothy H. Bishop,13875,DEM,38,45.55256819582143,Felix J. Grucci,13877,REP,39,36.40788662969809,-1,9.144681566123339 +76288,145358,3013,2002,NC-8,House-G,2002_House-G_NC-8,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2002-09-21,2002-11-05,45,501,Chris Kouri,22489,DEM,36,44.62453918897259,Robert C. Hayes,22490,REP,48,53.62638243308222,-12,-9.00184324410963 +74314,139552,3018,2002,NC-13,House-G,2002_House-G_NC-13,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2002-10-06,2002-11-05,30,400,Ralph Bradley Miller,16733,DEM,40,54.72090358487478,Carolyn W. Grant,16734,REP,33,42.389916516614825,7,12.330987068259958 +76289,145359,3019,2002,ND-1,House-G,2002_House-G_ND-1,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,NA,NA,2002-09-11,2002-11-05,55,606,Earl Pomeroy,22505,DEM,49,52.40574817123317,Rick Clayburgh,22504,REP,27,47.59425182876683,22,4.8114963424663415 +76290,145360,3036,2002,OH-17,House-G,2002_House-G_OH-17,Feldman Group,93,FALSE,FALSE,NA,DEM,2002-09-17,2002-11-05,49,500,Tim Ryan,22546,DEM,52,51.13930493734906,Ann Womer Benjamin,22545,REP,31,33.67447502084755,21,17.464829916501508 +74315,139553,3038,2002,OK-1,House-G,2002_House-G_OK-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-10-06,2002-11-05,30,442,Doug Dodd,14355,DEM,38,42.17115210160266,John A. Sullivan,14356,REP,60,55.623735200390776,-22,-13.452583098788118 +64278,118259,3038,2002,OK-1,House-G,2002_House-G_OK-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-19,2002-11-05,17,630,Doug Dodd,14355,DEM,35,42.17115210160266,John A. Sullivan,14356,REP,63,55.623735200390776,-28,-13.452583098788118 +64281,118263,3038,2002,OK-1,House-G,2002_House-G_OK-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-27,2002-11-05,9,630,Doug Dodd,14355,DEM,41,42.17115210160266,John A. Sullivan,14356,REP,56,55.623735200390776,-15,-13.452583098788118 +76291,145361,3039,2002,OK-2,House-G,2002_House-G_OK-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2002-09-22,2002-11-05,44,500,Brad R. Carson,14357,DEM,71,74.12188986877595,H. Kent Pharaoh,14359,REP,27,25.87811013122405,44,48.243779737551904 +64278,118260,3039,2002,OK-2,House-G,2002_House-G_OK-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2002-10-19,2002-11-05,17,494,Brad R. Carson,14357,DEM,72,74.12188986877595,H. Kent Pharaoh,14359,REP,25,25.87811013122405,47,48.243779737551904 +64098,117939,3041,2002,OK-4,House-G,2002_House-G_OK-4,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2002-10-14,2002-11-05,22,400,Darryl Roberts,13871,DEM,45,46.174926936806656,Tom Cole,13872,REP,46,53.825073063193344,-1,-7.650146126386687 +64001,117800,3041,2002,OK-4,House-G,2002_House-G_OK-4,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,Live Phone,NA,2002-10-19,2002-11-05,17,300,Darryl Roberts,13871,DEM,39,46.174926936806656,Tom Cole,13872,REP,46,53.825073063193344,-7,-7.650146126386687 +76293,145363,3053,2002,PA-6,House-G,2002_House-G_PA-6,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2002-09-18,2002-11-05,48,400,Dan Wofford,22580,DEM,31,48.6285315004138,Jim Gerlach,22581,REP,36,51.36403506598411,-5,-2.735503565570312 +64172,118079,3060,2002,PA-13,House-G,2002_House-G_PA-13,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2002-10-27,2002-11-05,9,300,Joe Hoeffel,14137,DEM,43,50.94941637914352,Melissa Brown,14138,REP,35,47.33866057479457,8,3.6107558043489547 +76297,145367,3064,2002,PA-17,House-G,2002_House-G_PA-17,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2002-09-20,2002-11-05,46,514,Thomas Timothy Holden,22602,DEM,48,51.40965070470115,George W. Gekas,22601,REP,38,48.58736853609947,10,2.8222821686016815 +25424,117562,3067,2002,RI-1,House-G,2002_House-G_RI-1,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2002-10-20,2002-11-05,16,194,Patrick Joseph Kennedy,13834,DEM,44,59.878215077953655,David W. Rogers,13835,REP,27,37.308414973638406,17,22.56980010431525 +54920,117856,3067,2002,RI-1,House-G,2002_House-G_RI-1,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,250,Patrick Joseph Kennedy,13834,DEM,50,59.878215077953655,David W. Rogers,13835,REP,29,37.308414973638406,21,22.56980010431525 +25537,145368,3075,2002,SD-1,House-G,2002_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2002-09-18,2002-11-05,48,800,Stephanie Herseth Sandlin,14495,DEM,40,45.60591165193011,William J. Janklow,14496,REP,47,53.46831367633824,-7,-7.862402024408134 +25505,139554,3075,2002,SD-1,House-G,2002_House-G_SD-1,Jim Meader (KELOLAND-TV),159,FALSE,TRUE,NA,NA,2002-10-04,2002-11-05,32,600,Stephanie Herseth Sandlin,14495,DEM,45,45.60591165193011,William J. Janklow,14496,REP,41,53.46831367633824,4,-7.862402024408134 +25504,120121,3075,2002,SD-1,House-G,2002_House-G_SD-1,Jim Meader (KELOLAND-TV),159,FALSE,TRUE,Live Phone,NA,2002-10-21,2002-11-05,15,600,Stephanie Herseth Sandlin,14495,DEM,42,45.60591165193011,William J. Janklow,14496,REP,47,53.46831367633824,-5,-7.862402024408134 +25536,119661,3075,2002,SD-1,House-G,2002_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,805,Stephanie Herseth Sandlin,14495,DEM,42,45.60591165193011,William J. Janklow,14496,REP,47,53.46831367633824,-5,-7.862402024408134 +63846,117549,3089,2002,TX-5,House-G,2002_House-G_TX-5,Baselice & Associates,23,FALSE,FALSE,Live Phone,REP,2002-10-20,2002-11-05,16,301,Ron Chapman,13818,DEM,36,40.262172284644194,Jeb Hensarling,13819,REP,47,58.2089658918718,-11,-17.946793607227605 +74317,139555,3095,2002,TX-11,House-G,2002_House-G_TX-11,Tarrance Group,333,FALSE,FALSE,NA,REP,2002-09-30,2002-11-05,36,300,Thomas Edwards,16735,DEM,50,51.552910801687176,Ramsey Farley,16736,REP,42,47.10576637649544,8,4.447144425191738 +63836,117539,3109,2002,TX-25,House-G,2002_House-G_TX-25,Arthur J. Finkelstein & Associates,16,FALSE,FALSE,Live Phone,REP,2002-10-17,2002-11-05,19,300,Chris Bell,13810,DEM,39,54.759485386562865,Thomas Reiser,13811,REP,41,43.09198629075315,-2,11.667499095809717 +76312,145387,3118,2002,UT-2,House-G,2002_House-G_UT-2,Moore Information Group,217,FALSE,FALSE,NA,REP,2002-09-24,2002-11-05,42,300,Jim Matheson,13882,DEM,45,49.42659015252256,John Swallow,13883,REP,37,48.69432123445993,8,0.7322689180626298 +74318,139556,3118,2002,UT-2,House-G,2002_House-G_UT-2,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2002-10-23,2002-11-05,13,300,Jim Matheson,13882,DEM,44,49.42659015252256,John Swallow,13883,REP,43,48.69432123445993,1,0.7322689180626298 +74319,139557,3118,2002,UT-2,House-G,2002_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2002-10-27,2002-11-05,9,515,Jim Matheson,13882,DEM,48,49.42659015252256,John Swallow,13883,REP,42,48.69432123445993,6,0.7322689180626298 +63830,117533,3133,2002,WA-2,House-G,2002_House-G_WA-2,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2002-10-21,2002-11-05,15,300,Rick Larsen,13804,DEM,39,50.071234232005935,Norma Smith,13805,REP,42,45.77195152114766,-3,4.299282710858272 +64227,118184,3142,2002,WV-2,House-G,2002_House-G_WV-2,RMS Research,273,FALSE,TRUE,Live Phone,NA,2002-10-23,2002-11-05,13,336,Jim Humphreys,14274,DEM,32,39.956988196192484,Shelley Moore Capito,14275,REP,53,60.04301180380752,-21,-20.086023607615033 +76351,145458,3161,2004,AZ-1,House-G,2004_House-G_AZ-1,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,NA,NA,2004-09-12,2004-11-02,51,410,Paul Babbitt,14124,DEM,40,36.2248422149508,Richard Renzi,14125,REP,51,58.541312250593045,-11,-22.316470035642247 +64166,118069,3161,2004,AZ-1,House-G,2004_House-G_AZ-1,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,Live Phone,NA,2004-10-16,2004-11-02,17,411,Paul Babbitt,14124,DEM,30,36.2248422149508,Richard Renzi,14125,REP,53,58.541312250593045,-23,-22.316470035642247 +76353,145460,3170,2004,AR-2,House-G,2004_House-G_AR-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-26,2004-11-02,37,675,Victor F. Snyder,14363,DEM,54,58.16928457501637,Marvin Parks,14364,REP,37,41.82926873374733,17,16.340015841269043 +64285,118268,3170,2004,AR-2,House-G,2004_House-G_AR-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-11,2004-11-02,22,587,Victor F. Snyder,14363,DEM,57,58.16928457501637,Marvin Parks,14364,REP,35,41.82926873374733,22,16.340015841269043 +64294,118278,3170,2004,AR-2,House-G,2004_House-G_AR-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,583,Victor F. Snyder,14363,DEM,60,58.16928457501637,Marvin Parks,14364,REP,36,41.82926873374733,24,16.340015841269043 +76355,145462,3228,2004,CO-3,House-G,2004_House-G_CO-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-26,2004-11-02,37,600,John T. Salazar,13910,DEM,52,50.55228786152296,Greg Walcher,13911,REP,40,46.55948044762651,12,3.9928074138964504 +76354,145461,3228,2004,CO-3,House-G,2004_House-G_CO-3,Impact Research,14,FALSE,FALSE,NA,DEM,2004-09-29,2004-11-02,34,500,John T. Salazar,13910,DEM,48,50.55228786152296,Greg Walcher,13911,REP,33,46.55948044762651,15,3.9928074138964504 +64286,118269,3228,2004,CO-3,House-G,2004_House-G_CO-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-11,2004-11-02,22,622,John T. Salazar,13910,DEM,49,50.55228786152296,Greg Walcher,13911,REP,44,46.55948044762651,5,3.9928074138964504 +4577,117850,3228,2004,CO-3,House-G,2004_House-G_CO-3,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2004-10-20,2004-11-02,13,259,John T. Salazar,13910,DEM,47,50.55228786152296,Greg Walcher,13911,REP,30,46.55948044762651,17,3.9928074138964504 +64290,118274,3228,2004,CO-3,House-G,2004_House-G_CO-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-25,2004-11-02,8,630,John T. Salazar,13910,DEM,48,50.55228786152296,Greg Walcher,13911,REP,45,46.55948044762651,3,3.9928074138964504 +74171,139115,3229,2004,CO-4,House-G,2004_House-G_CO-4,Ciruli Associates,51,FALSE,FALSE,Live Phone,NA,2004-10-12,2004-11-02,21,400,Stanley T. Matsunaka,16603,DEM,31,44.781659460114106,Marilyn N. Musgrave,16604,REP,48,51.048577946967185,-17,-6.266918486853079 +25179,139116,3232,2004,CO-7,House-G,2004_House-G_CO-7,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-10-05,2004-11-02,28,400,David J. Thomas,14047,DEM,35,42.793141860803026,Bob Beauprez,14048,REP,45,54.71779596713001,-10,-11.924654106326983 +25178,117982,3232,2004,CO-7,House-G,2004_House-G_CO-7,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,400,David J. Thomas,14047,DEM,40,42.793141860803026,Bob Beauprez,14048,REP,46,54.71779596713001,-6,-11.924654106326983 +76359,145466,3234,2004,CT-2,House-G,2004_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,NA,NA,2004-10-01,2004-11-02,32,400,Jim Sullivan,14192,DEM,40,45.76557096242648,Robert R. Simmons,14193,REP,45,54.19209451670259,-5,-8.426523554276109 +64384,118450,3234,2004,CT-2,House-G,2004_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2004-10-17,2004-11-02,16,402,Jim Sullivan,14192,DEM,40,45.76557096242648,Robert R. Simmons,14193,REP,49,54.19209451670259,-9,-8.426523554276109 +74172,139117,3234,2004,CT-2,House-G,2004_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2004-10-28,2004-11-02,5,400,Jim Sullivan,14192,DEM,42,45.76557096242648,Robert R. Simmons,14193,REP,45,54.19209451670259,-3,-8.426523554276109 +74174,139120,3236,2004,CT-4,House-G,2004_House-G_CT-4,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2004-10-12,2004-11-02,21,411,Diane Farrell,14194,DEM,39,47.56490045731183,Christopher H. Shays,14195,REP,47,52.433724168758374,-8,-4.868823711446545 +74173,139119,3236,2004,CT-4,House-G,2004_House-G_CT-4,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2004-10-27,2004-11-02,6,400,Diane Farrell,14194,DEM,42,47.56490045731183,Christopher H. Shays,14195,REP,47,52.433724168758374,-5,-4.868823711446545 +4872,145468,3238,2004,DE-1,House-G,2004_House-G_DE-1,West Chester University,377,FALSE,TRUE,Live Phone,NA,2004-09-24,2004-11-02,39,590,Paul Donnelly,23032,DEM,14.8,29.691752447022147,Michael N. Castle,23033,REP,61.3,69.0862110126529,-46.5,-39.39445856563075 +76361,145469,3251,2004,FL-13,House-G,2004_House-G_FL-13,Impact Research,14,FALSE,FALSE,NA,DEM,2004-09-17,2004-11-02,46,500,Jan Schneider,23061,DEM,44,44.69919114615693,Katherine Harris,23062,REP,50,55.30080885384307,-6,-10.601617707686145 +76369,145491,3266,2004,GA-3,House-G,2004_House-G_GA-3,Mellman Group,205,FALSE,FALSE,NA,DEM,2004-10-04,2004-11-02,29,400,James Marshall,23089,DEM,53,62.88323458294111,Calder B. Clay,23088,REP,24,37.1167654170589,29,25.766469165882206 +74175,139121,3288,2004,IL-8,House-G,2004_House-G_IL-8,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2004-10-06,2004-11-02,27,400,Melissa Bean,13939,DEM,44,51.69956322833801,Philip Crane,13940,REP,46,48.300436771661985,-2,3.399126456676022 +64064,117891,3288,2004,IL-8,House-G,2004_House-G_IL-8,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-26,2004-11-02,7,500,Melissa Bean,13939,DEM,46,51.69956322833801,Philip Crane,13940,REP,48,48.300436771661985,-2,3.399126456676022 +4354,118014,3288,2004,IL-8,House-G,2004_House-G_IL-8,Victory Research,437,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,400,Melissa Bean,13939,DEM,45,51.69956322833801,Philip Crane,13940,REP,53,48.300436771661985,-8,3.399126456676022 +76372,145494,3291,2004,IL-11,House-G,2004_House-G_IL-11,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-09-14,2004-11-02,49,400,Tari Renner,13816,DEM,26,41.32865473284513,Gerald C. Weller,13817,REP,58,58.67134526715488,-32,-17.342690534309746 +76371,145493,3291,2004,IL-11,House-G,2004_House-G_IL-11,Bannon Communications Research,21,FALSE,FALSE,NA,DEM,2004-09-26,2004-11-02,37,353,Tari Renner,13816,DEM,25,41.32865473284513,Gerald C. Weller,13817,REP,45,58.67134526715488,-20,-17.342690534309746 +63843,117546,3291,2004,IL-11,House-G,2004_House-G_IL-11,Bannon Communications Research,21,FALSE,FALSE,Live Phone,DEM,2004-10-15,2004-11-02,18,353,Tari Renner,13816,DEM,33,41.32865473284513,Gerald C. Weller,13817,REP,42,58.67134526715488,-9,-17.342690534309746 +64117,117961,3316,2004,KS-3,House-G,2004_House-G_KS-3,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,600,Dennis Moore,14005,DEM,50,54.81936861669332,Kris W. Kobach,14006,REP,38,43.349744891120785,12,11.469623725572532 +64287,118270,3317,2004,KS-4,House-G,2004_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-12,2004-11-02,21,661,Michael Kinard,14365,DEM,31,31.07420346295554,Todd Tiahrt,14366,REP,61,66.10961571502204,-30,-35.03541225206651 +64291,118275,3317,2004,KS-4,House-G,2004_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-27,2004-11-02,6,661,Michael Kinard,14365,DEM,27,31.07420346295554,Todd Tiahrt,14366,REP,67,66.10961571502204,-40,-35.03541225206651 +76379,145501,3320,2004,KY-3,House-G,2004_House-G_KY-3,Louisville Courier-Journal,174,FALSE,TRUE,NA,NA,2004-09-14,2004-11-02,49,600,Tony Miller,13997,DEM,40,37.79932592624195,Anne Meagher Northup,13998,REP,47,60.257074422374856,-7,-22.457748496132908 +76378,145500,3320,2004,KY-3,House-G,2004_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-26,2004-11-02,37,600,Tony Miller,13997,DEM,41,37.79932592624195,Anne Meagher Northup,13998,REP,52,60.257074422374856,-11,-22.457748496132908 +74176,139122,3320,2004,KY-3,House-G,2004_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-11,2004-11-02,22,638,Tony Miller,13997,DEM,41,37.79932592624195,Anne Meagher Northup,13998,REP,54,60.257074422374856,-13,-22.457748496132908 +64112,117955,3320,2004,KY-3,House-G,2004_House-G_KY-3,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,634,Tony Miller,13997,DEM,33,37.79932592624195,Anne Meagher Northup,13998,REP,57,60.257074422374856,-24,-22.457748496132908 +64292,118276,3320,2004,KY-3,House-G,2004_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-27,2004-11-02,6,638,Tony Miller,13997,DEM,37,37.79932592624195,Anne Meagher Northup,13998,REP,58,60.257074422374856,-21,-22.457748496132908 +76428,145595,3326,2004,LA-3,House-P,2004_House-P_LA-3,Southern Media & Opinion Research,310,FALSE,FALSE,NA,REP,2004-09-27,2004-11-02,36,400,Charlie Melancon,16607,DEM,11,23.93167561030912,William Tauzin,16609,REP,27,32.00060464061673,-16,-8.068929030307608 +4614,139127,3326,2004,LA-3,House-P,2004_House-P_LA-3,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,450,Charlie Melancon,16607,DEM,16,23.93167561030912,William Tauzin,16609,REP,32,32.00060464061673,-16,-8.068929030307608 +74179,139126,3326,2004,LA-3,House-P,2004_House-P_LA-3,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-24,2004-11-02,9,450,Charlie Melancon,16607,DEM,14,23.93167561030912,William Tauzin,16609,REP,25,32.00060464061673,-11,-8.068929030307608 +25172,139125,3326,2004,LA-3,House-P,2004_House-P_LA-3,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,450,Charlie Melancon,16607,DEM,16,23.93167561030912,William Tauzin,16609,REP,32,32.00060464061673,-16,-8.068929030307608 +74177,139123,3327,2004,LA-3,House-G,2004_House-R_LA-3,Impact Research,14,FALSE,FALSE,NA,DEM,2004-11-08,2004-12-04,26,500,Charlie Melancon,16607,DEM,42,50.24814003994662,William Tauzin,16609,REP,38,49.75185996005338,4,0.4962800798932392 +74178,139124,3327,2004,LA-3,House-G,2004_House-R_LA-3,Tarrance Group,333,FALSE,FALSE,NA,REP,2004-11-09,2004-12-04,25,300,Charlie Melancon,16607,DEM,40,50.24814003994662,William Tauzin,16609,REP,47,49.75185996005338,-7,0.4962800798932392 +76430,145597,3329,2004,LA-5,House-P,2004_House-P_LA-5,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-09-20,2004-11-02,43,400,Zelma Blakes,23215,DEM,19,24.61217271493802,Rodney M. Alexander,23216,REP,52,59.437445653771995,-33,-34.825272938833976 +76432,145599,3331,2004,LA-7,House-P,2004_House-P_LA-7,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-09-15,2004-11-02,48,400,Willie L. Mount,16614,DEM,25,25.217572244206593,Charles W. Boustany Jr.,16615,REP,24,38.60848677774047,1,-13.390914533533874 +74183,139136,3331,2004,LA-7,House-P,2004_House-P_LA-7,Market Research Insight,185,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,450,Willie L. Mount,16614,DEM,25,25.217572244206593,Charles W. Boustany Jr.,16615,REP,29,38.60848677774047,-4,-13.390914533533874 +74182,139135,3331,2004,LA-7,House-P,2004_House-P_LA-7,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-10-05,2004-11-02,28,400,Willie L. Mount,16614,DEM,26,25.217572244206593,Charles W. Boustany Jr.,16615,REP,32,38.60848677774047,-6,-13.390914533533874 +73162,139133,3331,2004,LA-7,House-P,2004_House-P_LA-7,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,450,Willie L. Mount,16614,DEM,23,25.217572244206593,Charles W. Boustany Jr.,16615,REP,30,38.60848677774047,-7,-13.390914533533874 +73256,139129,3331,2004,LA-7,House-P,2004_House-P_LA-7,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,450,Willie L. Mount,16614,DEM,25,25.217572244206593,Charles W. Boustany Jr.,16615,REP,30,38.60848677774047,-5,-13.390914533533874 +74180,139128,3332,2004,LA-7,House-G,2004_House-R_LA-7,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2004-12-02,2004-12-04,2,442,Willie L. Mount,16614,DEM,30,45.03925819588082,Charles W. Boustany Jr.,16615,REP,56,54.96074180411918,-26,-9.921483608238361 +76435,145602,3333,2004,ME-1,House-G,2004_House-G_ME-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,747,Thomas H. Allen,14372,DEM,64,59.7363254621803,Charlie Summers,14373,REP,30,40.26367453781971,34,19.472650924360586 +4347,118279,3333,2004,ME-1,House-G,2004_House-G_ME-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,652,Thomas H. Allen,14372,DEM,55,59.7363254621803,Charlie Summers,14373,REP,39,40.26367453781971,16,19.472650924360586 +76435,145603,3334,2004,ME-2,House-G,2004_House-G_ME-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-20,2004-11-02,43,745,Michael H. Michaud,14374,DEM,55,58.032064198278576,Brian N. Hamel,14375,REP,34,39.46790668421482,21,18.56415751406376 +4347,118280,3334,2004,ME-2,House-G,2004_House-G_ME-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-29,2004-11-02,4,673,Michael H. Michaud,14374,DEM,53,58.032064198278576,Brian N. Hamel,14375,REP,40,39.46790668421482,13,18.56415751406376 +64388,118455,3373,2004,MN-6,House-G,2004_House-G_MN-6,Victoria Research & Consulting,369,FALSE,FALSE,Live Phone,DEM,2004-10-17,2004-11-02,16,400,Patty Wetterling,14443,DEM,44,45.94325917757089,Mark R. Kennedy,14444,REP,44,53.99152758042967,0,-8.048268402858781 +74188,139143,3373,2004,MN-6,House-G,2004_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-23,2004-11-02,10,442,Patty Wetterling,14443,DEM,36,45.94325917757089,Mark R. Kennedy,14444,REP,53,53.99152758042967,-17,-8.048268402858781 +74187,139142,3373,2004,MN-6,House-G,2004_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-27,2004-11-02,6,357,Patty Wetterling,14443,DEM,34,45.94325917757089,Mark R. Kennedy,14444,REP,52,53.99152758042967,-18,-8.048268402858781 +64119,117963,3384,2004,MO-5,House-G,2004_House-G_MO-5,Market Research Institute Inc.,186,FALSE,TRUE,Live Phone,NA,2004-10-19,2004-11-02,14,600,"Emanuel Cleaver, II",14007,DEM,46,55.19221909393397,Jeanne Patterson,14008,REP,41,42.12302704547394,5,13.069192048460032 +4890,145605,3389,2004,MT-1,House-G,2004_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,625,Tracy Velazquez,16619,DEM,25,32.77716498210386,Denny Rehberg,16620,REP,64,64.39817211804696,-39,-31.621007135943096 +4596,139144,3389,2004,MT-1,House-G,2004_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,625,Tracy Velazquez,16619,DEM,28,32.77716498210386,Denny Rehberg,16620,REP,63,64.39817211804696,-35,-31.621007135943096 +76437,145606,3390,2004,NE-1,House-G,2004_House-G_NE-1,GQR,126,TRUE,FALSE,NA,DEM,2004-09-15,2004-11-02,48,500,Matt Connealy,14101,DEM,44,42.99624253033138,Jeff Fortenberry,14102,REP,49,54.232812217058,-5,-11.236569686726618 +4600,118056,3390,2004,NE-1,House-G,2004_House-G_NE-1,MSR Group,178,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,250,Matt Connealy,14101,DEM,41,42.99624253033138,Jeff Fortenberry,14102,REP,47,54.232812217058,-6,-11.236569686726618 +4660,118182,3390,2004,NE-1,House-G,2004_House-G_NE-1,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,253,Matt Connealy,14101,DEM,38,42.99624253033138,Jeff Fortenberry,14102,REP,42,54.232812217058,-4,-11.236569686726618 +4600,118057,3391,2004,NE-2,House-G,2004_House-G_NE-2,MSR Group,178,FALSE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,250,Nancy P. Thompson,14103,DEM,34,36.15092647459201,Lee Terry,14104,REP,58,61.10087922999311,-24,-24.9499527554011 +4660,118183,3391,2004,NE-2,House-G,2004_House-G_NE-2,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,503,Nancy P. Thompson,14103,DEM,30,36.15092647459201,Lee Terry,14104,REP,60,61.10087922999311,-30,-24.9499527554011 +4660,139145,3392,2004,NE-3,House-G,2004_House-G_NE-3,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,251,Donna J. Anderson,16621,DEM,8,10.56785108900758,Thomas William Osborne,16622,REP,86,87.45282566283942,-78,-76.88497457383184 +4982,145609,3395,2004,NV-3,House-G,2004_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2004-09-13,2004-11-02,50,300,Tom Gallagher,14045,DEM,40,40.40205694184306,Jon C. Porter,14046,REP,51,54.457938090347014,-11,-14.055881148503957 +76438,145608,3395,2004,NV-3,House-G,2004_House-G_NV-3,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2004-09-14,2004-11-02,49,405,Tom Gallagher,14045,DEM,44,40.40205694184306,Jon C. Porter,14046,REP,47,54.457938090347014,-3,-14.055881148503957 +4894,145607,3395,2004,NV-3,House-G,2004_House-G_NV-3,Belden Russonello,28,TRUE,FALSE,NA,NA,2004-09-24,2004-11-02,39,300,Tom Gallagher,14045,DEM,33,40.40205694184306,Jon C. Porter,14046,REP,54,54.457938090347014,-21,-14.055881148503957 +4686,117981,3395,2004,NV-3,House-G,2004_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,307,Tom Gallagher,14045,DEM,35,40.40205694184306,Jon C. Porter,14046,REP,50,54.457938090347014,-15,-14.055881148503957 +4637,139146,3395,2004,NV-3,House-G,2004_House-G_NV-3,Belden Russonello,28,TRUE,FALSE,Live Phone,NA,2004-10-18,2004-11-02,15,316,Tom Gallagher,14045,DEM,32,40.40205694184306,Jon C. Porter,14046,REP,49,54.457938090347014,-17,-14.055881148503957 +25186,117983,3395,2004,NV-3,House-G,2004_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,307,Tom Gallagher,14045,DEM,41,40.40205694184306,Jon C. Porter,14046,REP,51,54.457938090347014,-10,-14.055881148503957 +25353,139148,3396,2004,NH-1,House-G,2004_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,383,Justin Nadeau,14188,DEM,26,36.56037010007051,Jeb E. Bradley,14189,REP,60,63.34376507551674,-34,-26.783394975446235 +4325,139152,3396,2004,NH-1,House-G,2004_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,492,Justin Nadeau,14188,DEM,36,36.56037010007051,Jeb E. Bradley,14189,REP,55,63.34376507551674,-19,-26.783394975446235 +25353,139153,3397,2004,NH-2,House-G,2004_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,346,Paul W. Hodes,14190,DEM,30,38.17254428782976,Charles Bass,14191,REP,57,58.254568943978256,-27,-20.082024656148498 +4325,139157,3397,2004,NH-2,House-G,2004_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,464,Paul W. Hodes,14190,DEM,37,38.17254428782976,Charles Bass,14191,REP,55,58.254568943978256,-18,-20.082024656148498 +4810,145610,3411,2004,NM-1,House-G,2004_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,300,Richard M. Romero,14161,DEM,44,45.52850630294753,Heather A. Wilson,14162,REP,45,54.399881877410905,-1,-8.871375574463379 +4401,118108,3411,2004,NM-1,House-G,2004_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,568,Richard M. Romero,14161,DEM,43,45.52850630294753,Heather A. Wilson,14162,REP,51,54.399881877410905,-8,-8.871375574463379 +4810,139158,3412,2004,NM-2,House-G,2004_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,301,Gary K. King,14163,DEM,38,39.804419023017665,Stevan Pearce,14164,REP,46,60.195580976982335,-8,-20.39116195396467 +4401,118109,3412,2004,NM-2,House-G,2004_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2004-10-28,2004-11-02,5,289,Gary K. King,14163,DEM,38,39.804419023017665,Stevan Pearce,14164,REP,50,60.195580976982335,-12,-20.39116195396467 +4810,139159,3413,2004,NM-3,House-G,2004_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2004-10-03,2004-11-02,30,202,Tom Udall,16623,DEM,64,68.67799877744864,Gregory M. Tucker,16624,REP,21,31.32200122255137,43,37.355997554897264 +74250,139411,3426,2004,NY-13,House-G,2004_House-G_NY-13,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-10-06,2004-11-02,27,300,Frank J. Barbaro,16678,DEM,27,33.12604694921866,Vito J. Fossella,16679,REP,53,47.13875949425182,-26,-14.01271254503316 +76480,145820,3440,2004,NY-27,House-G,2004_House-G_NY-27,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2004-09-15,2004-11-02,48,503,Brian Higgins,23525,DEM,48,42.4649398229557,Nancy A. Naples,23526,REP,43,41.80027294051698,5,0.6646668824387163 +74252,139413,3453,2004,NC-11,House-G,2004_House-G_NC-11,Feldman Group,93,FALSE,FALSE,NA,DEM,2004-10-06,2004-11-02,27,500,Patricia R. Keever,13914,DEM,46,45.09774937520841,Charles H. Taylor,13915,REP,48,54.90225062479159,-2,-9.804501249583183 +64038,117855,3453,2004,NC-11,House-G,2004_House-G_NC-11,Feldman Group,93,FALSE,FALSE,Live Phone,DEM,2004-10-20,2004-11-02,13,500,Patricia R. Keever,13914,DEM,47,45.09774937520841,Charles H. Taylor,13915,REP,46,54.90225062479159,1,-9.804501249583183 +74251,139412,3453,2004,NC-11,House-G,2004_House-G_NC-11,University of North Carolina School of Journalism and Mass Communication,359,FALSE,TRUE,Live Phone,NA,2004-10-16,2004-11-02,17,493,Patricia R. Keever,13914,DEM,43.5,45.09774937520841,Charles H. Taylor,13915,REP,41.2,54.90225062479159,2.299999999999997,-9.804501249583183 +4592,139414,3456,2004,ND-1,House-G,2004_House-G_ND-1,Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,Live Phone,NA,2004-10-18,2004-11-02,15,623,Earl Pomeroy,16680,DEM,61,59.56295404968888,Duane Sand,16681,REP,31,40.43704595031112,30,19.125908099377753 +76482,145822,3475,2004,OK-1,House-G,2004_House-G_OK-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-27,2004-11-02,36,600,Doug Dodd,14367,DEM,31,37.54205072459107,John A. Sullivan,14368,REP,60,60.18801417664199,-29,-22.64596345205092 +64288,118271,3475,2004,OK-1,House-G,2004_House-G_OK-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-15,2004-11-02,18,656,Doug Dodd,14367,DEM,35,37.54205072459107,John A. Sullivan,14368,REP,58,60.18801417664199,-23,-22.64596345205092 +64293,118277,3475,2004,OK-1,House-G,2004_House-G_OK-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-27,2004-11-02,6,656,Doug Dodd,14367,DEM,33,37.54205072459107,John A. Sullivan,14368,REP,59,60.18801417664199,-26,-22.64596345205092 +76488,145832,3497,2004,PA-13,House-G,2004_House-G_PA-13,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2004-09-18,2004-11-02,45,400,Allyson Y. Schwartz,13918,DEM,45,55.744765094572315,Melissa Brown,13919,REP,34,41.283703963339434,11,14.461061131232881 +64045,117863,3497,2004,PA-13,House-G,2004_House-G_PA-13,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2004-10-26,2004-11-02,7,454,Allyson Y. Schwartz,13918,DEM,53,55.744765094572315,Melissa Brown,13919,REP,35,41.283703963339434,18,14.461061131232881 +76489,145833,3499,2004,PA-15,House-G,2004_House-G_PA-15,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2004-09-30,2004-11-02,33,440,Joe Driscoll,23631,DEM,20,39.37911751976753,Charles W. Dent,23632,REP,53,58.61012454745924,-33,-19.23100702769171 +76490,145835,3501,2004,PA-17,House-G,2004_House-G_PA-17,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2004-09-03,2004-11-02,60,431,Thomas Timothy Holden,13802,DEM,56,59.08851007245036,Scott G. Paterno,13803,REP,36,38.92990068063581,20,20.15860939181455 +63827,117530,3501,2004,PA-17,House-G,2004_House-G_PA-17,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-10-14,2004-11-02,19,320,Thomas Timothy Holden,13802,DEM,48,59.08851007245036,Scott G. Paterno,13803,REP,36,38.92990068063581,12,20.15860939181455 +5041,145838,3512,2004,SD-1,House-G,2004_House-G_SD-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-08,2004-11-02,55,500,Stephanie Herseth Sandlin,16388,DEM,50,53.36433288485832,Larry Diedrich,16387,REP,47,45.91468361970688,3,7.449649265151443 +4824,145837,3512,2004,SD-1,House-G,2004_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-09-21,2004-11-02,42,800,Stephanie Herseth Sandlin,16388,DEM,49,53.36433288485832,Larry Diedrich,16387,REP,42,45.91468361970688,7,7.449649265151443 +25379,145836,3512,2004,SD-1,House-G,2004_House-G_SD-1,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-09-26,2004-11-02,37,500,Stephanie Herseth Sandlin,16388,DEM,51.1,53.36433288485832,Larry Diedrich,16387,REP,42.6,45.91468361970688,8.5,7.449649265151443 +4581,119663,3512,2004,SD-1,House-G,2004_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,800,Stephanie Herseth Sandlin,16388,DEM,48,53.36433288485832,Larry Diedrich,16387,REP,44,45.91468361970688,4,7.449649265151443 +25378,119668,3512,2004,SD-1,House-G,2004_House-G_SD-1,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,800,Stephanie Herseth Sandlin,16388,DEM,45.5,53.36433288485832,Larry Diedrich,16387,REP,48.3,45.91468361970688,-2.799999999999997,7.449649265151443 +76491,145839,3522,2004,TX-1,House-G,2004_House-G_TX-1,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2004-09-08,2004-11-02,55,400,Max A. Sandlin,23691,DEM,47,37.682333556419195,Louie Gohmert,23692,REP,43,61.473071187873515,4,-23.79073763145432 +76493,145841,3523,2004,TX-2,House-G,2004_House-G_TX-2,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2004-09-20,2004-11-02,43,442,Nicholas V. Lampson,23694,DEM,37,42.91257667494584,Ted Poe,23695,REP,41,55.527737880795755,-4,-12.615161205849915 +64161,118063,3538,2004,TX-17,House-G,2004_House-G_TX-17,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2004-10-12,2004-11-02,21,450,Thomas Edwards,14111,DEM,50,51.199192638959254,Arlene Reid Wohlgemuth,14112,REP,40,47.41570921927861,10,3.7834834196806426 +76495,145843,3540,2004,TX-19,House-G,2004_House-G_TX-19,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-09-27,2004-11-02,36,400,Charles W. Stenholm,23739,DEM,39,40.05370127701123,Randy Neugebauer,23740,REP,48,58.437181496612624,-9,-18.383480219601395 +74253,139415,3553,2004,TX-32,House-G,2004_House-G_TX-32,Selzer & Co.,304,TRUE,FALSE,NA,NA,2004-10-08,2004-11-02,25,800,Jonas Frost,13966,DEM,44,44.022824818528846,Pete Sessions,13967,REP,50,54.32217804940762,-6,-10.299353230878772 +64099,117940,3553,2004,TX-32,House-G,2004_House-G_TX-32,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2004-10-14,2004-11-02,19,400,Jonas Frost,13966,DEM,46,44.022824818528846,Pete Sessions,13967,REP,47,54.32217804940762,-1,-10.299353230878772 +25089,146140,3554,2004,UT-1,House-G,2004_House-G_UT-1,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,300,Steven Thompson,16684,DEM,23,29.12971448593521,Rob Bishop,16685,REP,53,67.90526634485528,-30,-38.77555185892007 +4863,146139,3554,2004,UT-1,House-G,2004_House-G_UT-1,Valley Research,368,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,400,Steven Thompson,16684,DEM,21,29.12971448593521,Rob Bishop,16685,REP,54,67.90526634485528,-33,-38.77555185892007 +25357,139417,3554,2004,UT-1,House-G,2004_House-G_UT-1,Valley Research,368,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,400,Steven Thompson,16684,DEM,24.2,29.12971448593521,Rob Bishop,16685,REP,55.7,67.90526634485528,-31.500000000000004,-38.77555185892007 +55068,139416,3554,2004,UT-1,House-G,2004_House-G_UT-1,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,400,Steven Thompson,16684,DEM,21,29.12971448593521,Rob Bishop,16685,REP,64,67.90526634485528,-43,-38.77555185892007 +25089,146145,3555,2004,UT-2,House-G,2004_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,300,Jim Matheson,13806,DEM,61,54.75658541150049,John Swallow,13807,REP,30,43.213984934262854,31,11.542600477237634 +4863,146143,3555,2004,UT-2,House-G,2004_House-G_UT-2,Valley Research,368,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,400,Jim Matheson,13806,DEM,55,54.75658541150049,John Swallow,13807,REP,30,43.213984934262854,25,11.542600477237634 +25088,146144,3555,2004,UT-2,House-G,2004_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-10-01,2004-11-02,32,300,Jim Matheson,13806,DEM,63,54.75658541150049,John Swallow,13807,REP,31,43.213984934262854,32,11.542600477237634 +63832,117535,3555,2004,UT-2,House-G,2004_House-G_UT-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2004-10-20,2004-11-02,13,400,Jim Matheson,13806,DEM,57,54.75658541150049,John Swallow,13807,REP,34,43.213984934262854,23,11.542600477237634 +25357,120429,3555,2004,UT-2,House-G,2004_House-G_UT-2,Valley Research,368,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,400,Jim Matheson,13806,DEM,44,54.75658541150049,John Swallow,13807,REP,38.4,43.213984934262854,5.600000000000001,11.542600477237634 +55068,117811,3555,2004,UT-2,House-G,2004_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,430,Jim Matheson,13806,DEM,51,54.75658541150049,John Swallow,13807,REP,41,43.213984934262854,10,11.542600477237634 +25089,146148,3556,2004,UT-3,House-G,2004_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2004-09-08,2004-11-02,55,300,Beau Babka,16687,DEM,27,32.51700082072927,Chris Cannon,16688,REP,51,63.39034470629616,-24,-30.87334388556689 +4863,146147,3556,2004,UT-3,House-G,2004_House-G_UT-3,Valley Research,368,FALSE,TRUE,NA,NA,2004-09-26,2004-11-02,37,400,Beau Babka,16687,DEM,21,32.51700082072927,Chris Cannon,16688,REP,58,63.39034470629616,-37,-30.87334388556689 +25357,139420,3556,2004,UT-3,House-G,2004_House-G_UT-3,Valley Research,368,FALSE,TRUE,Live Phone,NA,2004-10-23,2004-11-02,10,400,Beau Babka,16687,DEM,28.8,32.51700082072927,Chris Cannon,16688,REP,52.5,63.39034470629616,-23.7,-30.87334388556689 +55068,139419,3556,2004,UT-3,House-G,2004_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2004-10-25,2004-11-02,8,400,Beau Babka,16687,DEM,25,32.51700082072927,Chris Cannon,16688,REP,55,63.39034470629616,-30,-30.87334388556689 +76631,146149,3573,2004,WA-5,House-G,2004_House-G_WA-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-19,2004-11-02,44,600,Donald K. Barbieri,14504,DEM,39,40.31894142550003,Cathy McMorris Rodgers,14505,REP,53,59.68105857449997,-14,-19.362117148999943 +74255,139421,3573,2004,WA-5,House-G,2004_House-G_WA-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,442,Donald K. Barbieri,14504,DEM,39,40.31894142550003,Cathy McMorris Rodgers,14505,REP,51,59.68105857449997,-12,-19.362117148999943 +64711,119666,3573,2004,WA-5,House-G,2004_House-G_WA-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-28,2004-11-02,5,625,Donald K. Barbieri,14504,DEM,38,40.31894142550003,Cathy McMorris Rodgers,14505,REP,55,59.68105857449997,-17,-19.362117148999943 +76635,146153,3576,2004,WA-8,House-G,2004_House-G_WA-8,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2004-09-07,2004-11-02,56,300,Dave Ross,14369,DEM,36,46.70088172624584,David G. Reichert,14370,REP,52,51.500301635368906,-16,-4.799419909123067 +76634,146152,3576,2004,WA-8,House-G,2004_House-G_WA-8,Lauer Johnson Research,167,FALSE,TRUE,NA,DEM,2004-09-18,2004-11-02,45,401,Dave Ross,14369,DEM,45,46.70088172624584,David G. Reichert,14370,REP,43,51.500301635368906,2,-4.799419909123067 +76633,146151,3576,2004,WA-8,House-G,2004_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-27,2004-11-02,36,600,Dave Ross,14369,DEM,45,46.70088172624584,David G. Reichert,14370,REP,43,51.500301635368906,2,-4.799419909123067 +4669,118272,3576,2004,WA-8,House-G,2004_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-16,2004-11-02,17,664,Dave Ross,14369,DEM,43,46.70088172624584,David G. Reichert,14370,REP,49,51.500301635368906,-6,-4.799419909123067 +64289,118273,3576,2004,WA-8,House-G,2004_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-25,2004-11-02,8,664,Dave Ross,14369,DEM,43,46.70088172624584,David G. Reichert,14370,REP,49,51.500301635368906,-6,-4.799419909123067 +55096,138837,3597,2006,AK-1,House-G,2006_House-G_AK-1,Craciun Research Group,61,FALSE,TRUE,NA,NA,2006-10-11,2006-11-07,27,418,Diane Benson,16515,DEM,36,40.00894968995717,Don Young,16516,REP,52,56.5718425706919,-16,-16.56289288073473 +73998,138836,3597,2006,AK-1,House-G,2006_House-G_AK-1,Hays Research Group,136,FALSE,FALSE,Live Phone,DEM,2006-10-24,2006-11-07,14,400,Diane Benson,16515,DEM,34,40.00894968995717,Don Young,16516,REP,43,56.5718425706919,-9,-16.56289288073473 +73997,138835,3597,2006,AK-1,House-G,2006_House-G_AK-1,Hays Research Group,136,FALSE,FALSE,Live Phone,DEM,2006-11-01,2006-11-07,6,400,Diane Benson,16515,DEM,41,40.00894968995717,Don Young,16516,REP,48,56.5718425706919,-7,-16.56289288073473 +76636,146154,3598,2006,AZ-1,House-G,2006_House-G_AZ-1,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,NA,NA,2006-09-16,2006-11-07,52,500,Ellen S. Simon,14126,DEM,32,43.44637722336252,Richard Renzi,14127,REP,45,51.75199251490405,-13,-8.305615291541535 +73999,138838,3598,2006,AZ-1,House-G,2006_House-G_AZ-1,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Ellen S. Simon,14126,DEM,50,43.44637722336252,Richard Renzi,14127,REP,46,51.75199251490405,4,-8.305615291541535 +64167,118070,3598,2006,AZ-1,House-G,2006_House-G_AZ-1,Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,Live Phone,NA,2006-10-21,2006-11-07,17,497,Ellen S. Simon,14126,DEM,32,43.44637722336252,Richard Renzi,14127,REP,45,51.75199251490405,-13,-8.305615291541535 +64229,118186,3598,2006,AZ-1,House-G,2006_House-G_AZ-1,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1037,Ellen S. Simon,14126,DEM,46,43.44637722336252,Richard Renzi,14127,REP,48,51.75199251490405,-2,-8.305615291541535 +74002,138841,3602,2006,AZ-5,House-G,2006_House-G_AZ-5,Grove Insight,129,FALSE,TRUE,NA,DEM,2006-09-13,2006-11-07,55,400,Harry E. Mitchell,14113,DEM,40,50.412355823969115,J.D. Hayworth,14114,REP,37,46.44077025889807,3,3.971585565071045 +76637,146155,3602,2006,AZ-5,House-G,2006_House-G_AZ-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-16,2006-11-07,52,590,Harry E. Mitchell,14113,DEM,40,50.412355823969115,J.D. Hayworth,14114,REP,52,46.44077025889807,-12,3.971585565071045 +76638,146156,3602,2006,AZ-5,House-G,2006_House-G_AZ-5,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-18,2006-11-07,50,400,Harry E. Mitchell,14113,DEM,38,50.412355823969115,J.D. Hayworth,14114,REP,52,46.44077025889807,-14,3.971585565071045 +74001,138840,3602,2006,AZ-5,House-G,2006_House-G_AZ-5,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-03,2006-11-07,35,442,Harry E. Mitchell,14113,DEM,39,50.412355823969115,J.D. Hayworth,14114,REP,48,46.44077025889807,-9,3.971585565071045 +74000,138839,3602,2006,AZ-5,House-G,2006_House-G_AZ-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-14,2006-11-07,24,509,Harry E. Mitchell,14113,DEM,45,50.412355823969115,J.D. Hayworth,14114,REP,48,46.44077025889807,-3,3.971585565071045 +64162,118064,3602,2006,AZ-5,House-G,2006_House-G_AZ-5,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2006-10-18,2006-11-07,20,400,Harry E. Mitchell,14113,DEM,46,50.412355823969115,J.D. Hayworth,14114,REP,47,46.44077025889807,-1,3.971585565071045 +64308,118294,3602,2006,AZ-5,House-G,2006_House-G_AZ-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-30,2006-11-07,8,643,Harry E. Mitchell,14113,DEM,48,50.412355823969115,J.D. Hayworth,14114,REP,46,46.44077025889807,2,3.971585565071045 +76643,146161,3605,2006,AZ-8,House-G,2006_House-G_AZ-8,GQR,126,TRUE,FALSE,NA,DEM,2006-09-15,2006-11-07,53,500,Gabrielle Giffords,14445,DEM,54,54.25469020967997,Randy J. Graf,14446,REP,35,42.08970518682011,19,12.16498502285986 +76642,146160,3605,2006,AZ-8,House-G,2006_House-G_AZ-8,Zimmerman & Associates/Marketing Intelligence,394,FALSE,TRUE,NA,NA,2006-09-18,2006-11-07,50,600,Gabrielle Giffords,14445,DEM,48,54.25469020967997,Randy J. Graf,14446,REP,36,42.08970518682011,12,12.16498502285986 +76641,146159,3605,2006,AZ-8,House-G,2006_House-G_AZ-8,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2006-09-20,2006-11-07,48,400,Gabrielle Giffords,14445,DEM,54,54.25469020967997,Randy J. Graf,14446,REP,29,42.08970518682011,25,12.16498502285986 +76640,146158,3605,2006,AZ-8,House-G,2006_House-G_AZ-8,Wick Communications,381,FALSE,TRUE,NA,REP,2006-09-22,2006-11-07,46,400,Gabrielle Giffords,14445,DEM,52,54.25469020967997,Randy J. Graf,14446,REP,34,42.08970518682011,18,12.16498502285986 +74003,138842,3605,2006,AZ-8,House-G,2006_House-G_AZ-8,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Gabrielle Giffords,14445,DEM,45,54.25469020967997,Randy J. Graf,14446,REP,37,42.08970518682011,8,12.16498502285986 +64397,118465,3605,2006,AZ-8,House-G,2006_House-G_AZ-8,Zimmerman & Associates/Marketing Intelligence,394,FALSE,TRUE,Live Phone,NA,2006-10-22,2006-11-07,16,600,Gabrielle Giffords,14445,DEM,48,54.25469020967997,Randy J. Graf,14446,REP,38,42.08970518682011,10,12.16498502285986 +64391,118459,3605,2006,AZ-8,House-G,2006_House-G_AZ-8,Wick Communications,381,FALSE,TRUE,Live Phone,REP,2006-10-27,2006-11-07,11,400,Gabrielle Giffords,14445,DEM,50,54.25469020967997,Randy J. Graf,14446,REP,35,42.08970518682011,15,12.16498502285986 +64411,118492,3605,2006,AZ-8,House-G,2006_House-G_AZ-8,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Gabrielle Giffords,14445,DEM,53,54.25469020967997,Randy J. Graf,14446,REP,41,42.08970518682011,12,12.16498502285986 +76651,146169,3607,2006,AR-2,House-G,2006_House-G_AR-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-19,2006-11-07,49,468,Victor F. Snyder,16517,DEM,56,60.52796129964179,Andy Mayberry,16518,REP,42,39.47203870035821,14,21.055922599283576 +74005,138844,3607,2006,AR-2,House-G,2006_House-G_AR-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-17,2006-11-07,21,404,Victor F. Snyder,16517,DEM,57,60.52796129964179,Andy Mayberry,16518,REP,41,39.47203870035821,16,21.055922599283576 +74004,138843,3607,2006,AR-2,House-G,2006_House-G_AR-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-28,2006-11-07,10,469,Victor F. Snyder,16517,DEM,60,60.52796129964179,Andy Mayberry,16518,REP,39,39.47203870035821,21,21.055922599283576 +74007,138847,3613,2006,CA-4,House-G,2006_House-G_CA-4,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Charles Duane Brown,14278,DEM,44,45.865731528063186,John T. Doolittle,14279,REP,52,49.050716341691555,-8,-3.1849848136283683 +64300,118286,3613,2006,CA-4,House-G,2006_House-G_CA-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-21,2006-11-07,17,581,Charles Duane Brown,14278,DEM,41,45.865731528063186,John T. Doolittle,14279,REP,51,49.050716341691555,-10,-3.1849848136283683 +64230,118188,3613,2006,CA-4,House-G,2006_House-G_CA-4,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,954,Charles Duane Brown,14278,DEM,46,45.865731528063186,John T. Doolittle,14279,REP,49,49.050716341691555,-3,-3.1849848136283683 +64315,118302,3613,2006,CA-4,House-G,2006_House-G_CA-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-01,2006-11-07,6,647,Charles Duane Brown,14278,DEM,43,45.865731528063186,John T. Doolittle,14279,REP,50,49.050716341691555,-7,-3.1849848136283683 +76676,146197,3620,2006,CA-11,House-G,2006_House-G_CA-11,GQR,126,TRUE,FALSE,NA,DEM,2006-09-25,2006-11-07,43,413,Jerry McNerney,14276,DEM,48,53.26571772097894,Richard W. Pombo,14277,REP,46,46.73428227902106,2,6.531435441957882 +74008,138848,3620,2006,CA-11,House-G,2006_House-G_CA-11,Lake Research Partners,165,FALSE,FALSE,NA,NA,2006-09-30,2006-11-07,38,442,Jerry McNerney,14276,DEM,40,53.26571772097894,Richard W. Pombo,14277,REP,41,46.73428227902106,-1,6.531435441957882 +64230,118187,3620,2006,CA-11,House-G,2006_House-G_CA-11,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,983,Jerry McNerney,14276,DEM,48,53.26571772097894,Richard W. Pombo,14277,REP,46,46.73428227902106,2,6.531435441957882 +74009,138849,3635,2006,CA-26,House-G,2006_House-G_CA-26,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-31,2006-11-07,7,553,Cynthia Rodriguez Matthews,16519,DEM,35,37.89018889831644,David T. Dreier,16520,REP,54,56.95306569017104,-19,-19.0628767918546 +74010,138850,3659,2006,CA-50,House-G,2006_House-G_CA-50,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-14,2006-11-07,24,581,Francine P. Busby,22995,DEM,46,43.498932922711184,Brian P. Bilbray,16385,REP,49,53.13684703424553,-3,-9.637914111534343 +64319,118306,3659,2006,CA-50,House-G,2006_House-G_CA-50,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-02,2006-11-07,5,550,Francine P. Busby,22995,DEM,41,43.498932922711184,Brian P. Bilbray,16385,REP,55,53.13684703424553,-14,-9.637914111534343 +76657,146175,3665,2006,CO-3,House-G,2006_House-G_CO-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-16,2006-11-07,52,474,John T. Salazar,14385,DEM,52,61.586324613845235,Scott Tipton,14386,REP,41,36.547015446190585,11,25.03930916765465 +74011,138851,3665,2006,CO-3,House-G,2006_House-G_CO-3,Impact Research,14,FALSE,FALSE,NA,DEM,2006-10-16,2006-11-07,22,500,John T. Salazar,14385,DEM,59,61.586324613845235,Scott Tipton,14386,REP,32,36.547015446190585,27,25.03930916765465 +64306,118292,3665,2006,CO-3,House-G,2006_House-G_CO-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-28,2006-11-07,10,611,John T. Salazar,14385,DEM,57,61.586324613845235,Scott Tipton,14386,REP,38,36.547015446190585,19,25.03930916765465 +76680,146201,3666,2006,CO-4,House-G,2006_House-G_CO-4,Myers Research & Strategic Services,319,FALSE,TRUE,NA,DEM,2006-09-25,2006-11-07,43,600,Angie Paccione,14280,DEM,42,43.11820225839834,Marilyn N. Musgrave,14281,REP,42,45.605183427329365,0,-2.486981168931024 +76682,146203,3666,2006,CO-4,House-G,2006_House-G_CO-4,Conquest Communications Group,684,FALSE,TRUE,NA,REP,2006-09-26,2006-11-07,42,400,Angie Paccione,14280,DEM,36,43.11820225839834,Marilyn N. Musgrave,14281,REP,43,45.605183427329365,-7,-2.486981168931024 +74013,138853,3666,2006,CO-4,House-G,2006_House-G_CO-4,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-10-05,2006-11-07,33,442,Angie Paccione,14280,DEM,36,43.11820225839834,Marilyn N. Musgrave,14281,REP,46,45.605183427329365,-10,-2.486981168931024 +74012,138852,3666,2006,CO-4,House-G,2006_House-G_CO-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-16,2006-11-07,22,509,Angie Paccione,14280,DEM,38,43.11820225839834,Marilyn N. Musgrave,14281,REP,48,45.605183427329365,-10,-2.486981168931024 +64258,118236,3666,2006,CO-4,House-G,2006_House-G_CO-4,Myers Research & Strategic Services,319,FALSE,TRUE,Live Phone,DEM,2006-10-22,2006-11-07,16,600,Angie Paccione,14280,DEM,45,43.11820225839834,Marilyn N. Musgrave,14281,REP,42,45.605183427329365,3,-2.486981168931024 +64231,118189,3666,2006,CO-4,House-G,2006_House-G_CO-4,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,991,Angie Paccione,14280,DEM,48,43.11820225839834,Marilyn N. Musgrave,14281,REP,45,45.605183427329365,3,-2.486981168931024 +64316,118303,3666,2006,CO-4,House-G,2006_House-G_CO-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-01,2006-11-07,6,571,Angie Paccione,14280,DEM,43,43.11820225839834,Marilyn N. Musgrave,14281,REP,44,45.605183427329365,-1,-2.486981168931024 +74013,138855,3667,2006,CO-5,House-G,2006_House-G_CO-5,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-10-05,2006-11-07,33,442,Jay Fawcett,14052,DEM,37,40.35239606105747,Doug Lamborn,14053,REP,37,59.618100562982455,0,-19.265704501924986 +74014,138854,3667,2006,CO-5,House-G,2006_House-G_CO-5,Basswood Research,24,FALSE,FALSE,NA,REP,2006-10-10,2006-11-07,28,300,Jay Fawcett,14052,DEM,32,40.35239606105747,Doug Lamborn,14053,REP,49,59.618100562982455,-17,-19.265704501924986 +64295,118281,3667,2006,CO-5,House-G,2006_House-G_CO-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-17,2006-11-07,21,543,Jay Fawcett,14052,DEM,38,40.35239606105747,Doug Lamborn,14053,REP,51,59.618100562982455,-13,-19.265704501924986 +55223,117985,3667,2006,CO-5,House-G,2006_House-G_CO-5,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-25,2006-11-07,13,400,Jay Fawcett,14052,DEM,40,40.35239606105747,Doug Lamborn,14053,REP,47,59.618100562982455,-7,-19.265704501924986 +64320,118307,3667,2006,CO-5,House-G,2006_House-G_CO-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-02,2006-11-07,5,596,Jay Fawcett,14052,DEM,42,40.35239606105747,Doug Lamborn,14053,REP,51,59.618100562982455,-9,-19.265704501924986 +76649,146167,3669,2006,CO-7,House-G,2006_House-G_CO-7,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-23,2006-11-07,45,482,Ed Perlmutter,14282,DEM,54,54.933076776689994,Rick O'Donnell,14283,REP,37,42.06277884676379,17,12.870297929926203 +74016,138858,3669,2006,CO-7,House-G,2006_House-G_CO-7,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-06,2006-11-07,32,442,Ed Perlmutter,14282,DEM,43,54.933076776689994,Rick O'Donnell,14283,REP,38,42.06277884676379,5,12.870297929926203 +74013,138857,3669,2006,CO-7,House-G,2006_House-G_CO-7,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-10-05,2006-11-07,33,400,Ed Perlmutter,14282,DEM,45,54.933076776689994,Rick O'Donnell,14283,REP,39,42.06277884676379,6,12.870297929926203 +74015,138856,3669,2006,CO-7,House-G,2006_House-G_CO-7,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Ed Perlmutter,14282,DEM,47,54.933076776689994,Rick O'Donnell,14283,REP,47,42.06277884676379,0,12.870297929926203 +64231,118190,3669,2006,CO-7,House-G,2006_House-G_CO-7,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,983,Ed Perlmutter,14282,DEM,51,54.933076776689994,Rick O'Donnell,14283,REP,46,42.06277884676379,5,12.870297929926203 +64412,118493,3669,2006,CO-7,House-G,2006_House-G_CO-7,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Ed Perlmutter,14282,DEM,54,54.933076776689994,Rick O'Donnell,14283,REP,40,42.06277884676379,14,12.870297929926203 +64309,118295,3669,2006,CO-7,House-G,2006_House-G_CO-7,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-30,2006-11-07,8,589,Ed Perlmutter,14282,DEM,54,54.933076776689994,Rick O'Donnell,14283,REP,38,42.06277884676379,16,12.870297929926203 +64177,118084,3671,2006,CT-2,House-G,2006_House-G_CT-2,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-24,2006-11-07,44,400,Joe Courtney,13958,DEM,36,50.01711954391885,Robert R. Simmons,13959,REP,50,49.982880456081155,-14,0.03423908783769747 +24993,138861,3671,2006,CT-2,House-G,2006_House-G_CT-2,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,500,Joe Courtney,13958,DEM,41,50.01711954391885,Robert R. Simmons,13959,REP,44,49.982880456081155,-3,0.03423908783769747 +74018,138860,3671,2006,CT-2,House-G,2006_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,NA,NA,2006-10-15,2006-11-07,23,774,Joe Courtney,13958,DEM,44,50.01711954391885,Robert R. Simmons,13959,REP,46,49.982880456081155,-2,0.03423908783769747 +66734,124495,3671,2006,CT-2,House-G,2006_House-G_CT-2,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2006-10-22,2006-11-07,16,400,Joe Courtney,13958,DEM,43,50.01711954391885,Robert R. Simmons,13959,REP,50,49.982880456081155,-7,0.03423908783769747 +64075,117903,3671,2006,CT-2,House-G,2006_House-G_CT-2,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2006-10-25,2006-11-07,13,400,Joe Courtney,13958,DEM,46,50.01711954391885,Robert R. Simmons,13959,REP,42,49.982880456081155,4,0.03423908783769747 +64232,118191,3671,2006,CT-2,House-G,2006_House-G_CT-2,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,947,Joe Courtney,13958,DEM,51,50.01711954391885,Robert R. Simmons,13959,REP,45,49.982880456081155,6,0.03423908783769747 +64413,118494,3671,2006,CT-2,House-G,2006_House-G_CT-2,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Joe Courtney,13958,DEM,42,50.01711954391885,Robert R. Simmons,13959,REP,47,49.982880456081155,-5,0.03423908783769747 +74023,138865,3673,2006,CT-4,House-G,2006_House-G_CT-4,University of Connecticut,347,TRUE,TRUE,NA,NA,2006-09-28,2006-11-07,40,805,Diane Farrell,14211,DEM,41,47.5794066568111,Christopher H. Shays,14212,REP,46,50.9570900253087,-5,-3.3776833684975998 +24993,138864,3673,2006,CT-4,House-G,2006_House-G_CT-4,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-09-29,2006-11-07,39,501,Diane Farrell,14211,DEM,46,47.5794066568111,Christopher H. Shays,14212,REP,41,50.9570900253087,5,-3.3776833684975998 +74021,138863,3673,2006,CT-4,House-G,2006_House-G_CT-4,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-04,2006-11-07,34,442,Diane Farrell,14211,DEM,37,47.5794066568111,Christopher H. Shays,14212,REP,47,50.9570900253087,-10,-3.3776833684975998 +74020,138862,3673,2006,CT-4,House-G,2006_House-G_CT-4,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2006-10-11,2006-11-07,27,400,Diane Farrell,14211,DEM,44,47.5794066568111,Christopher H. Shays,14212,REP,41,50.9570900253087,3,-3.3776833684975998 +64385,118451,3673,2006,CT-4,House-G,2006_House-G_CT-4,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2006-10-19,2006-11-07,19,805,Diane Farrell,14211,DEM,43,47.5794066568111,Christopher H. Shays,14212,REP,43,50.9570900253087,0,-3.3776833684975998 +64232,118192,3673,2006,CT-4,House-G,2006_House-G_CT-4,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,976,Diane Farrell,14211,DEM,43,47.5794066568111,Christopher H. Shays,14212,REP,52,50.9570900253087,-9,-3.3776833684975998 +64413,118495,3673,2006,CT-4,House-G,2006_House-G_CT-4,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Diane Farrell,14211,DEM,51,47.5794066568111,Christopher H. Shays,14212,REP,44,50.9570900253087,7,-3.3776833684975998 +74026,138868,3674,2006,CT-5,House-G,2006_House-G_CT-5,American Viewpoint,10,FALSE,FALSE,NA,REP,2006-10-01,2006-11-07,37,400,Christopher Murphy,14213,DEM,42,56.46360948375604,Nancy L. Johnson,14214,REP,52,43.53639051624396,-10,12.927218967512076 +74025,138867,3674,2006,CT-5,House-G,2006_House-G_CT-5,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Christopher Murphy,14213,DEM,46,56.46360948375604,Nancy L. Johnson,14214,REP,52,43.53639051624396,-6,12.927218967512076 +74024,138866,3674,2006,CT-5,House-G,2006_House-G_CT-5,Grove Insight,129,FALSE,TRUE,NA,DEM,2006-10-12,2006-11-07,26,400,Christopher Murphy,14213,DEM,45,56.46360948375604,Nancy L. Johnson,14214,REP,40,43.53639051624396,5,12.927218967512076 +64232,118193,3674,2006,CT-5,House-G,2006_House-G_CT-5,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,994,Christopher Murphy,14213,DEM,51,56.46360948375604,Nancy L. Johnson,14214,REP,43,43.53639051624396,8,12.927218967512076 +64386,118452,3674,2006,CT-5,House-G,2006_House-G_CT-5,University of Connecticut,347,TRUE,TRUE,Live Phone,NA,2006-10-26,2006-11-07,12,762,Christopher Murphy,14213,DEM,46,56.46360948375604,Nancy L. Johnson,14214,REP,42,43.53639051624396,4,12.927218967512076 +24250,146211,3675,2006,DE-1,House-G,2006_House-G_DE-1,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2006-09-16,2006-11-07,52,651,Dennis R. Spivack,13912,DEM,22,38.76333961079724,Michael N. Castle,13913,REP,61,57.17140654922247,-39,-18.40806693842523 +64035,117852,3675,2006,DE-1,House-G,2006_House-G_DE-1,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,502,Dennis R. Spivack,13912,DEM,24,38.76333961079724,Michael N. Castle,13913,REP,59,57.17140654922247,-35,-18.40806693842523 +76654,146172,3680,2006,FL-5,House-G,2006_House-G_FL-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-18,2006-11-07,50,572,John T. Russell,16525,DEM,40,40.14997420591053,Virginia Brown-Waite,16526,REP,56,59.85002579408947,-16,-19.700051588178937 +74028,138870,3680,2006,FL-5,House-G,2006_House-G_FL-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-15,2006-11-07,23,482,John T. Russell,16525,DEM,42,40.14997420591053,Virginia Brown-Waite,16526,REP,55,59.85002579408947,-13,-19.700051588178937 +74027,138869,3680,2006,FL-5,House-G,2006_House-G_FL-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-28,2006-11-07,10,495,John T. Russell,16525,DEM,41,40.14997420591053,Virginia Brown-Waite,16526,REP,55,59.85002579408947,-14,-19.700051588178937 +76706,146241,3683,2006,FL-8,House-G,2006_House-G_FL-8,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2006-09-10,2006-11-07,58,503,Charlie Stuart,24044,DEM,39,45.73496486444547,Richard Keller,24045,REP,46,52.790893573629496,-7,-7.055928709184023 +76705,146240,3683,2006,FL-8,House-G,2006_House-G_FL-8,Voter/Consumer Research,371,FALSE,TRUE,NA,REP,2006-09-19,2006-11-07,49,400,Charlie Stuart,24044,DEM,31,45.73496486444547,Richard Keller,24045,REP,50,52.790893573629496,-19,-7.055928709184023 +76650,146168,3684,2006,FL-9,House-G,2006_House-G_FL-9,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-23,2006-11-07,45,491,Phyllis Busansky,14377,DEM,32,44.07830446382714,Gus Michael Bilirakis,14378,REP,61,55.91305968283691,-29,-11.834755219009772 +64296,118282,3684,2006,FL-9,House-G,2006_House-G_FL-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-17,2006-11-07,21,425,Phyllis Busansky,14377,DEM,36,44.07830446382714,Gus Michael Bilirakis,14378,REP,57,55.91305968283691,-21,-11.834755219009772 +64321,118308,3684,2006,FL-9,House-G,2006_House-G_FL-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-02,2006-11-07,5,568,Phyllis Busansky,14377,DEM,41,44.07830446382714,Gus Michael Bilirakis,14378,REP,53,55.91305968283691,-12,-11.834755219009772 +76708,146243,3688,2006,FL-13,House-G,2006_House-G_FL-13,EMC Research,130,FALSE,FALSE,NA,DEM,2006-09-10,2006-11-07,58,400,Christine L. Jennings,13968,DEM,46,49.92256001074506,Vern Buchanan,13969,REP,38,50.077439989254934,8,-0.15487997850987512 +74030,138872,3688,2006,FL-13,House-G,2006_House-G_FL-13,EMC Research,130,FALSE,FALSE,NA,DEM,2006-10-03,2006-11-07,35,400,Christine L. Jennings,13968,DEM,50,49.92256001074506,Vern Buchanan,13969,REP,38,50.077439989254934,12,-0.15487997850987512 +74029,138871,3688,2006,FL-13,House-G,2006_House-G_FL-13,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Christine L. Jennings,13968,DEM,47,49.92256001074506,Vern Buchanan,13969,REP,44,50.077439989254934,3,-0.15487997850987512 +64100,117941,3688,2006,FL-13,House-G,2006_House-G_FL-13,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2006-10-20,2006-11-07,18,400,Christine L. Jennings,13968,DEM,52,49.92256001074506,Vern Buchanan,13969,REP,41,50.077439989254934,11,-0.15487997850987512 +64233,118194,3688,2006,FL-13,House-G,2006_House-G_FL-13,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1005,Christine L. Jennings,13968,DEM,49,49.92256001074506,Vern Buchanan,13969,REP,47,50.077439989254934,2,-0.15487997850987512 +64178,118085,3688,2006,FL-13,House-G,2006_House-G_FL-13,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2006-11-01,2006-11-07,6,450,Christine L. Jennings,13968,DEM,41,49.92256001074506,Vern Buchanan,13969,REP,44,50.077439989254934,-3,-0.15487997850987512 +74031,138873,3691,2006,FL-16,House-G,2006_House-G_FL-16,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-01,2006-11-07,37,442,Tim Mahoney,16527,DEM,50,49.548921389553115,Joe Negron,16528,REP,43,47.65948163389271,7,1.8894397556604048 +76713,146248,3697,2006,FL-22,House-G,2006_House-G_FL-22,Impact Research,14,FALSE,FALSE,NA,DEM,2006-09-19,2006-11-07,49,500,Ron Klein,14196,DEM,43,50.88270405655299,E. Clay Shaw,14198,REP,42,47.12576952786686,1,3.7569345286861306 +74032,138874,3697,2006,FL-22,House-G,2006_House-G_FL-22,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2006-10-22,2006-11-07,16,500,Ron Klein,14196,DEM,48,50.88270405655299,E. Clay Shaw,14198,REP,42,47.12576952786686,6,3.7569345286861306 +74033,138875,3697,2006,FL-22,House-G,2006_House-G_FL-22,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,442,Ron Klein,14196,DEM,41,50.88270405655299,E. Clay Shaw,14198,REP,42,47.12576952786686,-1,3.7569345286861306 +64233,118195,3697,2006,FL-22,House-G,2006_House-G_FL-22,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,961,Ron Klein,14196,DEM,50,50.88270405655299,E. Clay Shaw,14198,REP,48,47.12576952786686,2,3.7569345286861306 +64424,118507,3697,2006,FL-22,House-G,2006_House-G_FL-22,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-11-01,2006-11-07,6,401,Ron Klein,14196,DEM,49,50.88270405655299,E. Clay Shaw,14198,REP,40,47.12576952786686,9,3.7569345286861306 +74034,138876,3699,2006,FL-24,House-G,2006_House-G_FL-24,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-19,2006-11-07,19,402,Clint Curtis,16529,DEM,43,42.05927229497608,Tom Feeney,16530,REP,45,57.94072770502392,-2,-15.881455410047835 +74035,138877,3708,2006,GA-8,House-G,2006_House-G_GA-8,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-05,2006-11-07,33,442,James Marshall,14079,DEM,38,50.54898225208062,Michael Allen Collins,14080,REP,39,49.45101774791939,-1,1.097964504161233 +64144,118018,3708,2006,GA-8,House-G,2006_House-G_GA-8,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2006-10-23,2006-11-07,15,400,James Marshall,14079,DEM,50,50.54898225208062,Michael Allen Collins,14080,REP,34,49.45101774791939,16,1.097964504161233 +74036,138878,3712,2006,GA-12,House-G,2006_House-G_GA-12,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,442,John Barrow,16531,DEM,42,50.30328985242703,Max Burns,16532,REP,39,49.69671014757298,3,0.6065797048540489 +76726,146264,3716,2006,ID-1,House-G,2006_House-G_ID-1,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2006-09-25,2006-11-07,43,400,Larry Grant,13955,DEM,28,45.3682363417317,William T. Sali,13956,REP,34,50.56614809770747,-6,-5.197911755975767 +74037,138880,3716,2006,ID-1,House-G,2006_House-G_ID-1,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Larry Grant,13955,DEM,43,45.3682363417317,William T. Sali,13956,REP,49,50.56614809770747,-6,-5.197911755975767 +55337,117986,3716,2006,ID-1,House-G,2006_House-G_ID-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-24,2006-11-07,14,314,Larry Grant,13955,DEM,37,45.3682363417317,William T. Sali,13956,REP,39,50.56614809770747,-2,-5.197911755975767 +55338,117899,3716,2006,ID-1,House-G,2006_House-G_ID-1,Greg Smith & Associates,128,FALSE,FALSE,Live Phone,NA,2006-10-29,2006-11-07,9,287,Larry Grant,13955,DEM,38,45.3682363417317,William T. Sali,13956,REP,34,50.56614809770747,4,-5.197911755975767 +74046,138912,3723,2006,IL-6,House-G,2006_House-G_IL-6,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Tammy Duckworth,14270,DEM,43,48.64770703035003,Peter J. Roskam,14271,REP,38,51.3506071691476,5,-2.702900138797574 +74045,138911,3723,2006,IL-6,House-G,2006_House-G_IL-6,GQR,126,TRUE,FALSE,NA,DEM,2006-10-08,2006-11-07,30,409,Tammy Duckworth,14270,DEM,51,48.64770703035003,Peter J. Roskam,14271,REP,46,51.3506071691476,5,-2.702900138797574 +74044,138910,3723,2006,IL-6,House-G,2006_House-G_IL-6,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Tammy Duckworth,14270,DEM,47,48.64770703035003,Peter J. Roskam,14271,REP,47,51.3506071691476,0,-2.702900138797574 +74043,138909,3723,2006,IL-6,House-G,2006_House-G_IL-6,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2006-10-16,2006-11-07,22,600,Tammy Duckworth,14270,DEM,39,48.64770703035003,Peter J. Roskam,14271,REP,43,51.3506071691476,-4,-2.702900138797574 +74038,138881,3723,2006,IL-6,House-G,2006_House-G_IL-6,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2006-10-23,2006-11-07,15,400,Tammy Duckworth,14270,DEM,44,48.64770703035003,Peter J. Roskam,14271,REP,43,51.3506071691476,1,-2.702900138797574 +64224,118179,3723,2006,IL-6,House-G,2006_House-G_IL-6,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2006-10-21,2006-11-07,17,500,Tammy Duckworth,14270,DEM,42,48.64770703035003,Peter J. Roskam,14271,REP,46,51.3506071691476,-4,-2.702900138797574 +64234,118197,3723,2006,IL-6,House-G,2006_House-G_IL-6,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,990,Tammy Duckworth,14270,DEM,48,48.64770703035003,Peter J. Roskam,14271,REP,47,51.3506071691476,1,-2.702900138797574 +64414,118496,3723,2006,IL-6,House-G,2006_House-G_IL-6,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Tammy Duckworth,14270,DEM,54,48.64770703035003,Peter J. Roskam,14271,REP,40,51.3506071691476,14,-2.702900138797574 +76729,146271,3725,2006,IL-8,House-G,2006_House-G_IL-8,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2006-09-08,2006-11-07,60,400,Melissa Bean,14268,DEM,47,50.90406447321069,David McSweeney,14269,REP,28,44.01452610227161,19,6.8895383709390785 +74044,138916,3725,2006,IL-8,House-G,2006_House-G_IL-8,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Melissa Bean,14268,DEM,47,50.90406447321069,David McSweeney,14269,REP,44,44.01452610227161,3,6.8895383709390785 +74048,138915,3725,2006,IL-8,House-G,2006_House-G_IL-8,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2006-10-11,2006-11-07,27,600,Melissa Bean,14268,DEM,49,50.90406447321069,David McSweeney,14269,REP,33,44.01452610227161,16,6.8895383709390785 +74043,138914,3725,2006,IL-8,House-G,2006_House-G_IL-8,Market Shares Corp.,187,FALSE,TRUE,NA,NA,2006-10-16,2006-11-07,22,600,Melissa Bean,14268,DEM,50,50.90406447321069,David McSweeney,14269,REP,31,44.01452610227161,19,6.8895383709390785 +74047,118178,3725,2006,IL-8,House-G,2006_House-G_IL-8,Richard Day Research,287,FALSE,TRUE,Live Phone,NA,2006-10-21,2006-11-07,17,500,Melissa Bean,14268,DEM,42,50.90406447321069,David McSweeney,14269,REP,39,44.01452610227161,3,6.8895383709390785 +64234,118198,3725,2006,IL-8,House-G,2006_House-G_IL-8,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1013,Melissa Bean,14268,DEM,50,50.90406447321069,David McSweeney,14269,REP,45,44.01452610227161,5,6.8895383709390785 +74050,138919,3727,2006,IL-10,House-G,2006_House-G_IL-10,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2006-10-08,2006-11-07,30,300,Daniel J. Seals,14284,DEM,32,46.62426808039247,Mark Kirk,14285,REP,57,53.37523737933218,-25,-6.750969298939708 +74044,138918,3727,2006,IL-10,House-G,2006_House-G_IL-10,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Daniel J. Seals,14284,DEM,44,46.62426808039247,Mark Kirk,14285,REP,46,53.37523737933218,-2,-6.750969298939708 +74049,138917,3727,2006,IL-10,House-G,2006_House-G_IL-10,Mellman Group,205,FALSE,FALSE,NA,DEM,2006-10-10,2006-11-07,28,400,Daniel J. Seals,14284,DEM,32,46.62426808039247,Mark Kirk,14285,REP,49,53.37523737933218,-17,-6.750969298939708 +64234,118196,3727,2006,IL-10,House-G,2006_House-G_IL-10,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1008,Daniel J. Seals,14284,DEM,48,46.62426808039247,Mark Kirk,14285,REP,46,53.37523737933218,2,-6.750969298939708 +74044,138920,3731,2006,IL-14,House-G,2006_House-G_IL-14,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Jonathan Laesch,16537,DEM,42,40.2112161668628,J. Dennis Hastert,16538,REP,52,59.7887838331372,-10,-19.577567666274405 +74044,138921,3736,2006,IL-19,House-G,2006_House-G_IL-19,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Danny L. Stover,16539,DEM,36,39.289280395342544,John Shimkus,16540,REP,53,60.710719604657456,-17,-21.42143920931491 +76731,146273,3738,2006,IN-2,House-G,2006_House-G_IN-2,RT Strategies,275,FALSE,TRUE,IVR,NA,2006-09-09,2006-11-07,59,1000,Joe Donnelly,14216,DEM,52,53.97709800324193,Chris Chocola,14217,REP,40,46.02290199675807,12,7.954196006483855 +76688,146212,3738,2006,IN-2,House-G,2006_House-G_IN-2,Mercury Public Affairs,657,FALSE,FALSE,NA,REP,2006-09-17,2006-11-07,51,300,Joe Donnelly,14216,DEM,41,53.97709800324193,Chris Chocola,14217,REP,46,46.02290199675807,-5,7.954196006483855 +64423,118506,3738,2006,IN-2,House-G,2006_House-G_IN-2,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Joe Donnelly,14216,DEM,49,53.97709800324193,Chris Chocola,14217,REP,39,46.02290199675807,10,7.954196006483855 +74053,138924,3738,2006,IN-2,House-G,2006_House-G_IN-2,GQR,126,TRUE,FALSE,NA,DEM,2006-10-04,2006-11-07,34,400,Joe Donnelly,14216,DEM,52,53.97709800324193,Chris Chocola,14217,REP,36,46.02290199675807,16,7.954196006483855 +74052,138923,3738,2006,IN-2,House-G,2006_House-G_IN-2,Mercury Public Affairs,657,FALSE,FALSE,NA,REP,2006-10-09,2006-11-07,29,300,Joe Donnelly,14216,DEM,44.7,53.97709800324193,Chris Chocola,14217,REP,44,46.02290199675807,0.7000000000000028,7.954196006483855 +74051,138922,3738,2006,IN-2,House-G,2006_House-G_IN-2,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Joe Donnelly,14216,DEM,50,53.97709800324193,Chris Chocola,14217,REP,46,46.02290199675807,4,7.954196006483855 +64235,118199,3738,2006,IN-2,House-G,2006_House-G_IN-2,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,977,Joe Donnelly,14216,DEM,48,53.97709800324193,Chris Chocola,14217,REP,45,46.02290199675807,3,7.954196006483855 +64415,118497,3738,2006,IN-2,House-G,2006_House-G_IN-2,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Joe Donnelly,14216,DEM,52,53.97709800324193,Chris Chocola,14217,REP,39,46.02290199675807,13,7.954196006483855 +64248,118225,3743,2006,IN-7,House-G,2006_House-G_IN-7,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2006-10-17,2006-11-07,21,468,Julia M. Carson,14199,DEM,42,53.75609475455578,Eric Dickerson,14200,REP,45,46.24390524544422,-3,7.512189509111565 +76731,146277,3744,2006,IN-8,House-G,2006_House-G_IN-8,RT Strategies,275,FALSE,TRUE,IVR,NA,2006-09-09,2006-11-07,59,1000,Brad Ellsworth,14202,DEM,51,61.017683247719155,John Nathan Hostettler,14203,REP,45,38.982316752280845,6,22.03536649543831 +76734,146276,3744,2006,IN-8,House-G,2006_House-G_IN-8,Indiana State University Department of Multidisciplinary Studies,658,FALSE,TRUE,NA,NA,2006-09-14,2006-11-07,54,603,Brad Ellsworth,14202,DEM,47,61.017683247719155,John Nathan Hostettler,14203,REP,32,38.982316752280845,15,22.03536649543831 +74055,138926,3744,2006,IN-8,House-G,2006_House-G_IN-8,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-04,2006-11-07,34,442,Brad Ellsworth,14202,DEM,46,61.017683247719155,John Nathan Hostettler,14203,REP,34,38.982316752280845,12,22.03536649543831 +74054,138925,3744,2006,IN-8,House-G,2006_House-G_IN-8,Indiana State University Department of Multidisciplinary Studies,658,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,626,Brad Ellsworth,14202,DEM,55,61.017683247719155,John Nathan Hostettler,14203,REP,32,38.982316752280845,23,22.03536649543831 +64235,118200,3744,2006,IN-8,House-G,2006_House-G_IN-8,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1065,Brad Ellsworth,14202,DEM,53,61.017683247719155,John Nathan Hostettler,14203,REP,43,38.982316752280845,10,22.03536649543831 +76731,146279,3745,2006,IN-9,House-G,2006_House-G_IN-9,RT Strategies,275,FALSE,TRUE,IVR,NA,2006-09-09,2006-11-07,59,1000,Baron P. Hill,14204,DEM,53,50.013357542936575,Mike Sodrel,14205,REP,42,45.49216885745464,11,4.521188685481938 +64423,138928,3745,2006,IN-9,House-G,2006_House-G_IN-9,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Baron P. Hill,14204,DEM,46,50.013357542936575,Mike Sodrel,14205,REP,38,45.49216885745464,8,4.521188685481938 +74056,138927,3745,2006,IN-9,House-G,2006_House-G_IN-9,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-07,2006-11-07,31,512,Baron P. Hill,14204,DEM,48,50.013357542936575,Mike Sodrel,14205,REP,46,45.49216885745464,2,4.521188685481938 +64301,118287,3745,2006,IN-9,House-G,2006_House-G_IN-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-21,2006-11-07,17,519,Baron P. Hill,14204,DEM,47,50.013357542936575,Mike Sodrel,14205,REP,43,45.49216885745464,4,4.521188685481938 +64235,118201,3745,2006,IN-9,House-G,2006_House-G_IN-9,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1023,Baron P. Hill,14204,DEM,51,50.013357542936575,Mike Sodrel,14205,REP,43,45.49216885745464,8,4.521188685481938 +64415,118498,3745,2006,IN-9,House-G,2006_House-G_IN-9,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Baron P. Hill,14204,DEM,48,50.013357542936575,Mike Sodrel,14205,REP,46,45.49216885745464,2,4.521188685481938 +64317,118304,3745,2006,IN-9,House-G,2006_House-G_IN-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-01,2006-11-07,6,538,Baron P. Hill,14204,DEM,44,50.013357542936575,Mike Sodrel,14205,REP,46,45.49216885745464,-2,4.521188685481938 +55326,146284,3746,2006,IA-1,House-G,2006_House-G_IA-1,Selzer & Co.,304,TRUE,FALSE,NA,NA,2006-09-12,2006-11-07,56,439,Bruce L. Braley,14312,DEM,44,55.100781769633414,Mike Whalen,14313,REP,37,43.247476840918075,7,11.853304928715339 +74058,138930,3746,2006,IA-1,House-G,2006_House-G_IA-1,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Bruce L. Braley,14312,DEM,34,55.100781769633414,Mike Whalen,14313,REP,47,43.247476840918075,-13,11.853304928715339 +74057,138929,3746,2006,IA-1,House-G,2006_House-G_IA-1,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2006-10-07,2006-11-07,31,400,Bruce L. Braley,14312,DEM,48,55.100781769633414,Mike Whalen,14313,REP,37,43.247476840918075,11,11.853304928715339 +64416,118499,3746,2006,IA-1,House-G,2006_House-G_IA-1,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Bruce L. Braley,14312,DEM,49,55.100781769633414,Mike Whalen,14313,REP,42,43.247476840918075,7,11.853304928715339 +55335,118226,3746,2006,IA-1,House-G,2006_House-G_IA-1,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,515,Bruce L. Braley,14312,DEM,56,55.100781769633414,Mike Whalen,14313,REP,35,43.247476840918075,21,11.853304928715339 +74060,138932,3747,2006,IA-2,House-G,2006_House-G_IA-2,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Dave Loebsack,16542,DEM,48,51.42700224461531,James A. Leach,16543,REP,47,48.57299775538469,1,2.8540044892306184 +74059,138931,3747,2006,IA-2,House-G,2006_House-G_IA-2,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,442,Dave Loebsack,16542,DEM,48,51.42700224461531,James A. Leach,16543,REP,50,48.57299775538469,-2,2.8540044892306184 +74061,138933,3748,2006,IA-3,House-G,2006_House-G_IA-3,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2006-10-20,2006-11-07,18,400,Leonard L. Boswell,14218,DEM,52,51.895267211160025,Jeff Lamberti,14219,REP,32,46.495010803202405,20,5.40025640795762 +76740,146285,3749,2006,IA-4,House-G,2006_House-G_IA-4,Momentum Analysis,214,FALSE,TRUE,NA,DEM,2006-09-17,2006-11-07,51,400,Selden E. Spencer,24099,DEM,37,42.78847962677302,Tom Latham,24100,REP,48,57.21152037322699,-11,-14.423040746453971 +76689,146213,3752,2006,KS-2,House-G,2006_House-G_KS-2,ASA Marketing Group,5,FALSE,TRUE,NA,DEM,2006-09-11,2006-11-07,57,456,Nancy E. Boyda,13812,DEM,42.5,50.60205176403827,Jim R. Ryun,13813,REP,41.2,47.13958911518784,1.2999999999999972,3.4624626488504333 +74068,138941,3752,2006,KS-2,House-G,2006_House-G_KS-2,WPA Intelligence,383,FALSE,FALSE,NA,REP,2006-10-03,2006-11-07,35,300,Nancy E. Boyda,13812,DEM,33,50.60205176403827,Jim R. Ryun,13813,REP,50,47.13958911518784,-17,3.4624626488504333 +74062,138934,3752,2006,KS-2,House-G,2006_House-G_KS-2,ASA Marketing Group,5,FALSE,TRUE,NA,DEM,2006-10-04,2006-11-07,34,638,Nancy E. Boyda,13812,DEM,40,50.60205176403827,Jim R. Ryun,13813,REP,42.6,47.13958911518784,-2.6000000000000014,3.4624626488504333 +74067,138940,3752,2006,KS-2,House-G,2006_House-G_KS-2,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2006-10-07,2006-11-07,31,505,Nancy E. Boyda,13812,DEM,41,50.60205176403827,Jim R. Ryun,13813,REP,45,47.13958911518784,-4,3.4624626488504333 +63839,117542,3752,2006,KS-2,House-G,2006_House-G_KS-2,ASA Marketing Group,5,FALSE,TRUE,Live Phone,DEM,2006-10-27,2006-11-07,11,1002,Nancy E. Boyda,13812,DEM,50,50.60205176403827,Jim R. Ryun,13813,REP,41,47.13958911518784,9,3.4624626488504333 +76652,146170,3754,2006,KS-4,House-G,2006_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-19,2006-11-07,49,458,Garth McGinn,24156,DEM,30,33.93210958096579,Todd Tiahrt,24157,REP,63,63.527048638971216,-33,-29.594939058005423 +76741,146286,3756,2006,KY-2,House-G,2006_House-G_KY-2,EMC Research,130,FALSE,FALSE,NA,DEM,2006-09-24,2006-11-07,44,400,John Michael Weaver,13984,DEM,42,44.594158803157555,Ron Lewis,13985,REP,50,55.405841196842445,-8,-10.81168239368489 +64107,117950,3756,2006,KY-2,House-G,2006_House-G_KY-2,Lauer Johnson Research,167,FALSE,TRUE,Live Phone,DEM,2006-10-28,2006-11-07,10,400,John Michael Weaver,13984,DEM,46,44.594158803157555,Ron Lewis,13985,REP,43,55.405841196842445,3,-10.81168239368489 +64390,118457,3756,2006,KY-2,House-G,2006_House-G_KY-2,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,REP,2006-10-30,2006-11-07,8,450,John Michael Weaver,13984,DEM,36,44.594158803157555,Ron Lewis,13985,REP,50,55.405841196842445,-14,-10.81168239368489 +76645,146163,3757,2006,KY-3,House-G,2006_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,529,John Yarmuth,13999,DEM,44,50.62261070816027,Anne Meagher Northup,14000,REP,50,48.17556258136507,-6,2.4470481267952024 +74070,138943,3757,2006,KY-3,House-G,2006_House-G_KY-3,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,John Yarmuth,13999,DEM,48,50.62261070816027,Anne Meagher Northup,14000,REP,48,48.17556258136507,0,2.4470481267952024 +74069,138942,3757,2006,KY-3,House-G,2006_House-G_KY-3,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2006-10-13,2006-11-07,25,564,John Yarmuth,13999,DEM,44,50.62261070816027,Anne Meagher Northup,14000,REP,45,48.17556258136507,-1,2.4470481267952024 +64297,118283,3757,2006,KY-3,House-G,2006_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-17,2006-11-07,21,536,John Yarmuth,13999,DEM,48,50.62261070816027,Anne Meagher Northup,14000,REP,47,48.17556258136507,1,2.4470481267952024 +64113,117956,3757,2006,KY-3,House-G,2006_House-G_KY-3,Louisville Courier-Journal,174,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,669,John Yarmuth,13999,DEM,42,50.62261070816027,Anne Meagher Northup,14000,REP,48,48.17556258136507,-6,2.4470481267952024 +64236,118202,3757,2006,KY-3,House-G,2006_House-G_KY-3,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1010,John Yarmuth,13999,DEM,52,50.62261070816027,Anne Meagher Northup,14000,REP,46,48.17556258136507,6,2.4470481267952024 +64313,118299,3757,2006,KY-3,House-G,2006_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-31,2006-11-07,7,610,John Yarmuth,13999,DEM,52,50.62261070816027,Anne Meagher Northup,14000,REP,44,48.17556258136507,8,2.4470481267952024 +64324,118311,3757,2006,KY-3,House-G,2006_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,485,John Yarmuth,13999,DEM,50,50.62261070816027,Anne Meagher Northup,14000,REP,45,48.17556258136507,5,2.4470481267952024 +76656,146174,3758,2006,KY-4,House-G,2006_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-17,2006-11-07,51,427,Kenneth R. Lucas,14286,DEM,48,43.37710666269467,Geoff Davis,14287,REP,44,51.6904579351165,4,-8.313351272421826 +74073,138947,3758,2006,KY-4,House-G,2006_House-G_KY-4,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Kenneth R. Lucas,14286,DEM,36,43.37710666269467,Geoff Davis,14287,REP,42,51.6904579351165,-6,-8.313351272421826 +74072,138946,3758,2006,KY-4,House-G,2006_House-G_KY-4,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-06,2006-11-07,32,442,Kenneth R. Lucas,14286,DEM,37,43.37710666269467,Geoff Davis,14287,REP,41,51.6904579351165,-4,-8.313351272421826 +74071,138945,3758,2006,KY-4,House-G,2006_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-08,2006-11-07,30,459,Kenneth R. Lucas,14286,DEM,44,43.37710666269467,Geoff Davis,14287,REP,47,51.6904579351165,-3,-8.313351272421826 +74070,138944,3758,2006,KY-4,House-G,2006_House-G_KY-4,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Kenneth R. Lucas,14286,DEM,46,43.37710666269467,Geoff Davis,14287,REP,49,51.6904579351165,-3,-8.313351272421826 +64302,118288,3758,2006,KY-4,House-G,2006_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-22,2006-11-07,16,466,Kenneth R. Lucas,14286,DEM,44,43.37710666269467,Geoff Davis,14287,REP,46,51.6904579351165,-2,-8.313351272421826 +64236,118203,3758,2006,KY-4,House-G,2006_House-G_KY-4,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,996,Kenneth R. Lucas,14286,DEM,50,43.37710666269467,Geoff Davis,14287,REP,46,51.6904579351165,4,-8.313351272421826 +64417,118500,3758,2006,KY-4,House-G,2006_House-G_KY-4,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Kenneth R. Lucas,14286,DEM,45,43.37710666269467,Geoff Davis,14287,REP,42,51.6904579351165,3,-8.313351272421826 +64324,118312,3758,2006,KY-4,House-G,2006_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,510,Kenneth R. Lucas,14286,DEM,43,43.37710666269467,Geoff Davis,14287,REP,49,51.6904579351165,-6,-8.313351272421826 +74075,138949,3762,2006,LA-2,House-P,2006_House-P_LA-2,Multi-Quest International,220,FALSE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,400,William J. Jefferson,16548,DEM,19,30.07997787845915,Joseph Lavigne,16549,REP,2,13.30589411439389,17,16.77408376406526 +74074,138948,3762,2006,LA-2,House-P,2006_House-P_LA-2,Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,Live Phone,NA,2006-10-23,2006-11-07,15,400,William J. Jefferson,16548,DEM,20,30.07997787845915,Joseph Lavigne,16549,REP,3,13.30589411439389,17,16.77408376406526 +74077,138951,3764,2006,LA-3,House-P,2006_House-P_LA-3,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-26,2006-11-07,42,400,Charlie Melancon,16553,DEM,48,55.03003718890055,Craig F. Romero,16554,REP,24,40.306313310985765,24,14.723723877914786 +74076,138950,3764,2006,LA-3,House-P,2006_House-P_LA-3,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-07,2006-11-07,31,450,Charlie Melancon,16553,DEM,49,55.03003718890055,Craig F. Romero,16554,REP,31,40.306313310985765,18,14.723723877914786 +24230,146214,3769,2006,ME-1,House-G,2006_House-G_ME-1,Digital Research,64,FALSE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,300,Thomas H. Allen,24215,DEM,62,60.838757664945355,Darlene J. Curley,24214,REP,18,31.321377857338597,44,29.51737980760676 +24230,146215,3770,2006,ME-2,House-G,2006_House-G_ME-2,Digital Research,64,FALSE,FALSE,Live Phone,NA,2006-10-20,2006-11-07,18,300,Michael H. Michaud,24217,DEM,62,70.51873470156279,Laurence Scott D'Amboise,24216,REP,25,29.481265298437204,37,41.037469403125584 +74093,138969,3795,2006,MI-7,House-G,2006_House-G_MI-7,Glengariff Group,117,FALSE,FALSE,NA,NA,2006-10-07,2006-11-07,31,600,Sharon Marie Renier,13820,DEM,35,45.98083468693118,Tim Walberg,13821,REP,43,49.93266020748818,-8,-3.9518255205570014 +63848,117551,3795,2006,MI-7,House-G,2006_House-G_MI-7,Basswood Research,24,FALSE,FALSE,Live Phone,REP,2006-10-17,2006-11-07,21,300,Sharon Marie Renier,13820,DEM,27,45.98083468693118,Tim Walberg,13821,REP,44,49.93266020748818,-17,-3.9518255205570014 +74094,138970,3804,2006,MN-1,House-G,2006_House-G_MN-1,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Tim Walz,14288,DEM,47,52.73655936010968,Gilbert W. Gutknecht,14289,REP,48,47.12224453377344,-1,5.614314826336241 +64237,118204,3804,2006,MN-1,House-G,2006_House-G_MN-1,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1042,Tim Walz,14288,DEM,47,52.73655936010968,Gilbert W. Gutknecht,14289,REP,50,47.12224453377344,-3,5.614314826336241 +76648,146166,3805,2006,MN-2,House-G,2006_House-G_MN-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-25,2006-11-07,43,520,Coleen Rowley,16559,DEM,35,40.04371170923109,John Kline,16560,REP,55,56.19501617677428,-20,-16.15130446754319 +74095,138971,3805,2006,MN-2,House-G,2006_House-G_MN-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-15,2006-11-07,23,519,Coleen Rowley,16559,DEM,42,40.04371170923109,John Kline,16560,REP,50,56.19501617677428,-8,-16.15130446754319 +74096,138972,3808,2006,MN-5,House-G,2006_House-G_MN-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-02,2006-11-07,5,806,Keith Ellison,16562,DEM,49,55.5562360915457,Alan Fine,16563,REP,24,21.340111471795183,25,34.216124619750516 +76662,146183,3809,2006,MN-6,House-G,2006_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-16,2006-11-07,52,641,Patty Wetterling,14290,DEM,41,42.07447019736058,Michele Bachmann,14291,REP,50,50.0509616530107,-9,-7.97649145565012 +76769,146353,3809,2006,MN-6,House-G,2006_House-G_MN-6,Feldman Group,93,FALSE,FALSE,NA,DEM,2006-09-20,2006-11-07,48,300,Patty Wetterling,14290,DEM,41,42.07447019736058,Michele Bachmann,14291,REP,44,50.0509616530107,-3,-7.97649145565012 +74100,138977,3809,2006,MN-6,House-G,2006_House-G_MN-6,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Patty Wetterling,14290,DEM,43,42.07447019736058,Michele Bachmann,14291,REP,46,50.0509616530107,-3,-7.97649145565012 +74099,138976,3809,2006,MN-6,House-G,2006_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-07,2006-11-07,31,669,Patty Wetterling,14290,DEM,44,42.07447019736058,Michele Bachmann,14291,REP,47,50.0509616530107,-3,-7.97649145565012 +74094,138975,3809,2006,MN-6,House-G,2006_House-G_MN-6,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Patty Wetterling,14290,DEM,50,42.07447019736058,Michele Bachmann,14291,REP,45,50.0509616530107,5,-7.97649145565012 +24720,138974,3809,2006,MN-6,House-G,2006_House-G_MN-6,Minneapolis Star Tribune,315,FALSE,TRUE,NA,NA,2006-10-08,2006-11-07,30,506,Patty Wetterling,14290,DEM,48,42.07447019736058,Michele Bachmann,14291,REP,40,50.0509616530107,8,-7.97649145565012 +64303,118289,3809,2006,MN-6,House-G,2006_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-23,2006-11-07,15,738,Patty Wetterling,14290,DEM,43,42.07447019736058,Michele Bachmann,14291,REP,49,50.0509616530107,-6,-7.97649145565012 +64237,118205,3809,2006,MN-6,House-G,2006_House-G_MN-6,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1056,Patty Wetterling,14290,DEM,47,42.07447019736058,Michele Bachmann,14291,REP,48,50.0509616530107,-1,-7.97649145565012 +64418,118501,3809,2006,MN-6,House-G,2006_House-G_MN-6,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Patty Wetterling,14290,DEM,42,42.07447019736058,Michele Bachmann,14291,REP,52,50.0509616530107,-10,-7.97649145565012 +64322,118309,3809,2006,MN-6,House-G,2006_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-02,2006-11-07,5,698,Patty Wetterling,14290,DEM,42,42.07447019736058,Michele Bachmann,14291,REP,49,50.0509616530107,-7,-7.97649145565012 +24342,146354,3825,2006,MT-1,House-G,2006_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,625,Monica J. Lindeen,14060,DEM,33,39.12982456140351,Denny Rehberg,14061,REP,53,58.879409048938136,-20,-19.749584487534626 +73156,138978,3825,2006,MT-1,House-G,2006_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,NA,NA,2006-10-12,2006-11-07,26,409,Monica J. Lindeen,14060,DEM,30,39.12982456140351,Denny Rehberg,14061,REP,53,58.879409048938136,-23,-19.749584487534626 +24340,117991,3825,2006,MT-1,House-G,2006_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,625,Monica J. Lindeen,14060,DEM,33,39.12982456140351,Denny Rehberg,14061,REP,57,58.879409048938136,-24,-19.749584487534626 +76770,146355,3826,2006,NE-1,House-G,2006_House-G_NE-1,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-08,2006-11-07,60,350,Maxine B. Moul,14087,DEM,32,41.64436407474382,Jeff Fortenberry,14086,REP,56,58.35563592525618,-24,-16.71127185051236 +64174,118081,3826,2006,NE-1,House-G,2006_House-G_NE-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2006-10-18,2006-11-07,20,350,Maxine B. Moul,14087,DEM,36,41.64436407474382,Jeff Fortenberry,14086,REP,58,58.35563592525618,-22,-16.71127185051236 +64149,118024,3826,2006,NE-1,House-G,2006_House-G_NE-1,Momentum Analysis,214,FALSE,TRUE,Live Phone,DEM,2006-11-01,2006-11-07,6,400,Maxine B. Moul,14087,DEM,38,41.64436407474382,Jeff Fortenberry,14086,REP,43,58.35563592525618,-5,-16.71127185051236 +76773,146358,3828,2006,NE-3,House-G,2006_House-G_NE-3,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-11,2006-11-07,57,400,Scott Kleeb,14133,DEM,24,45.00781200872623,Adrian Smith,14134,REP,51,54.99218799127377,-27,-9.984375982547533 +76772,146357,3828,2006,NE-3,House-G,2006_House-G_NE-3,PSB Research,250,FALSE,FALSE,NA,DEM,2006-09-20,2006-11-07,48,400,Scott Kleeb,14133,DEM,31,45.00781200872623,Adrian Smith,14134,REP,40,54.99218799127377,-9,-9.984375982547533 +64169,118076,3828,2006,NE-3,House-G,2006_House-G_NE-3,PSB Research,250,FALSE,FALSE,Live Phone,DEM,2006-10-29,2006-11-07,9,404,Scott Kleeb,14133,DEM,46,45.00781200872623,Adrian Smith,14134,REP,40,54.99218799127377,6,-9.984375982547533 +24350,146359,3830,2006,NV-2,House-G,2006_House-G_NV-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-20,2006-11-07,48,400,Jill Talbot Derby,14054,DEM,42,44.94293669754731,Dean Heller,14055,REP,45,50.34633299530774,-3,-5.40339629776043 +74101,138979,3830,2006,NV-2,House-G,2006_House-G_NV-2,Mellman Group,205,FALSE,FALSE,NA,DEM,2006-10-14,2006-11-07,24,400,Jill Talbot Derby,14054,DEM,40,44.94293669754731,Dean Heller,14055,REP,40,50.34633299530774,0,-5.40339629776043 +24349,117987,3830,2006,NV-2,House-G,2006_House-G_NV-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,400,Jill Talbot Derby,14054,DEM,39,44.94293669754731,Dean Heller,14055,REP,47,50.34633299530774,-8,-5.40339629776043 +24350,146361,3831,2006,NV-3,House-G,2006_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-09-20,2006-11-07,48,400,Tessa M. Hafen,14056,DEM,37,46.57382962285346,Jon C. Porter,14057,REP,47,48.45600746993777,-10,-1.8821778470843071 +76774,146360,3831,2006,NV-3,House-G,2006_House-G_NV-3,Momentum Analysis,214,FALSE,TRUE,NA,DEM,2006-09-26,2006-11-07,42,400,Tessa M. Hafen,14056,DEM,37,46.57382962285346,Jon C. Porter,14057,REP,41,48.45600746993777,-4,-1.8821778470843071 +64238,118206,3831,2006,NV-3,House-G,2006_House-G_NV-3,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1031,Tessa M. Hafen,14056,DEM,44,46.57382962285346,Jon C. Porter,14057,REP,51,48.45600746993777,-7,-1.8821778470843071 +24349,117988,3831,2006,NV-3,House-G,2006_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,400,Tessa M. Hafen,14056,DEM,39,46.57382962285346,Jon C. Porter,14057,REP,46,48.45600746993777,-7,-1.8821778470843071 +4098,146362,3832,2006,NH-1,House-G,2006_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2006-09-19,2006-11-07,49,265,Carol Shea-Porter,14220,DEM,33,51.274334570749126,Jeb E. Bradley,14221,REP,52,48.644698717263225,-19,2.629635853485901 +55548,139020,3832,2006,NH-1,House-G,2006_House-G_NH-1,Becker Institute,26,FALSE,TRUE,NA,NA,2006-10-07,2006-11-07,31,200,Carol Shea-Porter,14220,DEM,37,51.274334570749126,Jeb E. Bradley,14221,REP,49,48.644698717263225,-12,2.629635853485901 +74112,139019,3832,2006,NH-1,House-G,2006_House-G_NH-1,American Research Group,9,TRUE,FALSE,NA,NA,2006-10-07,2006-11-07,31,442,Carol Shea-Porter,14220,DEM,37,51.274334570749126,Jeb E. Bradley,14221,REP,49,48.644698717263225,-12,2.629635853485901 +74106,138988,3832,2006,NH-1,House-G,2006_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,340,Carol Shea-Porter,14220,DEM,42,51.274334570749126,Jeb E. Bradley,14221,REP,47,48.644698717263225,-5,2.629635853485901 +55551,118438,3832,2006,NH-1,House-G,2006_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2006-11-04,2006-11-07,3,331,Carol Shea-Porter,14220,DEM,40,51.274334570749126,Jeb E. Bradley,14221,REP,49,48.644698717263225,-9,2.629635853485901 +4098,146364,3833,2006,NH-2,House-G,2006_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2006-09-19,2006-11-07,49,248,Paul W. Hodes,14222,DEM,36,52.713144474822094,Charles Bass,14223,REP,46,45.60913656370582,-10,7.104007911116277 +55548,139018,3833,2006,NH-2,House-G,2006_House-G_NH-2,Becker Institute,26,FALSE,TRUE,NA,NA,2006-10-07,2006-11-07,31,200,Paul W. Hodes,14222,DEM,48,52.713144474822094,Charles Bass,14223,REP,39,45.60913656370582,9,7.104007911116277 +74112,139017,3833,2006,NH-2,House-G,2006_House-G_NH-2,American Research Group,9,TRUE,FALSE,NA,NA,2006-10-07,2006-11-07,31,442,Paul W. Hodes,14222,DEM,42,52.713144474822094,Charles Bass,14223,REP,48,45.60913656370582,-6,7.104007911116277 +64239,118207,3833,2006,NH-2,House-G,2006_House-G_NH-2,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,988,Paul W. Hodes,14222,DEM,50,52.713144474822094,Charles Bass,14223,REP,47,45.60913656370582,3,7.104007911116277 +74106,138993,3833,2006,NH-2,House-G,2006_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,320,Paul W. Hodes,14222,DEM,45,52.713144474822094,Charles Bass,14223,REP,45,45.60913656370582,0,7.104007911116277 +74107,138994,3833,2006,NH-2,House-G,2006_House-G_NH-2,American Research Group,9,TRUE,FALSE,Live Phone,REP,2006-10-31,2006-11-07,7,619,Paul W. Hodes,14222,DEM,44,52.713144474822094,Charles Bass,14223,REP,47,45.60913656370582,-3,7.104007911116277 +55551,138989,3833,2006,NH-2,House-G,2006_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2006-11-04,2006-11-07,3,304,Paul W. Hodes,14222,DEM,48,52.713144474822094,Charles Bass,14223,REP,48,45.60913656370582,0,7.104007911116277 +74114,139022,3840,2006,NJ-7,House-G,2006_House-G_NJ-7,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Linda Stender,14292,DEM,46,47.94876302900917,Michael Ferguson,14293,REP,48,49.42810498555821,-2,-1.4793419565490353 +74113,139021,3840,2006,NJ-7,House-G,2006_House-G_NJ-7,Tarrance Group,333,FALSE,FALSE,NA,NA,2006-10-10,2006-11-07,28,442,Linda Stender,14292,DEM,33,47.94876302900917,Michael Ferguson,14293,REP,48,49.42810498555821,-15,-1.4793419565490353 +64240,118208,3840,2006,NJ-7,House-G,2006_House-G_NJ-7,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1013,Linda Stender,14292,DEM,43,47.94876302900917,Michael Ferguson,14293,REP,46,49.42810498555821,-3,-1.4793419565490353 +76653,146171,3847,2006,NM-1,House-G,2006_House-G_NM-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-19,2006-11-07,49,503,Patricia A. Madrid,14141,DEM,46,49.796078840041496,Heather A. Wilson,14142,REP,51,50.20392115995851,-5,-0.407842319917016 +24679,146366,3847,2006,NM-1,House-G,2006_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,442,Patricia A. Madrid,14141,DEM,44,49.796078840041496,Heather A. Wilson,14142,REP,44,50.20392115995851,0,-0.407842319917016 +74117,139026,3847,2006,NM-1,House-G,2006_House-G_NM-1,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Patricia A. Madrid,14141,DEM,50,49.796078840041496,Heather A. Wilson,14142,REP,40,50.20392115995851,10,-0.407842319917016 +74116,139025,3847,2006,NM-1,House-G,2006_House-G_NM-1,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,442,Patricia A. Madrid,14141,DEM,52,49.796078840041496,Heather A. Wilson,14142,REP,44,50.20392115995851,8,-0.407842319917016 +74115,139024,3847,2006,NM-1,House-G,2006_House-G_NM-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-14,2006-11-07,24,470,Patricia A. Madrid,14141,DEM,53,49.796078840041496,Heather A. Wilson,14142,REP,45,50.20392115995851,8,-0.407842319917016 +64196,118110,3847,2006,NM-1,House-G,2006_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2006-10-18,2006-11-07,20,168,Patricia A. Madrid,14141,DEM,45,49.796078840041496,Heather A. Wilson,14142,REP,42,50.20392115995851,3,-0.407842319917016 +64175,118082,3847,2006,NM-1,House-G,2006_House-G_NM-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2006-10-23,2006-11-07,15,450,Patricia A. Madrid,14141,DEM,48,49.796078840041496,Heather A. Wilson,14142,REP,45,50.20392115995851,3,-0.407842319917016 +64419,118502,3847,2006,NM-1,House-G,2006_House-G_NM-1,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Patricia A. Madrid,14141,DEM,53,49.796078840041496,Heather A. Wilson,14142,REP,44,50.20392115995851,9,-0.407842319917016 +64197,118111,3847,2006,NM-1,House-G,2006_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,503,Patricia A. Madrid,14141,DEM,49,49.796078840041496,Heather A. Wilson,14142,REP,45,50.20392115995851,4,-0.407842319917016 +64179,118086,3847,2006,NM-1,House-G,2006_House-G_NM-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2006-11-01,2006-11-07,6,450,Patricia A. Madrid,14141,DEM,46,49.796078840041496,Heather A. Wilson,14142,REP,48,50.20392115995851,-2,-0.407842319917016 +64325,118313,3847,2006,NM-1,House-G,2006_House-G_NM-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,688,Patricia A. Madrid,14141,DEM,50,49.796078840041496,Heather A. Wilson,14142,REP,48,50.20392115995851,2,-0.407842319917016 +24679,146369,3848,2006,NM-2,House-G,2006_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,400,Albert D. Kissling,16569,DEM,27,40.493603808204064,Stevan Pearce,16570,REP,58,59.419787777307306,-31,-18.926183969103242 +64197,139027,3848,2006,NM-2,House-G,2006_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,168,Albert D. Kissling,16569,DEM,33,40.493603808204064,Stevan Pearce,16570,REP,59,59.419787777307306,-26,-18.926183969103242 +24679,146371,3849,2006,NM-3,House-G,2006_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,400,Tom Udall,16571,DEM,68,74.64232170181197,Ronald M. Dolin,16572,REP,20,25.35767829818803,48,49.28464340362393 +64197,139028,3849,2006,NM-3,House-G,2006_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,168,Tom Udall,16571,DEM,71,74.64232170181197,Ronald M. Dolin,16572,REP,20,25.35767829818803,51,49.28464340362393 +74118,139029,3852,2006,NY-3,House-G,2006_House-G_NY-3,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,David L. Mejias,14297,DEM,46,39.48237343133646,Peter King,14298,REP,48,45.05414189374815,-2,-5.57176846241169 +64241,118213,3852,2006,NY-3,House-G,2006_House-G_NY-3,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,982,David L. Mejias,14297,DEM,44,39.48237343133646,Peter King,14298,REP,51,45.05414189374815,-7,-5.57176846241169 +76776,146373,3868,2006,NY-19,House-G,2006_House-G_NY-19,Abacus Associates,6,FALSE,TRUE,NA,DEM,2006-09-16,2006-11-07,52,400,John Hall,13796,DEM,44,47.791551904377755,Sue W. Kelly,13797,REP,49,37.97060494245576,-5,9.820946961921997 +74118,139030,3868,2006,NY-19,House-G,2006_House-G_NY-19,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,John Hall,13796,DEM,49,47.791551904377755,Sue W. Kelly,13797,REP,40,37.97060494245576,9,9.820946961921997 +63824,117519,3868,2006,NY-19,House-G,2006_House-G_NY-19,Abacus Associates,6,FALSE,TRUE,Live Phone,DEM,2006-10-22,2006-11-07,16,400,John Hall,13796,DEM,46,47.791551904377755,Sue W. Kelly,13797,REP,48,37.97060494245576,-2,9.820946961921997 +64241,118209,3868,2006,NY-19,House-G,2006_House-G_NY-19,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,944,John Hall,13796,DEM,49,47.791551904377755,Sue W. Kelly,13797,REP,47,37.97060494245576,2,9.820946961921997 +74118,139032,3869,2006,NY-20,House-G,2006_House-G_NY-20,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Kirsten E. Gillibrand,13928,DEM,54,46.51040147662215,John E. Sweeney,13929,REP,41,37.591939305076686,13,8.918462171545464 +74119,139031,3869,2006,NY-20,House-G,2006_House-G_NY-20,Grove Insight,129,FALSE,TRUE,NA,DEM,2006-10-13,2006-11-07,25,400,Kirsten E. Gillibrand,13928,DEM,41,46.51040147662215,John E. Sweeney,13929,REP,42,37.591939305076686,-1,8.918462171545464 +64249,118227,3869,2006,NY-20,House-G,2006_House-G_NY-20,Siena College,305,TRUE,FALSE,Live Phone,NA,2006-10-16,2006-11-07,22,628,Kirsten E. Gillibrand,13928,DEM,39,46.51040147662215,John E. Sweeney,13929,REP,53,37.591939305076686,-14,8.918462171545464 +64054,117878,3869,2006,NY-20,House-G,2006_House-G_NY-20,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2006-10-17,2006-11-07,21,404,Kirsten E. Gillibrand,13928,DEM,44,46.51040147662215,John E. Sweeney,13929,REP,42,37.591939305076686,2,8.918462171545464 +64072,117900,3869,2006,NY-20,House-G,2006_House-G_NY-20,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2006-10-24,2006-11-07,14,400,Kirsten E. Gillibrand,13928,DEM,43,46.51040147662215,John E. Sweeney,13929,REP,40,37.591939305076686,3,8.918462171545464 +64241,118210,3869,2006,NY-20,House-G,2006_House-G_NY-20,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1040,Kirsten E. Gillibrand,13928,DEM,53,46.51040147662215,John E. Sweeney,13929,REP,42,37.591939305076686,11,8.918462171545464 +64250,118228,3869,2006,NY-20,House-G,2006_House-G_NY-20,Siena College,305,TRUE,FALSE,Live Phone,NA,2006-11-01,2006-11-07,6,628,Kirsten E. Gillibrand,13928,DEM,46,46.51040147662215,John E. Sweeney,13929,REP,43,37.591939305076686,3,8.918462171545464 +74118,139033,3873,2006,NY-24,House-G,2006_House-G_NY-24,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Michael A. Arcuri,16573,DEM,53,44.70169562486917,Raymond A. Meier,16574,REP,42,38.717000441932406,11,5.984695182936761 +76777,146374,3874,2006,NY-25,House-G,2006_House-G_NY-25,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2006-09-20,2006-11-07,48,408,Daniel B. Maffei,13824,DEM,40,44.25874682703433,James T. Walsh,13825,REP,44,40.11552454566651,-4,4.1432222813678194 +74118,139035,3874,2006,NY-25,House-G,2006_House-G_NY-25,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Daniel B. Maffei,13824,DEM,51,44.25874682703433,James T. Walsh,13825,REP,43,40.11552454566651,8,4.1432222813678194 +63853,117556,3874,2006,NY-25,House-G,2006_House-G_NY-25,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2006-10-25,2006-11-07,13,400,Daniel B. Maffei,13824,DEM,42,44.25874682703433,James T. Walsh,13825,REP,44,40.11552454566651,-2,4.1432222813678194 +64241,118211,3874,2006,NY-25,House-G,2006_House-G_NY-25,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1020,Daniel B. Maffei,13824,DEM,53,44.25874682703433,James T. Walsh,13825,REP,44,40.11552454566651,9,4.1432222813678194 +74120,139034,3874,2006,NY-25,House-G,2006_House-G_NY-25,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-28,2006-11-07,10,500,Daniel B. Maffei,13824,DEM,45,44.25874682703433,James T. Walsh,13825,REP,41,40.11552454566651,4,4.1432222813678194 +64105,117948,3874,2006,NY-25,House-G,2006_House-G_NY-25,Jeffrey Stonecash,158,FALSE,TRUE,Live Phone,REP,2006-10-29,2006-11-07,9,750,Daniel B. Maffei,13824,DEM,36,44.25874682703433,James T. Walsh,13825,REP,49,40.11552454566651,-13,4.1432222813678194 +76647,146165,3875,2006,NY-26,House-G,2006_House-G_NY-26,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-26,2006-11-07,42,491,Jack Davis,14379,DEM,43,38.01727063278027,Thomas M. Reynolds,14380,REP,45,42.0411316104374,-2,-4.0238609776571295 +74122,139038,3875,2006,NY-26,House-G,2006_House-G_NY-26,GQR,126,TRUE,FALSE,NA,DEM,2006-10-03,2006-11-07,35,522,Jack Davis,14379,DEM,50,38.01727063278027,Thomas M. Reynolds,14380,REP,42,42.0411316104374,8,-4.0238609776571295 +74123,139039,3875,2006,NY-26,House-G,2006_House-G_NY-26,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-03,2006-11-07,35,482,Jack Davis,14379,DEM,50,38.01727063278027,Thomas M. Reynolds,14380,REP,45,42.0411316104374,5,-4.0238609776571295 +74121,139037,3875,2006,NY-26,House-G,2006_House-G_NY-26,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-04,2006-11-07,34,402,Jack Davis,14379,DEM,48,38.01727063278027,Thomas M. Reynolds,14380,REP,33,42.0411316104374,15,-4.0238609776571295 +74118,139036,3875,2006,NY-26,House-G,2006_House-G_NY-26,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Jack Davis,14379,DEM,56,38.01727063278027,Thomas M. Reynolds,14380,REP,40,42.0411316104374,16,-4.0238609776571295 +64298,118284,3875,2006,NY-26,House-G,2006_House-G_NY-26,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-17,2006-11-07,21,419,Jack Davis,14379,DEM,46,38.01727063278027,Thomas M. Reynolds,14380,REP,49,42.0411316104374,-3,-4.0238609776571295 +64305,118291,3875,2006,NY-26,House-G,2006_House-G_NY-26,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-26,2006-11-07,12,411,Jack Davis,14379,DEM,45,38.01727063278027,Thomas M. Reynolds,14380,REP,50,42.0411316104374,-5,-4.0238609776571295 +64425,118508,3875,2006,NY-26,House-G,2006_House-G_NY-26,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-31,2006-11-07,7,403,Jack Davis,14379,DEM,46,38.01727063278027,Thomas M. Reynolds,14380,REP,47,42.0411316104374,-1,-4.0238609776571295 +64323,118310,3875,2006,NY-26,House-G,2006_House-G_NY-26,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-02,2006-11-07,5,470,Jack Davis,14379,DEM,46,38.01727063278027,Thomas M. Reynolds,14380,REP,50,42.0411316104374,-4,-4.0238609776571295 +74118,139040,3878,2006,NY-29,House-G,2006_House-G_NY-29,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Eric J. Massa,14294,DEM,52,43.64286373281668,John R. Kuhl,14296,REP,40,42.15471907002491,12,1.4881446627917683 +64241,118212,3878,2006,NY-29,House-G,2006_House-G_NY-29,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1004,Eric J. Massa,14294,DEM,53,43.64286373281668,John R. Kuhl,14296,REP,42,42.15471907002491,11,1.4881446627917683 +74125,139042,3886,2006,NC-8,House-G,2006_House-G_NC-8,OnPoint,240,FALSE,TRUE,NA,NA,2006-10-04,2006-11-07,34,594,Lawrence Webb Kissell,14139,DEM,46,49.864634678209065,Robert C. Hayes,14140,REP,47,50.135365321790935,-1,-0.2707306435818708 +74124,139041,3886,2006,NC-8,House-G,2006_House-G_NC-8,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Lawrence Webb Kissell,14139,DEM,51,49.864634678209065,Robert C. Hayes,14140,REP,44,50.135365321790935,7,-0.2707306435818708 +64173,118080,3886,2006,NC-8,House-G,2006_House-G_NC-8,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2006-10-16,2006-11-07,22,400,Lawrence Webb Kissell,14139,DEM,33,49.864634678209065,Robert C. Hayes,14140,REP,49,50.135365321790935,-16,-0.2707306435818708 +64242,118215,3886,2006,NC-8,House-G,2006_House-G_NC-8,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,999,Lawrence Webb Kissell,14139,DEM,48,49.864634678209065,Robert C. Hayes,14140,REP,44,50.135365321790935,4,-0.2707306435818708 +74129,139047,3889,2006,NC-11,House-G,2006_House-G_NC-11,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,442,Joseph Heath Shuler,14299,DEM,51,53.79443339617931,Charles H. Taylor,14300,REP,40,46.20556660382069,11,7.5888667923586155 +74124,139046,3889,2006,NC-11,House-G,2006_House-G_NC-11,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Joseph Heath Shuler,14299,DEM,51,53.79443339617931,Charles H. Taylor,14300,REP,43,46.20556660382069,8,7.5888667923586155 +74127,139044,3889,2006,NC-11,House-G,2006_House-G_NC-11,OnPoint,240,FALSE,TRUE,IVR,NA,2006-10-17,2006-11-07,21,684,Joseph Heath Shuler,14299,DEM,51,53.79443339617931,Charles H. Taylor,14300,REP,43,46.20556660382069,8,7.5888667923586155 +64242,118214,3889,2006,NC-11,House-G,2006_House-G_NC-11,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1002,Joseph Heath Shuler,14299,DEM,53,53.79443339617931,Charles H. Taylor,14300,REP,44,46.20556660382069,9,7.5888667923586155 +64420,118503,3889,2006,NC-11,House-G,2006_House-G_NC-11,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Joseph Heath Shuler,14299,DEM,48,53.79443339617931,Charles H. Taylor,14300,REP,43,46.20556660382069,5,7.5888667923586155 +74126,139043,3889,2006,NC-11,House-G,2006_House-G_NC-11,OnPoint,240,FALSE,TRUE,IVR,NA,2006-11-01,2006-11-07,6,834,Joseph Heath Shuler,14299,DEM,52,53.79443339617931,Charles H. Taylor,14300,REP,43,46.20556660382069,9,7.5888667923586155 +64079,117907,3893,2006,OH-1,House-G,2006_House-G_OH-1,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2006-10-26,2006-11-07,12,400,John Cranley,13960,DEM,49,47.751453545860855,Steve Chabot,13961,REP,40,52.248546454139145,9,-4.49709290827829 +64243,118216,3893,2006,OH-1,House-G,2006_House-G_OH-1,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,999,John Cranley,13960,DEM,48,47.751453545860855,Steve Chabot,13961,REP,46,52.248546454139145,2,-4.49709290827829 +76655,146173,3894,2006,OH-2,House-G,2006_House-G_OH-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-18,2006-11-07,50,497,Victoria Wells Wulsin,14303,DEM,42,49.392853692650824,Jean Schmidt,14304,REP,45,50.450056913403415,-3,-1.0572032207525908 +74131,139049,3894,2006,OH-2,House-G,2006_House-G_OH-2,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Victoria Wells Wulsin,14303,DEM,48,49.392853692650824,Jean Schmidt,14304,REP,45,50.450056913403415,3,-1.0572032207525908 +74130,139048,3894,2006,OH-2,House-G,2006_House-G_OH-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-15,2006-11-07,23,555,Victoria Wells Wulsin,14303,DEM,40,49.392853692650824,Jean Schmidt,14304,REP,48,50.450056913403415,-8,-1.0572032207525908 +64243,118218,3894,2006,OH-2,House-G,2006_House-G_OH-2,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,972,Victoria Wells Wulsin,14303,DEM,46,49.392853692650824,Jean Schmidt,14304,REP,51,50.450056913403415,-5,-1.0572032207525908 +64310,118296,3894,2006,OH-2,House-G,2006_House-G_OH-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-30,2006-11-07,8,618,Victoria Wells Wulsin,14303,DEM,48,49.392853692650824,Jean Schmidt,14304,REP,45,50.450056913403415,3,-1.0572032207525908 +76787,146384,3898,2006,OH-6,House-G,2006_House-G_OH-6,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2006-09-26,2006-11-07,42,504,Charles A. Wilson,14381,DEM,51,62.07912997308629,Charles R. Blasdel,14382,REP,25,37.92087002691371,26,24.158259946172578 +76646,146164,3898,2006,OH-6,House-G,2006_House-G_OH-6,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,516,Charles A. Wilson,14381,DEM,54,62.07912997308629,Charles R. Blasdel,14382,REP,41,37.92087002691371,13,24.158259946172578 +74132,139050,3898,2006,OH-6,House-G,2006_House-G_OH-6,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-03,2006-11-07,35,442,Charles A. Wilson,14381,DEM,47,62.07912997308629,Charles R. Blasdel,14382,REP,29,37.92087002691371,18,24.158259946172578 +64299,118285,3898,2006,OH-6,House-G,2006_House-G_OH-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-17,2006-11-07,21,570,Charles A. Wilson,14381,DEM,64,62.07912997308629,Charles R. Blasdel,14382,REP,32,37.92087002691371,32,24.158259946172578 +64318,118305,3898,2006,OH-6,House-G,2006_House-G_OH-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-01,2006-11-07,6,541,Charles A. Wilson,14381,DEM,58,62.07912997308629,Charles R. Blasdel,14382,REP,39,37.92087002691371,19,24.158259946172578 +64243,118217,3904,2006,OH-12,House-G,2006_House-G_OH-12,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1002,Robert Shamansky,14301,DEM,46,42.69756448060183,Patrick J. Tiberi,14302,REP,51,57.302435519398166,-5,-14.60487103879634 +64065,117892,3905,2006,OH-13,House-G,2006_House-G_OH-13,GQR,126,TRUE,FALSE,Live Phone,DEM,2006-10-17,2006-11-07,21,506,Betty Sutton,13941,DEM,56,61.21970924485808,L. Craig Foltin,13942,REP,33,38.78029075514193,23,22.439418489716154 +74131,139051,3907,2006,OH-15,House-G,2006_House-G_OH-15,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Mary Jo Kilroy,16575,DEM,53,49.71686607697434,Deborah D. Pryce,16576,REP,41,50.19517878921144,12,-0.4783127122370985 +76794,146391,3910,2006,OH-18,House-G,2006_House-G_OH-18,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-11,2006-11-07,57,400,Zachary T. Space,14474,DEM,40,62.05978794188746,Joy Padgett,14475,REP,38,37.940212058112536,2,24.11957588377492 +76793,146390,3910,2006,OH-18,House-G,2006_House-G_OH-18,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2006-09-17,2006-11-07,51,504,Zachary T. Space,14474,DEM,45,62.05978794188746,Joy Padgett,14475,REP,31,37.940212058112536,14,24.11957588377492 +74134,139054,3910,2006,OH-18,House-G,2006_House-G_OH-18,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Zachary T. Space,14474,DEM,45,62.05978794188746,Joy Padgett,14475,REP,36,37.940212058112536,9,24.11957588377492 +74131,139053,3910,2006,OH-18,House-G,2006_House-G_OH-18,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Zachary T. Space,14474,DEM,51,62.05978794188746,Joy Padgett,14475,REP,42,37.940212058112536,9,24.11957588377492 +74133,139052,3910,2006,OH-18,House-G,2006_House-G_OH-18,GQR,126,TRUE,FALSE,NA,DEM,2006-10-10,2006-11-07,28,400,Zachary T. Space,14474,DEM,48,62.05978794188746,Joy Padgett,14475,REP,41,37.940212058112536,7,24.11957588377492 +64421,118504,3910,2006,OH-18,House-G,2006_House-G_OH-18,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Zachary T. Space,14474,DEM,53,62.05978794188746,Joy Padgett,14475,REP,33,37.940212058112536,20,24.11957588377492 +74135,139055,3915,2006,OK-5,House-G,2006_House-G_OK-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-09,2006-11-07,29,435,David Hunter,14389,DEM,33,37.29693778578357,Mary Fallin,14388,REP,62,60.37744215047803,-29,-23.080504364694463 +64311,118297,3915,2006,OK-5,House-G,2006_House-G_OK-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-30,2006-11-07,8,430,David Hunter,14389,DEM,37,37.29693778578357,Mary Fallin,14388,REP,59,60.37744215047803,-22,-23.080504364694463 +76796,146393,3924,2006,PA-4,House-G,2006_House-G_PA-4,Impact Research,14,FALSE,FALSE,NA,DEM,2006-09-19,2006-11-07,49,400,Jason Altmire,14143,DEM,44,51.89110687804034,Melissa A. Hart,14144,REP,48,48.03490184348483,-4,3.856205034555508 +64367,118419,3924,2006,PA-4,House-G,2006_House-G_PA-4,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,400,Jason Altmire,14143,DEM,42,51.89110687804034,Melissa A. Hart,14144,REP,46,48.03490184348483,-4,3.856205034555508 +64176,118083,3924,2006,PA-4,House-G,2006_House-G_PA-4,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,"DEM,REP",2006-10-23,2006-11-07,15,400,Jason Altmire,14143,DEM,38,51.89110687804034,Melissa A. Hart,14144,REP,50,48.03490184348483,-12,3.856205034555508 +64244,118219,3924,2006,PA-4,House-G,2006_House-G_PA-4,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1008,Jason Altmire,14143,DEM,47,51.89110687804034,Melissa A. Hart,14144,REP,51,48.03490184348483,-4,3.856205034555508 +76800,146398,3926,2006,PA-6,House-G,2006_House-G_PA-6,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-13,2006-11-07,55,400,Lois Murphy,14305,DEM,36,49.33978965342619,Jim Gerlach,14306,REP,47,50.660210346573805,-11,-1.320420693147618 +76799,146397,3926,2006,PA-6,House-G,2006_House-G_PA-6,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2006-09-22,2006-11-07,46,349,Lois Murphy,14305,DEM,41,49.33978965342619,Jim Gerlach,14306,REP,44,50.660210346573805,-3,-1.320420693147618 +76798,146395,3926,2006,PA-6,House-G,2006_House-G_PA-6,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-25,2006-11-07,43,400,Lois Murphy,14305,DEM,39,49.33978965342619,Jim Gerlach,14306,REP,51,50.660210346573805,-12,-1.320420693147618 +74139,139059,3926,2006,PA-6,House-G,2006_House-G_PA-6,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,442,Lois Murphy,14305,DEM,43,49.33978965342619,Jim Gerlach,14306,REP,41,50.660210346573805,2,-1.320420693147618 +74138,139058,3926,2006,PA-6,House-G,2006_House-G_PA-6,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-03,2006-11-07,35,442,Lois Murphy,14305,DEM,43,49.33978965342619,Jim Gerlach,14306,REP,42,50.660210346573805,1,-1.320420693147618 +74137,139057,3926,2006,PA-6,House-G,2006_House-G_PA-6,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Lois Murphy,14305,DEM,52,49.33978965342619,Jim Gerlach,14306,REP,46,50.660210346573805,6,-1.320420693147618 +74136,139056,3926,2006,PA-6,House-G,2006_House-G_PA-6,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2006-10-22,2006-11-07,16,404,Lois Murphy,14305,DEM,47,49.33978965342619,Jim Gerlach,14306,REP,44,50.660210346573805,3,-1.320420693147618 +64244,118220,3926,2006,PA-6,House-G,2006_House-G_PA-6,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1006,Lois Murphy,14305,DEM,51,49.33978965342619,Jim Gerlach,14306,REP,46,50.660210346573805,5,-1.320420693147618 +64410,118491,3926,2006,PA-6,House-G,2006_House-G_PA-6,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Lois Murphy,14305,DEM,49,49.33978965342619,Jim Gerlach,14306,REP,44,50.660210346573805,5,-1.320420693147618 +76803,146402,3927,2006,PA-7,House-G,2006_House-G_PA-7,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2006-09-12,2006-11-07,56,400,Joe Sestak,13822,DEM,33,56.35626481324828,W. Curtis Weldon,13823,REP,52,43.6018198861428,-19,12.754444927105482 +76802,146400,3927,2006,PA-7,House-G,2006_House-G_PA-7,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2006-09-24,2006-11-07,44,363,Joe Sestak,13822,DEM,45,56.35626481324828,W. Curtis Weldon,13823,REP,44,43.6018198861428,1,12.754444927105482 +74137,139061,3927,2006,PA-7,House-G,2006_House-G_PA-7,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Joe Sestak,13822,DEM,52,56.35626481324828,W. Curtis Weldon,13823,REP,44,43.6018198861428,8,12.754444927105482 +63851,117554,3927,2006,PA-7,House-G,2006_House-G_PA-7,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2006-10-24,2006-11-07,14,400,Joe Sestak,13822,DEM,50,56.35626481324828,W. Curtis Weldon,13823,REP,43,43.6018198861428,7,12.754444927105482 +64244,139060,3927,2006,PA-7,House-G,2006_House-G_PA-7,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,442,Joe Sestak,13822,DEM,51,56.35626481324828,W. Curtis Weldon,13823,REP,44,43.6018198861428,7,12.754444927105482 +74140,139062,3928,2006,PA-8,House-G,2006_House-G_PA-8,Grove Insight,129,FALSE,TRUE,NA,DEM,2006-10-15,2006-11-07,23,400,Patrick J. Murphy,13922,DEM,44,50.299219028328736,Michael G. Fitzpatrick,13923,REP,40,49.69157423233807,4,0.6076447959906659 +64047,117865,3928,2006,PA-8,House-G,2006_House-G_PA-8,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,336,Patrick J. Murphy,13922,DEM,39,50.299219028328736,Michael G. Fitzpatrick,13923,REP,48,49.69157423233807,-9,0.6076447959906659 +64244,118221,3928,2006,PA-8,House-G,2006_House-G_PA-8,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,994,Patrick J. Murphy,13922,DEM,50,50.299219028328736,Michael G. Fitzpatrick,13923,REP,47,49.69157423233807,3,0.6076447959906659 +64158,118060,3928,2006,PA-8,House-G,2006_House-G_PA-8,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2006-10-26,2006-11-07,12,421,Patrick J. Murphy,13922,DEM,42,50.299219028328736,Michael G. Fitzpatrick,13923,REP,47,49.69157423233807,-5,0.6076447959906659 +64055,117879,3928,2006,PA-8,House-G,2006_House-G_PA-8,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2006-10-29,2006-11-07,9,400,Patrick J. Murphy,13922,DEM,46,50.299219028328736,Michael G. Fitzpatrick,13923,REP,41,49.69157423233807,5,0.6076447959906659 +76806,146405,3930,2006,PA-10,House-G,2006_House-G_PA-10,Lycoming College Polling Institute,176,FALSE,TRUE,NA,NA,2006-09-26,2006-11-07,42,804,Christopher P. Carney,13920,DEM,47,52.89590869132884,Donald L. Sherwood,13921,REP,38,47.00993884893814,9,5.8859698423907005 +74142,139067,3930,2006,PA-10,House-G,2006_House-G_PA-10,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2006-10-08,2006-11-07,30,400,Christopher P. Carney,13920,DEM,51,52.89590869132884,Donald L. Sherwood,13921,REP,37,47.00993884893814,14,5.8859698423907005 +74141,139066,3930,2006,PA-10,House-G,2006_House-G_PA-10,Momentum Analysis,214,FALSE,TRUE,NA,DEM,2006-10-10,2006-11-07,28,400,Christopher P. Carney,13920,DEM,52,52.89590869132884,Donald L. Sherwood,13921,REP,37,47.00993884893814,15,5.8859698423907005 +64148,118023,3930,2006,PA-10,House-G,2006_House-G_PA-10,Momentum Analysis,214,FALSE,TRUE,Live Phone,DEM,2006-10-22,2006-11-07,16,400,Christopher P. Carney,13920,DEM,43,52.89590869132884,Donald L. Sherwood,13921,REP,49,47.00993884893814,-6,5.8859698423907005 +64046,117864,3930,2006,PA-10,House-G,2006_House-G_PA-10,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,326,Christopher P. Carney,13920,DEM,50,52.89590869132884,Donald L. Sherwood,13921,REP,38,47.00993884893814,12,5.8859698423907005 +64244,139064,3930,2006,PA-10,House-G,2006_House-G_PA-10,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,442,Christopher P. Carney,13920,DEM,50,52.89590869132884,Donald L. Sherwood,13921,REP,43,47.00993884893814,7,5.8859698423907005 +64114,117957,3930,2006,PA-10,House-G,2006_House-G_PA-10,Lycoming College Polling Institute,176,FALSE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,643,Christopher P. Carney,13920,DEM,47,52.89590869132884,Donald L. Sherwood,13921,REP,38,47.00993884893814,9,5.8859698423907005 +74143,139068,3932,2006,PA-12,House-G,2006_House-G_PA-12,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2006-10-07,2006-11-07,31,400,John P. Murtha,16579,DEM,57,60.77484581346013,Diana Irey Vaughan,16580,REP,30,39.18626915333993,27,21.588576660120204 +74144,139070,3946,2006,SC-5,House-G,2006_House-G_SC-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-10,2006-11-07,28,408,John M. Spratt,14390,DEM,56,56.90363908332097,Ralph Norman,14391,REP,42,43.060392568825144,14,13.843246514495824 +55742,139069,3946,2006,SC-5,House-G,2006_House-G_SC-5,Clemson University,54,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,100,John M. Spratt,14390,DEM,61,56.90363908332097,Ralph Norman,14391,REP,28,43.060392568825144,33,13.843246514495824 +64312,118298,3946,2006,SC-5,House-G,2006_House-G_SC-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-30,2006-11-07,8,530,John M. Spratt,14390,DEM,58,56.90363908332097,Ralph Norman,14391,REP,39,43.060392568825144,19,13.843246514495824 +64710,119664,3948,2006,SD-1,House-G,2006_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-25,2006-11-07,13,800,Stephanie Herseth Sandlin,14500,DEM,66,69.09300220049046,Bruce W. Whalen,14501,REP,26,29.339073395650583,40,39.75392880483987 +74147,139073,3974,2006,TX-17,House-G,2006_House-G_TX-17,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2006-10-04,2006-11-07,34,442,Thomas Edwards,16581,DEM,45,58.116940247857016,Van Taylor,16582,REP,33,40.30944420703351,12,17.80749604082351 +74145,139071,3974,2006,TX-17,House-G,2006_House-G_TX-17,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2006-10-09,2006-11-07,29,400,Thomas Edwards,16581,DEM,54,58.116940247857016,Van Taylor,16582,REP,33,40.30944420703351,21,17.80749604082351 +74146,139072,3974,2006,TX-17,House-G,2006_House-G_TX-17,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,442,Thomas Edwards,16581,DEM,55,58.116940247857016,Van Taylor,16582,REP,38,40.30944420703351,17,17.80749604082351 +74148,139074,3978,2006,TX-21,House-P,2006_House-P_TX-21,"Forensic Economic Data Consulting, Inc.",659,FALSE,TRUE,IVR,NA,2006-10-03,2006-11-07,35,500,John K. Courage,16583,DEM,30.5,24.514922809669155,Lamar Smith,16584,REP,45.6,60.10638819915399,-15.100000000000001,-35.59146538948484 +74149,139075,3979,2006,TX-22,House-G,2006_House-G_TX-22,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-23,2006-11-07,15,504,Nicholas V. Lampson,16589,DEM,35,51.79136394606007,Shelley Sekula Gibbs,16590,W,52,41.782526865399795,-17,10.008837080660278 +64131,139080,3990,2006,UT-1,House-G,2006_House-G_UT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,209,Steve Olsen,16595,DEM,26,32.45402691708596,Rob Bishop,16596,REP,58,63.06016562636575,-32,-30.60613870927979 +24231,146492,3991,2006,UT-2,House-G,2006_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2006-09-27,2006-11-07,41,300,Jim Matheson,16597,DEM,60,58.99928260811805,LaVar Christensen,16598,REP,24,37.30172085484771,36,21.697561753270342 +64131,139081,3991,2006,UT-2,House-G,2006_House-G_UT-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,209,Jim Matheson,16597,DEM,62,58.99928260811805,LaVar Christensen,16598,REP,29,37.30172085484771,33,21.697561753270342 +64013,117815,3992,2006,UT-3,House-G,2006_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2006-10-30,2006-11-07,8,386,Christian Burridge,13884,DEM,27,32.243437042769564,Chris Cannon,13885,REP,56,57.71230607383403,-29,-25.468869031064465 +64131,117990,3992,2006,UT-3,House-G,2006_House-G_UT-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-31,2006-11-07,7,209,Christian Burridge,13884,DEM,32,32.243437042769564,Chris Cannon,13885,REP,55,57.71230607383403,-23,-25.468869031064465 +24201,146494,3993,2006,VT-1,House-G,2006_House-G_VT-1,American Research Group,9,TRUE,FALSE,NA,NA,2006-09-13,2006-11-07,55,600,Peter Welch,14206,DEM,48,53.21703980572916,Martha Rainville,14207,REP,45,44.54184207120726,3,8.675197734521895 +24651,146493,3993,2006,VT-1,House-G,2006_House-G_VT-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2006-09-24,2006-11-07,44,500,Peter Welch,14206,DEM,51,53.21703980572916,Martha Rainville,14207,REP,43,44.54184207120726,8,8.675197734521895 +74152,139082,3993,2006,VT-1,House-G,2006_House-G_VT-1,GQR,126,TRUE,FALSE,NA,DEM,2006-10-08,2006-11-07,30,401,Peter Welch,14206,DEM,52,53.21703980572916,Martha Rainville,14207,REP,41,44.54184207120726,11,8.675197734521895 +74154,139084,3995,2006,VA-2,House-G,2006_House-G_VA-2,Zogby Analytics,395,FALSE,FALSE,NA,NA,2006-09-29,2006-11-07,39,500,Philip J. Kellam,14050,DEM,46,48.45315577013034,Thelma D. Drake,14051,REP,42,51.26906484791435,4,-2.8159090777840134 +74153,139083,3995,2006,VA-2,House-G,2006_House-G_VA-2,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Philip J. Kellam,14050,DEM,46,48.45315577013034,Thelma D. Drake,14051,REP,48,51.26906484791435,-2,-2.8159090777840134 +64128,117984,3995,2006,VA-2,House-G,2006_House-G_VA-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2006-10-23,2006-11-07,15,400,Philip J. Kellam,14050,DEM,44,48.45315577013034,Thelma D. Drake,14051,REP,46,51.26906484791435,-2,-2.8159090777840134 +64245,118222,3995,2006,VA-2,House-G,2006_House-G_VA-2,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,989,Philip J. Kellam,14050,DEM,50,48.45315577013034,Thelma D. Drake,14051,REP,45,51.26906484791435,5,-2.8159090777840134 +64422,118505,3995,2006,VA-2,House-G,2006_House-G_VA-2,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2006-10-26,2006-11-07,12,500,Philip J. Kellam,14050,DEM,43,48.45315577013034,Thelma D. Drake,14051,REP,51,51.26906484791435,-8,-2.8159090777840134 +74155,139085,3998,2006,VA-5,House-G,2006_House-G_VA-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-09,2006-11-07,29,502,Albert C. Weed,14395,DEM,40,39.9294602483037,Virgil H. Goode,14396,REP,56,59.11476383800376,-16,-19.185303589700062 +64314,118301,3998,2006,VA-5,House-G,2006_House-G_VA-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-31,2006-11-07,7,530,Albert C. Weed,14395,DEM,35,39.9294602483037,Virgil H. Goode,14396,REP,61,59.11476383800376,-26,-19.185303589700062 +74153,139086,4003,2006,VA-10,House-G,2006_House-G_VA-10,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Judy M. Feder,16600,DEM,42,40.96021299360522,Frank R. Wolf,16601,REP,47,57.31792281470054,-5,-16.35770982109532 +74156,139087,4006,2006,WA-2,House-G,2006_House-G_WA-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-03,2006-11-07,35,483,Rick Larsen,14383,DEM,60,64.16170330972164,Douglas R. Roulstone,14384,REP,35,35.838296690278355,25,28.32340661944329 +64304,118290,4006,2006,WA-2,House-G,2006_House-G_WA-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-23,2006-11-07,15,524,Rick Larsen,14383,DEM,62,64.16170330972164,Douglas R. Roulstone,14384,REP,33,35.838296690278355,29,28.32340661944329 +64246,119665,4009,2006,WA-5,House-G,2006_House-G_WA-5,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,991,Peter J. Goldmark,14502,DEM,46,43.60490381240494,Cathy McMorris Rodgers,14503,REP,51,56.39509618759506,-5,-12.790192375190117 +76863,146499,4012,2006,WA-8,House-G,2006_House-G_WA-8,Grove Insight,129,FALSE,TRUE,NA,DEM,2006-09-20,2006-11-07,48,400,Darcy Burner,14308,DEM,43,48.539877398232974,David G. Reichert,14309,REP,44,51.460122601767026,-1,-2.9202452035340514 +74158,139089,4012,2006,WA-8,House-G,2006_House-G_WA-8,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Darcy Burner,14308,DEM,45,48.539877398232974,David G. Reichert,14309,REP,48,51.460122601767026,-3,-2.9202452035340514 +74157,139088,4012,2006,WA-8,House-G,2006_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,NA,NA,2006-10-16,2006-11-07,22,445,Darcy Burner,14308,DEM,47,48.539877398232974,David G. Reichert,14309,REP,50,51.460122601767026,-3,-2.9202452035340514 +64246,118223,4012,2006,WA-8,House-G,2006_House-G_WA-8,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,1004,Darcy Burner,14308,DEM,49,48.539877398232974,David G. Reichert,14309,REP,47,51.460122601767026,2,-2.9202452035340514 +64307,118293,4012,2006,WA-8,House-G,2006_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-10-29,2006-11-07,9,498,Darcy Burner,14308,DEM,45,48.539877398232974,David G. Reichert,14309,REP,51,51.460122601767026,-6,-2.9202452035340514 +64326,118314,4012,2006,WA-8,House-G,2006_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-11-04,2006-11-07,3,685,Darcy Burner,14308,DEM,49,48.539877398232974,David G. Reichert,14309,REP,49,51.460122601767026,0,-2.9202452035340514 +76867,146503,4024,2006,WI-8,House-G,2006_House-G_WI-8,Mellman Group,205,FALSE,FALSE,NA,DEM,2006-09-16,2006-11-07,52,400,Steven L. Kagen,14310,DEM,44,50.899742930591266,John G. Gard,14311,REP,41,48.76121307997915,3,2.138529850612116 +76865,146501,4024,2006,WI-8,House-G,2006_House-G_WI-8,FM3 Research,91,FALSE,FALSE,NA,DEM,2006-09-16,2006-11-07,52,600,Steven L. Kagen,14310,DEM,48,50.899742930591266,John G. Gard,14311,REP,40,48.76121307997915,8,2.138529850612116 +74159,139090,4024,2006,WI-8,House-G,2006_House-G_WI-8,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-09,2006-11-07,29,1000,Steven L. Kagen,14310,DEM,48,50.899742930591266,John G. Gard,14311,REP,46,48.76121307997915,2,2.138529850612116 +64257,118235,4024,2006,WI-8,House-G,2006_House-G_WI-8,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,400,Steven L. Kagen,14310,DEM,43,50.899742930591266,John G. Gard,14311,REP,43,48.76121307997915,0,2.138529850612116 +64247,118224,4024,2006,WI-8,House-G,2006_House-G_WI-8,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-25,2006-11-07,13,984,Steven L. Kagen,14310,DEM,51,50.899742930591266,John G. Gard,14311,REP,45,48.76121307997915,6,2.138529850612116 +24375,139091,4025,2006,WY-1,House-G,2006_House-G_WY-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2006-10-11,2006-11-07,27,625,Gary Trauner,13814,DEM,37,47.74498497690944,Barbara L. Cubin,13815,REP,44,48.268336703401275,-7,-0.5233517264918319 +63841,117544,4025,2006,WY-1,House-G,2006_House-G_WY-1,Aspen Media & Market Research,17,FALSE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,539,Gary Trauner,13814,DEM,40,47.74498497690944,Barbara L. Cubin,13815,REP,44,48.268336703401275,-4,-0.5233517264918319 +73921,138703,4027,2008,AL-2,House-G,2008_House-G_AL-2,Impact Research,14,FALSE,FALSE,NA,DEM,2008-10-06,2008-11-04,29,400,Bobby N. Bright,13950,DEM,46,50.23347738644509,Jay Love,13951,REP,45,49.61063905300737,1,0.6228383334377199 +64070,117897,4027,2008,AL-2,House-G,2008_House-G_AL-2,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-20,2008-11-04,15,403,Bobby N. Bright,13950,DEM,50,50.23347738644509,Jay Love,13951,REP,43,49.61063905300737,7,0.6228383334377199 +73922,138704,4030,2008,AL-5,House-G,2008_House-G_AL-5,Impact Research,14,FALSE,FALSE,NA,DEM,2008-10-13,2008-11-04,22,400,Rolf Parker Griffith,16470,DEM,46,51.52400726368612,Wayne Parker,16471,REP,38,47.94097929589107,8,3.5830279677950543 +17136,146571,4033,2008,AK-1,House-G,2008_House-G_AK-1,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,601,Ethan Berkowitz,14574,DEM,47,44.97473010745225,Don Young,14575,REP,41,50.14196568847049,6,-5.1672355810182395 +24091,146570,4033,2008,AK-1,House-G,2008_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,NA,NA,2008-09-21,2008-11-04,44,500,Ethan Berkowitz,14574,DEM,49,44.97473010745225,Don Young,14575,REP,44,50.14196568847049,5,-5.1672355810182395 +66291,123395,4033,2008,AK-1,House-G,2008_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,500,Ethan Berkowitz,14574,DEM,51,44.97473010745225,Don Young,14575,REP,43,50.14196568847049,8,-5.1672355810182395 +16413,123396,4033,2008,AK-1,House-G,2008_House-G_AK-1,Hays Research Group,136,FALSE,FALSE,Live Phone,NA,2008-11-02,2008-11-04,2,400,Ethan Berkowitz,14574,DEM,49.3,44.97473010745225,Don Young,14575,REP,43,50.14196568847049,6.299999999999997,-5.1672355810182395 +73923,138705,4036,2008,AZ-3,House-G,2008_House-G_AZ-3,Impact Research,14,FALSE,FALSE,NA,DEM,2008-10-07,2008-11-04,28,400,Bob Lord,14232,DEM,45,42.06955200773365,John B. Shadegg,14233,REP,44,54.07743103128714,1,-12.007879023553492 +64256,118234,4049,2008,CA-4,House-G,2008_House-G_CA-4,SmithJohnson Opinion Research,367,FALSE,FALSE,Live Phone,REP,2008-10-22,2008-11-04,13,400,Charles Duane Brown,14234,DEM,40,49.75661203959111,Tom McClintock,14235,REP,49,50.24338796040889,-9,-0.4867759208177773 +64330,118318,4056,2008,CA-11,House-G,2008_House-G_CA-11,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-14,2008-11-04,21,650,Jerry McNerney,14407,DEM,52,55.27256599107575,Dean Andal,14408,REP,41,44.72340196763615,11,10.549164023439602 +73924,138706,4095,2008,CA-50,House-G,2008_House-G_CA-50,Tarrance Group,333,FALSE,FALSE,NA,REP,2008-10-12,2008-11-04,23,300,Nicholas Leibham,13943,DEM,35,45.17834017007866,Brian P. Bilbray,13944,REP,48,50.239551900785315,-13,-5.061211730706653 +64066,117893,4095,2008,CA-50,House-G,2008_House-G_CA-50,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-13,2008-11-04,22,400,Nicholas Leibham,13943,DEM,42,45.17834017007866,Brian P. Bilbray,13944,REP,44,50.239551900785315,-2,-5.061211730706653 +76942,146705,4102,2008,CO-4,House-G,2008_House-G_CO-4,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-09-09,2008-11-04,56,400,Betsy Markey,25324,DEM,47,56.19707536557931,Marilyn N. Musgrave,25323,REP,38,43.8029246344207,9,12.39415073115861 +76947,146710,4107,2008,CT-2,House-G,2008_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,NA,REP,2008-09-25,2008-11-04,40,374,Joe Courtney,25386,DEM,53,61.597134729028205,Sean P. Sullivan,25387,REP,20,32.371742286582815,33,29.22539244244539 +76946,146709,4107,2008,CT-2,House-G,2008_House-G_CT-2,University of Connecticut,347,TRUE,TRUE,NA,NA,2008-09-25,2008-11-04,40,477,Joe Courtney,25386,DEM,55,61.597134729028205,Sean P. Sullivan,25387,REP,27,32.371742286582815,28,29.22539244244539 +76949,146713,4109,2008,CT-4,House-G,2008_House-G_CT-4,Feldman Group,93,FALSE,FALSE,NA,DEM,2008-09-17,2008-11-04,48,500,Jim Himes,14399,DEM,45,48.36677721066404,Christopher H. Shays,14400,REP,45,47.56004352669896,0,0.8067336839650778 +76947,146711,4109,2008,CT-4,House-G,2008_House-G_CT-4,University of Connecticut,347,TRUE,TRUE,NA,REP,2008-09-25,2008-11-04,40,400,Jim Himes,14399,DEM,31,48.36677721066404,Christopher H. Shays,14400,REP,52,47.56004352669896,-21,0.8067336839650778 +76948,146712,4109,2008,CT-4,House-G,2008_House-G_CT-4,GreatBlue Research,748,FALSE,FALSE,NA,NA,2008-09-24,2008-11-04,41,400,Jim Himes,14399,DEM,31,48.36677721066404,Christopher H. Shays,14400,REP,41,47.56004352669896,-10,0.8067336839650778 +64327,118315,4109,2008,CT-4,House-G,2008_House-G_CT-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-13,2008-11-04,22,602,Jim Himes,14399,DEM,48,48.36677721066404,Christopher H. Shays,14400,REP,45,47.56004352669896,3,0.8067336839650778 +73925,138707,4109,2008,CT-4,House-G,2008_House-G_CT-4,University of Connecticut,347,TRUE,TRUE,NA,NA,2008-10-12,2008-11-04,23,501,Jim Himes,14399,DEM,44,48.36677721066404,Christopher H. Shays,14400,REP,44,47.56004352669896,0,0.8067336839650778 +17135,146715,4111,2008,DE-1,House-G,2008_House-G_DE-1,Fairleigh Dickinson University,92,TRUE,FALSE,NA,NA,2008-09-19,2008-11-04,46,601,Karen M. Hartley-Nagle,16474,DEM,28,37.989710914576726,Michael N. Castle,16475,REP,62,61.07996482097874,-34,-23.090253906402012 +16937,138708,4111,2008,DE-1,House-G,2008_House-G_DE-1,West Chester University,377,FALSE,TRUE,NA,NA,2008-10-07,2008-11-04,28,429,Karen M. Hartley-Nagle,16474,DEM,26.8,37.989710914576726,Michael N. Castle,16475,REP,65.7,61.07996482097874,-38.900000000000006,-23.090253906402012 +76951,146716,4119,2008,FL-8,House-G,2008_House-G_FL-8,The Kitchens Group,664,FALSE,FALSE,NA,DEM,2008-09-05,2008-11-04,60,500,Alan Grayson,13829,DEM,44,52.01056736393617,Richard Keller,13830,REP,40,47.98943263606384,4,4.0211347278723295 +63856,117559,4119,2008,FL-8,House-G,2008_House-G_FL-8,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2008-10-21,2008-11-04,14,402,Alan Grayson,13829,DEM,52,52.01056736393617,Richard Keller,13830,REP,41,47.98943263606384,11,4.0211347278723295 +76952,146717,4120,2008,FL-9,House-G,2008_House-G_FL-9,Momentum Analysis,214,FALSE,TRUE,NA,DEM,2008-09-21,2008-11-04,44,400,Bill Mitchell,25501,DEM,22,36.26692845127993,Gus Michael Bilirakis,25502,REP,45,62.1712622496254,-23,-25.90433379834547 +76953,146718,4121,2008,FL-10,House-G,2008_House-G_FL-10,Impact Research,14,FALSE,FALSE,NA,DEM,2008-09-09,2008-11-04,56,500,Bob Hackworth,25509,DEM,33,39.3167784343669,Charles William Young,25510,REP,50,60.6802337162207,-17,-21.363455281853795 +76954,146719,4124,2008,FL-13,House-G,2008_House-G_FL-13,Feldman Group,93,FALSE,FALSE,NA,DEM,2008-09-22,2008-11-04,43,400,Christine L. Jennings,14236,DEM,40,37.49144012434918,Vern Buchanan,14237,REP,44,55.53919064337656,-4,-18.047750519027375 +73927,138710,4124,2008,FL-13,House-G,2008_House-G_FL-13,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-10-01,2008-11-04,34,400,Christine L. Jennings,14236,DEM,30,37.49144012434918,Vern Buchanan,14237,REP,46,55.53919064337656,-16,-18.047750519027375 +73928,138711,4124,2008,FL-13,House-G,2008_House-G_FL-13,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,591,Christine L. Jennings,14236,DEM,33,37.49144012434918,Vern Buchanan,14237,REP,49,55.53919064337656,-16,-18.047750519027375 +73926,138709,4124,2008,FL-13,House-G,2008_House-G_FL-13,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-10-08,2008-11-04,27,400,Christine L. Jennings,14236,DEM,32,37.49144012434918,Vern Buchanan,14237,REP,52,55.53919064337656,-20,-18.047750519027375 +76958,146723,4127,2008,FL-16,House-G,2008_House-G_FL-16,Tarrance Group,333,FALSE,FALSE,NA,REP,2008-09-07,2008-11-04,58,300,Tim Mahoney,14436,DEM,48,39.9067135866593,Thomas J. Rooney,14437,REP,41,60.0932864133407,7,-20.1865728266814 +73929,138712,4127,2008,FL-16,House-G,2008_House-G_FL-16,Tarrance Group,333,FALSE,FALSE,NA,REP,2008-10-09,2008-11-04,26,300,Tim Mahoney,14436,DEM,56,39.9067135866593,Thomas J. Rooney,14437,REP,31,60.0932864133407,25,-20.1865728266814 +64374,118426,4127,2008,FL-16,House-G,2008_House-G_FL-16,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2008-10-15,2008-11-04,20,300,Tim Mahoney,14436,DEM,29,39.9067135866593,Thomas J. Rooney,14437,REP,55,60.0932864133407,-26,-20.1865728266814 +73930,138713,4129,2008,FL-18,House-G,2008_House-G_FL-18,The McDonald Group,655,FALSE,TRUE,NA,NA,2008-09-29,2008-11-04,36,300,Annette Taddeo,13982,DEM,35,42.13030219474956,Ileana Ros-Lehtinen,13983,REP,48,57.86969780525044,-13,-15.739395610500878 +64106,117949,4129,2008,FL-18,House-G,2008_House-G_FL-18,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2008-10-14,2008-11-04,21,457,Annette Taddeo,13982,DEM,41,42.13030219474956,Ileana Ros-Lehtinen,13983,REP,48,57.86969780525044,-7,-15.739395610500878 +73930,138714,4132,2008,FL-21,House-G,2008_House-G_FL-21,The McDonald Group,655,FALSE,TRUE,NA,NA,2008-09-29,2008-11-04,36,300,Raul L. Martinez,13916,DEM,43,42.09922279136885,Lincoln Diaz-Balart,13917,REP,48,57.90077720863115,-5,-15.801554417262295 +64042,117860,4132,2008,FL-21,House-G,2008_House-G_FL-21,Florida International University/Univision,98,FALSE,TRUE,Live Phone,NA,2008-10-16,2008-11-04,19,410,Raul L. Martinez,13916,DEM,33,42.09922279136885,Lincoln Diaz-Balart,13917,REP,47,57.90077720863115,-14,-15.801554417262295 +76963,146729,4135,2008,FL-24,House-G,2008_House-G_FL-24,EMC Research,130,FALSE,FALSE,NA,DEM,2008-09-13,2008-11-04,52,400,Suzanne M. Kosmas,13946,DEM,42,57.2011803882286,Tom Feeney,13947,REP,43,41.11405907355768,-1,16.087121314670924 +64067,117894,4135,2008,FL-24,House-G,2008_House-G_FL-24,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-14,2008-11-04,21,400,Suzanne M. Kosmas,13946,DEM,58,57.2011803882286,Tom Feeney,13947,REP,35,41.11405907355768,23,16.087121314670924 +73930,138717,4136,2008,FL-25,House-G,2008_House-G_FL-25,The McDonald Group,655,FALSE,TRUE,NA,NA,2008-09-29,2008-11-04,36,300,Joe Garcia,14238,DEM,41,46.945616531082926,Mario Diaz-Balart,14239,REP,43,53.054383468917074,-2,-6.108766937834147 +73932,138716,4136,2008,FL-25,House-G,2008_House-G_FL-25,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2008-10-04,2008-11-04,31,300,Joe Garcia,14238,DEM,36,46.945616531082926,Mario Diaz-Balart,14239,REP,49,53.054383468917074,-13,-6.108766937834147 +73931,138715,4136,2008,FL-25,House-G,2008_House-G_FL-25,EMC Research,130,FALSE,FALSE,NA,DEM,2008-10-08,2008-11-04,27,500,Joe Garcia,14238,DEM,42,46.945616531082926,Mario Diaz-Balart,14239,REP,45,53.054383468917074,-3,-6.108766937834147 +64145,118019,4144,2008,GA-8,House-G,2008_House-G_GA-8,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2008-10-19,2008-11-04,16,400,James Marshall,14081,DEM,48,57.24369919217145,Richard N. Goddard,14082,REP,31,42.756300807828545,17,14.487398384342903 +64340,118329,4144,2008,GA-8,House-G,2008_House-G_GA-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,634,James Marshall,14081,DEM,49,57.24369919217145,Richard N. Goddard,14082,REP,45,42.756300807828545,4,14.487398384342903 +76970,146737,4152,2008,ID-1,House-G,2008_House-G_ID-1,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2008-09-10,2008-11-04,55,400,Walt Minnick,13972,DEM,43,50.60575111123897,William T. Sali,13973,REP,38,49.39424888876102,5,1.2115022224779537 +76969,146736,4152,2008,ID-1,House-G,2008_House-G_ID-1,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2008-09-27,2008-11-04,38,400,Walt Minnick,13972,DEM,44,50.60575111123897,William T. Sali,13973,REP,38,49.39424888876102,6,1.2115022224779537 +76968,146735,4152,2008,ID-1,House-G,2008_House-G_ID-1,Greg Smith & Associates,128,FALSE,FALSE,NA,REP,2008-09-27,2008-11-04,38,200,Walt Minnick,13972,DEM,39,50.60575111123897,William T. Sali,13973,REP,51,49.39424888876102,-12,1.2115022224779537 +64333,118321,4152,2008,ID-1,House-G,2008_House-G_ID-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,613,Walt Minnick,13972,DEM,51,50.60575111123897,William T. Sali,13973,REP,45,49.39424888876102,6,1.2115022224779537 +16719,117943,4152,2008,ID-1,House-G,2008_House-G_ID-1,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2008-10-21,2008-11-04,14,273,Walt Minnick,13972,DEM,48,50.60575111123897,William T. Sali,13973,REP,41,49.39424888876102,7,1.2115022224779537 +16719,117944,4153,2008,ID-2,House-G,2008_House-G_ID-2,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2008-10-21,2008-11-04,14,230,Deborah Holmes,13974,DEM,22,28.89684325121354,Mike Simpson,13975,REP,66,70.89231638457007,-44,-41.995473133356526 +76972,146739,4163,2008,IL-10,House-G,2008_House-G_IL-10,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2008-09-10,2008-11-04,55,300,Daniel J. Seals,14118,DEM,29,47.44110033029136,Mark Kirk,14119,REP,51,52.55889966970864,-22,-5.1177993394172745 +73933,138718,4163,2008,IL-10,House-G,2008_House-G_IL-10,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,623,Daniel J. Seals,14118,DEM,52,47.44110033029136,Mark Kirk,14119,REP,44,52.55889966970864,8,-5.1177993394172745 +64164,118066,4163,2008,IL-10,House-G,2008_House-G_IL-10,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2008-10-15,2008-11-04,20,400,Daniel J. Seals,14118,DEM,41,47.44110033029136,Mark Kirk,14119,REP,47,52.55889966970864,-6,-5.1177993394172745 +76978,146745,4164,2008,IL-11,House-G,2008_House-G_IL-11,Impact Research,14,FALSE,FALSE,NA,DEM,2008-09-15,2008-11-04,50,400,Deborah Halvorson,14120,DEM,43,58.40041523144435,Marty Ozinga,14121,REP,35,34.47930920586986,8,23.92110602557449 +76977,146744,4164,2008,IL-11,House-G,2008_House-G_IL-11,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-09-17,2008-11-04,48,400,Deborah Halvorson,14120,DEM,38,58.40041523144435,Marty Ozinga,14121,REP,36,34.47930920586986,2,23.92110602557449 +73934,138719,4164,2008,IL-11,House-G,2008_House-G_IL-11,Impact Research,14,FALSE,FALSE,NA,DEM,2008-10-12,2008-11-04,23,400,Deborah Halvorson,14120,DEM,48,58.40041523144435,Marty Ozinga,14121,REP,29,34.47930920586986,19,23.92110602557449 +64164,118067,4164,2008,IL-11,House-G,2008_House-G_IL-11,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2008-10-15,2008-11-04,20,400,Deborah Halvorson,14120,DEM,50,58.40041523144435,Marty Ozinga,14121,REP,29,34.47930920586986,21,23.92110602557449 +64334,118323,4164,2008,IL-11,House-G,2008_House-G_IL-11,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-20,2008-11-04,15,623,Deborah Halvorson,14120,DEM,50,58.40041523144435,Marty Ozinga,14121,REP,37,34.47930920586986,13,23.92110602557449 +76984,146751,4175,2008,IN-3,House-G,2008_House-G_IN-3,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2008-09-09,2008-11-04,56,442,Michael A. Montagano,13978,DEM,37,39.7021341280194,Mark Edward Souder,13979,REP,50,55.03872680545392,-13,-15.336592677434517 +73935,138720,4175,2008,IN-3,House-G,2008_House-G_IN-3,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2008-10-06,2008-11-04,29,503,Michael A. Montagano,13978,DEM,39,39.7021341280194,Mark Edward Souder,13979,REP,44,55.03872680545392,-5,-15.336592677434517 +64393,118461,4175,2008,IN-3,House-G,2008_House-G_IN-3,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2008-10-15,2008-11-04,20,400,Michael A. Montagano,13978,DEM,41,39.7021341280194,Mark Edward Souder,13979,REP,50,55.03872680545392,-9,-15.336592677434517 +64103,117946,4175,2008,IN-3,House-G,2008_House-G_IN-3,Howey Politics/DePauw University,142,FALSE,TRUE,Live Phone,NA,2008-10-23,2008-11-04,12,300,Michael A. Montagano,13978,DEM,44,39.7021341280194,Mark Edward Souder,13979,REP,41,55.03872680545392,3,-15.336592677434517 +76986,146753,4181,2008,IN-9,House-G,2008_House-G_IN-9,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-09,2008-11-04,56,603,Baron P. Hill,14264,DEM,50,57.76886209226141,Mike Sodrel,14265,REP,39,38.40900689602427,11,19.359855196237135 +73936,138721,4181,2008,IN-9,House-G,2008_House-G_IN-9,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,613,Baron P. Hill,14264,DEM,53,57.76886209226141,Mike Sodrel,14265,REP,38,38.40900689602427,15,19.359855196237135 +64339,118328,4181,2008,IN-9,House-G,2008_House-G_IN-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-22,2008-11-04,13,599,Baron P. Hill,14264,DEM,54,57.76886209226141,Mike Sodrel,14265,REP,39,38.40900689602427,15,19.359855196237135 +64375,118427,4185,2008,IA-4,House-G,2008_House-G_IA-4,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2008-10-22,2008-11-04,13,300,Becky Greenwald,14240,DEM,34,39.4331883319617,Tom Latham,14241,REP,56,60.5668116680383,-22,-21.133623336076596 +64341,118330,4189,2008,KS-3,House-G,2008_House-G_KS-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,635,Dennis Moore,14417,DEM,53,56.44043047667879,Nick Jordan,14418,REP,42,39.65551833873008,11,16.78491213794871 +64335,118324,4190,2008,KS-4,House-G,2008_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-20,2008-11-04,15,597,Donald Betts,14415,DEM,29,32.382393996622746,Todd Tiahrt,14414,REP,62,63.40995826624635,-33,-31.027564269623603 +76992,146760,4192,2008,KY-2,House-G,2008_House-G_KY-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-24,2008-11-04,41,592,David E. Boswell,13832,DEM,43,47.42702148421349,S. Brett Guthrie,13833,REP,49,52.57297851578652,-6,-5.145957031573026 +64332,118320,4192,2008,KY-2,House-G,2008_House-G_KY-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-16,2008-11-04,19,559,David E. Boswell,13832,DEM,42,47.42702148421349,S. Brett Guthrie,13833,REP,51,52.57297851578652,-9,-5.145957031573026 +63857,117560,4192,2008,KY-2,House-G,2008_House-G_KY-2,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2008-10-20,2008-11-04,15,401,David E. Boswell,13832,DEM,47,47.42702148421349,S. Brett Guthrie,13833,REP,41,52.57297851578652,6,-5.145957031573026 +64358,118410,4192,2008,KY-2,House-G,2008_House-G_KY-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-26,2008-11-04,9,587,David E. Boswell,13832,DEM,43,47.42702148421349,S. Brett Guthrie,13833,REP,53,52.57297851578652,-10,-5.145957031573026 +76995,146763,4193,2008,KY-3,House-G,2008_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-06,2008-11-04,59,646,John Yarmuth,14409,DEM,53,59.3654075778315,Anne Meagher Northup,14410,REP,45,40.63459242216851,8,18.730815155662988 +64331,118319,4193,2008,KY-3,House-G,2008_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-14,2008-11-04,21,613,John Yarmuth,14409,DEM,57,59.3654075778315,Anne Meagher Northup,14410,REP,41,40.63459242216851,16,18.730815155662988 +64337,118326,4193,2008,KY-3,House-G,2008_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-21,2008-11-04,14,612,John Yarmuth,14409,DEM,57,59.3654075778315,Anne Meagher Northup,14410,REP,41,40.63459242216851,16,18.730815155662988 +73937,138722,4194,2008,KY-4,House-G,2008_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-30,2008-11-04,35,632,Michael Kelley,14419,DEM,36,36.966254527619725,Geoff Davis,14420,REP,58,63.033745472380275,-22,-26.06749094476055 +64358,118408,4194,2008,KY-4,House-G,2008_House-G_KY-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-26,2008-11-04,9,591,Michael Kelley,14419,DEM,37,36.966254527619725,Geoff Davis,14420,REP,58,63.033745472380275,-21,-26.06749094476055 +77001,146769,4197,2008,LA-1,House-G,2008_House-G_LA-1,The Kitchens Group,664,FALSE,FALSE,NA,DEM,2008-09-20,2008-11-04,45,400,Jim Harlan,25977,DEM,31,34.318263097771926,Steve Scalise,25978,REP,42,65.68173690222807,-11,-31.36347380445614 +73942,138727,4200,2008,LA-4,House-G,2008_House-G_LA-4,The Kitchens Group,664,FALSE,FALSE,NA,DEM,2008-11-06,2008-12-06,30,600,Paul J. Carmouche,16483,DEM,45,47.6936870760057,John Fleming,16484,REP,35,48.071771161906405,10,-0.37808408590070286 +73941,138726,4200,2008,LA-4,House-G,2008_House-G_LA-4,Multi-Quest International,220,FALSE,FALSE,NA,REP,2008-11-07,2008-12-06,29,140,Paul J. Carmouche,16483,DEM,43,47.6936870760057,John Fleming,16484,REP,48,48.071771161906405,-5,-0.37808408590070286 +73939,138724,4200,2008,LA-4,House-G,2008_House-G_LA-4,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-11-17,2008-12-06,19,400,Paul J. Carmouche,16483,DEM,42,47.6936870760057,John Fleming,16484,REP,43,48.071771161906405,-1,-0.37808408590070286 +73940,138725,4200,2008,LA-4,House-G,2008_House-G_LA-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-17,2008-12-06,19,648,Paul J. Carmouche,16483,DEM,45,47.6936870760057,John Fleming,16484,REP,47,48.071771161906405,-2,-0.37808408590070286 +73938,138723,4200,2008,LA-4,House-G,2008_House-G_LA-4,The Kitchens Group,664,FALSE,FALSE,Live Phone,DEM,2008-11-18,2008-12-06,18,400,Paul J. Carmouche,16483,DEM,48,47.6936870760057,John Fleming,16484,REP,37,48.071771161906405,11,-0.37808408590070286 +77003,146771,4202,2008,LA-6,House-G,2008_House-G_LA-6,Impact Research,14,FALSE,FALSE,NA,DEM,2008-09-19,2008-11-04,46,500,Donald J. Cazayoux,14078,DEM,48,40.29435112158148,Bill Cassidy,14076,REP,32,48.11917443408788,16,-7.824823312506403 +73943,138728,4202,2008,LA-6,House-G,2008_House-G_LA-6,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2008-10-07,2008-11-04,28,400,Donald J. Cazayoux,14078,DEM,46,40.29435112158148,Bill Cassidy,14076,REP,29,48.11917443408788,17,-7.824823312506403 +64141,118015,4202,2008,LA-6,House-G,2008_House-G_LA-6,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2008-10-15,2008-11-04,20,300,Donald J. Cazayoux,14078,DEM,45,40.29435112158148,Bill Cassidy,14076,REP,34,48.11917443408788,11,-7.824823312506403 +64142,118016,4202,2008,LA-6,House-G,2008_House-G_LA-6,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2008-10-22,2008-11-04,13,300,Donald J. Cazayoux,14078,DEM,38,40.29435112158148,Bill Cassidy,14076,REP,36,48.11917443408788,2,-7.824823312506403 +16830,118074,4204,2008,ME-1,House-G,2008_House-G_ME-1,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2008-10-15,2008-11-04,20,207,Chellie M. Pingree,13878,DEM,43,54.89896117834574,Charlie Summers,13879,REP,32,45.101038821654264,11,9.79792235669148 +16789,117806,4204,2008,ME-1,House-G,2008_House-G_ME-1,Digital Research,64,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,228,Chellie M. Pingree,13878,DEM,56,54.89896117834574,Charlie Summers,13879,REP,35,45.101038821654264,21,9.79792235669148 +16830,118075,4205,2008,ME-2,House-G,2008_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2008-10-15,2008-11-04,20,193,Michael H. Michaud,13880,DEM,60,67.43537321706373,John N. Frary,13881,REP,26,32.564626782936266,34,34.87074643412746 +16789,117808,4205,2008,ME-2,House-G,2008_House-G_ME-2,Digital Research,64,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,215,Michael H. Michaud,13880,DEM,64,67.43537321706373,John N. Frary,13881,REP,23,32.564626782936266,41,34.87074643412746 +77004,146772,4206,2008,MD-1,House-G,2008_House-G_MD-1,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-09-11,2008-11-04,54,400,Frank M. Kratovil,14242,DEM,36,49.119229915668,Andy Harris,14243,REP,36,48.32806258322237,0,0.7911673324456316 +73944,138729,4206,2008,MD-1,House-G,2008_House-G_MD-1,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2008-10-07,2008-11-04,28,401,Frank M. Kratovil,14242,DEM,43,49.119229915668,Andy Harris,14243,REP,41,48.32806258322237,2,0.7911673324456316 +77009,146777,4230,2008,MI-7,House-G,2008_House-G_MI-7,National Research,225,FALSE,FALSE,NA,REP,2008-09-15,2008-11-04,50,300,Mark Schauer,16488,DEM,40,48.780586187423594,Tim Walberg,16489,REP,50,46.47455986297884,-10,2.306026324444751 +73945,138730,4230,2008,MI-7,House-G,2008_House-G_MI-7,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2008-10-06,2008-11-04,29,402,Mark Schauer,16488,DEM,43,48.780586187423594,Tim Walberg,16489,REP,35,46.47455986297884,8,2.306026324444751 +73949,138735,4232,2008,MI-9,House-G,2008_House-G_MI-9,Mitchell Research & Communications,213,FALSE,FALSE,NA,NA,2008-09-15,2008-11-04,50,442,Gary C. Peters,13964,DEM,43,52.08246321346278,Joseph K. Knollenberg,13965,REP,43,42.62806033588758,0,9.454402877575198 +73948,138734,4232,2008,MI-9,House-G,2008_House-G_MI-9,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-10-04,2008-11-04,31,400,Gary C. Peters,13964,DEM,46,52.08246321346278,Joseph K. Knollenberg,13965,REP,37,42.62806033588758,9,9.454402877575198 +73947,138733,4232,2008,MI-9,House-G,2008_House-G_MI-9,GQR,126,TRUE,FALSE,NA,DEM,2008-10-06,2008-11-04,29,412,Gary C. Peters,13964,DEM,43,52.08246321346278,Joseph K. Knollenberg,13965,REP,40,42.62806033588758,3,9.454402877575198 +64087,117915,4232,2008,MI-9,House-G,2008_House-G_MI-9,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2008-10-21,2008-11-04,14,400,Gary C. Peters,13964,DEM,46,52.08246321346278,Joseph K. Knollenberg,13965,REP,36,42.62806033588758,10,9.454402877575198 +77016,146785,4239,2008,MN-1,House-G,2008_House-G_MN-1,Tarrance Group,333,FALSE,FALSE,NA,REP,2008-09-17,2008-11-04,48,300,Tim Walz,26406,DEM,50,62.50090252707581,Brian J. Davis,26405,REP,32,32.92809867629362,18,29.572803850782186 +77021,146790,4241,2008,MN-3,House-G,2008_House-G_MN-3,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2008-09-29,2008-11-04,36,400,Ashwin Madia,14421,DEM,44,40.85217174563267,Erik Paulsen,14422,REP,39,48.4773939052408,5,-7.6252221596081355 +73950,138736,4241,2008,MN-3,House-G,2008_House-G_MN-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,634,Ashwin Madia,14421,DEM,46,40.85217174563267,Erik Paulsen,14422,REP,43,48.4773939052408,3,-7.6252221596081355 +64359,118409,4241,2008,MN-3,House-G,2008_House-G_MN-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-26,2008-11-04,9,643,Ashwin Madia,14421,DEM,44,40.85217174563267,Erik Paulsen,14422,REP,45,48.4773939052408,-1,-7.6252221596081355 +64363,118414,4241,2008,MN-3,House-G,2008_House-G_MN-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,647,Ashwin Madia,14421,DEM,41,40.85217174563267,Erik Paulsen,14422,REP,46,48.4773939052408,-5,-7.6252221596081355 +73953,138739,4244,2008,MN-6,House-G,2008_House-G_MN-6,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-10-11,2008-11-04,24,400,Elwyn Tinklenberg,14098,DEM,38,43.43344246093026,Michele Bachmann,14099,REP,42,46.406078201247766,-4,-2.972635740317507 +73952,138738,4244,2008,MN-6,House-G,2008_House-G_MN-6,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-10-12,2008-11-04,23,400,Elwyn Tinklenberg,14098,DEM,33,43.43344246093026,Michele Bachmann,14099,REP,44,46.406078201247766,-11,-2.972635740317507 +64338,118327,4244,2008,MN-6,House-G,2008_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-21,2008-11-04,14,621,Elwyn Tinklenberg,14098,DEM,47,43.43344246093026,Michele Bachmann,14099,REP,44,46.406078201247766,3,-2.972635740317507 +64157,118055,4244,2008,MN-6,House-G,2008_House-G_MN-6,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2008-10-22,2008-11-04,13,430,Elwyn Tinklenberg,14098,DEM,45,43.43344246093026,Michele Bachmann,14099,REP,43,46.406078201247766,2,-2.972635740317507 +64363,118415,4244,2008,MN-6,House-G,2008_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-29,2008-11-04,6,625,Elwyn Tinklenberg,14098,DEM,45,43.43344246093026,Michele Bachmann,14099,REP,46,46.406078201247766,-1,-2.972635740317507 +77023,146792,4247,2008,MS-1,House-G,2008_House-G_MS-1,Impact Research,14,FALSE,FALSE,NA,DEM,2008-09-09,2008-11-04,56,502,Travis W. Childers,16366,DEM,51,54.471292279481766,Greg Davis,16367,REP,39,43.88483518801133,12,10.586457091470436 +77024,146793,4256,2008,MO-6,House-G,2008_House-G_MO-6,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-17,2008-11-04,48,636,Kay Waldo Barnes,14402,DEM,42,36.859500633506606,Sam Graves,14403,REP,51,59.4274551782739,-9,-22.567954544767296 +64328,118316,4256,2008,MO-6,House-G,2008_House-G_MO-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-13,2008-11-04,22,589,Kay Waldo Barnes,14402,DEM,40,36.859500633506606,Sam Graves,14403,REP,51,59.4274551782739,-11,-22.567954544767296 +64360,118411,4256,2008,MO-6,House-G,2008_House-G_MO-6,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,618,Kay Waldo Barnes,14402,DEM,36,36.859500633506606,Sam Graves,14403,REP,54,59.4274551782739,-18,-22.567954544767296 +73954,138740,4259,2008,MO-9,House-G,2008_House-G_MO-9,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2008-10-06,2008-11-04,29,400,Judy Baker,14244,DEM,40,47.487852962635245,Blaine Luetkemeyer,14245,REP,36,49.994877287756715,4,-2.5070243251214706 +16768,118059,4260,2008,MT-1,House-G,2008_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2008-10-18,2008-11-04,17,403,John B. Driscoll,14106,DEM,25.3,32.424620503223125,Denny Rehberg,14107,REP,59.2,64.14431274693283,-33.900000000000006,-31.7196922437097 +16416,118092,4260,2008,MT-1,House-G,2008_House-G_MT-1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,2734,John B. Driscoll,14106,DEM,35,32.424620503223125,Denny Rehberg,14107,REP,60,64.14431274693283,-25,-31.7196922437097 +63834,117537,4262,2008,NE-2,House-G,2008_House-G_NE-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2008-10-14,2008-11-04,21,400,James D. Esch,13808,DEM,46,48.07343261387741,Lee Terry,13809,REP,47,51.92656738612259,-1,-3.853134772245184 +16555,117996,4265,2008,NV-2,House-G,2008_House-G_NV-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,400,Jill Talbot Derby,14065,DEM,37,41.438455935906774,Dean Heller,14066,REP,50,51.82416848749697,-13,-10.385712551590196 +77042,147212,4266,2008,NV-3,House-G,2008_House-G_NV-3,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-09-23,2008-11-04,42,400,Dina Titus,14067,DEM,39,47.42890466879353,Jon C. Porter,14068,REP,41,42.29128789178187,-2,5.137616777011658 +77041,147211,4266,2008,NV-3,House-G,2008_House-G_NV-3,Impact Research,14,FALSE,FALSE,NA,DEM,2008-09-23,2008-11-04,42,500,Dina Titus,14067,DEM,46,47.42890466879353,Jon C. Porter,14068,REP,37,42.29128789178187,9,5.137616777011658 +16917,138765,4266,2008,NV-3,House-G,2008_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-08,2008-11-04,27,236,Dina Titus,14067,DEM,40,47.42890466879353,Jon C. Porter,14068,REP,43,42.29128789178187,-3,5.137616777011658 +16555,117997,4266,2008,NV-3,House-G,2008_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,400,Dina Titus,14067,DEM,44,47.42890466879353,Jon C. Porter,14068,REP,44,42.29128789178187,0,5.137616777011658 +17150,147216,4267,2008,NH-1,House-G,2008_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-09-18,2008-11-04,47,252,Carol Shea-Porter,14225,DEM,42,51.759746298474795,Jeb E. Bradley,14226,REP,45,45.864002135692765,-3,5.89574416278203 +17025,147215,4267,2008,NH-1,House-G,2008_House-G_NH-1,Saint Anselm College Survey Center,494,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,411,Carol Shea-Porter,14225,DEM,42,51.759746298474795,Jeb E. Bradley,14226,REP,35,45.864002135692765,7,5.89574416278203 +73962,138786,4267,2008,NH-1,House-G,2008_House-G_NH-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,628,Carol Shea-Porter,14225,DEM,50,51.759746298474795,Jeb E. Bradley,14226,REP,41,45.864002135692765,9,5.89574416278203 +16741,118440,4267,2008,NH-1,House-G,2008_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,358,Carol Shea-Porter,14225,DEM,44,51.759746298474795,Jeb E. Bradley,14226,REP,39,45.864002135692765,5,5.89574416278203 +16677,118442,4267,2008,NH-1,House-G,2008_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,341,Carol Shea-Porter,14225,DEM,48,51.759746298474795,Jeb E. Bradley,14226,REP,40,45.864002135692765,8,5.89574416278203 +16574,138768,4267,2008,NH-1,House-G,2008_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,308,Carol Shea-Porter,14225,DEM,44,51.759746298474795,Jeb E. Bradley,14226,REP,41,45.864002135692765,3,5.89574416278203 +54158,118446,4267,2008,NH-1,House-G,2008_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,413,Carol Shea-Porter,14225,DEM,46,51.759746298474795,Jeb E. Bradley,14226,REP,41,45.864002135692765,5,5.89574416278203 +77046,147221,4268,2008,NH-2,House-G,2008_House-G_NH-2,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-09-16,2008-11-04,49,300,Paul W. Hodes,14228,DEM,43,56.44174720911066,Jennifer M. Horn,14229,REP,39,41.42414025623736,4,15.017606952873301 +77045,147220,4268,2008,NH-2,House-G,2008_House-G_NH-2,Impact Research,14,FALSE,FALSE,NA,DEM,2008-09-16,2008-11-04,49,500,Paul W. Hodes,14228,DEM,50,56.44174720911066,Jennifer M. Horn,14229,REP,32,41.42414025623736,18,15.017606952873301 +17150,147219,4268,2008,NH-2,House-G,2008_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-09-18,2008-11-04,47,271,Paul W. Hodes,14228,DEM,38,56.44174720911066,Jennifer M. Horn,14229,REP,26,41.42414025623736,12,15.017606952873301 +16741,118441,4268,2008,NH-2,House-G,2008_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-20,2008-11-04,15,349,Paul W. Hodes,14228,DEM,51,56.44174720911066,Jennifer M. Horn,14229,REP,25,41.42414025623736,26,15.017606952873301 +16677,118443,4268,2008,NH-2,House-G,2008_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-25,2008-11-04,10,344,Paul W. Hodes,14228,DEM,48,56.44174720911066,Jennifer M. Horn,14229,REP,26,41.42414025623736,22,15.017606952873301 +16574,118445,4268,2008,NH-2,House-G,2008_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-10-28,2008-11-04,7,303,Paul W. Hodes,14228,DEM,54,56.44174720911066,Jennifer M. Horn,14229,REP,26,41.42414025623736,28,15.017606952873301 +54158,118447,4268,2008,NH-2,House-G,2008_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,404,Paul W. Hodes,14228,DEM,52,56.44174720911066,Jennifer M. Horn,14229,REP,31,41.42414025623736,21,15.017606952873301 +77053,148627,4270,2008,NJ-2,House-G,2008_House-G_NJ-2,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-19,2008-11-04,46,400,David Kurkowski,26610,DEM,26,39.08580282781329,Frank A. LoBiondo,26611,REP,62,59.05692602961633,-36,-19.97112320180304 +77054,148629,4271,2008,NJ-3,House-G,2008_House-G_NJ-3,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2008-09-08,2008-11-04,57,300,John H. Adler,13962,DEM,29,52.07629134430006,Christopher Myers,13963,REP,33,47.92370865569994,-4,4.15258268860012 +77053,148628,4271,2008,NJ-3,House-G,2008_House-G_NJ-3,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-09-19,2008-11-04,46,400,John H. Adler,13962,DEM,37.1,52.07629134430006,Christopher Myers,13963,REP,38.5,47.92370865569994,-1.3999999999999986,4.15258268860012 +73964,138788,4271,2008,NJ-3,House-G,2008_House-G_NJ-3,Monmouth University,215,TRUE,FALSE,NA,NA,2008-10-01,2008-11-04,34,430,John H. Adler,13962,DEM,41,52.07629134430006,Christopher Myers,13963,REP,44,47.92370865569994,-3,4.15258268860012 +73963,138787,4271,2008,NJ-3,House-G,2008_House-G_NJ-3,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-10-02,2008-11-04,33,400,John H. Adler,13962,DEM,38,52.07629134430006,Christopher Myers,13963,REP,34,47.92370865569994,4,4.15258268860012 +64083,117911,4271,2008,NJ-3,House-G,2008_House-G_NJ-3,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2008-10-15,2008-11-04,20,400,John H. Adler,13962,DEM,43,52.07629134430006,Christopher Myers,13963,REP,35,47.92370865569994,8,4.15258268860012 +73964,138790,4275,2008,NJ-7,House-G,2008_House-G_NJ-7,Monmouth University,215,TRUE,FALSE,NA,NA,2008-10-01,2008-11-04,34,410,Linda Stender,14108,DEM,39,42.22130515377434,Leonard Lance,14109,REP,43,50.21885613000122,-4,-7.997550976226883 +73965,138789,4275,2008,NJ-7,House-G,2008_House-G_NJ-7,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2008-10-08,2008-11-04,27,406,Linda Stender,14108,DEM,40,42.22130515377434,Leonard Lance,14109,REP,31,50.21885613000122,9,-7.997550976226883 +64159,118061,4275,2008,NJ-7,House-G,2008_House-G_NJ-7,National Research,225,FALSE,FALSE,Live Phone,REP,2008-10-21,2008-11-04,14,300,Linda Stender,14108,DEM,31,42.22130515377434,Leonard Lance,14109,REP,40,50.21885613000122,-9,-7.997550976226883 +77057,148632,4282,2008,NM-1,House-G,2008_House-G_NM-1,GQR,126,TRUE,FALSE,NA,DEM,2008-09-22,2008-11-04,43,450,Martin Heinrich,14165,DEM,48,55.654447107338434,Darren White,14166,REP,42,44.34555289266157,6,11.308894214676862 +16993,138791,4282,2008,NM-1,House-G,2008_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2008-10-01,2008-11-04,34,400,Martin Heinrich,14165,DEM,43,55.654447107338434,Darren White,14166,REP,41,44.34555289266157,2,11.308894214676862 +16512,118112,4282,2008,NM-1,House-G,2008_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,400,Martin Heinrich,14165,DEM,47,55.654447107338434,Darren White,14166,REP,43,44.34555289266157,4,11.308894214676862 +16512,118113,4283,2008,NM-2,House-G,2008_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,400,Harry Teague,14167,DEM,45,55.95805693753455,Edward R. Tinsley,14169,REP,41,44.04194306246545,4,11.916113875069101 +16993,138794,4284,2008,NM-3,House-G,2008_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2008-10-01,2008-11-04,34,442,Ben Ray Luján,14170,DEM,41,56.74141097172287,Daniel K. East,14171,REP,18,30.471613815618205,23,26.269797156104666 +16512,118114,4284,2008,NM-3,House-G,2008_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2008-10-29,2008-11-04,6,207,Ben Ray Luján,14170,DEM,51,56.74141097172287,Daniel K. East,14171,REP,23,30.471613815618205,28,26.269797156104666 +73967,138795,4309,2008,NY-25,House-G,2008_House-G_NY-25,Kiley & Company,162,FALSE,TRUE,NA,DEM,2008-10-01,2008-11-04,34,501,Daniel B. Maffei,16493,DEM,49,46.02706561549444,Dale A. Sweetland,16494,REP,31,33.10354460239618,18,12.923521013098267 +77065,148640,4310,2008,NY-26,House-G,2008_House-G_NY-26,brilliant corners Research & Strategies,564,FALSE,FALSE,NA,DEM,2008-09-16,2008-11-04,49,400,Alice Kryzan,14425,DEM,39,33.91018125233951,Christopher John Lee,14426,REP,29,38.62169026545935,10,-4.711509013119837 +77064,148639,4310,2008,NY-26,House-G,2008_House-G_NY-26,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-24,2008-11-04,41,609,Alice Kryzan,14425,DEM,37,33.91018125233951,Christopher John Lee,14426,REP,48,38.62169026545935,-11,-4.711509013119837 +64362,118413,4310,2008,NY-26,House-G,2008_House-G_NY-26,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-28,2008-11-04,7,587,Alice Kryzan,14425,DEM,34,33.91018125233951,Christopher John Lee,14426,REP,48,38.62169026545935,-14,-4.711509013119837 +73969,138797,4313,2008,NY-29,House-G,2008_House-G_NY-29,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2008-09-30,2008-11-04,35,403,Eric J. Massa,16495,DEM,47,42.80079922420582,John R. Kuhl,16496,REP,42,37.7929566739777,5,5.007842550228119 +73968,138796,4313,2008,NY-29,House-G,2008_House-G_NY-29,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,602,Eric J. Massa,16495,DEM,51,42.80079922420582,John R. Kuhl,16496,REP,44,37.7929566739777,7,5.007842550228119 +77069,148644,4321,2008,NC-8,House-G,2008_House-G_NC-8,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-09-24,2008-11-04,41,400,Lawrence Webb Kissell,14149,DEM,43,55.38212734172131,Robert C. Hayes,14150,REP,46,44.61787265827869,-3,10.764254683442616 +77068,148643,4321,2008,NC-8,House-G,2008_House-G_NC-8,GQR,126,TRUE,FALSE,NA,DEM,2008-09-28,2008-11-04,37,400,Lawrence Webb Kissell,14149,DEM,54,55.38212734172131,Robert C. Hayes,14150,REP,43,44.61787265827869,11,10.764254683442616 +73970,138798,4321,2008,NC-8,House-G,2008_House-G_NC-8,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,609,Lawrence Webb Kissell,14149,DEM,49,55.38212734172131,Robert C. Hayes,14150,REP,41,44.61787265827869,8,10.764254683442616 +64182,118091,4321,2008,NC-8,House-G,2008_House-G_NC-8,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-10-26,2008-11-04,9,1589,Lawrence Webb Kissell,14149,DEM,51,55.38212734172131,Robert C. Hayes,14150,REP,46,44.61787265827869,5,10.764254683442616 +16865,117834,4327,2008,ND-1,House-G,2008_House-G_ND-1,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2008-10-13,2008-11-04,22,504,Earl Pomeroy,13904,DEM,55,61.974105393913334,Duane Sand,13905,REP,30,38.025894606086666,25,23.948210787826667 +77076,148652,4328,2008,OH-1,House-G,2008_House-G_OH-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,645,Steven L. Driehaus,16499,DEM,44,52.46717742752034,Steve Chabot,16500,REP,46,47.4815214823315,-2,4.985655945188839 +77076,148662,4329,2008,OH-2,House-G,2008_House-G_OH-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,627,Victoria Wells Wulsin,26983,DEM,40,37.4559742358816,Jean Schmidt,26984,REP,48,44.83119436470219,-8,-7.375220128820594 +77082,148661,4329,2008,OH-2,House-G,2008_House-G_OH-2,Momentum Analysis,214,FALSE,TRUE,NA,DEM,2008-09-29,2008-11-04,36,400,Victoria Wells Wulsin,26983,DEM,36,37.4559742358816,Jean Schmidt,26984,REP,37,44.83119436470219,-1,-7.375220128820594 +73972,138800,4334,2008,OH-7,House-G,2008_House-G_OH-7,Tarrance Group,333,FALSE,FALSE,NA,REP,2008-10-05,2008-11-04,30,300,Sharen Swartz Neuhardt,16501,DEM,32,41.78465163647982,Steven Austria,16502,REP,56,58.21534836352018,-24,-16.430696727040356 +77076,148668,4342,2008,OH-15,House-G,2008_House-G_OH-15,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,640,Mary Jo Kilroy,13948,DEM,47,45.940270802203806,Steve Stivers,13949,REP,42,45.17933898985644,5,0.7609318123473656 +73974,138802,4342,2008,OH-15,House-G,2008_House-G_OH-15,GQR,126,TRUE,FALSE,NA,DEM,2008-09-30,2008-11-04,35,400,Mary Jo Kilroy,13948,DEM,44,45.940270802203806,Steve Stivers,13949,REP,36,45.17933898985644,8,0.7609318123473656 +64068,117895,4342,2008,OH-15,House-G,2008_House-G_OH-15,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-19,2008-11-04,16,400,Mary Jo Kilroy,13948,DEM,44,45.940270802203806,Steve Stivers,13949,REP,36,45.17933898985644,8,0.7609318123473656 +73973,138801,4342,2008,OH-15,House-G,2008_House-G_OH-15,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2008-10-21,2008-11-04,14,500,Mary Jo Kilroy,13948,DEM,46,45.940270802203806,Steve Stivers,13949,REP,37,45.17933898985644,9,0.7609318123473656 +64342,118331,4342,2008,OH-15,House-G,2008_House-G_OH-15,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,632,Mary Jo Kilroy,13948,DEM,47,45.940270802203806,Steve Stivers,13949,REP,41,45.17933898985644,6,0.7609318123473656 +77076,148671,4343,2008,OH-16,House-G,2008_House-G_OH-16,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-20,2008-11-04,45,635,John A. Boccieri,27096,DEM,49,55.36309061790743,Kirk J. Schuring,27095,REP,41,44.63690938209257,8,10.726181235814863 +64329,118317,4355,2008,OR-5,House-G,2008_House-G_OR-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-13,2008-11-04,22,587,Kurt Schrader,14405,DEM,51,54.25488684510897,Mike Erickson,14406,REP,38,38.33491696397091,13,15.919969881138059 +64361,118412,4355,2008,OR-5,House-G,2008_House-G_OR-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-27,2008-11-04,8,668,Kurt Schrader,14405,DEM,55,54.25488684510897,Mike Erickson,14406,REP,31,38.33491696397091,24,15.919969881138059 +77091,148673,4358,2008,PA-3,House-G,2008_House-G_PA-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-27,2008-11-04,38,618,Kathy Dahlkemper,14145,DEM,49,51.245668340586214,Philip English,14146,REP,45,48.75433165941379,4,2.4913366811724202 +64180,118087,4358,2008,PA-3,House-G,2008_House-G_PA-3,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2008-10-22,2008-11-04,13,400,Kathy Dahlkemper,14145,DEM,45,51.245668340586214,Philip English,14146,REP,47,48.75433165941379,-2,2.4913366811724202 +73976,138804,4359,2008,PA-4,House-G,2008_House-G_PA-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,614,Jason Altmire,16505,DEM,54,55.857965485541115,Melissa A. Hart,16506,REP,42,44.142034514458885,12,11.71593097108223 +73975,138803,4359,2008,PA-4,House-G,2008_House-G_PA-4,Impact Research,14,FALSE,FALSE,NA,DEM,2008-10-08,2008-11-04,27,500,Jason Altmire,16505,DEM,53,55.857965485541115,Melissa A. Hart,16506,REP,41,44.142034514458885,12,11.71593097108223 +77098,148680,4365,2008,PA-10,House-G,2008_House-G_PA-10,Lycoming College Polling Institute,176,FALSE,TRUE,NA,NA,2008-09-23,2008-11-04,42,460,Christopher P. Carney,14001,DEM,46,56.33164984344244,Christopher Hackett,14002,REP,36,43.66835015655756,10,12.663299686884883 +73978,138806,4365,2008,PA-10,House-G,2008_House-G_PA-10,Momentum Analysis,214,FALSE,TRUE,NA,DEM,2008-09-30,2008-11-04,35,400,Christopher P. Carney,14001,DEM,50,56.33164984344244,Christopher Hackett,14002,REP,36,43.66835015655756,14,12.663299686884883 +73977,138805,4365,2008,PA-10,House-G,2008_House-G_PA-10,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2008-10-02,2008-11-04,33,713,Christopher P. Carney,14001,DEM,48,56.33164984344244,Christopher Hackett,14002,REP,33,43.66835015655756,15,12.663299686884883 +64115,117958,4365,2008,PA-10,House-G,2008_House-G_PA-10,Lycoming College Polling Institute,176,FALSE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,441,Christopher P. Carney,14001,DEM,50,56.33164984344244,Christopher Hackett,14002,REP,35,43.66835015655756,15,12.663299686884883 +77103,148685,4366,2008,PA-11,House-G,2008_House-G_PA-11,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2008-09-11,2008-11-04,54,547,Paul E. Kanjorski,14428,DEM,35,51.62734102211406,Lou Barletta,14429,REP,44,48.37265897788594,-9,3.254682044228119 +77102,148684,4366,2008,PA-11,House-G,2008_House-G_PA-11,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-09-14,2008-11-04,51,400,Paul E. Kanjorski,14428,DEM,48,51.62734102211406,Lou Barletta,14429,REP,39,48.37265897788594,9,3.254682044228119 +73981,138809,4366,2008,PA-11,House-G,2008_House-G_PA-11,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,REP,2008-10-02,2008-11-04,33,400,Paul E. Kanjorski,14428,DEM,39,51.62734102211406,Lou Barletta,14429,REP,47,48.37265897788594,-8,3.254682044228119 +73980,138808,4366,2008,PA-11,House-G,2008_House-G_PA-11,Grove Insight,129,FALSE,TRUE,NA,DEM,2008-10-05,2008-11-04,30,400,Paul E. Kanjorski,14428,DEM,47,51.62734102211406,Lou Barletta,14429,REP,39,48.37265897788594,8,3.254682044228119 +73979,138807,4366,2008,PA-11,House-G,2008_House-G_PA-11,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2008-10-10,2008-11-04,25,586,Paul E. Kanjorski,14428,DEM,35,51.62734102211406,Lou Barletta,14429,REP,40,48.37265897788594,-5,3.254682044228119 +64364,118416,4366,2008,PA-11,House-G,2008_House-G_PA-11,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,622,Paul E. Kanjorski,14428,DEM,45,51.62734102211406,Lou Barletta,14429,REP,51,48.37265897788594,-6,3.254682044228119 +64368,118420,4367,2008,PA-12,House-G,2008_House-G_PA-12,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2008-10-21,2008-11-04,14,400,John P. Murtha,13894,DEM,46,57.85206492093536,William Russell,13895,REP,41,42.14793507906464,5,15.704129841870724 +64020,117824,4367,2008,PA-12,House-G,2008_House-G_PA-12,Dane & Associates,71,FALSE,TRUE,IVR,NA,2008-10-22,2008-11-04,13,800,John P. Murtha,13894,DEM,35,57.85206492093536,William Russell,13895,REP,48,42.14793507906464,-13,15.704129841870724 +64021,117825,4367,2008,PA-12,House-G,2008_House-G_PA-12,Dane & Associates,71,FALSE,TRUE,IVR,NA,2008-10-28,2008-11-04,7,3657,John P. Murtha,13894,DEM,45.5,57.85206492093536,William Russell,13895,REP,43.7,42.14793507906464,1.7999999999999972,15.704129841870724 +64357,118407,4377,2008,SC-1,House-G,2008_House-G_SC-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-25,2008-11-04,10,600,Linda Ketner,14250,DEM,45,47.88945796612252,Henry E. Brown,14252,REP,50,51.93065382781627,-5,-4.041195861693751 +77106,148688,4399,2008,TX-7,House-G,2008_House-G_TX-7,GQR,126,TRUE,FALSE,NA,DEM,2008-09-08,2008-11-04,57,500,Michael Peter Skelly,13952,DEM,37,42.360810355613296,John Abney Culberson,13953,REP,44,55.90099472732647,-7,-13.540184371713174 +64426,118510,4399,2008,TX-7,House-G,2008_House-G_TX-7,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-21,2008-11-04,14,421,Michael Peter Skelly,13952,DEM,41,42.360810355613296,John Abney Culberson,13953,REP,48,55.90099472732647,-7,-13.540184371713174 +64071,117898,4399,2008,TX-7,House-G,2008_House-G_TX-7,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-22,2008-11-04,13,400,Michael Peter Skelly,13952,DEM,44,42.360810355613296,John Abney Culberson,13953,REP,49,55.90099472732647,-5,-13.540184371713174 +73982,138810,4414,2008,TX-22,House-G,2008_House-G_TX-22,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2008-10-07,2008-11-04,28,400,Nicholas V. Lampson,13826,DEM,41,45.35995728086215,Pete Olson,13827,REP,42,52.4267382967362,-1,-7.066781015874049 +63855,117558,4414,2008,TX-22,House-G,2008_House-G_TX-22,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2008-10-19,2008-11-04,16,400,Nicholas V. Lampson,13826,DEM,42,45.35995728086215,Pete Olson,13827,REP,42,52.4267382967362,0,-7.066781015874049 +64426,118509,4414,2008,TX-22,House-G,2008_House-G_TX-22,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-10-21,2008-11-04,14,404,Nicholas V. Lampson,13826,DEM,36,45.35995728086215,Pete Olson,13827,REP,53,52.4267382967362,-17,-7.066781015874049 +17289,148698,4425,2008,UT-1,House-G,2008_House-G_UT-1,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,197,Morgan E. Bowen,13887,DEM,21,30.473067606979846,Rob Bishop,13888,REP,62,64.85491604738914,-41,-34.38184844040929 +16680,117993,4425,2008,UT-1,House-G,2008_House-G_UT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,400,Morgan E. Bowen,13887,DEM,29,30.473067606979846,Rob Bishop,13888,REP,54,64.85491604738914,-25,-34.38184844040929 +64014,117816,4425,2008,UT-1,House-G,2008_House-G_UT-1,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,377,Morgan E. Bowen,13887,DEM,27,30.473067606979846,Rob Bishop,13888,REP,60,64.85491604738914,-33,-34.38184844040929 +17289,148700,4426,2008,UT-2,House-G,2008_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,213,Jim Matheson,13889,DEM,62,63.350606473839086,Bill Dew,13890,REP,27,34.4744132634752,35,28.876193210363887 +16680,117994,4426,2008,UT-2,House-G,2008_House-G_UT-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,400,Jim Matheson,13889,DEM,57,63.350606473839086,Bill Dew,13890,REP,30,34.4744132634752,27,28.876193210363887 +64014,117817,4426,2008,UT-2,House-G,2008_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,445,Jim Matheson,13889,DEM,65,63.350606473839086,Bill Dew,13890,REP,26,34.4744132634752,39,28.876193210363887 +17289,148702,4427,2008,UT-3,House-G,2008_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2008-09-10,2008-11-04,55,191,Bennion L. Spencer,13893,DEM,18,28.28297710378891,Jason Chaffetz,13892,REP,60,65.61043115877209,-42,-37.32745405498318 +16680,117995,4427,2008,UT-3,House-G,2008_House-G_UT-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-24,2008-11-04,11,400,Bennion L. Spencer,13893,DEM,22,28.28297710378891,Jason Chaffetz,13892,REP,57,65.61043115877209,-35,-37.32745405498318 +64014,117821,4427,2008,UT-3,House-G,2008_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2008-10-27,2008-11-04,8,383,Bennion L. Spencer,13893,DEM,24,28.28297710378891,Jason Chaffetz,13892,REP,58,65.61043115877209,-34,-37.32745405498318 +77113,148704,4430,2008,VA-2,House-G,2008_House-G_VA-2,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2008-09-21,2008-11-04,44,400,Glenn C. Nye,14116,DEM,40,52.40163864785694,Thelma D. Drake,14117,REP,45,47.462423026770246,-5,4.939215621086696 +64163,118065,4430,2008,VA-2,House-G,2008_House-G_VA-2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2008-10-14,2008-11-04,21,400,Glenn C. Nye,14116,DEM,42,52.40163864785694,Thelma D. Drake,14117,REP,47,47.462423026770246,-5,4.939215621086696 +73984,138812,4433,2008,VA-5,House-G,2008_House-G_VA-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-06,2008-11-04,29,680,Tom S. Perriello,14430,DEM,42,50.08578384992872,Virgil H. Goode,14431,REP,55,49.85650128045011,-13,0.22928256947860604 +73983,138811,4433,2008,VA-5,House-G,2008_House-G_VA-5,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2008-10-08,2008-11-04,27,400,Tom S. Perriello,14430,DEM,40,50.08578384992872,Virgil H. Goode,14431,REP,48,49.85650128045011,-8,0.22928256947860604 +64365,118417,4433,2008,VA-5,House-G,2008_House-G_VA-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-11-01,2008-11-04,3,640,Tom S. Perriello,14430,DEM,47,50.08578384992872,Virgil H. Goode,14431,REP,50,49.85650128045011,-3,0.22928256947860604 +73985,138813,4443,2008,WA-4,House-G,2008_House-G_WA-4,Bainbridge Media Group,656,FALSE,FALSE,Live Phone,DEM,2008-10-26,2008-11-04,9,442,George B. Fearing,16507,DEM,47.5,36.912054052047374,Doc Hastings,16508,REP,52.5,63.087945947952626,-5,-26.175891895905252 +77119,148710,4447,2008,WA-8,House-G,2008_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-09-08,2008-11-04,57,686,Darcy Burner,16511,DEM,44,47.21568584229292,David G. Reichert,16512,REP,54,52.78431415770708,-10,-5.568628315414159 +73988,138816,4447,2008,WA-8,House-G,2008_House-G_WA-8,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2008-10-08,2008-11-04,27,400,Darcy Burner,16511,DEM,49,47.21568584229292,David G. Reichert,16512,REP,44,52.78431415770708,5,-5.568628315414159 +73987,138815,4447,2008,WA-8,House-G,2008_House-G_WA-8,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2008-10-13,2008-11-04,22,500,Darcy Burner,16511,DEM,47,47.21568584229292,David G. Reichert,16512,REP,40,52.78431415770708,7,-5.568628315414159 +73986,138814,4447,2008,WA-8,House-G,2008_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-20,2008-11-04,15,442,Darcy Burner,16511,DEM,50,47.21568584229292,David G. Reichert,16512,REP,46,52.78431415770708,4,-5.568628315414159 +77120,148711,4459,2008,WI-8,House-G,2008_House-G_WI-8,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-09-16,2008-11-04,49,400,Steven L. Kagen,16513,DEM,46,53.99794226635104,John G. Gard,16514,REP,45,45.900565179689224,1,8.097377086661815 +73990,138818,4459,2008,WI-8,House-G,2008_House-G_WI-8,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-10-04,2008-11-04,31,616,Steven L. Kagen,16513,DEM,54,53.99794226635104,John G. Gard,16514,REP,43,45.900565179689224,11,8.097377086661815 +73989,138817,4459,2008,WI-8,House-G,2008_House-G_WI-8,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2008-10-08,2008-11-04,27,400,Steven L. Kagen,16513,DEM,46,53.99794226635104,John G. Gard,16514,REP,44,45.900565179689224,2,8.097377086661815 +16859,117992,4460,2008,WY-1,House-G,2008_House-G_WY-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-10-13,2008-11-04,22,625,Gary Trauner,14062,DEM,44,42.80679243769923,Cynthia M. Lummis,14063,REP,43,52.62495238477115,1,-9.81815994707192 +16811,118322,4460,2008,WY-1,House-G,2008_House-G_WY-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-18,2008-11-04,17,604,Gary Trauner,14062,DEM,44,42.80679243769923,Cynthia M. Lummis,14063,REP,50,52.62495238477115,-6,-9.81815994707192 +51642,81670,4462,2010,AL-2,House-G,2010_House-G_AL-2,GQR,126,TRUE,FALSE,NA,DEM,2010-09-27,2010-11-02,36,400,Bobby N. Bright,10673,DEM,52,48.7905655897876,Martha Roby,10674,REP,43,50.972934967218805,9,-2.1823693774312076 +51641,81669,4462,2010,AL-2,House-G,2010_House-G_AL-2,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-10-03,2010-11-02,30,300,Bobby N. Bright,10673,DEM,43,48.7905655897876,Martha Roby,10674,REP,45,50.972934967218805,-2,-2.1823693774312076 +51640,81668,4462,2010,AL-2,House-G,2010_House-G_AL-2,GQR,126,TRUE,FALSE,NA,DEM,2010-10-11,2010-11-02,22,400,Bobby N. Bright,10673,DEM,51,48.7905655897876,Martha Roby,10674,REP,39,50.972934967218805,12,-2.1823693774312076 +32434,81665,4468,2010,AK-1,House-G,2010_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2010-09-25,2010-11-02,38,573,Harry T. Crawford,10671,DEM,31.7,30.51329938860165,Don Young,10672,REP,64.5,68.95787052509486,-32.8,-38.44457113649321 +32521,81664,4468,2010,AK-1,House-G,2010_House-G_AK-1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-09,2010-11-02,24,442,Harry T. Crawford,10671,DEM,36,30.51329938860165,Don Young,10672,REP,58,68.95787052509486,-22,-38.44457113649321 +51661,81693,4469,2010,AZ-1,House-G,2010_House-G_AZ-1,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-27,2010-11-02,36,403,Ann Kirkpatrick,10686,DEM,39,43.73077499361003,Paul Gosar,10687,REP,46,49.71663772816613,-7,-5.9858627345561 +73901,138651,4469,2010,AZ-1,House-G,2010_House-G_AZ-1,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,442,Ann Kirkpatrick,10686,DEM,28.6,43.73077499361003,Paul Gosar,10687,REP,48.5,49.71663772816613,-19.9,-5.9858627345561 +51660,81692,4469,2010,AZ-1,House-G,2010_House-G_AZ-1,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2010-10-13,2010-11-02,20,500,Ann Kirkpatrick,10686,DEM,41,43.73077499361003,Paul Gosar,10687,REP,38,49.71663772816613,3,-5.9858627345561 +51665,81697,4471,2010,AZ-3,House-G,2010_House-G_AZ-3,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-16,2010-11-02,17,655,Jon Hulburd,10688,DEM,46,41.14460929202051,Ben Quayle,10689,REP,44,52.236496196010016,2,-11.091886903989504 +51670,81702,4473,2010,AZ-5,House-G,2010_House-G_AZ-5,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2010-09-15,2010-11-02,48,509,Harry E. Mitchell,10690,DEM,45,43.22685512367491,David Schweikert,10691,REP,44,52.001884570082446,1,-8.775029446407537 +51669,81701,4473,2010,AZ-5,House-G,2010_House-G_AZ-5,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2010-09-26,2010-11-02,37,400,Harry E. Mitchell,10690,DEM,43,43.22685512367491,David Schweikert,10691,REP,40,52.001884570082446,3,-8.775029446407537 +73901,138652,4473,2010,AZ-5,House-G,2010_House-G_AZ-5,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,442,Harry E. Mitchell,10690,DEM,33.2,43.22685512367491,David Schweikert,10691,REP,49.3,52.001884570082446,-16.099999999999994,-8.775029446407537 +51668,81700,4473,2010,AZ-5,House-G,2010_House-G_AZ-5,National Research,225,FALSE,FALSE,NA,REP,2010-10-05,2010-11-02,28,400,Harry E. Mitchell,10690,DEM,43,43.22685512367491,David Schweikert,10691,REP,45,52.001884570082446,-2,-8.775029446407537 +51667,81699,4473,2010,AZ-5,House-G,2010_House-G_AZ-5,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2010-10-06,2010-11-02,27,400,Harry E. Mitchell,10690,DEM,46,43.22685512367491,David Schweikert,10691,REP,39,52.001884570082446,7,-8.775029446407537 +51666,81698,4473,2010,AZ-5,House-G,2010_House-G_AZ-5,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,408,Harry E. Mitchell,10690,DEM,42,43.22685512367491,David Schweikert,10691,REP,45,52.001884570082446,-3,-8.775029446407537 +51673,81706,4475,2010,AZ-7,House-G,2010_House-G_AZ-7,Magellan Strategies,179,FALSE,FALSE,NA,REP,2010-09-29,2010-11-02,34,686,Raúl Grijalva,10692,DEM,40,50.22809530990801,Ruth McClung,10693,REP,38,44.22724073794802,2,6.000854571959984 +73901,138653,4476,2010,AZ-8,House-G,2010_House-G_AZ-8,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,442,Gabrielle Giffords,10695,DEM,42.6,48.76259794483352,Jesse Kelly,10694,REP,42.8,47.29703996783954,-0.19999999999999574,1.4655579769939848 +51650,81678,4477,2010,AR-1,House-G,2010_House-G_AR-1,Impact Research,14,FALSE,FALSE,NA,DEM,2010-09-15,2010-11-02,48,400,Chad Causey,10677,DEM,46,43.477801973157945,Rick Crawford,10678,REP,44,51.786507865967465,2,-8.30870589280952 +51649,81677,4477,2010,AR-1,House-G,2010_House-G_AR-1,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,409,Chad Causey,10677,DEM,34,43.477801973157945,Rick Crawford,10678,REP,46,51.786507865967465,-12,-8.30870589280952 +32868,138654,4477,2010,AR-1,House-G,2010_House-G_AR-1,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-11,2010-11-02,22,442,Chad Causey,10677,DEM,35.1,43.477801973157945,Rick Crawford,10678,REP,40.6,51.786507865967465,-5.5,-8.30870589280952 +51648,81676,4477,2010,AR-1,House-G,2010_House-G_AR-1,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2010-10-12,2010-11-02,21,400,Chad Causey,10677,DEM,44,43.477801973157945,Rick Crawford,10678,REP,42,51.786507865967465,2,-8.30870589280952 +51647,81675,4477,2010,AR-1,House-G,2010_House-G_AR-1,Hendrix College,138,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,436,Chad Causey,10677,DEM,34,43.477801973157945,Rick Crawford,10678,REP,42,51.786507865967465,-8,-8.30870589280952 +32868,138655,4478,2010,AR-2,House-G,2010_House-G_AR-2,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-11,2010-11-02,22,442,Joyce Ann Elliott,10679,DEM,31,38.26712575645476,Tim Griffin,10680,REP,52.3,57.90364805645666,-21.299999999999997,-19.6365223000019 +51647,81683,4478,2010,AR-2,House-G,2010_House-G_AR-2,Hendrix College,138,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,446,Joyce Ann Elliott,10679,DEM,38,38.26712575645476,Tim Griffin,10680,REP,50,57.90364805645666,-12,-19.6365223000019 +51655,81684,4478,2010,AR-2,House-G,2010_House-G_AR-2,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2010-10-13,2010-11-02,20,400,Joyce Ann Elliott,10679,DEM,40,38.26712575645476,Tim Griffin,10680,REP,52,57.90364805645666,-12,-19.6365223000019 +51647,81687,4479,2010,AR-3,House-G,2010_House-G_AR-3,Hendrix College,138,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,553,David Whitaker,10681,DEM,21,27.564924459958178,Steve Womack,10682,REP,59,72.43507554004182,-38,-44.870151080083645 +51658,81690,4480,2010,AR-4,House-G,2010_House-G_AR-4,Diamond State Consulting Group,78,FALSE,TRUE,NA,REP,2010-09-27,2010-11-02,36,442,Michael Avery Ross,10683,DEM,44,57.52916343875959,Beth Anne Rankin,10684,REP,41,40.15291858937653,3,17.376244849383056 +51647,81689,4480,2010,AR-4,House-G,2010_House-G_AR-4,Hendrix College,138,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,518,Michael Avery Ross,10683,DEM,52,57.52916343875959,Beth Anne Rankin,10684,REP,34,40.15291858937653,18,17.376244849383056 +51675,81709,4483,2010,CA-3,House-G,2010_House-G_CA-3,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-18,2010-11-02,45,617,Ami Bera,10696,DEM,38,43.18884621551665,Dan Lungren,10697,REP,46,50.07635394635371,-8,-6.887507730837065 +51678,81712,4491,2010,CA-11,House-G,2010_House-G_CA-11,Lake Research Partners,165,FALSE,FALSE,NA,DEM,2010-09-23,2010-11-02,40,500,Jerry McNerney,10700,DEM,45,47.96655343176592,David Harmer,10701,REP,35,46.86136971264392,10,1.105183719121996 +32872,146443,4491,2010,CA-11,House-G,2010_House-G_CA-11,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,442,Jerry McNerney,10700,DEM,40.5,47.96655343176592,David Harmer,10701,REP,48.7,46.86136971264392,-8.200000000000003,1.105183719121996 +51677,81711,4491,2010,CA-11,House-G,2010_House-G_CA-11,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,624,Jerry McNerney,10700,DEM,42,47.96655343176592,David Harmer,10701,REP,48,46.86136971264392,-6,1.105183719121996 +73903,138657,4495,2010,CA-15,House-G,2010_House-G_CA-15,GOP Calls,654,FALSE,TRUE,IVR,REP,2010-10-14,2010-11-02,19,461,Michael M. Honda,16417,DEM,46,67.59746001125312,Scott Kirkland,16416,REP,29.1,32.40253998874689,16.9,35.19492002250623 +73902,138656,4495,2010,CA-15,House-G,2010_House-G_CA-15,GOP Calls,654,FALSE,TRUE,IVR,REP,2010-10-21,2010-11-02,12,461,Michael M. Honda,16417,DEM,47.7,67.59746001125312,Scott Kirkland,16416,REP,36.3,32.40253998874689,11.400000000000006,35.19492002250623 +51680,81714,4498,2010,CA-18,House-G,2010_House-G_CA-18,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,612,Dennis A. Cardoza,10702,DEM,50,58.48405301479501,Michael C. Berryhill,10703,REP,44,41.51594698520499,6,16.968106029590018 +51682,81716,4499,2010,CA-19,House-G,2010_House-G_CA-19,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-12,2010-11-02,51,645,Loraine Goodwin,10704,DEM,30,35.1489678334054,Jeff Denham,10705,REP,63,64.5513871152628,-33,-29.402419281857398 +51685,81719,4500,2010,CA-20,House-G,2010_House-G_CA-20,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-11,2010-11-02,52,561,Jim Costa,10706,DEM,48,51.70497741603685,Andy Vidak,10707,REP,46,48.295022583963146,2,3.4099548320737014 +32872,146444,4500,2010,CA-20,House-G,2010_House-G_CA-20,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,442,Jim Costa,10706,DEM,33,51.70497741603685,Andy Vidak,10707,REP,56.3,48.295022583963146,-23.299999999999997,3.4099548320737014 +51683,81717,4500,2010,CA-20,House-G,2010_House-G_CA-20,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,601,Jim Costa,10706,DEM,42,51.70497741603685,Andy Vidak,10707,REP,52,48.295022583963146,-10,3.4099548320737014 +51684,81718,4500,2010,CA-20,House-G,2010_House-G_CA-20,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2010-10-23,2010-11-02,10,400,Jim Costa,10706,DEM,47,51.70497741603685,Andy Vidak,10707,REP,41,48.295022583963146,6,3.4099548320737014 +51687,81721,4524,2010,CA-44,House-G,2010_House-G_CA-44,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,760,William E. Hedrick,10708,DEM,38,44.38649322695146,Ken Calvert,10709,REP,49,55.61350677304855,-11,-11.22701354609709 +51686,81720,4524,2010,CA-44,House-G,2010_House-G_CA-44,Zata3,392,FALSE,TRUE,IVR,DEM,2010-10-12,2010-11-02,21,611,William E. Hedrick,10708,DEM,43,44.38649322695146,Ken Calvert,10709,REP,48,55.61350677304855,-5,-11.22701354609709 +32872,146445,4527,2010,CA-47,House-G,2010_House-G_CA-47,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,442,Loretta Sanchez,10712,DEM,34.5,52.97538403818496,Van Tran,10711,REP,50.9,39.26777414177627,-16.4,13.707609896408691 +51689,81723,4527,2010,CA-47,House-G,2010_House-G_CA-47,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-13,2010-11-02,20,300,Loretta Sanchez,10712,DEM,39,52.97538403818496,Van Tran,10711,REP,39,39.26777414177627,0,13.707609896408691 +51691,81725,4534,2010,CO-1,House-G,2010_House-G_CO-1,ccAdvertising,396,FALSE,FALSE,IVR,REP,2010-10-18,2010-11-02,15,698,Diana DeGette,10714,DEM,43.8,67.42350217327474,Mike Fallon,10713,REP,36.4,28.75894700867866,7.399999999999999,38.66455516459608 +51692,81726,4535,2010,CO-2,House-G,2010_House-G_CO-2,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2010-09-20,2010-11-02,43,688,Jared Polis,10716,DEM,48,57.413312538122405,Stephen Bailey,10715,REP,36,37.8988858605434,12,19.514426677579003 +73904,138658,4536,2010,CO-3,House-G,2010_House-G_CO-3,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-01,2010-11-02,32,442,John T. Salazar,10717,DEM,30,45.755216105488785,Scott Tipton,10718,REP,53.4,50.099806588397634,-23.4,-4.344590482908849 +51693,81727,4536,2010,CO-3,House-G,2010_House-G_CO-3,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,400,John T. Salazar,10717,DEM,43,45.755216105488785,Scott Tipton,10718,REP,47,50.099806588397634,-4,-4.344590482908849 +51698,81732,4537,2010,CO-4,House-G,2010_House-G_CO-4,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2010-09-07,2010-11-02,56,400,Betsy Markey,10719,DEM,38,41.35384452326246,Cory Gardner,10720,REP,38,52.476900306986494,0,-11.123055783724034 +51697,81731,4537,2010,CO-4,House-G,2010_House-G_CO-4,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,391,Betsy Markey,10719,DEM,41,41.35384452326246,Cory Gardner,10720,REP,44,52.476900306986494,-3,-11.123055783724034 +73904,138659,4537,2010,CO-4,House-G,2010_House-G_CO-4,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-01,2010-11-02,32,442,Betsy Markey,10719,DEM,34.7,41.35384452326246,Cory Gardner,10720,REP,47.1,52.476900306986494,-12.399999999999999,-11.123055783724034 +73904,138660,4540,2010,CO-7,House-G,2010_House-G_CO-7,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-01,2010-11-02,32,442,Ed Perlmutter,10722,DEM,44,53.44480812105687,Ryan Frazier,10721,REP,36.7,41.75608367724491,7.299999999999997,11.688724443811964 +51700,81736,4541,2010,CT-1,House-G,2010_House-G_CT-1,MRG Research,207,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,515,John B. Larson,10723,DEM,52,57.75046673568161,Ann Brickley,10724,REP,45,37.19551579822862,7,20.554950937452993 +32714,81735,4541,2010,CT-1,House-G,2010_House-G_CT-1,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,423,John B. Larson,10723,DEM,56,57.75046673568161,Ann Brickley,10724,REP,38,37.19551579822862,18,20.554950937452993 +51700,81738,4542,2010,CT-2,House-G,2010_House-G_CT-2,MRG Research,207,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,513,Joe Courtney,10725,DEM,55,57.08381785105081,Janet Peckinpaugh,10726,REP,41,38.76317314198429,14,18.32064470906652 +32714,81737,4542,2010,CT-2,House-G,2010_House-G_CT-2,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,388,Joe Courtney,10725,DEM,57,57.08381785105081,Janet Peckinpaugh,10726,REP,38,38.76317314198429,19,18.32064470906652 +51700,81740,4543,2010,CT-3,House-G,2010_House-G_CT-3,MRG Research,207,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,545,Rosa L. DeLauro,10729,DEM,58,60.97316698465066,Gerald Labriola,10730,REP,37,33.58409505984293,21,27.38907192480773 +32714,81739,4543,2010,CT-3,House-G,2010_House-G_CT-3,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,397,Rosa L. DeLauro,10729,DEM,56,60.97316698465066,Gerald Labriola,10730,REP,37.9,33.58409505984293,18.1,27.38907192480773 +51702,81744,4544,2010,CT-4,House-G,2010_House-G_CT-4,National Research,225,FALSE,FALSE,NA,REP,2010-09-27,2010-11-02,36,300,Jim Himes,10731,DEM,42,50.94323132052385,Dan Debicella,10732,REP,42,46.93386570741199,0,4.009365613111861 +51700,81743,4544,2010,CT-4,House-G,2010_House-G_CT-4,MRG Research,207,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,411,Jim Himes,10731,DEM,49,50.94323132052385,Dan Debicella,10732,REP,47,46.93386570741199,2,4.009365613111861 +51701,81742,4544,2010,CT-4,House-G,2010_House-G_CT-4,National Research,225,FALSE,FALSE,Live Phone,REP,2010-10-17,2010-11-02,16,300,Jim Himes,10731,DEM,42,50.94323132052385,Dan Debicella,10732,REP,46,46.93386570741199,-4,4.009365613111861 +32714,81741,4544,2010,CT-4,House-G,2010_House-G_CT-4,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,571,Jim Himes,10731,DEM,46,50.94323132052385,Dan Debicella,10732,REP,48,46.93386570741199,-2,4.009365613111861 +51707,81751,4545,2010,CT-5,House-G,2010_House-G_CT-5,Penta,576,FALSE,FALSE,NA,DEM,2010-09-20,2010-11-02,43,568,Christopher Murphy,10733,DEM,50,52.014711640409494,Sam S.F. Caligiuri,10734,REP,37,44.914497388947794,13,7.100214251461701 +51700,81750,4545,2010,CT-5,House-G,2010_House-G_CT-5,MRG Research,207,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,481,Christopher Murphy,10733,DEM,44,52.014711640409494,Sam S.F. Caligiuri,10734,REP,50,44.914497388947794,-6,7.100214251461701 +51706,81749,4545,2010,CT-5,House-G,2010_House-G_CT-5,Penta,576,FALSE,FALSE,NA,DEM,2010-10-05,2010-11-02,28,424,Christopher Murphy,10733,DEM,48,52.014711640409494,Sam S.F. Caligiuri,10734,REP,34,44.914497388947794,14,7.100214251461701 +32714,81748,4545,2010,CT-5,House-G,2010_House-G_CT-5,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,595,Christopher Murphy,10733,DEM,46,52.014711640409494,Sam S.F. Caligiuri,10734,REP,47,44.914497388947794,-1,7.100214251461701 +51705,81747,4545,2010,CT-5,House-G,2010_House-G_CT-5,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-30,2010-11-02,3,911,Christopher Murphy,10733,DEM,44,52.014711640409494,Sam S.F. Caligiuri,10734,REP,52,44.914497388947794,-8,7.100214251461701 +32297,81759,4546,2010,DE-1,House-G,2010_House-G_DE-1,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-11,2010-11-02,52,958,John C. Carney Jr.,10736,DEM,48,56.78094203562407,Glen Urquhart,10737,REP,37,41.04293996780484,11,15.738002067819231 +51710,81758,4546,2010,DE-1,House-G,2010_House-G_DE-1,Grove Insight,129,FALSE,TRUE,NA,DEM,2010-09-17,2010-11-02,46,400,John C. Carney Jr.,10736,DEM,50,56.78094203562407,Glen Urquhart,10737,REP,32,41.04293996780484,18,15.738002067819231 +72913,146449,4546,2010,DE-1,House-G,2010_House-G_DE-1,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-20,2010-11-02,43,442,John C. Carney Jr.,10736,DEM,50.2,56.78094203562407,Glen Urquhart,10737,REP,38.2,41.04293996780484,12,15.738002067819231 +52187,82348,4546,2010,DE-1,House-G,2010_House-G_DE-1,WPA Intelligence,383,FALSE,FALSE,NA,REP,2010-09-27,2010-11-02,36,300,John C. Carney Jr.,10736,DEM,45,56.78094203562407,Glen Urquhart,10737,REP,41,41.04293996780484,4,15.738002067819231 +32468,81757,4546,2010,DE-1,House-G,2010_House-G_DE-1,University of Delaware Center for Political Communication,433,FALSE,FALSE,NA,NA,2010-09-23,2010-11-02,40,729,John C. Carney Jr.,10736,DEM,48,56.78094203562407,Glen Urquhart,10737,REP,31,41.04293996780484,17,15.738002067819231 +32484,81756,4546,2010,DE-1,House-G,2010_House-G_DE-1,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2010-09-30,2010-11-02,33,801,John C. Carney Jr.,10736,DEM,51,56.78094203562407,Glen Urquhart,10737,REP,36,41.04293996780484,15,15.738002067819231 +32520,81755,4546,2010,DE-1,House-G,2010_House-G_DE-1,Monmouth University,215,TRUE,FALSE,NA,NA,2010-10-10,2010-11-02,23,790,John C. Carney Jr.,10736,DEM,53,56.78094203562407,Glen Urquhart,10737,REP,44,41.04293996780484,9,15.738002067819231 +32711,81754,4546,2010,DE-1,House-G,2010_House-G_DE-1,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,797,John C. Carney Jr.,10736,DEM,53,56.78094203562407,Glen Urquhart,10737,REP,36,41.04293996780484,17,15.738002067819231 +51709,81753,4546,2010,DE-1,House-G,2010_House-G_DE-1,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,1171,John C. Carney Jr.,10736,DEM,51,56.78094203562407,Glen Urquhart,10737,REP,44,41.04293996780484,7,15.738002067819231 +76828,146450,4548,2010,FL-2,House-G,2010_House-G_FL-2,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-30,2010-11-02,33,442,Allen Boyd,10738,DEM,25,41.35034861144955,Steve Southerland II,10739,REP,52.1,53.596946996910845,-27.1,-12.246598385461297 +51715,81763,4548,2010,FL-2,House-G,2010_House-G_FL-2,National Research,225,FALSE,FALSE,NA,REP,2010-09-29,2010-11-02,34,300,Allen Boyd,10738,DEM,30,41.35034861144955,Steve Southerland II,10739,REP,46,53.596946996910845,-16,-12.246598385461297 +51714,81762,4548,2010,FL-2,House-G,2010_House-G_FL-2,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-16,2010-11-02,17,830,Allen Boyd,10738,DEM,38,41.35034861144955,Steve Southerland II,10739,REP,50,53.596946996910845,-12,-12.246598385461297 +51713,81761,4548,2010,FL-2,House-G,2010_House-G_FL-2,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,399,Allen Boyd,10738,DEM,38,41.35034861144955,Steve Southerland II,10739,REP,50,53.596946996910845,-12,-12.246598385461297 +51717,81765,4549,2010,FL-3,House-G,2010_House-G_FL-3,Rasmussen Reports,277,FALSE,FALSE,NA,REP,2010-09-24,2010-11-02,39,500,Corrine Brown,10741,DEM,49,63.03617407735145,Michael F. Yost,10740,REP,42,33.88666742070911,7,29.149506656642338 +51720,81768,4554,2010,FL-8,House-G,2010_House-G_FL-8,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,559,Alan Grayson,10742,DEM,36,38.21534298323677,Daniel Webster,10743,REP,43,56.113219883402046,-7,-17.897876900165272 +76828,146451,4554,2010,FL-8,House-G,2010_House-G_FL-8,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-30,2010-11-02,33,442,Alan Grayson,10742,DEM,27.6,38.21534298323677,Daniel Webster,10743,REP,48.9,56.113219883402046,-21.299999999999997,-17.897876900165272 +51719,81767,4554,2010,FL-8,House-G,2010_House-G_FL-8,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,801,Alan Grayson,10742,DEM,41,38.21534298323677,Daniel Webster,10743,REP,48,56.113219883402046,-7,-17.897876900165272 +51726,81774,4568,2010,FL-22,House-G,2010_House-G_FL-22,Impact Research,14,FALSE,FALSE,NA,DEM,2010-09-15,2010-11-02,48,500,Ron Klein,10749,DEM,48,45.63636862465363,Allen West,10750,REP,40,54.36363137534638,8,-8.727262750692752 +51725,81773,4568,2010,FL-22,House-G,2010_House-G_FL-22,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2010-09-21,2010-11-02,42,504,Ron Klein,10749,DEM,48,45.63636862465363,Allen West,10750,REP,43,54.36363137534638,5,-8.727262750692752 +52188,82349,4568,2010,FL-22,House-G,2010_House-G_FL-22,WPA Intelligence,383,FALSE,FALSE,NA,REP,2010-09-21,2010-11-02,42,300,Ron Klein,10749,DEM,42,45.63636862465363,Allen West,10750,REP,48,54.36363137534638,-6,-8.727262750692752 +76828,146455,4568,2010,FL-22,House-G,2010_House-G_FL-22,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-30,2010-11-02,33,442,Ron Klein,10749,DEM,36.5,45.63636862465363,Allen West,10750,REP,42.9,54.36363137534638,-6.399999999999999,-8.727262750692752 +51724,81772,4568,2010,FL-22,House-G,2010_House-G_FL-22,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-18,2010-11-02,15,800,Ron Klein,10749,DEM,44,45.63636862465363,Allen West,10750,REP,47,54.36363137534638,-3,-8.727262750692752 +51727,81775,4570,2010,FL-24,House-G,2010_House-G_FL-24,EMC Research,130,FALSE,FALSE,NA,DEM,2010-09-22,2010-11-02,41,400,Suzanne M. Kosmas,10752,DEM,45,40.31612326603573,Sandra Adams,10753,REP,43,59.63694389689468,2,-19.320820630858947 +51728,81776,4570,2010,FL-24,House-G,2010_House-G_FL-24,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2010-09-22,2010-11-02,41,400,Suzanne M. Kosmas,10752,DEM,39,40.31612326603573,Sandra Adams,10753,REP,49,59.63694389689468,-10,-19.320820630858947 +76828,146458,4570,2010,FL-24,House-G,2010_House-G_FL-24,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-09-30,2010-11-02,33,442,Suzanne M. Kosmas,10752,DEM,29.3,40.31612326603573,Sandra Adams,10753,REP,46.5,59.63694389689468,-17.2,-19.320820630858947 +51731,81779,4571,2010,FL-25,House-G,2010_House-G_FL-25,GQR,126,TRUE,FALSE,NA,DEM,2010-09-16,2010-11-02,47,404,Joe Garcia,10754,DEM,40,42.58914825883123,David Rivera,10755,REP,33,52.14729054774195,7,-9.558142288910723 +51730,81778,4571,2010,FL-25,House-G,2010_House-G_FL-25,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,700,Joe Garcia,10754,DEM,43,42.58914825883123,David Rivera,10755,REP,44,52.14729054774195,-1,-9.558142288910723 +51735,81784,4573,2010,GA-2,House-G,2010_House-G_GA-2,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-27,2010-11-02,36,400,Sanford Bishop,10756,DEM,47,51.44090419934242,Mike Keown,10757,REP,46,48.55909580065757,1,2.8818083986848464 +51734,81783,4573,2010,GA-2,House-G,2010_House-G_GA-2,Lester & Associates,293,FALSE,FALSE,NA,DEM,2010-10-09,2010-11-02,24,500,Sanford Bishop,10756,DEM,50,51.44090419934242,Mike Keown,10757,REP,40,48.55909580065757,10,2.8818083986848464 +32633,81782,4573,2010,GA-2,House-G,2010_House-G_GA-2,Landmark Communications,166,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,836,Sanford Bishop,10756,DEM,45,51.44090419934242,Mike Keown,10757,REP,47,48.55909580065757,-2,2.8818083986848464 +51733,81781,4573,2010,GA-2,House-G,2010_House-G_GA-2,Landmark Communications,166,FALSE,FALSE,IVR,NA,2010-10-28,2010-11-02,5,914,Sanford Bishop,10756,DEM,46,51.44090419934242,Mike Keown,10757,REP,50,48.55909580065757,-4,2.8818083986848464 +51737,81786,4578,2010,GA-7,House-G,2010_House-G_GA-7,Landmark Communications,166,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,442,Douglass S. Heckman,10758,DEM,30,32.92954388188116,Rob Woodall,10759,REP,60,67.07045611811884,-30,-34.14091223623768 +51742,81792,4579,2010,GA-8,House-G,2010_House-G_GA-8,Grove Insight,129,FALSE,TRUE,NA,DEM,2010-09-14,2010-11-02,49,400,James Marshall,10760,DEM,48,47.30284073428366,Austin Scott,10761,REP,36,52.69715926571633,12,-5.394318531432667 +51741,81791,4579,2010,GA-8,House-G,2010_House-G_GA-8,American Viewpoint,10,FALSE,FALSE,NA,REP,2010-09-26,2010-11-02,37,300,James Marshall,10760,DEM,38,47.30284073428366,Austin Scott,10761,REP,46,52.69715926571633,-8,-5.394318531432667 +32633,81789,4579,2010,GA-8,House-G,2010_House-G_GA-8,Landmark Communications,166,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,763,James Marshall,10760,DEM,35,47.30284073428366,Austin Scott,10761,REP,51,52.69715926571633,-16,-5.394318531432667 +51740,81790,4579,2010,GA-8,House-G,2010_House-G_GA-8,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2010-10-18,2010-11-02,15,400,James Marshall,10760,DEM,47,47.30284073428366,Austin Scott,10761,REP,44,52.69715926571633,3,-5.394318531432667 +51739,81788,4579,2010,GA-8,House-G,2010_House-G_GA-8,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,400,James Marshall,10760,DEM,37,47.30284073428366,Austin Scott,10761,REP,50,52.69715926571633,-13,-5.394318531432667 +51738,81787,4579,2010,GA-8,House-G,2010_House-G_GA-8,Landmark Communications,166,FALSE,FALSE,IVR,NA,2010-10-26,2010-11-02,7,442,James Marshall,10760,DEM,39.1,47.30284073428366,Austin Scott,10761,REP,52.5,52.69715926571633,-13.399999999999999,-5.394318531432667 +32469,81798,4585,2010,HI-1,House-G,2010_House-G_HI-1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-02,2010-11-02,31,641,Colleen W. Hanabusa,10762,DEM,48,53.22763947235997,Charles K. Djou,10763,REP,47,46.77236052764004,1,6.455278944719929 +51747,81797,4585,2010,HI-1,House-G,2010_House-G_HI-1,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-10-05,2010-11-02,28,400,Colleen W. Hanabusa,10762,DEM,48,53.22763947235997,Charles K. Djou,10763,REP,44,46.77236052764004,4,6.455278944719929 +51746,81796,4585,2010,HI-1,House-G,2010_House-G_HI-1,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,406,Colleen W. Hanabusa,10762,DEM,41,53.22763947235997,Charles K. Djou,10763,REP,45,46.77236052764004,-4,6.455278944719929 +51745,81795,4585,2010,HI-1,House-G,2010_House-G_HI-1,Ward Research,375,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,399,Colleen W. Hanabusa,10762,DEM,45,53.22763947235997,Charles K. Djou,10763,REP,48,46.77236052764004,-3,6.455278944719929 +51744,81794,4585,2010,HI-1,House-G,2010_House-G_HI-1,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,620,Colleen W. Hanabusa,10762,DEM,50,53.22763947235997,Charles K. Djou,10763,REP,45,46.77236052764004,5,6.455278944719929 +51745,81800,4586,2010,HI-2,House-G,2010_House-G_HI-2,Ward Research,375,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,192,Mazie Hirono,10764,DEM,77,72.18784445972345,John W. Willoughby,10765,REP,16,25.32167763480994,61,46.866166824913506 +51744,138665,4586,2010,HI-2,House-G,2010_House-G_HI-2,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,560,Mazie Hirono,10764,DEM,58.6,72.18784445972345,John W. Willoughby,10765,REP,35.1,25.32167763480994,23.5,46.866166824913506 +32349,81816,4587,2010,ID-1,House-G,2010_House-G_ID-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-14,2010-11-02,49,400,Walt Minnick,10772,DEM,46,41.278841840219535,Raúl R. Labrador,10773,REP,36,51.017471819971135,10,-9.7386299797516 +51760,81815,4587,2010,ID-1,House-G,2010_House-G_ID-1,Moore Information Group,217,FALSE,FALSE,NA,REP,2010-10-05,2010-11-02,28,300,Walt Minnick,10772,DEM,37,41.278841840219535,Raúl R. Labrador,10773,REP,31,51.017471819971135,6,-9.7386299797516 +32661,81814,4587,2010,ID-1,House-G,2010_House-G_ID-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,400,Walt Minnick,10772,DEM,44,41.278841840219535,Raúl R. Labrador,10773,REP,41,51.017471819971135,3,-9.7386299797516 +51759,81813,4587,2010,ID-1,House-G,2010_House-G_ID-1,Greg Smith & Associates,128,FALSE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,400,Walt Minnick,10772,DEM,48,41.278841840219535,Raúl R. Labrador,10773,REP,38,51.017471819971135,10,-9.7386299797516 +32349,81822,4588,2010,ID-2,House-G,2010_House-G_ID-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-14,2010-11-02,49,300,Mike Crawford,10774,DEM,23,24.409038789887692,Mike Simpson,10775,REP,51,68.8313964259427,-28,-44.42235763605501 +32661,81821,4588,2010,ID-2,House-G,2010_House-G_ID-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-21,2010-11-02,12,300,Mike Crawford,10774,DEM,17,24.409038789887692,Mike Simpson,10775,REP,67,68.8313964259427,-50,-44.42235763605501 +51765,81824,4596,2010,IL-8,House-G,2010_House-G_IL-8,We Ask America,376,FALSE,FALSE,NA,NA,2010-09-28,2010-11-02,35,442,Melissa Bean,10777,DEM,41.1,48.32415343196582,Joe Walsh,10776,REP,41.1,48.46740929187147,0,-0.1432558599056506 +51764,81823,4596,2010,IL-8,House-G,2010_House-G_IL-8,We Ask America,376,FALSE,FALSE,IVR,NA,2010-10-31,2010-11-02,2,773,Melissa Bean,10777,DEM,45.7,48.32415343196582,Joe Walsh,10776,REP,48.7,48.46740929187147,-3,-0.1432558599056506 +51767,81826,4597,2010,IL-9,House-G,2010_House-G_IL-9,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2010-10-12,2010-11-02,21,945,Janice D. Schakowsky,10779,DEM,48,66.33654426743864,Joel B. Pollak,10778,REP,30,31.13985339179603,18,35.19669087564261 +73907,138666,4598,2010,IL-10,House-G,2010_House-G_IL-10,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,442,Daniel J. Seals,10781,DEM,33.6,48.91930567945287,Robert Dold,10780,REP,43,51.080229705619985,-9.399999999999999,-2.160924026167116 +51769,81829,4598,2010,IL-10,House-G,2010_House-G_IL-10,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,405,Daniel J. Seals,10781,DEM,49,48.91930567945287,Robert Dold,10780,REP,37,51.080229705619985,12,-2.160924026167116 +51768,81828,4598,2010,IL-10,House-G,2010_House-G_IL-10,We Ask America,376,FALSE,FALSE,IVR,NA,2010-10-15,2010-11-02,18,1148,Daniel J. Seals,10781,DEM,39,48.91930567945287,Robert Dold,10780,REP,50,51.080229705619985,-11,-2.160924026167116 +51764,81827,4598,2010,IL-10,House-G,2010_House-G_IL-10,We Ask America,376,FALSE,FALSE,IVR,NA,2010-10-31,2010-11-02,2,861,Daniel J. Seals,10781,DEM,46,48.91930567945287,Robert Dold,10780,REP,54,51.080229705619985,-8,-2.160924026167116 +51773,81836,4599,2010,IL-11,House-G,2010_House-G_IL-11,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,401,Deborah Halvorson,10783,DEM,31,42.65103697024346,Adam Kinzinger,10782,REP,49,57.34896302975654,-18,-14.69792605951308 +73907,138667,4599,2010,IL-11,House-G,2010_House-G_IL-11,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,442,Deborah Halvorson,10783,DEM,33.5,42.65103697024346,Adam Kinzinger,10782,REP,45.8,57.34896302975654,-12.299999999999997,-14.69792605951308 +51772,81835,4599,2010,IL-11,House-G,2010_House-G_IL-11,Impact Research,14,FALSE,FALSE,NA,DEM,2010-10-06,2010-11-02,27,500,Deborah Halvorson,10783,DEM,41,42.65103697024346,Adam Kinzinger,10782,REP,45,57.34896302975654,-4,-14.69792605951308 +51764,81834,4599,2010,IL-11,House-G,2010_House-G_IL-11,We Ask America,376,FALSE,FALSE,IVR,NA,2010-10-31,2010-11-02,2,829,Deborah Halvorson,10783,DEM,45,42.65103697024346,Adam Kinzinger,10782,REP,55,57.34896302975654,-10,-14.69792605951308 +73907,138668,4602,2010,IL-14,House-G,2010_House-G_IL-14,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,442,Bill Foster,10788,DEM,35.4,45.04070534625799,Randy Hultgren,10787,REP,43.4,51.30700004109345,-8,-6.266294694835466 +51782,81848,4602,2010,IL-14,House-G,2010_House-G_IL-14,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-10-03,2010-11-02,30,400,Bill Foster,10788,DEM,38,45.04070534625799,Randy Hultgren,10787,REP,44,51.30700004109345,-6,-6.266294694835466 +51781,81847,4602,2010,IL-14,House-G,2010_House-G_IL-14,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2010-10-05,2010-11-02,28,400,Bill Foster,10788,DEM,48,45.04070534625799,Randy Hultgren,10787,REP,38,51.30700004109345,10,-6.266294694835466 +51780,81846,4602,2010,IL-14,House-G,2010_House-G_IL-14,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-11,2010-11-02,22,406,Bill Foster,10788,DEM,42,45.04070534625799,Randy Hultgren,10787,REP,43,51.30700004109345,-1,-6.266294694835466 +51764,81845,4602,2010,IL-14,House-G,2010_House-G_IL-14,We Ask America,376,FALSE,FALSE,IVR,NA,2010-10-31,2010-11-02,2,784,Bill Foster,10788,DEM,45.3,45.04070534625799,Randy Hultgren,10787,REP,50.3,51.30700004109345,-5,-6.266294694835466 +51787,81856,4605,2010,IL-17,House-G,2010_House-G_IL-17,We Ask America,376,FALSE,FALSE,NA,NA,2010-09-08,2010-11-02,55,1250,Philip G. Hare,10790,DEM,38.4,42.96373015314382,Robert Schilling,10789,REP,41.1,52.58122253617432,-2.700000000000003,-9.617492383030502 +51786,81855,4605,2010,IL-17,House-G,2010_House-G_IL-17,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-09-24,2010-11-02,39,400,Philip G. Hare,10790,DEM,43,42.96373015314382,Robert Schilling,10789,REP,44,52.58122253617432,-1,-9.617492383030502 +51785,81854,4605,2010,IL-17,House-G,2010_House-G_IL-17,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-26,2010-11-02,37,400,Philip G. Hare,10790,DEM,39,42.96373015314382,Robert Schilling,10789,REP,37,52.58122253617432,2,-9.617492383030502 +73907,138669,4605,2010,IL-17,House-G,2010_House-G_IL-17,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,442,Philip G. Hare,10790,DEM,31.3,42.96373015314382,Robert Schilling,10789,REP,49.8,52.58122253617432,-18.499999999999996,-9.617492383030502 +51784,81853,4605,2010,IL-17,House-G,2010_House-G_IL-17,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,417,Philip G. Hare,10790,DEM,38,42.96373015314382,Robert Schilling,10789,REP,45,52.58122253617432,-7,-9.617492383030502 +51764,81852,4605,2010,IL-17,House-G,2010_House-G_IL-17,We Ask America,376,FALSE,FALSE,IVR,NA,2010-10-31,2010-11-02,2,1103,Philip G. Hare,10790,DEM,43.7,42.96373015314382,Robert Schilling,10789,REP,51.7,52.58122253617432,-8,-9.617492383030502 +51790,81861,4609,2010,IN-2,House-G,2010_House-G_IN-2,EPIC-MRA,84,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,400,Joe Donnelly,10791,DEM,48,48.17791983796699,Jackie Walorski,10792,REP,39,46.83924869851417,9,1.3386711394528206 +32640,81860,4609,2010,IN-2,House-G,2010_House-G_IN-2,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,400,Joe Donnelly,10791,DEM,48,48.17791983796699,Jackie Walorski,10792,REP,43,46.83924869851417,5,1.3386711394528206 +32681,81865,4610,2010,IN-3,House-G,2010_House-G_IN-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,400,Thomas E. Hayhurst,10793,DEM,32,33.10852801149966,Marlin A. Stutzman,10794,REP,57,62.76175499462304,-25,-29.653226983123382 +51793,81864,4610,2010,IN-3,House-G,2010_House-G_IN-3,Riggs Research Services,289,FALSE,TRUE,Live Phone,DEM,2010-10-27,2010-11-02,6,400,Thomas E. Hayhurst,10793,DEM,40,33.10852801149966,Marlin A. Stutzman,10794,REP,36,62.76175499462304,4,-29.653226983123382 +51790,81868,4614,2010,IN-7,House-G,2010_House-G_IN-7,EPIC-MRA,84,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,400,André D. Carson,10795,DEM,50,58.89591136614192,Marvin Bailey Scott,10796,REP,33,37.80702415108293,17,21.08888721505899 +32640,81867,4614,2010,IN-7,House-G,2010_House-G_IN-7,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,400,André D. Carson,10795,DEM,50,58.89591136614192,Marvin Bailey Scott,10796,REP,37,37.80702415108293,13,21.08888721505899 +51795,81870,4615,2010,IN-8,House-G,2010_House-G_IN-8,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2010-09-13,2010-11-02,50,400,William Trent Van Haaften,10799,DEM,20,37.42810309966432,Larry D. Bucshon,10798,REP,41,57.54647533421016,-21,-20.118372234545838 +51797,81872,4616,2010,IN-9,House-G,2010_House-G_IN-9,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,400,Baron P. Hill,10802,DEM,46,42.27914442296437,Todd Young,10803,REP,44,52.33847081567139,2,-10.059326392707021 +51751,81803,4618,2010,IA-2,House-G,2010_House-G_IA-2,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-09-13,2010-11-02,50,400,Dave Loebsack,10769,DEM,41,50.99108616705183,Mariannette Miller-Meeks,10768,REP,40,45.92010564542753,1,5.0709805216243 +51750,81802,4618,2010,IA-2,House-G,2010_House-G_IA-2,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2010-10-18,2010-11-02,15,300,Dave Loebsack,10769,DEM,44,50.99108616705183,Mariannette Miller-Meeks,10768,REP,45,45.92010564542753,-1,5.0709805216243 +51755,81808,4619,2010,IA-3,House-G,2010_House-G_IA-3,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2010-10-03,2010-11-02,30,400,Leonard L. Boswell,10770,DEM,49,50.73476881157687,Brad Zaun,10771,REP,41,46.48897639103491,8,4.24579242054196 +51754,81807,4619,2010,IA-3,House-G,2010_House-G_IA-3,Impact Research,14,FALSE,FALSE,NA,DEM,2010-10-04,2010-11-02,29,500,Leonard L. Boswell,10770,DEM,47,50.73476881157687,Brad Zaun,10771,REP,38,46.48897639103491,9,4.24579242054196 +51753,81806,4619,2010,IA-3,House-G,2010_House-G_IA-3,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,404,Leonard L. Boswell,10770,DEM,49,50.73476881157687,Brad Zaun,10771,REP,37,46.48897639103491,12,4.24579242054196 +51800,81875,4622,2010,KS-1,House-G,2010_House-G_KS-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-05,2010-11-02,28,541,Alan E. Jilka,10804,DEM,26,22.84665553746773,Tim Huelskamp,10805,REP,63,73.7642960090416,-37,-50.917640471573876 +51806,81881,4625,2010,KS-4,House-G,2010_House-G_KS-4,GBAO,109,FALSE,FALSE,NA,DEM,2010-09-08,2010-11-02,55,500,Raj Goyle,10806,DEM,44,36.45486594258123,Mike Pompeo,10807,REP,46,58.79301613212511,-2,-22.33815018954388 +51805,81880,4625,2010,KS-4,House-G,2010_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-14,2010-11-02,49,538,Raj Goyle,10806,DEM,40,36.45486594258123,Mike Pompeo,10807,REP,50,58.79301613212511,-10,-22.33815018954388 +51804,81879,4625,2010,KS-4,House-G,2010_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,539,Raj Goyle,10806,DEM,40,36.45486594258123,Mike Pompeo,10807,REP,53,58.79301613212511,-13,-22.33815018954388 +51803,81878,4625,2010,KS-4,House-G,2010_House-G_KS-4,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,NA,REP,2010-10-10,2010-11-02,23,300,Raj Goyle,10806,DEM,31,36.45486594258123,Mike Pompeo,10807,REP,48,58.79301613212511,-17,-22.33815018954388 +51802,81877,4625,2010,KS-4,House-G,2010_House-G_KS-4,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-27,2010-11-02,6,534,Raj Goyle,10806,DEM,38,36.45486594258123,Mike Pompeo,10807,REP,54,58.79301613212511,-16,-22.33815018954388 +51812,81887,4628,2010,KY-3,House-G,2010_House-G_KY-3,Braun Research,33,FALSE,FALSE,NA,NA,2010-09-20,2010-11-02,43,500,John Yarmuth,10808,DEM,52.8,54.67901379283398,Todd Lally,10809,REP,30,44.006955026765134,22.799999999999997,10.672058766068844 +51811,81886,4628,2010,KY-3,House-G,2010_House-G_KY-3,Braun Research,33,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,504,John Yarmuth,10808,DEM,57.9,54.67901379283398,Todd Lally,10809,REP,31.4,44.006955026765134,26.5,10.672058766068844 +51810,81885,4628,2010,KY-3,House-G,2010_House-G_KY-3,Rivercity Polling,291,FALSE,TRUE,IVR,REP,2010-10-21,2010-11-02,12,239,John Yarmuth,10808,DEM,41,54.67901379283398,Todd Lally,10809,REP,37,44.006955026765134,4,10.672058766068844 +51809,81884,4628,2010,KY-3,House-G,2010_House-G_KY-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,588,John Yarmuth,10808,DEM,50,54.67901379283398,Todd Lally,10809,REP,46,44.006955026765134,4,10.672058766068844 +51823,81898,4631,2010,KY-6,House-G,2010_House-G_KY-6,Grove Insight,129,FALSE,TRUE,NA,DEM,2010-09-08,2010-11-02,55,400,Albert Ben Chandler,10810,DEM,52,50.08381301129072,Andy Barr,10811,REP,38,49.812936047119216,14,0.27087696417150653 +51822,81897,4631,2010,KY-6,House-G,2010_House-G_KY-6,Mellman Group,205,FALSE,FALSE,NA,DEM,2010-09-13,2010-11-02,50,400,Albert Ben Chandler,10810,DEM,53,50.08381301129072,Andy Barr,10811,REP,33,49.812936047119216,20,0.27087696417150653 +51821,81896,4631,2010,KY-6,House-G,2010_House-G_KY-6,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-09-20,2010-11-02,43,407,Albert Ben Chandler,10810,DEM,49,50.08381301129072,Andy Barr,10811,REP,42,49.812936047119216,7,0.27087696417150653 +51820,81895,4631,2010,KY-6,House-G,2010_House-G_KY-6,Braun Research,33,FALSE,FALSE,NA,NA,2010-09-21,2010-11-02,42,508,Albert Ben Chandler,10810,DEM,51,50.08381301129072,Andy Barr,10811,REP,37,49.812936047119216,14,0.27087696417150653 +51819,81894,4631,2010,KY-6,House-G,2010_House-G_KY-6,Mellman Group,205,FALSE,FALSE,NA,DEM,2010-09-29,2010-11-02,34,400,Albert Ben Chandler,10810,DEM,52,50.08381301129072,Andy Barr,10811,REP,40,49.812936047119216,12,0.27087696417150653 +51818,81893,4631,2010,KY-6,House-G,2010_House-G_KY-6,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-10-04,2010-11-02,29,400,Albert Ben Chandler,10810,DEM,47,50.08381301129072,Andy Barr,10811,REP,48,49.812936047119216,-1,0.27087696417150653 +51817,81892,4631,2010,KY-6,House-G,2010_House-G_KY-6,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,500,Albert Ben Chandler,10810,DEM,48,50.08381301129072,Andy Barr,10811,REP,44,49.812936047119216,4,0.27087696417150653 +51829,81904,4633,2010,LA-2,House-P,2010_House-P_LA-2,Impact Research,14,FALSE,FALSE,NA,DEM,2010-09-14,2010-11-02,49,500,Cedric Richmond,10812,DEM,45,64.58519798771643,Anh Quang Cao,10813,REP,35,33.46964599858029,10,31.115551989136137 +51828,81903,4633,2010,LA-2,House-P,2010_House-P_LA-2,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,605,Cedric Richmond,10812,DEM,49,64.58519798771643,Anh Quang Cao,10813,REP,38,33.46964599858029,11,31.115551989136137 +51827,81902,4633,2010,LA-2,House-P,2010_House-P_LA-2,Zata3,392,FALSE,TRUE,IVR,DEM,2010-10-20,2010-11-02,13,500,Cedric Richmond,10812,DEM,53,64.58519798771643,Anh Quang Cao,10813,REP,36,33.46964599858029,17,31.115551989136137 +51826,81901,4633,2010,LA-2,House-P,2010_House-P_LA-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2010-10-20,2010-11-02,13,400,Cedric Richmond,10812,DEM,49,64.58519798771643,Anh Quang Cao,10813,REP,32,33.46964599858029,17,31.115551989136137 +51851,81928,4639,2010,ME-1,House-G,2010_House-G_ME-1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-04,2010-11-02,59,790,Chellie M. Pingree,10820,DEM,47,56.8150589436835,C. Peter Scontras,10821,REP,38,43.17083085564929,9,13.644228088034211 +51850,81927,4639,2010,ME-1,House-G,2010_House-G_ME-1,Digital Research,64,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,316,Chellie M. Pingree,10820,DEM,53,56.8150589436835,C. Peter Scontras,10821,REP,29,43.17083085564929,24,13.644228088034211 +51849,81926,4639,2010,ME-1,House-G,2010_House-G_ME-1,Digital Research,64,FALSE,FALSE,NA,NA,2010-09-27,2010-11-02,36,202,Chellie M. Pingree,10820,DEM,54,56.8150589436835,C. Peter Scontras,10821,REP,26,43.17083085564929,28,13.644228088034211 +51847,81924,4639,2010,ME-1,House-G,2010_House-G_ME-1,Digital Research,64,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,305,Chellie M. Pingree,10820,DEM,48,56.8150589436835,C. Peter Scontras,10821,REP,33,43.17083085564929,15,13.644228088034211 +51846,81923,4639,2010,ME-1,House-G,2010_House-G_ME-1,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,250,Chellie M. Pingree,10820,DEM,49,56.8150589436835,C. Peter Scontras,10821,REP,33,43.17083085564929,16,13.644228088034211 +51845,81922,4639,2010,ME-1,House-G,2010_House-G_ME-1,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-10-15,2010-11-02,18,295,Chellie M. Pingree,10820,DEM,45,56.8150589436835,C. Peter Scontras,10821,REP,40,43.17083085564929,5,13.644228088034211 +51844,81921,4639,2010,ME-1,House-G,2010_House-G_ME-1,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,295,Chellie M. Pingree,10820,DEM,41,56.8150589436835,C. Peter Scontras,10821,REP,45,43.17083085564929,-4,13.644228088034211 +51851,81935,4640,2010,ME-2,House-G,2010_House-G_ME-2,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-09-04,2010-11-02,59,678,Michael H. Michaud,10822,DEM,45,55.131584374097805,Jason J. Levesque,10823,REP,38,44.868415625902195,7,10.26316874819561 +51850,81934,4640,2010,ME-2,House-G,2010_House-G_ME-2,Digital Research,64,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,287,Michael H. Michaud,10822,DEM,48,55.131584374097805,Jason J. Levesque,10823,REP,28,44.868415625902195,20,10.26316874819561 +51849,81933,4640,2010,ME-2,House-G,2010_House-G_ME-2,Digital Research,64,FALSE,FALSE,NA,NA,2010-09-27,2010-11-02,36,202,Michael H. Michaud,10822,DEM,44,55.131584374097805,Jason J. Levesque,10823,REP,32,44.868415625902195,12,10.26316874819561 +51847,81932,4640,2010,ME-2,House-G,2010_House-G_ME-2,Digital Research,64,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,300,Michael H. Michaud,10822,DEM,43,55.131584374097805,Jason J. Levesque,10823,REP,30,44.868415625902195,13,10.26316874819561 +51846,81931,4640,2010,ME-2,House-G,2010_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,250,Michael H. Michaud,10822,DEM,49,55.131584374097805,Jason J. Levesque,10823,REP,29,44.868415625902195,20,10.26316874819561 +51845,81930,4640,2010,ME-2,House-G,2010_House-G_ME-2,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-10-15,2010-11-02,18,305,Michael H. Michaud,10822,DEM,49,55.131584374097805,Jason J. Levesque,10823,REP,30,44.868415625902195,19,10.26316874819561 +51844,81929,4640,2010,ME-2,House-G,2010_House-G_ME-2,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,326,Michael H. Michaud,10822,DEM,44,55.131584374097805,Jason J. Levesque,10823,REP,40,44.868415625902195,4,10.26316874819561 +51840,81917,4641,2010,MD-1,House-G,2010_House-G_MD-1,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2010-09-12,2010-11-02,51,400,Frank M. Kratovil,10818,DEM,45,41.97871776634172,Andy Harris,10819,REP,39,54.08351115016108,6,-12.104793383819363 +51839,81916,4641,2010,MD-1,House-G,2010_House-G_MD-1,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2010-09-20,2010-11-02,43,400,Frank M. Kratovil,10818,DEM,39,41.97871776634172,Andy Harris,10819,REP,43,54.08351115016108,-4,-12.104793383819363 +51838,81915,4641,2010,MD-1,House-G,2010_House-G_MD-1,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,400,Frank M. Kratovil,10818,DEM,40,41.97871776634172,Andy Harris,10819,REP,43,54.08351115016108,-3,-12.104793383819363 +51837,81914,4641,2010,MD-1,House-G,2010_House-G_MD-1,Monmouth University,215,TRUE,FALSE,IVR,NA,2010-10-18,2010-11-02,15,637,Frank M. Kratovil,10818,DEM,42,41.97871776634172,Andy Harris,10819,REP,53,54.08351115016108,-11,-12.104793383819363 +32659,81913,4641,2010,MD-1,House-G,2010_House-G_MD-1,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2010-10-17,2010-11-02,16,520,Frank M. Kratovil,10818,DEM,40,41.97871776634172,Andy Harris,10819,REP,40,54.08351115016108,0,-12.104793383819363 +51834,81909,4652,2010,MA-4,House-G,2010_House-G_MA-4,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2010-09-21,2010-11-02,42,400,Barney Frank,10814,DEM,48,53.89980651526736,Sean Bielat,10815,REP,38,43.35980045018302,10,10.540006065084334 +51833,81908,4652,2010,MA-4,House-G,2010_House-G_MA-4,Kiley & Company,162,FALSE,TRUE,Live Phone,DEM,2010-10-13,2010-11-02,20,500,Barney Frank,10814,DEM,56,53.89980651526736,Sean Bielat,10815,REP,37,43.35980045018302,19,10.540006065084334 +51832,81907,4652,2010,MA-4,House-G,2010_House-G_MA-4,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,400,Barney Frank,10814,DEM,49,53.89980651526736,Sean Bielat,10815,REP,37,43.35980045018302,12,10.540006065084334 +53025,81906,4652,2010,MA-4,House-G,2010_House-G_MA-4,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,385,Barney Frank,10814,DEM,46,53.89980651526736,Sean Bielat,10815,REP,33,43.35980045018302,13,10.540006065084334 +76876,146515,4654,2010,MA-6,House-G,2010_House-G_MA-6,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2010-09-26,2010-11-02,37,442,John F. Tierney,26192,DEM,46,56.846993599675,Bill Hudak,26191,REP,39,42.98612798260322,7,13.86086561707178 +51836,81912,4658,2010,MA-10,House-G,2010_House-G_MA-10,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-10-06,2010-11-02,27,400,Bill Keating,10816,DEM,42,46.87302478486707,Jeffrey Davis Perry,10817,REP,44,42.383570447427054,-2,4.489454337440016 +51835,81911,4658,2010,MA-10,House-G,2010_House-G_MA-10,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2010-10-14,2010-11-02,19,400,Bill Keating,10816,DEM,46,46.87302478486707,Jeffrey Davis Perry,10817,REP,43,42.383570447427054,3,4.489454337440016 +53025,81910,4658,2010,MA-10,House-G,2010_House-G_MA-10,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,349,Bill Keating,10816,DEM,37,46.87302478486707,Jeffrey Davis Perry,10817,REP,33,42.383570447427054,4,4.489454337440016 +51855,81939,4659,2010,MI-1,House-G,2010_House-G_MI-1,Hill Research Consultants,140,FALSE,FALSE,NA,REP,2010-09-20,2010-11-02,43,400,Gary McDowell,10824,DEM,24,40.86589638721411,Dan Benishek,10825,REP,40,51.94128522606308,-16,-11.075388838848973 +51854,81938,4659,2010,MI-1,House-G,2010_House-G_MI-1,GQR,126,TRUE,FALSE,NA,DEM,2010-09-21,2010-11-02,42,505,Gary McDowell,10824,DEM,38,40.86589638721411,Dan Benishek,10825,REP,41,51.94128522606308,-3,-11.075388838848973 +51853,81937,4659,2010,MI-1,House-G,2010_House-G_MI-1,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,401,Gary McDowell,10824,DEM,39,40.86589638721411,Dan Benishek,10825,REP,42,51.94128522606308,-3,-11.075388838848973 +51852,81936,4659,2010,MI-1,House-G,2010_House-G_MI-1,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,400,Gary McDowell,10824,DEM,40,40.86589638721411,Dan Benishek,10825,REP,42,51.94128522606308,-2,-11.075388838848973 +51852,81943,4661,2010,MI-3,House-G,2010_House-G_MI-3,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,400,Patrick A. Miles,10827,DEM,37,37.46847984718584,Justin Amash,10826,REP,46,59.67696585335375,-9,-22.20848600616791 +51858,81942,4661,2010,MI-3,House-G,2010_House-G_MI-3,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-19,2010-11-02,14,400,Patrick A. Miles,10827,DEM,30,37.46847984718584,Justin Amash,10826,REP,49,59.67696585335375,-19,-22.20848600616791 +51865,81950,4665,2010,MI-7,House-G,2010_House-G_MI-7,Rossman Group,294,FALSE,TRUE,NA,NA,2010-09-20,2010-11-02,43,300,Mark Schauer,10828,DEM,38,45.37707881897824,Tim Walberg,10829,REP,42,50.15531597162215,-4,-4.778237152643911 +51864,81949,4665,2010,MI-7,House-G,2010_House-G_MI-7,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,404,Mark Schauer,10828,DEM,41,45.37707881897824,Tim Walberg,10829,REP,41,50.15531597162215,0,-4.778237152643911 +51862,81947,4665,2010,MI-7,House-G,2010_House-G_MI-7,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,400,Mark Schauer,10828,DEM,45,45.37707881897824,Tim Walberg,10829,REP,39,50.15531597162215,6,-4.778237152643911 +51861,81946,4665,2010,MI-7,House-G,2010_House-G_MI-7,National Research,225,FALSE,FALSE,Live Phone,REP,2010-10-20,2010-11-02,13,300,Mark Schauer,10828,DEM,36,45.37707881897824,Tim Walberg,10829,REP,49,50.15531597162215,-13,-4.778237152643911 +51860,81945,4665,2010,MI-7,House-G,2010_House-G_MI-7,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,400,Mark Schauer,10828,DEM,50,45.37707881897824,Tim Walberg,10829,REP,43,50.15531597162215,7,-4.778237152643911 +51870,81957,4667,2010,MI-9,House-G,2010_House-G_MI-9,Rossman Group,294,FALSE,TRUE,NA,NA,2010-09-13,2010-11-02,50,300,Gary C. Peters,10831,DEM,40.7,49.76449633880863,Andrew Rocky Raczkowski,10830,REP,45,47.22936869186622,-4.299999999999997,2.5351276469424064 +51862,81956,4667,2010,MI-9,House-G,2010_House-G_MI-9,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-16,2010-11-02,17,400,Gary C. Peters,10831,DEM,48,49.76449633880863,Andrew Rocky Raczkowski,10830,REP,43,47.22936869186622,5,2.5351276469424064 +51869,81955,4667,2010,MI-9,House-G,2010_House-G_MI-9,Great Lakes Strategies Group,125,FALSE,TRUE,IVR,REP,2010-10-27,2010-11-02,6,700,Gary C. Peters,10831,DEM,43,49.76449633880863,Andrew Rocky Raczkowski,10830,REP,48,47.22936869186622,-5,2.5351276469424064 +51872,81960,4673,2010,MI-15,House-G,2010_House-G_MI-15,Glengariff Group,117,FALSE,FALSE,NA,NA,2010-09-15,2010-11-02,48,400,John D. Dingell,10832,DEM,49.3,56.807915164491206,Rob Steele,10833,REP,30.3,40.078921217998264,18.999999999999996,16.728993946492942 +51871,81959,4673,2010,MI-15,House-G,2010_House-G_MI-15,Rossman Group,294,FALSE,TRUE,NA,NA,2010-10-04,2010-11-02,29,300,John D. Dingell,10832,DEM,40,56.807915164491206,Rob Steele,10833,REP,44,40.078921217998264,-4,16.728993946492942 +51852,81958,4673,2010,MI-15,House-G,2010_House-G_MI-15,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,400,John D. Dingell,10832,DEM,53,56.807915164491206,Rob Steele,10833,REP,36,40.078921217998264,17,16.728993946492942 +51875,81963,4674,2010,MN-1,House-G,2010_House-G_MN-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-13,2010-11-02,20,584,Tim Walz,10834,DEM,47,49.3397310538094,Randy Demmer,10835,REP,42,44.04830547771214,5,5.291425576097261 +51874,81962,4674,2010,MN-1,House-G,2010_House-G_MN-1,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2010-10-18,2010-11-02,15,400,Tim Walz,10834,DEM,50,49.3397310538094,Randy Demmer,10835,REP,34,44.04830547771214,16,5.291425576097261 +51873,81961,4674,2010,MN-1,House-G,2010_House-G_MN-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,558,Tim Walz,10834,DEM,50,49.3397310538094,Randy Demmer,10835,REP,41,44.04830547771214,9,5.291425576097261 +51877,81965,4679,2010,MN-6,House-G,2010_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-14,2010-11-02,49,582,Tarryl L. Clark,10838,DEM,40,39.79242058539766,Michele Bachmann,10839,REP,49,52.51258680698473,-9,-12.720166221587071 +51880,81968,4680,2010,MN-7,House-G,2010_House-G_MN-7,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-09-28,2010-11-02,35,404,Collin Peterson,10840,DEM,54,55.20433684367703,Lee Byberg,10841,REP,20,37.59980422817373,34,17.604532615503295 +51882,81970,4681,2010,MN-8,House-G,2010_House-G_MN-8,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-28,2010-11-02,35,300,James L. Oberstar,10842,DEM,45,46.58962541639448,Chip Cravaack,10843,REP,42,48.1772478084026,3,-1.5876223920081145 +51881,81969,4681,2010,MN-8,House-G,2010_House-G_MN-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-27,2010-11-02,6,665,James L. Oberstar,10842,DEM,47,46.58962541639448,Chip Cravaack,10843,REP,46,48.1772478084026,1,-1.5876223920081145 +51890,81983,4682,2010,MS-1,House-G,2010_House-G_MS-1,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-09-13,2010-11-02,50,300,Travis W. Childers,10854,DEM,41,40.79911270556339,Alan Nunnelee,10855,REP,48,55.26146430967671,-7,-14.462351604113323 +51889,81982,4682,2010,MS-1,House-G,2010_House-G_MS-1,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-10-04,2010-11-02,29,300,Travis W. Childers,10854,DEM,40,40.79911270556339,Alan Nunnelee,10855,REP,51,55.26146430967671,-11,-14.462351604113323 +51888,81981,4682,2010,MS-1,House-G,2010_House-G_MS-1,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,603,Travis W. Childers,10854,DEM,39,40.79911270556339,Alan Nunnelee,10855,REP,44,55.26146430967671,-5,-14.462351604113323 +51894,81987,4683,2010,MS-2,House-G,2010_House-G_MS-2,JMC Analytics,156,FALSE,FALSE,NA,NA,2010-09-14,2010-11-02,49,441,Bennie G. Thompson,10856,DEM,35,61.466770933028315,William Marcy,10857,REP,34,37.64035108195803,1,23.826419851070284 +51893,81986,4683,2010,MS-2,House-G,2010_House-G_MS-2,JMC Analytics,156,FALSE,FALSE,IVR,NA,2010-10-20,2010-11-02,13,467,Bennie G. Thompson,10856,DEM,42,61.466770933028315,William Marcy,10857,REP,41,37.64035108195803,1,23.826419851070284 +51896,81989,4685,2010,MS-4,House-G,2010_House-G_MS-4,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-09-21,2010-11-02,42,400,Gene Taylor,10859,DEM,45,46.82915076898871,Steven Palazzo,10858,REP,41,51.92788026590096,4,-5.098729496912249 +51895,81988,4685,2010,MS-4,House-G,2010_House-G_MS-4,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2010-10-18,2010-11-02,15,300,Gene Taylor,10859,DEM,41,46.82915076898871,Steven Palazzo,10858,REP,43,51.92788026590096,-2,-5.098729496912249 +52190,82351,4689,2010,MO-4,House-G,2010_House-G_MO-4,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2010-10-17,2010-11-02,16,300,Ike Skelton,10846,DEM,42,45.11410493388312,Vicky Hartzler,10847,REP,42,50.42700483435234,0,-5.312899900469219 +32717,81973,4689,2010,MO-4,House-G,2010_House-G_MO-4,Missouri State University Center for Social Science and Public Policy Research,212,FALSE,TRUE,Live Phone,NA,2010-10-24,2010-11-02,9,157,Ike Skelton,10846,DEM,45.7,45.11410493388312,Vicky Hartzler,10847,REP,38.8,50.42700483435234,6.900000000000006,-5.312899900469219 +32490,81976,4690,2010,MO-5,House-G,2010_House-G_MO-5,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-05,2010-11-02,28,500,"Emanuel Cleaver, II",10849,DEM,52,53.324835573572656,Jacob Turk,10848,REP,43,44.18382326052773,9,9.141012313044925 +32717,81977,4692,2010,MO-7,House-G,2010_House-G_MO-7,Missouri State University Center for Social Science and Public Policy Research,212,FALSE,TRUE,Live Phone,NA,2010-10-24,2010-11-02,9,199,Scott Eckersley,10850,DEM,22.8,30.366720466122075,Billy Long,10851,REP,56.2,63.39494045344399,-33.400000000000006,-33.02821998732192 +51921,82020,4697,2010,NE-2,House-G,2010_House-G_NE-2,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,450,Tom White,10873,DEM,40,39.193654990085925,Lee Terry,10874,REP,48,60.806345009914075,-8,-21.61269001982815 +51961,82085,4701,2010,NV-3,House-G,2010_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2010-09-07,2010-11-02,56,400,Dina Titus,10897,DEM,47,47.47306569506559,Joseph J. Heck,10898,REP,43,48.12561129486251,4,-0.6525455997969161 +32282,82084,4701,2010,NV-3,House-G,2010_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-09-08,2010-11-02,55,400,Dina Titus,10897,DEM,47,47.47306569506559,Joseph J. Heck,10898,REP,43,48.12561129486251,4,-0.6525455997969161 +51960,82083,4701,2010,NV-3,House-G,2010_House-G_NV-3,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,403,Dina Titus,10897,DEM,44,47.47306569506559,Joseph J. Heck,10898,REP,47,48.12561129486251,-3,-0.6525455997969161 +32863,117795,4701,2010,NV-3,House-G,2010_House-G_NV-3,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-20,2010-11-02,13,2414,Dina Titus,10897,DEM,32,47.47306569506559,Joseph J. Heck,10898,REP,41,48.12561129486251,-9,-0.6525455997969161 +32723,82082,4701,2010,NV-3,House-G,2010_House-G_NV-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,400,Dina Titus,10897,DEM,43,47.47306569506559,Joseph J. Heck,10898,REP,53,48.12561129486251,-10,-0.6525455997969161 +32394,82025,4702,2010,NH-1,House-G,2010_House-G_NH-1,American Research Group,9,TRUE,FALSE,NA,NA,2010-09-24,2010-11-02,39,400,Carol Shea-Porter,10875,DEM,40,42.42239832270215,Frank C. Guinta,10876,REP,50,54.03910733640127,-10,-11.616709013699122 +32435,82024,4702,2010,NH-1,House-G,2010_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-09-26,2010-11-02,37,238,Carol Shea-Porter,10875,DEM,39,42.42239832270215,Frank C. Guinta,10876,REP,49,54.03910733640127,-10,-11.616709013699122 +51922,82022,4702,2010,NH-1,House-G,2010_House-G_NH-1,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-11,2010-11-02,22,407,Carol Shea-Porter,10875,DEM,42,42.42239832270215,Frank C. Guinta,10876,REP,47,54.03910733640127,-5,-11.616709013699122 +32557,82023,4702,2010,NH-1,House-G,2010_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,339,Carol Shea-Porter,10875,DEM,36,42.42239832270215,Frank C. Guinta,10876,REP,48,54.03910733640127,-12,-11.616709013699122 +32864,117796,4702,2010,NH-1,House-G,2010_House-G_NH-1,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-21,2010-11-02,12,818,Carol Shea-Porter,10875,DEM,37,42.42239832270215,Frank C. Guinta,10876,REP,43,54.03910733640127,-6,-11.616709013699122 +32837,82021,4702,2010,NH-1,House-G,2010_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,434,Carol Shea-Porter,10875,DEM,39,42.42239832270215,Frank C. Guinta,10876,REP,46,54.03910733640127,-7,-11.616709013699122 +32394,82035,4703,2010,NH-2,House-G,2010_House-G_NH-2,American Research Group,9,TRUE,FALSE,NA,NA,2010-09-24,2010-11-02,39,400,Ann McLane Kuster,10877,DEM,36,46.76337447643804,Charles Bass,10878,REP,38,48.343518959508245,-2,-1.5801444830702067 +32435,82034,4703,2010,NH-2,House-G,2010_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-09-26,2010-11-02,37,228,Ann McLane Kuster,10877,DEM,38,46.76337447643804,Charles Bass,10878,REP,43,48.343518959508245,-5,-1.5801444830702067 +51928,82033,4703,2010,NH-2,House-G,2010_House-G_NH-2,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,407,Ann McLane Kuster,10877,DEM,42,46.76337447643804,Charles Bass,10878,REP,45,48.343518959508245,-3,-1.5801444830702067 +32557,82032,4703,2010,NH-2,House-G,2010_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,363,Ann McLane Kuster,10877,DEM,43,46.76337447643804,Charles Bass,10878,REP,36,48.343518959508245,7,-1.5801444830702067 +32864,117797,4703,2010,NH-2,House-G,2010_House-G_NH-2,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-21,2010-11-02,12,917,Ann McLane Kuster,10877,DEM,34,46.76337447643804,Charles Bass,10878,REP,44,48.343518959508245,-10,-1.5801444830702067 +32837,82031,4703,2010,NH-2,House-G,2010_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,451,Ann McLane Kuster,10877,DEM,43,46.76337447643804,Charles Bass,10878,REP,40,48.343518959508245,3,-1.5801444830702067 +51932,82040,4704,2010,NJ-1,House-G,2010_House-G_NJ-1,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2010-09-22,2010-11-02,41,400,Robert E. Andrews,10879,DEM,59,63.19361490963766,Dale Mark Glading,10880,REP,24,34.80302138862641,35,28.390593521011247 +51931,82039,4704,2010,NJ-1,House-G,2010_House-G_NJ-1,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,400,Robert E. Andrews,10879,DEM,63,63.19361490963766,Dale Mark Glading,10880,REP,22,34.80302138862641,41,28.390593521011247 +51932,82042,4705,2010,NJ-2,House-G,2010_House-G_NJ-2,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2010-09-22,2010-11-02,41,400,Gary S. Stein,10881,DEM,25,30.929870751555764,Frank A. LoBiondo,10882,REP,59,65.49784585926281,-34,-34.56797510770704 +51931,82041,4705,2010,NJ-2,House-G,2010_House-G_NJ-2,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,400,Gary S. Stein,10881,DEM,20,30.929870751555764,Frank A. LoBiondo,10882,REP,57,65.49784585926281,-37,-34.56797510770704 +51932,82050,4706,2010,NJ-3,House-G,2010_House-G_NJ-3,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2010-09-22,2010-11-02,41,401,John H. Adler,10883,DEM,38,47.32080850078753,Jon Runyan,10884,REP,30,50.02746142917448,8,-2.7066529283869514 +51936,148657,4706,2010,NJ-3,House-G,2010_House-G_NJ-3,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,NA,NA,2010-09-25,2010-11-02,38,334,John H. Adler,10883,DEM,41,47.32080850078753,Jon Runyan,10884,REP,39,50.02746142917448,2,-2.7066529283869514 +51935,82047,4706,2010,NJ-3,House-G,2010_House-G_NJ-3,Monmouth University,215,TRUE,FALSE,NA,NA,2010-09-26,2010-11-02,37,400,John H. Adler,10883,DEM,42,47.32080850078753,Jon Runyan,10884,REP,39,50.02746142917448,3,-2.7066529283869514 +51931,82046,4706,2010,NJ-3,House-G,2010_House-G_NJ-3,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,600,John H. Adler,10883,DEM,37,47.32080850078753,Jon Runyan,10884,REP,40,50.02746142917448,-3,-2.7066529283869514 +51934,82044,4706,2010,NJ-3,House-G,2010_House-G_NJ-3,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,292,John H. Adler,10883,DEM,46,47.32080850078753,Jon Runyan,10884,REP,45,50.02746142917448,1,-2.7066529283869514 +51933,82043,4706,2010,NJ-3,House-G,2010_House-G_NJ-3,Monmouth University,215,TRUE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,442,John H. Adler,10883,DEM,43,47.32080850078753,Jon Runyan,10884,REP,48,50.02746142917448,-5,-2.7066529283869514 +51940,82055,4709,2010,NJ-6,House-G,2010_House-G_NJ-6,Monmouth University,215,TRUE,FALSE,NA,NA,2010-10-04,2010-11-02,29,643,Frank Pallone Jr.,10885,DEM,53,54.745359543504705,Anna C. Little,10886,REP,41,43.70715345244618,12,11.038206091058527 +51939,82054,4709,2010,NJ-6,House-G,2010_House-G_NJ-6,National Research,225,FALSE,FALSE,NA,REP,2010-10-05,2010-11-02,28,300,Frank Pallone Jr.,10885,DEM,44,54.745359543504705,Anna C. Little,10886,REP,43,43.70715345244618,1,11.038206091058527 +51933,82053,4709,2010,NJ-6,House-G,2010_House-G_NJ-6,Monmouth University,215,TRUE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,647,Frank Pallone Jr.,10885,DEM,52,54.745359543504705,Anna C. Little,10886,REP,45,43.70715345244618,7,11.038206091058527 +51944,82059,4715,2010,NJ-12,House-G,2010_House-G_NJ-12,Monmouth University,215,TRUE,FALSE,NA,NA,2010-10-11,2010-11-02,22,630,Rush Holt,10889,DEM,51,53.04555837687865,Scott M. Sipprelle,10890,REP,46,45.89856962186645,5,7.146988755012202 +51943,82058,4715,2010,NJ-12,House-G,2010_House-G_NJ-12,Monmouth University,215,TRUE,FALSE,IVR,NA,2010-10-26,2010-11-02,7,442,Rush Holt,10889,DEM,51,53.04555837687865,Scott M. Sipprelle,10890,REP,43,45.89856962186645,8,7.146988755012202 +51948,82063,4717,2010,NM-1,House-G,2010_House-G_NM-1,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,540,Martin Heinrich,10891,DEM,50,51.80252052260377,Jonathan L. Barela,10892,REP,43,48.19747947739623,7,3.6050410452075425 +51947,82062,4717,2010,NM-1,House-G,2010_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,403,Martin Heinrich,10891,DEM,48,51.80252052260377,Jonathan L. Barela,10892,REP,41,48.19747947739623,7,3.6050410452075425 +73913,138680,4717,2010,NM-1,House-G,2010_House-G_NM-1,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-18,2010-11-02,15,442,Martin Heinrich,10891,DEM,39.9,51.80252052260377,Jonathan L. Barela,10892,REP,47.4,48.19747947739623,-7.5,3.6050410452075425 +51946,82061,4717,2010,NM-1,House-G,2010_House-G_NM-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-24,2010-11-02,9,400,Martin Heinrich,10891,DEM,47,51.80252052260377,Jonathan L. Barela,10892,REP,49,48.19747947739623,-2,3.6050410452075425 +51945,82060,4717,2010,NM-1,House-G,2010_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,400,Martin Heinrich,10891,DEM,46,51.80252052260377,Jonathan L. Barela,10892,REP,49,48.19747947739623,-3,3.6050410452075425 +51957,82075,4718,2010,NM-2,House-G,2010_House-G_NM-2,Impact Research,14,FALSE,FALSE,NA,DEM,2010-09-08,2010-11-02,55,400,Harry Teague,10893,DEM,51,44.59681552299998,Stevan Pearce,10894,REP,44,55.403184477000025,7,-10.806368954000042 +51948,82074,4718,2010,NM-2,House-G,2010_House-G_NM-2,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,540,Harry Teague,10893,DEM,47,44.59681552299998,Stevan Pearce,10894,REP,48,55.403184477000025,-1,-10.806368954000042 +51956,82072,4718,2010,NM-2,House-G,2010_House-G_NM-2,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,401,Harry Teague,10893,DEM,42,44.59681552299998,Stevan Pearce,10894,REP,46,55.403184477000025,-4,-10.806368954000042 +51947,82073,4718,2010,NM-2,House-G,2010_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,402,Harry Teague,10893,DEM,44,44.59681552299998,Stevan Pearce,10894,REP,45,55.403184477000025,-1,-10.806368954000042 +73913,138681,4718,2010,NM-2,House-G,2010_House-G_NM-2,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-18,2010-11-02,15,442,Harry Teague,10893,DEM,29.4,44.59681552299998,Stevan Pearce,10894,REP,49.5,55.403184477000025,-20.1,-10.806368954000042 +51955,82071,4718,2010,NM-2,House-G,2010_House-G_NM-2,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2010-10-19,2010-11-02,14,350,Harry Teague,10893,DEM,41,44.59681552299998,Stevan Pearce,10894,REP,50,55.403184477000025,-9,-10.806368954000042 +51945,82070,4718,2010,NM-2,House-G,2010_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,402,Harry Teague,10893,DEM,45,44.59681552299998,Stevan Pearce,10894,REP,48,55.403184477000025,-3,-10.806368954000042 +51948,82080,4719,2010,NM-3,House-G,2010_House-G_NM-3,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,540,Ben Ray Luján,10895,DEM,49,56.98526095934303,Thomas E. Mullins,10896,REP,43,43.01473904065697,6,13.97052191868606 +73914,138682,4720,2010,NY-1,House-G,2010_House-G_NY-1,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,442,Timothy H. Bishop,10899,DEM,40.3,48.66960055839649,Randolph Altschuler,10900,REP,40.1,38.76103303350874,0.19999999999999574,9.90856752488775 +51965,82091,4720,2010,NY-1,House-G,2010_House-G_NY-1,Siena College,305,TRUE,FALSE,NA,NA,2010-10-08,2010-11-02,25,615,Timothy H. Bishop,10899,DEM,51,48.66960055839649,Randolph Altschuler,10900,REP,39,38.76103303350874,12,9.90856752488775 +51968,82094,4723,2010,NY-4,House-G,2010_House-G_NY-4,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2010-10-06,2010-11-02,27,300,Carolyn McCarthy,10902,DEM,46,53.60646343608336,Francis X. Becker,10901,REP,45,39.33152910872439,1,14.27493432735897 +51970,82096,4732,2010,NY-13,House-G,2010_House-G_NY-13,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-09-21,2010-11-02,42,500,Michael E. McMahon,10904,DEM,51,46.2412308066897,Michael G. Grimm,10903,REP,33,42.47333099995434,18,3.7678998067353575 +51977,82103,4738,2010,NY-19,House-G,2010_House-G_NY-19,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-11,2010-11-02,52,602,John Hall,10905,DEM,42,45.78053008742085,Nan Hayworth,10906,REP,44,41.13044526230891,-2,4.650084825111939 +73914,138683,4738,2010,NY-19,House-G,2010_House-G_NY-19,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,442,John Hall,10905,DEM,37.7,45.78053008742085,Nan Hayworth,10906,REP,38.3,41.13044526230891,-0.5999999999999943,4.650084825111939 +51976,82102,4738,2010,NY-19,House-G,2010_House-G_NY-19,Iona University Political Science Department,152,FALSE,TRUE,NA,NA,2010-10-06,2010-11-02,27,800,John Hall,10905,DEM,42,45.78053008742085,Nan Hayworth,10906,REP,42,41.13044526230891,0,4.650084825111939 +51975,82101,4738,2010,NY-19,House-G,2010_House-G_NY-19,Siena College,305,TRUE,FALSE,NA,NA,2010-10-07,2010-11-02,26,610,John Hall,10905,DEM,43,45.78053008742085,Nan Hayworth,10906,REP,46,41.13044526230891,-3,4.650084825111939 +51974,82100,4738,2010,NY-19,House-G,2010_House-G_NY-19,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,416,John Hall,10905,DEM,43,45.78053008742085,Nan Hayworth,10906,REP,43,41.13044526230891,0,4.650084825111939 +51973,82099,4738,2010,NY-19,House-G,2010_House-G_NY-19,Monmouth University,215,TRUE,FALSE,IVR,NA,2010-10-17,2010-11-02,16,636,John Hall,10905,DEM,49,45.78053008742085,Nan Hayworth,10906,REP,48,41.13044526230891,1,4.650084825111939 +51972,82098,4738,2010,NY-19,House-G,2010_House-G_NY-19,Iona University Political Science Department,152,FALSE,TRUE,IVR,NA,2010-10-20,2010-11-02,13,601,John Hall,10905,DEM,43,45.78053008742085,Nan Hayworth,10906,REP,44,41.13044526230891,-1,4.650084825111939 +51971,82097,4738,2010,NY-19,House-G,2010_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,651,John Hall,10905,DEM,47,45.78053008742085,Nan Hayworth,10906,REP,46,41.13044526230891,1,4.650084825111939 +51982,82108,4739,2010,NY-20,House-G,2010_House-G_NY-20,Siena College,305,TRUE,FALSE,NA,NA,2010-09-13,2010-11-02,50,603,Scott Murphy,10907,DEM,54,43.74550594849,Christopher P. Gibson,10908,REP,37,45.2726663616159,17,-1.5271604131258982 +51981,82107,4739,2010,NY-20,House-G,2010_House-G_NY-20,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2010-09-27,2010-11-02,36,400,Scott Murphy,10907,DEM,42,43.74550594849,Christopher P. Gibson,10908,REP,38,45.2726663616159,4,-1.5271604131258982 +51980,82106,4739,2010,NY-20,House-G,2010_House-G_NY-20,Grove Insight,129,FALSE,TRUE,NA,DEM,2010-09-29,2010-11-02,34,400,Scott Murphy,10907,DEM,51,43.74550594849,Christopher P. Gibson,10908,REP,38,45.2726663616159,13,-1.5271604131258982 +51979,82105,4739,2010,NY-20,House-G,2010_House-G_NY-20,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-17,2010-11-02,16,400,Scott Murphy,10907,DEM,42,43.74550594849,Christopher P. Gibson,10908,REP,44,45.2726663616159,-2,-1.5271604131258982 +51978,82104,4739,2010,NY-20,House-G,2010_House-G_NY-20,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-24,2010-11-02,9,676,Scott Murphy,10907,DEM,42,43.74550594849,Christopher P. Gibson,10908,REP,51,45.2726663616159,-9,-1.5271604131258982 +51985,82111,4741,2010,NY-22,House-G,2010_House-G_NY-22,Magellan Strategies,179,FALSE,FALSE,IVR,REP,2010-10-19,2010-11-02,14,442,Maurice D. Hinchey,10909,DEM,43,51.025041632619285,George K. Phillips,10910,REP,43,39.076738485089834,0,11.948303147529451 +51984,82110,4741,2010,NY-22,House-G,2010_House-G_NY-22,Abacus Associates,6,FALSE,TRUE,Live Phone,DEM,2010-10-20,2010-11-02,13,403,Maurice D. Hinchey,10909,DEM,51,51.025041632619285,George K. Phillips,10910,REP,34,39.076738485089834,17,11.948303147529451 +51987,82114,4742,2010,NY-23,House-G,2010_House-G_NY-23,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-22,2010-11-02,41,400,William L. Owens,10911,DEM,37,45.0561613062298,Matthew A. Doheny,10912,REP,51,40.35176154731248,-14,4.704399758917319 +51986,82113,4742,2010,NY-23,House-G,2010_House-G_NY-23,Siena College,305,TRUE,FALSE,NA,NA,2010-10-06,2010-11-02,27,607,William L. Owens,10911,DEM,44,45.0561613062298,Matthew A. Doheny,10912,REP,39,40.35176154731248,5,4.704399758917319 +51971,82112,4742,2010,NY-23,House-G,2010_House-G_NY-23,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,623,William L. Owens,10911,DEM,40,45.0561613062298,Matthew A. Doheny,10912,REP,37,40.35176154731248,3,4.704399758917319 +51988,82118,4743,2010,NY-24,House-G,2010_House-G_NY-24,Siena College,305,TRUE,FALSE,NA,NA,2010-09-14,2010-11-02,49,605,Michael A. Arcuri,10913,DEM,48,45.25454389704363,Richard L. Hanna,10914,REP,40,43.18503625543579,8,2.069507641607842 +73914,138684,4743,2010,NY-24,House-G,2010_House-G_NY-24,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,442,Michael A. Arcuri,10913,DEM,35.6,45.25454389704363,Richard L. Hanna,10914,REP,38.4,43.18503625543579,-2.799999999999997,2.069507641607842 +51974,82117,4743,2010,NY-24,House-G,2010_House-G_NY-24,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,400,Michael A. Arcuri,10913,DEM,47,45.25454389704363,Richard L. Hanna,10914,REP,37,43.18503625543579,10,2.069507641607842 +51978,82116,4743,2010,NY-24,House-G,2010_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2010-10-24,2010-11-02,9,632,Michael A. Arcuri,10913,DEM,48,45.25454389704363,Richard L. Hanna,10914,REP,43,43.18503625543579,5,2.069507641607842 +51991,82121,4744,2010,NY-25,House-G,2010_House-G_NY-25,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2010-10-04,2010-11-02,29,400,Daniel B. Maffei,10915,DEM,39,48.21323389591537,Ann Marie Buerkle,10916,REP,40,37.743549785959104,-1,10.469684109956269 +51990,82120,4744,2010,NY-25,House-G,2010_House-G_NY-25,Siena College,305,TRUE,FALSE,NA,NA,2010-10-11,2010-11-02,22,623,Daniel B. Maffei,10915,DEM,51,48.21323389591537,Ann Marie Buerkle,10916,REP,39,37.743549785959104,12,10.469684109956269 +51994,82125,4748,2010,NY-29,House-G,2010_House-G_NY-29,Siena College,305,TRUE,FALSE,NA,NA,2010-09-15,2010-11-02,48,613,Matthew Zeller,10917,DEM,30,40.971234147850296,Thomas Reed,10918,REP,44,44.33462609150824,-14,-3.3633919436579447 +63997,117784,4750,2010,NC-2,House-G,2010_House-G_NC-2,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,2218,Bob R. Etheridge,10860,DEM,31.5,48.68580522094702,Renee L. Ellmers,10861,REP,49.5,49.467261057889914,-18,-0.7814558369428966 +51897,81990,4750,2010,NC-2,House-G,2010_House-G_NC-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,400,Bob R. Etheridge,10860,DEM,41,48.68580522094702,Renee L. Ellmers,10861,REP,46,49.467261057889914,-5,-0.7814558369428966 +51901,81994,4755,2010,NC-7,House-G,2010_House-G_NC-7,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-25,2010-11-02,38,450,Mike McIntyre,10865,DEM,45,53.68113620839908,Ilario Gregory Pantano,10866,REP,46,46.31886379160091,-1,7.36227241679817 +51900,81993,4755,2010,NC-7,House-G,2010_House-G_NC-7,Grove Insight,129,FALSE,TRUE,NA,DEM,2010-10-04,2010-11-02,29,400,Mike McIntyre,10865,DEM,52,53.68113620839908,Ilario Gregory Pantano,10866,REP,41,46.31886379160091,11,7.36227241679817 +63997,117785,4755,2010,NC-7,House-G,2010_House-G_NC-7,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,2477,Mike McIntyre,10865,DEM,43.5,53.68113620839908,Ilario Gregory Pantano,10866,REP,40.7,46.31886379160091,2.799999999999997,7.36227241679817 +51903,81996,4756,2010,NC-8,House-G,2010_House-G_NC-8,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-02,2010-11-02,31,450,Lawrence Webb Kissell,10867,DEM,46,53.01895581753682,Harold Johnson,10868,REP,45,43.67422749369931,1,9.344728323837508 +63997,117786,4756,2010,NC-8,House-G,2010_House-G_NC-8,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,1785,Lawrence Webb Kissell,10867,DEM,41.4,53.01895581753682,Harold Johnson,10868,REP,39.3,43.67422749369931,2.1000000000000014,9.344728323837508 +51910,82003,4759,2010,NC-11,House-G,2010_House-G_NC-11,GQR,126,TRUE,FALSE,NA,DEM,2010-10-05,2010-11-02,28,413,Joseph Heath Shuler,10869,DEM,54,54.343999900609184,Jeff Miller,10870,REP,41,45.656000099390816,13,8.687999801218368 +63997,117783,4759,2010,NC-11,House-G,2010_House-G_NC-11,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-14,2010-11-02,19,2848,Joseph Heath Shuler,10869,DEM,40.4,54.343999900609184,Jeff Miller,10870,REP,39.9,45.656000099390816,0.5,8.687999801218368 +51909,82002,4759,2010,NC-11,House-G,2010_House-G_NC-11,GQR,126,TRUE,FALSE,Live Phone,DEM,2010-10-18,2010-11-02,15,401,Joseph Heath Shuler,10869,DEM,54,54.343999900609184,Jeff Miller,10870,REP,39,45.656000099390816,15,8.687999801218368 +51917,82011,4762,2010,ND-1,House-G,2010_House-G_ND-1,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2010-09-11,2010-11-02,52,501,Earl Pomeroy,10872,DEM,46,45.079206580238974,Rick Berg,10871,REP,44,54.920793419761026,2,-9.841586839522051 +32387,82010,4762,2010,ND-1,House-G,2010_House-G_ND-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-20,2010-11-02,43,500,Earl Pomeroy,10872,DEM,45,45.079206580238974,Rick Berg,10871,REP,48,54.920793419761026,-3,-9.841586839522051 +51915,82008,4762,2010,ND-1,House-G,2010_House-G_ND-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-18,2010-11-02,15,500,Earl Pomeroy,10872,DEM,42,45.079206580238974,Rick Berg,10871,REP,52,54.920793419761026,-10,-9.841586839522051 +51916,82009,4762,2010,ND-1,House-G,2010_House-G_ND-1,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,398,Earl Pomeroy,10872,DEM,45,45.079206580238974,Rick Berg,10871,REP,44,54.920793419761026,1,-9.841586839522051 +51914,82007,4762,2010,ND-1,House-G,2010_House-G_ND-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-24,2010-11-02,9,400,Earl Pomeroy,10872,DEM,42,45.079206580238974,Rick Berg,10871,REP,51,54.920793419761026,-9,-9.841586839522051 +51996,82127,4763,2010,OH-1,House-G,2010_House-G_OH-1,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-28,2010-11-02,35,594,Steven L. Driehaus,10919,DEM,41,45.986958981331696,Steve Chabot,10920,REP,53,51.494159330680134,-12,-5.507200349348437 +52002,82133,4768,2010,OH-6,House-G,2010_House-G_OH-6,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-10-03,2010-11-02,30,400,Charles A. Wilson,10922,DEM,44,45.152863918278,Bill Johnson,10921,REP,46,50.18606348048158,-2,-5.033199562203578 +32865,117790,4775,2010,OH-13,House-G,2010_House-G_OH-13,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,1772,Betty Sutton,10928,DEM,39.3,55.732198730608474,Tom Ganley,10927,REP,34.4,44.267801269391526,4.899999999999999,11.464397461216947 +52008,82141,4777,2010,OH-15,House-G,2010_House-G_OH-15,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,404,Mary Jo Kilroy,10929,DEM,38,41.28678670510798,Steve Stivers,10930,REP,47,54.15828029520028,-9,-12.8714935900923 +52010,82144,4778,2010,OH-16,House-G,2010_House-G_OH-16,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,401,John A. Boccieri,10931,DEM,39,41.26203227989843,Jim Renacci,10932,REP,42,52.0821125026688,-3,-10.820080222770372 +32865,117792,4778,2010,OH-16,House-G,2010_House-G_OH-16,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,2715,John A. Boccieri,10931,DEM,31.5,41.26203227989843,Jim Renacci,10932,REP,45.9,52.0821125026688,-14.399999999999999,-10.820080222770372 +32865,117793,4780,2010,OH-18,House-G,2010_House-G_OH-18,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,2291,Zachary T. Space,10934,DEM,33.4,40.48975171473266,Bob Gibbs,10933,REP,46.5,53.86165817656733,-13.100000000000001,-13.37190646183467 +32867,117777,4786,2010,OR-1,House-G,2010_House-G_OR-1,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-13,2010-11-02,20,2065,David Wu,10937,DEM,44.7,54.7463546698804,Robert Y. Cornilles,10938,REP,38.3,41.94408502299349,6.400000000000006,12.802269646886906 +52017,82151,4786,2010,OR-1,House-G,2010_House-G_OR-1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-17,2010-11-02,16,602,David Wu,10937,DEM,51,54.7463546698804,Robert Y. Cornilles,10938,REP,42,41.94408502299349,9,12.802269646886906 +52016,82150,4786,2010,OR-1,House-G,2010_House-G_OR-1,Elway Research,87,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,400,David Wu,10937,DEM,51,54.7463546698804,Robert Y. Cornilles,10938,REP,38,41.94408502299349,13,12.802269646886906 +52192,82353,4789,2010,OR-4,House-G,2010_House-G_OR-4,WPA Intelligence,383,FALSE,FALSE,NA,REP,2010-10-04,2010-11-02,29,300,Peter A. DeFazio,10939,DEM,48,54.49250466361575,Arthur Robinson,10940,REP,42,43.575282165528165,6,10.917222498087582 +52019,82153,4789,2010,OR-4,House-G,2010_House-G_OR-4,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2010-10-11,2010-11-02,22,400,Peter A. DeFazio,10939,DEM,53,54.49250466361575,Arthur Robinson,10940,REP,39,43.575282165528165,14,10.917222498087582 +52022,82157,4790,2010,OR-5,House-G,2010_House-G_OR-5,Grove Insight,129,FALSE,TRUE,NA,DEM,2010-09-08,2010-11-02,55,400,Kurt Schrader,10941,DEM,42,51.24878330911707,L. Scott Bruun,10942,REP,29,45.95670696440914,13,5.2920763447079295 +52021,82156,4790,2010,OR-5,House-G,2010_House-G_OR-5,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2010-10-11,2010-11-02,22,300,Kurt Schrader,10941,DEM,40,51.24878330911707,L. Scott Bruun,10942,REP,44,45.95670696440914,-4,5.2920763447079295 +32867,117779,4790,2010,OR-5,House-G,2010_House-G_OR-5,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-13,2010-11-02,20,2375,Kurt Schrader,10941,DEM,40.8,51.24878330911707,L. Scott Bruun,10942,REP,37.8,45.95670696440914,3,5.2920763447079295 +52020,82155,4790,2010,OR-5,House-G,2010_House-G_OR-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-18,2010-11-02,15,601,Kurt Schrader,10941,DEM,41,51.24878330911707,L. Scott Bruun,10942,REP,51,45.95670696440914,-10,5.2920763447079295 +52016,82154,4790,2010,OR-5,House-G,2010_House-G_OR-5,Elway Research,87,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,400,Kurt Schrader,10941,DEM,50,51.24878330911707,L. Scott Bruun,10942,REP,38,45.95670696440914,12,5.2920763447079295 +52028,82163,4793,2010,PA-3,House-G,2010_House-G_PA-3,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2010-09-16,2010-11-02,47,418,Kathy Dahlkemper,10943,DEM,38,44.27758386320973,Mike Kelly,10944,REP,44,55.722416136790265,-6,-11.444832273580538 +52027,82162,4793,2010,PA-3,House-G,2010_House-G_PA-3,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,401,Kathy Dahlkemper,10943,DEM,36,44.27758386320973,Mike Kelly,10944,REP,49,55.722416136790265,-13,-11.444832273580538 +52026,82161,4793,2010,PA-3,House-G,2010_House-G_PA-3,Mercyhurst University Center for Applied Politics,422,FALSE,FALSE,NA,NA,2010-09-28,2010-11-02,35,634,Kathy Dahlkemper,10943,DEM,37,44.27758386320973,Mike Kelly,10944,REP,44,55.722416136790265,-7,-11.444832273580538 +32870,138685,4793,2010,PA-3,House-G,2010_House-G_PA-3,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-07,2010-11-02,26,442,Kathy Dahlkemper,10943,DEM,33.7,44.27758386320973,Mike Kelly,10944,REP,47.5,55.722416136790265,-13.799999999999997,-11.444832273580538 +52033,82169,4794,2010,PA-4,House-G,2010_House-G_PA-4,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-10-06,2010-11-02,27,300,Jason Altmire,10945,DEM,47,50.813550055722615,Keith J. Rothfus,10946,REP,36,49.18644994427739,11,1.6271001114452233 +52032,82168,4794,2010,PA-4,House-G,2010_House-G_PA-4,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-16,2010-11-02,17,400,Jason Altmire,10945,DEM,47,50.813550055722615,Keith J. Rothfus,10946,REP,35,49.18644994427739,12,1.6271001114452233 +52035,82171,4796,2010,PA-6,House-G,2010_House-G_PA-6,Monmouth University,215,TRUE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,642,Manan Trivedi,10947,DEM,44,42.897512624699594,Jim Gerlach,10948,REP,54,57.10248737530041,-10,-14.204974750600819 +73915,138687,4797,2010,PA-7,House-G,2010_House-G_PA-7,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-10-03,2010-11-02,30,400,Bryan R. Lentz,10949,DEM,30,43.97660725462134,Patrick Meehan,10950,REP,42,54.94385023540246,-12,-10.967242980781116 +52038,82175,4797,2010,PA-7,House-G,2010_House-G_PA-7,Monmouth University,215,TRUE,FALSE,NA,NA,2010-10-05,2010-11-02,28,670,Bryan R. Lentz,10949,DEM,45,43.97660725462134,Patrick Meehan,10950,REP,49,54.94385023540246,-4,-10.967242980781116 +32870,138686,4797,2010,PA-7,House-G,2010_House-G_PA-7,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-07,2010-11-02,26,442,Bryan R. Lentz,10949,DEM,38,43.97660725462134,Patrick Meehan,10950,REP,42.9,54.94385023540246,-4.899999999999999,-10.967242980781116 +52037,82174,4797,2010,PA-7,House-G,2010_House-G_PA-7,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,405,Bryan R. Lentz,10949,DEM,39,43.97660725462134,Patrick Meehan,10950,REP,40,54.94385023540246,-1,-10.967242980781116 +52036,82173,4797,2010,PA-7,House-G,2010_House-G_PA-7,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2010-10-08,2010-11-02,25,400,Bryan R. Lentz,10949,DEM,31,43.97660725462134,Patrick Meehan,10950,REP,34,54.94385023540246,-3,-10.967242980781116 +52028,82182,4798,2010,PA-8,House-G,2010_House-G_PA-8,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2010-09-16,2010-11-02,47,379,Patrick J. Murphy,10952,DEM,35,46.47736854600378,Michael G. Fitzpatrick,10951,REP,49,53.52263145399622,-14,-7.045262907992438 +52043,82180,4798,2010,PA-8,House-G,2010_House-G_PA-8,Harstad Strategic Research,134,FALSE,FALSE,NA,DEM,2010-09-21,2010-11-02,42,507,Patrick J. Murphy,10952,DEM,49,46.47736854600378,Michael G. Fitzpatrick,10951,REP,46,53.52263145399622,3,-7.045262907992438 +52042,82179,4798,2010,PA-8,House-G,2010_House-G_PA-8,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-11,2010-11-02,22,398,Patrick J. Murphy,10952,DEM,46,46.47736854600378,Michael G. Fitzpatrick,10951,REP,43,53.52263145399622,3,-7.045262907992438 +52041,82178,4798,2010,PA-8,House-G,2010_House-G_PA-8,Monmouth University,215,TRUE,FALSE,IVR,NA,2010-10-12,2010-11-02,21,646,Patrick J. Murphy,10952,DEM,46,46.47736854600378,Michael G. Fitzpatrick,10951,REP,51,53.52263145399622,-5,-7.045262907992438 +73916,138688,4798,2010,PA-8,House-G,2010_House-G_PA-8,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2010-10-18,2010-11-02,15,400,Patrick J. Murphy,10952,DEM,48,46.47736854600378,Michael G. Fitzpatrick,10951,REP,46,53.52263145399622,2,-7.045262907992438 +52040,82177,4798,2010,PA-8,House-G,2010_House-G_PA-8,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-19,2010-11-02,14,400,Patrick J. Murphy,10952,DEM,40,46.47736854600378,Michael G. Fitzpatrick,10951,REP,50,53.52263145399622,-10,-7.045262907992438 +52053,82192,4800,2010,PA-10,House-G,2010_House-G_PA-10,Digital Research,64,FALSE,FALSE,NA,NA,2010-09-22,2010-11-02,41,197,Christopher P. Carney,10953,DEM,36,44.82326822819227,Tom Marino,10954,REP,40,55.17673177180773,-4,-10.353463543615462 +52052,82191,4800,2010,PA-10,House-G,2010_House-G_PA-10,Momentum Analysis,214,FALSE,TRUE,NA,DEM,2010-09-24,2010-11-02,39,400,Christopher P. Carney,10953,DEM,46,44.82326822819227,Tom Marino,10954,REP,38,55.17673177180773,8,-10.353463543615462 +52051,82190,4800,2010,PA-10,House-G,2010_House-G_PA-10,Lycoming College Polling Institute,176,FALSE,TRUE,NA,NA,2010-09-28,2010-11-02,35,370,Christopher P. Carney,10953,DEM,43,44.82326822819227,Tom Marino,10954,REP,40,55.17673177180773,3,-10.353463543615462 +73917,138689,4800,2010,PA-10,House-G,2010_House-G_PA-10,Tarrance Group,333,FALSE,FALSE,NA,REP,2010-10-06,2010-11-02,27,442,Christopher P. Carney,10953,DEM,42,44.82326822819227,Tom Marino,10954,REP,47,55.17673177180773,-5,-10.353463543615462 +52050,82189,4800,2010,PA-10,House-G,2010_House-G_PA-10,Digital Research,64,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,400,Christopher P. Carney,10953,DEM,38,44.82326822819227,Tom Marino,10954,REP,44,55.17673177180773,-6,-10.353463543615462 +52049,82188,4800,2010,PA-10,House-G,2010_House-G_PA-10,Momentum Analysis,214,FALSE,TRUE,Live Phone,DEM,2010-10-12,2010-11-02,21,400,Christopher P. Carney,10953,DEM,48,44.82326822819227,Tom Marino,10954,REP,41,55.17673177180773,7,-10.353463543615462 +52048,82187,4800,2010,PA-10,House-G,2010_House-G_PA-10,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,406,Christopher P. Carney,10953,DEM,41,44.82326822819227,Tom Marino,10954,REP,41,55.17673177180773,0,-10.353463543615462 +52047,82186,4800,2010,PA-10,House-G,2010_House-G_PA-10,Lycoming College Polling Institute,176,FALSE,TRUE,Live Phone,NA,2010-10-19,2010-11-02,14,296,Christopher P. Carney,10953,DEM,45,44.82326822819227,Tom Marino,10954,REP,39,55.17673177180773,6,-10.353463543615462 +52046,82185,4800,2010,PA-10,House-G,2010_House-G_PA-10,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-10-24,2010-11-02,9,400,Christopher P. Carney,10953,DEM,38,44.82326822819227,Tom Marino,10954,REP,47,55.17673177180773,-9,-10.353463543615462 +52053,82200,4801,2010,PA-11,House-G,2010_House-G_PA-11,Digital Research,64,FALSE,FALSE,NA,NA,2010-09-22,2010-11-02,41,221,Paul E. Kanjorski,10955,DEM,32,45.299442710536034,Lou Barletta,10956,REP,43,54.70055728946396,-11,-9.401114578927924 +32870,138690,4801,2010,PA-11,House-G,2010_House-G_PA-11,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-07,2010-11-02,26,442,Paul E. Kanjorski,10955,DEM,34.7,45.299442710536034,Lou Barletta,10956,REP,46.5,54.70055728946396,-11.799999999999997,-9.401114578927924 +52056,82198,4801,2010,PA-11,House-G,2010_House-G_PA-11,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2010-10-07,2010-11-02,26,414,Paul E. Kanjorski,10955,DEM,40,45.299442710536034,Lou Barletta,10956,REP,47,54.70055728946396,-7,-9.401114578927924 +52050,82197,4801,2010,PA-11,House-G,2010_House-G_PA-11,Digital Research,64,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,400,Paul E. Kanjorski,10955,DEM,41,45.299442710536034,Lou Barletta,10956,REP,43,54.70055728946396,-2,-9.401114578927924 +52055,82196,4801,2010,PA-11,House-G,2010_House-G_PA-11,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,402,Paul E. Kanjorski,10955,DEM,43,45.299442710536034,Lou Barletta,10956,REP,48,54.70055728946396,-5,-9.401114578927924 +52046,82195,4801,2010,PA-11,House-G,2010_House-G_PA-11,Digital Research,64,FALSE,FALSE,Live Phone,NA,2010-10-24,2010-11-02,9,400,Paul E. Kanjorski,10955,DEM,47,45.299442710536034,Lou Barletta,10956,REP,39,54.70055728946396,8,-9.401114578927924 +52059,82204,4802,2010,PA-12,House-G,2010_House-G_PA-12,Grove Insight,129,FALSE,TRUE,NA,DEM,2010-09-08,2010-11-02,55,400,Mark S. Critz,10957,DEM,48,50.77904829775517,Tim Burns,10958,REP,41,49.220951702244825,7,1.5580965955103423 +32870,138691,4802,2010,PA-12,House-G,2010_House-G_PA-12,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-07,2010-11-02,26,442,Mark S. Critz,10957,DEM,40,50.77904829775517,Tim Burns,10958,REP,39.9,49.220951702244825,0.10000000000000142,1.5580965955103423 +52058,82203,4802,2010,PA-12,House-G,2010_House-G_PA-12,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2010-10-09,2010-11-02,24,400,Mark S. Critz,10957,DEM,43,50.77904829775517,Tim Burns,10958,REP,36,49.220951702244825,7,1.5580965955103423 +52061,82207,4803,2010,PA-13,House-G,2010_House-G_PA-13,Cooper & Secrest,60,FALSE,TRUE,NA,DEM,2010-10-05,2010-11-02,28,505,Allyson Y. Schwartz,10959,DEM,57,56.34157107125398,Carson Dee Adcock,10960,REP,32,43.65842892874602,25,12.683142142507961 +52064,82210,4805,2010,PA-15,House-G,2010_House-G_PA-15,Muhlenberg College,219,TRUE,FALSE,NA,NA,2010-09-13,2010-11-02,50,496,John B. Callahan,10961,DEM,38,38.99622582474529,Charles W. Dent,10962,REP,49,53.549289164401515,-11,-14.553063339656227 +52063,82209,4805,2010,PA-15,House-G,2010_House-G_PA-15,Grove Insight,129,FALSE,TRUE,NA,DEM,2010-09-28,2010-11-02,35,400,John B. Callahan,10961,DEM,43,38.99622582474529,Charles W. Dent,10962,REP,45,53.549289164401515,-2,-14.553063339656227 +52062,82208,4805,2010,PA-15,House-G,2010_House-G_PA-15,Muhlenberg College,219,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,496,John B. Callahan,10961,DEM,32,38.99622582474529,Charles W. Dent,10962,REP,49,53.549289164401515,-17,-14.553063339656227 +52067,82213,4806,2010,PA-16,House-G,2010_House-G_PA-16,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2010-09-16,2010-11-02,47,363,Lois K. Herr,10963,DEM,34,34.6131531347053,Joseph R. Pitts,10964,REP,41,65.3868468652947,-7,-30.7736937305894 +32870,138692,4807,2010,PA-17,House-G,2010_House-G_PA-17,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-07,2010-11-02,26,442,Thomas Timothy Holden,10965,DEM,40.6,55.50059488678415,David G. Argall,10966,REP,36.7,44.49940511321586,3.8999999999999986,11.001189773568292 +52069,82215,4807,2010,PA-17,House-G,2010_House-G_PA-17,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,442,Thomas Timothy Holden,10965,DEM,58,55.50059488678415,David G. Argall,10966,REP,28,44.49940511321586,30,11.001189773568292 +52077,82223,4810,2010,RI-1,House-G,2010_House-G_RI-1,Quest Research Group,285,FALSE,TRUE,NA,NA,2010-09-16,2010-11-02,47,402,David N. Cicilline,10967,DEM,49,50.536022983073615,John J. Loughlin,10968,REP,26,44.48742024948077,23,6.048602733592844 +52076,82222,4810,2010,RI-1,House-G,2010_House-G_RI-1,Feldman Group,93,FALSE,FALSE,NA,DEM,2010-09-19,2010-11-02,44,500,David N. Cicilline,10967,DEM,53,50.536022983073615,John J. Loughlin,10968,REP,38,44.48742024948077,15,6.048602733592844 +52075,82221,4810,2010,RI-1,House-G,2010_House-G_RI-1,Fleming & Associates,96,FALSE,FALSE,NA,NA,2010-09-24,2010-11-02,39,250,David N. Cicilline,10967,DEM,48.4,50.536022983073615,John J. Loughlin,10968,REP,28.8,44.48742024948077,19.599999999999998,6.048602733592844 +52074,82220,4810,2010,RI-1,House-G,2010_House-G_RI-1,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2010-09-28,2010-11-02,35,289,David N. Cicilline,10967,DEM,39.4,50.536022983073615,John J. Loughlin,10968,REP,20.8,44.48742024948077,18.599999999999998,6.048602733592844 +52073,82219,4810,2010,RI-1,House-G,2010_House-G_RI-1,Quest Research Group,285,FALSE,TRUE,NA,NA,2010-10-05,2010-11-02,28,250,David N. Cicilline,10967,DEM,47,50.536022983073615,John J. Loughlin,10968,REP,36,44.48742024948077,11,6.048602733592844 +52072,82218,4810,2010,RI-1,House-G,2010_House-G_RI-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-20,2010-11-02,13,300,David N. Cicilline,10967,DEM,41,50.536022983073615,John J. Loughlin,10968,REP,41,44.48742024948077,0,6.048602733592844 +52071,82217,4810,2010,RI-1,House-G,2010_House-G_RI-1,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2010-10-23,2010-11-02,10,250,David N. Cicilline,10967,DEM,48,50.536022983073615,John J. Loughlin,10968,REP,42,44.48742024948077,6,6.048602733592844 +52070,82216,4810,2010,RI-1,House-G,2010_House-G_RI-1,Quest Research Group,285,FALSE,TRUE,Live Phone,NA,2010-10-25,2010-11-02,8,486,David N. Cicilline,10967,DEM,42,50.536022983073615,John J. Loughlin,10968,REP,40,44.48742024948077,2,6.048602733592844 +52077,82228,4811,2010,RI-2,House-G,2010_House-G_RI-2,Quest Research Group,285,FALSE,TRUE,NA,NA,2010-09-16,2010-11-02,47,388,Jim Langevin,10969,DEM,54,59.79389706303315,Mark S. Zaccaria,10970,REP,20,31.722104539989697,34,28.071792523043452 +52075,82227,4811,2010,RI-2,House-G,2010_House-G_RI-2,Fleming & Associates,96,FALSE,FALSE,NA,NA,2010-09-24,2010-11-02,39,250,Jim Langevin,10969,DEM,54,59.79389706303315,Mark S. Zaccaria,10970,REP,23.6,31.722104539989697,30.4,28.071792523043452 +52074,82226,4811,2010,RI-2,House-G,2010_House-G_RI-2,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2010-09-28,2010-11-02,35,276,Jim Langevin,10969,DEM,46.7,59.79389706303315,Mark S. Zaccaria,10970,REP,13.4,31.722104539989697,33.300000000000004,28.071792523043452 +52073,82225,4811,2010,RI-2,House-G,2010_House-G_RI-2,Quest Research Group,285,FALSE,TRUE,NA,NA,2010-10-05,2010-11-02,28,250,Jim Langevin,10969,DEM,65,59.79389706303315,Mark S. Zaccaria,10970,REP,26,31.722104539989697,39,28.071792523043452 +52070,82224,4811,2010,RI-2,House-G,2010_House-G_RI-2,Quest Research Group,285,FALSE,TRUE,Live Phone,NA,2010-10-25,2010-11-02,8,215,Jim Langevin,10969,DEM,54,59.79389706303315,Mark S. Zaccaria,10970,REP,19,31.722104539989697,35,28.071792523043452 +52078,82229,4813,2010,SC-2,House-G,2010_House-G_SC-2,Impact Research,14,FALSE,FALSE,NA,DEM,2010-10-09,2010-11-02,24,500,Rob Miller,10971,DEM,39,43.75712437228504,Joe Wilson,10972,REP,46,53.47553837148402,-7,-9.71841399919898 +52081,82232,4816,2010,SC-5,House-G,2010_House-G_SC-5,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,499,John M. Spratt,10973,DEM,39,44.810457058251494,Mick Mulvaney,10974,REP,49,55.12120760800049,-10,-10.310750549748995 +52091,82242,4818,2010,SD-1,House-G,2010_House-G_SD-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-07,2010-11-02,56,500,Stephanie Herseth Sandlin,10975,DEM,47,45.89138016316768,Kristi Noem,10976,REP,45,48.1185000594817,2,-2.227119896314015 +52090,82241,4818,2010,SD-1,House-G,2010_House-G_SD-1,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2010-09-22,2010-11-02,41,400,Stephanie Herseth Sandlin,10975,DEM,51,45.89138016316768,Kristi Noem,10976,REP,38,48.1185000594817,13,-2.227119896314015 +52089,82240,4818,2010,SD-1,House-G,2010_House-G_SD-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-04,2010-11-02,29,500,Stephanie Herseth Sandlin,10975,DEM,44,45.89138016316768,Kristi Noem,10976,REP,47,48.1185000594817,-3,-2.227119896314015 +52088,82239,4818,2010,SD-1,House-G,2010_House-G_SD-1,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,399,Stephanie Herseth Sandlin,10975,DEM,45,45.89138016316768,Kristi Noem,10976,REP,42,48.1185000594817,3,-2.227119896314015 +52087,82238,4818,2010,SD-1,House-G,2010_House-G_SD-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-20,2010-11-02,13,500,Stephanie Herseth Sandlin,10975,DEM,44,45.89138016316768,Kristi Noem,10976,REP,49,48.1185000594817,-5,-2.227119896314015 +52086,82237,4818,2010,SD-1,House-G,2010_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,800,Stephanie Herseth Sandlin,10975,DEM,43,45.89138016316768,Kristi Noem,10976,REP,45,48.1185000594817,-2,-2.227119896314015 +52085,82236,4818,2010,SD-1,House-G,2010_House-G_SD-1,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,679,Stephanie Herseth Sandlin,10975,DEM,41.5,45.89138016316768,Kristi Noem,10976,REP,40,48.1185000594817,1.5,-2.227119896314015 +52193,82354,4821,2010,TN-3,House-G,2010_House-G_TN-3,WPA Intelligence,383,FALSE,FALSE,NA,REP,2010-10-06,2010-11-02,27,400,John Wolfe,11031,DEM,20,28.00698523967024,Chuck Fleischmann,11030,REP,50,56.79024534728736,-30,-28.78326010761712 +52101,82252,4822,2010,TN-4,House-G,2010_House-G_TN-4,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-27,2010-11-02,36,300,Lincoln Davis,10979,DEM,42,38.5606314252625,Scott DesJarlais,10978,REP,42,57.065936297621725,0,-18.505304872359225 +52100,82251,4822,2010,TN-4,House-G,2010_House-G_TN-4,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-13,2010-11-02,20,300,Lincoln Davis,10979,DEM,40,38.5606314252625,Scott DesJarlais,10978,REP,45,57.065936297621725,-5,-18.505304872359225 +52107,82258,4826,2010,TN-8,House-G,2010_House-G_TN-8,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,416,Roy Brasfield Herron,10981,DEM,37,38.80409784653983,Stephen Lee Fincher,10980,REP,47,58.99405633045608,-10,-20.18995848391625 +52106,82257,4826,2010,TN-8,House-G,2010_House-G_TN-8,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2010-10-11,2010-11-02,22,304,Roy Brasfield Herron,10981,DEM,36,38.80409784653983,Stephen Lee Fincher,10980,REP,47,58.99405633045608,-11,-20.18995848391625 +52105,82256,4826,2010,TN-8,House-G,2010_House-G_TN-8,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2010-10-18,2010-11-02,15,300,Roy Brasfield Herron,10981,DEM,35,38.80409784653983,Stephen Lee Fincher,10980,REP,50,58.99405633045608,-15,-20.18995848391625 +52112,82263,4844,2010,TX-17,House-G,2010_House-G_TX-17,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2010-09-19,2010-11-02,44,400,Thomas Edwards,10984,DEM,36,36.571633785521485,Bill Flores,10985,REP,55,61.801879032912034,-19,-25.23024524739055 +52111,82262,4844,2010,TX-17,House-G,2010_House-G_TX-17,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2010-10-04,2010-11-02,29,400,Thomas Edwards,10984,DEM,42,36.571633785521485,Bill Flores,10985,REP,46,61.801879032912034,-4,-25.23024524739055 +63917,117771,4844,2010,TX-17,House-G,2010_House-G_TX-17,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-12,2010-11-02,21,2085,Thomas Edwards,10984,DEM,36,36.571633785521485,Bill Flores,10985,REP,47,61.801879032912034,-11,-25.23024524739055 +52110,82261,4844,2010,TX-17,House-G,2010_House-G_TX-17,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-20,2010-11-02,13,404,Thomas Edwards,10984,DEM,40,36.571633785521485,Bill Flores,10985,REP,52,61.801879032912034,-12,-25.23024524739055 +63917,117772,4850,2010,TX-23,House-G,2010_House-G_TX-23,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-12,2010-11-02,21,2215,Ciro D. Rodriguez,10987,DEM,32,44.44415114759724,Francisco R. Canseco,10986,REP,43,49.3968350337218,-11,-4.952683886124561 +52114,82265,4850,2010,TX-23,House-G,2010_House-G_TX-23,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2010-10-19,2010-11-02,14,400,Ciro D. Rodriguez,10987,DEM,39,44.44415114759724,Francisco R. Canseco,10986,REP,45,49.3968350337218,-6,-4.952683886124561 +52117,82268,4854,2010,TX-27,House-G,2010_House-G_TX-27,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2010-10-11,2010-11-02,22,400,Solomon P. Ortiz,10989,DEM,36,47.102721273619885,Blake Farenthold,10988,REP,44,47.85086031296055,-8,-0.7481390393406642 +63917,117775,4854,2010,TX-27,House-G,2010_House-G_TX-27,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-12,2010-11-02,21,1122,Solomon P. Ortiz,10989,DEM,35,47.102721273619885,Blake Farenthold,10988,REP,45,47.85086031296055,-10,-0.7481390393406642 +52118,138695,4860,2010,UT-1,House-G,2010_House-G_UT-1,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-12,2010-11-02,21,442,Morgan E. Bowen,10990,DEM,22,23.92536656741464,Rob Bishop,10991,REP,67,69.19350052695664,-45,-45.268133959542 +32750,82270,4860,2010,UT-1,House-G,2010_House-G_UT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,400,Morgan E. Bowen,10990,DEM,13,23.92536656741464,Rob Bishop,10991,REP,65,69.19350052695664,-52,-45.268133959542 +32774,82269,4860,2010,UT-1,House-G,2010_House-G_UT-1,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,375,Morgan E. Bowen,10990,DEM,21,23.92536656741464,Rob Bishop,10991,REP,66,69.19350052695664,-45,-45.268133959542 +52118,82273,4861,2010,UT-2,House-G,2010_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-12,2010-11-02,21,226,Jim Matheson,10992,DEM,57,50.48739909548258,Morgan J. Philpot,10993,REP,31,46.060107922667335,26,4.427291172815245 +32750,82272,4861,2010,UT-2,House-G,2010_House-G_UT-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,400,Jim Matheson,10992,DEM,48,50.48739909548258,Morgan J. Philpot,10993,REP,35,46.060107922667335,13,4.427291172815245 +32774,82271,4861,2010,UT-2,House-G,2010_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,456,Jim Matheson,10992,DEM,51,50.48739909548258,Morgan J. Philpot,10993,REP,39,46.060107922667335,12,4.427291172815245 +52118,138696,4862,2010,UT-3,House-G,2010_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-12,2010-11-02,21,442,Karen E. Hyer,10994,DEM,19,22.941621028438913,Jason Chaffetz,10995,REP,67,72.32459909103144,-48,-49.38297806259253 +32750,82276,4862,2010,UT-3,House-G,2010_House-G_UT-3,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-26,2010-11-02,7,400,Karen E. Hyer,10994,DEM,11,22.941621028438913,Jason Chaffetz,10995,REP,56,72.32459909103144,-45,-49.38297806259253 +32774,82275,4862,2010,UT-3,House-G,2010_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,375,Karen E. Hyer,10994,DEM,19,22.941621028438913,Jason Chaffetz,10995,REP,70,72.32459909103144,-51,-49.38297806259253 +32303,82305,4863,2010,VT-1,House-G,2010_House-G_VT-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-13,2010-11-02,50,500,Peter Welch,11004,DEM,64,64.56706118119578,Paul Beaudry,11005,REP,30,32.03198041262614,34,32.53508076856964 +32559,82304,4863,2010,VT-1,House-G,2010_House-G_VT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2010-10-12,2010-11-02,21,625,Peter Welch,11004,DEM,61,64.56706118119578,Paul Beaudry,11005,REP,25,32.03198041262614,36,32.53508076856964 +52124,82281,4865,2010,VA-2,House-G,2010_House-G_VA-2,North Star Opinion Research,233,FALSE,FALSE,NA,REP,2010-09-25,2010-11-02,38,400,Glenn C. Nye,10996,DEM,40,42.450793498066616,E. Scott Rigell,10997,REP,45,53.12437984472815,-5,-10.673586346661537 +52122,82279,4865,2010,VA-2,House-G,2010_House-G_VA-2,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-26,2010-11-02,37,400,Glenn C. Nye,10996,DEM,35,42.450793498066616,E. Scott Rigell,10997,REP,42,53.12437984472815,-7,-10.673586346661537 +52123,82280,4865,2010,VA-2,House-G,2010_House-G_VA-2,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,397,Glenn C. Nye,10996,DEM,36,42.450793498066616,E. Scott Rigell,10997,REP,42,53.12437984472815,-6,-10.673586346661537 +52121,82278,4865,2010,VA-2,House-G,2010_House-G_VA-2,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-17,2010-11-02,16,400,Glenn C. Nye,10996,DEM,41,42.450793498066616,E. Scott Rigell,10997,REP,46,53.12437984472815,-5,-10.673586346661537 +52120,82277,4865,2010,VA-2,House-G,2010_House-G_VA-2,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2010-10-18,2010-11-02,15,490,Glenn C. Nye,10996,DEM,41,42.450793498066616,E. Scott Rigell,10997,REP,42,53.12437984472815,-1,-10.673586346661537 +52134,82291,4868,2010,VA-5,House-G,2010_House-G_VA-5,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2010-09-15,2010-11-02,48,400,Tom S. Perriello,10999,DEM,44,46.987875001593714,Robert Hurt,10998,REP,46,50.81194565212772,-2,-3.8240706505340043 +52132,82289,4868,2010,VA-5,House-G,2010_House-G_VA-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-26,2010-11-02,37,624,Tom S. Perriello,10999,DEM,35,46.987875001593714,Robert Hurt,10998,REP,58,50.81194565212772,-23,-3.8240706505340043 +52131,82288,4868,2010,VA-5,House-G,2010_House-G_VA-5,PSB Research,250,FALSE,FALSE,NA,NA,2010-09-29,2010-11-02,34,403,Tom S. Perriello,10999,DEM,44,46.987875001593714,Robert Hurt,10998,REP,45,50.81194565212772,-1,-3.8240706505340043 +52130,82287,4868,2010,VA-5,House-G,2010_House-G_VA-5,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-10-10,2010-11-02,23,613,Tom S. Perriello,10999,DEM,41,46.987875001593714,Robert Hurt,10998,REP,52,50.81194565212772,-11,-3.8240706505340043 +52129,82286,4868,2010,VA-5,House-G,2010_House-G_VA-5,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,567,Tom S. Perriello,10999,DEM,40,46.987875001593714,Robert Hurt,10998,REP,46,50.81194565212772,-6,-3.8240706505340043 +52128,82285,4868,2010,VA-5,House-G,2010_House-G_VA-5,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2010-10-19,2010-11-02,14,400,Tom S. Perriello,10999,DEM,46,46.987875001593714,Robert Hurt,10998,REP,47,50.81194565212772,-1,-3.8240706505340043 +52127,82284,4868,2010,VA-5,House-G,2010_House-G_VA-5,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-27,2010-11-02,6,524,Tom S. Perriello,10999,DEM,43,46.987875001593714,Robert Hurt,10998,REP,51,50.81194565212772,-8,-3.8240706505340043 +52126,82283,4868,2010,VA-5,House-G,2010_House-G_VA-5,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2010-10-30,2010-11-02,3,400,Tom S. Perriello,10999,DEM,42,46.987875001593714,Robert Hurt,10998,REP,45,50.81194565212772,-3,-3.8240706505340043 +52142,82299,4872,2010,VA-9,House-G,2010_House-G_VA-9,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-28,2010-11-02,35,628,Frederick C. Boucher,11000,DEM,53,46.407228876988185,H. Morgan Griffith,11001,REP,38,51.21310528202358,15,-4.8058764050353915 +52141,82298,4872,2010,VA-9,House-G,2010_House-G_VA-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-12,2010-11-02,21,633,Frederick C. Boucher,11000,DEM,51,46.407228876988185,H. Morgan Griffith,11001,REP,41,51.21310528202358,10,-4.8058764050353915 +52140,82297,4872,2010,VA-9,House-G,2010_House-G_VA-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,608,Frederick C. Boucher,11000,DEM,46,46.407228876988185,H. Morgan Griffith,11001,REP,47,51.21310528202358,-1,-4.8058764050353915 +52149,82308,4876,2010,WA-2,House-G,2010_House-G_WA-2,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-27,2010-11-02,36,576,Rick Larsen,11008,DEM,50,51.07233446176015,John Koster,11009,REP,47,48.92766553823985,3,2.1446689235202996 +32869,138698,4876,2010,WA-2,House-G,2010_House-G_WA-2,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-08,2010-11-02,25,442,Rick Larsen,11008,DEM,40.3,51.07233446176015,John Koster,11009,REP,43.5,48.92766553823985,-3.200000000000003,2.1446689235202996 +52148,82307,4876,2010,WA-2,House-G,2010_House-G_WA-2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-20,2010-11-02,13,643,Rick Larsen,11008,DEM,50,51.07233446176015,John Koster,11009,REP,46,48.92766553823985,4,2.1446689235202996 +64147,118021,4876,2010,WA-2,House-G,2010_House-G_WA-2,MRG Research,207,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,423,Rick Larsen,11008,DEM,56,51.07233446176015,John Koster,11009,REP,38,48.92766553823985,18,2.1446689235202996 +52155,82315,4877,2010,WA-3,House-G,2010_House-G_WA-3,GQR,126,TRUE,FALSE,NA,DEM,2010-09-08,2010-11-02,55,502,Denny Heck,11010,DEM,44,47.02811203211615,Jaime Herrera Beutler,11011,REP,47,52.971887967883845,-3,-5.943775935767697 +52154,82314,4877,2010,WA-3,House-G,2010_House-G_WA-3,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-13,2010-11-02,50,552,Denny Heck,11010,DEM,43,47.02811203211615,Jaime Herrera Beutler,11011,REP,52,52.971887967883845,-9,-5.943775935767697 +52153,82313,4877,2010,WA-3,House-G,2010_House-G_WA-3,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,400,Denny Heck,11010,DEM,40,47.02811203211615,Jaime Herrera Beutler,11011,REP,42,52.971887967883845,-2,-5.943775935767697 +32869,138699,4877,2010,WA-3,House-G,2010_House-G_WA-3,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-08,2010-11-02,25,442,Denny Heck,11010,DEM,35.3,47.02811203211615,Jaime Herrera Beutler,11011,REP,42.9,52.971887967883845,-7.600000000000001,-5.943775935767697 +32556,82312,4877,2010,WA-3,House-G,2010_House-G_WA-3,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2010-10-13,2010-11-02,20,579,Denny Heck,11010,DEM,42,47.02811203211615,Jaime Herrera Beutler,11011,REP,53,52.971887967883845,-11,-5.943775935767697 +52152,82311,4877,2010,WA-3,House-G,2010_House-G_WA-3,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-25,2010-11-02,8,640,Denny Heck,11010,DEM,46,47.02811203211615,Jaime Herrera Beutler,11011,REP,50,52.971887967883845,-4,-5.943775935767697 +52157,82317,4880,2010,WA-6,House-G,2010_House-G_WA-6,Clout Research,55,FALSE,FALSE,IVR,REP,2010-10-18,2010-11-02,15,1262,Norman DeValois Dicks,11013,DEM,44.2,58.03923217145063,Doug R. Cloud,11012,REP,48.3,41.96076782854937,-4.099999999999994,16.078464342901256 +52161,82321,4882,2010,WA-8,House-G,2010_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-28,2010-11-02,35,579,Suzan DelBene,11014,DEM,45,47.94837951832501,David G. Reichert,11015,REP,52,52.05162048167499,-7,-4.103240963349975 +52160,82320,4882,2010,WA-8,House-G,2010_House-G_WA-8,FM3 Research,91,FALSE,FALSE,NA,DEM,2010-10-04,2010-11-02,29,400,Suzan DelBene,11014,DEM,44,47.94837951832501,David G. Reichert,11015,REP,48,52.05162048167499,-4,-4.103240963349975 +52159,82319,4882,2010,WA-8,House-G,2010_House-G_WA-8,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-10-09,2010-11-02,24,442,Suzan DelBene,11014,DEM,46,47.94837951832501,David G. Reichert,11015,REP,49,52.05162048167499,-3,-4.103240963349975 +52158,82318,4882,2010,WA-8,House-G,2010_House-G_WA-8,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-19,2010-11-02,14,639,Suzan DelBene,11014,DEM,45,47.94837951832501,David G. Reichert,11015,REP,52,52.05162048167499,-7,-4.103240963349975 +52164,82325,4883,2010,WA-9,House-G,2010_House-G_WA-9,SurveyUSA,325,FALSE,FALSE,NA,NA,2010-09-15,2010-11-02,48,586,Adam Smith,11016,DEM,49,54.8520793992748,Richard Muri,11017,REP,46,45.14792060072519,3,9.704158798549607 +52163,82324,4883,2010,WA-9,House-G,2010_House-G_WA-9,Benenson Strategy Group,30,FALSE,FALSE,NA,DEM,2010-09-19,2010-11-02,44,400,Adam Smith,11016,DEM,54,54.8520793992748,Richard Muri,11017,REP,35,45.14792060072519,19,9.704158798549607 +32869,138700,4883,2010,WA-9,House-G,2010_House-G_WA-9,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-08,2010-11-02,25,442,Adam Smith,11016,DEM,38.6,54.8520793992748,Richard Muri,11017,REP,39.4,45.14792060072519,-0.7999999999999972,9.704158798549607 +52162,82323,4883,2010,WA-9,House-G,2010_House-G_WA-9,SurveyUSA,325,FALSE,FALSE,IVR,NA,2010-10-24,2010-11-02,9,590,Adam Smith,11016,DEM,49,54.8520793992748,Richard Muri,11017,REP,46,45.14792060072519,3,9.704158798549607 +52177,82338,4884,2010,WV-1,House-G,2010_House-G_WV-1,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,405,Michael Angelo Oliverio,11024,DEM,42,49.59973315543696,David B. McKinley,11025,REP,39,50.40026684456305,3,-0.800533689126091 +32866,117788,4884,2010,WV-1,House-G,2010_House-G_WV-1,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-15,2010-11-02,18,2033,Michael Angelo Oliverio,11024,DEM,34.8,49.59973315543696,David B. McKinley,11025,REP,41.2,50.40026684456305,-6.400000000000006,-0.800533689126091 +52182,82343,4886,2010,WV-3,House-G,2010_House-G_WV-3,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2010-09-25,2010-11-02,38,411,Nick J. Rahall II,11026,DEM,55,56.038647342995176,Elliott E. Maynard,11027,REP,37,43.96135265700483,18,12.077294685990346 +52181,82342,4886,2010,WV-3,House-G,2010_House-G_WV-3,Impact Research,14,FALSE,FALSE,NA,DEM,2010-09-28,2010-11-02,35,400,Nick J. Rahall II,11026,DEM,59,56.038647342995176,Elliott E. Maynard,11027,REP,34,43.96135265700483,25,12.077294685990346 +52180,82341,4886,2010,WV-3,House-G,2010_House-G_WV-3,Impact Research,14,FALSE,FALSE,NA,DEM,2010-10-11,2010-11-02,22,400,Nick J. Rahall II,11026,DEM,56,56.038647342995176,Elliott E. Maynard,11027,REP,37,43.96135265700483,19,12.077294685990346 +32866,117789,4886,2010,WV-3,House-G,2010_House-G_WV-3,ccAdvertising,396,FALSE,FALSE,IVR,NA,2010-10-15,2010-11-02,18,1864,Nick J. Rahall II,11026,DEM,40,56.038647342995176,Elliott E. Maynard,11027,REP,36.4,43.96135265700483,3.6000000000000014,12.077294685990346 +52171,82332,4893,2010,WI-7,House-G,2010_House-G_WI-7,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2010-09-15,2010-11-02,48,400,Julie M. Lassa,11021,DEM,38,44.4272354543632,Sean Duffy,11020,REP,52,52.10563349830378,-14,-7.678398043940582 +52170,82331,4893,2010,WI-7,House-G,2010_House-G_WI-7,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2010-09-21,2010-11-02,42,400,Julie M. Lassa,11021,DEM,34,44.4272354543632,Sean Duffy,11020,REP,47,52.10563349830378,-13,-7.678398043940582 +52169,82330,4893,2010,WI-7,House-G,2010_House-G_WI-7,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2010-09-26,2010-11-02,37,504,Julie M. Lassa,11021,DEM,41,44.4272354543632,Sean Duffy,11020,REP,42,52.10563349830378,-1,-7.678398043940582 +32871,138701,4893,2010,WI-7,House-G,2010_House-G_WI-7,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,442,Julie M. Lassa,11021,DEM,35.4,44.4272354543632,Sean Duffy,11020,REP,51.3,52.10563349830378,-15.899999999999999,-7.678398043940582 +52168,82329,4893,2010,WI-7,House-G,2010_House-G_WI-7,PSB Research,250,FALSE,FALSE,NA,NA,2010-10-04,2010-11-02,29,400,Julie M. Lassa,11021,DEM,35,44.4272354543632,Sean Duffy,11020,REP,44,52.10563349830378,-9,-7.678398043940582 +52167,82328,4893,2010,WI-7,House-G,2010_House-G_WI-7,We Ask America,376,FALSE,FALSE,IVR,NA,2010-10-18,2010-11-02,15,1150,Julie M. Lassa,11021,DEM,39,44.4272354543632,Sean Duffy,11020,REP,46,52.10563349830378,-7,-7.678398043940582 +52175,82336,4894,2010,WI-8,House-G,2010_House-G_WI-8,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2010-09-15,2010-11-02,48,400,Steven L. Kagen,11022,DEM,39,45.12318493333029,Reid J. Ribble,11023,REP,57,54.76500163536652,-18,-9.641816702036223 +32871,138702,4894,2010,WI-8,House-G,2010_House-G_WI-8,ccAdvertising,396,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,442,Steven L. Kagen,11022,DEM,39.7,45.12318493333029,Reid J. Ribble,11023,REP,49.7,54.76500163536652,-10,-9.641816702036223 +52174,82335,4894,2010,WI-8,House-G,2010_House-G_WI-8,PSB Research,250,FALSE,FALSE,Live Phone,NA,2010-10-13,2010-11-02,20,415,Steven L. Kagen,11022,DEM,44,45.12318493333029,Reid J. Ribble,11023,REP,45,54.76500163536652,-1,-9.641816702036223 +52173,82334,4894,2010,WI-8,House-G,2010_House-G_WI-8,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2010-10-23,2010-11-02,10,442,Steven L. Kagen,11022,DEM,37,45.12318493333029,Reid J. Ribble,11023,REP,40,54.76500163536652,-3,-9.641816702036223 +52185,82346,4895,2010,WY-1,House-G,2010_House-G_WY-1,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-30,2010-11-02,33,500,David Wendt,11028,DEM,29,24.478924313656275,Cynthia M. Lummis,11029,REP,61,70.41862554755066,-32,-45.93970123389438 +51410,81309,4904,2012,AZ-1,House-G,2012_House-G_AZ-1,NRCC,488,FALSE,FALSE,IVR,REP,2012-10-04,2012-11-06,33,501,Ann Kirkpatrick,7325,DEM,45,48.79826705618156,Jonathan Paton,7336,REP,50,45.14954589717602,-5,3.6487211590055395 +51428,81338,4905,2012,AZ-2,House-G,2012_House-G_AZ-2,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-09-29,2012-11-06,38,400,Ron Barber,7308,DEM,54,50.41005340787398,Martha McSally,7329,REP,40,49.57044467785917,14,0.8396087300148096 +51300,81143,4905,2012,AZ-2,House-G,2012_House-G_AZ-2,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2012-09-30,2012-11-06,37,400,Ron Barber,7308,DEM,47,50.41005340787398,Martha McSally,7329,REP,47,49.57044467785917,0,0.8396087300148096 +51574,81535,4912,2012,AZ-9,House-G,2012_House-G_AZ-9,GBAO,109,FALSE,FALSE,Live Phone,DEM,2012-09-09,2012-11-06,58,400,Kyrsten Sinema,7348,DEM,45,48.72686712162827,Vernon B. Parker,7333,REP,41,44.62861460594648,4,4.098252515681786 +51463,81378,4912,2012,AZ-9,House-G,2012_House-G_AZ-9,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-09-10,2012-11-06,57,400,Kyrsten Sinema,7348,DEM,48,48.72686712162827,Vernon B. Parker,7333,REP,43,44.62861460594648,5,4.098252515681786 +29576,81527,4913,2012,AR-1,House-G,2012_House-G_AR-1,Hendrix College,138,FALSE,FALSE,IVR,NA,2012-09-17,2012-11-06,50,563,Scott Ellington,7225,DEM,28,39.13459162301544,Rick Crawford,7222,REP,53,56.230073366471814,-25,-17.095481743456375 +29576,81154,4914,2012,AR-2,House-G,2012_House-G_AR-2,Hendrix College,138,FALSE,FALSE,IVR,NA,2012-09-17,2012-11-06,50,563,Herb Rule,7246,DEM,29,39.482480687234386,Tim Griffin,7228,REP,49,55.19054564232828,-20,-15.708064955093896 +29576,81167,4915,2012,AR-3,House-G,2012_House-G_AR-3,Hendrix College,138,FALSE,FALSE,IVR,NA,2012-09-17,2012-11-06,50,635,Steve Womack,7250,REP,58,75.9045021574534,Rebekah J. Kennedy,7236,GRE,16,16.005047626801268,42,59.89945453065212 +29576,81366,4916,2012,AR-4,House-G,2012_House-G_AR-4,Hendrix College,138,FALSE,FALSE,IVR,NA,2012-09-17,2012-11-06,50,509,Harmon Jeffress,7235,DEM,22,36.69121423578796,Tom Cotton,7220,REP,51,59.527790757396126,-29,-22.836576521608166 +51351,81227,4923,2012,CA-7,House-G,2012_House-G_CA-7,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-25,2012-11-06,12,792,Ami Bera,10648,DEM,46,51.68154092158176,Dan Lungren,10647,REP,46,48.31845907841824,0,3.3630818431635134 +51400,81292,4925,2012,CA-9,House-G,2012_House-G_CA-9,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2012-10-01,2012-11-06,36,409,Jerry McNerney,10631,DEM,45,55.55409546783557,Ricky Gill,10630,REP,46,44.44590453216443,-1,11.108190935671146 +51393,81282,4925,2012,CA-9,House-G,2012_House-G_CA-9,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-09,2012-11-06,28,400,Jerry McNerney,10631,DEM,47,55.55409546783557,Ricky Gill,10630,REP,38,44.44590453216443,9,11.108190935671146 +51464,81379,4926,2012,CA-10,House-G,2012_House-G_CA-10,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2012-09-10,2012-11-06,57,382,Jose Hernandez,10620,DEM,46,47.29181305837982,Jeff Denham,10619,REP,44,52.708186941620184,2,-5.416373883240361 +51309,81155,4926,2012,CA-10,House-G,2012_House-G_CA-10,Momentum Analysis,214,FALSE,TRUE,Live Phone,DEM,2012-09-30,2012-11-06,37,500,Jose Hernandez,10620,DEM,43,47.29181305837982,Jeff Denham,10619,REP,45,52.708186941620184,-2,-5.416373883240361 +51387,81276,4937,2012,CA-21,House-G,2012_House-G_CA-21,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2012-10-08,2012-11-06,29,400,John S. Hernandez,10655,DEM,33,42.24091225716571,David G. Valadao,10654,REP,53,57.75908774283429,-20,-15.518175485668579 +51376,81263,4937,2012,CA-21,House-G,2012_House-G_CA-21,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2012-10-14,2012-11-06,23,400,John S. Hernandez,10655,DEM,37,42.24091225716571,David G. Valadao,10654,REP,41,57.75908774283429,-4,-15.518175485668579 +51315,81161,4940,2012,CA-24,House-G,2012_House-G_CA-24,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-02,2012-11-06,35,400,Lois Capps,10623,DEM,44,55.09727763229583,Abel Maldonado,10624,REP,45,44.90272236770418,-1,10.19455526459165 +51455,81370,4946,2012,CA-30,House-G,2012_House-G_CA-30,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-09-19,2012-11-06,48,628,Brad Sherman,10649,DEM,45,60.30074520578896,Howard L. Berman,10650,DEM,32,39.69925479421104,13,20.601490411577913 +51392,81281,4946,2012,CA-30,House-G,2012_House-G_CA-30,Kimball Political Consulting,163,FALSE,TRUE,IVR,NA,2012-10-12,2012-11-06,25,422,Brad Sherman,10649,DEM,32,60.30074520578896,Howard L. Berman,10650,DEM,26,39.69925479421104,6,20.601490411577913 +51388,81277,4946,2012,CA-30,House-G,2012_House-G_CA-30,Feldman Group,93,FALSE,FALSE,Live Phone,DEM,2012-10-13,2012-11-06,24,502,Brad Sherman,10649,DEM,51,60.30074520578896,Howard L. Berman,10650,DEM,26,39.69925479421104,25,20.601490411577913 +51357,81237,4946,2012,CA-30,House-G,2012_House-G_CA-30,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-10-23,2012-11-06,14,674,Brad Sherman,10649,DEM,44,60.30074520578896,Howard L. Berman,10650,DEM,33,39.69925479421104,11,20.601490411577913 +51471,81387,4952,2012,CA-36,House-G,2012_House-G_CA-36,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-12,2012-11-06,55,1281,Raul Ruiz,10645,DEM,44,52.93933948938705,Mary Whitaker Bono Mack,10646,REP,47,47.06066051061295,-3,5.878678978774104 +51395,81286,4952,2012,CA-36,House-G,2012_House-G_CA-36,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2012-10-03,2012-11-06,34,406,Raul Ruiz,10645,DEM,46,52.93933948938705,Mary Whitaker Bono Mack,10646,REP,43,47.06066051061295,3,5.878678978774104 +52368,82693,4952,2012,CA-36,House-G,2012_House-G_CA-36,Arthur J. Finkelstein & Associates,16,FALSE,FALSE,NA,REP,2012-10-10,2012-11-06,27,300,Raul Ruiz,10645,DEM,38,52.93933948938705,Mary Whitaker Bono Mack,10646,REP,55,47.06066051061295,-17,5.878678978774104 +51382,81269,4952,2012,CA-36,House-G,2012_House-G_CA-36,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-13,2012-11-06,24,1364,Raul Ruiz,10645,DEM,47,52.93933948938705,Mary Whitaker Bono Mack,10646,REP,46,47.06066051061295,1,5.878678978774104 +51346,81216,4952,2012,CA-36,House-G,2012_House-G_CA-36,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2012-10-21,2012-11-06,16,409,Raul Ruiz,10645,DEM,48,52.93933948938705,Mary Whitaker Bono Mack,10646,REP,42,47.06066051061295,6,5.878678978774104 +51442,81354,4960,2012,CA-44,House-G,2012_House-G_CA-44,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-09-21,2012-11-06,46,613,Janice Hahn,10658,DEM,43,60.223149163944115,Laura Richardson,10657,DEM,33,39.776850836055885,10,20.44629832788823 +51379,81266,4960,2012,CA-44,House-G,2012_House-G_CA-44,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2012-09-28,2012-11-06,39,350,Janice Hahn,10658,DEM,43,60.223149163944115,Laura Richardson,10657,DEM,27,39.776850836055885,16,20.44629832788823 +51364,81248,4968,2012,CA-52,House-G,2012_House-G_CA-52,Glover Park Group,120,FALSE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,374,Scott Peters,10640,DEM,38,51.18144030279477,Brian P. Bilbray,10641,REP,47,48.81855969720523,-9,2.362880605589538 +52381,82710,4968,2012,CA-52,House-G,2012_House-G_CA-52,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2012-10-17,2012-11-06,20,470,Scott Peters,10640,DEM,44,51.18144030279477,Brian P. Bilbray,10641,REP,48,48.81855969720523,-4,2.362880605589538 +51359,81243,4968,2012,CA-52,House-G,2012_House-G_CA-52,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-20,2012-11-06,17,400,Scott Peters,10640,DEM,45,51.18144030279477,Brian P. Bilbray,10641,REP,40,48.81855969720523,5,2.362880605589538 +52499,82930,4968,2012,CA-52,House-G,2012_House-G_CA-52,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2012-10-22,2012-11-06,15,600,Scott Peters,10640,DEM,42,51.18144030279477,Brian P. Bilbray,10641,REP,50,48.81855969720523,-8,2.362880605589538 +51341,81207,4968,2012,CA-52,House-G,2012_House-G_CA-52,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-10-29,2012-11-06,8,628,Scott Peters,10640,DEM,46,51.18144030279477,Brian P. Bilbray,10641,REP,46,48.81855969720523,0,2.362880605589538 +51424,81332,4972,2012,CO-3,House-G,2012_House-G_CO-3,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-09-26,2012-11-06,41,400,Salvatore Pace,7277,DEM,39,41.0713411490956,Scott Tipton,7286,REP,42,53.36000023038356,-3,-12.28865908128796 +51467,81383,4975,2012,CO-6,House-G,2012_House-G_CO-6,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2012-09-13,2012-11-06,54,350,Joe Miklosi,7275,DEM,39,45.765702187720535,Mike Coffman,7257,REP,42,47.80732195244289,-3,-2.0416197647223555 +51329,81180,4981,2012,CT-5,House-G,2012_House-G_CT-5,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2012-09-26,2012-11-06,41,400,Elizabeth H. Esty,6827,DEM,35,48.33278900957659,Andrew W. Roraback,6843,REP,42,45.27614773297935,-7,3.05664127659724 +51356,81235,4981,2012,CT-5,House-G,2012_House-G_CT-5,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-10-21,2012-11-06,16,400,Elizabeth H. Esty,6827,DEM,46,48.33278900957659,Andrew W. Roraback,6843,REP,42,45.27614773297935,4,3.05664127659724 +52271,82477,4981,2012,CT-5,House-G,2012_House-G_CT-5,National Research,225,FALSE,FALSE,Live Phone,REP,2012-10-22,2012-11-06,15,400,Elizabeth H. Esty,6827,DEM,39,48.33278900957659,Andrew W. Roraback,6843,REP,45,45.27614773297935,-6,3.05664127659724 +51422,81329,4984,2012,FL-2,House-G,2012_House-G_FL-2,Lester & Associates,293,FALSE,FALSE,Live Phone,DEM,2012-09-16,2012-11-06,51,401,Al Lawson,6393,DEM,43,47.23569001372417,Steve Southerland II,6448,REP,43,52.69598882889146,0,-5.460298815167292 +51409,81317,4984,2012,FL-2,House-G,2012_House-G_FL-2,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-04,2012-11-06,33,450,Al Lawson,6393,DEM,47,47.23569001372417,Steve Southerland II,6448,REP,46,52.69598882889146,1,-5.460298815167292 +52272,138636,4984,2012,FL-2,House-G,2012_House-G_FL-2,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-16,2012-11-06,21,770,Al Lawson,6393,DEM,46.7,47.23569001372417,Steve Southerland II,6448,REP,47.4,52.69598882889146,-0.6999999999999957,-5.460298815167292 +51452,81367,4991,2012,FL-9,House-G,2012_House-G_FL-9,The Kitchens Group,664,FALSE,FALSE,Live Phone,DEM,2012-09-20,2012-11-06,47,507,Alan Grayson,6370,DEM,48,62.51862580427455,William Todd Long,6396,REP,34,37.48137419572545,14,25.0372516085491 +51409,81316,4991,2012,FL-9,House-G,2012_House-G_FL-9,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-04,2012-11-06,33,363,Alan Grayson,6370,DEM,45,62.51862580427455,William Todd Long,6396,REP,42,37.48137419572545,3,25.0372516085491 +51560,81519,4991,2012,FL-9,House-G,2012_House-G_FL-9,Gravis Marketing,124,FALSE,FALSE,IVR,DEM,2012-10-11,2012-11-06,26,487,Alan Grayson,6370,DEM,56,62.51862580427455,William Todd Long,6396,REP,41,37.48137419572545,15,25.0372516085491 +52272,138630,4991,2012,FL-9,House-G,2012_House-G_FL-9,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-16,2012-11-06,21,612,Alan Grayson,6370,DEM,44.8,62.51862580427455,William Todd Long,6396,REP,40.3,37.48137419572545,4.5,25.0372516085491 +51330,81181,4992,2012,FL-10,House-G,2012_House-G_FL-10,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-09-24,2012-11-06,43,402,Val Demings,6352,DEM,41,48.252892993034195,Daniel Webster,6461,REP,46,51.73265382428072,-5,-3.479760831246523 +51409,81313,4992,2012,FL-10,House-G,2012_House-G_FL-10,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-04,2012-11-06,33,498,Val Demings,6352,DEM,40,48.252892993034195,Daniel Webster,6461,REP,51,51.73265382428072,-11,-3.479760831246523 +51551,81501,4992,2012,FL-10,House-G,2012_House-G_FL-10,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-13,2012-11-06,24,401,Val Demings,6352,DEM,41,48.252892993034195,Daniel Webster,6461,REP,43,51.73265382428072,-2,-3.479760831246523 +52272,138631,4992,2012,FL-10,House-G,2012_House-G_FL-10,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-16,2012-11-06,21,680,Val Demings,6352,DEM,42.3,48.252892993034195,Daniel Webster,6461,REP,50,51.73265382428072,-7.700000000000003,-3.479760831246523 +51409,81315,4995,2012,FL-13,House-G,2012_House-G_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-04,2012-11-06,33,533,Jessica Ehrlich,6359,DEM,40,42.43002061655336,Charles William Young,6472,REP,49,57.56997938344664,-9,-15.139958766893287 +51409,81306,4998,2012,FL-16,House-G,2012_House-G_FL-16,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-04,2012-11-06,33,494,Keith Fitzgerald,6360,DEM,38,46.387892607913464,Vern Buchanan,6339,REP,55,53.612107392086536,-17,-7.224214784173071 +51317,81163,5000,2012,FL-18,House-G,2012_House-G_FL-18,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-09-24,2012-11-06,43,400,Patrick Murphy,6406,DEM,41,50.27958810276262,Allen West,6464,REP,52,49.70377874888482,-11,0.5758093538777942 +51435,81345,5000,2012,FL-18,House-G,2012_House-G_FL-18,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-09-26,2012-11-06,41,401,Patrick Murphy,6406,DEM,52,50.27958810276262,Allen West,6464,REP,43,49.70377874888482,9,0.5758093538777942 +51565,81524,5000,2012,FL-18,House-G,2012_House-G_FL-18,Kimball Political Consulting,163,FALSE,TRUE,IVR,NA,2012-09-28,2012-11-06,39,408,Patrick Murphy,6406,DEM,49,50.27958810276262,Allen West,6464,REP,45,49.70377874888482,4,0.5758093538777942 +51409,81504,5000,2012,FL-18,House-G,2012_House-G_FL-18,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-04,2012-11-06,33,902,Patrick Murphy,6406,DEM,41,50.27958810276262,Allen West,6464,REP,53,49.70377874888482,-12,0.5758093538777942 +52272,138632,5000,2012,FL-18,House-G,2012_House-G_FL-18,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-16,2012-11-06,21,586,Patrick Murphy,6406,DEM,41.8,50.27958810276262,Allen West,6464,REP,50.9,49.70377874888482,-9.100000000000001,0.5758093538777942 +51374,81260,5000,2012,FL-18,House-G,2012_House-G_FL-18,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-15,2012-11-06,22,500,Patrick Murphy,6406,DEM,42,50.27958810276262,Allen West,6464,REP,51,49.70377874888482,-9,0.5758093538777942 +51363,81247,5000,2012,FL-18,House-G,2012_House-G_FL-18,Frederick Polls,108,FALSE,FALSE,Live Phone,DEM,2012-10-16,2012-11-06,21,333,Patrick Murphy,6406,DEM,47,50.27958810276262,Allen West,6464,REP,47,49.70377874888482,0,0.5758093538777942 +64370,118422,5000,2012,FL-18,House-G,2012_House-G_FL-18,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,752,Patrick Murphy,6406,DEM,48,50.27958810276262,Allen West,6464,REP,49,49.70377874888482,-1,0.5758093538777942 +51350,81226,5000,2012,FL-18,House-G,2012_House-G_FL-18,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-25,2012-11-06,12,631,Patrick Murphy,6406,DEM,48,50.27958810276262,Allen West,6464,REP,47,49.70377874888482,1,0.5758093538777942 +51409,81307,5004,2012,FL-22,House-G,2012_House-G_FL-22,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-04,2012-11-06,33,407,Lois Frankel,6362,DEM,44,54.6269057178723,Adam Hasner,6374,REP,45,45.373094282127695,-1,9.253811435744602 +51378,81265,5004,2012,FL-22,House-G,2012_House-G_FL-22,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2012-10-10,2012-11-06,27,450,Lois Frankel,6362,DEM,49,54.6269057178723,Adam Hasner,6374,REP,39,45.373094282127695,10,9.253811435744602 +52272,138633,5004,2012,FL-22,House-G,2012_House-G_FL-22,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-16,2012-11-06,21,557,Lois Frankel,6362,DEM,48,54.6269057178723,Adam Hasner,6374,REP,44.8,45.373094282127695,3.200000000000003,9.253811435744602 +51374,81261,5004,2012,FL-22,House-G,2012_House-G_FL-22,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-10-15,2012-11-06,22,500,Lois Frankel,6362,DEM,47,54.6269057178723,Adam Hasner,6374,REP,44,45.373094282127695,3,9.253811435744602 +64370,81499,5004,2012,FL-22,House-G,2012_House-G_FL-22,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,750,Lois Frankel,6362,DEM,47,54.6269057178723,Adam Hasner,6374,REP,47,45.373094282127695,0,9.253811435744602 +51294,81137,5004,2012,FL-22,House-G,2012_House-G_FL-22,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-10-20,2012-11-06,17,501,Lois Frankel,6362,DEM,47,54.6269057178723,Adam Hasner,6374,REP,37,45.373094282127695,10,9.253811435744602 +73889,138634,5005,2012,FL-23,House-G,2012_House-G_FL-23,Gravis Marketing,124,FALSE,FALSE,NA,REP,2012-10-01,2012-11-06,36,385,Debbie Wasserman Schultz,6460,DEM,44.2,63.24837526776314,Karen Harrington,6372,REP,39.7,35.61558290672766,4.5,27.632792361035477 +51470,81386,5008,2012,FL-26,House-G,2012_House-G_FL-26,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-12,2012-11-06,55,578,Joe Garcia,6365,DEM,46,53.6431093031622,David Rivera,6425,REP,39,43.01916926592267,7,10.623940037239528 +51313,81159,5008,2012,FL-26,House-G,2012_House-G_FL-26,GBAO,109,FALSE,FALSE,Live Phone,DEM,2012-09-10,2012-11-06,57,400,Joe Garcia,6365,DEM,50,53.6431093031622,David Rivera,6425,REP,41,43.01916926592267,9,10.623940037239528 +52273,82488,5008,2012,FL-26,House-G,2012_House-G_FL-26,McLaughlin & Associates,203,FALSE,FALSE,NA,NA,2012-09-25,2012-11-06,42,750,Joe Garcia,6365,DEM,43,53.6431093031622,David Rivera,6425,REP,33,43.01916926592267,10,10.623940037239528 +51409,81310,5008,2012,FL-26,House-G,2012_House-G_FL-26,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-04,2012-11-06,33,473,Joe Garcia,6365,DEM,40.5,53.6431093031622,David Rivera,6425,REP,43.4,43.01916926592267,-2.8999999999999986,10.623940037239528 +51389,81278,5008,2012,FL-26,House-G,2012_House-G_FL-26,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-10-10,2012-11-06,27,400,Joe Garcia,6365,DEM,46,53.6431093031622,David Rivera,6425,REP,35,43.01916926592267,11,10.623940037239528 +52272,138635,5008,2012,FL-26,House-G,2012_House-G_FL-26,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2012-10-16,2012-11-06,21,469,Joe Garcia,6365,DEM,43.4,53.6431093031622,David Rivera,6425,REP,45.9,43.01916926592267,-2.5,10.623940037239528 +51326,81177,5021,2012,GA-12,House-G,2012_House-G_GA-12,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-10-09,2012-11-06,28,400,John Barrow,6638,DEM,48,53.700008876162094,Lee I. Anderson,6637,REP,45,46.2999911238379,3,7.400017752324196 +30586,81200,5021,2012,GA-12,House-G,2012_House-G_GA-12,20/20 Insight,1,FALSE,FALSE,IVR,DEM,2012-10-31,2012-11-06,6,450,John Barrow,6638,DEM,50,53.700008876162094,Lee I. Anderson,6637,REP,44,46.2999911238379,6,7.400017752324196 +51412,81312,5024,2012,HI-1,House-G,2012_House-G_HI-1,MRG Research,207,FALSE,FALSE,IVR,NA,2012-09-27,2012-11-06,40,846,Colleen W. Hanabusa,6702,DEM,49,54.61282807307023,Charles K. Djou,6698,REP,44,45.38717192692977,5,9.225656146140466 +30414,82490,5024,2012,HI-1,House-G,2012_House-G_HI-1,Ward Research,375,FALSE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,376,Colleen W. Hanabusa,6702,DEM,52,54.61282807307023,Charles K. Djou,6698,REP,41,45.38717192692977,11,9.225656146140466 +51312,81515,5024,2012,HI-1,House-G,2012_House-G_HI-1,MRG Research,207,FALSE,FALSE,IVR,NA,2012-10-25,2012-11-06,12,657,Colleen W. Hanabusa,6702,DEM,54,54.61282807307023,Charles K. Djou,6698,REP,43,45.38717192692977,11,9.225656146140466 +51412,81319,5025,2012,HI-2,House-G,2012_House-G_HI-2,MRG Research,207,FALSE,FALSE,IVR,NA,2012-09-27,2012-11-06,40,751,Tulsi Gabbard,6699,DEM,70,80.5425170880933,Kawika Crowley,6695,REP,18,19.457482911906695,52,61.08503417618661 +30414,82491,5025,2012,HI-2,House-G,2012_House-G_HI-2,Ward Research,375,FALSE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,410,Tulsi Gabbard,6699,DEM,73,80.5425170880933,Kawika Crowley,6695,REP,8,19.457482911906695,65,61.08503417618661 +51312,81158,5025,2012,HI-2,House-G,2012_House-G_HI-2,MRG Research,207,FALSE,FALSE,IVR,NA,2012-10-25,2012-11-06,12,562,Tulsi Gabbard,6699,DEM,73,80.5425170880933,Kawika Crowley,6695,REP,15,19.457482911906695,58,61.08503417618661 +51370,81255,5029,2012,IL-2,House-G,2012_House-G_IL-2,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-21,2012-11-06,16,819,Jesse Louis Jackson,6901,DEM,58,63.25005374321492,Brian Woodworth,6950,REP,27,23.21538936959209,31,40.03466437362283 +51445,81357,5035,2012,IL-8,House-G,2012_House-G_IL-8,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-19,2012-11-06,48,508,Tammy Duckworth,6883,DEM,52,54.7421645206295,Joe Walsh,6945,REP,38,45.25783547937049,14,9.48432904125901 +52452,82846,5035,2012,IL-8,House-G,2012_House-G_IL-8,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-03,2012-11-06,34,442,Tammy Duckworth,6883,DEM,50,54.7421645206295,Joe Walsh,6945,REP,44,45.25783547937049,6,9.48432904125901 +51415,81320,5035,2012,IL-8,House-G,2012_House-G_IL-8,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2012-10-04,2012-11-06,33,315,Tammy Duckworth,6883,DEM,52,54.7421645206295,Joe Walsh,6945,REP,42,45.25783547937049,10,9.48432904125901 +52279,82847,5035,2012,IL-8,House-G,2012_House-G_IL-8,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,1171,Tammy Duckworth,6883,DEM,45.9,54.7421645206295,Joe Walsh,6945,REP,47.4,45.25783547937049,-1.5,9.48432904125901 +51559,81518,5035,2012,IL-8,House-G,2012_House-G_IL-8,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-10-17,2012-11-06,20,400,Tammy Duckworth,6883,DEM,54,54.7421645206295,Joe Walsh,6945,REP,39,45.25783547937049,15,9.48432904125901 +51354,81233,5035,2012,IL-8,House-G,2012_House-G_IL-8,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2012-10-22,2012-11-06,15,600,Tammy Duckworth,6883,DEM,50,54.7421645206295,Joe Walsh,6945,REP,40,45.25783547937049,10,9.48432904125901 +51323,81172,5035,2012,IL-8,House-G,2012_House-G_IL-8,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-25,2012-11-06,12,500,Tammy Duckworth,6883,DEM,54,54.7421645206295,Joe Walsh,6945,REP,40,45.25783547937049,14,9.48432904125901 +51349,81497,5035,2012,IL-8,House-G,2012_House-G_IL-8,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1010,Tammy Duckworth,6883,DEM,55,54.7421645206295,Joe Walsh,6945,REP,45,45.25783547937049,10,9.48432904125901 +52276,82493,5037,2012,IL-10,House-G,2012_House-G_IL-10,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-09-11,2012-11-06,56,400,Brad Schneider,6933,DEM,37,50.62884282332655,Robert Dold,6882,REP,44,49.37115717667345,-7,1.2576856466531012 +52279,82527,5037,2012,IL-10,House-G,2012_House-G_IL-10,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,1172,Brad Schneider,6933,DEM,45,50.62884282332655,Robert Dold,6882,REP,47,49.37115717667345,-2,1.2576856466531012 +52383,82712,5037,2012,IL-10,House-G,2012_House-G_IL-10,McLaughlin & Associates,203,FALSE,FALSE,NA,REP,2012-10-11,2012-11-06,26,442,Brad Schneider,6933,DEM,36,50.62884282332655,Robert Dold,6882,REP,46,49.37115717667345,-10,1.2576856466531012 +51386,81275,5037,2012,IL-10,House-G,2012_House-G_IL-10,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2012-10-14,2012-11-06,23,451,Brad Schneider,6933,DEM,44,50.62884282332655,Robert Dold,6882,REP,43,49.37115717667345,1,1.2576856466531012 +51349,81496,5037,2012,IL-10,House-G,2012_House-G_IL-10,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1257,Brad Schneider,6933,DEM,46.4,50.62884282332655,Robert Dold,6882,REP,53.6,49.37115717667345,-7.200000000000003,1.2576856466531012 +52277,82494,5038,2012,IL-11,House-G,2012_House-G_IL-11,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,1253,Bill Foster,6889,DEM,44,58.56505239977192,Judy Biggert,6870,REP,46,41.427475962956414,-2,17.137576436815507 +51367,81251,5038,2012,IL-11,House-G,2012_House-G_IL-11,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-10-17,2012-11-06,20,402,Bill Foster,6889,DEM,49,58.56505239977192,Judy Biggert,6870,REP,45,41.427475962956414,4,17.137576436815507 +51349,81495,5038,2012,IL-11,House-G,2012_House-G_IL-11,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1303,Bill Foster,6889,DEM,50,58.56505239977192,Judy Biggert,6870,REP,50,41.427475962956414,0,17.137576436815507 +51466,81382,5039,2012,IL-12,House-G,2012_House-G_IL-12,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-09-12,2012-11-06,55,400,William L. Enyart,6884,DEM,49,51.65340238000454,Jason Plummer,6920,REP,41,42.738090929728344,8,8.9153114502762 +52385,82714,5039,2012,IL-12,House-G,2012_House-G_IL-12,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-05,2012-11-06,32,1247,William L. Enyart,6884,DEM,40,51.65340238000454,Jason Plummer,6920,REP,44,42.738090929728344,-4,8.9153114502762 +52277,82495,5039,2012,IL-12,House-G,2012_House-G_IL-12,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,1247,William L. Enyart,6884,DEM,42,51.65340238000454,Jason Plummer,6920,REP,44,42.738090929728344,-2,8.9153114502762 +51349,81230,5039,2012,IL-12,House-G,2012_House-G_IL-12,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1313,William L. Enyart,6884,DEM,50.6,51.65340238000454,Jason Plummer,6920,REP,45.6,42.738090929728344,5,8.9153114502762 +51430,81340,5040,2012,IL-13,House-G,2012_House-G_IL-13,Victoria Research & Consulting,369,FALSE,FALSE,Live Phone,DEM,2012-09-26,2012-11-06,41,400,David M. Gill,6891,DEM,40,46.20887613159638,Rodney Davis,6881,REP,39,46.54924673471814,1,-0.34037060312176237 +52278,82496,5040,2012,IL-13,House-G,2012_House-G_IL-13,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-08,2012-11-06,29,1253,David M. Gill,6891,DEM,42,46.20887613159638,Rodney Davis,6881,REP,44,46.54924673471814,-2,-0.34037060312176237 +51383,81270,5040,2012,IL-13,House-G,2012_House-G_IL-13,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2012-10-12,2012-11-06,25,458,David M. Gill,6891,DEM,43,46.20887613159638,Rodney Davis,6881,REP,37,46.54924673471814,6,-0.34037060312176237 +51360,81244,5040,2012,IL-13,House-G,2012_House-G_IL-13,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-10-20,2012-11-06,17,400,David M. Gill,6891,DEM,48,46.20887613159638,Rodney Davis,6881,REP,39,46.54924673471814,9,-0.34037060312176237 +51349,81224,5040,2012,IL-13,House-G,2012_House-G_IL-13,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1360,David M. Gill,6891,DEM,45.1,46.20887613159638,Rodney Davis,6881,REP,50.2,46.54924673471814,-5.100000000000001,-0.34037060312176237 +51297,81140,5044,2012,IL-17,House-G,2012_House-G_IL-17,GBAO,109,FALSE,FALSE,Live Phone,DEM,2012-09-25,2012-11-06,42,600,Cheri Bustos,6872,DEM,45,53.27542589038766,Robert Schilling,6931,REP,47,46.71798057336003,-2,6.557445317027629 +51413,81314,5044,2012,IL-17,House-G,2012_House-G_IL-17,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-10-03,2012-11-06,34,400,Cheri Bustos,6872,DEM,45,53.27542589038766,Robert Schilling,6931,REP,44,46.71798057336003,1,6.557445317027629 +52279,82497,5044,2012,IL-17,House-G,2012_House-G_IL-17,We Ask America,376,FALSE,FALSE,NA,NA,2012-10-09,2012-11-06,28,1183,Cheri Bustos,6872,DEM,46,53.27542589038766,Robert Schilling,6931,REP,46,46.71798057336003,0,6.557445317027629 +51384,81271,5044,2012,IL-17,House-G,2012_House-G_IL-17,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-14,2012-11-06,23,400,Cheri Bustos,6872,DEM,44,53.27542589038766,Robert Schilling,6931,REP,51,46.71798057336003,-7,6.557445317027629 +51571,81532,5044,2012,IL-17,House-G,2012_House-G_IL-17,GBAO,109,FALSE,FALSE,Live Phone,DEM,2012-10-17,2012-11-06,20,450,Cheri Bustos,6872,DEM,49,53.27542589038766,Robert Schilling,6931,REP,45,46.71798057336003,4,6.557445317027629 +51349,81225,5044,2012,IL-17,House-G,2012_House-G_IL-17,We Ask America,376,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1325,Cheri Bustos,6872,DEM,48,53.27542589038766,Robert Schilling,6931,REP,52,46.71798057336003,-4,6.557445317027629 +52280,82498,5055,2012,IA-1,House-G,2012_House-G_IA-1,Victory Enterprises,525,FALSE,FALSE,IVR,NA,2012-10-24,2012-11-06,13,390,Bruce L. Braley,6854,DEM,45,56.90739902110534,Benjamin M. Lange,6859,REP,47,41.56720370270872,-2,15.340195318396624 +51451,81365,5057,2012,IA-3,House-G,2012_House-G_IA-3,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-09-19,2012-11-06,48,400,Leonard L. Boswell,6853,DEM,45,43.59195743998842,Tom Latham,6860,REP,45,52.21770128372823,0,-8.625743843739812 +51439,81350,5058,2012,IA-4,House-G,2012_House-G_IA-4,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2012-09-23,2012-11-06,44,400,Christie Vilsack,6863,DEM,41,44.8472146140472,Steve King,6858,REP,48,52.943106728802306,-7,-8.095892114755102 +51444,81356,5058,2012,IA-4,House-G,2012_House-G_IA-4,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-24,2012-11-06,43,577,Christie Vilsack,6863,DEM,45,44.8472146140472,Steve King,6858,REP,48,52.943106728802306,-3,-8.095892114755102 +51443,81355,5058,2012,IA-4,House-G,2012_House-G_IA-4,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-09-24,2012-11-06,43,400,Christie Vilsack,6863,DEM,44,44.8472146140472,Steve King,6858,REP,46,52.943106728802306,-2,-8.095892114755102 +51457,81372,5068,2012,KY-6,House-G,2012_House-G_KY-6,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2012-09-12,2012-11-06,55,400,Albert Ben Chandler,7876,DEM,51,46.67920792079208,Andy Barr,7870,REP,37,50.56831683168317,14,-3.889108910891089 +51564,81523,5068,2012,KY-6,House-G,2012_House-G_KY-6,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-09-30,2012-11-06,37,400,Albert Ben Chandler,7876,DEM,49,46.67920792079208,Andy Barr,7870,REP,46,50.56831683168317,3,-3.889108910891089 +52281,82499,5068,2012,KY-6,House-G,2012_House-G_KY-6,Clout Research,55,FALSE,FALSE,IVR,NA,2012-10-23,2012-11-06,14,776,Albert Ben Chandler,7876,DEM,41,46.67920792079208,Andy Barr,7870,REP,45,50.56831683168317,-4,-3.889108910891089 +81528,165017,5072,2012,LA-3,House-G,2012_House-R_LA-3,RRH Elections,274,FALSE,FALSE,IVR,NA,2012-11-28,2012-12-08,10,600,Charles W. Boustany Jr.,8037,REP,51,60.89846459668485,Jeff Landry,8047,REP,33,39.10153540331515,18,21.796929193369706 +29661,82694,5076,2012,ME-1,House-G,2012_House-G_ME-1,Digital Research,64,FALSE,FALSE,NA,NA,2012-09-14,2012-11-06,53,292,Chellie M. Pingree,7718,DEM,60,64.79195620650049,Jonathan T.E. Courtney,7714,REP,29,35.208043793499506,31,29.58391241300098 +29382,81173,5076,2012,ME-1,House-G,2012_House-G_ME-1,Maine People's Resource Center,180,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,444,Chellie M. Pingree,7718,DEM,60,64.79195620650049,Jonathan T.E. Courtney,7714,REP,32,35.208043793499506,28,29.58391241300098 +29897,81304,5076,2012,ME-1,House-G,2012_House-G_ME-1,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,198,Chellie M. Pingree,7718,DEM,57,64.79195620650049,Jonathan T.E. Courtney,7714,REP,24,35.208043793499506,33,29.58391241300098 +30669,82969,5076,2012,ME-1,House-G,2012_House-G_ME-1,Digital Research,64,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,288,Chellie M. Pingree,7718,DEM,56,64.79195620650049,Jonathan T.E. Courtney,7714,REP,37,35.208043793499506,19,29.58391241300098 +30802,81169,5076,2012,ME-1,House-G,2012_House-G_ME-1,Maine People's Resource Center,180,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,469,Chellie M. Pingree,7718,DEM,62,64.79195620650049,Jonathan T.E. Courtney,7714,REP,34,35.208043793499506,28,29.58391241300098 +29661,82695,5077,2012,ME-2,House-G,2012_House-G_ME-2,Digital Research,64,FALSE,FALSE,NA,NA,2012-09-14,2012-11-06,53,326,Michael H. Michaud,7717,DEM,54,58.193666830801405,Kevin L. Raye,7719,REP,39,41.806333169198595,15,16.38733366160281 +29382,81380,5077,2012,ME-2,House-G,2012_House-G_ME-2,Maine People's Resource Center,180,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,410,Michael H. Michaud,7717,DEM,56,58.193666830801405,Kevin L. Raye,7719,REP,37,41.806333169198595,19,16.38733366160281 +29897,81301,5077,2012,ME-2,House-G,2012_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,202,Michael H. Michaud,7717,DEM,52,58.193666830801405,Kevin L. Raye,7719,REP,32,41.806333169198595,20,16.38733366160281 +51572,81533,5077,2012,ME-2,House-G,2012_House-G_ME-2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2012-10-08,2012-11-06,29,400,Michael H. Michaud,7717,DEM,58,58.193666830801405,Kevin L. Raye,7719,REP,33,41.806333169198595,25,16.38733366160281 +73890,138637,5077,2012,ME-2,House-G,2012_House-G_ME-2,Kimball Political Consulting,163,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,825,Michael H. Michaud,7717,DEM,50.4,58.193666830801405,Kevin L. Raye,7719,REP,36.3,41.806333169198595,14.100000000000001,16.38733366160281 +30669,82970,5077,2012,ME-2,House-G,2012_House-G_ME-2,Digital Research,64,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,325,Michael H. Michaud,7717,DEM,55,58.193666830801405,Kevin L. Raye,7719,REP,36,41.806333169198595,19,16.38733366160281 +30802,81191,5077,2012,ME-2,House-G,2012_House-G_ME-2,Maine People's Resource Center,180,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,436,Michael H. Michaud,7717,DEM,50,58.193666830801405,Kevin L. Raye,7719,REP,46,41.806333169198595,4,16.38733366160281 +51348,81219,5083,2012,MD-6,House-G,2012_House-G_MD-6,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2012-10-22,2012-11-06,15,610,John K. Delaney,7734,DEM,42,58.76969397413656,Roscoe G. Bartlett,7726,REP,41,37.89803875961479,1,20.871655214521766 +51477,81395,5091,2012,MA-6,House-G,2012_House-G_MA-6,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2012-09-09,2012-11-06,58,401,John F. Tierney,7862,DEM,46,46.41299775299345,Richard R. Tisei,7864,REP,34,45.3023198547141,12,1.1106778982793486 +51436,81346,5091,2012,MA-6,House-G,2012_House-G_MA-6,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2012-09-25,2012-11-06,42,400,John F. Tierney,7862,DEM,37,46.41299775299345,Richard R. Tisei,7864,REP,45,45.3023198547141,-8,1.1106778982793486 +29658,81506,5091,2012,MA-6,House-G,2012_House-G_MA-6,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2012-09-24,2012-11-06,43,371,John F. Tierney,7862,DEM,31,46.41299775299345,Richard R. Tisei,7864,REP,37,45.3023198547141,-6,1.1106778982793486 +51460,81375,5095,2012,MI-1,House-G,2012_House-G_MI-1,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-18,2012-11-06,49,866,Gary McDowell,6529,DEM,44,47.59694211280065,Dan Benishek,6476,REP,42,48.13895924642041,2,-0.5420171336197654 +51567,81526,5095,2012,MI-1,House-G,2012_House-G_MI-1,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2012-09-19,2012-11-06,48,402,Gary McDowell,6529,DEM,49,47.59694211280065,Dan Benishek,6476,REP,40,48.13895924642041,9,-0.5420171336197654 +51417,81323,5095,2012,MI-1,House-G,2012_House-G_MI-1,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-09-30,2012-11-06,37,400,Gary McDowell,6529,DEM,43,47.59694211280065,Dan Benishek,6476,REP,40,48.13895924642041,3,-0.5420171336197654 +51403,81296,5097,2012,MI-3,House-G,2012_House-G_MI-3,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-10-08,2012-11-06,29,400,Steven M. Pestka,6535,DEM,44,44.1665670598836,Justin Amash,6473,REP,48,52.61536764097424,-4,-8.448800581090644 +51361,81245,5097,2012,MI-3,House-G,2012_House-G_MI-3,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2012-10-17,2012-11-06,20,400,Steven M. Pestka,6535,DEM,35,44.1665670598836,Justin Amash,6473,REP,34,52.61536764097424,1,-8.448800581090644 +51366,81250,5097,2012,MI-3,House-G,2012_House-G_MI-3,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-20,2012-11-06,17,400,Steven M. Pestka,6535,DEM,36,44.1665670598836,Justin Amash,6473,REP,50,52.61536764097424,-14,-8.448800581090644 +51562,81521,5100,2012,MI-6,House-G,2012_House-G_MI-6,Hill Research Consultants,140,FALSE,FALSE,Live Phone,REP,2012-10-10,2012-11-06,27,302,Mike O'Brien,6532,DEM,27,42.61268429674702,Fred Upton,6556,REP,58,54.5924019034246,-31,-11.979717606677582 +51425,81333,5103,2012,MI-9,House-G,2012_House-G_MI-9,North Star Opinion Research,233,FALSE,FALSE,IVR,REP,2012-09-26,2012-11-06,41,555,Sander M. Levin,6523,DEM,44,61.91405091961247,Don Volaric,6557,REP,42,34.02151098673054,2,27.89253993288193 +30283,81231,5105,2012,MI-11,House-G,2012_House-G_MI-11,Baydoun Consulting,25,FALSE,TRUE,IVR,NA,2012-10-22,2012-11-06,15,392,Syed Taj,6551,DEM,39,44.36238443732741,Kerry L. Bentivolio,6478,REP,47,50.75906282197694,-8,-6.396678384649533 +51558,81517,5110,2012,MN-2,House-G,2012_House-G_MN-2,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-10-17,2012-11-06,20,565,Mike Obermueller,10666,DEM,41,45.84735218136065,John Kline,6800,REP,49,54.00729817043571,-8,-8.159945989075062 +51391,81280,5114,2012,MN-6,House-G,2012_House-G_MN-6,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-10-03,2012-11-06,34,403,Jim Graves,10653,DEM,45,49.25877016384488,Michele Bachmann,6780,REP,47,50.46838967994076,-2,-1.2096195160958843 +51390,81279,5114,2012,MN-6,House-G,2012_House-G_MN-6,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-10-10,2012-11-06,27,598,Jim Graves,10653,DEM,41,49.25877016384488,Michele Bachmann,6780,REP,50,50.46838967994076,-9,-1.2096195160958843 +51368,81254,5114,2012,MN-6,House-G,2012_House-G_MN-6,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-16,2012-11-06,21,1000,Jim Graves,10653,DEM,45,49.25877016384488,Michele Bachmann,6780,REP,51,50.46838967994076,-6,-1.2096195160958843 +19050,81396,5116,2012,MN-8,House-G,2012_House-G_MN-8,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-09-08,2012-11-06,59,578,Richard M. Nolan,10614,DEM,46,54.2821838869206,Chip Cravaack,6786,REP,45,45.38784096724848,1,8.89434291967212 +51328,81179,5116,2012,MN-8,House-G,2012_House-G_MN-8,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-06,2012-11-06,31,405,Richard M. Nolan,10614,DEM,42,54.2821838869206,Chip Cravaack,6786,REP,42,45.38784096724848,0,8.89434291967212 +51397,81288,5116,2012,MN-8,House-G,2012_House-G_MN-8,Victoria Research & Consulting,369,FALSE,FALSE,Live Phone,DEM,2012-10-07,2012-11-06,30,400,Richard M. Nolan,10614,DEM,48,54.2821838869206,Chip Cravaack,6786,REP,44,45.38784096724848,4,8.89434291967212 +73891,138638,5116,2012,MN-8,House-G,2012_House-G_MN-8,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2012-10-08,2012-11-06,29,578,Richard M. Nolan,10614,DEM,46,54.2821838869206,Chip Cravaack,6786,REP,45,45.38784096724848,1,8.89434291967212 +51368,81252,5116,2012,MN-8,House-G,2012_House-G_MN-8,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-10-16,2012-11-06,21,1000,Richard M. Nolan,10614,DEM,50,54.2821838869206,Chip Cravaack,6786,REP,43,45.38784096724848,7,8.89434291967212 +51352,81229,5116,2012,MN-8,House-G,2012_House-G_MN-8,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2012-10-24,2012-11-06,13,400,Richard M. Nolan,10614,DEM,40,54.2821838869206,Chip Cravaack,6786,REP,50,45.38784096724848,-10,8.89434291967212 +51321,81170,5116,2012,MN-8,House-G,2012_House-G_MN-8,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-25,2012-11-06,12,1020,Richard M. Nolan,10614,DEM,48,54.2821838869206,Chip Cravaack,6786,REP,44,45.38784096724848,4,8.89434291967212 +30735,81193,5116,2012,MN-8,House-G,2012_House-G_MN-8,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-11-02,2012-11-06,4,585,Richard M. Nolan,10614,DEM,47,54.2821838869206,Chip Cravaack,6786,REP,45,45.38784096724848,2,8.89434291967212 +19072,81393,5129,2012,MT-1,House-G,2012_House-G_MT-1,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-10,2012-11-06,57,656,Kim J. Gillan,10635,DEM,37,42.718764330679114,Steve Daines,10634,REP,40,53.25134447825906,-3,-10.532580147579942 +51456,81371,5129,2012,MT-1,House-G,2012_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-09-18,2012-11-06,49,625,Kim J. Gillan,10635,DEM,38,42.718764330679114,Steve Daines,10634,REP,46,53.25134447825906,-8,-10.532580147579942 +29826,81321,5129,2012,MT-1,House-G,2012_House-G_MT-1,Mellman Group,205,FALSE,FALSE,NA,DEM,2012-09-25,2012-11-06,42,600,Kim J. Gillan,10635,DEM,34,42.718764330679114,Steve Daines,10634,REP,36,53.25134447825906,-2,-10.532580147579942 +51404,81297,5129,2012,MT-1,House-G,2012_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2012-09-29,2012-11-06,38,477,Kim J. Gillan,10635,DEM,23,42.718764330679114,Steve Daines,10634,REP,36,53.25134447825906,-13,-10.532580147579942 +29874,81298,5129,2012,MT-1,House-G,2012_House-G_MT-1,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-10-09,2012-11-06,28,737,Kim J. Gillan,10635,DEM,34,42.718764330679114,Steve Daines,10634,REP,43,53.25134447825906,-9,-10.532580147579942 +51340,81206,5129,2012,MT-1,House-G,2012_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,625,Kim J. Gillan,10635,DEM,40,42.718764330679114,Steve Daines,10634,REP,51,53.25134447825906,-11,-10.532580147579942 +30681,81194,5129,2012,MT-1,House-G,2012_House-G_MT-1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,836,Kim J. Gillan,10635,DEM,44,42.718764330679114,Steve Daines,10634,REP,48,53.25134447825906,-4,-10.532580147579942 +29530,81360,5130,2012,NE-1,House-G,2012_House-G_NE-1,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-09-19,2012-11-06,48,169,Korey L. Reiman,7635,DEM,24,31.709326617075696,Jeff Fortenberry,7628,REP,69,68.29067338292431,-45,-36.581346765848615 +51308,81498,5130,2012,NE-1,House-G,2012_House-G_NE-1,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,200,Korey L. Reiman,7635,DEM,24,31.709326617075696,Jeff Fortenberry,7628,REP,65,68.29067338292431,-41,-36.581346765848615 +29530,81358,5131,2012,NE-2,House-G,2012_House-G_NE-2,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-09-19,2012-11-06,48,331,John W. Ewing,7627,DEM,37.6,49.20430286921143,Lee Terry,7638,REP,50.5,50.79569713078856,-12.899999999999999,-1.591394261577129 +51371,81257,5131,2012,NE-2,House-G,2012_House-G_NE-2,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2012-10-14,2012-11-06,23,525,John W. Ewing,7627,DEM,44,49.20430286921143,Lee Terry,7638,REP,48,50.79569713078856,-4,-1.591394261577129 +51308,81516,5131,2012,NE-2,House-G,2012_House-G_NE-2,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,352,John W. Ewing,7627,DEM,43,49.20430286921143,Lee Terry,7638,REP,47,50.79569713078856,-4,-1.591394261577129 +30521,82504,5131,2012,NE-2,House-G,2012_House-G_NE-2,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-10-28,2012-11-06,9,1168,John W. Ewing,7627,DEM,43,49.20430286921143,Lee Terry,7638,REP,57,50.79569713078856,-14,-1.591394261577129 +29530,81359,5132,2012,NE-3,House-G,2012_House-G_NE-3,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-09-19,2012-11-06,48,156,Roger Mark Sullivan,7637,DEM,19,25.828587710584948,Adrian Smith,7636,REP,70,74.17141228941504,-51,-48.3428245788301 +51308,81153,5132,2012,NE-3,House-G,2012_House-G_NE-3,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,200,Roger Mark Sullivan,7637,DEM,24,25.828587710584948,Adrian Smith,7636,REP,64,74.17141228941504,-40,-48.3428245788301 +51472,81388,5135,2012,NV-3,House-G,2012_House-G_NV-3,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-09-11,2012-11-06,56,663,John W. Oceguera,7821,DEM,40,42.867207538446294,Joseph J. Heck,7811,REP,53,50.3605200295021,-13,-7.4933124910558035 +51306,81151,5135,2012,NV-3,House-G,2012_House-G_NV-3,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-09-29,2012-11-06,38,405,John W. Oceguera,7821,DEM,38,42.867207538446294,Joseph J. Heck,7811,REP,42,50.3605200295021,-4,-7.4933124910558035 +51405,81300,5135,2012,NV-3,House-G,2012_House-G_NV-3,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-10-02,2012-11-06,35,400,John W. Oceguera,7821,DEM,40,42.867207538446294,Joseph J. Heck,7811,REP,45,50.3605200295021,-5,-7.4933124910558035 +51401,124733,5135,2012,NV-3,House-G,2012_House-G_NV-3,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2012-10-07,2012-11-06,30,400,John W. Oceguera,7821,DEM,37,42.867207538446294,Joseph J. Heck,7811,REP,48,50.3605200295021,-11,-7.4933124910558035 +51355,81234,5135,2012,NV-3,House-G,2012_House-G_NV-3,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-10-22,2012-11-06,15,502,John W. Oceguera,7821,DEM,40,42.867207538446294,Joseph J. Heck,7811,REP,50,50.3605200295021,-10,-7.4933124910558035 +51459,81374,5136,2012,NV-4,House-G,2012_House-G_NV-4,SurveyUSA,325,FALSE,FALSE,Mixed,NA,2012-09-19,2012-11-06,48,646,Steven A. Horsford,7815,DEM,42,50.10603263310214,Danny Tarkanian,7831,REP,45,42.10576651198377,-3,8.000266121118372 +51561,81520,5136,2012,NV-4,House-G,2012_House-G_NV-4,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2012-10-10,2012-11-06,27,422,Steven A. Horsford,7815,DEM,40,50.10603263310214,Danny Tarkanian,7831,REP,50,42.10576651198377,-10,8.000266121118372 +51347,81217,5136,2012,NV-4,House-G,2012_House-G_NV-4,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-10-27,2012-11-06,10,648,Steven A. Horsford,7815,DEM,42,50.10603263310214,Danny Tarkanian,7831,REP,47,42.10576651198377,-5,8.000266121118372 +29708,81353,5137,2012,NH-1,House-G,2012_House-G_NH-1,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-24,2012-11-06,43,401,Carol Shea-Porter,7712,DEM,48,49.750450695897655,Frank C. Guinta,7706,REP,47,45.985183553512535,1,3.7652671423851203 +51423,81330,5137,2012,NH-1,House-G,2012_House-G_NH-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-09-24,2012-11-06,43,400,Carol Shea-Porter,7712,DEM,43,49.750450695897655,Frank C. Guinta,7706,REP,51,45.985183553512535,-8,3.7652671423851203 +29693,81325,5137,2012,NH-1,House-G,2012_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,269,Carol Shea-Porter,7712,DEM,47,49.750450695897655,Frank C. Guinta,7706,REP,38,45.985183553512535,9,3.7652671423851203 +29894,81295,5137,2012,NH-1,House-G,2012_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-03,2012-11-06,34,200,Carol Shea-Porter,7712,DEM,35,49.750450695897655,Frank C. Guinta,7706,REP,45,45.985183553512535,-10,3.7652671423851203 +51369,81253,5137,2012,NH-1,House-G,2012_House-G_NH-1,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-15,2012-11-06,22,401,Carol Shea-Porter,7712,DEM,46,49.750450695897655,Frank C. Guinta,7706,REP,43,45.985183553512535,3,3.7652671423851203 +30197,81241,5137,2012,NH-1,House-G,2012_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,364,Carol Shea-Porter,7712,DEM,38,49.750450695897655,Frank C. Guinta,7706,REP,41,45.985183553512535,-3,3.7652671423851203 +51322,81171,5137,2012,NH-1,House-G,2012_House-G_NH-1,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-25,2012-11-06,12,654,Carol Shea-Porter,7712,DEM,47,49.750450695897655,Frank C. Guinta,7706,REP,48,45.985183553512535,-1,3.7652671423851203 +30584,81203,5137,2012,NH-1,House-G,2012_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,511,Carol Shea-Porter,7712,DEM,41,49.750450695897655,Frank C. Guinta,7706,REP,48,45.985183553512535,-7,3.7652671423851203 +30749,81188,5137,2012,NH-1,House-G,2012_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,365,Carol Shea-Porter,7712,DEM,43,49.750450695897655,Frank C. Guinta,7706,REP,43,45.985183553512535,0,3.7652671423851203 +29708,81348,5138,2012,NH-2,House-G,2012_House-G_NH-2,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-24,2012-11-06,43,461,Ann McLane Kuster,7708,DEM,51,50.17131306425129,Charles Bass,7701,REP,45,45.340758875380125,6,4.830554188871162 +29693,81331,5138,2012,NH-2,House-G,2012_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,NA,NA,2012-09-29,2012-11-06,38,322,Ann McLane Kuster,7708,DEM,42,50.17131306425129,Charles Bass,7701,REP,41,45.340758875380125,1,4.830554188871162 +29894,81294,5138,2012,NH-2,House-G,2012_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-03,2012-11-06,34,211,Ann McLane Kuster,7708,DEM,38,50.17131306425129,Charles Bass,7701,REP,35,45.340758875380125,3,4.830554188871162 +30197,81240,5138,2012,NH-2,House-G,2012_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,408,Ann McLane Kuster,7708,DEM,39,50.17131306425129,Charles Bass,7701,REP,36,45.340758875380125,3,4.830554188871162 +30584,81202,5138,2012,NH-2,House-G,2012_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,511,Ann McLane Kuster,7708,DEM,47,50.17131306425129,Charles Bass,7701,REP,41,45.340758875380125,6,4.830554188871162 +30749,81190,5138,2012,NH-2,House-G,2012_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,411,Ann McLane Kuster,7708,DEM,47,50.17131306425129,Charles Bass,7701,REP,40,45.340758875380125,7,4.830554188871162 +51427,81335,5140,2012,NJ-2,House-G,2012_House-G_NJ-2,Stockton University,317,TRUE,FALSE,Live Phone,NA,2012-09-21,2012-11-06,46,624,Cassandra Shober,7996,DEM,35,40.28865080655484,Frank A. LoBiondo,7980,REP,55,57.65993586306384,-20,-17.371285056509002 +51449,81363,5141,2012,NJ-3,House-G,2012_House-G_NJ-3,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-09-17,2012-11-06,50,400,Shelley Adler,7938,DEM,34,44.8540223613513,Jon Runyan,7993,REP,51,53.71564030715261,-17,-8.861617945801314 +51420,81327,5141,2012,NJ-3,House-G,2012_House-G_NJ-3,Stockton University,317,TRUE,FALSE,Live Phone,NA,2012-09-30,2012-11-06,37,614,Shelley Adler,7938,DEM,39,44.8540223613513,Jon Runyan,7993,REP,49,53.71564030715261,-10,-8.861617945801314 +51552,81503,5151,2012,NM-1,House-G,2012_House-G_NM-1,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-10-08,2012-11-06,29,407,Michelle Lujan Grisham,7794,DEM,55,59.06124934748564,Janice E. Arnold-Jones,7785,REP,40,40.77235949190882,15,18.28888985557682 +29990,81273,5151,2012,NM-1,House-G,2012_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,402,Michelle Lujan Grisham,7794,DEM,51,59.06124934748564,Janice E. Arnold-Jones,7785,REP,37,40.77235949190882,14,18.28888985557682 +30386,81223,5151,2012,NM-1,House-G,2012_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,401,Michelle Lujan Grisham,7794,DEM,51,59.06124934748564,Janice E. Arnold-Jones,7785,REP,36,40.77235949190882,15,18.28888985557682 +29990,81272,5152,2012,NM-2,House-G,2012_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,116,Evelyn Madrid Erhard,7789,DEM,31,40.867348069973175,Stevan Pearce,7798,REP,55,59.05593862935946,-24,-18.188590559386284 +30386,81221,5152,2012,NM-2,House-G,2012_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,113,Evelyn Madrid Erhard,7789,DEM,38,40.867348069973175,Stevan Pearce,7798,REP,56,59.05593862935946,-18,-18.188590559386284 +29990,81256,5153,2012,NM-3,House-G,2012_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,NA,NA,2012-10-10,2012-11-06,27,140,Ben Ray Luján,7793,DEM,58,63.12467182181861,Jefferson L. Byrd,7786,REP,34,36.87532817818139,24,26.249343643637218 +30386,81222,5153,2012,NM-3,House-G,2012_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,148,Ben Ray Luján,7793,DEM,53,63.12467182181861,Jefferson L. Byrd,7786,REP,35,36.87532817818139,18,26.249343643637218 +51473,81390,5154,2012,NY-1,House-G,2012_House-G_NY-1,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-09-07,2012-11-06,60,624,Timothy H. Bishop,10656,DEM,52,45.55839200483403,Randolph Altschuler,7028,REP,39,36.21383810060493,13,9.344553904229102 +51365,81283,5154,2012,NY-1,House-G,2012_House-G_NY-1,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-10,2012-11-06,27,400,Timothy H. Bishop,10656,DEM,46,45.55839200483403,Randolph Altschuler,7028,REP,49,36.21383810060493,-3,9.344553904229102 +51377,81264,5154,2012,NY-1,House-G,2012_House-G_NY-1,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-14,2012-11-06,23,400,Timothy H. Bishop,10656,DEM,43,45.55839200483403,Randolph Altschuler,7028,REP,48,36.21383810060493,-5,9.344553904229102 +73896,81249,5159,2012,NY-6,House-G,2012_House-G_NY-6,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-10-17,2012-11-06,20,300,Grace Meng,10652,DEM,36,57.510217619241224,Daniel J. Halloran,10651,REP,33,24.60359916975157,3,32.906618449489656 +51453,81368,5164,2012,NY-11,House-G,2012_House-G_NY-11,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-09-21,2012-11-06,46,621,Mark S. Murphy,10643,DEM,38,40.84561477031966,Michael G. Grimm,10644,REP,48,42.38783730297316,-10,-1.542222532653497 +51345,81213,5164,2012,NY-11,House-G,2012_House-G_NY-11,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,627,Mark S. Murphy,10643,DEM,34,40.84561477031966,Michael G. Grimm,10644,REP,52,42.38783730297316,-18,-1.542222532653497 +51469,81385,5171,2012,NY-18,House-G,2012_House-G_NY-18,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-09-14,2012-11-06,53,628,Sean Patrick Maloney,10622,DEM,33,44.83407573890792,Nan Hayworth,10621,REP,46,38.37920903342856,-13,6.454866705479361 +51454,81369,5171,2012,NY-18,House-G,2012_House-G_NY-18,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-19,2012-11-06,48,602,Sean Patrick Maloney,10622,DEM,43,44.83407573890792,Nan Hayworth,10621,REP,43,38.37920903342856,0,6.454866705479361 +51310,81156,5171,2012,NY-18,House-G,2012_House-G_NY-18,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-06,2012-11-06,31,403,Sean Patrick Maloney,10622,DEM,42,44.83407573890792,Nan Hayworth,10621,REP,44,38.37920903342856,-2,6.454866705479361 +51373,81259,5171,2012,NY-18,House-G,2012_House-G_NY-18,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,615,Sean Patrick Maloney,10622,DEM,42,44.83407573890792,Nan Hayworth,10621,REP,49,38.37920903342856,-7,6.454866705479361 +51465,81381,5172,2012,NY-19,House-G,2012_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-09-17,2012-11-06,50,635,Julian Schreibman,7072,DEM,36,39.32954538024467,Christopher P. Gibson,10629,REP,52,40.0984693443877,-16,-0.7689239641430348 +51406,81302,5172,2012,NY-19,House-G,2012_House-G_NY-19,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2012-09-30,2012-11-06,37,400,Julian Schreibman,7072,DEM,39,39.32954538024467,Christopher P. Gibson,10629,REP,47,40.0984693443877,-8,-0.7689239641430348 +51408,81305,5172,2012,NY-19,House-G,2012_House-G_NY-19,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-10-06,2012-11-06,31,400,Julian Schreibman,7072,DEM,41,39.32954538024467,Christopher P. Gibson,10629,REP,43,40.0984693443877,-2,-0.7689239641430348 +51327,81178,5172,2012,NY-19,House-G,2012_House-G_NY-19,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-09,2012-11-06,28,400,Julian Schreibman,7072,DEM,39,39.32954538024467,Christopher P. Gibson,10629,REP,50,40.0984693443877,-11,-0.7689239641430348 +51342,81228,5172,2012,NY-19,House-G,2012_House-G_NY-19,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-24,2012-11-06,13,400,Julian Schreibman,7072,DEM,39,39.32954538024467,Christopher P. Gibson,10629,REP,49,40.0984693443877,-10,-0.7689239641430348 +51345,81220,5172,2012,NY-19,House-G,2012_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,649,Julian Schreibman,7072,DEM,43,39.32954538024467,Christopher P. Gibson,10629,REP,48,40.0984693443877,-5,-0.7689239641430348 +52294,82530,5173,2012,NY-20,House-G,2012_House-G_NY-20,JMC Analytics,156,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,610,Paul D. Tonko,11055,DEM,50,57.00489174572996,Bob Dieterich,11056,REP,31,24.900056031579147,19,32.10483571415081 +51553,81505,5174,2012,NY-21,House-G,2012_House-G_NY-21,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-01,2012-11-06,36,400,William L. Owens,10642,DEM,45,43.85486397684015,Matthew A. Doheny,7043,REP,40,38.83590520240678,5,5.018958774433372 +51419,81326,5174,2012,NY-21,House-G,2012_House-G_NY-21,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-01,2012-11-06,36,400,William L. Owens,10642,DEM,50,43.85486397684015,Matthew A. Doheny,7043,REP,36,38.83590520240678,14,5.018958774433372 +51343,81209,5174,2012,NY-21,House-G,2012_House-G_NY-21,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-22,2012-11-06,15,403,William L. Owens,10642,DEM,47,43.85486397684015,Matthew A. Doheny,7043,REP,40,38.83590520240678,7,5.018958774433372 +51342,81208,5174,2012,NY-21,House-G,2012_House-G_NY-21,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-24,2012-11-06,13,400,William L. Owens,10642,DEM,42,43.85486397684015,Matthew A. Doheny,7043,REP,40,38.83590520240678,2,5.018958774433372 +51344,81212,5174,2012,NY-21,House-G,2012_House-G_NY-21,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,629,William L. Owens,10642,DEM,44,43.85486397684015,Matthew A. Doheny,7043,REP,43,38.83590520240678,1,5.018958774433372 +52295,82531,5176,2012,NY-23,House-G,2012_House-G_NY-23,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-22,2012-11-06,15,955,Nathan I. Shinagawa,7073,DEM,44.7,40.95483852521122,Thomas Reed,11057,REP,49.7,42.045275843829074,-5,-1.0904373186178518 +51473,81389,5177,2012,NY-24,House-G,2012_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-09-07,2012-11-06,60,625,Daniel B. Maffei,10639,DEM,43,44.11151409738213,Ann Marie Buerkle,10638,REP,43,34.781119159855976,0,9.330394937526151 +51440,81351,5177,2012,NY-24,House-G,2012_House-G_NY-24,Grove Insight,129,FALSE,TRUE,Live Phone,DEM,2012-09-23,2012-11-06,44,400,Daniel B. Maffei,10639,DEM,46,44.11151409738213,Ann Marie Buerkle,10638,REP,38,34.781119159855976,8,9.330394937526151 +51362,81246,5177,2012,NY-24,House-G,2012_House-G_NY-24,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2012-10-16,2012-11-06,21,425,Daniel B. Maffei,10639,DEM,46,44.11151409738213,Ann Marie Buerkle,10638,REP,44,34.781119159855976,2,9.330394937526151 +51339,81205,5177,2012,NY-24,House-G,2012_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-11-01,2012-11-06,5,670,Daniel B. Maffei,10639,DEM,44,44.11151409738213,Ann Marie Buerkle,10638,REP,44,34.781119159855976,0,9.330394937526151 +51437,81347,5178,2012,NY-25,House-G,2012_House-G_NY-25,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-09-25,2012-11-06,42,634,Louise McIntosh Slaughter,10613,DEM,52,52.286838517784105,Maggie Brooks,10612,REP,42,33.861692898748295,10,18.42514561903581 +51396,81287,5178,2012,NY-25,House-G,2012_House-G_NY-25,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-09,2012-11-06,28,800,Louise McIntosh Slaughter,10613,DEM,49,52.286838517784105,Maggie Brooks,10612,REP,44,33.861692898748295,5,18.42514561903581 +51295,81138,5178,2012,NY-25,House-G,2012_House-G_NY-25,GBAO,109,FALSE,FALSE,Live Phone,DEM,2012-10-17,2012-11-06,20,400,Louise McIntosh Slaughter,10613,DEM,53,52.286838517784105,Maggie Brooks,10612,REP,43,33.861692898748295,10,18.42514561903581 +51344,81210,5178,2012,NY-25,House-G,2012_House-G_NY-25,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,624,Louise McIntosh Slaughter,10613,DEM,52,52.286838517784105,Maggie Brooks,10612,REP,42,33.861692898748295,10,18.42514561903581 +51414,81318,5180,2012,NY-27,House-G,2012_House-G_NY-27,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-03,2012-11-06,34,633,Kathy C. Hochul,10636,DEM,47,42.45651488319061,Chris Collins,7036,REP,47,41.62016933116615,0,0.8363455520244543 +73899,138648,5180,2012,NY-27,House-G,2012_House-G_NY-27,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2012-10-10,2012-11-06,27,400,Kathy C. Hochul,10636,DEM,43,42.45651488319061,Chris Collins,7036,REP,50,41.62016933116615,-7,0.8363455520244543 +51337,81197,5180,2012,NY-27,House-G,2012_House-G_NY-27,Siena College,305,TRUE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,636,Kathy C. Hochul,10636,DEM,47,42.45651488319061,Chris Collins,7036,REP,48,41.62016933116615,-1,0.8363455520244543 +52386,82717,5187,2012,NC-7,House-G,2012_House-G_NC-7,Clout Research,55,FALSE,FALSE,IVR,NA,2012-10-23,2012-11-06,14,600,Mike McIntyre,6994,DEM,39,50.09710871424499,David Rouzer,7013,REP,45,49.90289128575501,-6,0.1942174284899778 +51433,81343,5188,2012,NC-8,House-G,2012_House-G_NC-8,NRCC,488,FALSE,FALSE,IVR,REP,2012-09-25,2012-11-06,42,784,Lawrence Webb Kissell,6989,DEM,41,45.36820166732831,Richard Hudson,6982,REP,50,53.160976578007144,-9,-7.792774910678837 +51566,81525,5188,2012,NC-8,House-G,2012_House-G_NC-8,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-09-26,2012-11-06,41,400,Lawrence Webb Kissell,6989,DEM,40,45.36820166732831,Richard Hudson,6982,REP,39,53.160976578007144,1,-7.792774910678837 +52501,82932,5188,2012,NC-8,House-G,2012_House-G_NC-8,The Tyson Group,334,FALSE,FALSE,NA,REP,2012-10-01,2012-11-06,36,400,Lawrence Webb Kissell,6989,DEM,40,45.36820166732831,Richard Hudson,6982,REP,45,53.160976578007144,-5,-7.792774910678837 +51458,81373,5189,2012,NC-9,House-G,2012_House-G_NC-9,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2012-09-10,2012-11-06,57,407,Jennifer Roberts,7010,DEM,37,45.650137081104106,Robert Pittenger,7007,REP,38,51.78125582261971,-1,-6.131118741515607 +29834,81308,5194,2012,ND-1,House-G,2012_House-G_ND-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-10-04,2012-11-06,33,625,Pam Gulleson,10615,DEM,37,41.701452135195304,Kevin Cramer,11071,REP,49,54.893050495851035,-12,-13.191598360655732 +30465,81211,5194,2012,ND-1,House-G,2012_House-G_ND-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-27,2012-11-06,10,625,Pam Gulleson,10615,DEM,40,41.701452135195304,Kevin Cramer,11071,REP,50,54.893050495851035,-10,-13.191598360655732 +51468,81384,5200,2012,OH-6,House-G,2012_House-G_OH-6,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-09-11,2012-11-06,56,500,Charles A. Wilson,7214,DEM,46,46.748656870994886,Bill Johnson,7165,REP,46,53.251343129005114,0,-6.502686258010229 +51407,81303,5200,2012,OH-6,House-G,2012_House-G_OH-6,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-09-26,2012-11-06,41,400,Charles A. Wilson,7214,DEM,39,46.748656870994886,Bill Johnson,7165,REP,47,53.251343129005114,-8,-6.502686258010229 +51398,81289,5200,2012,OH-6,House-G,2012_House-G_OH-6,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-10-09,2012-11-06,28,500,Charles A. Wilson,7214,DEM,49,46.748656870994886,Bill Johnson,7165,REP,43,53.251343129005114,6,-6.502686258010229 +51546,81491,5210,2012,OH-16,House-G,2012_House-G_OH-16,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2012-10-25,2012-11-06,12,400,Betty Sutton,11072,DEM,41,47.95300268435624,Jim Renacci,11073,REP,51,52.04699731564375,-10,-4.093994631287508 +51549,81494,5212,2012,OK-2,House-G,2012_House-G_OK-2,SoonerPoll.com,308,TRUE,FALSE,Live Phone,NA,2012-10-28,2012-11-06,9,300,Rob Wallace,7623,DEM,33,38.33854723636538,Markwayne Mullin,7607,REP,45,57.34003160263674,-12,-19.001484366271363 +52388,82719,5224,2012,PA-4,House-G,2012_House-G_PA-4,Tarrance Group,333,FALSE,FALSE,NA,REP,2012-09-17,2012-11-06,50,300,Harry Perkinson,7116,DEM,30,34.42430423054148,Scott Perry,7117,REP,52,59.74175932627146,-22,-25.317455095729983 +51447,81361,5232,2012,PA-12,House-G,2012_House-G_PA-12,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2012-09-19,2012-11-06,48,400,Mark S. Critz,7087,DEM,38,48.26474224127503,Keith J. Rothfus,7122,REP,38,51.73525775872497,0,-3.4705155174499396 +51547,81492,5232,2012,PA-12,House-G,2012_House-G_PA-12,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-09-24,2012-11-06,43,400,Mark S. Critz,7087,DEM,52,48.26474224127503,Keith J. Rothfus,7122,REP,41,51.73525775872497,11,-3.4705155174499396 +51411,81311,5232,2012,PA-12,House-G,2012_House-G_PA-12,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-09-30,2012-11-06,37,400,Mark S. Critz,7087,DEM,40,48.26474224127503,Keith J. Rothfus,7122,REP,42,51.73525775872497,-2,-3.4705155174499396 +51375,81262,5232,2012,PA-12,House-G,2012_House-G_PA-12,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-10-01,2012-11-06,36,950,Mark S. Critz,7087,DEM,43,48.26474224127503,Keith J. Rothfus,7122,REP,45,51.73525775872497,-2,-3.4705155174499396 +52378,82705,5232,2012,PA-12,House-G,2012_House-G_PA-12,Clout Research,55,FALSE,FALSE,IVR,REP,2012-10-23,2012-11-06,14,442,Mark S. Critz,7087,DEM,39,48.26474224127503,Keith J. Rothfus,7122,REP,44,51.73525775872497,-5,-3.4705155174499396 +51475,81392,5239,2012,RI-1,House-G,2012_House-G_RI-1,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2012-09-10,2012-11-06,57,578,David N. Cicilline,7412,DEM,49,52.95175876947078,Brendan P. Doherty,7415,REP,43,40.82441557175243,6,12.127343197718346 +51385,81274,5239,2012,RI-1,House-G,2012_House-G_RI-1,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-09-15,2012-11-06,52,400,David N. Cicilline,7412,DEM,46,52.95175876947078,Brendan P. Doherty,7415,REP,35,40.82441557175243,11,12.127343197718346 +51461,82715,5239,2012,RI-1,House-G,2012_House-G_RI-1,Feldman Group,93,FALSE,FALSE,Live Phone,DEM,2012-09-15,2012-11-06,52,500,David N. Cicilline,7412,DEM,46,52.95175876947078,Brendan P. Doherty,7415,REP,36,40.82441557175243,10,12.127343197718346 +29703,81337,5239,2012,RI-1,House-G,2012_House-G_RI-1,Fleming & Associates,96,FALSE,FALSE,NA,NA,2012-09-28,2012-11-06,39,501,David N. Cicilline,7412,DEM,44,52.95175876947078,Brendan P. Doherty,7415,REP,38,40.82441557175243,6,12.127343197718346 +29873,81299,5239,2012,RI-1,House-G,2012_House-G_RI-1,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2012-09-30,2012-11-06,37,236,David N. Cicilline,7412,DEM,46,52.95175876947078,Brendan P. Doherty,7415,REP,40,40.82441557175243,6,12.127343197718346 +51353,81232,5239,2012,RI-1,House-G,2012_House-G_RI-1,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2012-10-24,2012-11-06,13,400,David N. Cicilline,7412,DEM,39,52.95175876947078,Brendan P. Doherty,7415,REP,45,40.82441557175243,-6,12.127343197718346 +30488,82716,5239,2012,RI-1,House-G,2012_House-G_RI-1,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,300,David N. Cicilline,7412,DEM,43,52.95175876947078,Brendan P. Doherty,7415,REP,42,40.82441557175243,1,12.127343197718346 +29703,81336,5240,2012,RI-2,House-G,2012_House-G_RI-2,Fleming & Associates,96,FALSE,FALSE,NA,NA,2012-09-28,2012-11-06,39,251,Jim Langevin,7419,DEM,53,55.720380849726034,Michael G. Riley,7421,REP,29,35.11587173268661,24,20.604509117039427 +29873,81290,5240,2012,RI-2,House-G,2012_House-G_RI-2,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2012-09-30,2012-11-06,37,235,Jim Langevin,7419,DEM,49,55.720380849726034,Michael G. Riley,7421,REP,32,35.11587173268661,17,20.604509117039427 +30488,81214,5240,2012,RI-2,House-G,2012_House-G_RI-2,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2012-10-26,2012-11-06,11,301,Jim Langevin,7419,DEM,48,55.720380849726034,Michael G. Riley,7421,REP,31,35.11587173268661,17,20.604509117039427 +51418,81324,5247,2012,SC-7,House-G,2012_House-G_SC-7,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2012-09-27,2012-11-06,40,878,Gloria Bromell-Tinubu,7430,DEM,36,41.55901616752134,Tom Rice,7447,REP,49,55.51211657442935,-13,-13.953100406908007 +29964,81284,5248,2012,SD-1,House-G,2012_House-G_SD-1,Nielson Brothers Polling,231,FALSE,TRUE,NA,NA,2012-10-03,2012-11-06,34,746,Matt Varilek,10626,DEM,43.6,42.55026575067302,Kristi Noem,10625,REP,49.3,57.44973424932698,-5.699999999999996,-14.89946849865396 +30615,81204,5248,2012,SD-1,House-G,2012_House-G_SD-1,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,771,Matt Varilek,10626,DEM,44,42.55026575067302,Kristi Noem,10625,REP,50,57.44973424932698,-6,-14.89946849865396 +30790,81192,5248,2012,SD-1,House-G,2012_House-G_SD-1,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2012-11-02,2012-11-06,4,612,Matt Varilek,10626,DEM,41,42.55026575067302,Kristi Noem,10625,REP,54,57.44973424932698,-13,-14.89946849865396 +52287,82510,5252,2012,TN-4,House-G,2012_House-G_TN-4,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-22,2012-11-06,15,400,Eric Stewart,7503,DEM,36,44.24389609263194,Scott DesJarlais,7470,REP,49,55.75610390736806,-13,-11.512207814736115 +51462,81377,5280,2012,TX-23,House-G,2012_House-G_TX-23,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2012-09-14,2012-11-06,53,500,Pete P. Gallego,10660,DEM,43,50.307801986792875,Francisco R. Canseco,10659,REP,38,45.55729592181881,5,4.750506064974061 +51431,81341,5280,2012,TX-23,House-G,2012_House-G_TX-23,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2012-09-24,2012-11-06,43,400,Pete P. Gallego,10660,DEM,37,50.307801986792875,Francisco R. Canseco,10659,REP,47,45.55729592181881,-10,4.750506064974061 +30618,81196,5294,2012,UT-1,House-G,2012_House-G_UT-1,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,194,Donna M. McAleer,7534,DEM,15,24.685982861425178,Rob Bishop,7515,REP,72,71.473314652504,-57,-46.78733179107883 +51338,81198,5295,2012,UT-2,House-G,2012_House-G_UT-2,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,625,F. Jay Seegmiller,7538,DEM,28,33.465167273531954,Chris Stewart,7542,REP,55,62.17103542618037,-27,-28.705868152648414 +30618,81195,5295,2012,UT-2,House-G,2012_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,229,F. Jay Seegmiller,7538,DEM,28,33.465167273531954,Chris Stewart,7542,REP,44,62.17103542618037,-16,-28.705868152648414 +30618,81199,5296,2012,UT-3,House-G,2012_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,232,Søren D. Simonsen,7539,DEM,18,23.39422147048511,Jason Chaffetz,7517,REP,68,76.6057785295149,-50,-53.211557059029786 +51448,81362,5297,2012,UT-4,House-G,2012_House-G_UT-4,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-09-10,2012-11-06,57,400,Jim Matheson,7532,DEM,36,48.843960094097696,Mia B. Love,7531,REP,51,48.5308447184204,-15,0.31311537567729886 +51429,81339,5297,2012,UT-4,House-G,2012_House-G_UT-4,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2012-09-28,2012-11-06,39,414,Jim Matheson,7532,DEM,43,48.843960094097696,Mia B. Love,7531,REP,49,48.5308447184204,-6,0.31311537567729886 +51325,81176,5297,2012,UT-4,House-G,2012_House-G_UT-4,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2012-10-09,2012-11-06,28,407,Jim Matheson,7532,DEM,48,48.843960094097696,Mia B. Love,7531,REP,41,48.5308447184204,7,0.31311537567729886 +51338,121600,5297,2012,UT-4,House-G,2012_House-G_UT-4,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,625,Jim Matheson,7532,DEM,40,48.843960094097696,Mia B. Love,7531,REP,52,48.5308447184204,-12,0.31311537567729886 +30618,81189,5297,2012,UT-4,House-G,2012_House-G_UT-4,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2012-10-29,2012-11-06,8,414,Jim Matheson,7532,DEM,43,48.843960094097696,Mia B. Love,7531,REP,48,48.5308447184204,-5,0.31311537567729886 +51421,81328,5300,2012,VA-2,House-G,2012_House-G_VA-2,Benenson Strategy Group,30,FALSE,FALSE,Live Phone,DEM,2012-09-22,2012-11-06,45,400,Paul O. Hirschbiel,7918,DEM,40,46.09891922308245,E. Scott Rigell,7928,REP,49,53.75781800777435,-9,-7.6588987846919 +51416,81322,5300,2012,VA-2,House-G,2012_House-G_VA-2,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-10-01,2012-11-06,36,400,Paul O. Hirschbiel,7918,DEM,32,46.09891922308245,E. Scott Rigell,7928,REP,54,53.75781800777435,-22,-7.6588987846919 +51394,81285,5300,2012,VA-2,House-G,2012_House-G_VA-2,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2012-10-05,2012-11-06,32,766,Paul O. Hirschbiel,7918,DEM,32,46.09891922308245,E. Scott Rigell,7928,REP,44,53.75781800777435,-12,-7.6588987846919 +51573,81534,5310,2012,WA-1,House-G,2012_House-G_WA-1,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2012-09-14,2012-11-06,53,592,Suzan DelBene,7653,DEM,42,53.936175398827594,John Koster,7674,REP,46,46.06382460117241,-4,7.87235079765518 +51358,81242,5310,2012,WA-1,House-G,2012_House-G_WA-1,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2012-10-20,2012-11-06,17,610,Suzan DelBene,7653,DEM,47,53.936175398827594,John Koster,7674,REP,44,46.06382460117241,3,7.87235079765518 +51441,81352,5315,2012,WA-6,House-G,2012_House-G_WA-6,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2012-09-22,2012-11-06,45,628,Derek Kilmer,7673,DEM,52,58.99786969082071,Bill Driscoll,7654,REP,37,41.00213030917929,15,17.995739381641414 +51476,81394,5323,2012,WI-1,House-G,2012_House-G_WI-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2012-09-09,2012-11-06,58,400,Rob T. Zerban,7591,DEM,33,43.39420037363926,Paul Ryan,7583,REP,58,54.90168685523944,-25,-11.507486481600182 +51438,81349,5329,2012,WI-7,House-G,2012_House-G_WI-7,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-24,2012-11-06,43,694,Pat Kreitlow,7572,DEM,44,43.79693551571028,Sean Duffy,7564,REP,48,56.08490028331605,-4,-12.287964767605771 +51432,81342,5329,2012,WI-7,House-G,2012_House-G_WI-7,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2012-09-25,2012-11-06,42,509,Pat Kreitlow,7572,DEM,41,43.79693551571028,Sean Duffy,7564,REP,44,56.08490028331605,-3,-12.287964767605771 +51563,81522,5329,2012,WI-7,House-G,2012_House-G_WI-7,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2012-09-30,2012-11-06,37,400,Pat Kreitlow,7572,DEM,40,43.79693551571028,Sean Duffy,7564,REP,51,56.08490028331605,-11,-12.287964767605771 +51426,81334,5330,2012,WI-8,House-G,2012_House-G_WI-8,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2012-09-18,2012-11-06,49,400,Jamie Wall,7589,DEM,41,43.96704026286769,Reid J. Ribble,7581,REP,47,55.9477190376522,-6,-11.980678774784508 +33003,81070,5339,2014,AK-1,House-G,2014_House-G_AK-1,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-09-20,2014-11-04,45,880,Forrest Dunbar,9936,DEM,33,40.967180356115115,Don Young,9938,REP,48,50.965714714682505,-15,-9.99853435856739 +33780,48367,5339,2014,AK-1,House-G,2014_House-G_AK-1,Hellenthal & Associates,137,FALSE,TRUE,Live Phone,NA,2014-10-18,2014-11-04,17,403,Forrest Dunbar,9936,DEM,35,40.967180356115115,Don Young,9938,REP,52,50.965714714682505,-17,-9.99853435856739 +34435,127067,5339,2014,AK-1,House-G,2014_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,330,Forrest Dunbar,9936,DEM,46.1,40.967180356115115,Don Young,9938,REP,40.6,50.965714714682505,5.5,-9.99853435856739 +34324,48340,5339,2014,AK-1,House-G,2014_House-G_AK-1,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,1052,Forrest Dunbar,9936,DEM,41,40.967180356115115,Don Young,9938,REP,47,50.965714714682505,-6,-9.99853435856739 +52249,82453,5340,2014,AZ-1,House-G,2014_House-G_AZ-1,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2014-09-17,2014-11-04,48,400,Ann Kirkpatrick,5358,DEM,42,52.61136380824789,Andrew M. Tobin,5372,REP,48,47.38863619175211,-6,5.222727616495774 +35905,48290,5341,2014,AZ-2,House-G,2014_House-G_AZ-2,RRH Elections,274,FALSE,FALSE,IVR,NA,2014-10-22,2014-11-04,13,554,Ron Barber,5348,DEM,48,49.93959453113959,Martha McSally,5361,REP,46,50.012992874434126,2,-0.0733983432945351 +33772,48356,5349,2014,AR-1,House-G,2014_House-G_AR-1,Hendrix College,138,FALSE,FALSE,IVR/Live Phone,NA,2014-10-15,2014-11-04,20,437,Jackie McPherson,5104,DEM,30,32.383723300179355,Rick Crawford,5098,REP,52,63.2536075330181,-22,-30.869884232838743 +51230,81038,5350,2014,AR-2,House-G,2014_House-G_AR-2,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-09-08,2014-11-04,57,410,Patrick Henry Hays,5102,DEM,44,43.6004719167404,French Hill,5103,REP,41,51.85732945687439,3,-8.256857540133986 +33772,48357,5350,2014,AR-2,House-G,2014_House-G_AR-2,Hendrix College,138,FALSE,FALSE,IVR/Live Phone,NA,2014-10-15,2014-11-04,20,605,Patrick Henry Hays,5102,DEM,46,43.6004719167404,French Hill,5103,REP,41.5,51.85732945687439,4.5,-8.256857540133986 +33772,48358,5351,2014,AR-3,House-G,2014_House-G_AR-3,Hendrix College,138,FALSE,FALSE,IVR/Live Phone,NA,2014-10-15,2014-11-04,20,426,Steve Womack,5112,REP,64,79.41446041846702,Grant Brand,5095,LIB,19,20.585539581532984,45,58.82892083693403 +33772,48355,5352,2014,AR-4,House-G,2014_House-G_AR-4,Hendrix College,138,FALSE,FALSE,IVR/Live Phone,NA,2014-10-15,2014-11-04,20,607,James Lee Witt,5111,DEM,42,42.56613512766154,Bruce Westerman,5109,REP,44,53.74688911420408,-2,-11.180753986542541 +35926,48369,5352,2014,AR-4,House-G,2014_House-G_AR-4,Diamond State Consulting Group,78,FALSE,TRUE,IVR,REP,2014-10-21,2014-11-04,14,792,James Lee Witt,5111,DEM,39,42.56613512766154,Bruce Westerman,5109,REP,46.4,53.74688911420408,-7.399999999999999,-11.180753986542541 +51242,81051,5355,2014,CA-3,House-G,2014_House-G_CA-3,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2014-09-23,2014-11-04,42,400,John Garamendi,5182,DEM,45,52.724610674830295,Dan Logue,5227,REP,39,47.275389325169705,6,5.44922134966059 +52226,82415,5359,2014,CA-7,House-G,2014_House-G_CA-7,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2014-09-17,2014-11-04,48,406,Ami Bera,5129,DEM,47,50.39626988839079,Doug Ose,5252,REP,43,49.60373011160921,4,0.7925397767815809 +51226,81034,5362,2014,CA-10,House-G,2014_House-G_CA-10,GBAO,109,FALSE,FALSE,Live Phone,DEM,2014-09-20,2014-11-04,45,400,Michael Eggman,5169,DEM,41,43.85107990931149,Jeff Denham,5163,REP,49,56.14892009068851,-8,-12.297840181377026 +36072,49000,5369,2014,CA-17,House-G,2014_House-G_CA-17,David Binder Research,578,FALSE,FALSE,Live Phone,DEM,2014-10-08,2014-11-04,27,400,Michael M. Honda,5200,DEM,38,51.75361585619903,Ro Khanna,5210,DEM,38,48.24638414380097,0,3.5072317123980667 +36071,48999,5369,2014,CA-17,House-G,2014_House-G_CA-17,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2014-10-09,2014-11-04,26,500,Michael M. Honda,5200,DEM,42,51.75361585619903,Ro Khanna,5210,DEM,27,48.24638414380097,15,3.5072317123980667 +35922,48362,5369,2014,CA-17,House-G,2014_House-G_CA-17,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-18,2014-11-04,17,579,Michael M. Honda,5200,DEM,37,51.75361585619903,Ro Khanna,5210,DEM,35,48.24638414380097,2,3.5072317123980667 +51272,81095,5373,2014,CA-21,House-G,2014_House-G_CA-21,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-05,2014-11-04,60,439,Amanda Renteria,5262,DEM,37,42.16586668682364,David G. Valadao,5298,REP,56,57.83413331317636,-19,-15.668266626352718 +35922,48363,5373,2014,CA-21,House-G,2014_House-G_CA-21,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-18,2014-11-04,17,554,Amanda Renteria,5262,DEM,42,42.16586668682364,David G. Valadao,5298,REP,47,57.83413331317636,-5,-15.668266626352718 +36073,49001,5376,2014,CA-24,House-G,2014_House-G_CA-24,Probolsky Research,259,FALSE,FALSE,Live Phone,REP,2014-10-15,2014-11-04,20,442,Lois Capps,5140,DEM,40.5,51.92712053683712,Chris Mitchum,5241,REP,41.5,48.07287946316287,-1,3.8542410736742525 +35925,48368,5383,2014,CA-31,House-G,2014_House-G_CA-31,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2014-10-20,2014-11-04,15,500,Pete Aguilar,5114,DEM,42,51.73374488896015,Paul Chabot,5145,REP,38,48.26625511103985,4,3.4674897779203064 +51273,81096,5404,2014,CA-52,House-G,2014_House-G_CA-52,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-13,2014-11-04,52,559,Scott Peters,5255,DEM,47,51.58687073267492,Carl DeMaio,5162,REP,46,48.413129267325075,1,3.173741465349842 +35943,48392,5404,2014,CA-52,House-G,2014_House-G_CA-52,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-04,2014-11-04,31,542,Scott Peters,5255,DEM,45,51.58687073267492,Carl DeMaio,5162,REP,48,48.413129267325075,-3,3.173741465349842 +35923,48365,5404,2014,CA-52,House-G,2014_House-G_CA-52,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-19,2014-11-04,16,608,Scott Peters,5255,DEM,45,51.58687073267492,Carl DeMaio,5162,REP,46,48.413129267325075,-1,3.173741465349842 +35917,48335,5404,2014,CA-52,House-G,2014_House-G_CA-52,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-29,2014-11-04,6,551,Scott Peters,5255,DEM,44,51.58687073267492,Carl DeMaio,5162,REP,45,48.413129267325075,-1,3.173741465349842 +35936,48382,5411,2014,CO-6,House-G,2014_House-G_CO-6,Keating Research,161,FALSE,FALSE,Live Phone,DEM,2014-10-11,2014-11-04,24,504,Andrew Romanoff,5329,DEM,43,42.99196932426566,Mike Coffman,5312,REP,44,51.89806106207495,-1,-8.906091737809291 +36449,49631,5417,2014,CT-5,House-G,2014_House-G_CT-5,Garin-Hart-Yang Research Group,113,FALSE,FALSE,NA,DEM,2014-10-09,2014-11-04,26,400,Elizabeth H. Esty,4827,DEM,52,49.8150500935298,Mark Greenberg,4828,REP,36,43.32094083009456,16,6.4941092634352415 +33000,137747,5418,2014,DE-1,House-G,2014_House-G_DE-1,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2014-09-16,2014-11-04,49,769,John C. Carney Jr.,9989,DEM,52,59.2577401486074,Rose Izzo,9990,REP,18,36.76155031798184,34,22.496189830625553 +51209,81015,5420,2014,FL-2,House-G,2014_House-G_FL-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2014-09-23,2014-11-04,42,500,Gwen Graham,9967,DEM,48,50.48282488589959,Steve Southerland II,9968,REP,45,49.348226439266554,3,1.134598446633035 +36074,49002,5420,2014,FL-2,House-G,2014_House-G_FL-2,National Research,225,FALSE,FALSE,Live Phone,REP,2014-10-01,2014-11-04,34,400,Gwen Graham,9967,DEM,39,50.48282488589959,Steve Southerland II,9968,REP,45,49.348226439266554,-6,1.134598446633035 +36075,49003,5427,2014,FL-9,House-G,2014_House-G_FL-9,Data Targeting,406,FALSE,FALSE,Live Phone,REP,2014-10-11,2014-11-04,24,305,Alan Grayson,4515,DEM,40,53.974625887116254,Carol Platt,4540,REP,35,43.11241215104843,5,10.862213736067822 +52243,82441,5444,2014,FL-26,House-G,2014_House-G_FL-26,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2014-09-10,2014-11-04,55,400,Joe Garcia,10017,DEM,40,48.535673776009226,Carlos Curbelo,4503,REP,44,51.464326223990774,-4,-2.9286524479815483 +51216,81024,5444,2014,FL-26,House-G,2014_House-G_FL-26,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2014-09-30,2014-11-04,35,400,Joe Garcia,10017,DEM,45,48.535673776009226,Carlos Curbelo,4503,REP,40,51.464326223990774,5,-2.9286524479815483 +36452,49661,5444,2014,FL-26,House-G,2014_House-G_FL-26,Saint Leo University Polling Institute,299,FALSE,FALSE,IVR/Online Panel,NA,2014-10-03,2014-11-04,32,400,Joe Garcia,10017,DEM,42,48.535673776009226,Carlos Curbelo,4503,REP,46,51.464326223990774,-4,-2.9286524479815483 +35979,49004,5446,2014,GA-1,House-G,2014_House-G_GA-1,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-30,2014-11-04,5,500,Brian Corwin Reese,4700,DEM,37,39.08645982416684,"Earl L. ""Buddy"" Carter",4672,REP,60,60.913540175833155,-23,-21.827080351666318 +35979,82953,5452,2014,GA-7,House-G,2014_House-G_GA-7,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-30,2014-11-04,5,500,Thomas D. Wight,4712,DEM,37,34.612970651066114,Rob Woodall,4713,REP,61,65.3870293489339,-24,-30.77405869786778 +35979,49005,5455,2014,GA-10,House-G,2014_House-G_GA-10,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-30,2014-11-04,5,500,I. Kenneth Dious,4677,DEM,32.2,33.477707654723126,Jody B. Hice,4685,REP,60.6,66.52229234527687,-28.4,-33.04458469055374 +51254,81074,5457,2014,GA-12,House-G,2014_House-G_GA-12,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-09-16,2014-11-04,49,400,John Barrow,4669,DEM,44,45.24680182718477,Rick W. Allen,4668,REP,42,54.75319817281523,2,-9.506396345630463 +35979,48782,5457,2014,GA-12,House-G,2014_House-G_GA-12,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-10-30,2014-11-04,5,500,John Barrow,4669,DEM,44.4,45.24680182718477,Rick W. Allen,4668,REP,48.1,54.75319817281523,-3.700000000000003,-9.506396345630463 +34389,48781,5457,2014,GA-12,House-G,2014_House-G_GA-12,Landmark Communications,166,FALSE,FALSE,IVR,NA,2014-11-02,2014-11-04,2,500,John Barrow,4669,DEM,45.7,45.24680182718477,Rick W. Allen,4668,REP,47.3,54.75319817281523,-1.5999999999999943,-9.506396345630463 +33885,81049,5460,2014,HI-1,House-G,2014_House-G_HI-1,MRG Research,207,FALSE,FALSE,IVR/Live Phone,NA,2014-09-13,2014-11-04,52,551,K. Mark Takai,4728,DEM,42,51.92833789284046,Charles K. Djou,4719,REP,46,48.07166210715954,-4,3.8566757856809204 +34398,48310,5460,2014,HI-1,House-G,2014_House-G_HI-1,Ward Research,375,FALSE,FALSE,Live Phone,NA,2014-10-15,2014-11-04,20,354,K. Mark Takai,4728,DEM,47,51.92833789284046,Charles K. Djou,4719,REP,47,48.07166210715954,0,3.8566757856809204 +34255,48311,5460,2014,HI-1,House-G,2014_House-G_HI-1,MRG Research,207,FALSE,FALSE,IVR/Live Phone,NA,2014-10-18,2014-11-04,17,604,K. Mark Takai,4728,DEM,45,51.92833789284046,Charles K. Djou,4719,REP,45,48.07166210715954,0,3.8566757856809204 +35927,48370,5460,2014,HI-1,House-G,2014_House-G_HI-1,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-10-20,2014-11-04,15,400,K. Mark Takai,4728,DEM,49,51.92833789284046,Charles K. Djou,4719,REP,42,48.07166210715954,7,3.8566757856809204 +33885,81050,5461,2014,HI-2,House-G,2014_House-G_HI-2,MRG Research,207,FALSE,FALSE,IVR/Live Phone,NA,2014-09-13,2014-11-04,52,504,Tulsi Gabbard,4721,DEM,70,78.74875923985071,Kawika Crowley,4718,REP,17,18.64883299229758,53,60.09992624755313 +34255,49006,5461,2014,HI-2,House-G,2014_House-G_HI-2,MRG Research,207,FALSE,FALSE,IVR/Live Phone,NA,2014-10-18,2014-11-04,17,517,Tulsi Gabbard,4721,DEM,69,78.74875923985071,Kawika Crowley,4718,REP,19,18.64883299229758,50,60.09992624755313 +51286,81118,5473,2014,IL-10,House-G,2014_House-G_IL-10,We Ask America,376,FALSE,FALSE,IVR,NA,2014-09-30,2014-11-04,35,919,Brad Schneider,4897,DEM,46,48.7024924116113,Robert Dold,4867,REP,44,51.29750758838869,2,-2.5950151767773875 +35934,48378,5473,2014,IL-10,House-G,2014_House-G_IL-10,Global Strategy Group/Lester & Associates,806,FALSE,TRUE,Live Phone,DEM,2014-10-05,2014-11-04,30,400,Brad Schneider,4897,DEM,48,48.7024924116113,Robert Dold,4867,REP,40,51.29750758838869,8,-2.5950151767773875 +36080,49010,5473,2014,IL-10,House-G,2014_House-G_IL-10,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-21,2014-11-04,14,442,Brad Schneider,4897,DEM,45,48.7024924116113,Robert Dold,4867,REP,47,51.29750758838869,-2,-2.5950151767773875 +51286,81119,5474,2014,IL-11,House-G,2014_House-G_IL-11,We Ask America,376,FALSE,FALSE,IVR,NA,2014-09-30,2014-11-04,35,918,Bill Foster,4872,DEM,47,53.46165289634496,Darlene J. Senger,4899,REP,44,46.53777492962259,3,6.923877966722365 +36080,49011,5474,2014,IL-11,House-G,2014_House-G_IL-11,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-21,2014-11-04,14,442,Bill Foster,4872,DEM,52,53.46165289634496,Darlene J. Senger,4899,REP,40,46.53777492962259,12,6.923877966722365 +36454,49693,5475,2014,IL-12,House-G,2014_House-G_IL-12,We Ask America,376,FALSE,FALSE,NA,NA,2014-10-01,2014-11-04,34,909,William L. Enyart,4870,DEM,40,41.89035844720557,Mike Bost,4857,REP,45,52.46450333272941,-5,-10.574144885523836 +36080,49012,5475,2014,IL-12,House-G,2014_House-G_IL-12,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-21,2014-11-04,14,442,William L. Enyart,4870,DEM,42,41.89035844720557,Mike Bost,4857,REP,44,52.46450333272941,-2,-10.574144885523836 +51255,81075,5476,2014,IL-13,House-G,2014_House-G_IL-13,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-09-17,2014-11-04,48,400,Ann E. Callis,4862,DEM,36,41.344068634910975,Rodney Davis,4865,REP,55,58.65593136508903,-19,-17.311862730178056 +36454,49695,5476,2014,IL-13,House-G,2014_House-G_IL-13,We Ask America,376,FALSE,FALSE,NA,NA,2014-10-01,2014-11-04,34,932,Ann E. Callis,4862,DEM,38,41.344068634910975,Rodney Davis,4865,REP,51,58.65593136508903,-13,-17.311862730178056 +36080,49013,5476,2014,IL-13,House-G,2014_House-G_IL-13,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-21,2014-11-04,14,442,Ann E. Callis,4862,DEM,36,41.344068634910975,Rodney Davis,4865,REP,53,58.65593136508903,-17,-17.311862730178056 +51287,81120,5480,2014,IL-17,House-G,2014_House-G_IL-17,We Ask America,376,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,953,Cheri Bustos,4861,DEM,50,55.457185708338145,Robert Schilling,4896,REP,41,44.53478864973591,9,10.922397058602236 +36080,49014,5480,2014,IL-17,House-G,2014_House-G_IL-17,We Ask America,376,FALSE,FALSE,IVR,NA,2014-10-21,2014-11-04,14,442,Cheri Bustos,4861,DEM,55,55.457185708338145,Robert Schilling,4896,REP,39,44.53478864973591,16,10.922397058602236 +36077,49007,5491,2014,IA-1,House-G,2014_House-G_IA-1,The Polling Company Inc.,337,FALSE,FALSE,NA,REP,2014-10-01,2014-11-04,34,442,Patrick Joseph Murphy,4844,DEM,39,48.78744305337601,Rod Blum,4833,REP,40,51.07464069186259,-1,-2.2871976384865818 +34091,48349,5491,2014,IA-1,House-G,2014_House-G_IA-1,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,282,Patrick Joseph Murphy,4844,DEM,42.1,48.78744305337601,Rod Blum,4833,REP,43.6,51.07464069186259,-1.5,-2.2871976384865818 +34091,48345,5492,2014,IA-2,House-G,2014_House-G_IA-2,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,279,Dave Loebsack,4840,DEM,51.3,52.475588027615075,Mariannette Miller-Meeks,4842,REP,37.9,47.36233623215978,13.399999999999999,5.113251795455298 +51233,81042,5493,2014,IA-3,House-G,2014_House-G_IA-3,GQR,126,TRUE,FALSE,Live Phone,DEM,2014-09-16,2014-11-04,49,400,Staci Appel,4832,DEM,47,42.22735104549999,David Young,4851,REP,44,52.758574234399035,3,-10.531223188899048 +36078,49008,5493,2014,IA-3,House-G,2014_House-G_IA-3,GQR,126,TRUE,FALSE,NA,DEM,2014-10-01,2014-11-04,34,400,Staci Appel,4832,DEM,49,42.22735104549999,David Young,4851,REP,42,52.758574234399035,7,-10.531223188899048 +36453,49680,5493,2014,IA-3,House-G,2014_House-G_IA-3,Tarrance Group,333,FALSE,FALSE,NA,REP,2014-10-08,2014-11-04,27,400,Staci Appel,4832,DEM,41,42.22735104549999,David Young,4851,REP,43,52.758574234399035,-2,-10.531223188899048 +35935,48381,5493,2014,IA-3,House-G,2014_House-G_IA-3,Remington Research Group,279,FALSE,FALSE,IVR/Text-to-Web,NA,2014-10-12,2014-11-04,23,663,Staci Appel,4832,DEM,42,42.22735104549999,David Young,4851,REP,46,52.758574234399035,-4,-10.531223188899048 +34091,48346,5493,2014,IA-3,House-G,2014_House-G_IA-3,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,280,Staci Appel,4832,DEM,43.6,42.22735104549999,David Young,4851,REP,45.7,52.758574234399035,-2.1000000000000014,-10.531223188899048 +51221,81029,5494,2014,IA-4,House-G,2014_House-G_IA-4,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2014-09-23,2014-11-04,42,375,Jim Mowrer,4843,DEM,43,38.276984250797256,Steve King,4839,REP,46,61.61598937717907,-3,-23.339005126381814 +36079,49009,5494,2014,IA-4,House-G,2014_House-G_IA-4,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2014-10-01,2014-11-04,34,407,Jim Mowrer,4843,DEM,38,38.276984250797256,Steve King,4839,REP,51,61.61598937717907,-13,-23.339005126381814 +34091,48347,5494,2014,IA-4,House-G,2014_House-G_IA-4,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,280,Jim Mowrer,4843,DEM,38.6,38.276984250797256,Steve King,4839,REP,50.7,61.61598937717907,-12.100000000000001,-23.339005126381814 +36081,49015,5495,2014,KS-1,House-G,2014_House-G_KS-1,Jayhawk Consulting Services,157,FALSE,FALSE,Live Phone,DEM,2014-10-25,2014-11-04,10,400,James E. Sherow,5342,DEM,45,32.032072726916496,Tim Huelskamp,5335,REP,38,67.96792727308349,7,-35.93585454616699 +35940,48388,5496,2014,KS-2,House-G,2014_House-G_KS-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2014-10-05,2014-11-04,30,400,Margie Wakefield,5345,DEM,43,38.61692794413477,Lynn Jenkins,5336,REP,48,57.04474358179063,-5,-18.427815637655854 +51212,81018,5496,2014,KS-2,House-G,2014_House-G_KS-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2014-10-08,2014-11-04,27,400,Margie Wakefield,5345,DEM,39,38.61692794413477,Lynn Jenkins,5336,REP,49,57.04474358179063,-10,-18.427815637655854 +35924,48366,5496,2014,KS-2,House-G,2014_House-G_KS-2,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-10-19,2014-11-04,16,400,Margie Wakefield,5345,DEM,37,38.61692794413477,Lynn Jenkins,5336,REP,49,57.04474358179063,-12,-18.427815637655854 +52241,82435,5504,2014,KY-6,House-G,2014_House-G_KY-6,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2014-09-16,2014-11-04,49,400,Elisabeth Jensen,5911,DEM,36,40.00504692829292,Andy Barr,5906,REP,45,59.99495307170708,-9,-19.98990614341416 +52257,82461,5504,2014,KY-6,House-G,2014_House-G_KY-6,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-09-17,2014-11-04,48,400,Elisabeth Jensen,5911,DEM,36,40.00504692829292,Andy Barr,5906,REP,55,59.99495307170708,-19,-19.98990614341416 +76443,145619,5509,2014,LA-5,House-P,2014_House-P_LA-5,Cygnal,67,FALSE,FALSE,NA,NA,2014-09-23,2014-11-04,42,504,Jamie Mayo,10019,DEM,19,28.224052498215418,Ralph Lee Abraham,10021,REP,11,23.163752186382023,8,5.0603003118333945 +36456,49720,5509,2014,LA-5,House-P,2014_House-P_LA-5,Glascock Group,116,FALSE,TRUE,NA,NA,2014-10-07,2014-11-04,28,348,Jamie Mayo,10019,DEM,18,28.224052498215418,Ralph Lee Abraham,10021,REP,20,23.163752186382023,-2,5.0603003118333945 +36457,127035,5509,2014,LA-5,House-P,2014_House-P_LA-5,Glascock Group,116,FALSE,TRUE,IVR,NA,2014-10-27,2014-11-04,8,501,Jamie Mayo,10019,DEM,18.3,28.224052498215418,Ralph Lee Abraham,10021,REP,24.5,23.163752186382023,-6.199999999999999,5.0603003118333945 +52517,82975,5511,2014,LA-6,House-P,2014_House-P_LA-6,Glascock Group,116,FALSE,TRUE,NA,NA,2014-09-10,2014-11-04,55,450,Edwin Edwards,10024,DEM,32,30.124690980698627,Garret Graves,10025,REP,7,27.358121936404896,25,2.766569044293732 +36458,49722,5512,2014,LA-6,House-G,2014_House-R_LA-6,JMC Analytics,156,FALSE,FALSE,IVR,NA,2014-11-17,2014-12-06,19,793,Edwin Edwards,10024,DEM,35,37.571639983855775,Garret Graves,10025,REP,61,62.428360016144225,-26,-24.85672003228845 +52516,82964,5512,2014,LA-6,House-G,2014_House-R_LA-6,Glascock Group,116,FALSE,TRUE,IVR,NA,2014-12-02,2014-12-06,4,532,Edwin Edwards,10024,DEM,47,37.571639983855775,Garret Graves,10025,REP,53,62.428360016144225,-6,-24.85672003228845 +34476,81110,5513,2014,ME-1,House-G,2014_House-G_ME-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-09-22,2014-11-04,43,262,Chellie M. Pingree,5805,DEM,66,60.43224624309642,Isaac J. Misiuk,5803,REP,13,30.67387940355716,53,29.758366839539264 +34014,81068,5513,2014,ME-1,House-G,2014_House-G_ME-1,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2014-09-26,2014-11-04,39,200,Chellie M. Pingree,5805,DEM,51,60.43224624309642,Isaac J. Misiuk,5803,REP,9,30.67387940355716,42,29.758366839539264 +33970,81020,5513,2014,ME-1,House-G,2014_House-G_ME-1,Digital Research,64,FALSE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,311,Chellie M. Pingree,5805,DEM,53,60.43224624309642,Isaac J. Misiuk,5803,REP,19,30.67387940355716,34,29.758366839539264 +33766,48293,5513,2014,ME-1,House-G,2014_House-G_ME-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,348,Chellie M. Pingree,5805,DEM,57,60.43224624309642,Isaac J. Misiuk,5803,REP,19,30.67387940355716,38,29.758366839539264 +34008,48343,5513,2014,ME-1,House-G,2014_House-G_ME-1,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,207,Chellie M. Pingree,5805,DEM,62,60.43224624309642,Isaac J. Misiuk,5803,REP,18.3,30.67387940355716,43.7,29.758366839539264 +34383,48341,5513,2014,ME-1,House-G,2014_House-G_ME-1,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,419,Chellie M. Pingree,5805,DEM,55.7,60.43224624309642,Isaac J. Misiuk,5803,REP,30.4,30.67387940355716,25.300000000000004,29.758366839539264 +34476,81112,5514,2014,ME-2,House-G,2014_House-G_ME-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-09-22,2014-11-04,43,220,Emily Ann Cain,5801,DEM,30,41.82691120494721,Bruce Poliquin,5806,REP,40,47.030934163041984,-10,-5.204022958094775 +34014,81069,5514,2014,ME-2,House-G,2014_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2014-09-26,2014-11-04,39,200,Emily Ann Cain,5801,DEM,36,41.82691120494721,Bruce Poliquin,5806,REP,33,47.030934163041984,3,-5.204022958094775 +33970,81021,5514,2014,ME-2,House-G,2014_House-G_ME-2,Digital Research,64,FALSE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,295,Emily Ann Cain,5801,DEM,36,41.82691120494721,Bruce Poliquin,5806,REP,41,47.030934163041984,-5,-5.204022958094775 +35920,48359,5514,2014,ME-2,House-G,2014_House-G_ME-2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2014-10-15,2014-11-04,20,400,Emily Ann Cain,5801,DEM,42,41.82691120494721,Bruce Poliquin,5806,REP,34,47.030934163041984,8,-5.204022958094775 +33766,48285,5514,2014,ME-2,House-G,2014_House-G_ME-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,291,Emily Ann Cain,5801,DEM,40,41.82691120494721,Bruce Poliquin,5806,REP,41,47.030934163041984,-1,-5.204022958094775 +34008,48344,5514,2014,ME-2,House-G,2014_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,193,Emily Ann Cain,5801,DEM,38.9,41.82691120494721,Bruce Poliquin,5806,REP,37.7,47.030934163041984,1.1999999999999957,-5.204022958094775 +34383,48342,5514,2014,ME-2,House-G,2014_House-G_ME-2,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2014-11-01,2014-11-04,3,397,Emily Ann Cain,5801,DEM,42,41.82691120494721,Bruce Poliquin,5806,REP,42.9,47.030934163041984,-0.8999999999999986,-5.204022958094775 +51217,81025,5528,2014,MA-6,House-G,2014_House-G_MA-6,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2014-09-13,2014-11-04,52,432,Seth Moulton,5898,DEM,49,54.9697118863856,Richard R. Tisei,5903,REP,41,41.13930328154905,8,13.830408604836556 +52242,82440,5528,2014,MA-6,House-G,2014_House-G_MA-6,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2014-09-23,2014-11-04,42,400,Seth Moulton,5898,DEM,47,54.9697118863856,Richard R. Tisei,5903,REP,39,41.13930328154905,8,13.830408604836556 +51278,81102,5528,2014,MA-6,House-G,2014_House-G_MA-6,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-09-24,2014-11-04,41,400,Seth Moulton,5898,DEM,40,54.9697118863856,Richard R. Tisei,5903,REP,41,41.13930328154905,-1,13.830408604836556 +52228,82417,5528,2014,MA-6,House-G,2014_House-G_MA-6,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2014-09-26,2014-11-04,39,400,Seth Moulton,5898,DEM,43,54.9697118863856,Richard R. Tisei,5903,REP,33,41.13930328154905,10,13.830408604836556 +51223,81031,5528,2014,MA-6,House-G,2014_House-G_MA-6,Emerson College,88,TRUE,FALSE,IVR,NA,2014-09-28,2014-11-04,37,429,Seth Moulton,5898,DEM,39,54.9697118863856,Richard R. Tisei,5903,REP,41,41.13930328154905,-2,13.830408604836556 +36459,49728,5528,2014,MA-6,House-G,2014_House-G_MA-6,"Normington, Petts & Associates",232,FALSE,FALSE,NA,DEM,2014-10-05,2014-11-04,30,400,Seth Moulton,5898,DEM,46,54.9697118863856,Richard R. Tisei,5903,REP,34,41.13930328154905,12,13.830408604836556 +35944,48393,5528,2014,MA-6,House-G,2014_House-G_MA-6,Voter/Consumer Research,371,FALSE,TRUE,Live Phone,REP,2014-10-08,2014-11-04,27,400,Seth Moulton,5898,DEM,42,54.9697118863856,Richard R. Tisei,5903,REP,44,41.13930328154905,-2,13.830408604836556 +36084,49018,5528,2014,MA-6,House-G,2014_House-G_MA-6,Øptimus Analytics,245,TRUE,FALSE,IVR,REP,2014-10-08,2014-11-04,27,6929,Seth Moulton,5898,DEM,45,54.9697118863856,Richard R. Tisei,5903,REP,47.1,41.13930328154905,-2.1000000000000014,13.830408604836556 +35939,48385,5528,2014,MA-6,House-G,2014_House-G_MA-6,Emerson College,88,TRUE,FALSE,IVR,NA,2014-10-13,2014-11-04,22,400,Seth Moulton,5898,DEM,40,54.9697118863856,Richard R. Tisei,5903,REP,43,41.13930328154905,-3,13.830408604836556 +35921,48361,5528,2014,MA-6,House-G,2014_House-G_MA-6,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2014-10-16,2014-11-04,19,406,Seth Moulton,5898,DEM,47,54.9697118863856,Richard R. Tisei,5903,REP,36,41.13930328154905,11,13.830408604836556 +36083,49017,5528,2014,MA-6,House-G,2014_House-G_MA-6,Øptimus Analytics,245,TRUE,FALSE,IVR,REP,2014-10-18,2014-11-04,17,2994,Seth Moulton,5898,DEM,47.7,54.9697118863856,Richard R. Tisei,5903,REP,46.4,41.13930328154905,1.3000000000000043,13.830408604836556 +36082,49016,5528,2014,MA-6,House-G,2014_House-G_MA-6,Øptimus Analytics,245,TRUE,FALSE,IVR,REP,2014-10-24,2014-11-04,11,1807,Seth Moulton,5898,DEM,40.5,54.9697118863856,Richard R. Tisei,5903,REP,42.3,41.13930328154905,-1.7999999999999972,13.830408604836556 +34343,48332,5528,2014,MA-6,House-G,2014_House-G_MA-6,Emerson College,88,TRUE,FALSE,IVR,NA,2014-10-28,2014-11-04,7,400,Seth Moulton,5898,DEM,40,54.9697118863856,Richard R. Tisei,5903,REP,42,41.13930328154905,-2,13.830408604836556 +34082,48389,5531,2014,MA-9,House-G,2014_House-G_MA-9,Emerson College,88,TRUE,FALSE,IVR,NA,2014-10-06,2014-11-04,29,370,Bill Keating,5894,DEM,40,54.94734700106832,John C. Chapman,5888,REP,45,44.99121471701214,-5,9.956132284056181 +35946,48395,5531,2014,MA-9,House-G,2014_House-G_MA-9,Emerson College,88,TRUE,FALSE,IVR,NA,2014-10-18,2014-11-04,17,302,Bill Keating,5894,DEM,47,54.94734700106832,John C. Chapman,5888,REP,44,44.99121471701214,3,9.956132284056181 +34343,48331,5531,2014,MA-9,House-G,2014_House-G_MA-9,Emerson College,88,TRUE,FALSE,IVR,NA,2014-10-28,2014-11-04,7,410,Bill Keating,5894,DEM,46,54.94734700106832,John C. Chapman,5888,REP,41,44.99121471701214,5,9.956132284056181 +35910,48325,5537,2014,MI-6,House-G,2014_House-G_MI-6,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2014-10-25,2014-11-04,10,400,Paul Clements,4572,DEM,43,40.38310619401271,Fred Upton,4606,REP,47,55.89206416047776,-4,-15.508957966465047 +35919,48354,5542,2014,MI-11,House-G,2014_House-G_MI-11,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2014-10-15,2014-11-04,20,472,Bobby McKenzie,4593,DEM,35,40.47198274146427,David A. Trott,4605,REP,47,55.89719708005955,-12,-15.425214338595282 +51262,81084,5547,2014,MN-2,House-G,2014_House-G_MN-2,Remington Research Group,279,FALSE,FALSE,Live Phone,NA,2014-09-20,2014-11-04,45,568,Mike Obermueller,10027,DEM,32,38.87157918714002,John Kline,4802,REP,54,56.04194461618561,-22,-17.17036542904559 +51231,81039,5552,2014,MN-7,House-G,2014_House-G_MN-7,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-09-06,2014-11-04,59,405,Collin Peterson,9942,DEM,53,54.20557643199702,Torrey N. Westrom,4821,REP,29,45.655739406647704,24,8.549837025349312 +51279,81103,5552,2014,MN-7,House-G,2014_House-G_MN-7,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-09-22,2014-11-04,43,402,Collin Peterson,9942,DEM,45,54.20557643199702,Torrey N. Westrom,4821,REP,40,45.655739406647704,5,8.549837025349312 +35942,48391,5552,2014,MN-7,House-G,2014_House-G_MN-7,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-05,2014-11-04,30,545,Collin Peterson,9942,DEM,50,54.20557643199702,Torrey N. Westrom,4821,REP,41,45.655739406647704,9,8.549837025349312 +35930,48374,5552,2014,MN-7,House-G,2014_House-G_MN-7,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-10-13,2014-11-04,22,300,Collin Peterson,9942,DEM,43,54.20557643199702,Torrey N. Westrom,4821,REP,44,45.655739406647704,-1,8.549837025349312 +51234,81043,5553,2014,MN-8,House-G,2014_House-G_MN-8,GQR,126,TRUE,FALSE,Live Phone,DEM,2014-09-27,2014-11-04,38,405,Richard M. Nolan,9960,DEM,48,48.5149370685087,Stewart Mills,4806,REP,37,47.1123671936952,11,1.4025698748135014 +35928,48371,5553,2014,MN-8,House-G,2014_House-G_MN-8,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2014-10-11,2014-11-04,24,555,Richard M. Nolan,9960,DEM,39,48.5149370685087,Stewart Mills,4806,REP,47,47.1123671936952,-8,1.4025698748135014 +33706,81041,5566,2014,MT-1,House-G,2014_House-G_MT-1,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-29,2014-11-04,36,535,John Lewis,9946,DEM,41,40.408954161152074,Ryan K. Zinke,9947,REP,51,55.40529890233529,-10,-14.996344741183215 +33752,48372,5566,2014,MT-1,House-G,2014_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2014-10-08,2014-11-04,27,410,John Lewis,9946,DEM,33,40.408954161152074,Ryan K. Zinke,9947,REP,40,55.40529890233529,-7,-14.996344741183215 +34429,48338,5566,2014,MT-1,House-G,2014_House-G_MT-1,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-10-23,2014-11-04,12,604,John Lewis,9946,DEM,41,40.408954161152074,Ryan K. Zinke,9947,REP,53,55.40529890233529,-12,-14.996344741183215 +35909,48321,5568,2014,NE-2,House-G,2014_House-G_NE-2,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2014-10-23,2014-11-04,12,365,Brad Ashford,5734,DEM,46,48.90238996204281,Lee Terry,5745,REP,41,45.57020331294568,5,3.3321866490971317 +52248,82451,5574,2014,NH-1,House-G,2014_House-G_NH-1,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2014-09-05,2014-11-04,60,400,Carol Shea-Porter,5800,DEM,45,48.10534902115879,Frank C. Guinta,5792,REP,43,51.70555665414277,2,-3.600207632983981 +33041,82446,5574,2014,NH-1,House-G,2014_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-10,2014-11-04,55,607,Carol Shea-Porter,5800,DEM,46,48.10534902115879,Frank C. Guinta,5792,REP,42,51.70555665414277,4,-3.600207632983981 +33005,81054,5574,2014,NH-1,House-G,2014_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-19,2014-11-04,46,715,Carol Shea-Porter,5800,DEM,45,48.10534902115879,Frank C. Guinta,5792,REP,45,51.70555665414277,0,-3.600207632983981 +32982,82445,5574,2014,NH-1,House-G,2014_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-26,2014-11-04,39,629,Carol Shea-Porter,5800,DEM,41,48.10534902115879,Frank C. Guinta,5792,REP,51,51.70555665414277,-10,-3.600207632983981 +33725,48386,5574,2014,NH-1,House-G,2014_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-03,2014-11-04,32,626,Carol Shea-Porter,5800,DEM,47,48.10534902115879,Frank C. Guinta,5792,REP,44,51.70555665414277,3,-3.600207632983981 +34038,82400,5574,2014,NH-1,House-G,2014_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-02,2014-11-04,33,258,Carol Shea-Porter,5800,DEM,42,48.10534902115879,Frank C. Guinta,5792,REP,39,51.70555665414277,3,-3.600207632983981 +33744,48379,5574,2014,NH-1,House-G,2014_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-09,2014-11-04,26,536,Carol Shea-Porter,5800,DEM,43,48.10534902115879,Frank C. Guinta,5792,REP,46,51.70555665414277,-3,-3.600207632983981 +34431,48291,5574,2014,NH-1,House-G,2014_House-G_NH-1,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-12,2014-11-04,23,160,Carol Shea-Porter,5800,DEM,54,48.10534902115879,Frank C. Guinta,5792,REP,37,51.70555665414277,17,-3.600207632983981 +33820,48287,5574,2014,NH-1,House-G,2014_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-16,2014-11-04,19,461,Carol Shea-Porter,5800,DEM,46,48.10534902115879,Frank C. Guinta,5792,REP,47,51.70555665414277,-1,-3.600207632983981 +33966,48348,5574,2014,NH-1,House-G,2014_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-24,2014-11-04,11,556,Carol Shea-Porter,5800,DEM,43,48.10534902115879,Frank C. Guinta,5792,REP,49,51.70555665414277,-6,-3.600207632983981 +34347,48328,5574,2014,NH-1,House-G,2014_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,261,Carol Shea-Porter,5800,DEM,44,48.10534902115879,Frank C. Guinta,5792,REP,40,51.70555665414277,4,-3.600207632983981 +34377,48336,5574,2014,NH-1,House-G,2014_House-G_NH-1,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-31,2014-11-04,4,778,Carol Shea-Porter,5800,DEM,43,48.10534902115879,Frank C. Guinta,5792,REP,52,51.70555665414277,-9,-3.600207632983981 +34423,48351,5574,2014,NH-1,House-G,2014_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-31,2014-11-04,4,405,Carol Shea-Porter,5800,DEM,49,48.10534902115879,Frank C. Guinta,5792,REP,50,51.70555665414277,-1,-3.600207632983981 +52248,82452,5575,2014,NH-2,House-G,2014_House-G_NH-2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2014-09-05,2014-11-04,60,400,Ann McLane Kuster,5796,DEM,44,54.87354314311624,Marilinda Garcia,5791,REP,38,44.86909280220333,6,10.004450340912904 +33041,82449,5575,2014,NH-2,House-G,2014_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-10,2014-11-04,55,627,Ann McLane Kuster,5796,DEM,50,54.87354314311624,Marilinda Garcia,5791,REP,37,44.86909280220333,13,10.004450340912904 +33005,81055,5575,2014,NH-2,House-G,2014_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-19,2014-11-04,46,779,Ann McLane Kuster,5796,DEM,49,54.87354314311624,Marilinda Garcia,5791,REP,38,44.86909280220333,11,10.004450340912904 +32982,82448,5575,2014,NH-2,House-G,2014_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-09-26,2014-11-04,39,702,Ann McLane Kuster,5796,DEM,50,54.87354314311624,Marilinda Garcia,5791,REP,39,44.86909280220333,11,10.004450340912904 +33725,48387,5575,2014,NH-2,House-G,2014_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-03,2014-11-04,32,660,Ann McLane Kuster,5796,DEM,50,54.87354314311624,Marilinda Garcia,5791,REP,38,44.86909280220333,12,10.004450340912904 +34038,82403,5575,2014,NH-2,House-G,2014_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-02,2014-11-04,33,275,Ann McLane Kuster,5796,DEM,37,54.87354314311624,Marilinda Garcia,5791,REP,41,44.86909280220333,-4,10.004450340912904 +33744,48380,5575,2014,NH-2,House-G,2014_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-09,2014-11-04,26,545,Ann McLane Kuster,5796,DEM,46,54.87354314311624,Marilinda Garcia,5791,REP,43,44.86909280220333,3,10.004450340912904 +34431,48292,5575,2014,NH-2,House-G,2014_House-G_NH-2,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-12,2014-11-04,23,162,Ann McLane Kuster,5796,DEM,43,54.87354314311624,Marilinda Garcia,5791,REP,48,44.86909280220333,-5,10.004450340912904 +33820,48360,5575,2014,NH-2,House-G,2014_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-16,2014-11-04,19,460,Ann McLane Kuster,5796,DEM,49,54.87354314311624,Marilinda Garcia,5791,REP,43,44.86909280220333,6,10.004450340912904 +33966,48350,5575,2014,NH-2,House-G,2014_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-24,2014-11-04,11,576,Ann McLane Kuster,5796,DEM,49,54.87354314311624,Marilinda Garcia,5791,REP,42,44.86909280220333,7,10.004450340912904 +34347,48323,5575,2014,NH-2,House-G,2014_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,294,Ann McLane Kuster,5796,DEM,53,54.87354314311624,Marilinda Garcia,5791,REP,30,44.86909280220333,23,10.004450340912904 +34377,48337,5575,2014,NH-2,House-G,2014_House-G_NH-2,New England College Polling Center,228,FALSE,TRUE,IVR,NA,2014-10-31,2014-11-04,4,748,Ann McLane Kuster,5796,DEM,53,54.87354314311624,Marilinda Garcia,5791,REP,42,44.86909280220333,11,10.004450340912904 +34423,48339,5575,2014,NH-2,House-G,2014_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2014-10-31,2014-11-04,4,352,Ann McLane Kuster,5796,DEM,53,54.87354314311624,Marilinda Garcia,5791,REP,46,44.86909280220333,7,10.004450340912904 +51270,81093,5577,2014,NJ-2,House-G,2014_House-G_NJ-2,Stockton University,317,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,604,William Hughes,5987,DEM,42,37.27165985503647,Frank A. LoBiondo,5993,REP,47,61.45990922844176,-5,-24.18824937340529 +35938,48384,5577,2014,NJ-2,House-G,2014_House-G_NJ-2,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-13,2014-11-04,22,438,William Hughes,5987,DEM,35,37.27165985503647,Frank A. LoBiondo,5993,REP,56,61.45990922844176,-21,-24.18824937340529 +35913,48329,5577,2014,NJ-2,House-G,2014_House-G_NJ-2,Stockton University,317,TRUE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,600,William Hughes,5987,DEM,38,37.27165985503647,Frank A. LoBiondo,5993,REP,56,61.45990922844176,-18,-24.18824937340529 +51229,81037,5578,2014,NJ-3,House-G,2014_House-G_NJ-3,GBAO,109,FALSE,FALSE,Live Phone,DEM,2014-09-09,2014-11-04,56,400,Aimee Belgard,5966,DEM,43,44.35017167912393,Tom MacArthur,5996,REP,46,53.986770766725954,-3,-9.636599087602022 +51271,81094,5578,2014,NJ-3,House-G,2014_House-G_NJ-3,Stockton University,317,TRUE,FALSE,Live Phone,NA,2014-09-13,2014-11-04,52,606,Aimee Belgard,5966,DEM,42,44.35017167912393,Tom MacArthur,5996,REP,42,53.986770766725954,0,-9.636599087602022 +51220,81028,5578,2014,NJ-3,House-G,2014_House-G_NJ-3,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR,DEM,2014-09-27,2014-11-04,38,603,Aimee Belgard,5966,DEM,43,44.35017167912393,Tom MacArthur,5996,REP,42,53.986770766725954,1,-9.636599087602022 +51244,81053,5578,2014,NJ-3,House-G,2014_House-G_NJ-3,National Research,225,FALSE,FALSE,Live Phone,REP,2014-10-01,2014-11-04,34,400,Aimee Belgard,5966,DEM,37,44.35017167912393,Tom MacArthur,5996,REP,44,53.986770766725954,-7,-9.636599087602022 +35941,48390,5578,2014,NJ-3,House-G,2014_House-G_NJ-3,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-11,2014-11-04,24,423,Aimee Belgard,5966,DEM,41,44.35017167912393,Tom MacArthur,5996,REP,51,53.986770766725954,-10,-9.636599087602022 +35945,48394,5578,2014,NJ-3,House-G,2014_House-G_NJ-3,Stockton University,317,TRUE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,617,Aimee Belgard,5966,DEM,41,44.35017167912393,Tom MacArthur,5996,REP,46,53.986770766725954,-5,-9.636599087602022 +35937,48383,5580,2014,NJ-5,House-G,2014_House-G_NJ-5,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-12,2014-11-04,23,432,Roy Cho,5972,DEM,43,43.30275617850848,Scott Garrett,5982,REP,48,55.408345287183536,-5,-12.105589108675055 +35918,48352,5580,2014,NJ-5,House-G,2014_House-G_NJ-5,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2014-10-14,2014-11-04,21,400,Roy Cho,5972,DEM,43,43.30275617850848,Scott Garrett,5982,REP,48,55.408345287183536,-5,-12.105589108675055 +35916,48334,5580,2014,NJ-5,House-G,2014_House-G_NJ-5,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,427,Roy Cho,5972,DEM,42,43.30275617850848,Scott Garrett,5982,REP,53,55.408345287183536,-11,-12.105589108675055 +51263,81085,5591,2014,NY-1,House-G,2014_House-G_NY-1,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-09-09,2014-11-04,56,592,Timothy H. Bishop,9934,DEM,51,38.6981592245316,Lee M. Zeldin,9935,REP,41,43.60708243029895,10,-4.908923205767351 +51236,81045,5591,2014,NY-1,House-G,2014_House-G_NY-1,Harper Polling,132,FALSE,FALSE,IVR,REP,2014-09-21,2014-11-04,44,568,Timothy H. Bishop,9934,DEM,44,38.6981592245316,Lee M. Zeldin,9935,REP,44,43.60708243029895,0,-4.908923205767351 +51257,81077,5591,2014,NY-1,House-G,2014_House-G_NY-1,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-09-24,2014-11-04,41,400,Timothy H. Bishop,9934,DEM,46,38.6981592245316,Lee M. Zeldin,9935,REP,46,43.60708243029895,0,-4.908923205767351 +35904,48286,5591,2014,NY-1,House-G,2014_House-G_NY-1,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-10-28,2014-11-04,7,670,Timothy H. Bishop,9934,DEM,45,38.6981592245316,Lee M. Zeldin,9935,REP,50,43.60708243029895,-5,-4.908923205767351 +51264,81086,5594,2014,NY-4,House-G,2014_House-G_NY-4,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-09-12,2014-11-04,53,596,Kathleen Rice,9958,DEM,55,47.78642936596218,Bruce Blakeman,9957,REP,37,38.68172613445138,18,9.104703231510797 +34064,48364,5594,2014,NY-4,House-G,2014_House-G_NY-4,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,628,Kathleen Rice,9958,DEM,52,47.78642936596218,Bruce Blakeman,9957,REP,42,38.68172613445138,10,9.104703231510797 +51265,81087,5601,2014,NY-11,House-G,2014_House-G_NY-11,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-09-11,2014-11-04,54,585,Domenic M. Recchia,9966,DEM,40,37.32375967351057,Michael G. Grimm,9965,REP,44,43.50579734952567,-4,-6.182037676015099 +52232,82421,5601,2014,NY-11,House-G,2014_House-G_NY-11,GBAO,109,FALSE,FALSE,Live Phone,DEM,2014-09-16,2014-11-04,49,400,Domenic M. Recchia,9966,DEM,46,37.32375967351057,Michael G. Grimm,9965,REP,46,43.50579734952567,0,-6.182037676015099 +35980,48783,5601,2014,NY-11,House-G,2014_House-G_NY-11,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-10-27,2014-11-04,8,713,Domenic M. Recchia,9966,DEM,34,37.32375967351057,Michael G. Grimm,9965,REP,53,43.50579734952567,-19,-6.182037676015099 +51266,81088,5608,2014,NY-18,House-G,2014_House-G_NY-18,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-09-14,2014-11-04,51,590,Sean Patrick Maloney,9940,DEM,50,40.82960661971454,Nan Hayworth,9939,REP,42,35.62809629649466,8,5.201510323219878 +52235,82425,5608,2014,NY-18,House-G,2014_House-G_NY-18,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2014-09-24,2014-11-04,41,601,Sean Patrick Maloney,9940,DEM,46,40.82960661971454,Nan Hayworth,9939,REP,40,35.62809629649466,6,5.201510323219878 +35929,48373,5608,2014,NY-18,House-G,2014_House-G_NY-18,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-12,2014-11-04,23,400,Sean Patrick Maloney,9940,DEM,43,40.82960661971454,Nan Hayworth,9939,REP,39,35.62809629649466,4,5.201510323219878 +36462,49824,5608,2014,NY-18,House-G,2014_House-G_NY-18,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-10-22,2014-11-04,13,401,Sean Patrick Maloney,9940,DEM,46,40.82960661971454,Nan Hayworth,9939,REP,40,35.62809629649466,6,5.201510323219878 +35911,48326,5608,2014,NY-18,House-G,2014_House-G_NY-18,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-24,2014-11-04,11,400,Sean Patrick Maloney,9940,DEM,42,40.82960661971454,Nan Hayworth,9939,REP,42,35.62809629649466,0,5.201510323219878 +35912,48327,5608,2014,NY-18,House-G,2014_House-G_NY-18,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,682,Sean Patrick Maloney,9940,DEM,49,40.82960661971454,Nan Hayworth,9939,REP,44,35.62809629649466,5,5.201510323219878 +51267,81089,5609,2014,NY-19,House-G,2014_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-09-06,2014-11-04,59,609,Sean S. Eldridge,9952,DEM,33,28.77713916263769,Christopher P. Gibson,9953,REP,57,48.54647707878736,-24,-19.769337916149674 +35931,48375,5609,2014,NY-19,House-G,2014_House-G_NY-19,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-10-14,2014-11-04,21,400,Sean S. Eldridge,9952,DEM,30,28.77713916263769,Christopher P. Gibson,9953,REP,56,48.54647707878736,-26,-19.769337916149674 +36088,49022,5609,2014,NY-19,House-G,2014_House-G_NY-19,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-10-18,2014-11-04,17,401,Sean S. Eldridge,9952,DEM,36,28.77713916263769,Christopher P. Gibson,9953,REP,46,48.54647707878736,-10,-19.769337916149674 +35908,48320,5609,2014,NY-19,House-G,2014_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,727,Sean S. Eldridge,9952,DEM,35,28.77713916263769,Christopher P. Gibson,9953,REP,58,48.54647707878736,-23,-19.769337916149674 +51267,82462,5611,2014,NY-21,House-G,2014_House-G_NY-21,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-09-06,2014-11-04,59,591,Aaron G. Woolf,9945,DEM,33,29.268883772678706,Elise M. Stefanik,9944,REP,46,43.851000782119215,-13,-14.582117009440509 +51237,81046,5611,2014,NY-21,House-G,2014_House-G_NY-21,Harper Polling,132,FALSE,FALSE,IVR,REP,2014-09-27,2014-11-04,38,674,Aaron G. Woolf,9945,DEM,37,29.268883772678706,Elise M. Stefanik,9944,REP,45,43.851000782119215,-8,-14.582117009440509 +35906,48297,5611,2014,NY-21,House-G,2014_House-G_NY-21,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-10-21,2014-11-04,14,670,Aaron G. Woolf,9945,DEM,32,29.268883772678706,Elise M. Stefanik,9944,REP,50,43.851000782119215,-18,-14.582117009440509 +35914,48330,5611,2014,NY-21,House-G,2014_House-G_NY-21,Harper Polling,132,FALSE,FALSE,IVR,REP,2014-10-27,2014-11-04,8,560,Aaron G. Woolf,9945,DEM,33,29.268883772678706,Elise M. Stefanik,9944,REP,47,43.851000782119215,-14,-14.582117009440509 +51268,81090,5614,2014,NY-24,House-G,2014_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-09-17,2014-11-04,48,598,Daniel B. Maffei,9949,DEM,50,35.705472010697235,John Katko,9948,REP,42,46.1519931962422,8,-10.446521185544967 +51258,81078,5614,2014,NY-24,House-G,2014_House-G_NY-24,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2014-09-22,2014-11-04,43,400,Daniel B. Maffei,9949,DEM,46,35.705472010697235,John Katko,9948,REP,43,46.1519931962422,3,-10.446521185544967 +35915,48333,5614,2014,NY-24,House-G,2014_House-G_NY-24,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2014-10-21,2014-11-04,14,400,Daniel B. Maffei,9949,DEM,45,35.705472010697235,John Katko,9948,REP,40,46.1519931962422,5,-10.446521185544967 +35908,48322,5614,2014,NY-24,House-G,2014_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2014-10-23,2014-11-04,12,704,Daniel B. Maffei,9949,DEM,42,35.705472010697235,John Katko,9948,REP,52,46.1519931962422,-10,-10.446521185544967 +52258,82463,5619,2014,NC-2,House-G,2014_House-G_NC-2,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-27,2014-11-04,38,400,Clayton Holmes Aiken,4909,DEM,39,41.17346717596227,Renee L. Ellmers,4925,REP,47,58.82653282403773,-8,-17.653065648075454 +52244,82442,5631,2014,ND-1,House-G,2014_House-G_ND-1,Mellman Group,205,FALSE,FALSE,Live Phone,DEM,2014-09-21,2014-11-04,44,400,George B. Sinner,9970,DEM,40,38.4758917440785,Kevin Cramer,9971,REP,38,55.53544858648007,2,-17.05955684240157 +52250,82454,5631,2014,ND-1,House-G,2014_House-G_ND-1,Odney,524,FALSE,FALSE,Live Phone,REP,2014-09-20,2014-11-04,45,400,George B. Sinner,9970,DEM,35,38.4758917440785,Kevin Cramer,9971,REP,45,55.53544858648007,-10,-17.05955684240157 +51250,81063,5631,2014,ND-1,House-G,2014_House-G_ND-1,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2014-09-29,2014-11-04,36,400,George B. Sinner,9970,DEM,38,38.4758917440785,Kevin Cramer,9971,REP,48,55.53544858648007,-10,-17.05955684240157 +36086,49020,5631,2014,ND-1,House-G,2014_House-G_ND-1,DFM Research,69,FALSE,FALSE,Live Phone,NA,2014-10-15,2014-11-04,20,430,George B. Sinner,9970,DEM,39,38.4758917440785,Kevin Cramer,9971,REP,46,55.53544858648007,-7,-17.05955684240157 +52251,82455,5631,2014,ND-1,House-G,2014_House-G_ND-1,Odney,524,FALSE,FALSE,Live Phone,REP,2014-10-22,2014-11-04,13,400,George B. Sinner,9970,DEM,35,38.4758917440785,Kevin Cramer,9971,REP,50,55.53544858648007,-15,-17.05955684240157 +52246,82444,5660,2014,PA-3,House-G,2014_House-G_PA-3,Mercyhurst University Center for Applied Politics,422,FALSE,FALSE,Live Phone,NA,2014-10-18,2014-11-04,17,503,Dan Lavallee,5012,DEM,30,39.36897598381171,Mike Kelly,5010,REP,52,60.63102401618829,-22,-21.262048032376583 +52240,82434,5667,2014,PA-10,House-G,2014_House-G_PA-10,JMC Analytics,156,FALSE,FALSE,Live Phone,IND,2014-09-20,2014-11-04,45,492,Scott F. Brion,4995,DEM,26,24.809507436696578,Tom Marino,5016,REP,38,62.58304588458424,-12,-37.77353844788766 +33070,81098,5685,2014,SD-1,House-G,2014_House-G_SD-1,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-09-05,2014-11-04,60,510,Corinna Balderramos Robinson,9951,DEM,40,33.47037301090406,Kristi Noem,9950,REP,53,66.52962698909593,-13,-33.05925397819187 +34454,81066,5685,2014,SD-1,House-G,2014_House-G_SD-1,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2014-09-23,2014-11-04,42,615,Corinna Balderramos Robinson,9951,DEM,37,33.47037301090406,Kristi Noem,9950,REP,55,66.52962698909593,-18,-33.05925397819187 +33695,49023,5685,2014,SD-1,House-G,2014_House-G_SD-1,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-03,2014-11-04,32,616,Corinna Balderramos Robinson,9951,DEM,37,33.47037301090406,Kristi Noem,9950,REP,55,66.52962698909593,-18,-33.05925397819187 +34352,49024,5685,2014,SD-1,House-G,2014_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,800,Corinna Balderramos Robinson,9951,DEM,35,33.47037301090406,Kristi Noem,9950,REP,56,66.52962698909593,-21,-33.05925397819187 +34391,48324,5685,2014,SD-1,House-G,2014_House-G_SD-1,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2014-10-23,2014-11-04,12,611,Corinna Balderramos Robinson,9951,DEM,39,33.47037301090406,Kristi Noem,9950,REP,55,66.52962698909593,-16,-33.05925397819187 +34244,48353,5685,2014,SD-1,House-G,2014_House-G_SD-1,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,429,Corinna Balderramos Robinson,9951,DEM,34,33.47037301090406,Kristi Noem,9950,REP,61,66.52962698909593,-27,-33.05925397819187 +35947,49026,5731,2014,UT-1,House-G,2014_House-G_UT-1,Brigham Young University Center for the Study of Elections and Democracy,727,FALSE,FALSE,Email,NA,2014-10-19,2014-11-04,16,159,Donna M. McAleer,5651,DEM,31,28.009597489887263,Rob Bishop,5640,REP,49,64.7761354722611,-18,-36.76653798237384 +36089,49025,5731,2014,UT-1,House-G,2014_House-G_UT-1,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,201,Donna M. McAleer,5651,DEM,25,28.009597489887263,Rob Bishop,5640,REP,57,64.7761354722611,-32,-36.76653798237384 +35947,49028,5732,2014,UT-2,House-G,2014_House-G_UT-2,Brigham Young University Center for the Study of Elections and Democracy,727,FALSE,FALSE,Email,NA,2014-10-19,2014-11-04,16,192,Luz Robles,5656,DEM,37,32.550551344843626,Chris Stewart,5659,REP,43,60.8223657208526,-6,-28.271814376008976 +36089,49027,5732,2014,UT-2,House-G,2014_House-G_UT-2,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,207,Luz Robles,5656,DEM,26,32.550551344843626,Chris Stewart,5659,REP,58,60.8223657208526,-32,-28.271814376008976 +35947,49030,5733,2014,UT-3,House-G,2014_House-G_UT-3,Brigham Young University Center for the Study of Elections and Democracy,727,FALSE,FALSE,Email,NA,2014-10-19,2014-11-04,16,169,Brian Wonnacott,5661,DEM,24.9,22.48492074624772,Jason Chaffetz,5642,REP,59,72.20648057231028,-34.1,-49.72155982606256 +36089,49029,5733,2014,UT-3,House-G,2014_House-G_UT-3,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2014-10-22,2014-11-04,13,219,Brian Wonnacott,5661,DEM,19,22.48492074624772,Jason Chaffetz,5642,REP,70,72.20648057231028,-51,-49.72155982606256 +36090,49031,5734,2014,UT-4,House-G,2014_House-G_UT-4,Y2 Analytics,389,FALSE,FALSE,NA,REP,2014-10-01,2014-11-04,34,500,Doug Owens,5654,DEM,28,45.81498695368558,Mia B. Love,5650,REP,47,50.91867797347249,-19,-5.103691019786908 +36091,49032,5734,2014,UT-4,House-G,2014_House-G_UT-4,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2014-10-06,2014-11-04,29,403,Doug Owens,5654,DEM,44,45.81498695368558,Mia B. Love,5650,REP,47,50.91867797347249,-3,-5.103691019786908 +35933,48377,5734,2014,UT-4,House-G,2014_House-G_UT-4,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2014-10-08,2014-11-04,27,400,Doug Owens,5654,DEM,40,45.81498695368558,Mia B. Love,5650,REP,49,50.91867797347249,-9,-5.103691019786908 +35947,48396,5734,2014,UT-4,House-G,2014_House-G_UT-4,Brigham Young University Center for the Study of Elections and Democracy,727,FALSE,FALSE,Email,NA,2014-10-19,2014-11-04,16,236,Doug Owens,5654,DEM,46,45.81498695368558,Mia B. Love,5650,REP,42,50.91867797347249,4,-5.103691019786908 +35948,48397,5734,2014,UT-4,House-G,2014_House-G_UT-4,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2014-10-24,2014-11-04,11,402,Doug Owens,5654,DEM,43,45.81498695368558,Mia B. Love,5650,REP,48,50.91867797347249,-5,-5.103691019786908 +51283,81107,5745,2014,VA-10,House-G,2014_House-G_VA-10,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2014-09-24,2014-11-04,41,403,John W. Foust,5940,DEM,34,40.355748956978154,Barbara J. Comstock,5932,REP,46,56.48647436185007,-12,-16.130725404871917 +51247,81059,5745,2014,VA-10,House-G,2014_House-G_VA-10,Victoria Research & Consulting,369,FALSE,FALSE,Live Phone,DEM,2014-09-26,2014-11-04,39,400,John W. Foust,5940,DEM,39,40.355748956978154,Barbara J. Comstock,5932,REP,41,56.48647436185007,-2,-16.130725404871917 +36092,49033,5745,2014,VA-10,House-G,2014_House-G_VA-10,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2014-10-17,2014-11-04,18,404,John W. Foust,5940,DEM,35,40.355748956978154,Barbara J. Comstock,5932,REP,51,56.48647436185007,-16,-16.130725404871917 +52520,82968,5747,2014,WA-1,House-G,2014_House-G_WA-1,Moore Information Group,217,FALSE,FALSE,NA,NA,2014-10-05,2014-11-04,30,301,Suzan DelBene,5753,DEM,43,55.03659471848,Pedro Celis,5750,REP,34,44.96340528152,9,10.073189436960007 +52783,83407,5747,2014,WA-1,House-G,2014_House-G_WA-1,Moore Information Group,217,FALSE,FALSE,NA,NA,2014-10-10,2014-11-04,25,301,Suzan DelBene,5753,DEM,13,55.03659471848,Pedro Celis,5750,REP,34,44.96340528152,-21,10.073189436960007 +51245,81056,5750,2014,WA-4,House-G,2014_House-G_WA-4,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2014-09-16,2014-11-04,49,400,Dan Newhouse,5776,REP,33,50.8051398297611,Clint Didier,10072,REP,35,49.1948601702389,-2,1.610279659522206 +35932,48376,5759,2014,WV-3,House-G,2014_House-G_WV-3,Harper Polling,132,FALSE,FALSE,IVR,REP,2014-10-07,2014-11-04,28,657,Nick J. Rahall II,5675,DEM,44,44.649254634938494,Evan Hollin Jenkins,5666,REP,50,55.350745365061506,-6,-10.701490730123012 +46565,80886,5776,2016,AK-1,House-G,2016_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone,NA,2016-09-30,2016-11-08,39,660,Steve Lindbeck,10517,DEM,30,36.02197288755929,Don Young,10518,REP,45,50.32089760478653,-15,-14.298924717227237 +50611,79871,5776,2016,AK-1,House-G,2016_House-G_AK-1,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-17,2016-11-08,22,348,Steve Lindbeck,10517,DEM,37,36.02197288755929,Don Young,10518,REP,39,50.32089760478653,-2,-14.298924717227237 +51136,80895,5777,2016,AZ-1,House-G,2016_House-G_AZ-1,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-09-24,2016-11-08,45,400,Tom O'Halleran,10512,DEM,45,50.66403049410424,Paul Babeu,10513,REP,38,43.37038224502155,7,7.293648249082686 +51115,80871,5777,2016,AZ-1,House-G,2016_House-G_AZ-1,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2016-10-04,2016-11-08,35,400,Tom O'Halleran,10512,DEM,39,50.66403049410424,Paul Babeu,10513,REP,36,43.37038224502155,3,7.293648249082686 +50601,79851,5777,2016,AZ-1,House-G,2016_House-G_AZ-1,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-10-17,2016-11-08,22,400,Tom O'Halleran,10512,DEM,46,50.66403049410424,Paul Babeu,10513,REP,36,43.37038224502155,10,7.293648249082686 +51166,80941,5778,2016,AZ-2,House-G,2016_House-G_AZ-2,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2016-09-14,2016-11-08,55,400,Matthew G. Heinz,10589,DEM,37,43.04150735398934,Martha McSally,10590,REP,56,56.95849264601066,-19,-13.916985292021323 +51172,80948,5796,2016,CA-7,House-G,2016_House-G_CA-7,Tulchin Research,340,FALSE,FALSE,Live Phone,DEM,2016-09-12,2016-11-08,57,400,Ami Bera,10558,DEM,43,51.17137177473335,Scott Jones,10559,REP,40,48.82862822526665,3,2.3427435494667037 +51120,80877,5796,2016,CA-7,House-G,2016_House-G_CA-7,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2016-10-02,2016-11-08,37,400,Ami Bera,10558,DEM,42,51.17137177473335,Scott Jones,10559,REP,47,48.82862822526665,-5,2.3427435494667037 +51091,80846,5796,2016,CA-7,House-G,2016_House-G_CA-7,Tulchin Research,340,FALSE,FALSE,Live Phone,DEM,2016-10-11,2016-11-08,28,400,Ami Bera,10558,DEM,50,51.17137177473335,Scott Jones,10559,REP,39,48.82862822526665,11,2.3427435494667037 +51586,81550,5799,2016,CA-10,House-G,2016_House-G_CA-10,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-12,2016-11-08,27,837,Michael Eggman,10534,DEM,46,48.29954259126403,Jeff Denham,10535,REP,45,51.70045740873597,1,-3.400914817471943 +51077,80828,5799,2016,CA-10,House-G,2016_House-G_CA-10,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2016-10-14,2016-11-08,25,500,Michael Eggman,10534,DEM,47,48.29954259126403,Jeff Denham,10535,REP,42,51.70045740873597,5,-3.400914817471943 +51110,80866,5806,2016,CA-17,House-G,2016_House-G_CA-17,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2016-10-06,2016-11-08,33,550,Ro Khanna,10569,DEM,38,61.00895399499125,Michael M. Honda,10570,DEM,37,38.99104600500875,1,22.017907989982504 +51146,80909,5813,2016,CA-24,House-G,2016_House-G_CA-24,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2016-09-18,2016-11-08,51,400,Salud Carbajal,10584,DEM,43,53.41908665632822,Justin Donald Fareed,10583,REP,46,46.580913343671774,-3,6.838173312656444 +49219,77137,5814,2016,CA-25,House-G,2016_House-G_CA-25,Tulchin Research,340,FALSE,FALSE,Live Phone,DEM,2016-10-16,2016-11-08,23,400,Bryan Caforio,10401,DEM,44,46.86993846707587,Stephen Knight,10402,REP,46,53.13006153292413,-2,-6.260123065848262 +49214,77129,5820,2016,CA-31,House-G,2016_House-G_CA-31,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2016-10-22,2016-11-08,17,1198,Pete Aguilar,10393,DEM,45,56.067538529934794,Paul Chabot,10394,REP,42,43.932461470065206,3,12.135077059869587 +51138,80899,5835,2016,CA-46,House-G,2016_House-G_CA-46,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2016-09-22,2016-11-08,47,400,Lou Correa,10581,DEM,47,70.0199886993979,Bao Nguyen,10582,DEM,23,29.98001130060209,24,40.03997739879581 +51134,80893,5838,2016,CA-49,House-G,2016_House-G_CA-49,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-09-24,2016-11-08,45,504,Doug Applegate,10574,DEM,46,49.73867904757299,Darrell Issa,10573,REP,48,50.26132095242701,-2,-0.5226419048540265 +51127,80884,5838,2016,CA-49,House-G,2016_House-G_CA-49,Tulchin Research,340,FALSE,FALSE,Live Phone,DEM,2016-09-29,2016-11-08,40,400,Doug Applegate,10574,DEM,46,49.73867904757299,Darrell Issa,10573,REP,42,50.26132095242701,4,-0.5226419048540265 +51114,80870,5838,2016,CA-49,House-G,2016_House-G_CA-49,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2016-10-05,2016-11-08,34,400,Doug Applegate,10574,DEM,39,49.73867904757299,Darrell Issa,10573,REP,48,50.26132095242701,-9,-0.5226419048540265 +46335,80939,5855,2016,DE-1,House-G,2016_House-G_DE-1,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2016-09-22,2016-11-08,47,762,Lisa Blunt Rochester,10591,DEM,46,55.52652413002803,Hans Reigle,10592,REP,26,40.96386974373361,20,14.562654386294419 +51168,80943,5862,2016,FL-7,House-G,2016_House-G_FL-7,Global Strategy Group/Lester & Associates,806,FALSE,TRUE,Live Phone,DEM,2016-09-14,2016-11-08,55,401,Stephanie Murphy,10508,DEM,45,51.473611287837016,John L. Mica,10507,REP,48,48.51705758436894,-3,2.9565537034680744 +51590,81556,5862,2016,FL-7,House-G,2016_House-G_FL-7,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2016-09-14,2016-11-08,55,406,Stephanie Murphy,10508,DEM,34,51.473611287837016,John L. Mica,10507,REP,52,48.51705758436894,-18,2.9565537034680744 +51102,80857,5862,2016,FL-7,House-G,2016_House-G_FL-7,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-10,2016-11-08,29,499,Stephanie Murphy,10508,DEM,45,51.473611287837016,John L. Mica,10507,REP,43,48.51705758436894,2,2.9565537034680744 +51075,80826,5862,2016,FL-7,House-G,2016_House-G_FL-7,Global Strategy Group/Lester & Associates,806,FALSE,TRUE,Live Phone,DEM,2016-10-14,2016-11-08,25,400,Stephanie Murphy,10508,DEM,48,51.473611287837016,John L. Mica,10507,REP,45,48.51705758436894,3,2.9565537034680744 +50598,79846,5862,2016,FL-7,House-G,2016_House-G_FL-7,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2016-10-22,2016-11-08,17,412,Stephanie Murphy,10508,DEM,42,51.473611287837016,John L. Mica,10507,REP,47,48.51705758436894,-5,2.9565537034680744 +51122,80879,5865,2016,FL-10,House-G,2016_House-G_FL-10,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-10-03,2016-11-08,36,400,Val Demings,10575,DEM,59,64.86867174963807,Thuy Lowe,10576,REP,21,35.131328250361946,38,29.737343499276122 +51176,80952,5868,2016,FL-13,House-G,2016_House-G_FL-13,Data Targeting,406,FALSE,FALSE,Live Phone,REP,2016-09-09,2016-11-08,60,300,Charlie Crist,10374,DEM,46,51.90309182165118,David W. Jolly,10375,REP,46,48.09690817834882,0,3.8061836433023615 +51145,80908,5868,2016,FL-13,House-G,2016_House-G_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2016-09-18,2016-11-08,51,739,Charlie Crist,10374,DEM,43,51.90309182165118,David W. Jolly,10375,REP,46,48.09690817834882,-3,3.8061836433023615 +51118,80875,5868,2016,FL-13,House-G,2016_House-G_FL-13,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2016-10-03,2016-11-08,36,400,Charlie Crist,10374,DEM,50,51.90309182165118,David W. Jolly,10375,REP,39,48.09690817834882,11,3.8061836433023615 +51094,80849,5868,2016,FL-13,House-G,2016_House-G_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2016-10-10,2016-11-08,29,1280,Charlie Crist,10374,DEM,48,51.90309182165118,David W. Jolly,10375,REP,43,48.09690817834882,5,3.8061836433023615 +51083,80837,5868,2016,FL-13,House-G,2016_House-G_FL-13,Data Targeting,406,FALSE,FALSE,Live Phone,REP,2016-10-11,2016-11-08,28,301,Charlie Crist,10374,DEM,47,51.90309182165118,David W. Jolly,10375,REP,45,48.09690817834882,2,3.8061836433023615 +51106,80861,5868,2016,FL-13,House-G,2016_House-G_FL-13,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,611,Charlie Crist,10374,DEM,54,51.90309182165118,David W. Jolly,10375,REP,36,48.09690817834882,18,3.8061836433023615 +49213,77128,5868,2016,FL-13,House-G,2016_House-G_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2016-10-23,2016-11-08,16,1087,Charlie Crist,10374,DEM,48,51.90309182165118,David W. Jolly,10375,REP,45,48.09690817834882,3,3.8061836433023615 +49207,77114,5868,2016,FL-13,House-G,2016_House-G_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2016-11-01,2016-11-08,7,1066,Charlie Crist,10374,DEM,48,51.90309182165118,David W. Jolly,10375,REP,45,48.09690817834882,3,3.8061836433023615 +49205,77099,5868,2016,FL-13,House-G,2016_House-G_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2016-11-06,2016-11-08,2,944,Charlie Crist,10374,DEM,51,51.90309182165118,David W. Jolly,10375,REP,46,48.09690817834882,5,3.8061836433023615 +51170,80946,5873,2016,FL-18,House-G,2016_House-G_FL-18,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2016-09-13,2016-11-08,56,400,Randy Perkins,10555,DEM,41,43.07269138482329,Brian Mast,10554,REP,40,53.59892316941461,1,-10.526231784591324 +51089,80843,5873,2016,FL-18,House-G,2016_House-G_FL-18,McLaughlin & Associates,203,FALSE,FALSE,Live Phone,REP,2016-10-12,2016-11-08,27,400,Randy Perkins,10555,DEM,40,43.07269138482329,Brian Mast,10554,REP,47,53.59892316941461,-7,-10.526231784591324 +51175,80951,5881,2016,FL-26,House-G,2016_House-G_FL-26,Expedition Strategies,409,FALSE,FALSE,Live Phone,DEM,2016-09-11,2016-11-08,58,412,Joe Garcia,10594,DEM,47,41.16781088036729,Carlos Curbelo,10543,REP,46,52.95000392098152,1,-11.782193040614231 +51074,80825,5882,2016,FL-27,House-G,2016_House-G_FL-27,Frederick Polls,108,FALSE,FALSE,Live Phone,DEM,2016-10-15,2016-11-08,24,350,Scott Fuhrman,10532,DEM,32,45.106143348269065,Ileana Ros-Lehtinen,10533,REP,41,54.893856651730935,-9,-9.78771330346187 +48322,82533,5885,2016,GA-3,House-G,2016_House-G_GA-3,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,400,Angela Pendley,11058,DEM,31,31.653402025812458,Drew Ferguson,11059,REP,63,68.34659797418755,-32,-36.69319594837509 +48322,82534,5890,2016,GA-8,House-G,2016_House-G_GA-8,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,375,James Neal Harris,11060,DEM,34,32.357080650679606,Austin Scott,11061,REP,60,67.6429193493204,-26,-35.28583869864079 +48322,82536,5893,2016,GA-11,House-G,2016_House-G_GA-11,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,300,Don E. Wilson,11064,DEM,33,32.59422611793961,Barry Loudermilk,11065,REP,63,67.40577388206039,-30,-34.811547764120775 +48322,82535,5894,2016,GA-12,House-G,2016_House-G_GA-12,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-11-03,2016-11-08,5,400,Patricia Carpenter McCracken,11062,DEM,41,38.399147200593255,Rick W. Allen,11063,REP,55,61.600852799406745,-14,-23.20170559881349 +47056,80887,5899,2016,ID-1,House-G,2016_House-G_ID-1,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-04,2016-11-08,35,331,James Piotrowski,10577,DEM,31,31.813640930106907,Raúl R. Labrador,10578,REP,51,68.17144449103296,-20,-36.35780356092605 +47056,80888,5900,2016,ID-2,House-G,2016_House-G_ID-2,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-04,2016-11-08,35,277,Jennifer Martinez,10579,DEM,27,29.408068367475177,Mike Simpson,10580,REP,53,62.927258404166295,-26,-33.519190036691114 +51131,80890,5910,2016,IL-10,House-G,2016_House-G_IL-10,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-09-28,2016-11-08,41,399,Brad Schneider,10540,DEM,46,52.600386019384885,Robert Dold,10541,REP,41,47.39052294437685,5,5.2098630750080375 +51108,80863,5910,2016,IL-10,House-G,2016_House-G_IL-10,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2016-10-10,2016-11-08,29,400,Brad Schneider,10540,DEM,43,52.600386019384885,Robert Dold,10541,REP,50,47.39052294437685,-7,5.2098630750080375 +51087,80841,5910,2016,IL-10,House-G,2016_House-G_IL-10,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-12,2016-11-08,27,738,Brad Schneider,10540,DEM,48,52.600386019384885,Robert Dold,10541,REP,38,47.39052294437685,10,5.2098630750080375 +51125,80882,5927,2016,IN-9,House-G,2016_House-G_IN-9,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-10-01,2016-11-08,38,400,Shelli Yoder,10376,DEM,42,40.461462692392274,Trey Hollingsworth,10377,REP,44,54.14117698076155,-2,-13.679714288369276 +51076,80827,5927,2016,IN-9,House-G,2016_House-G_IN-9,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-10-12,2016-11-08,27,400,Shelli Yoder,10376,DEM,38,40.461462692392274,Trey Hollingsworth,10377,REP,40,54.14117698076155,-2,-13.679714288369276 +49218,77136,5927,2016,IN-9,House-G,2016_House-G_IN-9,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2016-10-17,2016-11-08,22,400,Shelli Yoder,10376,DEM,43,40.461462692392274,Trey Hollingsworth,10377,REP,43,54.14117698076155,0,-13.679714288369276 +48333,77106,5927,2016,IN-9,House-G,2016_House-G_IN-9,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,310,Shelli Yoder,10376,DEM,42,40.461462692392274,Trey Hollingsworth,10377,REP,44,54.14117698076155,-2,-13.679714288369276 +46044,80903,5928,2016,IA-1,House-G,2016_House-G_IA-1,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,368,Monica Vernon,10380,DEM,38,46.08145421674541,Rod Blum,10381,REP,45,53.74424965647299,-7,-7.662795439727574 +51124,80881,5928,2016,IA-1,House-G,2016_House-G_IA-1,Lake Research Partners,165,FALSE,FALSE,IVR,DEM,2016-09-30,2016-11-08,39,439,Monica Vernon,10380,DEM,46,46.08145421674541,Rod Blum,10381,REP,48,53.74424965647299,-2,-7.662795439727574 +51126,80883,5928,2016,IA-1,House-G,2016_House-G_IA-1,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2016-09-30,2016-11-08,39,400,Monica Vernon,10380,DEM,36,46.08145421674541,Rod Blum,10381,REP,52,53.74424965647299,-16,-7.662795439727574 +51103,80858,5928,2016,IA-1,House-G,2016_House-G_IA-1,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-10-10,2016-11-08,29,400,Monica Vernon,10380,DEM,44,46.08145421674541,Rod Blum,10381,REP,45,53.74424965647299,-1,-7.662795439727574 +51069,80820,5928,2016,IA-1,House-G,2016_House-G_IA-1,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-10-16,2016-11-08,23,400,Monica Vernon,10380,DEM,48,46.08145421674541,Rod Blum,10381,REP,47,53.74424965647299,1,-7.662795439727574 +49208,77117,5928,2016,IA-1,House-G,2016_House-G_IA-1,The Polling Company Inc.,337,FALSE,FALSE,Live Phone,REP,2016-10-30,2016-11-08,9,400,Monica Vernon,10380,DEM,41,46.08145421674541,Rod Blum,10381,REP,52,53.74424965647299,-11,-7.662795439727574 +48466,77108,5928,2016,IA-1,House-G,2016_House-G_IA-1,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,415,Monica Vernon,10380,DEM,41,46.08145421674541,Rod Blum,10381,REP,47,53.74424965647299,-6,-7.662795439727574 +46044,80902,5930,2016,IA-3,House-G,2016_House-G_IA-3,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,327,Jim Mowrer,10378,DEM,36,39.714876488327825,David Young,10379,REP,46,53.44733490995088,-10,-13.732458421623058 +51140,80901,5930,2016,IA-3,House-G,2016_House-G_IA-3,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2016-09-21,2016-11-08,48,400,Jim Mowrer,10378,DEM,37,39.714876488327825,David Young,10379,REP,52,53.44733490995088,-15,-13.732458421623058 +51093,80848,5930,2016,IA-3,House-G,2016_House-G_IA-3,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-10-11,2016-11-08,28,400,Jim Mowrer,10378,DEM,46,39.714876488327825,David Young,10379,REP,49,53.44733490995088,-3,-13.732458421623058 +48466,77107,5930,2016,IA-3,House-G,2016_House-G_IA-3,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,417,Jim Mowrer,10378,DEM,39,39.714876488327825,David Young,10379,REP,44,53.44733490995088,-5,-13.732458421623058 +51109,80865,5934,2016,KS-3,House-G,2016_House-G_KS-3,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2016-10-07,2016-11-08,32,456,Jay Sidie,10550,DEM,40,40.59886976010819,Kevin Yoder,10551,REP,44,51.30146628078796,-4,-10.702596520679776 +51084,80838,5934,2016,KS-3,House-G,2016_House-G_KS-3,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-10-12,2016-11-08,27,402,Jay Sidie,10550,DEM,37,40.59886976010819,Kevin Yoder,10551,REP,41,51.30146628078796,-4,-10.702596520679776 +52342,138566,5945,2016,LA-3,House-G,2016_House-R_LA-3,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-16,2016-12-10,24,600,Clay Higgins,16404,REP,49.89,56.107286557395994,Scott A. Angelle,16405,REP,42.26,43.892713442604006,7.630000000000003,12.214573114791989 +52342,138565,5947,2016,LA-4,House-G,2016_House-R_LA-4,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-11-16,2016-12-10,24,600,Marshall Jones,16402,DEM,34.8,34.77368252095947,"""Mike"" Johnson",16403,REP,59.5,65.22631747904053,-24.700000000000003,-30.452634958081063 +46026,82384,5950,2016,ME-1,House-G,2016_House-G_ME-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,266,Chellie M. Pingree,10390,DEM,64,57.98960730495858,Mark Holbrook,10391,REP,22,41.940054690347125,42,16.049552614611457 +47772,77125,5950,2016,ME-1,House-G,2016_House-G_ME-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,299,Chellie M. Pingree,10390,DEM,61,57.98960730495858,Mark Holbrook,10391,REP,28,41.940054690347125,33,16.049552614611457 +46026,82385,5951,2016,ME-2,House-G,2016_House-G_ME-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,231,Emily Ann Cain,10334,DEM,35,45.16998265106493,Bruce Poliquin,10392,REP,45,54.766414051785574,-10,-9.596431400720647 +51588,81554,5951,2016,ME-2,House-G,2016_House-G_ME-2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-09-21,2016-11-08,48,400,Emily Ann Cain,10334,DEM,45,45.16998265106493,Bruce Poliquin,10392,REP,45,54.766414051785574,0,-9.596431400720647 +51119,80876,5951,2016,ME-2,House-G,2016_House-G_ME-2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-10-02,2016-11-08,37,400,Emily Ann Cain,10334,DEM,46,45.16998265106493,Bruce Poliquin,10392,REP,45,54.766414051785574,1,-9.596431400720647 +51101,80856,5951,2016,ME-2,House-G,2016_House-G_ME-2,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-10,2016-11-08,29,932,Emily Ann Cain,10334,DEM,47,45.16998265106493,Bruce Poliquin,10392,REP,43,54.766414051785574,4,-9.596431400720647 +47772,77126,5951,2016,ME-2,House-G,2016_House-G_ME-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,314,Emily Ann Cain,10334,DEM,46,45.16998265106493,Bruce Poliquin,10392,REP,44,54.766414051785574,2,-9.596431400720647 +51173,80949,5969,2016,MI-1,House-G,2016_House-G_MI-1,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2016-09-12,2016-11-08,57,500,Lon Johnson,10560,DEM,43,40.06261952807748,Jack Bergman,10561,REP,41,54.89673051674989,2,-14.834110988672414 +51587,81553,5969,2016,MI-1,House-G,2016_House-G_MI-1,Harper Polling,132,FALSE,FALSE,Live Phone,REP,2016-10-08,2016-11-08,31,400,Lon Johnson,10560,DEM,37,40.06261952807748,Jack Bergman,10561,REP,42,54.89673051674989,-5,-14.834110988672414 +51096,80851,5969,2016,MI-1,House-G,2016_House-G_MI-1,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2016-10-11,2016-11-08,28,500,Lon Johnson,10560,DEM,43,40.06261952807748,Jack Bergman,10561,REP,42,54.89673051674989,1,-14.834110988672414 +51174,80950,5976,2016,MI-8,House-G,2016_House-G_MI-8,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2016-09-11,2016-11-08,58,400,Suzanna Shkreli,10405,DEM,34,39.183525539011576,Mike Bishop,10406,REP,53,56.03458612195069,-19,-16.851060582939112 +51116,80873,5976,2016,MI-8,House-G,2016_House-G_MI-8,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-03,2016-11-08,36,535,Suzanna Shkreli,10405,DEM,41,39.183525539011576,Mike Bishop,10406,REP,47,56.03458612195069,-6,-16.851060582939112 +49221,77139,5976,2016,MI-8,House-G,2016_House-G_MI-8,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,400,Suzanna Shkreli,10405,DEM,31,39.183525539011576,Mike Bishop,10406,REP,49,56.03458612195069,-18,-16.851060582939112 +51139,80900,5984,2016,MN-2,House-G,2016_House-G_MN-2,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-09-21,2016-11-08,48,500,Angie Craig,10386,DEM,42,45.15741602904066,Jason Lewis,10387,REP,40,46.95356463301081,2,-1.7961486039701455 +51111,80867,5984,2016,MN-2,House-G,2016_House-G_MN-2,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-10-05,2016-11-08,34,500,Angie Craig,10386,DEM,46,45.15741602904066,Jason Lewis,10387,REP,42,46.95356463301081,4,-1.7961486039701455 +51107,80862,5984,2016,MN-2,House-G,2016_House-G_MN-2,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2016-10-09,2016-11-08,30,400,Angie Craig,10386,DEM,33,45.15741602904066,Jason Lewis,10387,REP,36,46.95356463301081,-3,-1.7961486039701455 +51073,80824,5984,2016,MN-2,House-G,2016_House-G_MN-2,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2016-10-15,2016-11-08,24,600,Angie Craig,10386,DEM,46,45.15741602904066,Jason Lewis,10387,REP,41,46.95356463301081,5,-1.7961486039701455 +49210,77123,5984,2016,MN-2,House-G,2016_House-G_MN-2,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-10-28,2016-11-08,11,500,Angie Craig,10386,DEM,45,45.15741602904066,Jason Lewis,10387,REP,40,46.95356463301081,5,-1.7961486039701455 +51171,80947,5985,2016,MN-3,House-G,2016_House-G_MN-3,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-09-12,2016-11-08,57,353,Terri Bonoff,10552,DEM,40,43.013086563461826,Erik Paulsen,10553,REP,38,56.69615739458187,2,-13.683070831120041 +51088,80842,5985,2016,MN-3,House-G,2016_House-G_MN-3,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-12,2016-11-08,27,500,Terri Bonoff,10552,DEM,42,43.013086563461826,Erik Paulsen,10553,REP,45,56.69615739458187,-3,-13.683070831120041 +51095,80850,5985,2016,MN-3,House-G,2016_House-G_MN-3,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2016-10-12,2016-11-08,27,579,Terri Bonoff,10552,DEM,38,43.013086563461826,Erik Paulsen,10553,REP,49,56.69615739458187,-11,-13.683070831120041 +51090,80844,5990,2016,MN-8,House-G,2016_House-G_MN-8,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-10,2016-11-08,29,514,Richard M. Nolan,10399,DEM,49,50.17130243072967,Stewart Mills,10400,REP,41,49.60851161578952,8,0.5627908149401506 +49217,77135,5990,2016,MN-8,House-G,2016_House-G_MN-8,SurveyUSA,325,FALSE,FALSE,IVR/Live Phone,NA,2016-10-18,2016-11-08,21,595,Richard M. Nolan,10399,DEM,41,50.17130243072967,Stewart Mills,10400,REP,45,49.60851161578952,-4,0.5627908149401506 +52234,82423,6003,2016,MT-1,House-G,2016_House-G_MT-1,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2016-09-24,2016-11-08,45,403,Denise Juneau,10556,DEM,42,40.548725855648826,Ryan K. Zinke,10557,REP,45,56.191528284015746,-3,-15.64280242836692 +51117,80874,6003,2016,MT-1,House-G,2016_House-G_MT-1,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2016-10-02,2016-11-08,37,400,Denise Juneau,10556,DEM,38,40.548725855648826,Ryan K. Zinke,10557,REP,49,56.191528284015746,-11,-15.64280242836692 +47466,80872,6003,2016,MT-1,House-G,2016_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2016-10-07,2016-11-08,32,590,Denise Juneau,10556,DEM,31,40.548725855648826,Ryan K. Zinke,10557,REP,50,56.191528284015746,-19,-15.64280242836692 +46870,80845,6003,2016,MT-1,House-G,2016_House-G_MT-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,1003,Denise Juneau,10556,DEM,40,40.548725855648826,Ryan K. Zinke,10557,REP,53,56.191528284015746,-13,-15.64280242836692 +51167,80942,6005,2016,NE-2,House-G,2016_House-G_NE-2,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-09-16,2016-11-08,53,402,Brad Ashford,10388,DEM,50,47.7274303869473,Don Bacon,10389,REP,40,48.928923234873814,10,-1.2014928479265166 +49212,77127,6005,2016,NE-2,House-G,2016_House-G_NE-2,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2016-10-23,2016-11-08,16,400,Brad Ashford,10388,DEM,44,47.7274303869473,Don Bacon,10389,REP,48,48.928923234873814,-4,-1.2014928479265166 +49211,77124,6005,2016,NE-2,House-G,2016_House-G_NE-2,Singularis Group,306,FALSE,FALSE,IVR,REP,2016-10-26,2016-11-08,13,1482,Brad Ashford,10388,DEM,45,47.7274303869473,Don Bacon,10389,REP,47,48.928923234873814,-2,-1.2014928479265166 +51132,82806,6009,2016,NV-3,House-G,2016_House-G_NV-3,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-09-27,2016-11-08,42,458,Jacky Rosen,10530,DEM,40,47.230377890617206,Danny Tarkanian,10531,REP,37,45.96238137656248,3,1.2679965140547225 +51133,80892,6009,2016,NV-3,House-G,2016_House-G_NV-3,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2016-09-28,2016-11-08,41,400,Jacky Rosen,10530,DEM,37,47.230377890617206,Danny Tarkanian,10531,REP,42,45.96238137656248,-5,1.2679965140547225 +51085,80839,6009,2016,NV-3,House-G,2016_House-G_NV-3,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2016-10-12,2016-11-08,27,400,Jacky Rosen,10530,DEM,33,47.230377890617206,Danny Tarkanian,10531,REP,38,45.96238137656248,-5,1.2679965140547225 +51072,80823,6009,2016,NV-3,House-G,2016_House-G_NV-3,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2016-10-15,2016-11-08,24,403,Jacky Rosen,10530,DEM,44,47.230377890617206,Danny Tarkanian,10531,REP,37,45.96238137656248,7,1.2679965140547225 +51071,82807,6010,2016,NV-4,House-G,2016_House-G_NV-4,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-10-15,2016-11-08,24,400,Ruben J. Kihuen,10528,DEM,40,48.51869127239078,Cresent Hardy,10529,REP,38,44.50997946179367,2,4.008711810597113 +51165,80940,6011,2016,NH-1,House-G,2016_House-G_NH-1,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2016-09-16,2016-11-08,53,427,Carol Shea-Porter,10369,DEM,38,44.2860890093556,Frank C. Guinta,10370,REP,41,42.946139721955056,-3,1.3399492874005432 +51144,145423,6011,2016,NH-1,House-G,2016_House-G_NH-1,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-09-20,2016-11-08,49,400,Carol Shea-Porter,10369,DEM,44,44.2860890093556,Frank C. Guinta,10370,REP,34,42.946139721955056,10,1.3399492874005432 +48508,81551,6011,2016,NH-1,House-G,2016_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,344,Carol Shea-Porter,10369,DEM,44,44.2860890093556,Frank C. Guinta,10370,REP,32,42.946139721955056,12,1.3399492874005432 +47326,77132,6011,2016,NH-1,House-G,2016_House-G_NH-1,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-19,2016-11-08,20,380,Carol Shea-Porter,10369,DEM,41,44.2860890093556,Frank C. Guinta,10370,REP,37,42.946139721955056,4,1.3399492874005432 +48499,77121,6011,2016,NH-1,House-G,2016_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,239,Carol Shea-Porter,10369,DEM,37,44.2860890093556,Frank C. Guinta,10370,REP,33,42.946139721955056,4,1.3399492874005432 +48503,77109,6011,2016,NH-1,House-G,2016_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,219,Carol Shea-Porter,10369,DEM,40,44.2860890093556,Frank C. Guinta,10370,REP,33,42.946139721955056,7,1.3399492874005432 +48497,77097,6011,2016,NH-1,House-G,2016_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,323,Carol Shea-Porter,10369,DEM,42,44.2860890093556,Frank C. Guinta,10370,REP,33,42.946139721955056,9,1.3399492874005432 +48508,81552,6012,2016,NH-2,House-G,2016_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,334,Ann McLane Kuster,10372,DEM,54,49.747937998738976,Jim Lawrence,10373,REP,24,45.31267385430902,30,4.435264144429958 +47326,77131,6012,2016,NH-2,House-G,2016_House-G_NH-2,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-19,2016-11-08,20,382,Ann McLane Kuster,10372,DEM,53,49.747937998738976,Jim Lawrence,10373,REP,42,45.31267385430902,11,4.435264144429958 +48499,77122,6012,2016,NH-2,House-G,2016_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-28,2016-11-08,11,237,Ann McLane Kuster,10372,DEM,48,49.747937998738976,Jim Lawrence,10373,REP,33,45.31267385430902,15,4.435264144429958 +48503,77110,6012,2016,NH-2,House-G,2016_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,221,Ann McLane Kuster,10372,DEM,55,49.747937998738976,Jim Lawrence,10373,REP,32,45.31267385430902,23,4.435264144429958 +48497,77098,6012,2016,NH-2,House-G,2016_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,322,Ann McLane Kuster,10372,DEM,53,49.747937998738976,Jim Lawrence,10373,REP,32,45.31267385430902,21,4.435264144429958 +50597,79845,6014,2016,NJ-2,House-G,2016_House-G_NJ-2,Stockton University,317,TRUE,FALSE,Live Phone,NA,2016-10-21,2016-11-08,18,625,David H. Cole,10505,DEM,33.5,37.21956379388506,Frank A. LoBiondo,10506,REP,59,59.21456035191994,-25.5,-21.994996558034885 +51123,80880,6017,2016,NJ-5,House-G,2016_House-G_NJ-5,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2016-10-01,2016-11-08,38,401,Josh Gottheimer,10538,DEM,48,51.106452157381824,Scott Garrett,10539,REP,41,46.695153404935134,7,4.41129875244669 +51100,80855,6017,2016,NJ-5,House-G,2016_House-G_NJ-5,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-10,2016-11-08,29,527,Josh Gottheimer,10538,DEM,47,51.106452157381824,Scott Garrett,10539,REP,41,46.695153404935134,6,4.41129875244669 +51261,81081,6019,2016,NJ-7,House-G,2016_House-G_NJ-7,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2016-10-21,2016-11-08,18,982,Peter Jacob,10608,DEM,45,43.12366318913964,Leonard Lance,10609,REP,45,54.08354795058711,0,-10.95988476144747 +46952,145424,6025,2016,NM-1,House-G,2016_House-G_NM-1,Zia Poll,393,FALSE,FALSE,IVR,NA,2016-09-24,2016-11-08,45,593,Michelle Lujan Grisham,10544,DEM,53,65.147301658110493,Richard Priem,10545,REP,33,34.85269834188951,20,30.294603316220986 +46953,80834,6025,2016,NM-1,House-G,2016_House-G_NM-1,Zia Poll,393,FALSE,FALSE,IVR/Text-to-Web,NA,2016-10-11,2016-11-08,28,512,Michelle Lujan Grisham,10544,DEM,53,65.147301658110493,Richard Priem,10545,REP,33,34.85269834188951,20,30.294603316220986 +46952,145425,6026,2016,NM-2,House-G,2016_House-G_NM-2,Zia Poll,393,FALSE,FALSE,IVR,NA,2016-09-24,2016-11-08,45,410,Merrie Lee Soules,10546,DEM,32,37.24898062643947,Stevan Pearce,10547,REP,55,62.72042724098297,-23,-25.471446614543503 +46953,80835,6026,2016,NM-2,House-G,2016_House-G_NM-2,Zia Poll,393,FALSE,FALSE,IVR/Text-to-Web,NA,2016-10-11,2016-11-08,28,512,Merrie Lee Soules,10546,DEM,32,37.24898062643947,Stevan Pearce,10547,REP,55,62.72042724098297,-23,-25.471446614543503 +46952,145426,6027,2016,NM-3,House-G,2016_House-G_NM-3,Zia Poll,393,FALSE,FALSE,IVR,NA,2016-09-24,2016-11-08,45,457,Ben Ray Luján,10548,DEM,46,62.417045313197384,Michael H. Romero,10549,REP,33,37.58295468680261,13,24.834090626394776 +46953,80836,6027,2016,NM-3,House-G,2016_House-G_NM-3,Zia Poll,393,FALSE,FALSE,IVR/Text-to-Web,NA,2016-10-11,2016-11-08,28,512,Ben Ray Luján,10548,DEM,46,62.417045313197384,Michael H. Romero,10549,REP,33,37.58295468680261,13,24.834090626394776 +51128,80885,6028,2016,NY-1,House-G,2016_House-G_NY-1,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-10-01,2016-11-08,38,661,Anna Throne-Holst,10409,DEM,38,39.098150606687454,Lee M. Zeldin,10410,REP,53,48.90827132668499,-15,-9.810120719997535 +49223,77141,6028,2016,NY-1,House-G,2016_House-G_NY-1,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-10-29,2016-11-08,10,607,Anna Throne-Holst,10409,DEM,36,39.098150606687454,Lee M. Zeldin,10410,REP,57,48.90827132668499,-21,-9.810120719997535 +51143,80906,6030,2016,NY-3,House-G,2016_House-G_NY-3,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-09-20,2016-11-08,49,400,Thomas Suozzi,10382,DEM,55,52.9754451756956,Jack M. Martins,10383,REP,38,41.31144103079685,17,11.664004144898747 +51130,80889,6030,2016,NY-3,House-G,2016_House-G_NY-3,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-10-02,2016-11-08,37,613,Thomas Suozzi,10382,DEM,50,52.9754451756956,Jack M. Martins,10383,REP,34,41.31144103079685,16,11.664004144898747 +51068,80819,6030,2016,NY-3,House-G,2016_House-G_NY-3,Clout Research,55,FALSE,FALSE,IVR,REP,2016-10-16,2016-11-08,23,602,Thomas Suozzi,10382,DEM,43,52.9754451756956,Jack M. Martins,10383,REP,43,41.31144103079685,0,11.664004144898747 +49206,77113,6030,2016,NY-3,House-G,2016_House-G_NY-3,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-10-31,2016-11-08,8,614,Thomas Suozzi,10382,DEM,47,52.9754451756956,Jack M. Martins,10383,REP,40,41.31144103079685,7,11.664004144898747 +51169,80944,6046,2016,NY-19,House-G,2016_House-G_NY-19,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-09-13,2016-11-08,56,532,Zephyr R. Teachout,10384,DEM,47,40.94612078774048,John J. Faso,10385,REP,42,44.18036890388604,5,-3.234248116145558 +51141,80904,6046,2016,NY-19,House-G,2016_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-09-21,2016-11-08,48,678,Zephyr R. Teachout,10384,DEM,42,40.94612078774048,John J. Faso,10385,REP,43,44.18036890388604,-1,-3.234248116145558 +49225,77143,6046,2016,NY-19,House-G,2016_House-G_NY-19,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2016-10-23,2016-11-08,16,1218,Zephyr R. Teachout,10384,DEM,44,40.94612078774048,John J. Faso,10385,REP,41,44.18036890388604,3,-3.234248116145558 +49209,77120,6046,2016,NY-19,House-G,2016_House-G_NY-19,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-10-29,2016-11-08,10,598,Zephyr R. Teachout,10384,DEM,45,40.94612078774048,John J. Faso,10385,REP,42,44.18036890388604,3,-3.234248116145558 +50596,79844,6046,2016,NY-19,House-G,2016_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,605,Zephyr R. Teachout,10384,DEM,42,40.94612078774048,John J. Faso,10385,REP,48,44.18036890388604,-6,-3.234248116145558 +51078,80829,6048,2016,NY-21,House-G,2016_House-G_NY-21,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2016-10-12,2016-11-08,27,400,Mike Derrick,10536,DEM,29,27.866224514500782,Elise M. Stefanik,10537,REP,54,55.97712449469198,-25,-28.110899980191196 +51137,80898,6049,2016,NY-22,House-G,2016_House-G_NY-22,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-09-23,2016-11-08,46,649,Kim A. Myers,10411,DEM,30,36.884224736205304,Claudia Tenney,10412,REP,35,40.67303100911568,-5,-3.788806272910378 +49224,77142,6049,2016,NY-22,House-G,2016_House-G_NY-22,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-11-01,2016-11-08,7,643,Kim A. Myers,10411,DEM,34,36.884224736205304,Claudia Tenney,10412,REP,38,40.67303100911568,-4,-3.788806272910378 +51135,80894,6051,2016,NY-24,House-G,2016_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-09-26,2016-11-08,43,655,Colleen Deacon,10509,DEM,34,36.59202621518296,John Katko,10510,REP,53,49.75919765652152,-19,-13.16717144133856 +50600,79849,6051,2016,NY-24,House-G,2016_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-10-18,2016-11-08,21,673,Colleen Deacon,10509,DEM,31,36.59202621518296,John Katko,10510,REP,54,49.75919765652152,-23,-13.16717144133856 +49222,77140,6110,2016,PA-16,House-G,2016_House-G_PA-16,GBAO,109,FALSE,FALSE,Live Phone,DEM,2016-10-16,2016-11-08,23,400,Christina Marie Hartman,10407,DEM,42,42.892791922823186,Lloyd K. Smucker,10408,REP,45,53.7551032115574,-3,-10.862311288734212 +47343,77134,6122,2016,SD-1,House-G,2016_House-G_SD-1,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-10-19,2016-11-08,20,400,Paula Hawks,10397,DEM,35,35.89721412103045,Kristi Noem,10398,REP,59,64.10278587896954,-24,-28.20557175793909 +47873,80818,6122,2016,SD-1,House-G,2016_House-G_SD-1,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2016-10-25,2016-11-08,14,600,Paula Hawks,10397,DEM,41,35.89721412103045,Kristi Noem,10398,REP,51,64.10278587896954,-10,-28.20557175793909 +46030,80945,6171,2016,UT-4,House-G,2016_House-G_UT-4,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-09-16,2016-11-08,53,409,Doug Owens,10395,DEM,33,41.305828407431285,Mia B. Love,10396,REP,51,53.75588649847579,-18,-12.450058091044504 +51589,81555,6171,2016,UT-4,House-G,2016_House-G_UT-4,Y2 Analytics,389,FALSE,FALSE,Live Phone,REP,2016-09-23,2016-11-08,46,400,Doug Owens,10395,DEM,35,41.305828407431285,Mia B. Love,10396,REP,55,53.75588649847579,-20,-12.450058091044504 +51086,80840,6171,2016,UT-4,House-G,2016_House-G_UT-4,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2016-10-12,2016-11-08,27,500,Doug Owens,10395,DEM,40,41.305828407431285,Mia B. Love,10396,REP,50,53.75588649847579,-10,-12.450058091044504 +49216,77133,6171,2016,UT-4,House-G,2016_House-G_UT-4,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-20,2016-11-08,19,478,Doug Owens,10395,DEM,41,41.305828407431285,Mia B. Love,10396,REP,49,53.75588649847579,-8,-12.450058091044504 +49215,77130,6171,2016,UT-4,House-G,2016_House-G_UT-4,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-10-17,2016-11-08,22,404,Doug Owens,10395,DEM,38,41.305828407431285,Mia B. Love,10396,REP,51,53.75588649847579,-13,-12.450058091044504 +51104,80859,6177,2016,VA-5,House-G,2016_House-G_VA-5,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2016-10-11,2016-11-08,28,400,Jane DeSimone Dittmar,10527,DEM,41,41.57995941203512,Thomas A. Garrett,10526,REP,47,58.2353204991647,-6,-16.655361087129577 +51070,80821,6177,2016,VA-5,House-G,2016_House-G_VA-5,Meeting Street Insights,204,FALSE,FALSE,Live Phone,REP,2016-10-15,2016-11-08,24,400,Jane DeSimone Dittmar,10527,DEM,39,41.57995941203512,Thomas A. Garrett,10526,REP,50,58.2353204991647,-11,-16.655361087129577 +51142,80933,6182,2016,VA-10,House-G,2016_House-G_VA-10,Expedition Strategies,409,FALSE,FALSE,Live Phone,DEM,2016-09-20,2016-11-08,49,600,LuAnn L. Bennett,10562,DEM,40,46.918264460124526,Barbara J. Comstock,10563,REP,50,52.68681748537178,-10,-5.768553025247257 +51097,80852,6182,2016,VA-10,House-G,2016_House-G_VA-10,Expedition Strategies,409,FALSE,FALSE,Live Phone,DEM,2016-10-11,2016-11-08,28,400,LuAnn L. Bennett,10562,DEM,48,46.918264460124526,Barbara J. Comstock,10563,REP,44,52.68681748537178,4,-5.768553025247257 +51105,80860,6197,2016,WI-1,House-G,2016_House-G_WI-1,TargetPoint,331,FALSE,FALSE,IVR/Text,REP,2016-10-09,2016-11-08,30,576,Ryan A. Solen,10566,DEM,39,30.205930923513385,Paul Ryan,10567,REP,61,64.947141102909,-22,-34.741210179395615 +49220,77138,6204,2016,WI-8,House-G,2016_House-G_WI-8,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2016-10-17,2016-11-08,22,400,Tom Nelson,10403,DEM,41,37.29781736214195,Mike Gallagher,10404,REP,52,62.64555500577272,-11,-25.347737643630772 +45919,80955,6205,2016,WY-1,House-G,2016_House-G_WY-1,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2016-09-08,2016-11-08,61,402,Ryan Greene,10318,DEM,30,29.973468479918655,Liz Cheney,10568,REP,46,62.029740721911544,-16,-32.056272241992886 +47345,80864,6205,2016,WY-1,House-G,2016_House-G_WY-1,University of Wyoming Survey & Analysis Center,667,FALSE,FALSE,Live Phone,NA,2016-10-08,2016-11-08,31,722,Ryan Greene,10318,DEM,37,29.973468479918655,Liz Cheney,10568,REP,53,62.029740721911544,-16,-32.056272241992886 +59459,102041,6206,2019,LA,Gov-P,2019_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2019-08-15,2019-10-12,58,600,John Bel Edwards,13259,DEM,52,46.59314125022981,Eddie Rispone,13262,REP,19,27.415274201868133,33,19.17786704836168 +59540,102542,6206,2019,LA,Gov-P,2019_Gov-P_LA,Southern Media & Opinion Research,310,FALSE,FALSE,Live Phone,NA,2019-09-05,2019-10-12,37,500,John Bel Edwards,13259,DEM,47,46.59314125022981,Eddie Rispone,13262,REP,16,27.415274201868133,31,19.17786704836168 +59554,102611,6206,2019,LA,Gov-P,2019_Gov-P_LA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2019-09-10,2019-10-12,32,1144,John Bel Edwards,13259,DEM,45,46.59314125022981,Eddie Rispone,13262,REP,19,27.415274201868133,26,19.17786704836168 +59612,102975,6206,2019,LA,Gov-P,2019_Gov-P_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,NA,2019-09-16,2019-10-12,26,600,John Bel Edwards,13259,DEM,41,46.59314125022981,Eddie Rispone,13262,REP,16,27.415274201868133,25,19.17786704836168 +59630,103041,6206,2019,LA,Gov-P,2019_Gov-P_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,NA,2019-09-20,2019-10-12,22,550,John Bel Edwards,13259,DEM,48,46.59314125022981,Eddie Rispone,13262,REP,22,27.415274201868133,26,19.17786704836168 +59721,103392,6206,2019,LA,Gov-P,2019_Gov-P_LA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2019-09-24,2019-10-12,18,1040,John Bel Edwards,13259,DEM,47,46.59314125022981,Eddie Rispone,13262,REP,20,27.415274201868133,27,19.17786704836168 +59732,103420,6206,2019,LA,Gov-P,2019_Gov-P_LA,We Ask America,376,FALSE,FALSE,IVR/Live Phone,NA,2019-09-25,2019-10-12,17,600,John Bel Edwards,13259,DEM,47,46.59314125022981,Eddie Rispone,13262,REP,23,27.415274201868133,24,19.17786704836168 +59862,103861,6206,2019,LA,Gov-P,2019_Gov-P_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2019-10-03,2019-10-12,9,625,John Bel Edwards,13259,DEM,45,46.59314125022981,Eddie Rispone,13262,REP,22,27.415274201868133,23,19.17786704836168 +59859,103853,6206,2019,LA,Gov-P,2019_Gov-P_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,NA,2019-10-04,2019-10-12,8,600,John Bel Edwards,13259,DEM,47,46.59314125022981,Eddie Rispone,13262,REP,22,27.415274201868133,25,19.17786704836168 +59901,103950,6206,2019,LA,Gov-P,2019_Gov-P_LA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2019-10-06,2019-10-12,6,467,John Bel Edwards,13259,DEM,47.9,46.59314125022981,Eddie Rispone,13262,REP,24.8,27.415274201868133,23.099999999999998,19.17786704836168 +59914,103981,6206,2019,LA,Gov-P,2019_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2019-10-04,2019-10-12,8,600,John Bel Edwards,13259,DEM,51,46.59314125022981,Eddie Rispone,13262,REP,19,27.415274201868133,32,19.17786704836168 +59935,104112,6206,2019,LA,Gov-P,2019_Gov-P_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,NA,2019-10-07,2019-10-12,5,600,John Bel Edwards,13259,DEM,43,46.59314125022981,Eddie Rispone,13262,REP,21,27.415274201868133,22,19.17786704836168 +60045,104310,6206,2019,LA,Gov-P,2019_Gov-P_LA,Spry Strategies,508,FALSE,FALSE,IVR/Online Panel,REP,2019-10-08,2019-10-12,4,700,John Bel Edwards,13259,DEM,38.7,46.59314125022981,Eddie Rispone,13262,REP,24.95,27.415274201868133,13.750000000000004,19.17786704836168 +60037,104300,6206,2019,LA,Gov-P,2019_Gov-P_LA,Market Research Insight,185,FALSE,FALSE,Live Phone,NA,2019-10-09,2019-10-12,3,600,John Bel Edwards,13259,DEM,52,46.59314125022981,Eddie Rispone,13262,REP,22,27.415274201868133,30,19.17786704836168 +60044,104309,6206,2019,LA,Gov-P,2019_Gov-P_LA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2019-10-09,2019-10-12,3,1070,John Bel Edwards,13259,DEM,48.3,46.59314125022981,Eddie Rispone,13262,REP,24.9,27.415274201868133,23.4,19.17786704836168 +60039,104303,6206,2019,LA,Gov-P,2019_Gov-P_LA,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2019-10-07,2019-10-12,5,1525,John Bel Edwards,13259,DEM,48,46.59314125022981,Eddie Rispone,13262,REP,26,27.415274201868133,22,19.17786704836168 +59764,103590,6207,2019,MS,Gov-G,2019_Gov-G_MS,Hickman Analytics,415,FALSE,FALSE,Live Phone,DEM,2019-09-24,2019-11-05,42,500,Jim Hood,13274,DEM,45,46.82595198839205,Tate Reeves,13275,REP,42,51.91437330985828,3,-5.088421321466228 +62240,111206,6207,2019,MS,Gov-G,2019_Gov-G_MS,Hickman Analytics,415,FALSE,FALSE,Live Phone,DEM,2019-10-15,2019-11-05,21,508,Jim Hood,13274,DEM,46,46.82595198839205,Tate Reeves,13275,REP,42,51.91437330985828,4,-5.088421321466228 +62238,111204,6207,2019,MS,Gov-G,2019_Gov-G_MS,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2019-10-18,2019-11-05,18,625,Jim Hood,13274,DEM,43,46.82595198839205,Tate Reeves,13275,REP,46,51.91437330985828,-3,-5.088421321466228 +62456,111801,6207,2019,MS,Gov-G,2019_Gov-G_MS,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2019-10-17,2019-11-05,19,384,Jim Hood,13274,DEM,46,46.82595198839205,Tate Reeves,13275,REP,47,51.91437330985828,-1,-5.088421321466228 +62475,112040,6207,2019,MS,Gov-G,2019_Gov-G_MS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2019-10-15,2019-11-05,21,1002,Jim Hood,13274,DEM,40,46.82595198839205,Tate Reeves,13275,REP,47,51.91437330985828,-7,-5.088421321466228 +60099,104544,6208,2019,KY,Gov-G,2019_Gov-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2019-10-12,2019-11-05,24,625,Andy Beshear,13270,DEM,46,49.19123317970818,Matthew G. Bevin,13271,REP,46,48.835338359931896,0,0.3558948197762817 +62455,111799,6208,2019,KY,Gov-G,2019_Gov-G_KY,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2019-10-17,2019-11-05,19,401,Andy Beshear,13270,DEM,55,49.19123317970818,Matthew G. Bevin,13271,REP,36,48.835338359931896,19,0.3558948197762817 +62574,112824,6208,2019,KY,Gov-G,2019_Gov-G_KY,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2019-10-31,2019-11-05,5,1117,Andy Beshear,13270,DEM,46.5,49.19123317970818,Matthew G. Bevin,13271,REP,52.4,48.835338359931896,-5.899999999999999,0.3558948197762817 +56373,90620,6209,2018,MS,Sen-G,2018_Sen-SR_MS,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-15,2018-11-27,43,511,Mike Espy,13168,DEM,36,46.36674350035479,Cindy Hyde-Smith,13169,REP,50,53.63325649964521,-14,-7.266512999290427 +56921,91850,6209,2018,MS,Sen-G,2018_Sen-SR_MS,JMC Analytics/Bold Blue Campaigns,503,FALSE,TRUE,Live Phone,NA,2018-11-21,2018-11-27,6,684,Mike Espy,13168,DEM,44,46.36674350035479,Cindy Hyde-Smith,13169,REP,54,53.63325649964521,-10,-7.266512999290427 +56923,91852,6209,2018,MS,Sen-G,2018_Sen-SR_MS,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-11-25,2018-11-27,2,1211,Mike Espy,13168,DEM,46,46.36674350035479,Cindy Hyde-Smith,13169,REP,51,53.63325649964521,-5,-7.266512999290427 +70887,132666,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-05,2020-11-03,59,10478,Joe Biden,13256,DEM,52.16,51.06781524282115,Donald Trump,13254,REP,46.24,46.67188775435952,5.919999999999995,4.395927488461631 +68500,128334,6210,2020,US,Pres-G,2020_Pres-G_US,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-09-05,2020-11-03,59,1114,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,8,4.395927488461631 +68541,128318,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-09-05,2020-11-03,59,840,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,6,4.395927488461631 +68561,128358,6210,2020,US,Pres-G,2020_Pres-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,1902,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,6,4.395927488461631 +69515,129497,6210,2020,US,Pres-G,2020_Pres-G_US,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-09-04,2020-11-03,60,1039,Joe Biden,13256,DEM,47.5,51.06781524282115,Donald Trump,13254,REP,46.3,46.67188775435952,1.2000000000000028,4.395927488461631 +68552,128330,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-06,2020-11-03,58,12000,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,6,4.395927488461631 +71734,134397,6210,2020,US,Pres-G,2020_Pres-G_US,Cygnal,67,FALSE,FALSE,Online Panel,NA,2020-09-06,2020-11-03,58,2000,Joe Biden,13256,DEM,47.2,51.06781524282115,Donald Trump,13254,REP,39.6,46.67188775435952,7.600000000000001,4.395927488461631 +68560,128355,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-09-05,2020-11-03,59,2013,Joe Biden,13256,DEM,47.02,51.06781524282115,Donald Trump,13254,REP,40.79,46.67188775435952,6.230000000000004,4.395927488461631 +69628,129816,6210,2020,US,Pres-G,2020_Pres-G_US,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-05,2020-11-03,59,1202,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +68568,128389,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-07,2020-11-03,57,1611,Joe Biden,13256,DEM,49.32,51.06781524282115,Donald Trump,13254,REP,40.25,46.67188775435952,9.07,4.395927488461631 +68553,128332,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-07,2020-11-03,57,1057,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +68526,128377,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-09-07,2020-11-03,57,2832,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,8,4.395927488461631 +68539,128314,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-05,2020-11-03,59,823,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,12,4.395927488461631 +68558,128423,6210,2020,US,Pres-G,2020_Pres-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-05,2020-11-03,59,758,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,7,4.395927488461631 +68556,128349,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-09-05,2020-11-03,59,2500,Joe Biden,13256,DEM,47.6,51.06781524282115,Donald Trump,13254,REP,45.93,46.67188775435952,1.6700000000000017,4.395927488461631 +70890,132669,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-08,2020-11-03,56,13466,Joe Biden,13256,DEM,52.16,51.06781524282115,Donald Trump,13254,REP,45.73,46.67188775435952,6.43,4.395927488461631 +69679,129901,6210,2020,US,Pres-G,2020_Pres-G_US,Climate Nexus,506,FALSE,FALSE,Online Panel,NA,2020-09-08,2020-11-03,56,1244,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,11,4.395927488461631 +69456,129355,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-09,2020-11-03,55,12000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +70559,131629,6210,2020,US,Pres-G,2020_Pres-G_US,Socioanalítica Research,620,FALSE,FALSE,Online Panel,NA,2020-09-09,2020-11-03,55,707,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,8,4.395927488461631 +69422,129302,6210,2020,US,Pres-G,2020_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-09-09,2020-11-03,55,1191,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,46,46.67188775435952,5,4.395927488461631 +69409,129264,6210,2020,US,Pres-G,2020_Pres-G_US,Opinium,559,FALSE,FALSE,Online Panel,NA,2020-09-07,2020-11-03,57,1234,Joe Biden,13256,DEM,51.24,51.06781524282115,Donald Trump,13254,REP,42.23,46.67188775435952,9.010000000000005,4.395927488461631 +69412,129269,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-10,2020-11-03,54,1216,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,10,4.395927488461631 +70893,132672,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-11,2020-11-03,53,17462,Joe Biden,13256,DEM,53.6,51.06781524282115,Donald Trump,13254,REP,44.36,46.67188775435952,9.240000000000002,4.395927488461631 +69439,129331,6210,2020,US,Pres-G,2020_Pres-G_US,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-09-11,2020-11-03,53,941,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,5,4.395927488461631 +69459,129358,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,12965,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +69451,129349,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,833,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,6,4.395927488461631 +69483,129431,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-09-12,2020-11-03,52,2065,Joe Biden,13256,DEM,46.19,51.06781524282115,Donald Trump,13254,REP,42.3,46.67188775435952,3.8900000000000006,4.395927488461631 +69514,129540,6210,2020,US,Pres-G,2020_Pres-G_US,AP-NORC,397,TRUE,FALSE,Live Phone/Probability Panel,NA,2020-09-13,2020-11-03,51,1108,Joe Biden,13256,DEM,44,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,4,4.395927488461631 +69468,129386,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,3758,Joe Biden,13256,DEM,45,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,6,4.395927488461631 +69476,129537,6210,2020,US,Pres-G,2020_Pres-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,1007,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,11,4.395927488461631 +69571,129617,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,1277,Joe Biden,13256,DEM,55,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,10,4.395927488461631 +69572,129618,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,1144,Joe Biden,13256,DEM,56,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,12,4.395927488461631 +70896,132675,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,14750,Joe Biden,13256,DEM,53.94,51.06781524282115,Donald Trump,13254,REP,43.82,46.67188775435952,10.119999999999997,4.395927488461631 +69531,129536,6210,2020,US,Pres-G,2020_Pres-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,809,Joe Biden,13256,DEM,52.81,51.06781524282115,Donald Trump,13254,REP,42.21,46.67188775435952,10.600000000000001,4.395927488461631 +69478,129407,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,1062,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,9,4.395927488461631 +69482,129430,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,859,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,9,4.395927488461631 +69485,129434,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-09-12,2020-11-03,52,2500,Joe Biden,13256,DEM,46.11,51.06781524282115,Donald Trump,13254,REP,46.6,46.67188775435952,-0.490000000000002,4.395927488461631 +69693,129945,6210,2020,US,Pres-G,2020_Pres-G_US,Marquette University Law School,195,TRUE,FALSE,Live Phone/Probability Panel,NA,2020-09-12,2020-11-03,52,1357,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,10,4.395927488461631 +69653,129856,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,12000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +69563,129605,6210,2020,US,Pres-G,2020_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,1000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +72155,135309,6210,2020,US,Pres-G,2020_Pres-G_US,GBAO,109,FALSE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,1150,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,12,4.395927488461631 +69541,129556,6210,2020,US,Pres-G,2020_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,723,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,7,4.395927488461631 +69558,129591,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-16,2020-11-03,48,2070,Joe Biden,13256,DEM,48.57,51.06781524282115,Donald Trump,13254,REP,41.47,46.67188775435952,7.100000000000001,4.395927488461631 +69548,129572,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-16,2020-11-03,48,834,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,9,4.395927488461631 +69549,129578,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-16,2020-11-03,48,1223,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,6,4.395927488461631 +70899,132678,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-17,2020-11-03,47,16194,Joe Biden,13256,DEM,52.46,51.06781524282115,Donald Trump,13254,REP,45.32,46.67188775435952,7.140000000000001,4.395927488461631 +69656,129859,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-18,2020-11-03,46,12000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +69621,129806,6210,2020,US,Pres-G,2020_Pres-G_US,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-09-18,2020-11-03,46,773,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,6,4.395927488461631 +69590,129685,6210,2020,US,Pres-G,2020_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Online Panel,NA,2020-09-18,2020-11-03,46,962,Joe Biden,13256,DEM,49.5,51.06781524282115,Donald Trump,13254,REP,43.9,46.67188775435952,5.600000000000001,4.395927488461631 +69631,129820,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,1988,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,7,4.395927488461631 +69636,129828,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,830,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,7,4.395927488461631 +69680,129902,6210,2020,US,Pres-G,2020_Pres-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,1430,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,9,4.395927488461631 +69692,129944,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-09-19,2020-11-03,45,2134,Joe Biden,13256,DEM,46.4,51.06781524282115,Donald Trump,13254,REP,38.57,46.67188775435952,7.829999999999998,4.395927488461631 +70902,132681,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-20,2020-11-03,44,9248,Joe Biden,13256,DEM,51.45,51.06781524282115,Donald Trump,13254,REP,46.45,46.67188775435952,5,4.395927488461631 +70532,131527,6210,2020,US,Pres-G,2020_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2020-09-14,2020-11-03,50,5482,Joe Biden,13256,DEM,52.35,51.06781524282115,Donald Trump,13254,REP,41.69,46.67188775435952,10.660000000000004,4.395927488461631 +69959,130281,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-09-20,2020-11-03,44,2803,Joe Biden,13256,DEM,45,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,5,4.395927488461631 +69673,129995,6210,2020,US,Pres-G,2020_Pres-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,1230,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,11,4.395927488461631 +69696,129950,6210,2020,US,Pres-G,2020_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,1302,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +70781,132422,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,DEM,2020-09-16,2020-11-03,48,2006,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,37,46.67188775435952,10,4.395927488461631 +70033,130450,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-21,2020-11-03,43,12000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,7,4.395927488461631 +70669,132162,6210,2020,US,Pres-G,2020_Pres-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,740,Joe Biden,13256,DEM,55.36,51.06781524282115,Donald Trump,13254,REP,42.02,46.67188775435952,13.339999999999996,4.395927488461631 +69689,129917,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-21,2020-11-03,43,1124,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,7,4.395927488461631 +69980,130323,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-20,2020-11-03,44,889,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,8,4.395927488461631 +69691,129943,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-09-19,2020-11-03,45,3000,Joe Biden,13256,DEM,48.03,51.06781524282115,Donald Trump,13254,REP,47.02,46.67188775435952,1.009999999999998,4.395927488461631 +70110,130618,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-18,2020-11-03,46,2000,Joe Biden,13256,DEM,53.2,51.06781524282115,Donald Trump,13254,REP,41.9,46.67188775435952,11.300000000000004,4.395927488461631 +71353,133619,6210,2020,US,Pres-G,2020_Pres-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone/Probability Panel,NA,2020-09-15,2020-11-03,49,1736,Joe Biden,13256,DEM,57,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,15,4.395927488461631 +69963,130289,6210,2020,US,Pres-G,2020_Pres-G_US,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-09-22,2020-11-03,42,1000,Joe Biden,13256,DEM,49.62,51.06781524282115,Donald Trump,13254,REP,46.58,46.67188775435952,3.039999999999999,4.395927488461631 +69979,130320,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,2500,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,9,4.395927488461631 +69953,130269,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,1125,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,5,4.395927488461631 +70029,130446,6210,2020,US,Pres-G,2020_Pres-G_US,J.L. Partners,619,FALSE,FALSE,Online Panel,NA,2020-09-18,2020-11-03,46,4053,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,10,4.395927488461631 +70905,132684,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-23,2020-11-03,41,22170,Joe Biden,13256,DEM,52.37,51.06781524282115,Donald Trump,13254,REP,45.27,46.67188775435952,7.099999999999994,4.395927488461631 +69986,130337,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-23,2020-11-03,41,934,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,9,4.395927488461631 +69990,130350,6210,2020,US,Pres-G,2020_Pres-G_US,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-23,2020-11-03,41,950,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,8,4.395927488461631 +70022,130433,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-09-23,2020-11-03,41,1237,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,48,46.67188775435952,4,4.395927488461631 +69989,130346,6210,2020,US,Pres-G,2020_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-09-23,2020-11-03,41,739,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,6,4.395927488461631 +70036,130453,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,12000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +70013,130421,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,2768,Joe Biden,13256,DEM,45,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,5,4.395927488461631 +70009,130408,6210,2020,US,Pres-G,2020_Pres-G_US,Echelon Insights,407,FALSE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,1018,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,9,4.395927488461631 +70040,130458,6210,2020,US,Pres-G,2020_Pres-G_US,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-09-25,2020-11-03,39,752,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,6,4.395927488461631 +72318,135678,6210,2020,US,Pres-G,2020_Pres-G_US,"Long Island University Steven S. Hornstein Center for Policy, Polling, and Analysis",633,FALSE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,1508,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,30,46.67188775435952,18,4.395927488461631 +70908,132687,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,15443,Joe Biden,13256,DEM,51.74,51.06781524282115,Donald Trump,13254,REP,46.07,46.67188775435952,5.670000000000002,4.395927488461631 +70050,130490,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,2445,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,10,4.395927488461631 +70043,130464,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,854,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,7,4.395927488461631 +70699,132390,6210,2020,US,Pres-G,2020_Pres-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,833,Joe Biden,13256,DEM,45.5,51.06781524282115,Donald Trump,13254,REP,43.4,46.67188775435952,2.1000000000000014,4.395927488461631 +70011,130419,6210,2020,US,Pres-G,2020_Pres-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-26,2020-11-03,38,809,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,5,4.395927488461631 +70067,130521,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-09-26,2020-11-03,38,2273,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,10,4.395927488461631 +70567,131643,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-27,2020-11-03,37,12000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +70084,130635,6210,2020,US,Pres-G,2020_Pres-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2020-09-27,2020-11-03,37,1002,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +70075,130545,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-27,2020-11-03,37,864,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,9,4.395927488461631 +70065,130518,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-09-26,2020-11-03,38,3000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +70911,132690,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-29,2020-11-03,35,24292,Joe Biden,13256,DEM,51.78,51.06781524282115,Donald Trump,13254,REP,46.19,46.67188775435952,5.590000000000003,4.395927488461631 +70105,130599,6210,2020,US,Pres-G,2020_Pres-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-29,2020-11-03,35,925,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,13,4.395927488461631 +70071,130535,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-29,2020-11-03,35,1350,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,8,4.395927488461631 +72212,135469,6210,2020,US,Pres-G,2020_Pres-G_US,The Winston Group,385,TRUE,FALSE,Online Panel,REP,2020-09-28,2020-11-03,36,1000,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,4,4.395927488461631 +70570,131646,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,12000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +70122,130649,6210,2020,US,Pres-G,2020_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,1021,Joe Biden,13256,DEM,48.6,51.06781524282115,Donald Trump,13254,REP,45.9,46.67188775435952,2.700000000000003,4.395927488461631 +70136,130667,6210,2020,US,Pres-G,2020_Pres-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,1146,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,10,4.395927488461631 +70142,130682,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,928,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,7,4.395927488461631 +70547,131594,6210,2020,US,Pres-G,2020_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2020-09-30,2020-11-03,34,800,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,14,4.395927488461631 +72317,135677,6210,2020,US,Pres-G,2020_Pres-G_US,"Long Island University Steven S. Hornstein Center for Policy, Polling, and Analysis",633,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,1502,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,31,46.67188775435952,17,4.395927488461631 +70111,130621,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-30,2020-11-03,34,882,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,9,4.395927488461631 +70502,131418,6210,2020,US,Pres-G,2020_Pres-G_US,John Zogby Strategies,583,FALSE,FALSE,Online Panel,NA,2020-10-02,2020-11-03,32,1006,Joe Biden,13256,DEM,47.3,51.06781524282115,Donald Trump,13254,REP,44.9,46.67188775435952,2.3999999999999986,4.395927488461631 +70552,131605,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-01,2020-11-03,33,1345,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,8,4.395927488461631 +70914,132693,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-02,2020-11-03,32,17645,Joe Biden,13256,DEM,52.04,51.06781524282115,Donald Trump,13254,REP,45.73,46.67188775435952,6.310000000000002,4.395927488461631 +70546,131592,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-02,2020-11-03,32,596,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,10,4.395927488461631 +70577,131810,6210,2020,US,Pres-G,2020_Pres-G_US,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-02,2020-11-03,32,763,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +70573,131649,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-03,2020-11-03,31,15478,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +70602,132007,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-03,2020-11-03,31,2127,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,8,4.395927488461631 +70588,131974,6210,2020,US,Pres-G,2020_Pres-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,2167,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +70595,131991,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-10-03,2020-11-03,31,843,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,9,4.395927488461631 +70581,131986,6210,2020,US,Pres-G,2020_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,1001,Joe Biden,13256,DEM,57,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,16,4.395927488461631 +70601,132005,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-03,2020-11-03,31,1114,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +70643,132097,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-10-03,2020-11-03,31,2048,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,38,46.67188775435952,13,4.395927488461631 +70617,132035,6210,2020,US,Pres-G,2020_Pres-G_US,Global Marketing Research Services,621,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-02,2020-11-03,32,971,Joe Biden,13256,DEM,51.91,51.06781524282115,Donald Trump,13254,REP,36.05,46.67188775435952,15.86,4.395927488461631 +70592,131985,6210,2020,US,Pres-G,2020_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2020-09-28,2020-11-03,36,4914,Joe Biden,13256,DEM,52.8,51.06781524282115,Donald Trump,13254,REP,42.25,46.67188775435952,10.549999999999997,4.395927488461631 +70624,132247,6210,2020,US,Pres-G,2020_Pres-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2020-10-04,2020-11-03,30,1011,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,8,4.395927488461631 +70696,132237,6210,2020,US,Pres-G,2020_Pres-G_US,Pew Research Center,253,TRUE,FALSE,Probability Panel,NA,2020-10-02,2020-11-03,32,10543,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +70917,132696,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,20168,Joe Biden,13256,DEM,53.26,51.06781524282115,Donald Trump,13254,REP,44.88,46.67188775435952,8.379999999999995,4.395927488461631 +70668,132160,6210,2020,US,Pres-G,2020_Pres-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,863,Joe Biden,13256,DEM,56.2,51.06781524282115,Donald Trump,13254,REP,40.81,46.67188775435952,15.39,4.395927488461631 +70637,132083,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,1364,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,9,4.395927488461631 +70613,132259,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,2841,Joe Biden,13256,DEM,45,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,5,4.395927488461631 +70655,132122,6210,2020,US,Pres-G,2020_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-10-05,2020-11-03,29,1012,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +70621,132051,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-04,2020-11-03,30,882,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,12,4.395927488461631 +70641,132093,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-03,2020-11-03,31,2500,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,12,4.395927488461631 +70716,132282,6210,2020,US,Pres-G,2020_Pres-G_US,Innovative Research Group,624,FALSE,FALSE,Online Panel,NA,2020-10-03,2020-11-03,31,2435,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,5,4.395927488461631 +70680,132174,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,17249,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +70705,132258,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-07,2020-11-03,27,882,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,12,4.395927488461631 +71965,134905,6210,2020,US,Pres-G,2020_Pres-G_US,Public Opinion Strategies,260,TRUE,FALSE,Online Panel,REP,2020-10-07,2020-11-03,27,1000,Joe Biden,13256,DEM,55,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,14,4.395927488461631 +71105,133112,6210,2020,US,Pres-G,2020_Pres-G_US,Edison Research,739,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-01,2020-11-03,33,1378,Joe Biden,13256,DEM,48.1,51.06781524282115,Donald Trump,13254,REP,34.8,46.67188775435952,13.300000000000004,4.395927488461631 +71448,133813,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-30,2020-11-03,34,2004,Joe Biden,13256,DEM,46.2,51.06781524282115,Donald Trump,13254,REP,38.5,46.67188775435952,7.700000000000003,4.395927488461631 +70920,132699,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-08,2020-11-03,26,34460,Joe Biden,13256,DEM,52.74,51.06781524282115,Donald Trump,13254,REP,45.33,46.67188775435952,7.410000000000004,4.395927488461631 +70718,132284,6210,2020,US,Pres-G,2020_Pres-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-10-08,2020-11-03,26,725,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,12,4.395927488461631 +70749,132359,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-09,2020-11-03,25,12000,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +71001,132875,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,1679,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,8,4.395927488461631 +70739,132337,6210,2020,US,Pres-G,2020_Pres-G_US,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-09,2020-11-03,25,1240,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +70742,132340,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,1366,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +70796,132448,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,841,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,11,4.395927488461631 +70923,132702,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-11,2020-11-03,23,10971,Joe Biden,13256,DEM,51.78,51.06781524282115,Donald Trump,13254,REP,46.17,46.67188775435952,5.609999999999999,4.395927488461631 +71065,133013,6210,2020,US,Pres-G,2020_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,1000,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,11,4.395927488461631 +71355,133625,6210,2020,US,Pres-G,2020_Pres-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone/Probability Panel,NA,2020-10-11,2020-11-03,23,752,Joe Biden,13256,DEM,56,51.06781524282115,Donald Trump,13254,REP,38,46.67188775435952,18,4.395927488461631 +70778,132408,6210,2020,US,Pres-G,2020_Pres-G_US,Opinium,559,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,1397,Joe Biden,13256,DEM,57,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,17,4.395927488461631 +70976,133234,6210,2020,US,Pres-G,2020_Pres-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,1003,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +70996,132858,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-10-10,2020-11-03,24,2053,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,38,46.67188775435952,14,4.395927488461631 +71084,133241,6210,2020,US,Pres-G,2020_Pres-G_US,AP-NORC,397,TRUE,FALSE,Live Phone/Probability Panel,NA,2020-10-10,2020-11-03,24,1121,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,36,46.67188775435952,15,4.395927488461631 +71164,133233,6210,2020,US,Pres-G,2020_Pres-G_US,KFF,419,TRUE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,1015,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,38,46.67188775435952,11,4.395927488461631 +71950,134869,6210,2020,US,Pres-G,2020_Pres-G_US,Public First,628,FALSE,FALSE,Online Panel,NA,2020-10-09,2020-11-03,25,2004,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,34,46.67188775435952,13,4.395927488461631 +71091,133071,6210,2020,US,Pres-G,2020_Pres-G_US,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-09,2020-11-03,25,819,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +70983,132824,6210,2020,US,Pres-G,2020_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-11,2020-11-03,23,866,Joe Biden,13256,DEM,50.7,51.06781524282115,Donald Trump,13254,REP,42.7,46.67188775435952,8,4.395927488461631 +71093,133083,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,12000,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +71526,133968,6210,2020,US,Pres-G,2020_Pres-G_US,J.L. Partners,619,FALSE,FALSE,Online Panel,NA,2020-10-13,2020-11-03,21,844,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +70989,132844,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,1333,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +71008,132886,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,2855,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,7,4.395927488461631 +71009,132887,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-11,2020-11-03,23,882,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,10,4.395927488461631 +71088,133063,6210,2020,US,Pres-G,2020_Pres-G_US,Whitman Insight Strategies,584,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,1103,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,12,4.395927488461631 +71100,133102,6210,2020,US,Pres-G,2020_Pres-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,896,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,11,4.395927488461631 +70995,132857,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-10,2020-11-03,24,2500,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,5,4.395927488461631 +71180,133315,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-14,2020-11-03,20,19668,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,8,4.395927488461631 +71234,133372,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-14,2020-11-03,20,920,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,10,4.395927488461631 +71557,134047,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-14,2020-11-03,20,1897,Joe Biden,13256,DEM,46,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,4,4.395927488461631 +71375,133660,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,12000,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +71369,133646,6210,2020,US,Pres-G,2020_Pres-G_US,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-16,2020-11-03,18,1265,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +71356,133626,6210,2020,US,Pres-G,2020_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-16,2020-11-03,18,949,Joe Biden,13256,DEM,49.6,51.06781524282115,Donald Trump,13254,REP,44.4,46.67188775435952,5.200000000000003,4.395927488461631 +71381,133720,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,21339,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,46,46.67188775435952,7,4.395927488461631 +71464,133849,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,2915,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,11,4.395927488461631 +71518,133956,6210,2020,US,Pres-G,2020_Pres-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-17,2020-11-03,17,2711,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +71362,134017,6210,2020,US,Pres-G,2020_Pres-G_US,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1035,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,8,4.395927488461631 +71373,133650,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1465,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,11,4.395927488461631 +71444,133806,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,821,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,9,4.395927488461631 +71439,133797,6210,2020,US,Pres-G,2020_Pres-G_US,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,987,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,9,4.395927488461631 +71633,134207,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,12000,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +71440,133800,6210,2020,US,Pres-G,2020_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2020-10-12,2020-11-03,22,5488,Joe Biden,13256,DEM,53.51,51.06781524282115,Donald Trump,13254,REP,41.87,46.67188775435952,11.64,4.395927488461631 +71535,133986,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,1136,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +71676,134277,6210,2020,US,Pres-G,2020_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,1426,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,10,4.395927488461631 +71531,134404,6210,2020,US,Pres-G,2020_Pres-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1000,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +71551,134035,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-10-17,2020-11-03,17,2731,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,12,4.395927488461631 +72154,135308,6210,2020,US,Pres-G,2020_Pres-G_US,GBAO,109,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1150,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,13,4.395927488461631 +71742,134417,6210,2020,US,Pres-G,2020_Pres-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-10-20,2020-11-03,14,811,Joe Biden,13256,DEM,53.88,51.06781524282115,Donald Trump,13254,REP,43.69,46.67188775435952,10.190000000000005,4.395927488461631 +71542,134013,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-19,2020-11-03,15,1344,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +71624,134181,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-18,2020-11-03,16,949,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,9,4.395927488461631 +71817,134600,6210,2020,US,Pres-G,2020_Pres-G_US,Echelon Insights,407,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,1006,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,6,4.395927488461631 +71550,134033,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-17,2020-11-03,17,2500,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,46,46.67188775435952,3,4.395927488461631 +71681,134341,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-20,2020-11-03,14,32217,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,46,46.67188775435952,6,4.395927488461631 +71961,134895,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-21,2020-11-03,13,12000,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +71816,134596,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-21,2020-11-03,13,935,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +71821,134612,6210,2020,US,Pres-G,2020_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-21,2020-11-03,13,1029,Joe Biden,13256,DEM,50.7,51.06781524282115,Donald Trump,13254,REP,44.3,46.67188775435952,6.400000000000006,4.395927488461631 +72081,135141,6210,2020,US,Pres-G,2020_Pres-G_US,Spry Strategies,508,FALSE,FALSE,IVR/Live Phone/Text-to-Web,NA,2020-10-22,2020-11-03,12,3500,Joe Biden,13256,DEM,47.87,51.06781524282115,Donald Trump,13254,REP,46.01,46.67188775435952,1.8599999999999994,4.395927488461631 +72422,135885,6210,2020,US,Pres-G,2020_Pres-G_US,Spry Strategies,508,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-22,2020-11-03,12,3500,Joe Biden,13256,DEM,46.34,51.06781524282115,Donald Trump,13254,REP,47.78,46.67188775435952,-1.4399999999999977,4.395927488461631 +71892,134806,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-23,2020-11-03,11,27039,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,46,46.67188775435952,6,4.395927488461631 +71970,134915,6210,2020,US,Pres-G,2020_Pres-G_US,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-23,2020-11-03,11,1842,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,7,4.395927488461631 +72084,135158,6210,2020,US,Pres-G,2020_Pres-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-23,2020-11-03,11,1125,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +72046,135071,6210,2020,US,Pres-G,2020_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2020-10-23,2020-11-03,11,800,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,40,46.67188775435952,11,4.395927488461631 +71964,134898,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-24,2020-11-03,10,15509,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +72204,135435,6210,2020,US,Pres-G,2020_Pres-G_US,Tufts University Public Opinion Lab,666,FALSE,FALSE,Online Panel,NA,2020-10-25,2020-11-03,9,1215,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,7,4.395927488461631 +71973,134919,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-24,2020-11-03,10,1350,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,12,4.395927488461631 +72036,135042,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-10-24,2020-11-03,10,834,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,8,4.395927488461631 +72070,135115,6210,2020,US,Pres-G,2020_Pres-G_US,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,1121,Joe Biden,13256,DEM,50.9,51.06781524282115,Donald Trump,13254,REP,46.7,46.67188775435952,4.199999999999996,4.395927488461631 +72159,135324,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-25,2020-11-03,9,4790,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,10,4.395927488461631 +72160,135332,6210,2020,US,Pres-G,2020_Pres-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,886,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,12,4.395927488461631 +72213,135470,6210,2020,US,Pres-G,2020_Pres-G_US,The Winston Group,385,TRUE,FALSE,Online Panel,REP,2020-10-25,2020-11-03,9,1000,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,5,4.395927488461631 +72294,135634,6210,2020,US,Pres-G,2020_Pres-G_US,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,11714,Joe Biden,13256,DEM,51.4,51.06781524282115,Donald Trump,13254,REP,45.7,46.67188775435952,5.699999999999996,4.395927488461631 +72156,135316,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-10-24,2020-11-03,10,2234,Joe Biden,13256,DEM,49,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,10,4.395927488461631 +72313,135667,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-23,2020-11-03,11,2000,Joe Biden,13256,DEM,53.9,51.06781524282115,Donald Trump,13254,REP,42.5,46.67188775435952,11.399999999999999,4.395927488461631 +72600,136277,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-21,2020-11-03,13,2500,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,11,4.395927488461631 +72188,135405,6210,2020,US,Pres-G,2020_Pres-G_US,Cometrends,631,FALSE,FALSE,Online Panel,NA,2020-10-19,2020-11-03,15,2500,Joe Biden,13256,DEM,56,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,12,4.395927488461631 +72086,135267,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-26,2020-11-03,8,1500,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,48,46.67188775435952,-1,4.395927488461631 +72087,135214,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,29809,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,47,46.67188775435952,4,4.395927488461631 +72319,135679,6210,2020,US,Pres-G,2020_Pres-G_US,"Long Island University Steven S. Hornstein Center for Policy, Polling, and Analysis",633,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1573,Joe Biden,13256,DEM,47,51.06781524282115,Donald Trump,13254,REP,36,46.67188775435952,11,4.395927488461631 +72083,135153,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1365,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,11,4.395927488461631 +72164,135350,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-25,2020-11-03,9,825,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +72168,135360,6210,2020,US,Pres-G,2020_Pres-G_US,Global Marketing Research Services,621,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-25,2020-11-03,9,1006,Joe Biden,13256,DEM,52.5,51.06781524282115,Donald Trump,13254,REP,38.5,46.67188775435952,14,4.395927488461631 +72176,135380,6210,2020,US,Pres-G,2020_Pres-G_US,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1000,Joe Biden,13256,DEM,49.5,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,6.5,4.395927488461631 +72224,135491,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-24,2020-11-03,10,1500,Joe Biden,13256,DEM,52.6,51.06781524282115,Donald Trump,13254,REP,43.5,46.67188775435952,9.100000000000001,4.395927488461631 +72234,135515,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-13,2020-11-03,21,50908,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,8,4.395927488461631 +72194,135421,6210,2020,US,Pres-G,2020_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-26,2020-11-03,8,945,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,45.3,46.67188775435952,4.700000000000003,4.395927488461631 +72211,135462,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,16374,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,9,4.395927488461631 +72238,135525,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,1972,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,46,46.67188775435952,8,4.395927488461631 +72788,136570,6210,2020,US,Pres-G,2020_Pres-G_US,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,2386,Joe Biden,13256,DEM,52.8,51.06781524282115,Donald Trump,13254,REP,45.6,46.67188775435952,7.199999999999996,4.395927488461631 +72163,135342,6210,2020,US,Pres-G,2020_Pres-G_US,J.L. Partners,619,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,844,Joe Biden,13256,DEM,55,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,14,4.395927488461631 +72216,135480,6210,2020,US,Pres-G,2020_Pres-G_US,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,1726,Joe Biden,13256,DEM,50.9,51.06781524282115,Donald Trump,13254,REP,46.2,46.67188775435952,4.699999999999996,4.395927488461631 +72227,135499,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,2359,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,47,46.67188775435952,6,4.395927488461631 +72408,135865,6210,2020,US,Pres-G,2020_Pres-G_US,Angus Reid Global,13,FALSE,FALSE,Online Panel,NA,2020-10-25,2020-11-03,9,2231,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,8,4.395927488461631 +72506,136068,6210,2020,US,Pres-G,2020_Pres-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,1403,Joe Biden,13256,DEM,54,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,10,4.395927488461631 +72343,135729,6210,2020,US,Pres-G,2020_Pres-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-10-28,2020-11-03,6,1246,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,8,4.395927488461631 +72407,135864,6210,2020,US,Pres-G,2020_Pres-G_US,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-28,2020-11-03,6,1281,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,6,4.395927488461631 +72314,135669,6210,2020,US,Pres-G,2020_Pres-G_US,Opinium,559,FALSE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,1252,Joe Biden,13256,DEM,55,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,14,4.395927488461631 +72423,135949,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-29,2020-11-03,5,41768,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,46,46.67188775435952,6,4.395927488461631 +72598,136249,6210,2020,US,Pres-G,2020_Pres-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,14663,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,8,4.395927488461631 +72636,136307,6210,2020,US,Pres-G,2020_Pres-G_US,AYTM,635,FALSE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,700,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,9,4.395927488461631 +72486,136034,6210,2020,US,Pres-G,2020_Pres-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2020-10-30,2020-11-03,4,1000,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +72642,136314,6210,2020,US,Pres-G,2020_Pres-G_US,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-30,2020-11-03,4,1200,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,7,4.395927488461631 +72646,136321,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,1265,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,44,46.67188775435952,8,4.395927488461631 +72789,136571,6210,2020,US,Pres-G,2020_Pres-G_US,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-30,2020-11-03,4,3115,Joe Biden,13256,DEM,51.9,51.06781524282115,Donald Trump,13254,REP,46.3,46.67188775435952,5.600000000000001,4.395927488461631 +72631,136311,6210,2020,US,Pres-G,2020_Pres-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-30,2020-11-03,4,1500,Joe Biden,13256,DEM,48,51.06781524282115,Donald Trump,13254,REP,47,46.67188775435952,1,4.395927488461631 +72648,136323,6210,2020,US,Pres-G,2020_Pres-G_US,John Zogby Strategies,583,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,1008,Joe Biden,13256,DEM,47.8,51.06781524282115,Donald Trump,13254,REP,42.4,46.67188775435952,5.399999999999999,4.395927488461631 +72790,136572,6210,2020,US,Pres-G,2020_Pres-G_US,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-11-01,2020-11-03,2,5174,Joe Biden,13256,DEM,51.8,51.06781524282115,Donald Trump,13254,REP,46.1,46.67188775435952,5.699999999999996,4.395927488461631 +72619,136279,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,1360,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +72644,136319,6210,2020,US,Pres-G,2020_Pres-G_US,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,8765,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,12,4.395927488461631 +72582,136215,6210,2020,US,Pres-G,2020_Pres-G_US,Leger,572,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,827,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,8,4.395927488461631 +72645,136320,6210,2020,US,Pres-G,2020_Pres-G_US,Brandwatch Qriously,610,FALSE,FALSE,Online Ad,NA,2020-10-31,2020-11-03,3,3505,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,41,46.67188775435952,11,4.395927488461631 +72725,136496,6210,2020,US,Pres-G,2020_Pres-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,1880,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,10,4.395927488461631 +72654,136344,6210,2020,US,Pres-G,2020_Pres-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-30,2020-11-03,4,1516,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,39,46.67188775435952,11,4.395927488461631 +72863,136725,6210,2020,US,Pres-G,2020_Pres-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-31,2020-11-03,3,1212,Joe Biden,13256,DEM,50.2,51.06781524282115,Donald Trump,13254,REP,46.2,46.67188775435952,4,4.395927488461631 +72809,136668,6210,2020,US,Pres-G,2020_Pres-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,28240,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,46,46.67188775435952,6,4.395927488461631 +72808,136724,6210,2020,US,Pres-G,2020_Pres-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2020-10-26,2020-11-03,8,5423,Joe Biden,13256,DEM,53.53,51.06781524282115,Donald Trump,13254,REP,42.64,46.67188775435952,10.89,4.395927488461631 +72652,136338,6210,2020,US,Pres-G,2020_Pres-G_US,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,1025,Joe Biden,13256,DEM,50,51.06781524282115,Donald Trump,13254,REP,42,46.67188775435952,8,4.395927488461631 +72714,136475,6210,2020,US,Pres-G,2020_Pres-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,1363,Joe Biden,13256,DEM,53,51.06781524282115,Donald Trump,13254,REP,43,46.67188775435952,10,4.395927488461631 +72717,136487,6210,2020,US,Pres-G,2020_Pres-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-11-01,2020-11-03,2,914,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,45,46.67188775435952,7,4.395927488461631 +73340,137481,6210,2020,US,Pres-G,2020_Pres-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,2297,Joe Biden,13256,DEM,52,51.06781524282115,Donald Trump,13254,REP,48,46.67188775435952,4,4.395927488461631 +73830,138491,6210,2020,US,Pres-G,2020_Pres-G_US,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2020-11-02,2020-11-03,1,2400,Joe Biden,13256,DEM,51,51.06781524282115,Donald Trump,13254,REP,48,46.67188775435952,3,4.395927488461631 +70015,130427,6211,2020,AK,Pres-G,2020_Pres-G_AK,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2020-09-22,2020-11-03,42,602,Joe Biden,13256,DEM,46,42.771952271020496,Donald Trump,13254,REP,47,52.83314327038078,-1,-10.061190999360285 +71298,133505,6211,2020,AK,Pres-G,2020_Pres-G_AK,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web/Email,NA,2020-10-02,2020-11-03,32,600,Joe Biden,13256,DEM,46,42.771952271020496,Donald Trump,13254,REP,49,52.83314327038078,-3,-10.061190999360285 +70622,132052,6211,2020,AK,Pres-G,2020_Pres-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-29,2020-11-03,35,676,Joe Biden,13256,DEM,46,42.771952271020496,Donald Trump,13254,REP,50,52.83314327038078,-4,-10.061190999360285 +71173,133251,6211,2020,AK,Pres-G,2020_Pres-G_AK,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,423,Joe Biden,13256,DEM,39,42.771952271020496,Donald Trump,13254,REP,45,52.83314327038078,-6,-10.061190999360285 +71517,133955,6211,2020,AK,Pres-G,2020_Pres-G_AK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,1001,Joe Biden,13256,DEM,45,42.771952271020496,Donald Trump,13254,REP,52,52.83314327038078,-7,-10.061190999360285 +71560,134052,6211,2020,AK,Pres-G,2020_Pres-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-19,2020-11-03,15,800,Joe Biden,13256,DEM,45,42.771952271020496,Donald Trump,13254,REP,50,52.83314327038078,-5,-10.061190999360285 +72193,135418,6211,2020,AK,Pres-G,2020_Pres-G_AK,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,770,Joe Biden,13256,DEM,43,42.771952271020496,Donald Trump,13254,REP,52,52.83314327038078,-9,-10.061190999360285 +72860,136719,6211,2020,AK,Pres-G,2020_Pres-G_AK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,634,Joe Biden,13256,DEM,45,42.771952271020496,Donald Trump,13254,REP,54,52.83314327038078,-9,-10.061190999360285 +70580,131969,6212,2020,AL,Pres-G,2020_Pres-G_AL,Auburn University at Montgomery Department of Political Science and Public Administration,588,FALSE,FALSE,Online Panel,NA,2020-10-02,2020-11-03,32,1072,Joe Biden,13256,DEM,37.2,36.569990212122335,Donald Trump,13254,REP,56.8,62.0316431668648,-19.599999999999994,-25.461652954742462 +71434,133774,6212,2020,AL,Pres-G,2020_Pres-G_AL,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2020-10-13,2020-11-03,21,504,Joe Biden,13256,DEM,38,36.569990212122335,Donald Trump,13254,REP,55,62.0316431668648,-17,-25.461652954742462 +71516,133954,6212,2020,AL,Pres-G,2020_Pres-G_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,2781,Joe Biden,13256,DEM,38,36.569990212122335,Donald Trump,13254,REP,60,62.0316431668648,-22,-25.461652954742462 +72295,135635,6212,2020,AL,Pres-G,2020_Pres-G_AL,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,266,Joe Biden,13256,DEM,37.2,36.569990212122335,Donald Trump,13254,REP,55.8,62.0316431668648,-18.599999999999994,-25.461652954742462 +72223,135489,6212,2020,AL,Pres-G,2020_Pres-G_AL,Auburn University at Montgomery Department of Political Science and Public Administration,588,FALSE,FALSE,Email,NA,2020-10-25,2020-11-03,9,853,Joe Biden,13256,DEM,38.9,36.569990212122335,Donald Trump,13254,REP,58.1,62.0316431668648,-19.200000000000003,-25.461652954742462 +72591,136229,6212,2020,AL,Pres-G,2020_Pres-G_AL,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1045,Joe Biden,13256,DEM,38,36.569990212122335,Donald Trump,13254,REP,58,62.0316431668648,-20,-25.461652954742462 +72763,136545,6212,2020,AL,Pres-G,2020_Pres-G_AL,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,330,Joe Biden,13256,DEM,37.8,36.569990212122335,Donald Trump,13254,REP,55,62.0316431668648,-17.200000000000003,-25.461652954742462 +72859,136718,6212,2020,AL,Pres-G,2020_Pres-G_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1808,Joe Biden,13256,DEM,36,36.569990212122335,Donald Trump,13254,REP,62,62.0316431668648,-26,-25.461652954742462 +71160,133783,6213,2020,AR,Pres-G,2020_Pres-G_AR,Hendrix College,138,FALSE,FALSE,Live Phone,NA,2020-10-12,2020-11-03,22,647,Joe Biden,13256,DEM,33.5,34.77506195301496,Donald Trump,13254,REP,58,62.39572985614432,-24.5,-27.62066790312936 +71515,133953,6213,2020,AR,Pres-G,2020_Pres-G_AR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,1707,Joe Biden,13256,DEM,40,34.77506195301496,Donald Trump,13254,REP,58,62.39572985614432,-18,-27.62066790312936 +72141,135272,6213,2020,AR,Pres-G,2020_Pres-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2020-10-15,2020-11-03,19,591,Joe Biden,13256,DEM,32,34.77506195301496,Donald Trump,13254,REP,65,62.39572985614432,-33,-27.62066790312936 +72858,136717,6213,2020,AR,Pres-G,2020_Pres-G_AR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1309,Joe Biden,13256,DEM,38,34.77506195301496,Donald Trump,13254,REP,61,62.39572985614432,-23,-27.62066790312936 +68533,128308,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,470,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,4,0.308709583901873 +69429,129311,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone,NA,2020-09-09,2020-11-03,55,600,Joe Biden,13256,DEM,52,49.364690614366616,Donald Trump,13254,REP,42,49.05598103046474,10,0.308709583901873 +69420,129280,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-09-10,2020-11-03,54,684,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,48,49.05598103046474,2,0.308709583901873 +69423,129303,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-10,2020-11-03,54,1106,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,44,49.05598103046474,3,0.308709583901873 +72069,135110,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web/Email,DEM,2020-09-12,2020-11-03,52,679,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,3,0.308709583901873 +69500,129466,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,KFF,419,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2020-09-06,2020-11-03,58,1298,Joe Biden,13256,DEM,45,49.364690614366616,Donald Trump,13254,REP,40,49.05598103046474,5,0.308709583901873 +69513,129489,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,420,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,0,0.308709583901873 +69523,129506,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,653,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,40,49.05598103046474,9,0.308709583901873 +69542,129560,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,855,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,42,49.05598103046474,5,0.308709583901873 +69698,129958,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,565,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,1,0.308709583901873 +69944,130254,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,REP,2020-09-16,2020-11-03,48,550,Joe Biden,13256,DEM,49.3,49.364690614366616,Donald Trump,13254,REP,46.6,49.05598103046474,2.6999999999999957,0.308709583901873 +69981,130326,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-18,2020-11-03,46,400,Joe Biden,13256,DEM,53,49.364690614366616,Donald Trump,13254,REP,42,49.05598103046474,11,0.308709583901873 +69681,129903,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,262,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,43,49.05598103046474,6,0.308709583901873 +69675,129892,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-09-17,2020-11-03,47,579,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,49,49.05598103046474,-1,0.308709583901873 +69973,130311,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,481,Joe Biden,13256,DEM,45,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,-1,0.308709583901873 +84044,180768,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2020-09-24,2020-11-03,40,138,Joe Biden,13256,DEM,46.4,49.364690614366616,Donald Trump,13254,REP,50,49.05598103046474,-3.6000000000000014,0.308709583901873 +70123,130650,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,871,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,44,49.05598103046474,3,0.308709583901873 +70042,130462,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-09-27,2020-11-03,37,500,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,1,0.308709583901873 +70079,130557,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-25,2020-11-03,39,808,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,4,0.308709583901873 +70596,131993,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-26,2020-11-03,38,800,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,4,0.308709583901873 +70119,130641,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-28,2020-11-03,36,500,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,4,0.308709583901873 +71159,133220,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-09-27,2020-11-03,37,1045,Joe Biden,13256,DEM,45,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,-1,0.308709583901873 +70565,131638,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,655,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,41,49.05598103046474,8,0.308709583901873 +72068,135109,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web/Email,DEM,2020-10-02,2020-11-03,32,604,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,4,0.308709583901873 +70604,132009,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,296,Joe Biden,13256,DEM,51,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,6,0.308709583901873 +70639,132090,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2020-10-04,2020-11-03,30,550,Joe Biden,13256,DEM,47.7,49.364690614366616,Donald Trump,13254,REP,43.2,49.05598103046474,4.5,0.308709583901873 +71758,134450,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Basswood Research,24,FALSE,FALSE,Live Phone,REP,2020-10-04,2020-11-03,30,800,Joe Biden,13256,DEM,47.8,49.364690614366616,Donald Trump,13254,REP,47.9,49.05598103046474,-0.10000000000000142,0.308709583901873 +70603,132008,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,400,Joe Biden,13256,DEM,45.8,49.364690614366616,Donald Trump,13254,REP,44.8,49.05598103046474,1,0.308709583901873 +70681,132198,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Latino Decisions,482,FALSE,FALSE,Online Panel,DEM,2020-10-02,2020-11-03,32,600,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,3,0.308709583901873 +70706,132260,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,727,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,43,49.05598103046474,6,0.308709583901873 +70651,132117,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-03,2020-11-03,31,633,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,2,0.308709583901873 +70704,132253,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-07,2020-11-03,27,1087,Joe Biden,13256,DEM,43.8,49.364690614366616,Donald Trump,13254,REP,47.8,49.05598103046474,-4,0.308709583901873 +71067,133022,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone,NA,2020-10-06,2020-11-03,28,608,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,4,0.308709583901873 +72743,136522,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Redfield & Wilton Strategies,562,TRUE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,720,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,2,0.308709583901873 +72742,136521,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,750,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,3,0.308709583901873 +71090,133067,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,502,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,2,0.308709583901873 +71007,132903,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-11,2020-11-03,23,667,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,2,0.308709583901873 +71295,133500,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1074,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,3,0.308709583901873 +71451,133817,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,550,Joe Biden,13256,DEM,47.1,49.364690614366616,Donald Trump,13254,REP,41.9,49.05598103046474,5.200000000000003,0.308709583901873 +71514,133952,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,5945,Joe Biden,13256,DEM,53,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,8,0.308709583901873 +71546,134024,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-18,2020-11-03,16,800,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,2,0.308709583901873 +71519,133957,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,232,Joe Biden,13256,DEM,51,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,6,0.308709583901873 +71461,133843,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,RMG Research,555,FALSE,FALSE,Text,NA,2020-10-16,2020-11-03,18,800,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,1,0.308709583901873 +71637,134209,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1066,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,48,49.05598103046474,-1,0.308709583901873 +71621,134171,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-18,2020-11-03,16,658,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,4,0.308709583901873 +71750,134439,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,500,Joe Biden,13256,DEM,46.2,49.364690614366616,Donald Trump,13254,REP,46.6,49.05598103046474,-0.3999999999999986,0.308709583901873 +72067,135108,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web/Email,DEM,2020-10-23,2020-11-03,11,729,Joe Biden,13256,DEM,52,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,7,0.308709583901873 +72412,135869,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Y2 Analytics,389,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-19,2020-11-03,15,700,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,3,0.308709583901873 +72055,135085,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,716,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,3,0.308709583901873 +72161,135336,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,The Justice Collaborative Institute,630,FALSE,FALSE,Online Panel,NA,2020-10-24,2020-11-03,10,1007,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,43,49.05598103046474,6,0.308709583901873 +72147,135274,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Univision/Latino Decisions/North Star Opinion Research,516,FALSE,FALSE,Live Phone/Email,NA,2020-10-21,2020-11-03,13,725,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,45,49.05598103046474,5,0.308709583901873 +72296,135636,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,304,Joe Biden,13256,DEM,52.4,49.364690614366616,Donald Trump,13254,REP,43.8,49.05598103046474,8.600000000000001,0.308709583901873 +72166,135357,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-24,2020-11-03,10,714,Joe Biden,13256,DEM,47,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,0,0.308709583901873 +72158,135320,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,704,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,44,49.05598103046474,4,0.308709583901873 +72396,135836,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-27,2020-11-03,7,1002,Joe Biden,13256,DEM,46.4,49.364690614366616,Donald Trump,13254,REP,48.9,49.05598103046474,-2.5,0.308709583901873 +72217,135481,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-28,2020-11-03,6,800,Joe Biden,13256,DEM,45,49.364690614366616,Donald Trump,13254,REP,49,49.05598103046474,-4,0.308709583901873 +72732,136506,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,889,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,4,0.308709583901873 +72632,136300,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2020-10-29,2020-11-03,5,550,Joe Biden,13256,DEM,45.9,49.364690614366616,Donald Trump,13254,REP,45.3,49.05598103046474,0.6000000000000014,0.308709583901873 +72478,136016,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-28,2020-11-03,6,1252,Joe Biden,13256,DEM,49,49.364690614366616,Donald Trump,13254,REP,43,49.05598103046474,6,0.308709583901873 +72417,135881,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,865,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,4,0.308709583901873 +72602,136250,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1059,Joe Biden,13256,DEM,48.4,49.364690614366616,Donald Trump,13254,REP,46.1,49.05598103046474,2.299999999999997,0.308709583901873 +72500,136058,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,641,Joe Biden,13256,DEM,48.1,49.364690614366616,Donald Trump,13254,REP,50.4,49.05598103046474,-2.299999999999997,0.308709583901873 +72495,136049,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,732,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,45.9,49.05598103046474,2.1000000000000014,0.308709583901873 +72649,136324,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-31,2020-11-03,3,717,Joe Biden,13256,DEM,48,49.364690614366616,Donald Trump,13254,REP,48,49.05598103046474,0,0.308709583901873 +72726,136497,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,409,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,3,0.308709583901873 +72585,136220,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1195,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,3,0.308709583901873 +72764,136546,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,360,Joe Biden,13256,DEM,50.6,49.364690614366616,Donald Trump,13254,REP,45.7,49.05598103046474,4.899999999999999,0.308709583901873 +72857,136716,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,4278,Joe Biden,13256,DEM,52,49.364690614366616,Donald Trump,13254,REP,46,49.05598103046474,6,0.308709583901873 +72653,136342,6214,2020,AZ,Pres-G,2020_Pres-G_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-30,2020-11-03,4,610,Joe Biden,13256,DEM,50,49.364690614366616,Donald Trump,13254,REP,47,49.05598103046474,3,0.308709583901873 +69498,129461,6215,2020,CA,Pres-G,2020_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2020-09-08,2020-11-03,56,1168,Joe Biden,13256,DEM,60,63.48394689387351,Donald Trump,13254,REP,31,34.32072362528492,29,29.163223268588588 +69971,130309,6215,2020,CA,Pres-G,2020_Pres-G_CA,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2020-09-12,2020-11-03,52,5942,Joe Biden,13256,DEM,67,63.48394689387351,Donald Trump,13254,REP,28,34.32072362528492,39,29.163223268588588 +70000,130389,6215,2020,CA,Pres-G,2020_Pres-G_CA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-20,2020-11-03,44,1885,Joe Biden,13256,DEM,62,63.48394689387351,Donald Trump,13254,REP,28,34.32072362528492,34,29.163223268588588 +70054,130494,6215,2020,CA,Pres-G,2020_Pres-G_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-09-27,2020-11-03,37,558,Joe Biden,13256,DEM,59,63.48394689387351,Donald Trump,13254,REP,32,34.32072362528492,27,29.163223268588588 +71636,134206,6215,2020,CA,Pres-G,2020_Pres-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2020-10-13,2020-11-03,21,1185,Joe Biden,13256,DEM,58,63.48394689387351,Donald Trump,13254,REP,32,34.32072362528492,26,29.163223268588588 +71513,133951,6215,2020,CA,Pres-G,2020_Pres-G_CA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,22797,Joe Biden,13256,DEM,62,63.48394689387351,Donald Trump,13254,REP,36,34.32072362528492,26,29.163223268588588 +72042,135063,6215,2020,CA,Pres-G,2020_Pres-G_CA,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2020-10-18,2020-11-03,16,5352,Joe Biden,13256,DEM,65,63.48394689387351,Donald Trump,13254,REP,29,34.32072362528492,36,29.163223268588588 +72297,135637,6215,2020,CA,Pres-G,2020_Pres-G_CA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,635,Joe Biden,13256,DEM,62,63.48394689387351,Donald Trump,13254,REP,35.3,34.32072362528492,26.700000000000003,29.163223268588588 +73703,138268,6215,2020,CA,Pres-G,2020_Pres-G_CA,University of Southern California Schwarzenegger Institute for State and Global Policy,648,FALSE,FALSE,Online Panel,NA,2020-10-29,2020-11-03,5,1155,Joe Biden,13256,DEM,65,63.48394689387351,Donald Trump,13254,REP,28,34.32072362528492,37,29.163223268588588 +72651,136336,6215,2020,CA,Pres-G,2020_Pres-G_CA,David Binder Research,578,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-30,2020-11-03,4,800,Joe Biden,13256,DEM,62,63.48394689387351,Donald Trump,13254,REP,31,34.32072362528492,31,29.163223268588588 +72856,136715,6215,2020,CA,Pres-G,2020_Pres-G_CA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,12370,Joe Biden,13256,DEM,62,63.48394689387351,Donald Trump,13254,REP,36,34.32072362528492,26,29.163223268588588 +84045,180769,6216,2020,CO,Pres-G,2020_Pres-G_CO,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2020-09-24,2020-11-03,40,152,Joe Biden,13256,DEM,50,55.3995419069199,Donald Trump,13254,REP,42.1,41.8979238435606,7.899999999999999,13.501618063359302 +70691,132224,6216,2020,CO,Pres-G,2020_Pres-G_CO,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,1021,Joe Biden,13256,DEM,50,55.3995419069199,Donald Trump,13254,REP,40,41.8979238435606,10,13.501618063359302 +71368,133643,6216,2020,CO,Pres-G,2020_Pres-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-07,2020-11-03,27,800,Joe Biden,13256,DEM,47,55.3995419069199,Donald Trump,13254,REP,38,41.8979238435606,9,13.501618063359302 +71098,133093,6216,2020,CO,Pres-G,2020_Pres-G_CO,Keating Research/OnSight Public Affairs/Melanson,455,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,519,Joe Biden,13256,DEM,54,55.3995419069199,Donald Trump,13254,REP,39,41.8979238435606,15,13.501618063359302 +71069,133031,6216,2020,CO,Pres-G,2020_Pres-G_CO,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-13,2020-11-03,21,1013,Joe Biden,13256,DEM,54,55.3995419069199,Donald Trump,13254,REP,42,41.8979238435606,12,13.501618063359302 +71449,133815,6216,2020,CO,Pres-G,2020_Pres-G_CO,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-12,2020-11-03,22,800,Joe Biden,13256,DEM,51,55.3995419069199,Donald Trump,13254,REP,43,41.8979238435606,8,13.501618063359302 +71352,133613,6216,2020,CO,Pres-G,2020_Pres-G_CO,RBI Strategies & Research,271,FALSE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,502,Joe Biden,13256,DEM,55,55.3995419069199,Donald Trump,13254,REP,38,41.8979238435606,17,13.501618063359302 +71512,133950,6216,2020,CO,Pres-G,2020_Pres-G_CO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,5272,Joe Biden,13256,DEM,58,55.3995419069199,Donald Trump,13254,REP,41,41.8979238435606,17,13.501618063359302 +71638,134210,6216,2020,CO,Pres-G,2020_Pres-G_CO,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,788,Joe Biden,13256,DEM,55,55.3995419069199,Donald Trump,13254,REP,39,41.8979238435606,16,13.501618063359302 +72603,136251,6216,2020,CO,Pres-G,2020_Pres-G_CO,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,727,Joe Biden,13256,DEM,53.8,55.3995419069199,Donald Trump,13254,REP,40.9,41.8979238435606,12.899999999999999,13.501618063359302 +72580,136210,6216,2020,CO,Pres-G,2020_Pres-G_CO,Keating Research/OnSight Public Affairs/Melanson,455,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,502,Joe Biden,13256,DEM,53,55.3995419069199,Donald Trump,13254,REP,41,41.8979238435606,12,13.501618063359302 +72584,136218,6216,2020,CO,Pres-G,2020_Pres-G_CO,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,709,Joe Biden,13256,DEM,54,55.3995419069199,Donald Trump,13254,REP,42,41.8979238435606,12,13.501618063359302 +72777,136559,6216,2020,CO,Pres-G,2020_Pres-G_CO,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,455,Joe Biden,13256,DEM,55.4,55.3995419069199,Donald Trump,13254,REP,40.7,41.8979238435606,14.699999999999996,13.501618063359302 +72855,136714,6216,2020,CO,Pres-G,2020_Pres-G_CO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2991,Joe Biden,13256,DEM,55,55.3995419069199,Donald Trump,13254,REP,44,41.8979238435606,11,13.501618063359302 +71511,133949,6217,2020,CT,Pres-G,2020_Pres-G_CT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,3020,Joe Biden,13256,DEM,62,59.26144634794266,Donald Trump,13254,REP,36,39.18759098273693,26,20.07385536520573 +72324,135689,6217,2020,CT,Pres-G,2020_Pres-G_CT,GreatBlue Research,748,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-14,2020-11-03,20,1000,Joe Biden,13256,DEM,51.4,59.26144634794266,Donald Trump,13254,REP,26.4,39.18759098273693,25,20.07385536520573 +72778,136560,6217,2020,CT,Pres-G,2020_Pres-G_CT,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,367,Joe Biden,13256,DEM,64.1,59.26144634794266,Donald Trump,13254,REP,33.7,39.18759098273693,30.39999999999999,20.07385536520573 +72854,136713,6217,2020,CT,Pres-G,2020_Pres-G_CT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2031,Joe Biden,13256,DEM,60,59.26144634794266,Donald Trump,13254,REP,38,39.18759098273693,22,20.07385536520573 +71510,133948,6218,2020,DC,Pres-G,2020_Pres-G_DC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,765,Joe Biden,13256,DEM,88,92.14969392140692,Donald Trump,13254,REP,10,5.397321376714795,78,86.75237254469212 +72853,136712,6218,2020,DC,Pres-G,2020_Pres-G_DC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,495,Joe Biden,13256,DEM,94,92.14969392140692,Donald Trump,13254,REP,5,5.397321376714795,89,86.75237254469212 +70561,131632,6219,2020,DE,Pres-G,2020_Pres-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2020-09-24,2020-11-03,40,847,Joe Biden,13256,DEM,54,58.745451841570414,Donald Trump,13254,REP,33,39.77653298963962,21,18.968918851930795 +71509,133947,6219,2020,DE,Pres-G,2020_Pres-G_DE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,1044,Joe Biden,13256,DEM,63,58.745451841570414,Donald Trump,13254,REP,35,39.77653298963962,28,18.968918851930795 +72852,136711,6219,2020,DE,Pres-G,2020_Pres-G_DE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,656,Joe Biden,13256,DEM,60,58.745451841570414,Donald Trump,13254,REP,38,39.77653298963962,22,18.968918851930795 +68534,128309,6220,2020,FL,Pres-G,2020_Pres-G_FL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,1144,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,3,-3.3583688970618013 +68562,128362,6220,2020,FL,Pres-G,2020_Pres-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-09-07,2020-11-03,57,2689,Joe Biden,13256,DEM,49.6,47.86145072544223,Donald Trump,13254,REP,47.1,51.21981962250403,2.5,-3.3583688970618013 +68574,128400,6220,2020,FL,Pres-G,2020_Pres-G_FL,Benenson Strategy Group/GS Strategy Group/AARP Research,606,TRUE,FALSE,Live Phone,NA,2020-09-03,2020-11-03,61,1600,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,2,-3.3583688970618013 +69453,129352,6220,2020,FL,Pres-G,2020_Pres-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-09-11,2020-11-03,53,631,Joe Biden,13256,DEM,49.81,47.86145072544223,Donald Trump,13254,REP,49.95,51.21981962250403,-0.14000000000000057,-3.3583688970618013 +69464,129377,6220,2020,FL,Pres-G,2020_Pres-G_FL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,428,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,3,-3.3583688970618013 +69501,129467,6220,2020,FL,Pres-G,2020_Pres-G_FL,KFF,419,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2020-09-06,2020-11-03,58,1009,Joe Biden,13256,DEM,43,47.86145072544223,Donald Trump,13254,REP,42,51.21981962250403,1,-3.3583688970618013 +69543,129561,6220,2020,FL,Pres-G,2020_Pres-G_FL,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-13,2020-11-03,51,1158,Joe Biden,13256,DEM,47,47.86145072544223,Donald Trump,13254,REP,44,51.21981962250403,3,-3.3583688970618013 +69699,129959,6220,2020,FL,Pres-G,2020_Pres-G_FL,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,586,Joe Biden,13256,DEM,47,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,0,-3.3583688970618013 +69564,129606,6220,2020,FL,Pres-G,2020_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-17,2020-11-03,47,1205,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,2,-3.3583688970618013 +69982,130327,6220,2020,FL,Pres-G,2020_Pres-G_FL,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-18,2020-11-03,46,400,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,45,51.21981962250403,6,-3.3583688970618013 +69682,129904,6220,2020,FL,Pres-G,2020_Pres-G_FL,Change Research,48,TRUE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,702,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,3,-3.3583688970618013 +69676,129894,6220,2020,FL,Pres-G,2020_Pres-G_FL,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-09-17,2020-11-03,47,613,Joe Biden,13256,DEM,47,47.86145072544223,Donald Trump,13254,REP,51,51.21981962250403,-4,-3.3583688970618013 +69678,129898,6220,2020,FL,Pres-G,2020_Pres-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-09-21,2020-11-03,43,2906,Joe Biden,13256,DEM,49.7,47.86145072544223,Donald Trump,13254,REP,46.5,51.21981962250403,3.200000000000003,-3.3583688970618013 +69974,130312,6220,2020,FL,Pres-G,2020_Pres-G_FL,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,620,Joe Biden,13256,DEM,46,47.86145072544223,Donald Trump,13254,REP,43,51.21981962250403,3,-3.3583688970618013 +84046,180770,6220,2020,FL,Pres-G,2020_Pres-G_FL,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2020-09-24,2020-11-03,40,147,Joe Biden,13256,DEM,43.5,47.86145072544223,Donald Trump,13254,REP,53.1,51.21981962250403,-9.600000000000001,-3.3583688970618013 +70125,130652,6220,2020,FL,Pres-G,2020_Pres-G_FL,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,1073,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,43,51.21981962250403,5,-3.3583688970618013 +70027,130440,6220,2020,FL,Pres-G,2020_Pres-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,500,Joe Biden,13256,DEM,46,47.86145072544223,Donald Trump,13254,REP,42,51.21981962250403,4,-3.3583688970618013 +70640,132092,6220,2020,FL,Pres-G,2020_Pres-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2020-09-26,2020-11-03,38,604,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,44,51.21981962250403,5,-3.3583688970618013 +70500,131408,6220,2020,FL,Pres-G,2020_Pres-G_FL,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-30,2020-11-03,34,710,Joe Biden,13256,DEM,47,47.86145072544223,Donald Trump,13254,REP,42,51.21981962250403,5,-3.3583688970618013 +70605,132010,6220,2020,FL,Pres-G,2020_Pres-G_FL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,560,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,4,-3.3583688970618013 +70590,131976,6220,2020,FL,Pres-G,2020_Pres-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Email,NA,2020-10-03,2020-11-03,31,3142,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,45,51.21981962250403,6,-3.3583688970618013 +70591,131979,6220,2020,FL,Pres-G,2020_Pres-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,500,Joe Biden,13256,DEM,45,47.86145072544223,Donald Trump,13254,REP,45,51.21981962250403,0,-3.3583688970618013 +70647,132107,6220,2020,FL,Pres-G,2020_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,1256,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,40,51.21981962250403,11,-3.3583688970618013 +70708,132262,6220,2020,FL,Pres-G,2020_Pres-G_FL,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,998,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,44,51.21981962250403,5,-3.3583688970618013 +70684,132203,6220,2020,FL,Pres-G,2020_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-06,2020-11-03,28,400,Joe Biden,13256,DEM,43,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,-3,-3.3583688970618013 +70650,132116,6220,2020,FL,Pres-G,2020_Pres-G_FL,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-03,2020-11-03,31,678,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,45,51.21981962250403,4,-3.3583688970618013 +70789,132440,6220,2020,FL,Pres-G,2020_Pres-G_FL,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-06,2020-11-03,28,800,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,2,-3.3583688970618013 +70771,132391,6220,2020,FL,Pres-G,2020_Pres-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-09,2020-11-03,25,644,Joe Biden,13256,DEM,51.2,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,4.200000000000003,-3.3583688970618013 +72747,136526,6220,2020,FL,Pres-G,2020_Pres-G_FL,Redfield & Wilton Strategies,562,TRUE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,981,Joe Biden,13256,DEM,52,47.86145072544223,Donald Trump,13254,REP,43,51.21981962250403,9,-3.3583688970618013 +70994,132856,6220,2020,FL,Pres-G,2020_Pres-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-10-11,2020-11-03,23,2215,Joe Biden,13256,DEM,49.2,47.86145072544223,Donald Trump,13254,REP,47.2,51.21981962250403,2,-3.3583688970618013 +70744,132342,6220,2020,FL,Pres-G,2020_Pres-G_FL,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-11,2020-11-03,23,690,Joe Biden,13256,DEM,50.6,47.86145072544223,Donald Trump,13254,REP,48.4,51.21981962250403,2.200000000000003,-3.3583688970618013 +71166,133239,6220,2020,FL,Pres-G,2020_Pres-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,625,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,45,51.21981962250403,3,-3.3583688970618013 +71064,133010,6220,2020,FL,Pres-G,2020_Pres-G_FL,Clearview Research,405,FALSE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,550,Joe Biden,13256,DEM,47,47.86145072544223,Donald Trump,13254,REP,40,51.21981962250403,7,-3.3583688970618013 +70993,132854,6220,2020,FL,Pres-G,2020_Pres-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-12,2020-11-03,22,1051,Joe Biden,13256,DEM,46.1,47.86145072544223,Donald Trump,13254,REP,48.4,51.21981962250403,-2.299999999999997,-3.3583688970618013 +72746,136525,6220,2020,FL,Pres-G,2020_Pres-G_FL,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,1519,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,44,51.21981962250403,6,-3.3583688970618013 +71006,132902,6220,2020,FL,Pres-G,2020_Pres-G_FL,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-11,2020-11-03,23,653,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,3,-3.3583688970618013 +71177,133259,6220,2020,FL,Pres-G,2020_Pres-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-14,2020-11-03,20,965,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,48,51.21981962250403,0,-3.3583688970618013 +71442,133796,6220,2020,FL,Pres-G,2020_Pres-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,863,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,1,-3.3583688970618013 +71508,133946,6220,2020,FL,Pres-G,2020_Pres-G_FL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,14196,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,49,51.21981962250403,0,-3.3583688970618013 +71520,133958,6220,2020,FL,Pres-G,2020_Pres-G_FL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,547,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,45,51.21981962250403,5,-3.3583688970618013 +71639,134211,6220,2020,FL,Pres-G,2020_Pres-G_FL,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,4685,Joe Biden,13256,DEM,52,47.86145072544223,Donald Trump,13254,REP,45,51.21981962250403,7,-3.3583688970618013 +71538,133998,6220,2020,FL,Pres-G,2020_Pres-G_FL,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-19,2020-11-03,15,863,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,4,-3.3583688970618013 +72180,135390,6220,2020,FL,Pres-G,2020_Pres-G_FL,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Joe Biden,13256,DEM,49.63,47.86145072544223,Donald Trump,13254,REP,44.74,51.21981962250403,4.890000000000001,-3.3583688970618013 +74943,142778,6220,2020,FL,Pres-G,2020_Pres-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2020-10-19,2020-11-03,15,1431,Joe Biden,13256,DEM,40.7,47.86145072544223,Donald Trump,13254,REP,54,51.21981962250403,-13.299999999999997,-3.3583688970618013 +71563,134057,6220,2020,FL,Pres-G,2020_Pres-G_FL,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,847,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,4,-3.3583688970618013 +71620,134169,6220,2020,FL,Pres-G,2020_Pres-G_FL,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-17,2020-11-03,17,662,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,5,-3.3583688970618013 +71745,134421,6220,2020,FL,Pres-G,2020_Pres-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-20,2020-11-03,14,800,Joe Biden,13256,DEM,46,47.86145072544223,Donald Trump,13254,REP,50,51.21981962250403,-4,-3.3583688970618013 +71739,134410,6220,2020,FL,Pres-G,2020_Pres-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-10-21,2020-11-03,13,2527,Joe Biden,13256,DEM,48.9,47.86145072544223,Donald Trump,13254,REP,47.4,51.21981962250403,1.5,-3.3583688970618013 +71968,134911,6220,2020,FL,Pres-G,2020_Pres-G_FL,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-21,2020-11-03,13,800,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,48,51.21981962250403,2,-3.3583688970618013 +71887,134745,6220,2020,FL,Pres-G,2020_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-22,2020-11-03,12,1228,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,48,51.21981962250403,2,-3.3583688970618013 +74944,142779,6220,2020,FL,Pres-G,2020_Pres-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2020-10-23,2020-11-03,11,895,Joe Biden,13256,DEM,45.1,47.86145072544223,Donald Trump,13254,REP,49.2,51.21981962250403,-4.100000000000001,-3.3583688970618013 +72038,135047,6220,2020,FL,Pres-G,2020_Pres-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-24,2020-11-03,10,937,Joe Biden,13256,DEM,50.16,47.86145072544223,Donald Trump,13254,REP,48.13,51.21981962250403,2.029999999999994,-3.3583688970618013 +72050,135079,6220,2020,FL,Pres-G,2020_Pres-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,400,Joe Biden,13256,DEM,44,47.86145072544223,Donald Trump,13254,REP,48.5,51.21981962250403,-4.5,-3.3583688970618013 +72148,135275,6220,2020,FL,Pres-G,2020_Pres-G_FL,Univision/Latino Decisions/North Star Opinion Research,516,FALSE,FALSE,Live Phone/Email,NA,2020-10-21,2020-11-03,13,743,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,3,-3.3583688970618013 +72298,135638,6220,2020,FL,Pres-G,2020_Pres-G_FL,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,605,Joe Biden,13256,DEM,46.4,47.86145072544223,Donald Trump,13254,REP,50.6,51.21981962250403,-4.200000000000003,-3.3583688970618013 +72330,135696,6220,2020,FL,Pres-G,2020_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-21,2020-11-03,13,1200,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,2,-3.3583688970618013 +72175,135376,6220,2020,FL,Pres-G,2020_Pres-G_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,743,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,4,-3.3583688970618013 +72219,135484,6220,2020,FL,Pres-G,2020_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1324,Joe Biden,13256,DEM,45,47.86145072544223,Donald Trump,13254,REP,42,51.21981962250403,3,-3.3583688970618013 +72167,135358,6220,2020,FL,Pres-G,2020_Pres-G_FL,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-24,2020-11-03,10,704,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,1,-3.3583688970618013 +72519,136089,6220,2020,FL,Pres-G,2020_Pres-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-13,2020-11-03,21,3755,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,2,-3.3583688970618013 +72733,136507,6220,2020,FL,Pres-G,2020_Pres-G_FL,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,1587,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,4,-3.3583688970618013 +72795,136593,6220,2020,FL,Pres-G,2020_Pres-G_FL,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-27,2020-11-03,7,1000,Joe Biden,13256,DEM,47.2,47.86145072544223,Donald Trump,13254,REP,50.1,51.21981962250403,-2.8999999999999986,-3.3583688970618013 +74945,142780,6220,2020,FL,Pres-G,2020_Pres-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2020-10-27,2020-11-03,7,900,Joe Biden,13256,DEM,48.2,47.86145072544223,Donald Trump,13254,REP,47.7,51.21981962250403,0.5,-3.3583688970618013 +72342,135726,6220,2020,FL,Pres-G,2020_Pres-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-27,2020-11-03,7,1088,Joe Biden,13256,DEM,46.9,47.86145072544223,Donald Trump,13254,REP,49.6,51.21981962250403,-2.700000000000003,-3.3583688970618013 +72214,135473,6220,2020,FL,Pres-G,2020_Pres-G_FL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,509,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,4,-3.3583688970618013 +72327,135692,6220,2020,FL,Pres-G,2020_Pres-G_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-28,2020-11-03,6,941,Joe Biden,13256,DEM,52,47.86145072544223,Donald Trump,13254,REP,45,51.21981962250403,7,-3.3583688970618013 +72399,135844,6220,2020,FL,Pres-G,2020_Pres-G_FL,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,786,Joe Biden,13256,DEM,48.6,47.86145072544223,Donald Trump,13254,REP,48.5,51.21981962250403,0.10000000000000142,-3.3583688970618013 +72235,135521,6220,2020,FL,Pres-G,2020_Pres-G_FL,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,1148,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,3,-3.3583688970618013 +72476,136004,6220,2020,FL,Pres-G,2020_Pres-G_FL,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,824,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,50,51.21981962250403,-2,-3.3583688970618013 +72484,136024,6220,2020,FL,Pres-G,2020_Pres-G_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-10-29,2020-11-03,5,2758,Joe Biden,13256,DEM,49.2,47.86145072544223,Donald Trump,13254,REP,48.1,51.21981962250403,1.1000000000000014,-3.3583688970618013 +72516,136082,6220,2020,FL,Pres-G,2020_Pres-G_FL,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,849,Joe Biden,13256,DEM,51.9,47.86145072544223,Donald Trump,13254,REP,46.1,51.21981962250403,5.799999999999997,-3.3583688970618013 +72482,136022,6220,2020,FL,Pres-G,2020_Pres-G_FL,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-29,2020-11-03,5,1200,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,4,-3.3583688970618013 +72589,136225,6220,2020,FL,Pres-G,2020_Pres-G_FL,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,1027,Joe Biden,13256,DEM,50.8,47.86145072544223,Donald Trump,13254,REP,47.1,51.21981962250403,3.6999999999999957,-3.3583688970618013 +72604,136252,6220,2020,FL,Pres-G,2020_Pres-G_FL,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,4451,Joe Biden,13256,DEM,51.5,47.86145072544223,Donald Trump,13254,REP,45.4,51.21981962250403,6.100000000000001,-3.3583688970618013 +72634,136303,6220,2020,FL,Pres-G,2020_Pres-G_FL,Frederick Polls,108,FALSE,FALSE,Text-to-Web,NA,2020-10-30,2020-11-03,4,768,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,49,51.21981962250403,2,-3.3583688970618013 +72499,136056,6220,2020,FL,Pres-G,2020_Pres-G_FL,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-30,2020-11-03,4,800,Joe Biden,13256,DEM,48,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,1,-3.3583688970618013 +72479,136017,6220,2020,FL,Pres-G,2020_Pres-G_FL,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-29,2020-11-03,5,1451,Joe Biden,13256,DEM,47,47.86145072544223,Donald Trump,13254,REP,44,51.21981962250403,3,-3.3583688970618013 +72637,136308,6220,2020,FL,Pres-G,2020_Pres-G_FL,AYTM,635,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,517,Joe Biden,13256,DEM,45,47.86145072544223,Donald Trump,13254,REP,43,51.21981962250403,2,-3.3583688970618013 +72491,136044,6220,2020,FL,Pres-G,2020_Pres-G_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-10-31,2020-11-03,3,400,Joe Biden,13256,DEM,46,47.86145072544223,Donald Trump,13254,REP,47,51.21981962250403,-1,-3.3583688970618013 +72727,136498,6220,2020,FL,Pres-G,2020_Pres-G_FL,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,806,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,48,51.21981962250403,3,-3.3583688970618013 +72656,136346,6220,2020,FL,Pres-G,2020_Pres-G_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-30,2020-11-03,4,1657,Joe Biden,13256,DEM,47,47.86145072544223,Donald Trump,13254,REP,42,51.21981962250403,5,-3.3583688970618013 +72658,136361,6220,2020,FL,Pres-G,2020_Pres-G_FL,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-29,2020-11-03,5,670,Joe Biden,13256,DEM,50,47.86145072544223,Donald Trump,13254,REP,46,51.21981962250403,4,-3.3583688970618013 +72721,136490,6220,2020,FL,Pres-G,2020_Pres-G_FL,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1202,Joe Biden,13256,DEM,51,47.86145072544223,Donald Trump,13254,REP,48,51.21981962250403,3,-3.3583688970618013 +72851,136710,6220,2020,FL,Pres-G,2020_Pres-G_FL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,8792,Joe Biden,13256,DEM,49,47.86145072544223,Donald Trump,13254,REP,49,51.21981962250403,0,-3.3583688970618013 +74946,142781,6220,2020,FL,Pres-G,2020_Pres-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2020-11-02,2020-11-03,1,966,Joe Biden,13256,DEM,44.2,47.86145072544223,Donald Trump,13254,REP,48,51.21981962250403,-3.799999999999997,-3.3583688970618013 +72722,136491,6220,2020,FL,Pres-G,2020_Pres-G_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-11-01,2020-11-03,2,400,Joe Biden,13256,DEM,47,47.86145072544223,Donald Trump,13254,REP,48.2,51.21981962250403,-1.2000000000000028,-3.3583688970618013 +72806,136610,6220,2020,FL,Pres-G,2020_Pres-G_FL,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-11-01,2020-11-03,2,1054,Joe Biden,13256,DEM,47.3,47.86145072544223,Donald Trump,13254,REP,49.4,51.21981962250403,-2.1000000000000014,-3.3583688970618013 +72765,136547,6220,2020,FL,Pres-G,2020_Pres-G_FL,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-30,2020-11-03,4,1261,Joe Biden,13256,DEM,53,47.86145072544223,Donald Trump,13254,REP,45.5,51.21981962250403,7.5,-3.3583688970618013 +69575,129659,6221,2020,GA,Pres-G,2020_Pres-G_GA,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-15,2020-11-03,49,600,Joe Biden,13256,DEM,49,49.473055784446274,Donald Trump,13254,REP,46,49.2374738997912,3,0.23558188465507612 +69566,129609,6221,2020,GA,Pres-G,2020_Pres-G_GA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,800,Joe Biden,13256,DEM,45,49.473055784446274,Donald Trump,13254,REP,46,49.2374738997912,-1,0.23558188465507612 +69937,130228,6221,2020,GA,Pres-G,2020_Pres-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,800,Joe Biden,13256,DEM,45,49.473055784446274,Donald Trump,13254,REP,45,49.2374738997912,0,0.23558188465507612 +69646,129839,6221,2020,GA,Pres-G,2020_Pres-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,1150,Joe Biden,13256,DEM,47,49.473055784446274,Donald Trump,13254,REP,47.3,49.2374738997912,-0.29999999999999716,0.23558188465507612 +69690,129932,6221,2020,GA,Pres-G,2020_Pres-G_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,402,Joe Biden,13256,DEM,45,49.473055784446274,Donald Trump,13254,REP,50,49.2374738997912,-5,0.23558188465507612 +69709,129980,6221,2020,GA,Pres-G,2020_Pres-G_GA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-18,2020-11-03,46,523,Joe Biden,13256,DEM,45,49.473055784446274,Donald Trump,13254,REP,45,49.2374738997912,0,0.23558188465507612 +69991,130351,6221,2020,GA,Pres-G,2020_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,1164,Joe Biden,13256,DEM,46,49.473055784446274,Donald Trump,13254,REP,47,49.2374738997912,-1,0.23558188465507612 +70137,130668,6221,2020,GA,Pres-G,2020_Pres-G_GA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,789,Joe Biden,13256,DEM,45,49.473055784446274,Donald Trump,13254,REP,44,49.2374738997912,1,0.23558188465507612 +70131,130662,6221,2020,GA,Pres-G,2020_Pres-G_GA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Joe Biden,13256,DEM,50,49.473055784446274,Donald Trump,13254,REP,47,49.2374738997912,3,0.23558188465507612 +70047,130477,6221,2020,GA,Pres-G,2020_Pres-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,1125,Joe Biden,13256,DEM,50,49.473055784446274,Donald Trump,13254,REP,47,49.2374738997912,3,0.23558188465507612 +70049,130483,6221,2020,GA,Pres-G,2020_Pres-G_GA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-09-28,2020-11-03,36,969,Joe Biden,13256,DEM,50,49.473055784446274,Donald Trump,13254,REP,47,49.2374738997912,3,0.23558188465507612 +70108,130607,6221,2020,GA,Pres-G,2020_Pres-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-09-30,2020-11-03,34,500,Joe Biden,13256,DEM,46.6,49.473055784446274,Donald Trump,13254,REP,44.9,49.2374738997912,1.7000000000000028,0.23558188465507612 +70695,132235,6221,2020,GA,Pres-G,2020_Pres-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-10-01,2020-11-03,33,1106,Joe Biden,13256,DEM,46.4,49.473055784446274,Donald Trump,13254,REP,47.5,49.2374738997912,-1.1000000000000014,0.23558188465507612 +70712,132266,6221,2020,GA,Pres-G,2020_Pres-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-07,2020-11-03,27,600,Joe Biden,13256,DEM,46.8,49.473055784446274,Donald Trump,13254,REP,48.6,49.2374738997912,-1.8000000000000043,0.23558188465507612 +70715,132272,6221,2020,GA,Pres-G,2020_Pres-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-08,2020-11-03,26,528,Joe Biden,13256,DEM,47,49.473055784446274,Donald Trump,13254,REP,46,49.2374738997912,1,0.23558188465507612 +71010,132892,6221,2020,GA,Pres-G,2020_Pres-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-10,2020-11-03,24,782,Joe Biden,13256,DEM,46,49.473055784446274,Donald Trump,13254,REP,46,49.2374738997912,0,0.23558188465507612 +70982,132826,6221,2020,GA,Pres-G,2020_Pres-G_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,677,Joe Biden,13256,DEM,48,49.473055784446274,Donald Trump,13254,REP,46,49.2374738997912,2,0.23558188465507612 +71000,132867,6221,2020,GA,Pres-G,2020_Pres-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,1040,Joe Biden,13256,DEM,51,49.473055784446274,Donald Trump,13254,REP,44,49.2374738997912,7,0.23558188465507612 +71566,134172,6221,2020,GA,Pres-G,2020_Pres-G_GA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-10-13,2020-11-03,21,600,Joe Biden,13256,DEM,51,49.473055784446274,Donald Trump,13254,REP,44,49.2374738997912,7,0.23558188465507612 +71759,134451,6221,2020,GA,Pres-G,2020_Pres-G_GA,National Research,225,FALSE,FALSE,Live Phone,REP,2020-10-14,2020-11-03,20,800,Joe Biden,13256,DEM,49,49.473055784446274,Donald Trump,13254,REP,45,49.2374738997912,4,0.23558188465507612 +71507,133945,6221,2020,GA,Pres-G,2020_Pres-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,5979,Joe Biden,13256,DEM,49,49.473055784446274,Donald Trump,13254,REP,49,49.2374738997912,0,0.23558188465507612 +71435,133777,6221,2020,GA,Pres-G,2020_Pres-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-18,2020-11-03,16,506,Joe Biden,13256,DEM,47,49.473055784446274,Donald Trump,13254,REP,48.4,49.2374738997912,-1.3999999999999986,0.23558188465507612 +71454,133826,6221,2020,GA,Pres-G,2020_Pres-G_GA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-16,2020-11-03,18,759,Joe Biden,13256,DEM,45,49.473055784446274,Donald Trump,13254,REP,45,49.2374738997912,0,0.23558188465507612 +71640,134212,6221,2020,GA,Pres-G,2020_Pres-G_GA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1672,Joe Biden,13256,DEM,48,49.473055784446274,Donald Trump,13254,REP,48,49.2374738997912,0,0.23558188465507612 +72181,135391,6221,2020,GA,Pres-G,2020_Pres-G_GA,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Joe Biden,13256,DEM,48.15,49.473055784446274,Donald Trump,13254,REP,43.74,49.2374738997912,4.409999999999997,0.23558188465507612 +71763,134485,6221,2020,GA,Pres-G,2020_Pres-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-21,2020-11-03,13,500,Joe Biden,13256,DEM,45,49.473055784446274,Donald Trump,13254,REP,49,49.2374738997912,-4,0.23558188465507612 +71888,134746,6221,2020,GA,Pres-G,2020_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-22,2020-11-03,12,1090,Joe Biden,13256,DEM,49,49.473055784446274,Donald Trump,13254,REP,49,49.2374738997912,0,0.23558188465507612 +71944,134858,6221,2020,GA,Pres-G,2020_Pres-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,1145,Joe Biden,13256,DEM,46.5,49.473055784446274,Donald Trump,13254,REP,46.2,49.2374738997912,0.29999999999999716,0.23558188465507612 +72040,135050,6221,2020,GA,Pres-G,2020_Pres-G_GA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-25,2020-11-03,9,1041,Joe Biden,13256,DEM,51,49.473055784446274,Donald Trump,13254,REP,46,49.2374738997912,5,0.23558188465507612 +72299,135639,6221,2020,GA,Pres-G,2020_Pres-G_GA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,373,Joe Biden,13256,DEM,50.5,49.473055784446274,Donald Trump,13254,REP,48.1,49.2374738997912,2.3999999999999986,0.23558188465507612 +72146,135282,6221,2020,GA,Pres-G,2020_Pres-G_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,504,Joe Biden,13256,DEM,50,49.473055784446274,Donald Trump,13254,REP,48,49.2374738997912,2,0.23558188465507612 +72520,136090,6221,2020,GA,Pres-G,2020_Pres-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-13,2020-11-03,21,1456,Joe Biden,13256,DEM,48,49.473055784446274,Donald Trump,13254,REP,47,49.2374738997912,1,0.23558188465507612 +72336,135718,6221,2020,GA,Pres-G,2020_Pres-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-28,2020-11-03,6,750,Joe Biden,13256,DEM,47,49.473055784446274,Donald Trump,13254,REP,48,49.2374738997912,-1,0.23558188465507612 +72187,135402,6221,2020,GA,Pres-G,2020_Pres-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-27,2020-11-03,7,661,Joe Biden,13256,DEM,48,49.473055784446274,Donald Trump,13254,REP,46,49.2374738997912,2,0.23558188465507612 +72798,136596,6221,2020,GA,Pres-G,2020_Pres-G_GA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-27,2020-11-03,7,1000,Joe Biden,13256,DEM,46.9,49.473055784446274,Donald Trump,13254,REP,49.4,49.2374738997912,-2.5,0.23558188465507612 +72605,136253,6221,2020,GA,Pres-G,2020_Pres-G_GA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1743,Joe Biden,13256,DEM,48.8,49.473055784446274,Donald Trump,13254,REP,46.4,49.2374738997912,2.3999999999999986,0.23558188465507612 +72593,136231,6221,2020,GA,Pres-G,2020_Pres-G_GA,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,679,Joe Biden,13256,DEM,46.1,49.473055784446274,Donald Trump,13254,REP,48.3,49.2374738997912,-2.1999999999999957,0.23558188465507612 +72517,136083,6221,2020,GA,Pres-G,2020_Pres-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,749,Joe Biden,13256,DEM,48.8,49.473055784446274,Donald Trump,13254,REP,49.4,49.2374738997912,-0.6000000000000014,0.23558188465507612 +72579,136208,6221,2020,GA,Pres-G,2020_Pres-G_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-11-01,2020-11-03,2,500,Joe Biden,13256,DEM,46.1,49.473055784446274,Donald Trump,13254,REP,48.1,49.2374738997912,-2,0.23558188465507612 +72661,136358,6221,2020,GA,Pres-G,2020_Pres-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-11-01,2020-11-03,2,500,Joe Biden,13256,DEM,46,49.473055784446274,Donald Trump,13254,REP,50.1,49.2374738997912,-4.100000000000001,0.23558188465507612 +72639,136310,6221,2020,GA,Pres-G,2020_Pres-G_GA,AYTM,635,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,380,Joe Biden,13256,DEM,52,49.473055784446274,Donald Trump,13254,REP,48,49.2374738997912,4,0.23558188465507612 +72738,136512,6221,2020,GA,Pres-G,2020_Pres-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1036,Joe Biden,13256,DEM,50,49.473055784446274,Donald Trump,13254,REP,48,49.2374738997912,2,0.23558188465507612 +72766,136548,6221,2020,GA,Pres-G,2020_Pres-G_GA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,438,Joe Biden,13256,DEM,53.6,49.473055784446274,Donald Trump,13254,REP,44.3,49.2374738997912,9.300000000000004,0.23558188465507612 +72850,136709,6221,2020,GA,Pres-G,2020_Pres-G_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3962,Joe Biden,13256,DEM,50,49.473055784446274,Donald Trump,13254,REP,48,49.2374738997912,2,0.23558188465507612 +72862,136721,6221,2020,GA,Pres-G,2020_Pres-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-11-01,2020-11-03,2,1041,Joe Biden,13256,DEM,45.4,49.473055784446274,Donald Trump,13254,REP,49.7,49.2374738997912,-4.300000000000004,0.23558188465507612 +71167,133240,6222,2020,HI,Pres-G,2020_Pres-G_HI,MRG Research,207,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-04,2020-11-03,30,988,Joe Biden,13256,DEM,61,63.73363923901899,Donald Trump,13254,REP,28,34.26886394217965,33,29.464775296839342 +71506,133944,6222,2020,HI,Pres-G,2020_Pres-G_HI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,1013,Joe Biden,13256,DEM,66,63.73363923901899,Donald Trump,13254,REP,32,34.26886394217965,34,29.464775296839342 +72849,136708,6222,2020,HI,Pres-G,2020_Pres-G_HI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,688,Joe Biden,13256,DEM,67,63.73363923901899,Donald Trump,13254,REP,31,34.26886394217965,36,29.464775296839342 +69560,129845,6223,2020,IA,Pres-G,2020_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2020-09-16,2020-11-03,48,658,Joe Biden,13256,DEM,47,44.89171557144218,Donald Trump,13254,REP,47,53.089324969202266,0,-8.19760939776009 +69943,130248,6223,2020,IA,Pres-G,2020_Pres-G_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-20,2020-11-03,44,402,Joe Biden,13256,DEM,46,44.89171557144218,Donald Trump,13254,REP,49,53.089324969202266,-3,-8.19760939776009 +69710,129981,6223,2020,IA,Pres-G,2020_Pres-G_IA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,501,Joe Biden,13256,DEM,45,44.89171557144218,Donald Trump,13254,REP,42,53.089324969202266,3,-8.19760939776009 +70073,130539,6223,2020,IA,Pres-G,2020_Pres-G_IA,RABA Research,269,FALSE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,780,Joe Biden,13256,DEM,48,44.89171557144218,Donald Trump,13254,REP,46,53.089324969202266,2,-8.19760939776009 +70132,130663,6223,2020,IA,Pres-G,2020_Pres-G_IA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Joe Biden,13256,DEM,47,44.89171557144218,Donald Trump,13254,REP,49,53.089324969202266,-2,-8.19760939776009 +70080,130556,6223,2020,IA,Pres-G,2020_Pres-G_IA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-25,2020-11-03,39,743,Joe Biden,13256,DEM,44,44.89171557144218,Donald Trump,13254,REP,47,53.089324969202266,-3,-8.19760939776009 +70648,132108,6223,2020,IA,Pres-G,2020_Pres-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,1205,Joe Biden,13256,DEM,50,44.89171557144218,Donald Trump,13254,REP,45,53.089324969202266,5,-8.19760939776009 +70629,132066,6223,2020,IA,Pres-G,2020_Pres-G_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-05,2020-11-03,29,756,Joe Biden,13256,DEM,48,44.89171557144218,Donald Trump,13254,REP,47,53.089324969202266,1,-8.19760939776009 +71760,134452,6223,2020,IA,Pres-G,2020_Pres-G_IA,National Research,225,FALSE,FALSE,Live Phone,REP,2020-10-07,2020-11-03,27,800,Joe Biden,13256,DEM,47,44.89171557144218,Donald Trump,13254,REP,45,53.089324969202266,2,-8.19760939776009 +70726,132310,6223,2020,IA,Pres-G,2020_Pres-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-08,2020-11-03,26,1035,Joe Biden,13256,DEM,49,44.89171557144218,Donald Trump,13254,REP,49,53.089324969202266,0,-8.19760939776009 +71083,133054,6223,2020,IA,Pres-G,2020_Pres-G_IA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-10,2020-11-03,24,822,Joe Biden,13256,DEM,47,44.89171557144218,Donald Trump,13254,REP,48,53.089324969202266,-1,-8.19760939776009 +71002,132876,6223,2020,IA,Pres-G,2020_Pres-G_IA,David Binder Research,578,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-10-12,2020-11-03,22,200,Joe Biden,13256,DEM,44,44.89171557144218,Donald Trump,13254,REP,50,53.089324969202266,-6,-8.19760939776009 +71505,133943,6223,2020,IA,Pres-G,2020_Pres-G_IA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,2539,Joe Biden,13256,DEM,49,44.89171557144218,Donald Trump,13254,REP,49,53.089324969202266,0,-8.19760939776009 +71465,133850,6223,2020,IA,Pres-G,2020_Pres-G_IA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-18,2020-11-03,16,400,Joe Biden,13256,DEM,45.1,44.89171557144218,Donald Trump,13254,REP,44.6,53.089324969202266,0.5,-8.19760939776009 +71548,134028,6223,2020,IA,Pres-G,2020_Pres-G_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,501,Joe Biden,13256,DEM,51,44.89171557144218,Donald Trump,13254,REP,46,53.089324969202266,5,-8.19760939776009 +71553,134039,6223,2020,IA,Pres-G,2020_Pres-G_IA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,753,Joe Biden,13256,DEM,46,44.89171557144218,Donald Trump,13254,REP,43,53.089324969202266,3,-8.19760939776009 +71562,134056,6223,2020,IA,Pres-G,2020_Pres-G_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-20,2020-11-03,14,435,Joe Biden,13256,DEM,48.1,44.89171557144218,Donald Trump,13254,REP,48,53.089324969202266,0.10000000000000142,-8.19760939776009 +71733,134393,6223,2020,IA,Pres-G,2020_Pres-G_IA,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,800,Joe Biden,13256,DEM,47,44.89171557144218,Donald Trump,13254,REP,47,53.089324969202266,0,-8.19760939776009 +72063,135104,6223,2020,IA,Pres-G,2020_Pres-G_IA,RABA Research,269,FALSE,FALSE,Live Phone,NA,2020-10-23,2020-11-03,11,693,Joe Biden,13256,DEM,50,44.89171557144218,Donald Trump,13254,REP,46,53.089324969202266,4,-8.19760939776009 +72220,135485,6223,2020,IA,Pres-G,2020_Pres-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1225,Joe Biden,13256,DEM,46,44.89171557144218,Donald Trump,13254,REP,47,53.089324969202266,-1,-8.19760939776009 +72420,135894,6223,2020,IA,Pres-G,2020_Pres-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2020-10-28,2020-11-03,6,814,Joe Biden,13256,DEM,41,44.89171557144218,Donald Trump,13254,REP,48,53.089324969202266,-7,-8.19760939776009 +72492,136043,6223,2020,IA,Pres-G,2020_Pres-G_IA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-30,2020-11-03,4,400,Joe Biden,13256,DEM,46.1,44.89171557144218,Donald Trump,13254,REP,47.8,53.089324969202266,-1.6999999999999957,-8.19760939776009 +72489,136037,6223,2020,IA,Pres-G,2020_Pres-G_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,604,Joe Biden,13256,DEM,47.4,44.89171557144218,Donald Trump,13254,REP,48.6,53.089324969202266,-1.2000000000000028,-8.19760939776009 +72577,136206,6223,2020,IA,Pres-G,2020_Pres-G_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-31,2020-11-03,3,853,Joe Biden,13256,DEM,49,44.89171557144218,Donald Trump,13254,REP,48,53.089324969202266,1,-8.19760939776009 +72756,136536,6223,2020,IA,Pres-G,2020_Pres-G_IA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,1084,Joe Biden,13256,DEM,47,44.89171557144218,Donald Trump,13254,REP,47,53.089324969202266,0,-8.19760939776009 +72741,136519,6223,2020,IA,Pres-G,2020_Pres-G_IA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,951,Joe Biden,13256,DEM,47,44.89171557144218,Donald Trump,13254,REP,49,53.089324969202266,-2,-8.19760939776009 +72848,136707,6223,2020,IA,Pres-G,2020_Pres-G_IA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1489,Joe Biden,13256,DEM,48,44.89171557144218,Donald Trump,13254,REP,51,53.089324969202266,-3,-8.19760939776009 +72621,136283,6223,2020,IA,Pres-G,2020_Pres-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-11-01,2020-11-03,2,871,Joe Biden,13256,DEM,49,44.89171557144218,Donald Trump,13254,REP,48,53.089324969202266,1,-8.19760939776009 +71504,133942,6224,2020,ID,Pres-G,2020_Pres-G_ID,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,1510,Joe Biden,13256,DEM,41,33.06640215480395,Donald Trump,13254,REP,57,63.837564831903634,-16,-30.77116267709968 +72847,136706,6224,2020,ID,Pres-G,2020_Pres-G_ID,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,909,Joe Biden,13256,DEM,40,33.06640215480395,Donald Trump,13254,REP,58,63.837564831903634,-18,-30.77116267709968 +70023,130434,6225,2020,IL,Pres-G,2020_Pres-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,1208,Joe Biden,13256,DEM,52.9,57.541635840035646,Donald Trump,13254,REP,39.8,40.55344409706477,13.100000000000001,16.988191742970876 +71503,133941,6225,2020,IL,Pres-G,2020_Pres-G_IL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,7410,Joe Biden,13256,DEM,58,57.541635840035646,Donald Trump,13254,REP,39,40.55344409706477,19,16.988191742970876 +72300,135640,6225,2020,IL,Pres-G,2020_Pres-G_IL,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,424,Joe Biden,13256,DEM,54.2,57.541635840035646,Donald Trump,13254,REP,43.1,40.55344409706477,11.100000000000001,16.988191742970876 +72623,136287,6225,2020,IL,Pres-G,2020_Pres-G_IL,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Joe Biden,13256,DEM,55,57.541635840035646,Donald Trump,13254,REP,38,40.55344409706477,17,16.988191742970876 +72767,136549,6225,2020,IL,Pres-G,2020_Pres-G_IL,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,485,Joe Biden,13256,DEM,55.1,57.541635840035646,Donald Trump,13254,REP,43.6,40.55344409706477,11.5,16.988191742970876 +72660,136354,6225,2020,IL,Pres-G,2020_Pres-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2020-10-29,2020-11-03,5,1208,Joe Biden,13256,DEM,54.1,57.541635840035646,Donald Trump,13254,REP,38.2,40.55344409706477,15.899999999999999,16.988191742970876 +72846,136705,6225,2020,IL,Pres-G,2020_Pres-G_IL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,5643,Joe Biden,13256,DEM,58,57.541635840035646,Donald Trump,13254,REP,40,40.55344409706477,18,16.988191742970876 +69389,129249,6226,2020,IN,Pres-G,2020_Pres-G_IN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,1033,Joe Biden,13256,DEM,39,40.9616365453274,Donald Trump,13254,REP,53,57.0211013672056,-14,-16.0594648218782 +71005,132881,6226,2020,IN,Pres-G,2020_Pres-G_IN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,685,Joe Biden,13256,DEM,42,40.9616365453274,Donald Trump,13254,REP,49,57.0211013672056,-7,-16.0594648218782 +71502,133940,6226,2020,IN,Pres-G,2020_Pres-G_IN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,4001,Joe Biden,13256,DEM,44,40.9616365453274,Donald Trump,13254,REP,54,57.0211013672056,-10,-16.0594648218782 +72031,135034,6226,2020,IN,Pres-G,2020_Pres-G_IN,Ragnar Research Partners,517,FALSE,FALSE,Live Phone,REP,2020-10-20,2020-11-03,14,629,Joe Biden,13256,DEM,40,40.9616365453274,Donald Trump,13254,REP,48,57.0211013672056,-8,-16.0594648218782 +72301,135641,6226,2020,IN,Pres-G,2020_Pres-G_IN,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,301,Joe Biden,13256,DEM,42.3,40.9616365453274,Donald Trump,13254,REP,52.9,57.0211013672056,-10.600000000000001,-16.0594648218782 +72606,136254,6226,2020,IN,Pres-G,2020_Pres-G_IN,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1147,Joe Biden,13256,DEM,42,40.9616365453274,Donald Trump,13254,REP,53.4,57.0211013672056,-11.399999999999999,-16.0594648218782 +72768,136550,6226,2020,IN,Pres-G,2020_Pres-G_IN,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,264,Joe Biden,13256,DEM,43,40.9616365453274,Donald Trump,13254,REP,55.2,57.0211013672056,-12.200000000000003,-16.0594648218782 +72845,136704,6226,2020,IN,Pres-G,2020_Pres-G_IN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2729,Joe Biden,13256,DEM,44,40.9616365453274,Donald Trump,13254,REP,54,57.0211013672056,-10,-16.0594648218782 +70055,130506,6227,2020,KS,Pres-G,2020_Pres-G_KS,co/efficient,514,FALSE,FALSE,IVR/Text,REP,2020-09-15,2020-11-03,49,794,Joe Biden,13256,DEM,41,41.55955353883217,Donald Trump,13254,REP,53,56.212512834264736,-12,-14.652959295432566 +69938,130230,6227,2020,KS,Pres-G,2020_Pres-G_KS,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,883,Joe Biden,13256,DEM,42,41.55955353883217,Donald Trump,13254,REP,48,56.212512834264736,-6,-14.652959295432566 +70072,130536,6227,2020,KS,Pres-G,2020_Pres-G_KS,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-09-28,2020-11-03,36,677,Joe Biden,13256,DEM,42,41.55955353883217,Donald Trump,13254,REP,52,56.212512834264736,-10,-14.652959295432566 +72060,135096,6227,2020,KS,Pres-G,2020_Pres-G_KS,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,306,Joe Biden,13256,DEM,37.6,41.55955353883217,Donald Trump,13254,REP,52,56.212512834264736,-14.399999999999999,-14.652959295432566 +71501,133939,6227,2020,KS,Pres-G,2020_Pres-G_KS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,2718,Joe Biden,13256,DEM,48,41.55955353883217,Donald Trump,13254,REP,51,56.212512834264736,-3,-14.652959295432566 +71558,134048,6227,2020,KS,Pres-G,2020_Pres-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-19,2020-11-03,15,897,Joe Biden,13256,DEM,42,41.55955353883217,Donald Trump,13254,REP,54,56.212512834264736,-12,-14.652959295432566 +71545,134021,6227,2020,KS,Pres-G,2020_Pres-G_KS,co/efficient,514,FALSE,FALSE,IVR/Text,REP,2020-10-19,2020-11-03,15,2453,Joe Biden,13256,DEM,39,41.55955353883217,Donald Trump,13254,REP,56,56.212512834264736,-17,-14.652959295432566 +71673,134271,6227,2020,KS,Pres-G,2020_Pres-G_KS,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,755,Joe Biden,13256,DEM,41,41.55955353883217,Donald Trump,13254,REP,48,56.212512834264736,-7,-14.652959295432566 +72723,136492,6227,2020,KS,Pres-G,2020_Pres-G_KS,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1121,Joe Biden,13256,DEM,41,41.55955353883217,Donald Trump,13254,REP,55,56.212512834264736,-14,-14.652959295432566 +72844,136703,6227,2020,KS,Pres-G,2020_Pres-G_KS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2321,Joe Biden,13256,DEM,44,41.55955353883217,Donald Trump,13254,REP,55,56.212512834264736,-11,-14.652959295432566 +69487,129440,6228,2020,KY,Pres-G,2020_Pres-G_KY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,1164,Joe Biden,13256,DEM,38,36.15151481115404,Donald Trump,13254,REP,58,62.08657186929044,-20,-25.9350570581364 +69939,130232,6228,2020,KY,Pres-G,2020_Pres-G_KY,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,807,Joe Biden,13256,DEM,35,36.15151481115404,Donald Trump,13254,REP,55,62.08657186929044,-20,-25.9350570581364 +71443,133804,6228,2020,KY,Pres-G,2020_Pres-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,625,Joe Biden,13256,DEM,39,36.15151481115404,Donald Trump,13254,REP,56,62.08657186929044,-17,-25.9350570581364 +71500,133938,6228,2020,KY,Pres-G,2020_Pres-G_KY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,2908,Joe Biden,13256,DEM,42,36.15151481115404,Donald Trump,13254,REP,57,62.08657186929044,-15,-25.9350570581364 +72239,135526,6228,2020,KY,Pres-G,2020_Pres-G_KY,Bluegrass Community and Technical College,632,FALSE,FALSE,Live Phone,NA,2020-10-22,2020-11-03,12,250,Joe Biden,13256,DEM,38.8,36.15151481115404,Donald Trump,13254,REP,52,62.08657186929044,-13.200000000000003,-25.9350570581364 +72779,136561,6228,2020,KY,Pres-G,2020_Pres-G_KY,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,383,Joe Biden,13256,DEM,41.5,36.15151481115404,Donald Trump,13254,REP,55,62.08657186929044,-13.5,-25.9350570581364 +72843,136702,6228,2020,KY,Pres-G,2020_Pres-G_KY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2009,Joe Biden,13256,DEM,40,36.15151481115404,Donald Trump,13254,REP,59,62.08657186929044,-19,-25.9350570581364 +69579,129663,6229,2020,LA,Pres-G,2020_Pres-G_LA,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2020-09-04,2020-11-03,60,600,Joe Biden,13256,DEM,42,39.85145680152621,Donald Trump,13254,REP,48,58.46088241400853,-6,-18.60942561248232 +70987,132832,6229,2020,LA,Pres-G,2020_Pres-G_LA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-05,2020-11-03,29,1048,Joe Biden,13256,DEM,35.9,39.85145680152621,Donald Trump,13254,REP,54.1,58.46088241400853,-18.200000000000003,-18.60942561248232 +71499,133937,6229,2020,LA,Pres-G,2020_Pres-G_LA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,2466,Joe Biden,13256,DEM,40,39.85145680152621,Donald Trump,13254,REP,58,58.46088241400853,-18,-18.60942561248232 +72053,135083,6229,2020,LA,Pres-G,2020_Pres-G_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,IVR,NA,2020-10-22,2020-11-03,12,755,Joe Biden,13256,DEM,35.9,39.85145680152621,Donald Trump,13254,REP,58.8,58.46088241400853,-22.9,-18.60942561248232 +72780,136562,6229,2020,LA,Pres-G,2020_Pres-G_LA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,378,Joe Biden,13256,DEM,39.1,39.85145680152621,Donald Trump,13254,REP,56.6,58.46088241400853,-17.5,-18.60942561248232 +72842,136701,6229,2020,LA,Pres-G,2020_Pres-G_LA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1556,Joe Biden,13256,DEM,36,39.85145680152621,Donald Trump,13254,REP,62,58.46088241400853,-26,-18.60942561248232 +71498,133936,6230,2020,MA,Pres-G,2020_Pres-G_MA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,4600,Joe Biden,13256,DEM,69,65.6000630059685,Donald Trump,13254,REP,29,32.14191103050557,40,33.458151975462926 +71972,134917,6230,2020,MA,Pres-G,2020_Pres-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,713,Joe Biden,13256,DEM,64,65.6000630059685,Donald Trump,13254,REP,29,32.14191103050557,35,33.458151975462926 +72715,136477,6230,2020,MA,Pres-G,2020_Pres-G_MA,MassINC Polling Group,198,TRUE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,929,Joe Biden,13256,DEM,62,65.6000630059685,Donald Trump,13254,REP,28,32.14191103050557,34,33.458151975462926 +72841,136700,6230,2020,MA,Pres-G,2020_Pres-G_MA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3653,Joe Biden,13256,DEM,69,65.6000630059685,Donald Trump,13254,REP,29,32.14191103050557,40,33.458151975462926 +69970,130304,6231,2020,MD,Pres-G,2020_Pres-G_MD,OpinionWorks,244,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-08,2020-11-03,56,753,Joe Biden,13256,DEM,62,65.36066486007711,Donald Trump,13254,REP,30,32.15029156774876,32,33.21037329232835 +70631,132070,6231,2020,MD,Pres-G,2020_Pres-G_MD,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-30,2020-11-03,34,650,Joe Biden,13256,DEM,61,65.36066486007711,Donald Trump,13254,REP,32,32.15029156774876,29,33.21037329232835 +70663,132148,6231,2020,MD,Pres-G,2020_Pres-G_MD,Goucher College Sarah T. Hughes Center for Politics,414,TRUE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,776,Joe Biden,13256,DEM,61,65.36066486007711,Donald Trump,13254,REP,30,32.15029156774876,31,33.21037329232835 +71497,133935,6231,2020,MD,Pres-G,2020_Pres-G_MD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,4647,Joe Biden,13256,DEM,66,65.36066486007711,Donald Trump,13254,REP,32,32.15029156774876,34,33.21037329232835 +72029,135032,6231,2020,MD,Pres-G,2020_Pres-G_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,820,Joe Biden,13256,DEM,58,65.36066486007711,Donald Trump,13254,REP,32.9,32.15029156774876,25.1,33.21037329232835 +72781,136563,6231,2020,MD,Pres-G,2020_Pres-G_MD,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,503,Joe Biden,13256,DEM,67,65.36066486007711,Donald Trump,13254,REP,31.1,32.15029156774876,35.9,33.21037329232835 +72840,136699,6231,2020,MD,Pres-G,2020_Pres-G_MD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3216,Joe Biden,13256,DEM,66,65.36066486007711,Donald Trump,13254,REP,31,32.15029156774876,35,33.21037329232835 +69488,129441,6232,2020,ME,Pres-G,2020_Pres-G_ME,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,1183,Joe Biden,13256,DEM,59,53.09245955573236,Donald Trump,13254,REP,38,44.02125299434629,21,9.07120656138607 +69524,129507,6232,2020,ME,Pres-G,2020_Pres-G_ME,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,663,Joe Biden,13256,DEM,55,53.09245955573236,Donald Trump,13254,REP,38,44.02125299434629,17,9.07120656138607 +69587,129679,6232,2020,ME,Pres-G,2020_Pres-G_ME,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,500,Joe Biden,13256,DEM,51.4,53.09245955573236,Donald Trump,13254,REP,39.2,44.02125299434629,12.199999999999996,9.07120656138607 +69967,130299,6232,2020,ME,Pres-G,2020_Pres-G_ME,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-20,2020-11-03,44,847,Joe Biden,13256,DEM,50,53.09245955573236,Donald Trump,13254,REP,39,44.02125299434629,11,9.07120656138607 +70081,130559,6232,2020,ME,Pres-G,2020_Pres-G_ME,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-25,2020-11-03,39,718,Joe Biden,13256,DEM,55,53.09245955573236,Donald Trump,13254,REP,41,44.02125299434629,14,9.07120656138607 +70610,132018,6232,2020,ME,Pres-G,2020_Pres-G_ME,Digital Research,64,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-29,2020-11-03,35,466,Joe Biden,13256,DEM,51,53.09245955573236,Donald Trump,13254,REP,40,44.02125299434629,11,9.07120656138607 +71085,133057,6232,2020,ME,Pres-G,2020_Pres-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2020-10-04,2020-11-03,30,600,Joe Biden,13256,DEM,50.3,53.09245955573236,Donald Trump,13254,REP,39.7,44.02125299434629,10.599999999999994,9.07120656138607 +71496,133934,6232,2020,ME,Pres-G,2020_Pres-G_ME,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,1430,Joe Biden,13256,DEM,56,53.09245955573236,Donald Trump,13254,REP,43,44.02125299434629,13,9.07120656138607 +72076,135127,6232,2020,ME,Pres-G,2020_Pres-G_ME,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-23,2020-11-03,11,879,Joe Biden,13256,DEM,51,53.09245955573236,Donald Trump,13254,REP,38,44.02125299434629,13,9.07120656138607 +72179,135387,6232,2020,ME,Pres-G,2020_Pres-G_ME,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,1007,Joe Biden,13256,DEM,53,53.09245955573236,Donald Trump,13254,REP,40,44.02125299434629,13,9.07120656138607 +72511,136075,6232,2020,ME,Pres-G,2020_Pres-G_ME,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web,NA,2020-10-30,2020-11-03,4,611,Joe Biden,13256,DEM,54.3,53.09245955573236,Donald Trump,13254,REP,42.9,44.02125299434629,11.399999999999999,9.07120656138607 +72839,136698,6232,2020,ME,Pres-G,2020_Pres-G_ME,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1274,Joe Biden,13256,DEM,56,53.09245955573236,Donald Trump,13254,REP,42,44.02125299434629,14,9.07120656138607 +72801,136602,6232,2020,ME,Pres-G,2020_Pres-G_ME,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,1024,Joe Biden,13256,DEM,52,53.09245955573236,Donald Trump,13254,REP,40,44.02125299434629,12,9.07120656138607 +68535,128310,6233,2020,MI,Pres-G,2020_Pres-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,876,Joe Biden,13256,DEM,49,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,6,2.7835275996867495 +69544,129562,6233,2020,MI,Pres-G,2020_Pres-G_MI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-13,2020-11-03,51,930,Joe Biden,13256,DEM,49,50.62081829082437,Donald Trump,13254,REP,39,47.83729069113762,10,2.7835275996867495 +69535,129544,6233,2020,MI,Pres-G,2020_Pres-G_MI,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2020-09-13,2020-11-03,51,517,Joe Biden,13256,DEM,53,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,11,2.7835275996867495 +69529,129530,6233,2020,MI,Pres-G,2020_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,600,Joe Biden,13256,DEM,48,50.62081829082437,Donald Trump,13254,REP,40,47.83729069113762,8,2.7835275996867495 +69661,129866,6233,2020,MI,Pres-G,2020_Pres-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,637,Joe Biden,13256,DEM,49,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,5,2.7835275996867495 +69983,130328,6233,2020,MI,Pres-G,2020_Pres-G_MI,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-18,2020-11-03,46,400,Joe Biden,13256,DEM,50,50.62081829082437,Donald Trump,13254,REP,45,47.83729069113762,5,2.7835275996867495 +69648,129847,6233,2020,MI,Pres-G,2020_Pres-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2020-09-16,2020-11-03,48,600,Joe Biden,13256,DEM,46,50.62081829082437,Donald Trump,13254,REP,41,47.83729069113762,5,2.7835275996867495 +69940,130234,6233,2020,MI,Pres-G,2020_Pres-G_MI,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,455,Joe Biden,13256,DEM,48,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,6,2.7835275996867495 +69683,129905,6233,2020,MI,Pres-G,2020_Pres-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,568,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,8,2.7835275996867495 +69714,130003,6233,2020,MI,Pres-G,2020_Pres-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-16,2020-11-03,48,641,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,45,47.83729069113762,6,2.7835275996867495 +69945,130255,6233,2020,MI,Pres-G,2020_Pres-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-21,2020-11-03,43,1015,Joe Biden,13256,DEM,46,50.62081829082437,Donald Trump,13254,REP,46.7,47.83729069113762,-0.7000000000000028,2.7835275996867495 +69701,129961,6233,2020,MI,Pres-G,2020_Pres-G_MI,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-09-15,2020-11-03,49,1001,Joe Biden,13256,DEM,49.9,50.62081829082437,Donald Trump,13254,REP,41.9,47.83729069113762,8,2.7835275996867495 +69995,130356,6233,2020,MI,Pres-G,2020_Pres-G_MI,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-09-21,2020-11-03,43,799,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,8,2.7835275996867495 +70077,130549,6233,2020,MI,Pres-G,2020_Pres-G_MI,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2020-09-20,2020-11-03,44,800,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,8,2.7835275996867495 +70127,130654,6233,2020,MI,Pres-G,2020_Pres-G_MI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,785,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,9,2.7835275996867495 +70057,130509,6233,2020,MI,Pres-G,2020_Pres-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-27,2020-11-03,37,1042,Joe Biden,13256,DEM,48.7,50.62081829082437,Donald Trump,13254,REP,47.1,47.83729069113762,1.6000000000000014,2.7835275996867495 +70129,130657,6233,2020,MI,Pres-G,2020_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-09-30,2020-11-03,34,746,Joe Biden,13256,DEM,50,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,6,2.7835275996867495 +70589,131975,6233,2020,MI,Pres-G,2020_Pres-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,600,Joe Biden,13256,DEM,48,50.62081829082437,Donald Trump,13254,REP,39.2,47.83729069113762,8.799999999999997,2.7835275996867495 +70606,132011,6233,2020,MI,Pres-G,2020_Pres-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,676,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,8,2.7835275996867495 +70710,132264,6233,2020,MI,Pres-G,2020_Pres-G_MI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,700,Joe Biden,13256,DEM,50,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,8,2.7835275996867495 +71761,134453,6233,2020,MI,Pres-G,2020_Pres-G_MI,National Research,225,FALSE,FALSE,Live Phone,REP,2020-10-05,2020-11-03,29,800,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,9,2.7835275996867495 +70615,132031,6233,2020,MI,Pres-G,2020_Pres-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-03,2020-11-03,31,709,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,8,2.7835275996867495 +70692,132225,6233,2020,MI,Pres-G,2020_Pres-G_MI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-06,2020-11-03,28,716,Joe Biden,13256,DEM,54.2,50.62081829082437,Donald Trump,13254,REP,43.4,47.83729069113762,10.800000000000004,2.7835275996867495 +70719,132288,6233,2020,MI,Pres-G,2020_Pres-G_MI,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-10-04,2020-11-03,30,1134,Joe Biden,13256,DEM,50.2,50.62081829082437,Donald Trump,13254,REP,43.2,47.83729069113762,7,2.7835275996867495 +70724,132308,6233,2020,MI,Pres-G,2020_Pres-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-08,2020-11-03,26,1190,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,46,47.83729069113762,6,2.7835275996867495 +72745,136524,6233,2020,MI,Pres-G,2020_Pres-G_MI,Redfield & Wilton Strategies,562,TRUE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,827,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,41,47.83729069113762,10,2.7835275996867495 +71103,133106,6233,2020,MI,Pres-G,2020_Pres-G_MI,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2020-10-10,2020-11-03,24,543,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,9,2.7835275996867495 +70737,132334,6233,2020,MI,Pres-G,2020_Pres-G_MI,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-08,2020-11-03,26,614,Joe Biden,13256,DEM,48,50.62081829082437,Donald Trump,13254,REP,40,47.83729069113762,8,2.7835275996867495 +70979,132815,6233,2020,MI,Pres-G,2020_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,600,Joe Biden,13256,DEM,48,50.62081829082437,Donald Trump,13254,REP,39,47.83729069113762,9,2.7835275996867495 +72744,136523,6233,2020,MI,Pres-G,2020_Pres-G_MI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,972,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,9,2.7835275996867495 +71089,133064,6233,2020,MI,Pres-G,2020_Pres-G_MI,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-10,2020-11-03,24,800,Joe Biden,13256,DEM,48,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,6,2.7835275996867495 +70785,132434,6233,2020,MI,Pres-G,2020_Pres-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-10,2020-11-03,24,620,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,7,2.7835275996867495 +71170,133245,6233,2020,MI,Pres-G,2020_Pres-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-13,2020-11-03,21,1025,Joe Biden,13256,DEM,45.9,50.62081829082437,Donald Trump,13254,REP,46.5,47.83729069113762,-0.6000000000000014,2.7835275996867495 +71178,133260,6233,2020,MI,Pres-G,2020_Pres-G_MI,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-14,2020-11-03,20,1289,Joe Biden,13256,DEM,54,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,11,2.7835275996867495 +71367,133642,6233,2020,MI,Pres-G,2020_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Live Phone,NA,2020-10-18,2020-11-03,16,900,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,41,47.83729069113762,10,2.7835275996867495 +71623,134174,6233,2020,MI,Pres-G,2020_Pres-G_MI,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-17,2020-11-03,17,830,Joe Biden,13256,DEM,50,50.62081829082437,Donald Trump,13254,REP,45,47.83729069113762,5,2.7835275996867495 +71649,134225,6233,2020,MI,Pres-G,2020_Pres-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-17,2020-11-03,17,1034,Joe Biden,13256,DEM,44.9,50.62081829082437,Donald Trump,13254,REP,46.7,47.83729069113762,-1.8000000000000043,2.7835275996867495 +71744,134420,6233,2020,MI,Pres-G,2020_Pres-G_MI,Zia Poll,393,FALSE,FALSE,Live Phone,NA,2020-10-15,2020-11-03,19,2851,Joe Biden,13256,DEM,45,50.62081829082437,Donald Trump,13254,REP,49,47.83729069113762,-4,2.7835275996867495 +71495,133933,6233,2020,MI,Pres-G,2020_Pres-G_MI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,6222,Joe Biden,13256,DEM,53,50.62081829082437,Donald Trump,13254,REP,45,47.83729069113762,8,2.7835275996867495 +71521,133959,6233,2020,MI,Pres-G,2020_Pres-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,718,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,7,2.7835275996867495 +71738,134403,6233,2020,MI,Pres-G,2020_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,600,Joe Biden,13256,DEM,48,50.62081829082437,Donald Trump,13254,REP,39,47.83729069113762,9,2.7835275996867495 +71641,134213,6233,2020,MI,Pres-G,2020_Pres-G_MI,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1717,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,8,2.7835275996867495 +71625,134183,6233,2020,MI,Pres-G,2020_Pres-G_MI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,1032,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,40,47.83729069113762,12,2.7835275996867495 +72182,135392,6233,2020,MI,Pres-G,2020_Pres-G_MI,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Joe Biden,13256,DEM,49.5,50.62081829082437,Donald Trump,13254,REP,41.36,47.83729069113762,8.14,2.7835275996867495 +71462,133969,6233,2020,MI,Pres-G,2020_Pres-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-17,2020-11-03,17,686,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,8,2.7835275996867495 +71946,134865,6233,2020,MI,Pres-G,2020_Pres-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,681,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,10,2.7835275996867495 +71679,134286,6233,2020,MI,Pres-G,2020_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-21,2020-11-03,13,804,Joe Biden,13256,DEM,50,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,7,2.7835275996867495 +71890,134748,6233,2020,MI,Pres-G,2020_Pres-G_MI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-24,2020-11-03,10,679,Joe Biden,13256,DEM,55,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,13,2.7835275996867495 +72065,135106,6233,2020,MI,Pres-G,2020_Pres-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,600,Joe Biden,13256,DEM,49.3,50.62081829082437,Donald Trump,13254,REP,41.6,47.83729069113762,7.699999999999996,2.7835275996867495 +72074,135122,6233,2020,MI,Pres-G,2020_Pres-G_MI,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-10-22,2020-11-03,12,789,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,7,2.7835275996867495 +72152,135298,6233,2020,MI,Pres-G,2020_Pres-G_MI,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,856,Joe Biden,13256,DEM,49,50.62081829082437,Donald Trump,13254,REP,41,47.83729069113762,8,2.7835275996867495 +72302,135642,6233,2020,MI,Pres-G,2020_Pres-G_MI,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,394,Joe Biden,13256,DEM,58.6,50.62081829082437,Donald Trump,13254,REP,39.6,47.83729069113762,19,2.7835275996867495 +72058,135100,6233,2020,MI,Pres-G,2020_Pres-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-23,2020-11-03,11,652,Joe Biden,13256,DEM,53,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,10,2.7835275996867495 +72170,135363,6233,2020,MI,Pres-G,2020_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2020-10-26,2020-11-03,8,759,Joe Biden,13256,DEM,52.4,50.62081829082437,Donald Trump,13254,REP,42,47.83729069113762,10.399999999999999,2.7835275996867495 +72800,136598,6233,2020,MI,Pres-G,2020_Pres-G_MI,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-27,2020-11-03,7,1000,Joe Biden,13256,DEM,48.4,50.62081829082437,Donald Trump,13254,REP,48.1,47.83729069113762,0.29999999999999716,2.7835275996867495 +72340,135724,6233,2020,MI,Pres-G,2020_Pres-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-27,2020-11-03,7,1058,Joe Biden,13256,DEM,46.6,50.62081829082437,Donald Trump,13254,REP,49.1,47.83729069113762,-2.5,2.7835275996867495 +72483,136025,6233,2020,MI,Pres-G,2020_Pres-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,600,Joe Biden,13256,DEM,48,50.62081829082437,Donald Trump,13254,REP,41,47.83729069113762,7,2.7835275996867495 +72311,135661,6233,2020,MI,Pres-G,2020_Pres-G_MI,Kiaer Research,585,FALSE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,669,Joe Biden,13256,DEM,53.5,50.62081829082437,Donald Trump,13254,REP,40.6,47.83729069113762,12.899999999999999,2.7835275996867495 +72493,136046,6233,2020,MI,Pres-G,2020_Pres-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2020-10-29,2020-11-03,5,817,Joe Biden,13256,DEM,52.1,50.62081829082437,Donald Trump,13254,REP,45,47.83729069113762,7.100000000000001,2.7835275996867495 +72335,135717,6233,2020,MI,Pres-G,2020_Pres-G_MI,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-28,2020-11-03,6,800,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,7,2.7835275996867495 +72734,136508,6233,2020,MI,Pres-G,2020_Pres-G_MI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,1212,Joe Biden,13256,DEM,54,50.62081829082437,Donald Trump,13254,REP,41,47.83729069113762,13,2.7835275996867495 +72333,135712,6233,2020,MI,Pres-G,2020_Pres-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-29,2020-11-03,5,745,Joe Biden,13256,DEM,54,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,10,2.7835275996867495 +72587,136223,6233,2020,MI,Pres-G,2020_Pres-G_MI,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,993,Joe Biden,13256,DEM,53,50.62081829082437,Donald Trump,13254,REP,39,47.83729069113762,14,2.7835275996867495 +72416,135876,6233,2020,MI,Pres-G,2020_Pres-G_MI,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,907,Joe Biden,13256,DEM,53,50.62081829082437,Donald Trump,13254,REP,41,47.83729069113762,12,2.7835275996867495 +72607,136255,6233,2020,MI,Pres-G,2020_Pres-G_MI,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1736,Joe Biden,13256,DEM,51.8,50.62081829082437,Donald Trump,13254,REP,44.5,47.83729069113762,7.299999999999997,2.7835275996867495 +72509,136072,6233,2020,MI,Pres-G,2020_Pres-G_MI,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-30,2020-11-03,4,500,Joe Biden,13256,DEM,48.8,50.62081829082437,Donald Trump,13254,REP,46.7,47.83729069113762,2.0999999999999943,2.7835275996867495 +72594,136232,6233,2020,MI,Pres-G,2020_Pres-G_MI,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,686,Joe Biden,13256,DEM,48.3,50.62081829082437,Donald Trump,13254,REP,45.9,47.83729069113762,2.3999999999999986,2.7835275996867495 +72595,136235,6233,2020,MI,Pres-G,2020_Pres-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-30,2020-11-03,4,1033,Joe Biden,13256,DEM,45.8,50.62081829082437,Donald Trump,13254,REP,48.3,47.83729069113762,-2.5,2.7835275996867495 +72487,136035,6233,2020,MI,Pres-G,2020_Pres-G_MI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,700,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,45.5,47.83729069113762,6.5,2.7835275996867495 +72624,136288,6233,2020,MI,Pres-G,2020_Pres-G_MI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Joe Biden,13256,DEM,50,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,7,2.7835275996867495 +72728,136499,6233,2020,MI,Pres-G,2020_Pres-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,383,Joe Biden,13256,DEM,51,50.62081829082437,Donald Trump,13254,REP,44,47.83729069113762,7,2.7835275996867495 +72508,136073,6233,2020,MI,Pres-G,2020_Pres-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-29,2020-11-03,5,654,Joe Biden,13256,DEM,53,50.62081829082437,Donald Trump,13254,REP,43,47.83729069113762,10,2.7835275996867495 +72769,136551,6233,2020,MI,Pres-G,2020_Pres-G_MI,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,413,Joe Biden,13256,DEM,53.6,50.62081829082437,Donald Trump,13254,REP,44.9,47.83729069113762,8.700000000000003,2.7835275996867495 +72838,136697,6233,2020,MI,Pres-G,2020_Pres-G_MI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,4549,Joe Biden,13256,DEM,52,50.62081829082437,Donald Trump,13254,REP,46,47.83729069113762,6,2.7835275996867495 +68481,128200,6234,2020,MN,Pres-G,2020_Pres-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-09-03,2020-11-03,61,877,Joe Biden,13256,DEM,52,52.39509930974001,Donald Trump,13254,REP,44,45.28494240916937,8,7.110156900570644 +68565,128382,6234,2020,MN,Pres-G,2020_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-09-06,2020-11-03,58,553,Joe Biden,13256,DEM,48.8,52.39509930974001,Donald Trump,13254,REP,40.1,45.28494240916937,8.699999999999996,7.110156900570644 +69416,129275,6234,2020,MN,Pres-G,2020_Pres-G_MN,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-09,2020-11-03,55,814,Joe Biden,13256,DEM,50,52.39509930974001,Donald Trump,13254,REP,41,45.28494240916937,9,7.110156900570644 +69424,129304,6234,2020,MN,Pres-G,2020_Pres-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-10,2020-11-03,54,1087,Joe Biden,13256,DEM,50,52.39509930974001,Donald Trump,13254,REP,41,45.28494240916937,9,7.110156900570644 +69449,129345,6234,2020,MN,Pres-G,2020_Pres-G_MN,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-08,2020-11-03,56,643,Joe Biden,13256,DEM,48,52.39509930974001,Donald Trump,13254,REP,44,45.28494240916937,4,7.110156900570644 +69474,129399,6234,2020,MN,Pres-G,2020_Pres-G_MN,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-09-10,2020-11-03,54,615,Joe Biden,13256,DEM,57,52.39509930974001,Donald Trump,13254,REP,41,45.28494240916937,16,7.110156900570644 +69567,129610,6234,2020,MN,Pres-G,2020_Pres-G_MN,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,718,Joe Biden,13256,DEM,51,52.39509930974001,Donald Trump,13254,REP,42,45.28494240916937,9,7.110156900570644 +69988,130342,6234,2020,MN,Pres-G,2020_Pres-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2020-09-22,2020-11-03,42,800,Joe Biden,13256,DEM,48,52.39509930974001,Donald Trump,13254,REP,42,45.28494240916937,6,7.110156900570644 +69978,130319,6234,2020,MN,Pres-G,2020_Pres-G_MN,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-22,2020-11-03,42,500,Joe Biden,13256,DEM,46.6,52.39509930974001,Donald Trump,13254,REP,40.2,45.28494240916937,6.399999999999999,7.110156900570644 +70660,132132,6234,2020,MN,Pres-G,2020_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,929,Joe Biden,13256,DEM,47,52.39509930974001,Donald Trump,13254,REP,40,45.28494240916937,7,7.110156900570644 +71003,132877,6234,2020,MN,Pres-G,2020_Pres-G_MN,David Binder Research,578,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-10-12,2020-11-03,22,200,Joe Biden,13256,DEM,52,52.39509930974001,Donald Trump,13254,REP,41,45.28494240916937,11,7.110156900570644 +71455,133835,6234,2020,MN,Pres-G,2020_Pres-G_MN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-14,2020-11-03,20,1021,Joe Biden,13256,DEM,49,52.39509930974001,Donald Trump,13254,REP,44,45.28494240916937,5,7.110156900570644 +71494,133932,6234,2020,MN,Pres-G,2020_Pres-G_MN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,4696,Joe Biden,13256,DEM,55,52.39509930974001,Donald Trump,13254,REP,43,45.28494240916937,12,7.110156900570644 +71642,134214,6234,2020,MN,Pres-G,2020_Pres-G_MN,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,864,Joe Biden,13256,DEM,51,52.39509930974001,Donald Trump,13254,REP,42,45.28494240916937,9,7.110156900570644 +71539,133999,6234,2020,MN,Pres-G,2020_Pres-G_MN,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-19,2020-11-03,15,840,Joe Biden,13256,DEM,53,52.39509930974001,Donald Trump,13254,REP,43,45.28494240916937,10,7.110156900570644 +71632,134224,6234,2020,MN,Pres-G,2020_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,625,Joe Biden,13256,DEM,48,52.39509930974001,Donald Trump,13254,REP,42,45.28494240916937,6,7.110156900570644 +72339,135723,6234,2020,MN,Pres-G,2020_Pres-G_MN,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-24,2020-11-03,10,1065,Joe Biden,13256,DEM,48,52.39509930974001,Donald Trump,13254,REP,44.8,45.28494240916937,3.200000000000003,7.110156900570644 +72056,135087,6234,2020,MN,Pres-G,2020_Pres-G_MN,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,657,Joe Biden,13256,DEM,53,52.39509930974001,Donald Trump,13254,REP,39,45.28494240916937,14,7.110156900570644 +72171,135365,6234,2020,MN,Pres-G,2020_Pres-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-25,2020-11-03,9,649,Joe Biden,13256,DEM,47,52.39509930974001,Donald Trump,13254,REP,42,45.28494240916937,5,7.110156900570644 +72503,136061,6234,2020,MN,Pres-G,2020_Pres-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2020-10-20,2020-11-03,14,372,Joe Biden,13256,DEM,54,52.39509930974001,Donald Trump,13254,REP,39,45.28494240916937,15,7.110156900570644 +72405,135859,6234,2020,MN,Pres-G,2020_Pres-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-29,2020-11-03,5,770,Joe Biden,13256,DEM,54,52.39509930974001,Donald Trump,13254,REP,43,45.28494240916937,11,7.110156900570644 +72586,136222,6234,2020,MN,Pres-G,2020_Pres-G_MN,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,1138,Joe Biden,13256,DEM,53,52.39509930974001,Donald Trump,13254,REP,44,45.28494240916937,9,7.110156900570644 +72608,136256,6234,2020,MN,Pres-G,2020_Pres-G_MN,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,883,Joe Biden,13256,DEM,51.7,52.39509930974001,Donald Trump,13254,REP,42.4,45.28494240916937,9.300000000000004,7.110156900570644 +72625,136289,6234,2020,MN,Pres-G,2020_Pres-G_MN,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Joe Biden,13256,DEM,52,52.39509930974001,Donald Trump,13254,REP,43,45.28494240916937,9,7.110156900570644 +72740,136517,6234,2020,MN,Pres-G,2020_Pres-G_MN,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1259,Joe Biden,13256,DEM,51,52.39509930974001,Donald Trump,13254,REP,43,45.28494240916937,8,7.110156900570644 +72782,136564,6234,2020,MN,Pres-G,2020_Pres-G_MN,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,466,Joe Biden,13256,DEM,52.7,52.39509930974001,Donald Trump,13254,REP,43.4,45.28494240916937,9.300000000000004,7.110156900570644 +72837,136696,6234,2020,MN,Pres-G,2020_Pres-G_MN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3031,Joe Biden,13256,DEM,56,52.39509930974001,Donald Trump,13254,REP,41,45.28494240916937,15,7.110156900570644 +69557,129589,6235,2020,MO,Pres-G,2020_Pres-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-09-16,2020-11-03,48,1046,Joe Biden,13256,DEM,45,41.40878173618836,Donald Trump,13254,REP,53,56.79965577888949,-8,-15.390874042701128 +70499,131407,6235,2020,MO,Pres-G,2020_Pres-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-09-30,2020-11-03,34,980,Joe Biden,13256,DEM,46,41.40878173618836,Donald Trump,13254,REP,51,56.79965577888949,-5,-15.390874042701128 +70638,132088,6235,2020,MO,Pres-G,2020_Pres-G_MO,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-30,2020-11-03,34,600,Joe Biden,13256,DEM,48,41.40878173618836,Donald Trump,13254,REP,50,56.79965577888949,-2,-15.390874042701128 +70777,132398,6235,2020,MO,Pres-G,2020_Pres-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,931,Joe Biden,13256,DEM,43.2,41.40878173618836,Donald Trump,13254,REP,51.8,56.79965577888949,-8.599999999999994,-15.390874042701128 +71240,133388,6235,2020,MO,Pres-G,2020_Pres-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-10-14,2020-11-03,20,1010,Joe Biden,13256,DEM,45,41.40878173618836,Donald Trump,13254,REP,51,56.79965577888949,-6,-15.390874042701128 +71493,133931,6235,2020,MO,Pres-G,2020_Pres-G_MO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,3955,Joe Biden,13256,DEM,45,41.40878173618836,Donald Trump,13254,REP,52,56.79965577888949,-7,-15.390874042701128 +72404,135857,6235,2020,MO,Pres-G,2020_Pres-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-10-28,2020-11-03,6,1010,Joe Biden,13256,DEM,45,41.40878173618836,Donald Trump,13254,REP,50,56.79965577888949,-5,-15.390874042701128 +72609,136257,6235,2020,MO,Pres-G,2020_Pres-G_MO,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1109,Joe Biden,13256,DEM,42.9,41.40878173618836,Donald Trump,13254,REP,52.3,56.79965577888949,-9.399999999999999,-15.390874042701128 +72783,136565,6235,2020,MO,Pres-G,2020_Pres-G_MO,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,487,Joe Biden,13256,DEM,43.4,41.40878173618836,Donald Trump,13254,REP,54.6,56.79965577888949,-11.200000000000003,-15.390874042701128 +72836,136695,6235,2020,MO,Pres-G,2020_Pres-G_MO,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2926,Joe Biden,13256,DEM,44,41.40878173618836,Donald Trump,13254,REP,54,56.79965577888949,-10,-15.390874042701128 +71492,133930,6236,2020,MS,Pres-G,2020_Pres-G_MS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,1442,Joe Biden,13256,DEM,39,41.05760645597861,Donald Trump,13254,REP,60,57.60295457538255,-21,-16.54534811940394 +72041,135051,6236,2020,MS,Pres-G,2020_Pres-G_MS,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-25,2020-11-03,9,507,Joe Biden,13256,DEM,41,41.05760645597861,Donald Trump,13254,REP,55,57.60295457538255,-14,-16.54534811940394 +72739,136515,6236,2020,MS,Pres-G,2020_Pres-G_MS,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,562,Joe Biden,13256,DEM,41,41.05760645597861,Donald Trump,13254,REP,55,57.60295457538255,-14,-16.54534811940394 +72835,136694,6236,2020,MS,Pres-G,2020_Pres-G_MS,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1461,Joe Biden,13256,DEM,37,41.05760645597861,Donald Trump,13254,REP,61,57.60295457538255,-24,-16.54534811940394 +69561,129594,6237,2020,MT,Pres-G,2020_Pres-G_MT,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,625,Joe Biden,13256,DEM,42,40.5495037039982,Donald Trump,13254,REP,49,56.91865781417723,-7,-16.369154110179032 +70992,132851,6237,2020,MT,Pres-G,2020_Pres-G_MT,Montana State University Bozeman Human Ecology Learning and Problem Solving Lab,486,FALSE,FALSE,Mail,NA,2020-09-23,2020-11-03,41,1615,Joe Biden,13256,DEM,44,40.5495037039982,Donald Trump,13254,REP,51,56.91865781417723,-7,-16.369154110179032 +70656,132124,6237,2020,MT,Pres-G,2020_Pres-G_MT,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-02,2020-11-03,32,737,Joe Biden,13256,DEM,43,40.5495037039982,Donald Trump,13254,REP,49,56.91865781417723,-6,-16.369154110179032 +70662,132135,6237,2020,MT,Pres-G,2020_Pres-G_MT,Emerson College,88,TRUE,FALSE,Text-to-Web,NA,2020-10-06,2020-11-03,28,500,Joe Biden,13256,DEM,43.6,40.5495037039982,Donald Trump,13254,REP,56.4,56.91865781417723,-12.799999999999997,-16.369154110179032 +70732,132322,6237,2020,MT,Pres-G,2020_Pres-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-09,2020-11-03,25,798,Joe Biden,13256,DEM,46,40.5495037039982,Donald Trump,13254,REP,52,56.91865781417723,-6,-16.369154110179032 +71363,134614,6237,2020,MT,Pres-G,2020_Pres-G_MT,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-17,2020-11-03,17,800,Joe Biden,13256,DEM,46,40.5495037039982,Donald Trump,13254,REP,50,56.91865781417723,-4,-16.369154110179032 +71491,133929,6237,2020,MT,Pres-G,2020_Pres-G_MT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,986,Joe Biden,13256,DEM,45,40.5495037039982,Donald Trump,13254,REP,53,56.91865781417723,-8,-16.369154110179032 +71747,134429,6237,2020,MT,Pres-G,2020_Pres-G_MT,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,758,Joe Biden,13256,DEM,43,40.5495037039982,Donald Trump,13254,REP,49,56.91865781417723,-6,-16.369154110179032 +71677,134281,6237,2020,MT,Pres-G,2020_Pres-G_MT,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-17,2020-11-03,17,500,Joe Biden,13256,DEM,43,40.5495037039982,Donald Trump,13254,REP,51,56.91865781417723,-8,-16.369154110179032 +72162,135338,6237,2020,MT,Pres-G,2020_Pres-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,546,Joe Biden,13256,DEM,45,40.5495037039982,Donald Trump,13254,REP,52,56.91865781417723,-7,-16.369154110179032 +72062,135098,6237,2020,MT,Pres-G,2020_Pres-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-26,2020-11-03,8,886,Joe Biden,13256,DEM,47,40.5495037039982,Donald Trump,13254,REP,49,56.91865781417723,-2,-16.369154110179032 +72834,136693,6237,2020,MT,Pres-G,2020_Pres-G_MT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1021,Joe Biden,13256,DEM,46,40.5495037039982,Donald Trump,13254,REP,52,56.91865781417723,-6,-16.369154110179032 +72762,136544,6237,2020,MT,Pres-G,2020_Pres-G_MT,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,920,Joe Biden,13256,DEM,45,40.5495037039982,Donald Trump,13254,REP,50,56.91865781417723,-5,-16.369154110179032 +68536,128311,6238,2020,NC,Pres-G,2020_Pres-G_NC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,442,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,2,-1.3481564232866887 +69408,129258,6238,2020,NC,Pres-G,2020_Pres-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-09-07,2020-11-03,57,1000,Joe Biden,13256,DEM,47.94,48.586194188970325,Donald Trump,13254,REP,48.72,49.93435061225701,-0.7800000000000011,-1.3481564232866887 +69442,129335,6238,2020,NC,Pres-G,2020_Pres-G_NC,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-10,2020-11-03,54,1046,Joe Biden,13256,DEM,46.1,48.586194188970325,Donald Trump,13254,REP,47.8,49.93435061225701,-1.6999999999999957,-1.3481564232866887 +69444,129337,6238,2020,NC,Pres-G,2020_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,596,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,0,-1.3481564232866887 +69462,129368,6238,2020,NC,Pres-G,2020_Pres-G_NC,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-09-11,2020-11-03,53,787,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,3,-1.3481564232866887 +69502,129468,6238,2020,NC,Pres-G,2020_Pres-G_NC,KFF,419,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2020-09-06,2020-11-03,58,1172,Joe Biden,13256,DEM,45,48.586194188970325,Donald Trump,13254,REP,43,49.93435061225701,2,-1.3481564232866887 +69504,129473,6238,2020,NC,Pres-G,2020_Pres-G_NC,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,500,Joe Biden,13256,DEM,46.2,48.586194188970325,Donald Trump,13254,REP,42.8,49.93435061225701,3.4000000000000057,-1.3481564232866887 +69545,129563,6238,2020,NC,Pres-G,2020_Pres-G_NC,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,1092,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,2,-1.3481564232866887 +69525,129508,6238,2020,NC,Pres-G,2020_Pres-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,653,Joe Biden,13256,DEM,45,48.586194188970325,Donald Trump,13254,REP,44,49.93435061225701,1,-1.3481564232866887 +69662,129867,6238,2020,NC,Pres-G,2020_Pres-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,586,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,0,-1.3481564232866887 +69570,129616,6238,2020,NC,Pres-G,2020_Pres-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-09-17,2020-11-03,47,717,Joe Biden,13256,DEM,50.81,48.586194188970325,Donald Trump,13254,REP,49.19,49.93435061225701,1.6200000000000045,-1.3481564232866887 +69684,129906,6238,2020,NC,Pres-G,2020_Pres-G_NC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,579,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,2,-1.3481564232866887 +69650,129955,6238,2020,NC,Pres-G,2020_Pres-G_NC,Harper Polling,132,FALSE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,612,Joe Biden,13256,DEM,44,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,-1,-1.3481564232866887 +70010,130412,6238,2020,NC,Pres-G,2020_Pres-G_NC,Meredith College,423,FALSE,FALSE,Online Panel,NA,2020-09-20,2020-11-03,44,705,Joe Biden,13256,DEM,45.7,48.586194188970325,Donald Trump,13254,REP,45.4,49.93435061225701,0.30000000000000426,-1.3481564232866887 +84047,180771,6238,2020,NC,Pres-G,2020_Pres-G_NC,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2020-09-24,2020-11-03,40,145,Joe Biden,13256,DEM,40,48.586194188970325,Donald Trump,13254,REP,52.4,49.93435061225701,-12.399999999999999,-1.3481564232866887 +69992,130352,6238,2020,NC,Pres-G,2020_Pres-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,1213,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,2,-1.3481564232866887 +70044,130466,6238,2020,NC,Pres-G,2020_Pres-G_NC,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,921,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,0,-1.3481564232866887 +70124,130651,6238,2020,NC,Pres-G,2020_Pres-G_NC,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,1097,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,2,-1.3481564232866887 +70133,130664,6238,2020,NC,Pres-G,2020_Pres-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,2,-1.3481564232866887 +70106,130600,6238,2020,NC,Pres-G,2020_Pres-G_NC,Impact Research,14,FALSE,FALSE,Online Panel,DEM,2020-09-25,2020-11-03,39,822,Joe Biden,13256,DEM,50,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,3,-1.3481564232866887 +70607,132012,6238,2020,NC,Pres-G,2020_Pres-G_NC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,396,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,2,-1.3481564232866887 +70614,132028,6238,2020,NC,Pres-G,2020_Pres-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-03,2020-11-03,31,1232,Joe Biden,13256,DEM,50.4,48.586194188970325,Donald Trump,13254,REP,47.2,49.93435061225701,3.1999999999999957,-1.3481564232866887 +70576,131666,6238,2020,NC,Pres-G,2020_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-04,2020-11-03,30,911,Joe Biden,13256,DEM,50,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,4,-1.3481564232866887 +70657,132125,6238,2020,NC,Pres-G,2020_Pres-G_NC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-02,2020-11-03,32,1285,Joe Biden,13256,DEM,51,48.586194188970325,Donald Trump,13254,REP,44,49.93435061225701,7,-1.3481564232866887 +70707,132261,6238,2020,NC,Pres-G,2020_Pres-G_NC,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,938,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,44,49.93435061225701,5,-1.3481564232866887 +70616,132032,6238,2020,NC,Pres-G,2020_Pres-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-03,2020-11-03,31,601,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,0,-1.3481564232866887 +72751,136530,6238,2020,NC,Pres-G,2020_Pres-G_NC,Redfield & Wilton Strategies,562,TRUE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,950,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,42,49.93435061225701,7,-1.3481564232866887 +70743,132432,6238,2020,NC,Pres-G,2020_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,669,Joe Biden,13256,DEM,50,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,5,-1.3481564232866887 +70780,132415,6238,2020,NC,Pres-G,2020_Pres-G_NC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,500,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,1,-1.3481564232866887 +70797,132449,6238,2020,NC,Pres-G,2020_Pres-G_NC,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-09,2020-11-03,25,800,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,2,-1.3481564232866887 +70990,132847,6238,2020,NC,Pres-G,2020_Pres-G_NC,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,500,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,2,-1.3481564232866887 +72750,136529,6238,2020,NC,Pres-G,2020_Pres-G_NC,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,994,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,3,-1.3481564232866887 +70998,132861,6238,2020,NC,Pres-G,2020_Pres-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,627,Joe Biden,13256,DEM,46,48.586194188970325,Donald Trump,13254,REP,42,49.93435061225701,4,-1.3481564232866887 +70786,132435,6238,2020,NC,Pres-G,2020_Pres-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-10,2020-11-03,24,660,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,0,-1.3481564232866887 +71161,133223,6238,2020,NC,Pres-G,2020_Pres-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-13,2020-11-03,21,721,Joe Biden,13256,DEM,49.2,48.586194188970325,Donald Trump,13254,REP,49.2,49.93435061225701,0,-1.3481564232866887 +71070,133032,6238,2020,NC,Pres-G,2020_Pres-G_NC,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-13,2020-11-03,21,1211,Joe Biden,13256,DEM,51,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,5,-1.3481564232866887 +71441,133793,6238,2020,NC,Pres-G,2020_Pres-G_NC,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,646,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,1,-1.3481564232866887 +71452,133822,6238,2020,NC,Pres-G,2020_Pres-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-17,2020-11-03,17,1155,Joe Biden,13256,DEM,50.6,48.586194188970325,Donald Trump,13254,REP,47.4,49.93435061225701,3.200000000000003,-1.3481564232866887 +71752,134442,6238,2020,NC,Pres-G,2020_Pres-G_NC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-17,2020-11-03,17,929,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,44,49.93435061225701,4,-1.3481564232866887 +71490,133928,6238,2020,NC,Pres-G,2020_Pres-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,6483,Joe Biden,13256,DEM,52,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,6,-1.3481564232866887 +71522,133960,6238,2020,NC,Pres-G,2020_Pres-G_NC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,521,Joe Biden,13256,DEM,50,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,3,-1.3481564232866887 +71746,134425,6238,2020,NC,Pres-G,2020_Pres-G_NC,Meredith College,423,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,732,Joe Biden,13256,DEM,48.1,48.586194188970325,Donald Trump,13254,REP,44,49.93435061225701,4.100000000000001,-1.3481564232866887 +71643,134215,6238,2020,NC,Pres-G,2020_Pres-G_NC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1904,Joe Biden,13256,DEM,50,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,3,-1.3481564232866887 +72183,135393,6238,2020,NC,Pres-G,2020_Pres-G_NC,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Joe Biden,13256,DEM,50.15,48.586194188970325,Donald Trump,13254,REP,43.63,49.93435061225701,6.519999999999996,-1.3481564232866887 +71463,133970,6238,2020,NC,Pres-G,2020_Pres-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-17,2020-11-03,17,660,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,2,-1.3481564232866887 +71662,134249,6238,2020,NC,Pres-G,2020_Pres-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-20,2020-11-03,14,800,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,49,49.93435061225701,-1,-1.3481564232866887 +71891,134752,6238,2020,NC,Pres-G,2020_Pres-G_NC,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-21,2020-11-03,13,1098,Joe Biden,13256,DEM,46,48.586194188970325,Donald Trump,13254,REP,48.8,49.93435061225701,-2.799999999999997,-1.3481564232866887 +71889,134747,6238,2020,NC,Pres-G,2020_Pres-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-22,2020-11-03,12,1022,Joe Biden,13256,DEM,51,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,4,-1.3481564232866887 +72139,135268,6238,2020,NC,Pres-G,2020_Pres-G_NC,Harper Polling,132,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,504,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,1,-1.3481564232866887 +72054,135084,6238,2020,NC,Pres-G,2020_Pres-G_NC,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-25,2020-11-03,9,800,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,1,-1.3481564232866887 +72061,135097,6238,2020,NC,Pres-G,2020_Pres-G_NC,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-25,2020-11-03,9,627,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,0,-1.3481564232866887 +72303,135643,6238,2020,NC,Pres-G,2020_Pres-G_NC,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,396,Joe Biden,13256,DEM,50.2,48.586194188970325,Donald Trump,13254,REP,47.5,49.93435061225701,2.700000000000003,-1.3481564232866887 +72207,135447,6238,2020,NC,Pres-G,2020_Pres-G_NC,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-23,2020-11-03,11,911,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,0,-1.3481564232866887 +72057,135090,6238,2020,NC,Pres-G,2020_Pres-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-26,2020-11-03,8,937,Joe Biden,13256,DEM,51,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,4,-1.3481564232866887 +72153,135302,6238,2020,NC,Pres-G,2020_Pres-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-26,2020-11-03,8,614,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,3,-1.3481564232866887 +72397,135837,6238,2020,NC,Pres-G,2020_Pres-G_NC,Meeting Street Insights,204,FALSE,FALSE,Live Phone,REP,2020-10-26,2020-11-03,8,600,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,3,-1.3481564232866887 +72215,135476,6238,2020,NC,Pres-G,2020_Pres-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1034,Joe Biden,13256,DEM,48,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,3,-1.3481564232866887 +72059,135101,6238,2020,NC,Pres-G,2020_Pres-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-24,2020-11-03,10,647,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,1,-1.3481564232866887 +72521,136091,6238,2020,NC,Pres-G,2020_Pres-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-13,2020-11-03,21,1627,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,4,-1.3481564232866887 +72321,135682,6238,2020,NC,Pres-G,2020_Pres-G_NC,Cardinal Point Analytics (CardinalGPS),591,FALSE,FALSE,IVR/Live Phone,NA,2020-10-27,2020-11-03,7,750,Joe Biden,13256,DEM,45.9,48.586194188970325,Donald Trump,13254,REP,48.05,49.93435061225701,-2.1499999999999986,-1.3481564232866887 +72332,135709,6238,2020,NC,Pres-G,2020_Pres-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,1103,Joe Biden,13256,DEM,50.32,48.586194188970325,Donald Trump,13254,REP,47.6,49.93435061225701,2.719999999999999,-1.3481564232866887 +72796,136594,6238,2020,NC,Pres-G,2020_Pres-G_NC,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-27,2020-11-03,7,1000,Joe Biden,13256,DEM,47.2,48.586194188970325,Donald Trump,13254,REP,49.4,49.93435061225701,-2.1999999999999957,-1.3481564232866887 +72331,135702,6238,2020,NC,Pres-G,2020_Pres-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,800,Joe Biden,13256,DEM,52,48.586194188970325,Donald Trump,13254,REP,46,49.93435061225701,6,-1.3481564232866887 +72326,135691,6238,2020,NC,Pres-G,2020_Pres-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-28,2020-11-03,6,800,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,-1,-1.3481564232866887 +72494,136048,6238,2020,NC,Pres-G,2020_Pres-G_NC,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-28,2020-11-03,6,1082,Joe Biden,13256,DEM,47,48.586194188970325,Donald Trump,13254,REP,49,49.93435061225701,-2,-1.3481564232866887 +72236,135522,6238,2020,NC,Pres-G,2020_Pres-G_NC,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,903,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,1,-1.3481564232866887 +72735,136509,6238,2020,NC,Pres-G,2020_Pres-G_NC,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,1489,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,2,-1.3481564232866887 +72418,135883,6238,2020,NC,Pres-G,2020_Pres-G_NC,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,901,Joe Biden,13256,DEM,51,48.586194188970325,Donald Trump,13254,REP,45,49.93435061225701,6,-1.3481564232866887 +72610,136258,6238,2020,NC,Pres-G,2020_Pres-G_NC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1982,Joe Biden,13256,DEM,49.1,48.586194188970325,Donald Trump,13254,REP,48.4,49.93435061225701,0.7000000000000028,-1.3481564232866887 +72497,136053,6238,2020,NC,Pres-G,2020_Pres-G_NC,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-30,2020-11-03,4,450,Joe Biden,13256,DEM,43.6,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,-4.399999999999999,-1.3481564232866887 +72501,136059,6238,2020,NC,Pres-G,2020_Pres-G_NC,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,812,Joe Biden,13256,DEM,47.5,48.586194188970325,Donald Trump,13254,REP,49.5,49.93435061225701,-2,-1.3481564232866887 +72635,136304,6238,2020,NC,Pres-G,2020_Pres-G_NC,Frederick Polls,108,FALSE,FALSE,Text-to-Web,NA,2020-10-30,2020-11-03,4,676,Joe Biden,13256,DEM,51,48.586194188970325,Donald Trump,13254,REP,49,49.93435061225701,2,-1.3481564232866887 +72515,136081,6238,2020,NC,Pres-G,2020_Pres-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,855,Joe Biden,13256,DEM,47.4,48.586194188970325,Donald Trump,13254,REP,47.1,49.93435061225701,0.29999999999999716,-1.3481564232866887 +72729,136500,6238,2020,NC,Pres-G,2020_Pres-G_NC,Change Research,48,TRUE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,473,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,47,49.93435061225701,2,-1.3481564232866887 +72581,136212,6238,2020,NC,Pres-G,2020_Pres-G_NC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,908,Joe Biden,13256,DEM,50,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,2,-1.3481564232866887 +72659,136362,6238,2020,NC,Pres-G,2020_Pres-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-29,2020-11-03,5,707,Joe Biden,13256,DEM,49,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,1,-1.3481564232866887 +72833,136692,6238,2020,NC,Pres-G,2020_Pres-G_NC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,5363,Joe Biden,13256,DEM,50,48.586194188970325,Donald Trump,13254,REP,48,49.93435061225701,2,-1.3481564232866887 +72770,136552,6238,2020,NC,Pres-G,2020_Pres-G_NC,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-30,2020-11-03,4,690,Joe Biden,13256,DEM,52.3,48.586194188970325,Donald Trump,13254,REP,46.4,49.93435061225701,5.899999999999999,-1.3481564232866887 +70041,130461,6239,2020,ND,Pres-G,2020_Pres-G_ND,DFM Research,69,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-14,2020-11-03,50,500,Joe Biden,13256,DEM,37,31.756762359080092,Donald Trump,13254,REP,56,65.11404873707572,-19,-33.35728637799563 +70583,131966,6239,2020,ND,Pres-G,2020_Pres-G_ND,DFM Research,69,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-28,2020-11-03,36,460,Joe Biden,13256,DEM,37,31.756762359080092,Donald Trump,13254,REP,51,65.11404873707572,-14,-33.35728637799563 +71489,133927,6239,2020,ND,Pres-G,2020_Pres-G_ND,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,511,Joe Biden,13256,DEM,40,31.756762359080092,Donald Trump,13254,REP,59,65.11404873707572,-19,-33.35728637799563 +72832,136691,6239,2020,ND,Pres-G,2020_Pres-G_ND,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,402,Joe Biden,13256,DEM,39,31.756762359080092,Donald Trump,13254,REP,59,65.11404873707572,-20,-33.35728637799563 +71488,133926,6240,2020,NE,Pres-G,2020_Pres-G_NE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,1452,Joe Biden,13256,DEM,46,39.166630941787965,Donald Trump,13254,REP,52,58.22416333205421,-6,-19.057532390266246 +72831,136690,6240,2020,NE,Pres-G,2020_Pres-G_NE,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1742,Joe Biden,13256,DEM,43,39.166630941787965,Donald Trump,13254,REP,56,58.22416333205421,-13,-19.057532390266246 +69418,129277,6241,2020,NH,Pres-G,2020_Pres-G_NH,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-10,2020-11-03,54,445,Joe Biden,13256,DEM,45,52.70830620003597,Donald Trump,13254,REP,42,45.355709776049515,3,7.352596423986455 +70051,130491,6241,2020,NH,Pres-G,2020_Pres-G_NH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-09-24,2020-11-03,40,850,Joe Biden,13256,DEM,56,52.70830620003597,Donald Trump,13254,REP,42,45.355709776049515,14,7.352596423986455 +70045,130468,6241,2020,NH,Pres-G,2020_Pres-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-09-21,2020-11-03,43,657,Joe Biden,13256,DEM,52,52.70830620003597,Donald Trump,13254,REP,44,45.355709776049515,8,7.352596423986455 +70600,132002,6241,2020,NH,Pres-G,2020_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2020-09-27,2020-11-03,37,600,Joe Biden,13256,DEM,53,52.70830620003597,Donald Trump,13254,REP,44,45.355709776049515,9,7.352596423986455 +70066,130520,6241,2020,NH,Pres-G,2020_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,972,Joe Biden,13256,DEM,53,52.70830620003597,Donald Trump,13254,REP,44,45.355709776049515,9,7.352596423986455 +70112,130623,6241,2020,NH,Pres-G,2020_Pres-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-09-30,2020-11-03,34,700,Joe Biden,13256,DEM,53.1,52.70830620003597,Donald Trump,13254,REP,45.3,45.355709776049515,7.800000000000004,7.352596423986455 +70687,132210,6241,2020,NH,Pres-G,2020_Pres-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-03,2020-11-03,31,1147,Joe Biden,13256,DEM,53,52.70830620003597,Donald Trump,13254,REP,41,45.355709776049515,12,7.352596423986455 +70787,132433,6241,2020,NH,Pres-G,2020_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-11,2020-11-03,23,899,Joe Biden,13256,DEM,55,52.70830620003597,Donald Trump,13254,REP,43,45.355709776049515,12,7.352596423986455 +70978,132810,6241,2020,NH,Pres-G,2020_Pres-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,500,Joe Biden,13256,DEM,51,52.70830620003597,Donald Trump,13254,REP,40.8,45.355709776049515,10.200000000000003,7.352596423986455 +71487,133925,6241,2020,NH,Pres-G,2020_Pres-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,1410,Joe Biden,13256,DEM,57,52.70830620003597,Donald Trump,13254,REP,41,45.355709776049515,16,7.352596423986455 +72233,135514,6241,2020,NH,Pres-G,2020_Pres-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-25,2020-11-03,9,1018,Joe Biden,13256,DEM,52,52.70830620003597,Donald Trump,13254,REP,44,45.355709776049515,8,7.352596423986455 +72208,135448,6241,2020,NH,Pres-G,2020_Pres-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-21,2020-11-03,13,757,Joe Biden,13256,DEM,53,52.70830620003597,Donald Trump,13254,REP,43,45.355709776049515,10,7.352596423986455 +72226,135493,6241,2020,NH,Pres-G,2020_Pres-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,600,Joe Biden,13256,DEM,58,52.70830620003597,Donald Trump,13254,REP,39,45.355709776049515,19,7.352596423986455 +72230,135502,6241,2020,NH,Pres-G,2020_Pres-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,864,Joe Biden,13256,DEM,53,52.70830620003597,Donald Trump,13254,REP,45,45.355709776049515,8,7.352596423986455 +72830,136689,6241,2020,NH,Pres-G,2020_Pres-G_NH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1013,Joe Biden,13256,DEM,54,52.70830620003597,Donald Trump,13254,REP,45,45.355709776049515,9,7.352596423986455 +68512,128265,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-09-06,2020-11-03,58,500,Joe Biden,13256,DEM,57.89,57.334196752812986,Donald Trump,13254,REP,39.63,41.396523857348505,18.259999999999998,15.93767289546448 +70544,131585,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,DKC Analytics,592,FALSE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,501,Joe Biden,13256,DEM,52,57.334196752812986,Donald Trump,13254,REP,38,41.396523857348505,14,15.93767289546448 +70702,132250,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,582,Joe Biden,13256,DEM,53,57.334196752812986,Donald Trump,13254,REP,38,41.396523857348505,15,15.93767289546448 +71176,133257,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,721,Joe Biden,13256,DEM,56.3,57.334196752812986,Donald Trump,13254,REP,35.8,41.396523857348505,20.5,15.93767289546448 +71527,133971,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,DKC Analytics,592,FALSE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,500,Joe Biden,13256,DEM,56,57.334196752812986,Donald Trump,13254,REP,34,41.396523857348505,22,15.93767289546448 +71486,133924,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,5121,Joe Biden,13256,DEM,61,57.334196752812986,Donald Trump,13254,REP,36,41.396523857348505,25,15.93767289546448 +72205,135437,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,872,Joe Biden,13256,DEM,61,57.334196752812986,Donald Trump,13254,REP,37,41.396523857348505,24,15.93767289546448 +72304,135644,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,386,Joe Biden,13256,DEM,61.8,57.334196752812986,Donald Trump,13254,REP,37.7,41.396523857348505,24.099999999999994,15.93767289546448 +72626,136290,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Joe Biden,13256,DEM,56,57.334196752812986,Donald Trump,13254,REP,38,41.396523857348505,18,15.93767289546448 +72771,136553,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,324,Joe Biden,13256,DEM,58.9,57.334196752812986,Donald Trump,13254,REP,40,41.396523857348505,18.9,15.93767289546448 +72829,136688,6242,2020,NJ,Pres-G,2020_Pres-G_NJ,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3870,Joe Biden,13256,DEM,59,57.334196752812986,Donald Trump,13254,REP,38,41.396523857348505,21,15.93767289546448 +70593,131988,6243,2020,NM,Pres-G,2020_Pres-G_NM,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-09-30,2020-11-03,34,886,Joe Biden,13256,DEM,53,54.289285849572224,Donald Trump,13254,REP,39,43.49666924612946,14,10.792616603442767 +71528,133972,6243,2020,NM,Pres-G,2020_Pres-G_NM,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-10-16,2020-11-03,18,600,Joe Biden,13256,DEM,54,54.289285849572224,Donald Trump,13254,REP,41,43.49666924612946,13,10.792616603442767 +71485,133923,6243,2020,NM,Pres-G,2020_Pres-G_NM,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,2092,Joe Biden,13256,DEM,53,54.289285849572224,Donald Trump,13254,REP,46,43.49666924612946,7,10.792616603442767 +72400,136015,6243,2020,NM,Pres-G,2020_Pres-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,1180,Joe Biden,13256,DEM,54,54.289285849572224,Donald Trump,13254,REP,42,43.49666924612946,12,10.792616603442767 +72828,136687,6243,2020,NM,Pres-G,2020_Pres-G_NM,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1481,Joe Biden,13256,DEM,56,54.289285849572224,Donald Trump,13254,REP,42,43.49666924612946,14,10.792616603442767 +69417,129276,6244,2020,NV,Pres-G,2020_Pres-G_NV,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-09,2020-11-03,55,462,Joe Biden,13256,DEM,46,50.056781957284024,Donald Trump,13254,REP,42,47.66624732455941,4,2.3905346327246164 +69977,130317,6244,2020,NV,Pres-G,2020_Pres-G_NV,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2020-09-18,2020-11-03,46,800,Joe Biden,13256,DEM,47,50.056781957284024,Donald Trump,13254,REP,43,47.66624732455941,4,2.3905346327246164 +69960,130282,6244,2020,NV,Pres-G,2020_Pres-G_NV,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-09-22,2020-11-03,42,810,Joe Biden,13256,DEM,52,50.056781957284024,Donald Trump,13254,REP,41,47.66624732455941,11,2.3905346327246164 +69994,130354,6244,2020,NV,Pres-G,2020_Pres-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-09-24,2020-11-03,40,750,Joe Biden,13256,DEM,49,50.056781957284024,Donald Trump,13254,REP,48,47.66624732455941,1,2.3905346327246164 +70005,130403,6244,2020,NV,Pres-G,2020_Pres-G_NV,"University of Nevada, Las Vegas Lee Business School",609,FALSE,FALSE,Online Panel,NA,2020-09-18,2020-11-03,46,641,Joe Biden,13256,DEM,46,50.056781957284024,Donald Trump,13254,REP,41,47.66624732455941,5,2.3905346327246164 +70645,132100,6244,2020,NV,Pres-G,2020_Pres-G_NV,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-04,2020-11-03,30,660,Joe Biden,13256,DEM,48,50.056781957284024,Donald Trump,13254,REP,42,47.66624732455941,6,2.3905346327246164 +70725,132309,6244,2020,NV,Pres-G,2020_Pres-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-08,2020-11-03,26,1036,Joe Biden,13256,DEM,52,50.056781957284024,Donald Trump,13254,REP,46,47.66624732455941,6,2.3905346327246164 +70779,132412,6244,2020,NV,Pres-G,2020_Pres-G_NV,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,512,Joe Biden,13256,DEM,44,50.056781957284024,Donald Trump,13254,REP,42,47.66624732455941,2,2.3905346327246164 +71484,133922,6244,2020,NV,Pres-G,2020_Pres-G_NV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,2549,Joe Biden,13256,DEM,51,50.056781957284024,Donald Trump,13254,REP,48,47.66624732455941,3,2.3905346327246164 +71537,133997,6244,2020,NV,Pres-G,2020_Pres-G_NV,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-19,2020-11-03,15,712,Joe Biden,13256,DEM,52,50.056781957284024,Donald Trump,13254,REP,43,47.66624732455941,9,2.3905346327246164 +72037,135043,6244,2020,NV,Pres-G,2020_Pres-G_NV,"University of Nevada, Las Vegas Lee Business School",609,FALSE,FALSE,Online Panel,NA,2020-10-20,2020-11-03,14,802,Joe Biden,13256,DEM,50,50.056781957284024,Donald Trump,13254,REP,41,47.66624732455941,9,2.3905346327246164 +72049,135076,6244,2020,NV,Pres-G,2020_Pres-G_NV,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,809,Joe Biden,13256,DEM,49,50.056781957284024,Donald Trump,13254,REP,43,47.66624732455941,6,2.3905346327246164 +72231,135509,6244,2020,NV,Pres-G,2020_Pres-G_NV,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,688,Joe Biden,13256,DEM,50,50.056781957284024,Donald Trump,13254,REP,44,47.66624732455941,6,2.3905346327246164 +72341,135725,6244,2020,NV,Pres-G,2020_Pres-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-28,2020-11-03,6,1024,Joe Biden,13256,DEM,49.4,50.056781957284024,Donald Trump,13254,REP,47.1,47.66624732455941,2.299999999999997,2.3905346327246164 +72496,136050,6244,2020,NV,Pres-G,2020_Pres-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,720,Joe Biden,13256,DEM,48.9,50.056781957284024,Donald Trump,13254,REP,47.2,47.66624732455941,1.6999999999999957,2.3905346327246164 +72720,136489,6244,2020,NV,Pres-G,2020_Pres-G_NV,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1442,Joe Biden,13256,DEM,51,50.056781957284024,Donald Trump,13254,REP,44,47.66624732455941,7,2.3905346327246164 +72827,136686,6244,2020,NV,Pres-G,2020_Pres-G_NV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2366,Joe Biden,13256,DEM,49,50.056781957284024,Donald Trump,13254,REP,49,47.66624732455941,0,2.3905346327246164 +72861,136720,6244,2020,NV,Pres-G,2020_Pres-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-11-01,2020-11-03,2,1024,Joe Biden,13256,DEM,48.4,50.056781957284024,Donald Trump,13254,REP,49.1,47.66624732455941,-0.7000000000000028,2.3905346327246164 +70115,130630,6245,2020,NY,Pres-G,2020_Pres-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2020-09-28,2020-11-03,36,504,Joe Biden,13256,DEM,61,56.37083287084579,Donald Trump,13254,REP,29,34.31298085615695,32,22.05785201468884 +71483,133921,6245,2020,NY,Pres-G,2020_Pres-G_NY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,9962,Joe Biden,13256,DEM,65,56.37083287084579,Donald Trump,13254,REP,33,34.31298085615695,32,22.05785201468884 +72305,135645,6245,2020,NY,Pres-G,2020_Pres-G_NY,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,495,Joe Biden,13256,DEM,65.4,56.37083287084579,Donald Trump,13254,REP,32.8,34.31298085615695,32.60000000000001,22.05785201468884 +72627,136291,6245,2020,NY,Pres-G,2020_Pres-G_NY,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Joe Biden,13256,DEM,61,56.37083287084579,Donald Trump,13254,REP,33,34.31298085615695,28,22.05785201468884 +72826,136685,6245,2020,NY,Pres-G,2020_Pres-G_NY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,6548,Joe Biden,13256,DEM,63,56.37083287084579,Donald Trump,13254,REP,35,34.31298085615695,28,22.05785201468884 +69536,129545,6246,2020,OH,Pres-G,2020_Pres-G_OH,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2020-09-13,2020-11-03,51,556,Joe Biden,13256,DEM,45,45.239338340705025,Donald Trump,13254,REP,48,53.27130010087464,-3,-8.031961760169615 +69954,130270,6246,2020,OH,Pres-G,2020_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,1085,Joe Biden,13256,DEM,48,45.239338340705025,Donald Trump,13254,REP,47,53.27130010087464,1,-8.031961760169615 +69700,129960,6246,2020,OH,Pres-G,2020_Pres-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-09-15,2020-11-03,49,1011,Joe Biden,13256,DEM,44.9,45.239338340705025,Donald Trump,13254,REP,44.3,53.27130010087464,0.6000000000000014,-8.031961760169615 +69961,130283,6246,2020,OH,Pres-G,2020_Pres-G_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-09-22,2020-11-03,42,830,Joe Biden,13256,DEM,50,45.239338340705025,Donald Trump,13254,REP,45,53.27130010087464,5,-8.031961760169615 +70018,130428,6246,2020,OH,Pres-G,2020_Pres-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-09-13,2020-11-03,51,3092,Joe Biden,13256,DEM,48,45.239338340705025,Donald Trump,13254,REP,50,53.27130010087464,-2,-8.031961760169615 +70134,130665,6246,2020,OH,Pres-G,2020_Pres-G_OH,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,49,53.27130010087464,-2,-8.031961760169615 +71762,134454,6246,2020,OH,Pres-G,2020_Pres-G_OH,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2020-09-30,2020-11-03,34,800,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,47.5,53.27130010087464,-0.5,-8.031961760169615 +70549,131596,6246,2020,OH,Pres-G,2020_Pres-G_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-01,2020-11-03,33,1114,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,47,53.27130010087464,0,-8.031961760169615 +70566,131640,6246,2020,OH,Pres-G,2020_Pres-G_OH,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-02,2020-11-03,32,1035,Joe Biden,13256,DEM,43.9,45.239338340705025,Donald Trump,13254,REP,47.6,53.27130010087464,-3.700000000000003,-8.031961760169615 +70644,132099,6246,2020,OH,Pres-G,2020_Pres-G_OH,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-04,2020-11-03,30,661,Joe Biden,13256,DEM,45,45.239338340705025,Donald Trump,13254,REP,44,53.27130010087464,1,-8.031961760169615 +70720,132289,6246,2020,OH,Pres-G,2020_Pres-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-10-04,2020-11-03,30,1009,Joe Biden,13256,DEM,45.4,45.239338340705025,Donald Trump,13254,REP,47,53.27130010087464,-1.6000000000000014,-8.031961760169615 +71101,133104,6246,2020,OH,Pres-G,2020_Pres-G_OH,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2020-10-10,2020-11-03,24,586,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,50,53.27130010087464,-3,-8.031961760169615 +70999,132866,6246,2020,OH,Pres-G,2020_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,1160,Joe Biden,13256,DEM,48,45.239338340705025,Donald Trump,13254,REP,47,53.27130010087464,1,-8.031961760169615 +71482,133920,6246,2020,OH,Pres-G,2020_Pres-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,6376,Joe Biden,13256,DEM,48,45.239338340705025,Donald Trump,13254,REP,51,53.27130010087464,-3,-8.031961760169615 +71450,133816,6246,2020,OH,Pres-G,2020_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-18,2020-11-03,16,800,Joe Biden,13256,DEM,48,45.239338340705025,Donald Trump,13254,REP,47,53.27130010087464,1,-8.031961760169615 +71644,134216,6246,2020,OH,Pres-G,2020_Pres-G_OH,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,2271,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,49,53.27130010087464,-2,-8.031961760169615 +71626,134184,6246,2020,OH,Pres-G,2020_Pres-G_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,1018,Joe Biden,13256,DEM,45,45.239338340705025,Donald Trump,13254,REP,48,53.27130010087464,-3,-8.031961760169615 +72184,135394,6246,2020,OH,Pres-G,2020_Pres-G_OH,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Joe Biden,13256,DEM,43.2,45.239338340705025,Donald Trump,13254,REP,44.41,53.27130010087464,-1.2099999999999937,-8.031961760169615 +72306,135646,6246,2020,OH,Pres-G,2020_Pres-G_OH,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,440,Joe Biden,13256,DEM,43.6,45.239338340705025,Donald Trump,13254,REP,55.3,53.27130010087464,-11.699999999999996,-8.031961760169615 +72221,135486,6246,2020,OH,Pres-G,2020_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1186,Joe Biden,13256,DEM,48,45.239338340705025,Donald Trump,13254,REP,43,53.27130010087464,5,-8.031961760169615 +72192,135416,6246,2020,OH,Pres-G,2020_Pres-G_OH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,613,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,49,53.27130010087464,-2,-8.031961760169615 +72797,136595,6246,2020,OH,Pres-G,2020_Pres-G_OH,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-27,2020-11-03,7,1000,Joe Biden,13256,DEM,46.5,45.239338340705025,Donald Trump,13254,REP,49.4,53.27130010087464,-2.8999999999999986,-8.031961760169615 +72657,136347,6246,2020,OH,Pres-G,2020_Pres-G_OH,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-29,2020-11-03,5,660,Joe Biden,13256,DEM,46.5,45.239338340705025,Donald Trump,13254,REP,50.4,53.27130010087464,-3.8999999999999986,-8.031961760169615 +72611,136259,6246,2020,OH,Pres-G,2020_Pres-G_OH,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2179,Joe Biden,13256,DEM,46.6,45.239338340705025,Donald Trump,13254,REP,49.2,53.27130010087464,-2.6000000000000014,-8.031961760169615 +72616,136267,6246,2020,OH,Pres-G,2020_Pres-G_OH,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-30,2020-11-03,4,1041,Joe Biden,13256,DEM,44.4,45.239338340705025,Donald Trump,13254,REP,49.2,53.27130010087464,-4.800000000000004,-8.031961760169615 +72488,136036,6246,2020,OH,Pres-G,2020_Pres-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,656,Joe Biden,13256,DEM,49.6,45.239338340705025,Donald Trump,13254,REP,48.7,53.27130010087464,0.8999999999999986,-8.031961760169615 +72628,136292,6246,2020,OH,Pres-G,2020_Pres-G_OH,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,47,53.27130010087464,0,-8.031961760169615 +72643,136318,6246,2020,OH,Pres-G,2020_Pres-G_OH,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-31,2020-11-03,3,800,Joe Biden,13256,DEM,45,45.239338340705025,Donald Trump,13254,REP,49,53.27130010087464,-4,-8.031961760169615 +72578,136207,6246,2020,OH,Pres-G,2020_Pres-G_OH,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-31,2020-11-03,3,1136,Joe Biden,13256,DEM,48,45.239338340705025,Donald Trump,13254,REP,49,53.27130010087464,-1,-8.031961760169615 +72655,136345,6246,2020,OH,Pres-G,2020_Pres-G_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-30,2020-11-03,4,1440,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,43,53.27130010087464,4,-8.031961760169615 +72772,136554,6246,2020,OH,Pres-G,2020_Pres-G_OH,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,516,Joe Biden,13256,DEM,47.1,45.239338340705025,Donald Trump,13254,REP,52.3,53.27130010087464,-5.199999999999996,-8.031961760169615 +72825,136684,6246,2020,OH,Pres-G,2020_Pres-G_OH,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,6025,Joe Biden,13256,DEM,47,45.239338340705025,Donald Trump,13254,REP,51,53.27130010087464,-4,-8.031961760169615 +68569,128391,6247,2020,OK,Pres-G,2020_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone/Online Panel,NA,2020-09-05,2020-11-03,59,486,Joe Biden,13256,DEM,35.2,32.28617433598664,Donald Trump,13254,REP,59.6,65.37327184806296,-24.4,-33.08709751207632 +69956,130277,6247,2020,OK,Pres-G,2020_Pres-G_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-19,2020-11-03,45,500,Joe Biden,13256,DEM,33,32.28617433598664,Donald Trump,13254,REP,55,65.37327184806296,-22,-33.08709751207632 +71481,133919,6247,2020,OK,Pres-G,2020_Pres-G_OK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,2289,Joe Biden,13256,DEM,41,32.28617433598664,Donald Trump,13254,REP,58,65.37327184806296,-17,-33.08709751207632 +71629,134192,6247,2020,OK,Pres-G,2020_Pres-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Online Panel,NA,2020-10-17,2020-11-03,17,5466,Joe Biden,13256,DEM,36.5,32.28617433598664,Donald Trump,13254,REP,58.5,65.37327184806296,-22,-33.08709751207632 +72824,136683,6247,2020,OK,Pres-G,2020_Pres-G_OK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1902,Joe Biden,13256,DEM,35,32.28617433598664,Donald Trump,13254,REP,65,65.37327184806296,-30,-33.08709751207632 +69411,129268,6248,2020,OR,Pres-G,2020_Pres-G_OR,DHM Research,76,FALSE,FALSE,Online Panel,NA,2020-09-05,2020-11-03,59,502,Joe Biden,13256,DEM,51,56.45331865404888,Donald Trump,13254,REP,39,40.367246046343354,12,16.086072607705525 +70076,130548,6248,2020,OR,Pres-G,2020_Pres-G_OR,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-09-28,2020-11-03,36,944,Joe Biden,13256,DEM,56,56.45331865404888,Donald Trump,13254,REP,39,40.367246046343354,17,16.086072607705525 +71480,133918,6248,2020,OR,Pres-G,2020_Pres-G_OR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,3909,Joe Biden,13256,DEM,61,56.45331865404888,Donald Trump,13254,REP,38,40.367246046343354,23,16.086072607705525 +72784,136566,6248,2020,OR,Pres-G,2020_Pres-G_OR,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,324,Joe Biden,13256,DEM,60.4,56.45331865404888,Donald Trump,13254,REP,37.2,40.367246046343354,23.199999999999996,16.086072607705525 +72823,136682,6248,2020,OR,Pres-G,2020_Pres-G_OR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3543,Joe Biden,13256,DEM,59,56.45331865404888,Donald Trump,13254,REP,39,40.367246046343354,20,16.086072607705525 +68537,128312,6249,2020,PA,Pres-G,2020_Pres-G_PA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,829,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,4,1.1648836352756717 +69392,129237,6249,2020,PA,Pres-G,2020_Pres-G_PA,TargetSmart,332,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-05,2020-11-03,59,835,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,7,1.1648836352756717 +68532,128302,6249,2020,PA,Pres-G,2020_Pres-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-09-04,2020-11-03,60,771,Joe Biden,13256,DEM,53,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,9,1.1648836352756717 +69559,129592,6249,2020,PA,Pres-G,2020_Pres-G_PA,Climate Nexus,506,FALSE,FALSE,Online Panel,NA,2020-09-10,2020-11-03,54,659,Joe Biden,13256,DEM,48,50.00849567544814,Donald Trump,13254,REP,43,48.84361204017247,5,1.1648836352756717 +69546,129564,6249,2020,PA,Pres-G,2020_Pres-G_PA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-13,2020-11-03,51,1036,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,5,1.1648836352756717 +69537,129546,6249,2020,PA,Pres-G,2020_Pres-G_PA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2020-09-13,2020-11-03,51,549,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,7,1.1648836352756717 +69626,129812,6249,2020,PA,Pres-G,2020_Pres-G_PA,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,611,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,3,1.1648836352756717 +69568,129614,6249,2020,PA,Pres-G,2020_Pres-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-16,2020-11-03,48,1006,Joe Biden,13256,DEM,47.3,50.00849567544814,Donald Trump,13254,REP,44.9,48.84361204017247,2.3999999999999986,1.1648836352756717 +69704,129973,6249,2020,PA,Pres-G,2020_Pres-G_PA,CPEC,38,FALSE,FALSE,IVR,NA,2020-09-16,2020-11-03,48,820,Joe Biden,13256,DEM,50.3,50.00849567544814,Donald Trump,13254,REP,45.4,48.84361204017247,4.899999999999999,1.1648836352756717 +69984,130329,6249,2020,PA,Pres-G,2020_Pres-G_PA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-18,2020-11-03,46,400,Joe Biden,13256,DEM,53,50.00849567544814,Donald Trump,13254,REP,42,48.84361204017247,11,1.1648836352756717 +69685,129907,6249,2020,PA,Pres-G,2020_Pres-G_PA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,579,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,4,1.1648836352756717 +69708,129978,6249,2020,PA,Pres-G,2020_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2020-09-17,2020-11-03,47,480,Joe Biden,13256,DEM,48,50.00849567544814,Donald Trump,13254,REP,42,48.84361204017247,6,1.1648836352756717 +69966,130296,6249,2020,PA,Pres-G,2020_Pres-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-20,2020-11-03,44,1006,Joe Biden,13256,DEM,48.1,50.00849567544814,Donald Trump,13254,REP,45.9,48.84361204017247,2.200000000000003,1.1648836352756717 +69715,130005,6249,2020,PA,Pres-G,2020_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-16,2020-11-03,48,642,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,4,1.1648836352756717 +69702,129962,6249,2020,PA,Pres-G,2020_Pres-G_PA,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-09-15,2020-11-03,49,1012,Joe Biden,13256,DEM,47.3,50.00849567544814,Donald Trump,13254,REP,44.6,48.84361204017247,2.6999999999999957,1.1648836352756717 +69962,130284,6249,2020,PA,Pres-G,2020_Pres-G_PA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-09-22,2020-11-03,42,856,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,7,1.1648836352756717 +70126,130653,6249,2020,PA,Pres-G,2020_Pres-G_PA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,1015,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,6,1.1648836352756717 +70001,130391,6249,2020,PA,Pres-G,2020_Pres-G_PA,TIPP Insights,144,FALSE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,774,Joe Biden,13256,DEM,49.7,50.00849567544814,Donald Trump,13254,REP,44.7,48.84361204017247,5,1.1648836352756717 +70024,130435,6249,2020,PA,Pres-G,2020_Pres-G_PA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-09-23,2020-11-03,41,568,Joe Biden,13256,DEM,54,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,9,1.1648836352756717 +70017,130426,6249,2020,PA,Pres-G,2020_Pres-G_PA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-26,2020-11-03,38,711,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,40,48.84361204017247,9,1.1648836352756717 +70501,131409,6249,2020,PA,Pres-G,2020_Pres-G_PA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-01,2020-11-03,33,706,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,42,48.84361204017247,7,1.1648836352756717 +70548,131595,6249,2020,PA,Pres-G,2020_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-01,2020-11-03,33,1187,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,7,1.1648836352756717 +70608,132013,6249,2020,PA,Pres-G,2020_Pres-G_PA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,468,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,4,1.1648836352756717 +70599,131999,6249,2020,PA,Pres-G,2020_Pres-G_PA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,500,Joe Biden,13256,DEM,53,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,8,1.1648836352756717 +70620,132039,6249,2020,PA,Pres-G,2020_Pres-G_PA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-04,2020-11-03,30,688,Joe Biden,13256,DEM,50.8,50.00849567544814,Donald Trump,13254,REP,47.4,48.84361204017247,3.3999999999999986,1.1648836352756717 +70649,132109,6249,2020,PA,Pres-G,2020_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,1211,Joe Biden,13256,DEM,54,50.00849567544814,Donald Trump,13254,REP,41,48.84361204017247,13,1.1648836352756717 +70585,131968,6249,2020,PA,Pres-G,2020_Pres-G_PA,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-02,2020-11-03,32,605,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,5,1.1648836352756717 +70709,132263,6249,2020,PA,Pres-G,2020_Pres-G_PA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,927,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,42,48.84361204017247,7,1.1648836352756717 +70721,132290,6249,2020,PA,Pres-G,2020_Pres-G_PA,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-10-04,2020-11-03,30,1140,Joe Biden,13256,DEM,49.6,50.00849567544814,Donald Trump,13254,REP,44.5,48.84361204017247,5.100000000000001,1.1648836352756717 +70736,132328,6249,2020,PA,Pres-G,2020_Pres-G_PA,Whitman Insight Strategies,584,FALSE,FALSE,Online Panel,NA,2020-10-07,2020-11-03,27,517,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,5,1.1648836352756717 +72749,136528,6249,2020,PA,Pres-G,2020_Pres-G_PA,Redfield & Wilton Strategies,562,TRUE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,1145,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,5,1.1648836352756717 +71104,133107,6249,2020,PA,Pres-G,2020_Pres-G_PA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2020-10-10,2020-11-03,24,600,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,7,1.1648836352756717 +70741,132346,6249,2020,PA,Pres-G,2020_Pres-G_PA,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-08,2020-11-03,26,622,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,6,1.1648836352756717 +70773,132394,6249,2020,PA,Pres-G,2020_Pres-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-11,2020-11-03,23,1034,Joe Biden,13256,DEM,47.4,50.00849567544814,Donald Trump,13254,REP,45.1,48.84361204017247,2.299999999999997,1.1648836352756717 +70988,132833,6249,2020,PA,Pres-G,2020_Pres-G_PA,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-09,2020-11-03,25,800,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,43,48.84361204017247,6,1.1648836352756717 +71099,133095,6249,2020,PA,Pres-G,2020_Pres-G_PA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-12,2020-11-03,22,400,Joe Biden,13256,DEM,45.8,50.00849567544814,Donald Trump,13254,REP,42.6,48.84361204017247,3.1999999999999957,1.1648836352756717 +72748,136527,6249,2020,PA,Pres-G,2020_Pres-G_PA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,1289,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,43,48.84361204017247,8,1.1648836352756717 +71366,133641,6249,2020,PA,Pres-G,2020_Pres-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-14,2020-11-03,20,1041,Joe Biden,13256,DEM,47.5,50.00849567544814,Donald Trump,13254,REP,46.4,48.84361204017247,1.1000000000000014,1.1648836352756717 +71179,133261,6249,2020,PA,Pres-G,2020_Pres-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-14,2020-11-03,20,992,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,5,1.1648836352756717 +71479,133917,6249,2020,PA,Pres-G,2020_Pres-G_PA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,8803,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,6,1.1648836352756717 +71457,133838,6249,2020,PA,Pres-G,2020_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-18,2020-11-03,16,800,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,47,48.84361204017247,3,1.1648836352756717 +71523,133961,6249,2020,PA,Pres-G,2020_Pres-G_PA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,574,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,47,48.84361204017247,2,1.1648836352756717 +71555,134042,6249,2020,PA,Pres-G,2020_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,1241,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,43,48.84361204017247,8,1.1648836352756717 +71533,133979,6249,2020,PA,Pres-G,2020_Pres-G_PA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,500,Joe Biden,13256,DEM,48.6,50.00849567544814,Donald Trump,13254,REP,42.4,48.84361204017247,6.200000000000003,1.1648836352756717 +71379,133666,6249,2020,PA,Pres-G,2020_Pres-G_PA,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-16,2020-11-03,18,653,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,4,1.1648836352756717 +71645,134217,6249,2020,PA,Pres-G,2020_Pres-G_PA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,2563,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,43,48.84361204017247,9,1.1648836352756717 +71627,134185,6249,2020,PA,Pres-G,2020_Pres-G_PA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,1045,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,5,1.1648836352756717 +72185,135395,6249,2020,PA,Pres-G,2020_Pres-G_PA,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Joe Biden,13256,DEM,43.99,50.00849567544814,Donald Trump,13254,REP,38.67,48.84361204017247,5.32,1.1648836352756717 +71564,134058,6249,2020,PA,Pres-G,2020_Pres-G_PA,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,843,Joe Biden,13256,DEM,53,50.00849567544814,Donald Trump,13254,REP,43,48.84361204017247,10,1.1648836352756717 +71736,134408,6249,2020,PA,Pres-G,2020_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,416,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,7,1.1648836352756717 +71651,134237,6249,2020,PA,Pres-G,2020_Pres-G_PA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-19,2020-11-03,15,1577,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,6,1.1648836352756717 +71947,134866,6249,2020,PA,Pres-G,2020_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,669,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,8,1.1648836352756717 +71678,134285,6249,2020,PA,Pres-G,2020_Pres-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-21,2020-11-03,13,890,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,5,1.1648836352756717 +71824,134618,6249,2020,PA,Pres-G,2020_Pres-G_PA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-23,2020-11-03,11,602,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,7,1.1648836352756717 +71969,134912,6249,2020,PA,Pres-G,2020_Pres-G_PA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-25,2020-11-03,9,400,Joe Biden,13256,DEM,45.5,50.00849567544814,Donald Trump,13254,REP,48.4,48.84361204017247,-2.8999999999999986,1.1648836352756717 +72337,135721,6249,2020,PA,Pres-G,2020_Pres-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-24,2020-11-03,10,1076,Joe Biden,13256,DEM,47.6,50.00849567544814,Donald Trump,13254,REP,48.4,48.84361204017247,-0.7999999999999972,1.1648836352756717 +72172,135367,6249,2020,PA,Pres-G,2020_Pres-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2020-10-22,2020-11-03,12,558,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,6,1.1648836352756717 +72150,135277,6249,2020,PA,Pres-G,2020_Pres-G_PA,Univision/Latino Decisions/North Star Opinion Research,516,FALSE,FALSE,Live Phone/Email,NA,2020-10-21,2020-11-03,13,723,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,5,1.1648836352756717 +72039,135049,6249,2020,PA,Pres-G,2020_Pres-G_PA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-25,2020-11-03,9,1145,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,7,1.1648836352756717 +72307,135647,6249,2020,PA,Pres-G,2020_Pres-G_PA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,491,Joe Biden,13256,DEM,51.9,50.00849567544814,Donald Trump,13254,REP,46.1,48.84361204017247,5.799999999999997,1.1648836352756717 +71976,134926,6249,2020,PA,Pres-G,2020_Pres-G_PA,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-23,2020-11-03,11,655,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,7,1.1648836352756717 +72169,135361,6249,2020,PA,Pres-G,2020_Pres-G_PA,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-26,2020-11-03,8,800,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,6,1.1648836352756717 +72222,135487,6249,2020,PA,Pres-G,2020_Pres-G_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1324,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,7,1.1648836352756717 +72522,136092,6249,2020,PA,Pres-G,2020_Pres-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-13,2020-11-03,21,2703,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,8,1.1648836352756717 +72799,136597,6249,2020,PA,Pres-G,2020_Pres-G_PA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-27,2020-11-03,7,1000,Joe Biden,13256,DEM,46.9,50.00849567544814,Donald Trump,13254,REP,49,48.84361204017247,-2.1000000000000014,1.1648836352756717 +72401,135851,6249,2020,PA,Pres-G,2020_Pres-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,419,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,5,1.1648836352756717 +72328,135693,6249,2020,PA,Pres-G,2020_Pres-G_PA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-28,2020-11-03,6,1012,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,7,1.1648836352756717 +72237,135523,6249,2020,PA,Pres-G,2020_Pres-G_PA,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,901,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,5,1.1648836352756717 +72736,136510,6249,2020,PA,Pres-G,2020_Pres-G_PA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,2125,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,5,1.1648836352756717 +72477,136006,6249,2020,PA,Pres-G,2020_Pres-G_PA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,810,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,7,1.1648836352756717 +72475,136002,6249,2020,PA,Pres-G,2020_Pres-G_PA,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-29,2020-11-03,5,672,Joe Biden,13256,DEM,48.5,50.00849567544814,Donald Trump,13254,REP,49.6,48.84361204017247,-1.1000000000000014,1.1648836352756717 +72510,136074,6249,2020,PA,Pres-G,2020_Pres-G_PA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,823,Joe Biden,13256,DEM,51.5,50.00849567544814,Donald Trump,13254,REP,46.6,48.84361204017247,4.899999999999999,1.1648836352756717 +72588,136224,6249,2020,PA,Pres-G,2020_Pres-G_PA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,998,Joe Biden,13256,DEM,56,50.00849567544814,Donald Trump,13254,REP,42,48.84361204017247,14,1.1648836352756717 +72612,136260,6249,2020,PA,Pres-G,2020_Pres-G_PA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2686,Joe Biden,13256,DEM,51.9,50.00849567544814,Donald Trump,13254,REP,43.2,48.84361204017247,8.699999999999996,1.1648836352756717 +72514,136080,6249,2020,PA,Pres-G,2020_Pres-G_PA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-30,2020-11-03,4,500,Joe Biden,13256,DEM,47.4,50.00849567544814,Donald Trump,13254,REP,48.7,48.84361204017247,-1.3000000000000043,1.1648836352756717 +72633,136302,6249,2020,PA,Pres-G,2020_Pres-G_PA,Frederick Polls,108,FALSE,FALSE,Text-to-Web,NA,2020-10-30,2020-11-03,4,879,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,48,48.84361204017247,4,1.1648836352756717 +72641,136313,6249,2020,PA,Pres-G,2020_Pres-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-30,2020-11-03,4,1062,Joe Biden,13256,DEM,45.9,50.00849567544814,Donald Trump,13254,REP,47.8,48.84361204017247,-1.8999999999999986,1.1648836352756717 +72480,136018,6249,2020,PA,Pres-G,2020_Pres-G_PA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-28,2020-11-03,6,1862,Joe Biden,13256,DEM,49,50.00849567544814,Donald Trump,13254,REP,43,48.84361204017247,6,1.1648836352756717 +72629,136293,6249,2020,PA,Pres-G,2020_Pres-G_PA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,44,48.84361204017247,6,1.1648836352756717 +72640,136312,6249,2020,PA,Pres-G,2020_Pres-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-31,2020-11-03,3,800,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,47,48.84361204017247,3,1.1648836352756717 +72638,136309,6249,2020,PA,Pres-G,2020_Pres-G_PA,AYTM,635,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,340,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,49,48.84361204017247,2,1.1648836352756717 +72650,136326,6249,2020,PA,Pres-G,2020_Pres-G_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-31,2020-11-03,3,772,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,5,1.1648836352756717 +72730,136501,6249,2020,PA,Pres-G,2020_Pres-G_PA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,699,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,46,48.84361204017247,4,1.1648836352756717 +72599,136266,6249,2020,PA,Pres-G,2020_Pres-G_PA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-30,2020-11-03,4,502,Joe Biden,13256,DEM,50,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,5,1.1648836352756717 +72507,136070,6249,2020,PA,Pres-G,2020_Pres-G_PA,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-29,2020-11-03,5,673,Joe Biden,13256,DEM,51,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,6,1.1648836352756717 +72719,136488,6249,2020,PA,Pres-G,2020_Pres-G_PA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1417,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,45,48.84361204017247,7,1.1648836352756717 +72822,136681,6249,2020,PA,Pres-G,2020_Pres-G_PA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,6045,Joe Biden,13256,DEM,52,50.00849567544814,Donald Trump,13254,REP,47,48.84361204017247,5,1.1648836352756717 +72647,136322,6249,2020,PA,Pres-G,2020_Pres-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-11-01,2020-11-03,2,499,Joe Biden,13256,DEM,48.4,50.00849567544814,Donald Trump,13254,REP,49.2,48.84361204017247,-0.8000000000000043,1.1648836352756717 +72773,136555,6249,2020,PA,Pres-G,2020_Pres-G_PA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-30,2020-11-03,4,1107,Joe Biden,13256,DEM,49.9,50.00849567544814,Donald Trump,13254,REP,48.4,48.84361204017247,1.5,1.1648836352756717 +71478,133916,6250,2020,RI,Pres-G,2020_Pres-G_RI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,678,Joe Biden,13256,DEM,67,59.38809132469479,Donald Trump,13254,REP,32,38.61309455980315,35,20.77499676489164 +72821,136680,6250,2020,RI,Pres-G,2020_Pres-G_RI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,566,Joe Biden,13256,DEM,62,59.38809132469479,Donald Trump,13254,REP,36,38.61309455980315,26,20.77499676489164 +69491,129444,6251,2020,SC,Pres-G,2020_Pres-G_SC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,969,Joe Biden,13256,DEM,45,43.430088142061784,Donald Trump,13254,REP,51,55.11029395674024,-6,-11.680205814678459 +69637,129829,6251,2020,SC,Pres-G,2020_Pres-G_SC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,764,Joe Biden,13256,DEM,44,43.430088142061784,Donald Trump,13254,REP,50,55.11029395674024,-6,-11.680205814678459 +69993,130353,6251,2020,SC,Pres-G,2020_Pres-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,1080,Joe Biden,13256,DEM,42,43.430088142061784,Donald Trump,13254,REP,52,55.11029395674024,-10,-11.680205814678459 +70070,130526,6251,2020,SC,Pres-G,2020_Pres-G_SC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,1123,Joe Biden,13256,DEM,47,43.430088142061784,Donald Trump,13254,REP,48,55.11029395674024,-1,-11.680205814678459 +70670,132163,6251,2020,SC,Pres-G,2020_Pres-G_SC,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,800,Joe Biden,13256,DEM,44,43.430088142061784,Donald Trump,13254,REP,49,55.11029395674024,-5,-11.680205814678459 +70082,130560,6251,2020,SC,Pres-G,2020_Pres-G_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-25,2020-11-03,39,824,Joe Biden,13256,DEM,43,43.430088142061784,Donald Trump,13254,REP,47,55.11029395674024,-4,-11.680205814678459 +71011,132893,6251,2020,SC,Pres-G,2020_Pres-G_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-10,2020-11-03,24,801,Joe Biden,13256,DEM,43,43.430088142061784,Donald Trump,13254,REP,52,55.11029395674024,-9,-11.680205814678459 +71096,133086,6251,2020,SC,Pres-G,2020_Pres-G_SC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,605,Joe Biden,13256,DEM,41,43.430088142061784,Donald Trump,13254,REP,49,55.11029395674024,-8,-11.680205814678459 +71477,133915,6251,2020,SC,Pres-G,2020_Pres-G_SC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,3810,Joe Biden,13256,DEM,45,43.430088142061784,Donald Trump,13254,REP,53,55.11029395674024,-8,-11.680205814678459 +71646,134218,6251,2020,SC,Pres-G,2020_Pres-G_SC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,926,Joe Biden,13256,DEM,45,43.430088142061784,Donald Trump,13254,REP,51,55.11029395674024,-6,-11.680205814678459 +72157,135318,6251,2020,SC,Pres-G,2020_Pres-G_SC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-24,2020-11-03,10,763,Joe Biden,13256,DEM,44.3,43.430088142061784,Donald Trump,13254,REP,52.03,55.11029395674024,-7.730000000000004,-11.680205814678459 +72032,135036,6251,2020,SC,Pres-G,2020_Pres-G_SC,Starboard Communications,316,FALSE,FALSE,IVR/Live Phone/Text,NA,2020-10-26,2020-11-03,8,800,Joe Biden,13256,DEM,43.9,43.430088142061784,Donald Trump,13254,REP,51.2,55.11029395674024,-7.300000000000004,-11.680205814678459 +72071,135117,6251,2020,SC,Pres-G,2020_Pres-G_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-24,2020-11-03,10,1196,Joe Biden,13256,DEM,44,43.430088142061784,Donald Trump,13254,REP,50,55.11029395674024,-6,-11.680205814678459 +72613,136261,6251,2020,SC,Pres-G,2020_Pres-G_SC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,904,Joe Biden,13256,DEM,44.5,43.430088142061784,Donald Trump,13254,REP,51.1,55.11029395674024,-6.600000000000001,-11.680205814678459 +72724,136494,6251,2020,SC,Pres-G,2020_Pres-G_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,880,Joe Biden,13256,DEM,44,43.430088142061784,Donald Trump,13254,REP,53,55.11029395674024,-9,-11.680205814678459 +72785,136567,6251,2020,SC,Pres-G,2020_Pres-G_SC,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,426,Joe Biden,13256,DEM,48.9,43.430088142061784,Donald Trump,13254,REP,49.8,55.11029395674024,-0.8999999999999986,-11.680205814678459 +72820,136679,6251,2020,SC,Pres-G,2020_Pres-G_SC,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2485,Joe Biden,13256,DEM,42,43.430088142061784,Donald Trump,13254,REP,56,55.11029395674024,-14,-11.680205814678459 +72864,136727,6251,2020,SC,Pres-G,2020_Pres-G_SC,Øptimus Analytics,245,TRUE,FALSE,Live Phone,NA,2020-11-01,2020-11-03,2,817,Joe Biden,13256,DEM,39,43.430088142061784,Donald Trump,13254,REP,51.4,55.11029395674024,-12.399999999999999,-11.680205814678459 +71476,133914,6252,2020,SD,Pres-G,2020_Pres-G_SD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,817,Joe Biden,13256,DEM,45,35.60525213613529,Donald Trump,13254,REP,53,61.76938967225024,-8,-26.16413753611495 +71881,134734,6252,2020,SD,Pres-G,2020_Pres-G_SD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2020-10-20,2020-11-03,14,625,Joe Biden,13256,DEM,40,35.60525213613529,Donald Trump,13254,REP,51,61.76938967225024,-11,-26.16413753611495 +72794,136592,6252,2020,SD,Pres-G,2020_Pres-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2020-10-26,2020-11-03,8,484,Joe Biden,13256,DEM,40,35.60525213613529,Donald Trump,13254,REP,55,61.76938967225024,-15,-26.16413753611495 +72819,136678,6252,2020,SD,Pres-G,2020_Pres-G_SD,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,606,Joe Biden,13256,DEM,36,35.60525213613529,Donald Trump,13254,REP,63,61.76938967225024,-27,-26.16413753611495 +71475,133913,6253,2020,TN,Pres-G,2020_Pres-G_TN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,4150,Joe Biden,13256,DEM,41,37.4514342710237,Donald Trump,13254,REP,57,60.66029416628381,-16,-23.20885989526011 +72786,136568,6253,2020,TN,Pres-G,2020_Pres-G_TN,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,485,Joe Biden,13256,DEM,40.9,37.4514342710237,Donald Trump,13254,REP,57.6,60.66029416628381,-16.700000000000003,-23.20885989526011 +72818,136677,6253,2020,TN,Pres-G,2020_Pres-G_TN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3342,Joe Biden,13256,DEM,45,37.4514342710237,Donald Trump,13254,REP,54,60.66029416628381,-9,-23.20885989526011 +69565,129607,6254,2020,TX,Pres-G,2020_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-17,2020-11-03,47,1140,Joe Biden,13256,DEM,46,46.47900991387051,Donald Trump,13254,REP,48,52.05760360355265,-2,-5.578593689682137 +69955,130271,6254,2020,TX,Pres-G,2020_Pres-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,1078,Joe Biden,13256,DEM,45,46.47900991387051,Donald Trump,13254,REP,50,52.05760360355265,-5,-5.578593689682137 +69711,129982,6254,2020,TX,Pres-G,2020_Pres-G_TX,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,653,Joe Biden,13256,DEM,43,46.47900991387051,Donald Trump,13254,REP,46,52.05760360355265,-3,-5.578593689682137 +69975,130313,6254,2020,TX,Pres-G,2020_Pres-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,726,Joe Biden,13256,DEM,45,46.47900991387051,Donald Trump,13254,REP,46,52.05760360355265,-1,-5.578593689682137 +70046,130470,6254,2020,TX,Pres-G,2020_Pres-G_TX,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,882,Joe Biden,13256,DEM,46,46.47900991387051,Donald Trump,13254,REP,49,52.05760360355265,-3,-5.578593689682137 +70003,130401,6254,2020,TX,Pres-G,2020_Pres-G_TX,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-09-25,2020-11-03,39,612,Joe Biden,13256,DEM,48,46.47900991387051,Donald Trump,13254,REP,48,52.05760360355265,0,-5.578593689682137 +70135,130666,6254,2020,TX,Pres-G,2020_Pres-G_TX,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Joe Biden,13256,DEM,47,46.47900991387051,Donald Trump,13254,REP,49,52.05760360355265,-2,-5.578593689682137 +70642,132095,6254,2020,TX,Pres-G,2020_Pres-G_TX,EMC Research,130,FALSE,FALSE,Text,DEM,2020-09-29,2020-11-03,35,848,Joe Biden,13256,DEM,49,46.47900991387051,Donald Trump,13254,REP,49,52.05760360355265,0,-5.578593689682137 +70694,132236,6254,2020,TX,Pres-G,2020_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-29,2020-11-03,35,908,Joe Biden,13256,DEM,45,46.47900991387051,Donald Trump,13254,REP,50,52.05760360355265,-5,-5.578593689682137 +70658,132126,6254,2020,TX,Pres-G,2020_Pres-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-02,2020-11-03,32,1949,Joe Biden,13256,DEM,47,46.47900991387051,Donald Trump,13254,REP,45,52.05760360355265,2,-5.578593689682137 +70682,132200,6254,2020,TX,Pres-G,2020_Pres-G_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-05,2020-11-03,29,1000,Joe Biden,13256,DEM,44,46.47900991387051,Donald Trump,13254,REP,51,52.05760360355265,-7,-5.578593689682137 +70630,132067,6254,2020,TX,Pres-G,2020_Pres-G_TX,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-05,2020-11-03,29,895,Joe Biden,13256,DEM,48,46.47900991387051,Donald Trump,13254,REP,48,52.05760360355265,0,-5.578593689682137 +70683,132202,6254,2020,TX,Pres-G,2020_Pres-G_TX,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-07,2020-11-03,27,721,Joe Biden,13256,DEM,50,46.47900991387051,Donald Trump,13254,REP,49,52.05760360355265,1,-5.578593689682137 +71437,133785,6254,2020,TX,Pres-G,2020_Pres-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-17,2020-11-03,17,933,Joe Biden,13256,DEM,47,46.47900991387051,Donald Trump,13254,REP,46,52.05760360355265,1,-5.578593689682137 +71474,133912,6254,2020,TX,Pres-G,2020_Pres-G_TX,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,14204,Joe Biden,13256,DEM,47,46.47900991387051,Donald Trump,13254,REP,51,52.05760360355265,-4,-5.578593689682137 +71556,134043,6254,2020,TX,Pres-G,2020_Pres-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,1145,Joe Biden,13256,DEM,47,46.47900991387051,Donald Trump,13254,REP,47,52.05760360355265,0,-5.578593689682137 +71647,134219,6254,2020,TX,Pres-G,2020_Pres-G_TX,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,3347,Joe Biden,13256,DEM,48,46.47900991387051,Donald Trump,13254,REP,47,52.05760360355265,1,-5.578593689682137 +72186,135396,6254,2020,TX,Pres-G,2020_Pres-G_TX,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Joe Biden,13256,DEM,48.91,46.47900991387051,Donald Trump,13254,REP,45.02,52.05760360355265,3.8899999999999935,-5.578593689682137 +71884,134738,6254,2020,TX,Pres-G,2020_Pres-G_TX,University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-17,2020-11-03,17,925,Joe Biden,13256,DEM,48,46.47900991387051,Donald Trump,13254,REP,45,52.05760360355265,3,-5.578593689682137 +71955,134881,6254,2020,TX,Pres-G,2020_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1000,Joe Biden,13256,DEM,44.7,46.47900991387051,Donald Trump,13254,REP,50,52.05760360355265,-5.299999999999997,-5.578593689682137 +71957,134885,6254,2020,TX,Pres-G,2020_Pres-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-24,2020-11-03,10,1018,Joe Biden,13256,DEM,49,46.47900991387051,Donald Trump,13254,REP,48,52.05760360355265,1,-5.578593689682137 +71967,134907,6254,2020,TX,Pres-G,2020_Pres-G_TX,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-22,2020-11-03,12,802,Joe Biden,13256,DEM,43,46.47900991387051,Donald Trump,13254,REP,47,52.05760360355265,-4,-5.578593689682137 +72149,135276,6254,2020,TX,Pres-G,2020_Pres-G_TX,Univision/Latino Decisions/North Star Opinion Research,516,FALSE,FALSE,Live Phone/Email,NA,2020-10-21,2020-11-03,13,758,Joe Biden,13256,DEM,46,46.47900991387051,Donald Trump,13254,REP,49,52.05760360355265,-3,-5.578593689682137 +72308,135648,6254,2020,TX,Pres-G,2020_Pres-G_TX,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,552,Joe Biden,13256,DEM,47.5,46.47900991387051,Donald Trump,13254,REP,48.6,52.05760360355265,-1.1000000000000014,-5.578593689682137 +72206,135446,6254,2020,TX,Pres-G,2020_Pres-G_TX,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-23,2020-11-03,11,873,Joe Biden,13256,DEM,47,46.47900991387051,Donald Trump,13254,REP,48,52.05760360355265,-1,-5.578593689682137 +72523,136093,6254,2020,TX,Pres-G,2020_Pres-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-13,2020-11-03,21,2947,Joe Biden,13256,DEM,47,46.47900991387051,Donald Trump,13254,REP,49,52.05760360355265,-2,-5.578593689682137 +72229,135501,6254,2020,TX,Pres-G,2020_Pres-G_TX,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-27,2020-11-03,7,800,Joe Biden,13256,DEM,46,46.47900991387051,Donald Trump,13254,REP,50,52.05760360355265,-4,-5.578593689682137 +72498,136055,6254,2020,TX,Pres-G,2020_Pres-G_TX,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,670,Joe Biden,13256,DEM,45,46.47900991387051,Donald Trump,13254,REP,50,52.05760360355265,-5,-5.578593689682137 +72406,135860,6254,2020,TX,Pres-G,2020_Pres-G_TX,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-28,2020-11-03,6,775,Joe Biden,13256,DEM,50,46.47900991387051,Donald Trump,13254,REP,48,52.05760360355265,2,-5.578593689682137 +72614,136262,6254,2020,TX,Pres-G,2020_Pres-G_TX,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3267,Joe Biden,13256,DEM,48.1,46.47900991387051,Donald Trump,13254,REP,48.1,52.05760360355265,0,-5.578593689682137 +72592,136230,6254,2020,TX,Pres-G,2020_Pres-G_TX,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,962,Joe Biden,13256,DEM,47.3,46.47900991387051,Donald Trump,13254,REP,50,52.05760360355265,-2.700000000000003,-5.578593689682137 +72518,136084,6254,2020,TX,Pres-G,2020_Pres-G_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,763,Joe Biden,13256,DEM,48.7,46.47900991387051,Donald Trump,13254,REP,49.7,52.05760360355265,-1,-5.578593689682137 +72583,136216,6254,2020,TX,Pres-G,2020_Pres-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,926,Joe Biden,13256,DEM,49,46.47900991387051,Donald Trump,13254,REP,48,52.05760360355265,1,-5.578593689682137 +72817,136676,6254,2020,TX,Pres-G,2020_Pres-G_TX,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,9226,Joe Biden,13256,DEM,47,46.47900991387051,Donald Trump,13254,REP,51,52.05760360355265,-4,-5.578593689682137 +72774,136556,6254,2020,TX,Pres-G,2020_Pres-G_TX,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-30,2020-11-03,4,1151,Joe Biden,13256,DEM,47.2,46.47900991387051,Donald Trump,13254,REP,51.2,52.05760360355265,-4,-5.578593689682137 +69438,129462,6255,2020,UT,Pres-G,2020_Pres-G_UT,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-09-09,2020-11-03,55,1000,Joe Biden,13256,DEM,35,37.64604858330606,Donald Trump,13254,REP,53,58.129839029919594,-18,-20.483790446613533 +70578,131811,6255,2020,UT,Pres-G,2020_Pres-G_UT,Y2 Analytics,389,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,1214,Joe Biden,13256,DEM,40,37.64604858330606,Donald Trump,13254,REP,50,58.129839029919594,-10,-20.483790446613533 +71445,134418,6255,2020,UT,Pres-G,2020_Pres-G_UT,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-14,2020-11-03,20,1000,Joe Biden,13256,DEM,38,37.64604858330606,Donald Trump,13254,REP,50,58.129839029919594,-12,-20.483790446613533 +71473,133911,6255,2020,UT,Pres-G,2020_Pres-G_UT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,2239,Joe Biden,13256,DEM,45,37.64604858330606,Donald Trump,13254,REP,53,58.129839029919594,-8,-20.483790446613533 +72411,135868,6255,2020,UT,Pres-G,2020_Pres-G_UT,Y2 Analytics,389,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-19,2020-11-03,15,660,Joe Biden,13256,DEM,44,37.64604858330606,Donald Trump,13254,REP,51,58.129839029919594,-7,-20.483790446613533 +72816,136675,6255,2020,UT,Pres-G,2020_Pres-G_UT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1586,Joe Biden,13256,DEM,43,37.64604858330606,Donald Trump,13254,REP,55,58.129839029919594,-12,-20.483790446613533 +69713,130000,6256,2020,VA,Pres-G,2020_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,796,Joe Biden,13256,DEM,48,54.109517177802424,Donald Trump,13254,REP,43,43.99550366728214,5,10.114013510520287 +71360,133632,6256,2020,VA,Pres-G,2020_Pres-G_VA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2020-09-24,2020-11-03,40,600,Joe Biden,13256,DEM,51.5,54.109517177802424,Donald Trump,13254,REP,41.4,43.99550366728214,10.100000000000001,10.114013510520287 +71359,133631,6256,2020,VA,Pres-G,2020_Pres-G_VA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2020-10-10,2020-11-03,24,607,Joe Biden,13256,DEM,51.2,54.109517177802424,Donald Trump,13254,REP,42.2,43.99550366728214,9,10.114013510520287 +71071,133037,6256,2020,VA,Pres-G,2020_Pres-G_VA,Reconnect Research/Roanoke College,587,TRUE,FALSE,IVR,NA,2020-10-06,2020-11-03,28,602,Joe Biden,13256,DEM,53,54.109517177802424,Donald Trump,13254,REP,38,43.99550366728214,15,10.114013510520287 +71068,133030,6256,2020,VA,Pres-G,2020_Pres-G_VA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-13,2020-11-03,21,1231,Joe Biden,13256,DEM,55,54.109517177802424,Donald Trump,13254,REP,42,43.99550366728214,13,10.114013510520287 +71472,133910,6256,2020,VA,Pres-G,2020_Pres-G_VA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,5912,Joe Biden,13256,DEM,55,54.109517177802424,Donald Trump,13254,REP,43,43.99550366728214,12,10.114013510520287 +71659,134245,6256,2020,VA,Pres-G,2020_Pres-G_VA,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2020-10-16,2020-11-03,18,908,Joe Biden,13256,DEM,52,54.109517177802424,Donald Trump,13254,REP,41,43.99550366728214,11,10.114013510520287 +72189,135406,6256,2020,VA,Pres-G,2020_Pres-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,709,Joe Biden,13256,DEM,51,54.109517177802424,Donald Trump,13254,REP,39,43.99550366728214,12,10.114013510520287 +72309,135649,6256,2020,VA,Pres-G,2020_Pres-G_VA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,351,Joe Biden,13256,DEM,55.2,54.109517177802424,Donald Trump,13254,REP,44.3,43.99550366728214,10.900000000000006,10.114013510520287 +72078,135129,6256,2020,VA,Pres-G,2020_Pres-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,908,Joe Biden,13256,DEM,53,54.109517177802424,Donald Trump,13254,REP,41,43.99550366728214,12,10.114013510520287 +72402,135855,6256,2020,VA,Pres-G,2020_Pres-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,802,Joe Biden,13256,DEM,53,54.109517177802424,Donald Trump,13254,REP,42,43.99550366728214,11,10.114013510520287 +72590,136228,6256,2020,VA,Pres-G,2020_Pres-G_VA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,690,Joe Biden,13256,DEM,54,54.109517177802424,Donald Trump,13254,REP,43,43.99550366728214,11,10.114013510520287 +72775,136557,6256,2020,VA,Pres-G,2020_Pres-G_VA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,467,Joe Biden,13256,DEM,56.3,54.109517177802424,Donald Trump,13254,REP,41.3,43.99550366728214,15,10.114013510520287 +72815,136674,6256,2020,VA,Pres-G,2020_Pres-G_VA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,4550,Joe Biden,13256,DEM,57,54.109517177802424,Donald Trump,13254,REP,41,43.99550366728214,16,10.114013510520287 +69647,129842,6257,2020,VT,Pres-G,2020_Pres-G_VT,Braun Research,33,FALSE,FALSE,Live Phone,NA,2020-09-09,2020-11-03,55,586,Joe Biden,13256,DEM,55.73,66.08641693066397,Donald Trump,13254,REP,32.46,30.67376465593259,23.269999999999996,35.412652274731386 +71471,133909,6257,2020,VT,Pres-G,2020_Pres-G_VT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,785,Joe Biden,13256,DEM,67,66.08641693066397,Donald Trump,13254,REP,32,30.67376465593259,35,35.412652274731386 +72218,135482,6257,2020,VT,Pres-G,2020_Pres-G_VT,co/efficient,514,FALSE,FALSE,IVR/Text,REP,2020-10-19,2020-11-03,15,584,Joe Biden,13256,DEM,62,66.08641693066397,Donald Trump,13254,REP,32,30.67376465593259,30,35.412652274731386 +72814,136673,6257,2020,VT,Pres-G,2020_Pres-G_VT,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,906,Joe Biden,13256,DEM,71,66.08641693066397,Donald Trump,13254,REP,26,30.67376465593259,45,35.412652274731386 +69658,129861,6258,2020,WA,Pres-G,2020_Pres-G_WA,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-11,2020-11-03,53,501,Joe Biden,13256,DEM,58,57.97030113530306,Donald Trump,13254,REP,36,38.76697774334328,22,19.203323391959778 +70745,132343,6258,2020,WA,Pres-G,2020_Pres-G_WA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,591,Joe Biden,13256,DEM,55,57.97030113530306,Donald Trump,13254,REP,34,38.76697774334328,21,19.203323391959778 +71378,133663,6258,2020,WA,Pres-G,2020_Pres-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-14,2020-11-03,20,610,Joe Biden,13256,DEM,60,57.97030113530306,Donald Trump,13254,REP,37,38.76697774334328,23,19.203323391959778 +71470,133908,6258,2020,WA,Pres-G,2020_Pres-G_WA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,7652,Joe Biden,13256,DEM,62,57.97030113530306,Donald Trump,13254,REP,37,38.76697774334328,25,19.203323391959778 +72787,136569,6258,2020,WA,Pres-G,2020_Pres-G_WA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,489,Joe Biden,13256,DEM,58.9,57.97030113530306,Donald Trump,13254,REP,38.6,38.76697774334328,20.299999999999997,19.203323391959778 +72813,136672,6258,2020,WA,Pres-G,2020_Pres-G_WA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,4142,Joe Biden,13256,DEM,62,57.97030113530306,Donald Trump,13254,REP,35,38.76697774334328,27,19.203323391959778 +68538,128313,6259,2020,WI,Pres-G,2020_Pres-G_WI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,501,Joe Biden,13256,DEM,50,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,6,0.6270995418189145 +69403,129251,6259,2020,WI,Pres-G,2020_Pres-G_WI,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-09-07,2020-11-03,57,823,Joe Biden,13256,DEM,51.43,49.44953686142774,Donald Trump,13254,REP,44.78,48.822437319608824,6.649999999999999,0.6270995418189145 +69419,129278,6259,2020,WI,Pres-G,2020_Pres-G_WI,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-09,2020-11-03,55,760,Joe Biden,13256,DEM,48,49.44953686142774,Donald Trump,13254,REP,43,48.822437319608824,5,0.6270995418189145 +69463,129370,6259,2020,WI,Pres-G,2020_Pres-G_WI,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-09-11,2020-11-03,53,816,Joe Biden,13256,DEM,52,49.44953686142774,Donald Trump,13254,REP,42,48.822437319608824,10,0.6270995418189145 +69475,129401,6259,2020,WI,Pres-G,2020_Pres-G_WI,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-09-10,2020-11-03,54,605,Joe Biden,13256,DEM,52,49.44953686142774,Donald Trump,13254,REP,46,48.822437319608824,6,0.6270995418189145 +69538,129547,6259,2020,WI,Pres-G,2020_Pres-G_WI,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2020-09-13,2020-11-03,51,704,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,7,0.6270995418189145 +69522,129505,6259,2020,WI,Pres-G,2020_Pres-G_WI,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-11,2020-11-03,53,800,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,42,48.822437319608824,9,0.6270995418189145 +69547,129565,6259,2020,WI,Pres-G,2020_Pres-G_WI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,636,Joe Biden,13256,DEM,47,49.44953686142774,Donald Trump,13254,REP,41,48.822437319608824,6,0.6270995418189145 +69627,129813,6259,2020,WI,Pres-G,2020_Pres-G_WI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,609,Joe Biden,13256,DEM,48,49.44953686142774,Donald Trump,13254,REP,43,48.822437319608824,5,0.6270995418189145 +69985,130330,6259,2020,WI,Pres-G,2020_Pres-G_WI,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-18,2020-11-03,46,400,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,7,0.6270995418189145 +69686,129908,6259,2020,WI,Pres-G,2020_Pres-G_WI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,571,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,42,48.822437319608824,9,0.6270995418189145 +69716,130007,6259,2020,WI,Pres-G,2020_Pres-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-16,2020-11-03,48,664,Joe Biden,13256,DEM,50,49.44953686142774,Donald Trump,13254,REP,46,48.822437319608824,4,0.6270995418189145 +69703,129963,6259,2020,WI,Pres-G,2020_Pres-G_WI,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-09-15,2020-11-03,49,863,Joe Biden,13256,DEM,50.3,49.44953686142774,Donald Trump,13254,REP,41,48.822437319608824,9.299999999999997,0.6270995418189145 +84048,180772,6259,2020,WI,Pres-G,2020_Pres-G_WI,OnMessage Inc.,239,FALSE,FALSE,NA,REP,2020-09-24,2020-11-03,40,145,Joe Biden,13256,DEM,47.6,49.44953686142774,Donald Trump,13254,REP,39.3,48.822437319608824,8.300000000000004,0.6270995418189145 +69996,130357,6259,2020,WI,Pres-G,2020_Pres-G_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-09-22,2020-11-03,42,727,Joe Biden,13256,DEM,54,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,10,0.6270995418189145 +70014,130422,6259,2020,WI,Pres-G,2020_Pres-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-24,2020-11-03,40,1189,Joe Biden,13256,DEM,47.7,49.44953686142774,Donald Trump,13254,REP,44.9,48.822437319608824,2.8000000000000043,0.6270995418189145 +70025,130437,6259,2020,WI,Pres-G,2020_Pres-G_WI,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,500,Joe Biden,13256,DEM,48,49.44953686142774,Donald Trump,13254,REP,46,48.822437319608824,2,0.6270995418189145 +70128,130655,6259,2020,WI,Pres-G,2020_Pres-G_WI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,663,Joe Biden,13256,DEM,48,49.44953686142774,Donald Trump,13254,REP,43,48.822437319608824,5,0.6270995418189145 +70143,130683,6259,2020,WI,Pres-G,2020_Pres-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-27,2020-11-03,37,1084,Joe Biden,13256,DEM,47.2,49.44953686142774,Donald Trump,13254,REP,44.3,48.822437319608824,2.9000000000000057,0.6270995418189145 +70609,132014,6259,2020,WI,Pres-G,2020_Pres-G_WI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,442,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,7,0.6270995418189145 +70646,132105,6259,2020,WI,Pres-G,2020_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,700,Joe Biden,13256,DEM,47,49.44953686142774,Donald Trump,13254,REP,42,48.822437319608824,5,0.6270995418189145 +70584,131967,6259,2020,WI,Pres-G,2020_Pres-G_WI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-02,2020-11-03,32,601,Joe Biden,13256,DEM,50,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,6,0.6270995418189145 +70711,132265,6259,2020,WI,Pres-G,2020_Pres-G_WI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,688,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,41,48.822437319608824,10,0.6270995418189145 +70722,132291,6259,2020,WI,Pres-G,2020_Pres-G_WI,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-10-04,2020-11-03,30,883,Joe Biden,13256,DEM,49.2,49.44953686142774,Donald Trump,13254,REP,42.5,48.822437319608824,6.700000000000003,0.6270995418189145 +72753,136532,6259,2020,WI,Pres-G,2020_Pres-G_WI,Redfield & Wilton Strategies,562,TRUE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,613,Joe Biden,13256,DEM,49,49.44953686142774,Donald Trump,13254,REP,45,48.822437319608824,4,0.6270995418189145 +70738,132335,6259,2020,WI,Pres-G,2020_Pres-G_WI,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,789,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,41,48.822437319608824,10,0.6270995418189145 +71102,133105,6259,2020,WI,Pres-G,2020_Pres-G_WI,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,DEM,2020-10-10,2020-11-03,24,560,Joe Biden,13256,DEM,53,49.44953686142774,Donald Trump,13254,REP,45,48.822437319608824,8,0.6270995418189145 +70740,132345,6259,2020,WI,Pres-G,2020_Pres-G_WI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-08,2020-11-03,26,577,Joe Biden,13256,DEM,52,49.44953686142774,Donald Trump,13254,REP,45,48.822437319608824,7,0.6270995418189145 +71095,133085,6259,2020,WI,Pres-G,2020_Pres-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-12,2020-11-03,22,1043,Joe Biden,13256,DEM,47.3,49.44953686142774,Donald Trump,13254,REP,45.4,48.822437319608824,1.8999999999999986,0.6270995418189145 +71004,132878,6259,2020,WI,Pres-G,2020_Pres-G_WI,David Binder Research,578,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-10-12,2020-11-03,22,200,Joe Biden,13256,DEM,53,49.44953686142774,Donald Trump,13254,REP,43,48.822437319608824,10,0.6270995418189145 +72752,136531,6259,2020,WI,Pres-G,2020_Pres-G_WI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,691,Joe Biden,13256,DEM,53,49.44953686142774,Donald Trump,13254,REP,40,48.822437319608824,13,0.6270995418189145 +71365,133639,6259,2020,WI,Pres-G,2020_Pres-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-15,2020-11-03,19,1051,Joe Biden,13256,DEM,47.6,49.44953686142774,Donald Trump,13254,REP,46.3,48.822437319608824,1.3000000000000043,0.6270995418189145 +71296,133501,6259,2020,WI,Pres-G,2020_Pres-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1112,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,46,48.822437319608824,5,0.6270995418189145 +71469,133907,6259,2020,WI,Pres-G,2020_Pres-G_WI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-05,2020-11-03,29,4511,Joe Biden,13256,DEM,55,49.44953686142774,Donald Trump,13254,REP,43,48.822437319608824,12,0.6270995418189145 +71524,133962,6259,2020,WI,Pres-G,2020_Pres-G_WI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,447,Joe Biden,13256,DEM,52,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,8,0.6270995418189145 +71559,134051,6259,2020,WI,Pres-G,2020_Pres-G_WI,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,500,Joe Biden,13256,DEM,45,49.44953686142774,Donald Trump,13254,REP,45,48.822437319608824,0,0.6270995418189145 +71552,134036,6259,2020,WI,Pres-G,2020_Pres-G_WI,Latino Decisions,482,FALSE,FALSE,Online Panel,DEM,2020-10-16,2020-11-03,18,400,Joe Biden,13256,DEM,50,49.44953686142774,Donald Trump,13254,REP,45,48.822437319608824,5,0.6270995418189145 +71380,133667,6259,2020,WI,Pres-G,2020_Pres-G_WI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-16,2020-11-03,18,663,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,45,48.822437319608824,6,0.6270995418189145 +71648,134220,6259,2020,WI,Pres-G,2020_Pres-G_WI,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1038,Joe Biden,13256,DEM,54,49.44953686142774,Donald Trump,13254,REP,42,48.822437319608824,12,0.6270995418189145 +71628,134186,6259,2020,WI,Pres-G,2020_Pres-G_WI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,1037,Joe Biden,13256,DEM,49,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,5,0.6270995418189145 +71660,134247,6259,2020,WI,Pres-G,2020_Pres-G_WI,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-17,2020-11-03,17,800,Joe Biden,13256,DEM,50,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,6,0.6270995418189145 +71948,134867,6259,2020,WI,Pres-G,2020_Pres-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,647,Joe Biden,13256,DEM,53,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,9,0.6270995418189145 +71877,134726,6259,2020,WI,Pres-G,2020_Pres-G_WI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-23,2020-11-03,11,677,Joe Biden,13256,DEM,54,49.44953686142774,Donald Trump,13254,REP,43,48.822437319608824,11,0.6270995418189145 +72338,135722,6259,2020,WI,Pres-G,2020_Pres-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-24,2020-11-03,10,1082,Joe Biden,13256,DEM,47.5,49.44953686142774,Donald Trump,13254,REP,47.1,48.822437319608824,0.3999999999999986,0.6270995418189145 +72151,135295,6259,2020,WI,Pres-G,2020_Pres-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2020-10-23,2020-11-03,11,749,Joe Biden,13256,DEM,48,49.44953686142774,Donald Trump,13254,REP,43,48.822437319608824,5,0.6270995418189145 +72075,135124,6259,2020,WI,Pres-G,2020_Pres-G_WI,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-10-22,2020-11-03,12,809,Joe Biden,13256,DEM,57,49.44953686142774,Donald Trump,13254,REP,40,48.822437319608824,17,0.6270995418189145 +72310,135650,6259,2020,WI,Pres-G,2020_Pres-G_WI,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,313,Joe Biden,13256,DEM,53.7,49.44953686142774,Donald Trump,13254,REP,44.9,48.822437319608824,8.800000000000004,0.6270995418189145 +71975,134927,6259,2020,WI,Pres-G,2020_Pres-G_WI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-23,2020-11-03,11,664,Joe Biden,13256,DEM,53,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,9,0.6270995418189145 +72737,136511,6259,2020,WI,Pres-G,2020_Pres-G_WI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,800,Joe Biden,13256,DEM,53,49.44953686142774,Donald Trump,13254,REP,41,48.822437319608824,12,0.6270995418189145 +72409,135866,6259,2020,WI,Pres-G,2020_Pres-G_WI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,751,Joe Biden,13256,DEM,52.7,49.44953686142774,Donald Trump,13254,REP,45.4,48.822437319608824,7.300000000000004,0.6270995418189145 +72481,136019,6259,2020,WI,Pres-G,2020_Pres-G_WI,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-28,2020-11-03,6,1253,Joe Biden,13256,DEM,52,49.44953686142774,Donald Trump,13254,REP,41,48.822437319608824,11,0.6270995418189145 +72415,135874,6259,2020,WI,Pres-G,2020_Pres-G_WI,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,873,Joe Biden,13256,DEM,52,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,8,0.6270995418189145 +72615,136263,6259,2020,WI,Pres-G,2020_Pres-G_WI,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1002,Joe Biden,13256,DEM,53.8,49.44953686142774,Donald Trump,13254,REP,40.5,48.822437319608824,13.299999999999997,0.6270995418189145 +72502,136060,6259,2020,WI,Pres-G,2020_Pres-G_WI,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,781,Joe Biden,13256,DEM,50.6,49.44953686142774,Donald Trump,13254,REP,48.7,48.822437319608824,1.8999999999999986,0.6270995418189145 +72419,135892,6259,2020,WI,Pres-G,2020_Pres-G_WI,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-10-30,2020-11-03,4,450,Joe Biden,13256,DEM,49,49.44953686142774,Donald Trump,13254,REP,46,48.822437319608824,3,0.6270995418189145 +72630,136294,6259,2020,WI,Pres-G,2020_Pres-G_WI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Joe Biden,13256,DEM,50,49.44953686142774,Donald Trump,13254,REP,42,48.822437319608824,8,0.6270995418189145 +72576,136205,6259,2020,WI,Pres-G,2020_Pres-G_WI,Civiqs,471,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,789,Joe Biden,13256,DEM,51,49.44953686142774,Donald Trump,13254,REP,47,48.822437319608824,4,0.6270995418189145 +72731,136502,6259,2020,WI,Pres-G,2020_Pres-G_WI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,553,Joe Biden,13256,DEM,53,49.44953686142774,Donald Trump,13254,REP,45,48.822437319608824,8,0.6270995418189145 +72505,136067,6259,2020,WI,Pres-G,2020_Pres-G_WI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-29,2020-11-03,5,696,Joe Biden,13256,DEM,53,49.44953686142774,Donald Trump,13254,REP,43,48.822437319608824,10,0.6270995418189145 +72776,136558,6259,2020,WI,Pres-G,2020_Pres-G_WI,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,253,Joe Biden,13256,DEM,54.6,49.44953686142774,Donald Trump,13254,REP,44.9,48.822437319608824,9.700000000000003,0.6270995418189145 +72812,136671,6259,2020,WI,Pres-G,2020_Pres-G_WI,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,2814,Joe Biden,13256,DEM,54,49.44953686142774,Donald Trump,13254,REP,44,48.822437319608824,10,0.6270995418189145 +70625,132056,6260,2020,WV,Pres-G,2020_Pres-G_WV,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2020-09-29,2020-11-03,35,525,Joe Biden,13256,DEM,38,29.695101234443623,Donald Trump,13254,REP,56,68.62827014307466,-18,-38.93316890863103 +70703,132427,6260,2020,WV,Pres-G,2020_Pres-G_WV,Repass,268,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-03,2020-11-03,31,450,Joe Biden,13256,DEM,39,29.695101234443623,Donald Trump,13254,REP,53,68.62827014307466,-14,-38.93316890863103 +71468,133906,6260,2020,WV,Pres-G,2020_Pres-G_WV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,1075,Joe Biden,13256,DEM,32,29.695101234443623,Donald Trump,13254,REP,66,68.62827014307466,-34,-38.93316890863103 +71748,134435,6260,2020,WV,Pres-G,2020_Pres-G_WV,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2020-10-19,2020-11-03,15,544,Joe Biden,13256,DEM,37.9,29.695101234443623,Donald Trump,13254,REP,58,68.62827014307466,-20.1,-38.93316890863103 +72811,136670,6260,2020,WV,Pres-G,2020_Pres-G_WV,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,816,Joe Biden,13256,DEM,32,29.695101234443623,Donald Trump,13254,REP,67,68.62827014307466,-35,-38.93316890863103 +71467,133905,6261,2020,WY,Pres-G,2020_Pres-G_WY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,579,Joe Biden,13256,DEM,32,26.553574332014524,Donald Trump,13254,REP,66,69.9362274854118,-34,-43.382653153397285 +72334,135714,6261,2020,WY,Pres-G,2020_Pres-G_WY,University of Wyoming Survey & Analysis Center,667,FALSE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,614,Joe Biden,13256,DEM,31,26.553574332014524,Donald Trump,13254,REP,59,69.9362274854118,-28,-43.382653153397285 +72810,136669,6261,2020,WY,Pres-G,2020_Pres-G_WY,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,367,Joe Biden,13256,DEM,33,26.553574332014524,Donald Trump,13254,REP,66,69.9362274854118,-33,-43.382653153397285 +58784,100065,6263,2019,NC-9,House-G,2019_House-GS_NC-9,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2019-07-17,2019-09-10,55,450,Daniel Kent McCready,13375,DEM,46,48.704502745320355,Dan Bishop,13376,REP,46,50.69289156247048,0,-1.988388817150124 +59466,102064,6263,2019,NC-9,House-G,2019_House-GS_NC-9,Harper Polling/Clarity Campaign Labs,513,FALSE,TRUE,IVR/Live Phone,NA,2019-08-27,2019-09-10,14,551,Daniel Kent McCready,13375,DEM,49,48.704502745320355,Dan Bishop,13376,REP,44,50.69289156247048,5,-1.988388817150124 +59473,102134,6263,2019,NC-9,House-G,2019_House-GS_NC-9,RRH Elections,274,FALSE,FALSE,Live Phone,NA,2019-08-27,2019-09-10,14,500,Daniel Kent McCready,13375,DEM,45,48.704502745320355,Dan Bishop,13376,REP,46,50.69289156247048,-1,-1.988388817150124 +59504,102279,6263,2019,NC-9,House-G,2019_House-GS_NC-9,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2019-09-05,2019-09-10,5,1175,Daniel Kent McCready,13375,DEM,44,48.704502745320355,Dan Bishop,13376,REP,44,50.69289156247048,0,-1.988388817150124 +59473,102081,6264,2019,NC-3,House-G,2019_House-GS_NC-3,RRH Elections,274,FALSE,FALSE,Live Phone,NA,2019-08-27,2019-09-10,14,500,Allen Morris Thomas,13494,DEM,40,37.47435245427283,Greg Murphy,13495,REP,51,61.73561545341354,-11,-24.261262999140705 +70015,130423,6265,2020,AK,Sen-G,2020_Sen-G_AK,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2020-09-22,2020-11-03,42,602,Al Gross,14697,DEM,45,41.19383959366812,Dan Sullivan,13462,REP,46,53.89706898448053,-1,-12.70322939081241 +71298,133506,6265,2020,AK,Sen-G,2020_Sen-G_AK,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web/Email,NA,2020-10-02,2020-11-03,32,600,Al Gross,14697,DEM,47,41.19383959366812,Dan Sullivan,13462,REP,46,53.89706898448053,1,-12.70322939081241 +70622,132053,6265,2020,AK,Sen-G,2020_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-29,2020-11-03,35,676,Al Gross,14697,DEM,44,41.19383959366812,Dan Sullivan,13462,REP,48,53.89706898448053,-4,-12.70322939081241 +71163,133227,6265,2020,AK,Sen-G,2020_Sen-G_AK,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2020-10-04,2020-11-03,30,600,Al Gross,14697,DEM,46,41.19383959366812,Dan Sullivan,13462,REP,46,53.89706898448053,0,-12.70322939081241 +71162,133226,6265,2020,AK,Sen-G,2020_Sen-G_AK,Harstad Strategic Research,134,FALSE,FALSE,Live Phone,DEM,2020-10-12,2020-11-03,22,606,Al Gross,14697,DEM,47,41.19383959366812,Dan Sullivan,13462,REP,46,53.89706898448053,1,-12.70322939081241 +71173,133252,6265,2020,AK,Sen-G,2020_Sen-G_AK,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,423,Al Gross,14697,DEM,37,41.19383959366812,Dan Sullivan,13462,REP,45,53.89706898448053,-8,-12.70322939081241 +71735,134398,6265,2020,AK,Sen-G,2020_Sen-G_AK,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2020-10-18,2020-11-03,16,1076,Al Gross,14697,DEM,44,41.19383959366812,Dan Sullivan,13462,REP,47,53.89706898448053,-3,-12.70322939081241 +71560,134053,6265,2020,AK,Sen-G,2020_Sen-G_AK,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-19,2020-11-03,15,800,Al Gross,14697,DEM,41,41.19383959366812,Dan Sullivan,13462,REP,44,53.89706898448053,-3,-12.70322939081241 +72193,135419,6265,2020,AK,Sen-G,2020_Sen-G_AK,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,770,Al Gross,14697,DEM,45,41.19383959366812,Dan Sullivan,13462,REP,48,53.89706898448053,-3,-12.70322939081241 +69643,129836,6266,2020,AL,Sen-G,2020_Sen-G_AL,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,658,Gordon Douglas Jones,13612,DEM,34,39.73666545072299,Tommy Tuberville,13614,REP,52,60.09536164251688,-18,-20.35869619179389 +70580,131963,6266,2020,AL,Sen-G,2020_Sen-G_AL,Auburn University at Montgomery Department of Political Science and Public Administration,588,FALSE,FALSE,Online Panel,NA,2020-10-02,2020-11-03,32,1072,Gordon Douglas Jones,13612,DEM,42.1,39.73666545072299,Tommy Tuberville,13614,REP,54,60.09536164251688,-11.899999999999999,-20.35869619179389 +71235,133379,6266,2020,AL,Sen-G,2020_Sen-G_AL,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2020-10-13,2020-11-03,21,801,Gordon Douglas Jones,13612,DEM,48,39.73666545072299,Tommy Tuberville,13614,REP,47,60.09536164251688,1,-20.35869619179389 +71434,133775,6266,2020,AL,Sen-G,2020_Sen-G_AL,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2020-10-13,2020-11-03,21,504,Gordon Douglas Jones,13612,DEM,40,39.73666545072299,Tommy Tuberville,13614,REP,55,60.09536164251688,-15,-20.35869619179389 +71959,134888,6266,2020,AL,Sen-G,2020_Sen-G_AL,Cygnal,67,FALSE,FALSE,IVR/Live Phone/Text-to-Web,REP,2020-10-22,2020-11-03,12,645,Gordon Douglas Jones,13612,DEM,41.1,39.73666545072299,Tommy Tuberville,13614,REP,54.7,60.09536164251688,-13.600000000000001,-20.35869619179389 +72295,135659,6266,2020,AL,Sen-G,2020_Sen-G_AL,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,232,Gordon Douglas Jones,13612,DEM,45.6,39.73666545072299,Tommy Tuberville,13614,REP,54.4,60.09536164251688,-8.799999999999997,-20.35869619179389 +72223,135490,6266,2020,AL,Sen-G,2020_Sen-G_AL,Auburn University at Montgomery Department of Political Science and Public Administration,588,FALSE,FALSE,Email,NA,2020-10-25,2020-11-03,9,853,Gordon Douglas Jones,13612,DEM,42.9,39.73666545072299,Tommy Tuberville,13614,REP,53.8,60.09536164251688,-10.899999999999999,-20.35869619179389 +72617,136268,6266,2020,AL,Sen-G,2020_Sen-G_AL,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,850,Gordon Douglas Jones,13612,DEM,39,39.73666545072299,Tommy Tuberville,13614,REP,51.1,60.09536164251688,-12.100000000000001,-20.35869619179389 +72591,136234,6266,2020,AL,Sen-G,2020_Sen-G_AL,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1045,Gordon Douglas Jones,13612,DEM,44,39.73666545072299,Tommy Tuberville,13614,REP,56,60.09536164251688,-12,-20.35869619179389 +72763,136582,6266,2020,AL,Sen-G,2020_Sen-G_AL,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,294,Gordon Douglas Jones,13612,DEM,42.3,39.73666545072299,Tommy Tuberville,13614,REP,57.6,60.09536164251688,-15.300000000000004,-20.35869619179389 +70727,132314,6267,2020,AR,Sen-G,2020_Sen-G_AR,American Research Group,9,TRUE,FALSE,Live Phone,LIB,2020-10-08,2020-11-03,26,600,Tom Cotton,15607,REP,49,66.52953544949513,Ricky Dale Harrington Jr.,15624,LIB,38,33.47046455050487,11,33.05907089899026 +71160,133784,6267,2020,AR,Sen-G,2020_Sen-G_AR,Hendrix College,138,FALSE,FALSE,Live Phone,NA,2020-10-12,2020-11-03,22,647,Tom Cotton,15607,REP,62.5,66.52953544949513,Ricky Dale Harrington Jr.,15624,LIB,27.5,33.47046455050487,35,33.05907089899026 +72141,135273,6267,2020,AR,Sen-G,2020_Sen-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2020-10-15,2020-11-03,19,591,Tom Cotton,15607,REP,75,66.52953544949513,Ricky Dale Harrington Jr.,15624,LIB,20,33.47046455050487,55,33.05907089899026 +68533,128359,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,470,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,6,2.3486901535682065 +69429,129406,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone,NA,2020-09-09,2020-11-03,55,600,Mark Kelly,13445,DEM,52,51.15662692973571,Martha McSally,13446,REP,42,48.8079367761675,10,2.3486901535682065 +69420,129281,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-09-10,2020-11-03,54,684,Mark Kelly,13445,DEM,48,51.15662692973571,Martha McSally,13446,REP,43,48.8079367761675,5,2.3486901535682065 +69423,129305,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-10,2020-11-03,54,1102,Mark Kelly,13445,DEM,49,51.15662692973571,Martha McSally,13446,REP,42,48.8079367761675,7,2.3486901535682065 +72069,135113,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web/Email,DEM,2020-09-12,2020-11-03,52,679,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,5,2.3486901535682065 +69500,129470,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,KFF,419,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2020-09-06,2020-11-03,58,1298,Mark Kelly,13445,DEM,44,51.15662692973571,Martha McSally,13446,REP,36,48.8079367761675,8,2.3486901535682065 +69513,129492,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,420,Mark Kelly,13445,DEM,49,51.15662692973571,Martha McSally,13446,REP,48,48.8079367761675,1,2.3486901535682065 +69523,129510,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,653,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,42,48.8079367761675,8,2.3486901535682065 +69634,129826,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone,REP,2020-09-15,2020-11-03,49,800,Mark Kelly,13445,DEM,48,51.15662692973571,Martha McSally,13446,REP,46,48.8079367761675,2,2.3486901535682065 +69542,129567,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,855,Mark Kelly,13445,DEM,52,51.15662692973571,Martha McSally,13446,REP,35,48.8079367761675,17,2.3486901535682065 +69698,129957,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,565,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,41,48.8079367761675,9,2.3486901535682065 +69981,130331,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-18,2020-11-03,46,400,Mark Kelly,13445,DEM,55,51.15662692973571,Martha McSally,13446,REP,43,48.8079367761675,12,2.3486901535682065 +69639,129831,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,907,Mark Kelly,13445,DEM,49,51.15662692973571,Martha McSally,13446,REP,40,48.8079367761675,9,2.3486901535682065 +69681,129909,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,262,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,43,48.8079367761675,8,2.3486901535682065 +69675,129896,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-09-17,2020-11-03,47,579,Mark Kelly,13445,DEM,49,51.15662692973571,Martha McSally,13446,REP,48,48.8079367761675,1,2.3486901535682065 +69973,130314,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,481,Mark Kelly,13445,DEM,47,51.15662692973571,Martha McSally,13446,REP,38,48.8079367761675,9,2.3486901535682065 +70042,130463,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-09-27,2020-11-03,37,500,Mark Kelly,13445,DEM,48,51.15662692973571,Martha McSally,13446,REP,44,48.8079367761675,4,2.3486901535682065 +70079,130562,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-25,2020-11-03,39,808,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,42,48.8079367761675,9,2.3486901535682065 +70119,130643,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-28,2020-11-03,36,500,Mark Kelly,13445,DEM,49,51.15662692973571,Martha McSally,13446,REP,40,48.8079367761675,9,2.3486901535682065 +70587,131971,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,1048,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,38,48.8079367761675,13,2.3486901535682065 +71159,133221,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-09-27,2020-11-03,37,1045,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,41,48.8079367761675,10,2.3486901535682065 +70565,131639,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,655,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,39,48.8079367761675,11,2.3486901535682065 +72068,135112,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web/Email,DEM,2020-10-02,2020-11-03,32,604,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,5,2.3486901535682065 +70604,132074,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,296,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,43,48.8079367761675,8,2.3486901535682065 +70639,132091,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2020-10-04,2020-11-03,30,550,Mark Kelly,13445,DEM,49.2,51.15662692973571,Martha McSally,13446,REP,43.7,48.8079367761675,5.5,2.3486901535682065 +71758,134460,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Basswood Research,24,FALSE,FALSE,Live Phone,REP,2020-10-04,2020-11-03,30,800,Mark Kelly,13445,DEM,47.4,51.15662692973571,Martha McSally,13446,REP,48.5,48.8079367761675,-1.1000000000000014,2.3486901535682065 +70603,132096,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,400,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,43.5,48.8079367761675,6.5,2.3486901535682065 +70681,132199,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Latino Decisions,482,FALSE,FALSE,Online Panel,DEM,2020-10-02,2020-11-03,32,600,Mark Kelly,13445,DEM,47,51.15662692973571,Martha McSally,13446,REP,42,48.8079367761675,5,2.3486901535682065 +70651,132118,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-03,2020-11-03,31,633,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,41,48.8079367761675,10,2.3486901535682065 +71067,133023,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone,NA,2020-10-06,2020-11-03,28,608,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,5,2.3486901535682065 +70728,132315,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-08,2020-11-03,26,1045,Mark Kelly,13445,DEM,47.3,51.15662692973571,Martha McSally,13446,REP,45.4,48.8079367761675,1.8999999999999986,2.3486901535682065 +71090,133070,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,502,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,6,2.3486901535682065 +71007,132885,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-11,2020-11-03,23,667,Mark Kelly,13445,DEM,52,51.15662692973571,Martha McSally,13446,REP,41,48.8079367761675,11,2.3486901535682065 +71295,133502,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1065,Mark Kelly,13445,DEM,52,51.15662692973571,Martha McSally,13446,REP,41,48.8079367761675,11,2.3486901535682065 +71451,133818,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,550,Mark Kelly,13445,DEM,48.1,51.15662692973571,Martha McSally,13446,REP,41.9,48.8079367761675,6.200000000000003,2.3486901535682065 +71546,134034,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-18,2020-11-03,16,800,Mark Kelly,13445,DEM,46,51.15662692973571,Martha McSally,13446,REP,44,48.8079367761675,2,2.3486901535682065 +71519,133963,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,232,Mark Kelly,13445,DEM,54,51.15662692973571,Martha McSally,13446,REP,43,48.8079367761675,11,2.3486901535682065 +71461,134023,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,RMG Research,555,FALSE,FALSE,Text,NA,2020-10-16,2020-11-03,18,800,Mark Kelly,13445,DEM,46,51.15662692973571,Martha McSally,13446,REP,39,48.8079367761675,7,2.3486901535682065 +71637,134226,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1066,Mark Kelly,13445,DEM,48,51.15662692973571,Martha McSally,13446,REP,44,48.8079367761675,4,2.3486901535682065 +71621,134175,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-18,2020-11-03,16,658,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,43,48.8079367761675,8,2.3486901535682065 +71750,134440,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,500,Mark Kelly,13445,DEM,47,51.15662692973571,Martha McSally,13446,REP,50,48.8079367761675,-3,2.3486901535682065 +72067,135111,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web/Email,DEM,2020-10-23,2020-11-03,11,729,Mark Kelly,13445,DEM,53,51.15662692973571,Martha McSally,13446,REP,46,48.8079367761675,7,2.3486901535682065 +72412,135871,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Y2 Analytics,389,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-19,2020-11-03,15,700,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,47,48.8079367761675,4,2.3486901535682065 +72055,135086,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Noble Predictive Insights,235,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,716,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,5,2.3486901535682065 +72161,135337,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,The Justice Collaborative Institute,630,FALSE,FALSE,Online Panel,NA,2020-10-24,2020-11-03,10,1007,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,40,48.8079367761675,10,2.3486901535682065 +72147,135278,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Univision/Latino Decisions/North Star Opinion Research,516,FALSE,FALSE,Live Phone/Email,NA,2020-10-21,2020-11-03,13,725,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,39,48.8079367761675,12,2.3486901535682065 +72296,135658,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,286,Mark Kelly,13445,DEM,55.8,51.15662692973571,Martha McSally,13446,REP,44.2,48.8079367761675,11.599999999999994,2.3486901535682065 +72166,135359,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-24,2020-11-03,10,714,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,44,48.8079367761675,7,2.3486901535682065 +72158,135321,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,704,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,5,2.3486901535682065 +72217,135483,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-28,2020-11-03,6,800,Mark Kelly,13445,DEM,48,51.15662692973571,Martha McSally,13446,REP,43,48.8079367761675,5,2.3486901535682065 +72632,136301,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2020-10-29,2020-11-03,5,550,Mark Kelly,13445,DEM,47.1,51.15662692973571,Martha McSally,13446,REP,46,48.8079367761675,1.1000000000000014,2.3486901535682065 +72478,136021,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-28,2020-11-03,6,1252,Mark Kelly,13445,DEM,50,51.15662692973571,Martha McSally,13446,REP,43,48.8079367761675,7,2.3486901535682065 +72417,135886,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,865,Mark Kelly,13445,DEM,52,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,7,2.3486901535682065 +72602,136269,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1059,Mark Kelly,13445,DEM,47.9,51.15662692973571,Martha McSally,13446,REP,44.4,48.8079367761675,3.5,2.3486901535682065 +72495,136051,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,732,Mark Kelly,13445,DEM,50.3,51.15662692973571,Martha McSally,13446,REP,47.6,48.8079367761675,2.6999999999999957,2.3486901535682065 +72649,136327,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-31,2020-11-03,3,717,Mark Kelly,13445,DEM,52,51.15662692973571,Martha McSally,13446,REP,46,48.8079367761675,6,2.3486901535682065 +72726,136503,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,409,Mark Kelly,13445,DEM,51,51.15662692973571,Martha McSally,13446,REP,47,48.8079367761675,4,2.3486901535682065 +72585,136221,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1195,Mark Kelly,13445,DEM,54,51.15662692973571,Martha McSally,13446,REP,46,48.8079367761675,8,2.3486901535682065 +72764,136581,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,333,Mark Kelly,13445,DEM,55,51.15662692973571,Martha McSally,13446,REP,45,48.8079367761675,10,2.3486901535682065 +72653,136343,6268,2020,AZ,Sen-G,2020_Sen-GS_AZ,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-30,2020-11-03,4,610,Mark Kelly,13445,DEM,53,51.15662692973571,Martha McSally,13446,REP,44,48.8079367761675,9,2.3486901535682065 +69645,129838,6269,2020,CO,Sen-G,2020_Sen-G_CO,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,613,John Wright Hickenlooper,13474,DEM,49,53.498960068484045,Cory Gardner,13475,REP,42,44.17752697177505,7,9.321433096708994 +70691,132227,6269,2020,CO,Sen-G,2020_Sen-G_CO,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,1021,John Wright Hickenlooper,13474,DEM,48,53.498960068484045,Cory Gardner,13475,REP,39,44.17752697177505,9,9.321433096708994 +71368,133644,6269,2020,CO,Sen-G,2020_Sen-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-07,2020-11-03,27,800,John Wright Hickenlooper,13474,DEM,48,53.498960068484045,Cory Gardner,13475,REP,40,44.17752697177505,8,9.321433096708994 +71098,133094,6269,2020,CO,Sen-G,2020_Sen-G_CO,Keating Research/OnSight Public Affairs/Melanson,455,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,519,John Wright Hickenlooper,13474,DEM,51,53.498960068484045,Cory Gardner,13475,REP,41,44.17752697177505,10,9.321433096708994 +71069,133035,6269,2020,CO,Sen-G,2020_Sen-G_CO,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-13,2020-11-03,21,1013,John Wright Hickenlooper,13474,DEM,53,53.498960068484045,Cory Gardner,13475,REP,42,44.17752697177505,11,9.321433096708994 +71449,133840,6269,2020,CO,Sen-G,2020_Sen-G_CO,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-12,2020-11-03,22,800,John Wright Hickenlooper,13474,DEM,51,53.498960068484045,Cory Gardner,13475,REP,42,44.17752697177505,9,9.321433096708994 +71352,133614,6269,2020,CO,Sen-G,2020_Sen-G_CO,RBI Strategies & Research,271,FALSE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,502,John Wright Hickenlooper,13474,DEM,53,53.498960068484045,Cory Gardner,13475,REP,39,44.17752697177505,14,9.321433096708994 +71638,134227,6269,2020,CO,Sen-G,2020_Sen-G_CO,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,788,John Wright Hickenlooper,13474,DEM,50,53.498960068484045,Cory Gardner,13475,REP,42,44.17752697177505,8,9.321433096708994 +72603,136270,6269,2020,CO,Sen-G,2020_Sen-G_CO,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,727,John Wright Hickenlooper,13474,DEM,51.5,53.498960068484045,Cory Gardner,13475,REP,43.6,44.17752697177505,7.899999999999999,9.321433096708994 +72580,136211,6269,2020,CO,Sen-G,2020_Sen-G_CO,Keating Research/OnSight Public Affairs/Melanson,455,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,502,John Wright Hickenlooper,13474,DEM,53,53.498960068484045,Cory Gardner,13475,REP,42,44.17752697177505,11,9.321433096708994 +72584,136219,6269,2020,CO,Sen-G,2020_Sen-G_CO,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,709,John Wright Hickenlooper,13474,DEM,54,53.498960068484045,Cory Gardner,13475,REP,45,44.17752697177505,9,9.321433096708994 +72777,136586,6269,2020,CO,Sen-G,2020_Sen-G_CO,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,443,John Wright Hickenlooper,13474,DEM,56.9,53.498960068484045,Cory Gardner,13475,REP,43.1,44.17752697177505,13.799999999999997,9.321433096708994 +70561,131633,6270,2020,DE,Sen-G,2020_Sen-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2020-09-24,2020-11-03,40,847,Christopher A. Coons,14761,DEM,57,59.43841852791103,Lauren E. Witzke,16064,REP,27,37.89788872253964,30,21.540529805371392 +69575,129947,6271,2020,GA,Sen-G,2020_Sen-G_GA,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-15,2020-11-03,49,600,Jon Ossoff,14567,DEM,49,47.94901230267509,David A. Perdue,14568,REP,48,49.72798820720188,1,-1.7789759045267957 +69566,129611,6271,2020,GA,Sen-G,2020_Sen-G_GA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,800,Jon Ossoff,14567,DEM,43,47.94901230267509,David A. Perdue,14568,REP,43,49.72798820720188,0,-1.7789759045267957 +69937,130236,6271,2020,GA,Sen-G,2020_Sen-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,800,Jon Ossoff,14567,DEM,41,47.94901230267509,David A. Perdue,14568,REP,43,49.72798820720188,-2,-1.7789759045267957 +69644,129837,6271,2020,GA,Sen-G,2020_Sen-G_GA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,1406,Jon Ossoff,14567,DEM,44,47.94901230267509,David A. Perdue,14568,REP,43,49.72798820720188,1,-1.7789759045267957 +69646,129840,6271,2020,GA,Sen-G,2020_Sen-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,1150,Jon Ossoff,14567,DEM,44.6,47.94901230267509,David A. Perdue,14568,REP,47,49.72798820720188,-2.3999999999999986,-1.7789759045267957 +69690,129935,6271,2020,GA,Sen-G,2020_Sen-G_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,402,Jon Ossoff,14567,DEM,42,47.94901230267509,David A. Perdue,14568,REP,50,49.72798820720188,-8,-1.7789759045267957 +69709,129983,6271,2020,GA,Sen-G,2020_Sen-G_GA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-18,2020-11-03,46,523,Jon Ossoff,14567,DEM,38,47.94901230267509,David A. Perdue,14568,REP,41,49.72798820720188,-3,-1.7789759045267957 +69991,130362,6271,2020,GA,Sen-G,2020_Sen-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,1164,Jon Ossoff,14567,DEM,42,47.94901230267509,David A. Perdue,14568,REP,47,49.72798820720188,-5,-1.7789759045267957 +70137,130672,6271,2020,GA,Sen-G,2020_Sen-G_GA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,789,Jon Ossoff,14567,DEM,47,47.94901230267509,David A. Perdue,14568,REP,42,49.72798820720188,5,-1.7789759045267957 +70131,130669,6271,2020,GA,Sen-G,2020_Sen-G_GA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Jon Ossoff,14567,DEM,46,47.94901230267509,David A. Perdue,14568,REP,49,49.72798820720188,-3,-1.7789759045267957 +70047,130478,6271,2020,GA,Sen-G,2020_Sen-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,1125,Jon Ossoff,14567,DEM,49,47.94901230267509,David A. Perdue,14568,REP,48,49.72798820720188,1,-1.7789759045267957 +70049,130484,6271,2020,GA,Sen-G,2020_Sen-G_GA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-09-28,2020-11-03,36,969,Jon Ossoff,14567,DEM,48,47.94901230267509,David A. Perdue,14568,REP,46,49.72798820720188,2,-1.7789759045267957 +70695,132238,6271,2020,GA,Sen-G,2020_Sen-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-10-01,2020-11-03,33,1106,Jon Ossoff,14567,DEM,41.4,47.94901230267509,David A. Perdue,14568,REP,48.9,49.72798820720188,-7.5,-1.7789759045267957 +70712,132267,6271,2020,GA,Sen-G,2020_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-07,2020-11-03,27,600,Jon Ossoff,14567,DEM,45.5,47.94901230267509,David A. Perdue,14568,REP,47,49.72798820720188,-1.5,-1.7789759045267957 +70715,132278,6271,2020,GA,Sen-G,2020_Sen-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-08,2020-11-03,26,528,Jon Ossoff,14567,DEM,44,47.94901230267509,David A. Perdue,14568,REP,43,49.72798820720188,1,-1.7789759045267957 +71010,132894,6271,2020,GA,Sen-G,2020_Sen-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-10,2020-11-03,24,782,Jon Ossoff,14567,DEM,44,47.94901230267509,David A. Perdue,14568,REP,43,49.72798820720188,1,-1.7789759045267957 +70982,132827,6271,2020,GA,Sen-G,2020_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,677,Jon Ossoff,14567,DEM,43,47.94901230267509,David A. Perdue,14568,REP,46,49.72798820720188,-3,-1.7789759045267957 +71000,132868,6271,2020,GA,Sen-G,2020_Sen-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,1160,Jon Ossoff,14567,DEM,51,47.94901230267509,David A. Perdue,14568,REP,45,49.72798820720188,6,-1.7789759045267957 +71566,134173,6271,2020,GA,Sen-G,2020_Sen-G_GA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-10-13,2020-11-03,21,600,Jon Ossoff,14567,DEM,48,47.94901230267509,David A. Perdue,14568,REP,43,49.72798820720188,5,-1.7789759045267957 +71759,134461,6271,2020,GA,Sen-G,2020_Sen-G_GA,National Research,225,FALSE,FALSE,Live Phone,REP,2020-10-14,2020-11-03,20,800,Jon Ossoff,14567,DEM,44,47.94901230267509,David A. Perdue,14568,REP,44,49.72798820720188,0,-1.7789759045267957 +71435,133778,6271,2020,GA,Sen-G,2020_Sen-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-18,2020-11-03,16,506,Jon Ossoff,14567,DEM,44.5,47.94901230267509,David A. Perdue,14568,REP,46.1,49.72798820720188,-1.6000000000000014,-1.7789759045267957 +71454,133827,6271,2020,GA,Sen-G,2020_Sen-G_GA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-16,2020-11-03,18,759,Jon Ossoff,14567,DEM,43,47.94901230267509,David A. Perdue,14568,REP,43,49.72798820720188,0,-1.7789759045267957 +71640,134228,6271,2020,GA,Sen-G,2020_Sen-G_GA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1672,Jon Ossoff,14567,DEM,44,47.94901230267509,David A. Perdue,14568,REP,46,49.72798820720188,-2,-1.7789759045267957 +72181,135397,6271,2020,GA,Sen-G,2020_Sen-G_GA,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Jon Ossoff,14567,DEM,47.3,47.94901230267509,David A. Perdue,14568,REP,40.44,49.72798820720188,6.859999999999999,-1.7789759045267957 +71763,134486,6271,2020,GA,Sen-G,2020_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-21,2020-11-03,13,500,Jon Ossoff,14567,DEM,44.6,47.94901230267509,David A. Perdue,14568,REP,50.2,49.72798820720188,-5.600000000000001,-1.7789759045267957 +71888,134751,6271,2020,GA,Sen-G,2020_Sen-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-22,2020-11-03,12,1090,Jon Ossoff,14567,DEM,46,47.94901230267509,David A. Perdue,14568,REP,47,49.72798820720188,-1,-1.7789759045267957 +71944,134859,6271,2020,GA,Sen-G,2020_Sen-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,1145,Jon Ossoff,14567,DEM,46.3,47.94901230267509,David A. Perdue,14568,REP,45.2,49.72798820720188,1.0999999999999943,-1.7789759045267957 +72040,135052,6271,2020,GA,Sen-G,2020_Sen-G_GA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-25,2020-11-03,9,1041,Jon Ossoff,14567,DEM,51,47.94901230267509,David A. Perdue,14568,REP,45,49.72798820720188,6,-1.7789759045267957 +72299,135653,6271,2020,GA,Sen-G,2020_Sen-G_GA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,342,Jon Ossoff,14567,DEM,47.8,47.94901230267509,David A. Perdue,14568,REP,49.4,49.72798820720188,-1.6000000000000014,-1.7789759045267957 +72146,135285,6271,2020,GA,Sen-G,2020_Sen-G_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,504,Jon Ossoff,14567,DEM,49,47.94901230267509,David A. Perdue,14568,REP,48,49.72798820720188,1,-1.7789759045267957 +72336,135719,6271,2020,GA,Sen-G,2020_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-28,2020-11-03,6,750,Jon Ossoff,14567,DEM,47.3,47.94901230267509,David A. Perdue,14568,REP,47.2,49.72798820720188,0.09999999999999432,-1.7789759045267957 +72187,135403,6271,2020,GA,Sen-G,2020_Sen-G_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-27,2020-11-03,7,661,Jon Ossoff,14567,DEM,47,47.94901230267509,David A. Perdue,14568,REP,44,49.72798820720188,3,-1.7789759045267957 +72605,136271,6271,2020,GA,Sen-G,2020_Sen-G_GA,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1743,Jon Ossoff,14567,DEM,46.5,47.94901230267509,David A. Perdue,14568,REP,45.5,49.72798820720188,1,-1.7789759045267957 +72517,136086,6271,2020,GA,Sen-G,2020_Sen-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,749,Jon Ossoff,14567,DEM,48.9,47.94901230267509,David A. Perdue,14568,REP,47.6,49.72798820720188,1.2999999999999972,-1.7789759045267957 +72661,136359,6271,2020,GA,Sen-G,2020_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-11-01,2020-11-03,2,500,Jon Ossoff,14567,DEM,46.9,47.94901230267509,David A. Perdue,14568,REP,49,49.72798820720188,-2.1000000000000014,-1.7789759045267957 +72738,136513,6271,2020,GA,Sen-G,2020_Sen-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1036,Jon Ossoff,14567,DEM,51,47.94901230267509,David A. Perdue,14568,REP,46,49.72798820720188,5,-1.7789759045267957 +72766,136578,6271,2020,GA,Sen-G,2020_Sen-G_GA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,407,Jon Ossoff,14567,DEM,47.9,47.94901230267509,David A. Perdue,14568,REP,49.2,49.72798820720188,-1.3000000000000043,-1.7789759045267957 +69560,129593,6272,2020,IA,Sen-G,2020_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2020-09-16,2020-11-03,48,658,Theresa Greenfield,13466,DEM,45,45.15171417155353,Joni K. Ernst,13467,REP,42,51.739592828927385,3,-6.587878657373857 +69943,130251,6272,2020,IA,Sen-G,2020_Sen-G_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-20,2020-11-03,44,402,Theresa Greenfield,13466,DEM,48,45.15171417155353,Joni K. Ernst,13467,REP,47,51.739592828927385,1,-6.587878657373857 +69710,129985,6272,2020,IA,Sen-G,2020_Sen-G_IA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,501,Theresa Greenfield,13466,DEM,42,45.15171417155353,Joni K. Ernst,13467,REP,40,51.739592828927385,2,-6.587878657373857 +70073,130605,6272,2020,IA,Sen-G,2020_Sen-G_IA,RABA Research,269,FALSE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,780,Theresa Greenfield,13466,DEM,51,45.15171417155353,Joni K. Ernst,13467,REP,39,51.739592828927385,12,-6.587878657373857 +70132,130670,6272,2020,IA,Sen-G,2020_Sen-G_IA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Theresa Greenfield,13466,DEM,48,45.15171417155353,Joni K. Ernst,13467,REP,48,51.739592828927385,0,-6.587878657373857 +70080,130564,6272,2020,IA,Sen-G,2020_Sen-G_IA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-25,2020-11-03,39,743,Theresa Greenfield,13466,DEM,44,45.15171417155353,Joni K. Ernst,13467,REP,42,51.739592828927385,2,-6.587878657373857 +70648,132110,6272,2020,IA,Sen-G,2020_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,1205,Theresa Greenfield,13466,DEM,50,45.15171417155353,Joni K. Ernst,13467,REP,45,51.739592828927385,5,-6.587878657373857 +70629,132068,6272,2020,IA,Sen-G,2020_Sen-G_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-05,2020-11-03,29,756,Theresa Greenfield,13466,DEM,49,45.15171417155353,Joni K. Ernst,13467,REP,46,51.739592828927385,3,-6.587878657373857 +71760,134463,6272,2020,IA,Sen-G,2020_Sen-G_IA,National Research,225,FALSE,FALSE,Live Phone,REP,2020-10-07,2020-11-03,27,800,Theresa Greenfield,13466,DEM,44,45.15171417155353,Joni K. Ernst,13467,REP,45,51.739592828927385,-1,-6.587878657373857 +70726,132312,6272,2020,IA,Sen-G,2020_Sen-G_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-08,2020-11-03,26,1022,Theresa Greenfield,13466,DEM,47,45.15171417155353,Joni K. Ernst,13467,REP,43,51.739592828927385,4,-6.587878657373857 +71083,133055,6272,2020,IA,Sen-G,2020_Sen-G_IA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-10,2020-11-03,24,822,Theresa Greenfield,13466,DEM,47,45.15171417155353,Joni K. Ernst,13467,REP,43,51.739592828927385,4,-6.587878657373857 +71465,133851,6272,2020,IA,Sen-G,2020_Sen-G_IA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-18,2020-11-03,16,400,Theresa Greenfield,13466,DEM,48.1,45.15171417155353,Joni K. Ernst,13467,REP,43.4,51.739592828927385,4.700000000000003,-6.587878657373857 +71548,134031,6272,2020,IA,Sen-G,2020_Sen-G_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,501,Theresa Greenfield,13466,DEM,51,45.15171417155353,Joni K. Ernst,13467,REP,45,51.739592828927385,6,-6.587878657373857 +71553,134041,6272,2020,IA,Sen-G,2020_Sen-G_IA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,753,Theresa Greenfield,13466,DEM,44,45.15171417155353,Joni K. Ernst,13467,REP,45,51.739592828927385,-1,-6.587878657373857 +71562,134055,6272,2020,IA,Sen-G,2020_Sen-G_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-20,2020-11-03,14,435,Theresa Greenfield,13466,DEM,46.36,45.15171417155353,Joni K. Ernst,13467,REP,50.44,51.739592828927385,-4.079999999999998,-6.587878657373857 +71733,134423,6272,2020,IA,Sen-G,2020_Sen-G_IA,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,800,Theresa Greenfield,13466,DEM,46,45.15171417155353,Joni K. Ernst,13467,REP,43,51.739592828927385,3,-6.587878657373857 +72063,135343,6272,2020,IA,Sen-G,2020_Sen-G_IA,RABA Research,269,FALSE,FALSE,Live Phone,NA,2020-10-23,2020-11-03,11,693,Theresa Greenfield,13466,DEM,51,45.15171417155353,Joni K. Ernst,13467,REP,45,51.739592828927385,6,-6.587878657373857 +72220,135488,6272,2020,IA,Sen-G,2020_Sen-G_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1225,Theresa Greenfield,13466,DEM,46,45.15171417155353,Joni K. Ernst,13467,REP,48,51.739592828927385,-2,-6.587878657373857 +72420,135893,6272,2020,IA,Sen-G,2020_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2020-10-28,2020-11-03,6,814,Theresa Greenfield,13466,DEM,42,45.15171417155353,Joni K. Ernst,13467,REP,46,51.739592828927385,-4,-6.587878657373857 +72492,136045,6272,2020,IA,Sen-G,2020_Sen-G_IA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-10-30,2020-11-03,4,400,Theresa Greenfield,13466,DEM,45.1,45.15171417155353,Joni K. Ernst,13467,REP,50.7,51.739592828927385,-5.600000000000001,-6.587878657373857 +72489,136039,6272,2020,IA,Sen-G,2020_Sen-G_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,604,Theresa Greenfield,13466,DEM,50.8,45.15171417155353,Joni K. Ernst,13467,REP,47.7,51.739592828927385,3.0999999999999943,-6.587878657373857 +72577,136209,6272,2020,IA,Sen-G,2020_Sen-G_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-31,2020-11-03,3,853,Theresa Greenfield,13466,DEM,50,45.15171417155353,Joni K. Ernst,13467,REP,47,51.739592828927385,3,-6.587878657373857 +72756,136538,6272,2020,IA,Sen-G,2020_Sen-G_IA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,1084,Theresa Greenfield,13466,DEM,48,45.15171417155353,Joni K. Ernst,13467,REP,47,51.739592828927385,1,-6.587878657373857 +72741,136520,6272,2020,IA,Sen-G,2020_Sen-G_IA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,951,Theresa Greenfield,13466,DEM,49,45.15171417155353,Joni K. Ernst,13467,REP,45,51.739592828927385,4,-6.587878657373857 +72621,136284,6272,2020,IA,Sen-G,2020_Sen-G_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-11-01,2020-11-03,2,871,Theresa Greenfield,13466,DEM,48,45.15171417155353,Joni K. Ernst,13467,REP,47,51.739592828927385,1,-6.587878657373857 +72623,136295,6274,2020,IL,Sen-G,2020_Sen-G_IL,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Richard J. Durbin,13501,DEM,52,54.93356314671662,Mark C. Curran,15646,REP,30,38.86594868971691,22,16.067614456999713 +72716,136479,6274,2020,IL,Sen-G,2020_Sen-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2020-10-31,2020-11-03,3,1208,Richard J. Durbin,13501,DEM,50.6,54.93356314671662,Mark C. Curran,15646,REP,25.6,38.86594868971691,25,16.067614456999713 +70055,130507,6275,2020,KS,Sen-G,2020_Sen-G_KS,co/efficient,514,FALSE,FALSE,IVR/Text,REP,2020-09-15,2020-11-03,49,794,Barbara Goolsbee Bollier,13698,DEM,39,41.78599237436529,Roger Marshall,14604,REP,43,53.22312841115551,-4,-11.437136036790214 +69938,130239,6275,2020,KS,Sen-G,2020_Sen-G_KS,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,883,Barbara Goolsbee Bollier,13698,DEM,40,41.78599237436529,Roger Marshall,14604,REP,40,53.22312841115551,0,-11.437136036790214 +70056,130508,6275,2020,KS,Sen-G,2020_Sen-G_KS,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,600,Barbara Goolsbee Bollier,13698,DEM,45,41.78599237436529,Roger Marshall,14604,REP,43,53.22312841115551,2,-11.437136036790214 +70072,130537,6275,2020,KS,Sen-G,2020_Sen-G_KS,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-09-28,2020-11-03,36,677,Barbara Goolsbee Bollier,13698,DEM,43,41.78599237436529,Roger Marshall,14604,REP,50,53.22312841115551,-7,-11.437136036790214 +70686,132205,6275,2020,KS,Sen-G,2020_Sen-G_KS,VCreek/AMG,501,FALSE,FALSE,IVR,NA,2020-09-29,2020-11-03,35,3104,Barbara Goolsbee Bollier,13698,DEM,45.39,41.78599237436529,Roger Marshall,14604,REP,41.87,53.22312841115551,3.520000000000003,-11.437136036790214 +71558,134049,6275,2020,KS,Sen-G,2020_Sen-G_KS,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-19,2020-11-03,15,897,Barbara Goolsbee Bollier,13698,DEM,43,41.78599237436529,Roger Marshall,14604,REP,43,53.22312841115551,0,-11.437136036790214 +71545,134022,6275,2020,KS,Sen-G,2020_Sen-G_KS,co/efficient,514,FALSE,FALSE,IVR/Text,REP,2020-10-19,2020-11-03,15,2453,Barbara Goolsbee Bollier,13698,DEM,39,41.78599237436529,Roger Marshall,14604,REP,51,53.22312841115551,-12,-11.437136036790214 +71673,134272,6275,2020,KS,Sen-G,2020_Sen-G_KS,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,755,Barbara Goolsbee Bollier,13698,DEM,42,41.78599237436529,Roger Marshall,14604,REP,46,53.22312841115551,-4,-11.437136036790214 +72165,135352,6275,2020,KS,Sen-G,2020_Sen-G_KS,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-10-26,2020-11-03,8,600,Barbara Goolsbee Bollier,13698,DEM,46,41.78599237436529,Roger Marshall,14604,REP,45,53.22312841115551,1,-11.437136036790214 +72240,135528,6275,2020,KS,Sen-G,2020_Sen-G_KS,VCreek/AMG,501,FALSE,FALSE,IVR,NA,2020-10-26,2020-11-03,8,1149,Barbara Goolsbee Bollier,13698,DEM,43.46,41.78599237436529,Roger Marshall,14604,REP,47.03,53.22312841115551,-3.5700000000000003,-11.437136036790214 +72723,136493,6275,2020,KS,Sen-G,2020_Sen-G_KS,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1121,Barbara Goolsbee Bollier,13698,DEM,45,41.78599237436529,Roger Marshall,14604,REP,51,53.22312841115551,-6,-11.437136036790214 +69487,129448,6276,2020,KY,Sen-G,2020_Sen-G_KY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,1164,Amy McGrath,13470,DEM,41,38.2311572946296,Mitch McConnell,13471,REP,53,57.76496833573999,-12,-19.53381104111039 +69939,130241,6276,2020,KY,Sen-G,2020_Sen-G_KY,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,807,Amy McGrath,13470,DEM,39,38.2311572946296,Mitch McConnell,13471,REP,46,57.76496833573999,-7,-19.53381104111039 +69640,129833,6276,2020,KY,Sen-G,2020_Sen-G_KY,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,746,Amy McGrath,13470,DEM,37,38.2311572946296,Mitch McConnell,13471,REP,52,57.76496833573999,-15,-19.53381104111039 +71443,133987,6276,2020,KY,Sen-G,2020_Sen-G_KY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,625,Amy McGrath,13470,DEM,42,38.2311572946296,Mitch McConnell,13471,REP,51,57.76496833573999,-9,-19.53381104111039 +71672,134270,6276,2020,KY,Sen-G,2020_Sen-G_KY,Cygnal,67,FALSE,FALSE,IVR/Live Phone/Text-to-Web,REP,2020-10-19,2020-11-03,15,640,Amy McGrath,13470,DEM,39.9,38.2311572946296,Mitch McConnell,13471,REP,50.2,57.76496833573999,-10.300000000000004,-19.53381104111039 +72239,135527,6276,2020,KY,Sen-G,2020_Sen-G_KY,Bluegrass Community and Technical College,632,FALSE,FALSE,Live Phone,NA,2020-10-22,2020-11-03,12,250,Amy McGrath,13470,DEM,39.6,38.2311572946296,Mitch McConnell,13471,REP,50,57.76496833573999,-10.399999999999999,-19.53381104111039 +72618,136272,6276,2020,KY,Sen-G,2020_Sen-G_KY,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,911,Amy McGrath,13470,DEM,39.8,38.2311572946296,Mitch McConnell,13471,REP,51.1,57.76496833573999,-11.300000000000004,-19.53381104111039 +72779,136588,6276,2020,KY,Sen-G,2020_Sen-G_KY,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,365,Amy McGrath,13470,DEM,46.3,38.2311572946296,Mitch McConnell,13471,REP,49.1,57.76496833573999,-2.8000000000000043,-19.53381104111039 +70107,130603,6278,2020,MA,Sen-G,2020_Sen-G_MA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,REP,2020-09-16,2020-11-03,48,907,Edward J. Markey,13487,DEM,50,66.1537326297313,Kevin J. O'Connor,16019,REP,40,33.04489503206387,10,33.108837597667424 +71972,134921,6278,2020,MA,Sen-G,2020_Sen-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,713,Edward J. Markey,13487,DEM,65,66.1537326297313,Kevin J. O'Connor,16019,REP,26,33.04489503206387,39,33.108837597667424 +72715,136478,6278,2020,MA,Sen-G,2020_Sen-G_MA,MassINC Polling Group,198,TRUE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,929,Edward J. Markey,13487,DEM,60,66.1537326297313,Kevin J. O'Connor,16019,REP,29,33.04489503206387,31,33.108837597667424 +69410,129267,6279,2020,ME,Sen-G,2020_Sen-G_ME,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-09-06,2020-11-03,58,600,Sara I. Gideon,13455,DEM,48.95,42.38649971984282,Susan M. Collins,13456,REP,40.82,50.9831136632474,8.130000000000003,-8.596613943404584 +69488,129449,6279,2020,ME,Sen-G,2020_Sen-G_ME,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,1183,Sara I. Gideon,13455,DEM,54,42.38649971984282,Susan M. Collins,13456,REP,42,50.9831136632474,12,-8.596613943404584 +69524,129511,6279,2020,ME,Sen-G,2020_Sen-G_ME,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,663,Sara I. Gideon,13455,DEM,49,42.38649971984282,Susan M. Collins,13456,REP,44,50.9831136632474,5,-8.596613943404584 +69587,129677,6279,2020,ME,Sen-G,2020_Sen-G_ME,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,500,Sara I. Gideon,13455,DEM,49.2,42.38649971984282,Susan M. Collins,13456,REP,42.2,50.9831136632474,7,-8.596613943404584 +69705,129974,6279,2020,ME,Sen-G,2020_Sen-G_ME,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2020-09-21,2020-11-03,43,500,Sara I. Gideon,13455,DEM,42,42.38649971984282,Susan M. Collins,13456,REP,42,50.9831136632474,0,-8.596613943404584 +69967,130302,6279,2020,ME,Sen-G,2020_Sen-G_ME,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-20,2020-11-03,44,847,Sara I. Gideon,13455,DEM,45,42.38649971984282,Susan M. Collins,13456,REP,41,50.9831136632474,4,-8.596613943404584 +70081,130566,6279,2020,ME,Sen-G,2020_Sen-G_ME,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-25,2020-11-03,39,718,Sara I. Gideon,13455,DEM,50,42.38649971984282,Susan M. Collins,13456,REP,42,50.9831136632474,8,-8.596613943404584 +70610,132026,6279,2020,ME,Sen-G,2020_Sen-G_ME,Digital Research,64,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-29,2020-11-03,35,466,Sara I. Gideon,13455,DEM,44,42.38649971984282,Susan M. Collins,13456,REP,43,50.9831136632474,1,-8.596613943404584 +71085,133060,6279,2020,ME,Sen-G,2020_Sen-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2020-10-04,2020-11-03,30,600,Sara I. Gideon,13455,DEM,46.9,42.38649971984282,Susan M. Collins,13456,REP,39.8,50.9831136632474,7.100000000000001,-8.596613943404584 +72076,135130,6279,2020,ME,Sen-G,2020_Sen-G_ME,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-23,2020-11-03,11,879,Sara I. Gideon,13455,DEM,46.6,42.38649971984282,Susan M. Collins,13456,REP,43.4,50.9831136632474,3.200000000000003,-8.596613943404584 +72179,135389,6279,2020,ME,Sen-G,2020_Sen-G_ME,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,1007,Sara I. Gideon,13455,DEM,51,42.38649971984282,Susan M. Collins,13456,REP,49,50.9831136632474,2,-8.596613943404584 +72511,136078,6279,2020,ME,Sen-G,2020_Sen-G_ME,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web,NA,2020-10-30,2020-11-03,4,611,Sara I. Gideon,13455,DEM,47.6,42.38649971984282,Susan M. Collins,13456,REP,45.8,50.9831136632474,1.8000000000000043,-8.596613943404584 +72801,136607,6279,2020,ME,Sen-G,2020_Sen-G_ME,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,1024,Sara I. Gideon,13455,DEM,54,42.38649971984282,Susan M. Collins,13456,REP,46,50.9831136632474,8,-8.596613943404584 +68535,128360,6280,2020,MI,Sen-G,2020_Sen-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,876,Gary C. Peters,13453,DEM,50,49.90342572248217,John James,13454,REP,46,48.21839437051528,4,1.6850313519668916 +69544,129568,6280,2020,MI,Sen-G,2020_Sen-G_MI,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-13,2020-11-03,51,930,Gary C. Peters,13453,DEM,51,49.90342572248217,John James,13454,REP,35,48.21839437051528,16,1.6850313519668916 +69529,129531,6280,2020,MI,Sen-G,2020_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,600,Gary C. Peters,13453,DEM,45,49.90342572248217,John James,13454,REP,41,48.21839437051528,4,1.6850313519668916 +69661,129868,6280,2020,MI,Sen-G,2020_Sen-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,637,Gary C. Peters,13453,DEM,49,49.90342572248217,John James,13454,REP,43,48.21839437051528,6,1.6850313519668916 +69983,130332,6280,2020,MI,Sen-G,2020_Sen-G_MI,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-18,2020-11-03,46,400,Gary C. Peters,13453,DEM,50,49.90342572248217,John James,13454,REP,42,48.21839437051528,8,1.6850313519668916 +69648,129848,6280,2020,MI,Sen-G,2020_Sen-G_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2020-09-16,2020-11-03,48,600,Gary C. Peters,13453,DEM,42,49.90342572248217,John James,13454,REP,40,48.21839437051528,2,1.6850313519668916 +69940,130243,6280,2020,MI,Sen-G,2020_Sen-G_MI,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,455,Gary C. Peters,13453,DEM,47,49.90342572248217,John James,13454,REP,42,48.21839437051528,5,1.6850313519668916 +69641,129834,6280,2020,MI,Sen-G,2020_Sen-G_MI,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,1376,Gary C. Peters,13453,DEM,47,49.90342572248217,John James,13454,REP,40,48.21839437051528,7,1.6850313519668916 +69683,129910,6280,2020,MI,Sen-G,2020_Sen-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,568,Gary C. Peters,13453,DEM,50,49.90342572248217,John James,13454,REP,44,48.21839437051528,6,1.6850313519668916 +69701,129964,6280,2020,MI,Sen-G,2020_Sen-G_MI,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-09-15,2020-11-03,49,1001,Gary C. Peters,13453,DEM,45.6,49.90342572248217,John James,13454,REP,41.4,48.21839437051528,4.200000000000003,1.6850313519668916 +69995,130360,6280,2020,MI,Sen-G,2020_Sen-G_MI,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-09-21,2020-11-03,43,799,Gary C. Peters,13453,DEM,49,49.90342572248217,John James,13454,REP,44,48.21839437051528,5,1.6850313519668916 +70006,130404,6280,2020,MI,Sen-G,2020_Sen-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-24,2020-11-03,40,1047,Gary C. Peters,13453,DEM,47.2,49.90342572248217,John James,13454,REP,47.3,48.21839437051528,-0.09999999999999432,1.6850313519668916 +70057,130580,6280,2020,MI,Sen-G,2020_Sen-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-27,2020-11-03,37,1042,Gary C. Peters,13453,DEM,48.1,49.90342572248217,John James,13454,REP,46.7,48.21839437051528,1.3999999999999986,1.6850313519668916 +70129,130658,6280,2020,MI,Sen-G,2020_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-09-30,2020-11-03,34,746,Gary C. Peters,13453,DEM,48,49.90342572248217,John James,13454,REP,41,48.21839437051528,7,1.6850313519668916 +70589,132036,6280,2020,MI,Sen-G,2020_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2020-10-02,2020-11-03,32,600,Gary C. Peters,13453,DEM,44.9,49.90342572248217,John James,13454,REP,39.5,48.21839437051528,5.399999999999999,1.6850313519668916 +70606,132075,6280,2020,MI,Sen-G,2020_Sen-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,676,Gary C. Peters,13453,DEM,51,49.90342572248217,John James,13454,REP,43,48.21839437051528,8,1.6850313519668916 +70632,132071,6280,2020,MI,Sen-G,2020_Sen-G_MI,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2020-10-04,2020-11-03,30,601,Gary C. Peters,13453,DEM,48,49.90342572248217,John James,13454,REP,46,48.21839437051528,2,1.6850313519668916 +71761,134464,6280,2020,MI,Sen-G,2020_Sen-G_MI,National Research,225,FALSE,FALSE,Live Phone,REP,2020-10-05,2020-11-03,29,800,Gary C. Peters,13453,DEM,49,49.90342572248217,John James,13454,REP,41,48.21839437051528,8,1.6850313519668916 +70615,132033,6280,2020,MI,Sen-G,2020_Sen-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-03,2020-11-03,31,709,Gary C. Peters,13453,DEM,50,49.90342572248217,John James,13454,REP,43,48.21839437051528,7,1.6850313519668916 +70692,132228,6280,2020,MI,Sen-G,2020_Sen-G_MI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-06,2020-11-03,28,716,Gary C. Peters,13453,DEM,50.7,49.90342572248217,John James,13454,REP,41.1,48.21839437051528,9.600000000000001,1.6850313519668916 +70719,132292,6280,2020,MI,Sen-G,2020_Sen-G_MI,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Email,NA,2020-10-04,2020-11-03,30,1134,Gary C. Peters,13453,DEM,48,49.90342572248217,John James,13454,REP,42.1,48.21839437051528,5.899999999999999,1.6850313519668916 +70724,132311,6280,2020,MI,Sen-G,2020_Sen-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-08,2020-11-03,26,1181,Gary C. Peters,13453,DEM,47,49.90342572248217,John James,13454,REP,44,48.21839437051528,3,1.6850313519668916 +70737,132336,6280,2020,MI,Sen-G,2020_Sen-G_MI,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-08,2020-11-03,26,614,Gary C. Peters,13453,DEM,43,49.90342572248217,John James,13454,REP,42,48.21839437051528,1,1.6850313519668916 +70979,133019,6280,2020,MI,Sen-G,2020_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,600,Gary C. Peters,13453,DEM,45,49.90342572248217,John James,13454,REP,39,48.21839437051528,6,1.6850313519668916 +70785,132436,6280,2020,MI,Sen-G,2020_Sen-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-10,2020-11-03,24,620,Gary C. Peters,13453,DEM,52,49.90342572248217,John James,13454,REP,44,48.21839437051528,8,1.6850313519668916 +71178,133262,6280,2020,MI,Sen-G,2020_Sen-G_MI,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-14,2020-11-03,20,1289,Gary C. Peters,13453,DEM,50,49.90342572248217,John James,13454,REP,43,48.21839437051528,7,1.6850313519668916 +71238,133386,6280,2020,MI,Sen-G,2020_Sen-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-13,2020-11-03,21,1018,Gary C. Peters,13453,DEM,46.6,49.90342572248217,John James,13454,REP,48,48.21839437051528,-1.3999999999999986,1.6850313519668916 +71367,133645,6280,2020,MI,Sen-G,2020_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Live Phone,NA,2020-10-18,2020-11-03,16,900,Gary C. Peters,13453,DEM,49,49.90342572248217,John James,13454,REP,43,48.21839437051528,6,1.6850313519668916 +71623,134182,6280,2020,MI,Sen-G,2020_Sen-G_MI,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-17,2020-11-03,17,830,Gary C. Peters,13453,DEM,48,49.90342572248217,John James,13454,REP,43,48.21839437051528,5,1.6850313519668916 +71649,134234,6280,2020,MI,Sen-G,2020_Sen-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-17,2020-11-03,17,1034,Gary C. Peters,13453,DEM,47.5,49.90342572248217,John James,13454,REP,49.7,48.21839437051528,-2.200000000000003,1.6850313519668916 +71521,133964,6280,2020,MI,Sen-G,2020_Sen-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,718,Gary C. Peters,13453,DEM,51,49.90342572248217,John James,13454,REP,46,48.21839437051528,5,1.6850313519668916 +71738,134409,6280,2020,MI,Sen-G,2020_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,600,Gary C. Peters,13453,DEM,45,49.90342572248217,John James,13454,REP,39,48.21839437051528,6,1.6850313519668916 +71641,134229,6280,2020,MI,Sen-G,2020_Sen-G_MI,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1717,Gary C. Peters,13453,DEM,48,49.90342572248217,John James,13454,REP,42,48.21839437051528,6,1.6850313519668916 +71625,134187,6280,2020,MI,Sen-G,2020_Sen-G_MI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,1032,Gary C. Peters,13453,DEM,49,49.90342572248217,John James,13454,REP,41,48.21839437051528,8,1.6850313519668916 +72182,135399,6280,2020,MI,Sen-G,2020_Sen-G_MI,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Gary C. Peters,13453,DEM,45.86,49.90342572248217,John James,13454,REP,42.31,48.21839437051528,3.549999999999997,1.6850313519668916 +71462,133845,6280,2020,MI,Sen-G,2020_Sen-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-17,2020-11-03,17,686,Gary C. Peters,13453,DEM,50,49.90342572248217,John James,13454,REP,45,48.21839437051528,5,1.6850313519668916 +71679,134287,6280,2020,MI,Sen-G,2020_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-21,2020-11-03,13,804,Gary C. Peters,13453,DEM,52,49.90342572248217,John James,13454,REP,43,48.21839437051528,9,1.6850313519668916 +71890,134749,6280,2020,MI,Sen-G,2020_Sen-G_MI,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-24,2020-11-03,10,679,Gary C. Peters,13453,DEM,52,49.90342572248217,John James,13454,REP,41,48.21839437051528,11,1.6850313519668916 +72065,135139,6280,2020,MI,Sen-G,2020_Sen-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,600,Gary C. Peters,13453,DEM,48.4,49.90342572248217,John James,13454,REP,38.8,48.21839437051528,9.600000000000001,1.6850313519668916 +72074,135126,6280,2020,MI,Sen-G,2020_Sen-G_MI,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-10-22,2020-11-03,12,789,Gary C. Peters,13453,DEM,52,49.90342572248217,John James,13454,REP,46,48.21839437051528,6,1.6850313519668916 +72073,135120,6280,2020,MI,Sen-G,2020_Sen-G_MI,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2020-10-25,2020-11-03,9,678,Gary C. Peters,13453,DEM,47.5,49.90342572248217,John James,13454,REP,46.2,48.21839437051528,1.2999999999999972,1.6850313519668916 +72152,135299,6280,2020,MI,Sen-G,2020_Sen-G_MI,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,856,Gary C. Peters,13453,DEM,49,49.90342572248217,John James,13454,REP,41,48.21839437051528,8,1.6850313519668916 +72302,135654,6280,2020,MI,Sen-G,2020_Sen-G_MI,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,365,Gary C. Peters,13453,DEM,58.4,49.90342572248217,John James,13454,REP,41.6,48.21839437051528,16.799999999999997,1.6850313519668916 +72058,135093,6280,2020,MI,Sen-G,2020_Sen-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-23,2020-11-03,11,652,Gary C. Peters,13453,DEM,50,49.90342572248217,John James,13454,REP,44,48.21839437051528,6,1.6850313519668916 +72170,135364,6280,2020,MI,Sen-G,2020_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2020-10-26,2020-11-03,8,759,Gary C. Peters,13453,DEM,52.4,49.90342572248217,John James,13454,REP,42.8,48.21839437051528,9.600000000000001,1.6850313519668916 +72483,136026,6280,2020,MI,Sen-G,2020_Sen-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,600,Gary C. Peters,13453,DEM,47,49.90342572248217,John James,13454,REP,42,48.21839437051528,5,1.6850313519668916 +72311,135660,6280,2020,MI,Sen-G,2020_Sen-G_MI,Kiaer Research,585,FALSE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,669,Gary C. Peters,13453,DEM,50.8,49.90342572248217,John James,13454,REP,38,48.21839437051528,12.799999999999997,1.6850313519668916 +72493,136047,6280,2020,MI,Sen-G,2020_Sen-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text,NA,2020-10-29,2020-11-03,5,817,Gary C. Peters,13453,DEM,50.3,49.90342572248217,John James,13454,REP,44.9,48.21839437051528,5.399999999999999,1.6850313519668916 +72335,135888,6280,2020,MI,Sen-G,2020_Sen-G_MI,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-28,2020-11-03,6,800,Gary C. Peters,13453,DEM,50,49.90342572248217,John James,13454,REP,41,48.21839437051528,9,1.6850313519668916 +72333,135713,6280,2020,MI,Sen-G,2020_Sen-G_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-29,2020-11-03,5,745,Gary C. Peters,13453,DEM,54,49.90342572248217,John James,13454,REP,44,48.21839437051528,10,1.6850313519668916 +72587,136227,6280,2020,MI,Sen-G,2020_Sen-G_MI,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,993,Gary C. Peters,13453,DEM,54,49.90342572248217,John James,13454,REP,43,48.21839437051528,11,1.6850313519668916 +72416,135878,6280,2020,MI,Sen-G,2020_Sen-G_MI,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,907,Gary C. Peters,13453,DEM,52,49.90342572248217,John James,13454,REP,40,48.21839437051528,12,1.6850313519668916 +72607,136273,6280,2020,MI,Sen-G,2020_Sen-G_MI,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1736,Gary C. Peters,13453,DEM,48.8,49.90342572248217,John James,13454,REP,43.1,48.21839437051528,5.699999999999996,1.6850313519668916 +72487,136038,6280,2020,MI,Sen-G,2020_Sen-G_MI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,700,Gary C. Peters,13453,DEM,51.8,49.90342572248217,John James,13454,REP,46,48.21839437051528,5.799999999999997,1.6850313519668916 +72624,136296,6280,2020,MI,Sen-G,2020_Sen-G_MI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Gary C. Peters,13453,DEM,52,49.90342572248217,John James,13454,REP,37,48.21839437051528,15,1.6850313519668916 +72728,136504,6280,2020,MI,Sen-G,2020_Sen-G_MI,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,383,Gary C. Peters,13453,DEM,51,49.90342572248217,John James,13454,REP,46,48.21839437051528,5,1.6850313519668916 +72508,136079,6280,2020,MI,Sen-G,2020_Sen-G_MI,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-29,2020-11-03,5,654,Gary C. Peters,13453,DEM,51,49.90342572248217,John James,13454,REP,44,48.21839437051528,7,1.6850313519668916 +72769,136579,6280,2020,MI,Sen-G,2020_Sen-G_MI,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,393,Gary C. Peters,13453,DEM,53.6,49.90342572248217,John James,13454,REP,46.4,48.21839437051528,7.200000000000003,1.6850313519668916 +68481,128201,6281,2020,MN,Sen-G,2020_Sen-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-09-03,2020-11-03,61,877,Tina Smith,15691,DEM,49,48.736690543628136,Jason Lewis,15692,REP,41,43.498246561568216,8,5.23844398205992 +68565,128383,6281,2020,MN,Sen-G,2020_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-09-06,2020-11-03,58,553,Tina Smith,15691,DEM,46.6,48.736690543628136,Jason Lewis,15692,REP,35.7,43.498246561568216,10.899999999999999,5.23844398205992 +69416,129279,6281,2020,MN,Sen-G,2020_Sen-G_MN,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-09,2020-11-03,55,814,Tina Smith,15691,DEM,49,48.736690543628136,Jason Lewis,15692,REP,40,43.498246561568216,9,5.23844398205992 +69424,129306,6281,2020,MN,Sen-G,2020_Sen-G_MN,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-10,2020-11-03,54,1031,Tina Smith,15691,DEM,47,48.736690543628136,Jason Lewis,15692,REP,40,43.498246561568216,7,5.23844398205992 +69567,129613,6281,2020,MN,Sen-G,2020_Sen-G_MN,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,718,Tina Smith,15691,DEM,51,48.736690543628136,Jason Lewis,15692,REP,36,43.498246561568216,15,5.23844398205992 +69988,130415,6281,2020,MN,Sen-G,2020_Sen-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2020-09-22,2020-11-03,42,800,Tina Smith,15691,DEM,49,48.736690543628136,Jason Lewis,15692,REP,41,43.498246561568216,8,5.23844398205992 +69978,130318,6281,2020,MN,Sen-G,2020_Sen-G_MN,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-22,2020-11-03,42,500,Tina Smith,15691,DEM,44.8,48.736690543628136,Jason Lewis,15692,REP,34.8,43.498246561568216,10,5.23844398205992 +70660,132226,6281,2020,MN,Sen-G,2020_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-03,2020-11-03,31,929,Tina Smith,15691,DEM,44,48.736690543628136,Jason Lewis,15692,REP,37,43.498246561568216,7,5.23844398205992 +71455,133836,6281,2020,MN,Sen-G,2020_Sen-G_MN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-14,2020-11-03,20,1021,Tina Smith,15691,DEM,48,48.736690543628136,Jason Lewis,15692,REP,44,43.498246561568216,4,5.23844398205992 +71539,134000,6281,2020,MN,Sen-G,2020_Sen-G_MN,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-19,2020-11-03,15,840,Tina Smith,15691,DEM,54,48.736690543628136,Jason Lewis,15692,REP,43,43.498246561568216,11,5.23844398205992 +71632,134199,6281,2020,MN,Sen-G,2020_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,625,Tina Smith,15691,DEM,43,48.736690543628136,Jason Lewis,15692,REP,42,43.498246561568216,1,5.23844398205992 +72056,135088,6281,2020,MN,Sen-G,2020_Sen-G_MN,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,657,Tina Smith,15691,DEM,53,48.736690543628136,Jason Lewis,15692,REP,39,43.498246561568216,14,5.23844398205992 +72171,135366,6281,2020,MN,Sen-G,2020_Sen-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-25,2020-11-03,9,649,Tina Smith,15691,DEM,45,48.736690543628136,Jason Lewis,15692,REP,42,43.498246561568216,3,5.23844398205992 +72503,136064,6281,2020,MN,Sen-G,2020_Sen-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2020-10-20,2020-11-03,14,372,Tina Smith,15691,DEM,53,48.736690543628136,Jason Lewis,15692,REP,36,43.498246561568216,17,5.23844398205992 +72405,135861,6281,2020,MN,Sen-G,2020_Sen-G_MN,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-29,2020-11-03,5,770,Tina Smith,15691,DEM,51,48.736690543628136,Jason Lewis,15692,REP,42,43.498246561568216,9,5.23844398205992 +72586,136226,6281,2020,MN,Sen-G,2020_Sen-G_MN,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,1138,Tina Smith,15691,DEM,53,48.736690543628136,Jason Lewis,15692,REP,44,43.498246561568216,9,5.23844398205992 +72625,136297,6281,2020,MN,Sen-G,2020_Sen-G_MN,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Tina Smith,15691,DEM,50,48.736690543628136,Jason Lewis,15692,REP,39,43.498246561568216,11,5.23844398205992 +72740,136518,6281,2020,MN,Sen-G,2020_Sen-G_MN,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1259,Tina Smith,15691,DEM,54,48.736690543628136,Jason Lewis,15692,REP,44,43.498246561568216,10,5.23844398205992 +72782,136585,6281,2020,MN,Sen-G,2020_Sen-G_MN,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,430,Tina Smith,15691,DEM,54.5,48.736690543628136,Jason Lewis,15692,REP,45.5,43.498246561568216,9,5.23844398205992 +72041,135056,6282,2020,MS,Sen-G,2020_Sen-G_MS,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-25,2020-11-03,9,507,Mike Espy,13651,DEM,44,44.12927401754217,Cindy Hyde-Smith,13652,REP,52,54.105222540976726,-8,-9.975948523434553 +72739,136516,6282,2020,MS,Sen-G,2020_Sen-G_MS,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,562,Mike Espy,13651,DEM,47,44.12927401754217,Cindy Hyde-Smith,13652,REP,50,54.105222540976726,-3,-9.975948523434553 +69561,129596,6283,2020,MT,Sen-G,2020_Sen-G_MT,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,625,Steve Bullock,14517,DEM,44,44.98783925024396,Steve Daines,14518,REP,45,55.01216074975604,-1,-10.024321499512084 +70992,132853,6283,2020,MT,Sen-G,2020_Sen-G_MT,Montana State University Bozeman Human Ecology Learning and Problem Solving Lab,486,FALSE,FALSE,Mail,NA,2020-09-23,2020-11-03,41,1615,Steve Bullock,14517,DEM,49,44.98783925024396,Steve Daines,14518,REP,47,55.01216074975604,2,-10.024321499512084 +70656,132127,6283,2020,MT,Sen-G,2020_Sen-G_MT,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-02,2020-11-03,32,737,Steve Bullock,14517,DEM,48,44.98783925024396,Steve Daines,14518,REP,47,55.01216074975604,1,-10.024321499512084 +70662,132137,6283,2020,MT,Sen-G,2020_Sen-G_MT,Emerson College,88,TRUE,FALSE,Text-to-Web,NA,2020-10-06,2020-11-03,28,500,Steve Bullock,14517,DEM,42.7,44.98783925024396,Steve Daines,14518,REP,51.8,55.01216074975604,-9.099999999999994,-10.024321499512084 +70732,132323,6283,2020,MT,Sen-G,2020_Sen-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-09,2020-11-03,25,798,Steve Bullock,14517,DEM,48,44.98783925024396,Steve Daines,14518,REP,48,55.01216074975604,0,-10.024321499512084 +71363,133637,6283,2020,MT,Sen-G,2020_Sen-G_MT,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-17,2020-11-03,17,800,Steve Bullock,14517,DEM,47,44.98783925024396,Steve Daines,14518,REP,49,55.01216074975604,-2,-10.024321499512084 +71747,134431,6283,2020,MT,Sen-G,2020_Sen-G_MT,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,758,Steve Bullock,14517,DEM,46,44.98783925024396,Steve Daines,14518,REP,49,55.01216074975604,-3,-10.024321499512084 +71677,134283,6283,2020,MT,Sen-G,2020_Sen-G_MT,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-17,2020-11-03,17,500,Steve Bullock,14517,DEM,47,44.98783925024396,Steve Daines,14518,REP,48,55.01216074975604,-1,-10.024321499512084 +72162,135340,6283,2020,MT,Sen-G,2020_Sen-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,546,Steve Bullock,14517,DEM,48,44.98783925024396,Steve Daines,14518,REP,47,55.01216074975604,1,-10.024321499512084 +72062,135099,6283,2020,MT,Sen-G,2020_Sen-G_MT,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-26,2020-11-03,8,886,Steve Bullock,14517,DEM,48,44.98783925024396,Steve Daines,14518,REP,47,55.01216074975604,1,-10.024321499512084 +72762,136576,6283,2020,MT,Sen-G,2020_Sen-G_MT,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,920,Steve Bullock,14517,DEM,46,44.98783925024396,Steve Daines,14518,REP,50,55.01216074975604,-4,-10.024321499512084 +68536,128361,6284,2020,NC,Sen-G,2020_Sen-G_NC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,442,Cal Cunningham,13468,DEM,51,46.94041153237507,Thomas Roland Tillis,13461,REP,44,48.68714830741895,7,-1.7467367750438783 +69408,129263,6284,2020,NC,Sen-G,2020_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-09-07,2020-11-03,57,1000,Cal Cunningham,13468,DEM,46.55,46.94041153237507,Thomas Roland Tillis,13461,REP,43.82,48.68714830741895,2.729999999999997,-1.7467367750438783 +69442,129340,6284,2020,NC,Sen-G,2020_Sen-G_NC,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-09-10,2020-11-03,54,1046,Cal Cunningham,13468,DEM,46.1,46.94041153237507,Thomas Roland Tillis,13461,REP,45.3,48.68714830741895,0.8000000000000043,-1.7467367750438783 +69444,129339,6284,2020,NC,Sen-G,2020_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,596,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,40,48.68714830741895,7,-1.7467367750438783 +69462,129374,6284,2020,NC,Sen-G,2020_Sen-G_NC,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-09-11,2020-11-03,53,787,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,46,48.68714830741895,1,-1.7467367750438783 +69502,129471,6284,2020,NC,Sen-G,2020_Sen-G_NC,KFF,419,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2020-09-06,2020-11-03,58,1172,Cal Cunningham,13468,DEM,41,46.94041153237507,Thomas Roland Tillis,13461,REP,37,48.68714830741895,4,-1.7467367750438783 +69504,129475,6284,2020,NC,Sen-G,2020_Sen-G_NC,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,500,Cal Cunningham,13468,DEM,41.6,46.94041153237507,Thomas Roland Tillis,13461,REP,37.8,48.68714830741895,3.8000000000000043,-1.7467367750438783 +69545,129569,6284,2020,NC,Sen-G,2020_Sen-G_NC,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,1092,Cal Cunningham,13468,DEM,49,46.94041153237507,Thomas Roland Tillis,13461,REP,38,48.68714830741895,11,-1.7467367750438783 +69525,129512,6284,2020,NC,Sen-G,2020_Sen-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,653,Cal Cunningham,13468,DEM,42,46.94041153237507,Thomas Roland Tillis,13461,REP,37,48.68714830741895,5,-1.7467367750438783 +69662,129869,6284,2020,NC,Sen-G,2020_Sen-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-09-13,2020-11-03,51,586,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,44,48.68714830741895,4,-1.7467367750438783 +69570,129809,6284,2020,NC,Sen-G,2020_Sen-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-09-17,2020-11-03,47,717,Cal Cunningham,13468,DEM,48.93,46.94041153237507,Thomas Roland Tillis,13461,REP,42.97,48.68714830741895,5.960000000000001,-1.7467367750438783 +69638,129830,6284,2020,NC,Sen-G,2020_Sen-G_NC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,1604,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,38,48.68714830741895,9,-1.7467367750438783 +69684,129911,6284,2020,NC,Sen-G,2020_Sen-G_NC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-19,2020-11-03,45,579,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,43,48.68714830741895,5,-1.7467367750438783 +69650,129853,6284,2020,NC,Sen-G,2020_Sen-G_NC,Harper Polling,132,FALSE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,612,Cal Cunningham,13468,DEM,44,46.94041153237507,Thomas Roland Tillis,13461,REP,38,48.68714830741895,6,-1.7467367750438783 +70010,130414,6284,2020,NC,Sen-G,2020_Sen-G_NC,Meredith College,423,FALSE,FALSE,Online Panel,NA,2020-09-20,2020-11-03,44,705,Cal Cunningham,13468,DEM,43.1,46.94041153237507,Thomas Roland Tillis,13461,REP,41.8,48.68714830741895,1.3000000000000043,-1.7467367750438783 +69992,130363,6284,2020,NC,Sen-G,2020_Sen-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,1213,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,38,48.68714830741895,10,-1.7467367750438783 +70044,130474,6284,2020,NC,Sen-G,2020_Sen-G_NC,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,921,Cal Cunningham,13468,DEM,49,46.94041153237507,Thomas Roland Tillis,13461,REP,43,48.68714830741895,6,-1.7467367750438783 +70133,130671,6284,2020,NC,Sen-G,2020_Sen-G_NC,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Cal Cunningham,13468,DEM,54,46.94041153237507,Thomas Roland Tillis,13461,REP,41,48.68714830741895,13,-1.7467367750438783 +70106,130602,6284,2020,NC,Sen-G,2020_Sen-G_NC,Impact Research,14,FALSE,FALSE,Online Panel,DEM,2020-09-25,2020-11-03,39,822,Cal Cunningham,13468,DEM,53,46.94041153237507,Thomas Roland Tillis,13461,REP,41,48.68714830741895,12,-1.7467367750438783 +70607,132076,6284,2020,NC,Sen-G,2020_Sen-G_NC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-03,2020-11-03,31,396,Cal Cunningham,13468,DEM,50,46.94041153237507,Thomas Roland Tillis,13461,REP,46,48.68714830741895,4,-1.7467367750438783 +70614,132030,6284,2020,NC,Sen-G,2020_Sen-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-03,2020-11-03,31,1232,Cal Cunningham,13468,DEM,46.4,46.94041153237507,Thomas Roland Tillis,13461,REP,46.7,48.68714830741895,-0.30000000000000426,-1.7467367750438783 +70576,131668,6284,2020,NC,Sen-G,2020_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-04,2020-11-03,30,911,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,42,48.68714830741895,6,-1.7467367750438783 +70657,132128,6284,2020,NC,Sen-G,2020_Sen-G_NC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-02,2020-11-03,32,1285,Cal Cunningham,13468,DEM,50,46.94041153237507,Thomas Roland Tillis,13461,REP,39,48.68714830741895,11,-1.7467367750438783 +70616,132034,6284,2020,NC,Sen-G,2020_Sen-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-03,2020-11-03,31,601,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,42,48.68714830741895,5,-1.7467367750438783 +70743,132341,6284,2020,NC,Sen-G,2020_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,669,Cal Cunningham,13468,DEM,49,46.94041153237507,Thomas Roland Tillis,13461,REP,39,48.68714830741895,10,-1.7467367750438783 +70780,132421,6284,2020,NC,Sen-G,2020_Sen-G_NC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,500,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,47,48.68714830741895,1,-1.7467367750438783 +70797,132451,6284,2020,NC,Sen-G,2020_Sen-G_NC,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-09,2020-11-03,25,800,Cal Cunningham,13468,DEM,46,46.94041153237507,Thomas Roland Tillis,13461,REP,36,48.68714830741895,10,-1.7467367750438783 +70990,132848,6284,2020,NC,Sen-G,2020_Sen-G_NC,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2020-10-09,2020-11-03,25,500,Cal Cunningham,13468,DEM,46,46.94041153237507,Thomas Roland Tillis,13461,REP,44,48.68714830741895,2,-1.7467367750438783 +70998,132863,6284,2020,NC,Sen-G,2020_Sen-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,627,Cal Cunningham,13468,DEM,41,46.94041153237507,Thomas Roland Tillis,13461,REP,37,48.68714830741895,4,-1.7467367750438783 +70786,132437,6284,2020,NC,Sen-G,2020_Sen-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-10,2020-11-03,24,660,Cal Cunningham,13468,DEM,46,46.94041153237507,Thomas Roland Tillis,13461,REP,42,48.68714830741895,4,-1.7467367750438783 +71161,133225,6284,2020,NC,Sen-G,2020_Sen-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-13,2020-11-03,21,721,Cal Cunningham,13468,DEM,44.6,46.94041153237507,Thomas Roland Tillis,13461,REP,43.5,48.68714830741895,1.1000000000000014,-1.7467367750438783 +71070,133036,6284,2020,NC,Sen-G,2020_Sen-G_NC,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-13,2020-11-03,21,1211,Cal Cunningham,13468,DEM,51,46.94041153237507,Thomas Roland Tillis,13461,REP,45,48.68714830741895,6,-1.7467367750438783 +71441,133802,6284,2020,NC,Sen-G,2020_Sen-G_NC,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,646,Cal Cunningham,13468,DEM,49,46.94041153237507,Thomas Roland Tillis,13461,REP,47,48.68714830741895,2,-1.7467367750438783 +71452,133824,6284,2020,NC,Sen-G,2020_Sen-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-17,2020-11-03,17,1155,Cal Cunningham,13468,DEM,48.6,46.94041153237507,Thomas Roland Tillis,13461,REP,47.2,48.68714830741895,1.3999999999999986,-1.7467367750438783 +71752,134443,6284,2020,NC,Sen-G,2020_Sen-G_NC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-17,2020-11-03,17,929,Cal Cunningham,13468,DEM,46,46.94041153237507,Thomas Roland Tillis,13461,REP,42,48.68714830741895,4,-1.7467367750438783 +71522,133965,6284,2020,NC,Sen-G,2020_Sen-G_NC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-18,2020-11-03,16,521,Cal Cunningham,13468,DEM,51,46.94041153237507,Thomas Roland Tillis,13461,REP,45,48.68714830741895,6,-1.7467367750438783 +71746,134428,6284,2020,NC,Sen-G,2020_Sen-G_NC,Meredith College,423,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,732,Cal Cunningham,13468,DEM,43.3,46.94041153237507,Thomas Roland Tillis,13461,REP,38.2,48.68714830741895,5.099999999999994,-1.7467367750438783 +71643,134230,6284,2020,NC,Sen-G,2020_Sen-G_NC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,1904,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,42,48.68714830741895,6,-1.7467367750438783 +72183,135400,6284,2020,NC,Sen-G,2020_Sen-G_NC,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Cal Cunningham,13468,DEM,48.39,46.94041153237507,Thomas Roland Tillis,13461,REP,42.27,48.68714830741895,6.1199999999999974,-1.7467367750438783 +71463,133847,6284,2020,NC,Sen-G,2020_Sen-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-17,2020-11-03,17,660,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,47,48.68714830741895,0,-1.7467367750438783 +71662,134422,6284,2020,NC,Sen-G,2020_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-20,2020-11-03,14,800,Cal Cunningham,13468,DEM,45,46.94041153237507,Thomas Roland Tillis,13461,REP,45,48.68714830741895,0,-1.7467367750438783 +71891,135039,6284,2020,NC,Sen-G,2020_Sen-G_NC,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-10-21,2020-11-03,13,1098,Cal Cunningham,13468,DEM,46.8,46.94041153237507,Thomas Roland Tillis,13461,REP,48.6,48.68714830741895,-1.8000000000000043,-1.7467367750438783 +71889,134750,6284,2020,NC,Sen-G,2020_Sen-G_NC,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-22,2020-11-03,12,1022,Cal Cunningham,13468,DEM,49,46.94041153237507,Thomas Roland Tillis,13461,REP,43,48.68714830741895,6,-1.7467367750438783 +72139,135269,6284,2020,NC,Sen-G,2020_Sen-G_NC,Harper Polling,132,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,504,Cal Cunningham,13468,DEM,46,46.94041153237507,Thomas Roland Tillis,13461,REP,43,48.68714830741895,3,-1.7467367750438783 +72054,135266,6284,2020,NC,Sen-G,2020_Sen-G_NC,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-25,2020-11-03,9,800,Cal Cunningham,13468,DEM,49,46.94041153237507,Thomas Roland Tillis,13461,REP,42,48.68714830741895,7,-1.7467367750438783 +72061,135369,6284,2020,NC,Sen-G,2020_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-25,2020-11-03,9,627,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,45,48.68714830741895,3,-1.7467367750438783 +72303,135655,6284,2020,NC,Sen-G,2020_Sen-G_NC,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,363,Cal Cunningham,13468,DEM,49.7,46.94041153237507,Thomas Roland Tillis,13461,REP,50.3,48.68714830741895,-0.5999999999999943,-1.7467367750438783 +72207,135452,6284,2020,NC,Sen-G,2020_Sen-G_NC,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-23,2020-11-03,11,911,Cal Cunningham,13468,DEM,49,46.94041153237507,Thomas Roland Tillis,13461,REP,45,48.68714830741895,4,-1.7467367750438783 +72057,135089,6284,2020,NC,Sen-G,2020_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-26,2020-11-03,8,937,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,44,48.68714830741895,3,-1.7467367750438783 +72153,135305,6284,2020,NC,Sen-G,2020_Sen-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-26,2020-11-03,8,614,Cal Cunningham,13468,DEM,46,46.94041153237507,Thomas Roland Tillis,13461,REP,44,48.68714830741895,2,-1.7467367750438783 +72397,135839,6284,2020,NC,Sen-G,2020_Sen-G_NC,Meeting Street Insights,204,FALSE,FALSE,Live Phone,REP,2020-10-26,2020-11-03,8,600,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,43,48.68714830741895,4,-1.7467367750438783 +72215,135478,6284,2020,NC,Sen-G,2020_Sen-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1034,Cal Cunningham,13468,DEM,46,46.94041153237507,Thomas Roland Tillis,13461,REP,43,48.68714830741895,3,-1.7467367750438783 +72059,135094,6284,2020,NC,Sen-G,2020_Sen-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-24,2020-11-03,10,647,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,47,48.68714830741895,1,-1.7467367750438783 +72321,135684,6284,2020,NC,Sen-G,2020_Sen-G_NC,Cardinal Point Analytics (CardinalGPS),591,FALSE,FALSE,IVR/Live Phone,NA,2020-10-27,2020-11-03,7,750,Cal Cunningham,13468,DEM,40.65,46.94041153237507,Thomas Roland Tillis,13461,REP,45.9,48.68714830741895,-5.25,-1.7467367750438783 +72332,135711,6284,2020,NC,Sen-G,2020_Sen-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,1103,Cal Cunningham,13468,DEM,48.14,46.94041153237507,Thomas Roland Tillis,13461,REP,46.6,48.68714830741895,1.5399999999999991,-1.7467367750438783 +72331,135706,6284,2020,NC,Sen-G,2020_Sen-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,800,Cal Cunningham,13468,DEM,53,46.94041153237507,Thomas Roland Tillis,13461,REP,43,48.68714830741895,10,-1.7467367750438783 +72326,135697,6284,2020,NC,Sen-G,2020_Sen-G_NC,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-28,2020-11-03,6,800,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,44,48.68714830741895,3,-1.7467367750438783 +72418,135889,6284,2020,NC,Sen-G,2020_Sen-G_NC,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,901,Cal Cunningham,13468,DEM,47,46.94041153237507,Thomas Roland Tillis,13461,REP,44,48.68714830741895,3,-1.7467367750438783 +72610,136274,6284,2020,NC,Sen-G,2020_Sen-G_NC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1982,Cal Cunningham,13468,DEM,47.4,46.94041153237507,Thomas Roland Tillis,13461,REP,42.5,48.68714830741895,4.899999999999999,-1.7467367750438783 +72635,136306,6284,2020,NC,Sen-G,2020_Sen-G_NC,Frederick Polls,108,FALSE,FALSE,Text-to-Web,NA,2020-10-30,2020-11-03,4,676,Cal Cunningham,13468,DEM,50,46.94041153237507,Thomas Roland Tillis,13461,REP,46,48.68714830741895,4,-1.7467367750438783 +72515,136085,6284,2020,NC,Sen-G,2020_Sen-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,855,Cal Cunningham,13468,DEM,50.4,46.94041153237507,Thomas Roland Tillis,13461,REP,47.2,48.68714830741895,3.1999999999999957,-1.7467367750438783 +72729,136505,6284,2020,NC,Sen-G,2020_Sen-G_NC,Change Research,48,TRUE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,473,Cal Cunningham,13468,DEM,50,46.94041153237507,Thomas Roland Tillis,13461,REP,46,48.68714830741895,4,-1.7467367750438783 +72581,136213,6284,2020,NC,Sen-G,2020_Sen-G_NC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,908,Cal Cunningham,13468,DEM,51,46.94041153237507,Thomas Roland Tillis,13461,REP,46,48.68714830741895,5,-1.7467367750438783 +72659,136353,6284,2020,NC,Sen-G,2020_Sen-G_NC,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2020-10-29,2020-11-03,5,707,Cal Cunningham,13468,DEM,48,46.94041153237507,Thomas Roland Tillis,13461,REP,46,48.68714830741895,2,-1.7467367750438783 +72770,136580,6284,2020,NC,Sen-G,2020_Sen-G_NC,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-30,2020-11-03,4,619,Cal Cunningham,13468,DEM,53.2,46.94041153237507,Thomas Roland Tillis,13461,REP,46.8,48.68714830741895,6.400000000000006,-1.7467367750438783 +71675,134276,6285,2020,NE,Sen-G,2020_Sen-G_NE,Cygnal,67,FALSE,FALSE,Live Phone/Text-to-Web/Email,REP,2020-10-20,2020-11-03,14,625,Chris E. Janicek,15663,DEM,17.5,24.428824574306567,Ben Sasse,15613,REP,47.4,62.74187859941593,-29.9,-38.31305402510936 +70045,130475,6286,2020,NH,Sen-G,2020_Sen-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-09-21,2020-11-03,43,657,Jeanne Shaheen,13448,DEM,56,56.63652103116669,Bryant Messner,14492,REP,37,40.98797106220019,19,15.648549968966499 +70600,132004,6286,2020,NH,Sen-G,2020_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2020-09-27,2020-11-03,37,600,Jeanne Shaheen,13448,DEM,56,56.63652103116669,Bryant Messner,14492,REP,40,40.98797106220019,16,15.648549968966499 +70066,130606,6286,2020,NH,Sen-G,2020_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,972,Jeanne Shaheen,13448,DEM,54,56.63652103116669,Bryant Messner,14492,REP,41,40.98797106220019,13,15.648549968966499 +70112,130625,6286,2020,NH,Sen-G,2020_Sen-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-09-30,2020-11-03,34,700,Jeanne Shaheen,13448,DEM,55.2,56.63652103116669,Bryant Messner,14492,REP,40.1,40.98797106220019,15.100000000000001,15.648549968966499 +70687,132215,6286,2020,NH,Sen-G,2020_Sen-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-03,2020-11-03,31,1147,Jeanne Shaheen,13448,DEM,53,56.63652103116669,Bryant Messner,14492,REP,39,40.98797106220019,14,15.648549968966499 +70787,133096,6286,2020,NH,Sen-G,2020_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-11,2020-11-03,23,899,Jeanne Shaheen,13448,DEM,55,56.63652103116669,Bryant Messner,14492,REP,40,40.98797106220019,15,15.648549968966499 +70978,132812,6286,2020,NH,Sen-G,2020_Sen-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,500,Jeanne Shaheen,13448,DEM,50.8,56.63652103116669,Bryant Messner,14492,REP,36.4,40.98797106220019,14.399999999999999,15.648549968966499 +72233,135518,6286,2020,NH,Sen-G,2020_Sen-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-25,2020-11-03,9,1018,Jeanne Shaheen,13448,DEM,54,56.63652103116669,Bryant Messner,14492,REP,39,40.98797106220019,15,15.648549968966499 +72208,135453,6286,2020,NH,Sen-G,2020_Sen-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-21,2020-11-03,13,757,Jeanne Shaheen,13448,DEM,57,56.63652103116669,Bryant Messner,14492,REP,38,40.98797106220019,19,15.648549968966499 +72226,135495,6286,2020,NH,Sen-G,2020_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,600,Jeanne Shaheen,13448,DEM,57,56.63652103116669,Bryant Messner,14492,REP,40,40.98797106220019,17,15.648549968966499 +72230,135504,6286,2020,NH,Sen-G,2020_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,864,Jeanne Shaheen,13448,DEM,54,56.63652103116669,Bryant Messner,14492,REP,43,40.98797106220019,11,15.648549968966499 +68512,128266,6287,2020,NJ,Sen-G,2020_Sen-G_NJ,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-09-06,2020-11-03,58,500,Cory A. Booker,14564,DEM,51.55,57.22806748880741,Rikin Mehta,14565,REP,27.54,40.920539406004806,24.009999999999998,16.307528082802605 +71176,133258,6287,2020,NJ,Sen-G,2020_Sen-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,721,Cory A. Booker,14564,DEM,56.6,57.22806748880741,Rikin Mehta,14565,REP,31.6,40.920539406004806,25,16.307528082802605 +72205,135440,6287,2020,NJ,Sen-G,2020_Sen-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,872,Cory A. Booker,14564,DEM,61,57.22806748880741,Rikin Mehta,14565,REP,31,40.920539406004806,30,16.307528082802605 +72304,135656,6287,2020,NJ,Sen-G,2020_Sen-G_NJ,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,363,Cory A. Booker,14564,DEM,61,57.22806748880741,Rikin Mehta,14565,REP,39,40.920539406004806,22,16.307528082802605 +72626,136298,6287,2020,NJ,Sen-G,2020_Sen-G_NJ,Research Co.,449,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,450,Cory A. Booker,14564,DEM,55,57.22806748880741,Rikin Mehta,14565,REP,32,40.920539406004806,23,16.307528082802605 +70593,132094,6288,2020,NM,Sen-G,2020_Sen-G_NM,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-09-30,2020-11-03,34,886,Ben Ray Luján,13626,DEM,51,51.72959660371311,Mark V. Ronchetti,14622,REP,41,45.62430429649043,10,6.105292307222683 +71528,133973,6288,2020,NM,Sen-G,2020_Sen-G_NM,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-10-16,2020-11-03,18,600,Ben Ray Luján,13626,DEM,52,51.72959660371311,Mark V. Ronchetti,14622,REP,41,45.62430429649043,11,6.105292307222683 +72400,136020,6288,2020,NM,Sen-G,2020_Sen-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,1180,Ben Ray Luján,13626,DEM,52,51.72959660371311,Mark V. Ronchetti,14622,REP,44,45.62430429649043,8,6.105292307222683 +68569,128392,6289,2020,OK,Sen-G,2020_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone/Online Panel,NA,2020-09-05,2020-11-03,59,486,Abby Broyles,14510,DEM,32.8,32.7535192670595,James M. Inhofe,14511,REP,57.3,62.9121392787406,-24.5,-30.158620011681094 +69956,130278,6289,2020,OK,Sen-G,2020_Sen-G_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-19,2020-11-03,45,500,Abby Broyles,14510,DEM,30,32.7535192670595,James M. Inhofe,14511,REP,46,62.9121392787406,-16,-30.158620011681094 +71629,134193,6289,2020,OK,Sen-G,2020_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Online Panel,NA,2020-10-17,2020-11-03,17,5466,Abby Broyles,14510,DEM,36.9,32.7535192670595,James M. Inhofe,14511,REP,56.4,62.9121392787406,-19.5,-30.158620011681094 +70076,130550,6290,2020,OR,Sen-G,2020_Sen-G_OR,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-09-28,2020-11-03,36,944,Jeff Merkley,14763,DEM,55,56.9110422880096,Jo Rae Perkins,15611,REP,35,39.32426034432325,20,17.586781943686347 +69491,129450,6292,2020,SC,Sen-G,2020_Sen-G_SC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,969,Jaime Harrison,13457,DEM,48,44.16628497270888,Lindsey Graham,13458,REP,48,54.4365958624375,0,-10.27031088972862 +69637,129832,6292,2020,SC,Sen-G,2020_Sen-G_SC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,764,Jaime Harrison,13457,DEM,45,44.16628497270888,Lindsey Graham,13458,REP,46,54.4365958624375,-1,-10.27031088972862 +69997,130361,6292,2020,SC,Sen-G,2020_Sen-G_SC,brilliant corners Research & Strategies,564,FALSE,FALSE,Live Phone,DEM,2020-09-23,2020-11-03,41,608,Jaime Harrison,13457,DEM,45,44.16628497270888,Lindsey Graham,13458,REP,43,54.4365958624375,2,-10.27031088972862 +69993,130364,6292,2020,SC,Sen-G,2020_Sen-G_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,1080,Jaime Harrison,13457,DEM,44,44.16628497270888,Lindsey Graham,13458,REP,45,54.4365958624375,-1,-10.27031088972862 +70070,130527,6292,2020,SC,Sen-G,2020_Sen-G_SC,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,1123,Jaime Harrison,13457,DEM,48,44.16628497270888,Lindsey Graham,13458,REP,48,54.4365958624375,0,-10.27031088972862 +70670,132164,6292,2020,SC,Sen-G,2020_Sen-G_SC,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,800,Jaime Harrison,13457,DEM,48,44.16628497270888,Lindsey Graham,13458,REP,47,54.4365958624375,1,-10.27031088972862 +70082,130567,6292,2020,SC,Sen-G,2020_Sen-G_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-25,2020-11-03,39,824,Jaime Harrison,13457,DEM,44,44.16628497270888,Lindsey Graham,13458,REP,45,54.4365958624375,-1,-10.27031088972862 +70790,132441,6292,2020,SC,Sen-G,2020_Sen-G_SC,Impact Research,14,FALSE,FALSE,Online Panel,DEM,2020-10-02,2020-11-03,32,1011,Jaime Harrison,13457,DEM,46,44.16628497270888,Lindsey Graham,13458,REP,46,54.4365958624375,0,-10.27031088972862 +71011,132896,6292,2020,SC,Sen-G,2020_Sen-G_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-10,2020-11-03,24,801,Jaime Harrison,13457,DEM,47,44.16628497270888,Lindsey Graham,13458,REP,46,54.4365958624375,1,-10.27031088972862 +71096,133087,6292,2020,SC,Sen-G,2020_Sen-G_SC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,605,Jaime Harrison,13457,DEM,40,44.16628497270888,Lindsey Graham,13458,REP,46,54.4365958624375,-6,-10.27031088972862 +71233,133369,6292,2020,SC,Sen-G,2020_Sen-G_SC,brilliant corners Research & Strategies,564,FALSE,FALSE,Live Phone,DEM,2020-10-13,2020-11-03,21,525,Jaime Harrison,13457,DEM,47,44.16628497270888,Lindsey Graham,13458,REP,45,54.4365958624375,2,-10.27031088972862 +71646,134231,6292,2020,SC,Sen-G,2020_Sen-G_SC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,926,Jaime Harrison,13457,DEM,47,44.16628497270888,Lindsey Graham,13458,REP,45,54.4365958624375,2,-10.27031088972862 +72157,135317,6292,2020,SC,Sen-G,2020_Sen-G_SC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-24,2020-11-03,10,763,Jaime Harrison,13457,DEM,47.44,44.16628497270888,Lindsey Graham,13458,REP,49.28,54.4365958624375,-1.8400000000000034,-10.27031088972862 +72032,135037,6292,2020,SC,Sen-G,2020_Sen-G_SC,Starboard Communications,316,FALSE,FALSE,IVR/Live Phone/Text,NA,2020-10-26,2020-11-03,8,800,Jaime Harrison,13457,DEM,42.5,44.16628497270888,Lindsey Graham,13458,REP,51.9,54.4365958624375,-9.399999999999999,-10.27031088972862 +72071,135118,6292,2020,SC,Sen-G,2020_Sen-G_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-24,2020-11-03,10,1196,Jaime Harrison,13457,DEM,46,44.16628497270888,Lindsey Graham,13458,REP,46,54.4365958624375,0,-10.27031088972862 +72613,136275,6292,2020,SC,Sen-G,2020_Sen-G_SC,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,904,Jaime Harrison,13457,DEM,44.2,44.16628497270888,Lindsey Graham,13458,REP,46.4,54.4365958624375,-2.1999999999999957,-10.27031088972862 +72724,136495,6292,2020,SC,Sen-G,2020_Sen-G_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,880,Jaime Harrison,13457,DEM,46,44.16628497270888,Lindsey Graham,13458,REP,49,54.4365958624375,-3,-10.27031088972862 +72785,136587,6292,2020,SC,Sen-G,2020_Sen-G_SC,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,416,Jaime Harrison,13457,DEM,51.9,44.16628497270888,Lindsey Graham,13458,REP,46,54.4365958624375,5.899999999999999,-10.27031088972862 +72864,140394,6292,2020,SC,Sen-G,2020_Sen-G_SC,Øptimus Analytics,245,TRUE,FALSE,Live Phone,NA,2020-11-01,2020-11-03,2,802,Jaime Harrison,13457,DEM,41.4,44.16628497270888,Lindsey Graham,13458,REP,51.2,54.4365958624375,-9.800000000000004,-10.27031088972862 +72794,136599,6293,2020,SD,Sen-G,2020_Sen-G_SD,Nielson Brothers Polling,231,FALSE,TRUE,IVR,NA,2020-10-26,2020-11-03,8,479,Daniel P. Ahlers,15671,DEM,39,34.26475242671083,M. Michael Rounds,15672,REP,56,65.73524757328917,-17,-31.470495146578344 +71749,134437,6294,2020,TN,Sen-G,2020_Sen-G_TN,Cygnal,67,FALSE,FALSE,IVR/Live Phone/Text-to-Web,REP,2020-10-21,2020-11-03,13,610,Marquita Bradshaw,15851,DEM,35.6,35.16131876864382,Bill Hagerty,13694,REP,56.3,62.19846805198122,-20.699999999999996,-27.037149283337406 +72786,136584,6294,2020,TN,Sen-G,2020_Sen-G_TN,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,431,Marquita Bradshaw,15851,DEM,39.3,35.16131876864382,Bill Hagerty,13694,REP,60.7,62.19846805198122,-21.400000000000006,-27.037149283337406 +69565,129608,6295,2020,TX,Sen-G,2020_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-17,2020-11-03,47,1129,Mary Jennings Hegar,13459,DEM,41,43.868866228046564,John Cornyn,13444,REP,46,53.50826989134999,-5,-9.639403663303426 +69642,129835,6295,2020,TX,Sen-G,2020_Sen-G_TX,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,2616,Mary Jennings Hegar,13459,DEM,39,43.868866228046564,John Cornyn,13444,REP,45,53.50826989134999,-6,-9.639403663303426 +69955,130272,6295,2020,TX,Sen-G,2020_Sen-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,1078,Mary Jennings Hegar,13459,DEM,42,43.868866228046564,John Cornyn,13444,REP,50,53.50826989134999,-8,-9.639403663303426 +69711,129986,6295,2020,TX,Sen-G,2020_Sen-G_TX,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,653,Mary Jennings Hegar,13459,DEM,37,43.868866228046564,John Cornyn,13444,REP,43,53.50826989134999,-6,-9.639403663303426 +69975,130315,6295,2020,TX,Sen-G,2020_Sen-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,726,Mary Jennings Hegar,13459,DEM,38,43.868866228046564,John Cornyn,13444,REP,40,53.50826989134999,-2,-9.639403663303426 +70046,130476,6295,2020,TX,Sen-G,2020_Sen-G_TX,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,882,Mary Jennings Hegar,13459,DEM,40,43.868866228046564,John Cornyn,13444,REP,50,53.50826989134999,-10,-9.639403663303426 +70694,132240,6295,2020,TX,Sen-G,2020_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-29,2020-11-03,35,908,Mary Jennings Hegar,13459,DEM,42,43.868866228046564,John Cornyn,13444,REP,50,53.50826989134999,-8,-9.639403663303426 +70658,132129,6295,2020,TX,Sen-G,2020_Sen-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-02,2020-11-03,32,1949,Mary Jennings Hegar,13459,DEM,42,43.868866228046564,John Cornyn,13444,REP,45,53.50826989134999,-3,-9.639403663303426 +70682,132201,6295,2020,TX,Sen-G,2020_Sen-G_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2020-10-05,2020-11-03,29,1000,Mary Jennings Hegar,13459,DEM,39,43.868866228046564,John Cornyn,13444,REP,48,53.50826989134999,-9,-9.639403663303426 +70630,132069,6295,2020,TX,Sen-G,2020_Sen-G_TX,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-05,2020-11-03,29,895,Mary Jennings Hegar,13459,DEM,46,43.868866228046564,John Cornyn,13444,REP,47,53.50826989134999,-1,-9.639403663303426 +71169,133244,6295,2020,TX,Sen-G,2020_Sen-G_TX,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-14,2020-11-03,20,712,Mary Jennings Hegar,13459,DEM,46,43.868866228046564,John Cornyn,13444,REP,49,53.50826989134999,-3,-9.639403663303426 +71437,133786,6295,2020,TX,Sen-G,2020_Sen-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-17,2020-11-03,17,933,Mary Jennings Hegar,13459,DEM,41,43.868866228046564,John Cornyn,13444,REP,44,53.50826989134999,-3,-9.639403663303426 +71458,133839,6295,2020,TX,Sen-G,2020_Sen-G_TX,Cygnal,67,FALSE,FALSE,IVR/Live Phone/Text-to-Web,REP,2020-10-18,2020-11-03,16,600,Mary Jennings Hegar,13459,DEM,40.8,43.868866228046564,John Cornyn,13444,REP,48.9,53.50826989134999,-8.100000000000001,-9.639403663303426 +71556,134044,6295,2020,TX,Sen-G,2020_Sen-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,1145,Mary Jennings Hegar,13459,DEM,43,43.868866228046564,John Cornyn,13444,REP,49,53.50826989134999,-6,-9.639403663303426 +71647,134232,6295,2020,TX,Sen-G,2020_Sen-G_TX,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,3347,Mary Jennings Hegar,13459,DEM,41,43.868866228046564,John Cornyn,13444,REP,46,53.50826989134999,-5,-9.639403663303426 +72186,135401,6295,2020,TX,Sen-G,2020_Sen-G_TX,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Mary Jennings Hegar,13459,DEM,40.62,43.868866228046564,John Cornyn,13444,REP,40.82,53.50826989134999,-0.20000000000000284,-9.639403663303426 +71884,134740,6295,2020,TX,Sen-G,2020_Sen-G_TX,University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-17,2020-11-03,17,925,Mary Jennings Hegar,13459,DEM,34,43.868866228046564,John Cornyn,13444,REP,42,53.50826989134999,-8,-9.639403663303426 +71955,134883,6295,2020,TX,Sen-G,2020_Sen-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1000,Mary Jennings Hegar,13459,DEM,41.6,43.868866228046564,John Cornyn,13444,REP,48.9,53.50826989134999,-7.299999999999997,-9.639403663303426 +71957,134886,6295,2020,TX,Sen-G,2020_Sen-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-24,2020-11-03,10,1018,Mary Jennings Hegar,13459,DEM,46,43.868866228046564,John Cornyn,13444,REP,48,53.50826989134999,-2,-9.639403663303426 +71967,134908,6295,2020,TX,Sen-G,2020_Sen-G_TX,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-22,2020-11-03,12,802,Mary Jennings Hegar,13459,DEM,38,43.868866228046564,John Cornyn,13444,REP,48,53.50826989134999,-10,-9.639403663303426 +72149,135279,6295,2020,TX,Sen-G,2020_Sen-G_TX,Univision/Latino Decisions/North Star Opinion Research,516,FALSE,FALSE,Live Phone/Email,NA,2020-10-21,2020-11-03,13,758,Mary Jennings Hegar,13459,DEM,40,43.868866228046564,John Cornyn,13444,REP,45,53.50826989134999,-5,-9.639403663303426 +72308,135652,6295,2020,TX,Sen-G,2020_Sen-G_TX,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,492,Mary Jennings Hegar,13459,DEM,47.6,43.868866228046564,John Cornyn,13444,REP,52.4,53.50826989134999,-4.799999999999997,-9.639403663303426 +72206,135451,6295,2020,TX,Sen-G,2020_Sen-G_TX,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-23,2020-11-03,11,873,Mary Jennings Hegar,13459,DEM,44,43.868866228046564,John Cornyn,13444,REP,49,53.50826989134999,-5,-9.639403663303426 +72229,135688,6295,2020,TX,Sen-G,2020_Sen-G_TX,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-27,2020-11-03,7,800,Mary Jennings Hegar,13459,DEM,42,43.868866228046564,John Cornyn,13444,REP,48,53.50826989134999,-6,-9.639403663303426 +72498,136057,6295,2020,TX,Sen-G,2020_Sen-G_TX,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,670,Mary Jennings Hegar,13459,DEM,43,43.868866228046564,John Cornyn,13444,REP,49,53.50826989134999,-6,-9.639403663303426 +72614,136276,6295,2020,TX,Sen-G,2020_Sen-G_TX,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,3267,Mary Jennings Hegar,13459,DEM,42.5,43.868866228046564,John Cornyn,13444,REP,46.7,53.50826989134999,-4.200000000000003,-9.639403663303426 +72518,136088,6295,2020,TX,Sen-G,2020_Sen-G_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,763,Mary Jennings Hegar,13459,DEM,47,43.868866228046564,John Cornyn,13444,REP,51,53.50826989134999,-4,-9.639403663303426 +72583,136217,6295,2020,TX,Sen-G,2020_Sen-G_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,926,Mary Jennings Hegar,13459,DEM,47,43.868866228046564,John Cornyn,13444,REP,50,53.50826989134999,-3,-9.639403663303426 +72774,136577,6295,2020,TX,Sen-G,2020_Sen-G_TX,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-30,2020-11-03,4,1042,Mary Jennings Hegar,13459,DEM,43.5,43.868866228046564,John Cornyn,13444,REP,56.5,53.50826989134999,-13,-9.639403663303426 +69713,130001,6296,2020,VA,Sen-G,2020_Sen-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,796,Mark R. Warner,14760,DEM,52,55.99208369777941,Daniel M. Gade,15688,REP,39,43.908304194673114,13,12.083779503106292 +71360,133633,6296,2020,VA,Sen-G,2020_Sen-G_VA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2020-09-24,2020-11-03,40,600,Mark R. Warner,14760,DEM,50.7,55.99208369777941,Daniel M. Gade,15688,REP,41.3,43.908304194673114,9.400000000000006,12.083779503106292 +71359,133634,6296,2020,VA,Sen-G,2020_Sen-G_VA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2020-10-10,2020-11-03,24,607,Mark R. Warner,14760,DEM,51.3,55.99208369777941,Daniel M. Gade,15688,REP,44.2,43.908304194673114,7.099999999999994,12.083779503106292 +71071,133038,6296,2020,VA,Sen-G,2020_Sen-G_VA,Reconnect Research/Roanoke College,587,TRUE,FALSE,IVR,NA,2020-10-06,2020-11-03,28,602,Mark R. Warner,14760,DEM,55,55.99208369777941,Daniel M. Gade,15688,REP,38,43.908304194673114,17,12.083779503106292 +71068,133034,6296,2020,VA,Sen-G,2020_Sen-G_VA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-13,2020-11-03,21,1231,Mark R. Warner,14760,DEM,54,55.99208369777941,Daniel M. Gade,15688,REP,43,43.908304194673114,11,12.083779503106292 +71659,134246,6296,2020,VA,Sen-G,2020_Sen-G_VA,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2020-10-16,2020-11-03,18,908,Mark R. Warner,14760,DEM,57,55.99208369777941,Daniel M. Gade,15688,REP,39,43.908304194673114,18,12.083779503106292 +72189,135407,6296,2020,VA,Sen-G,2020_Sen-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,709,Mark R. Warner,14760,DEM,55,55.99208369777941,Daniel M. Gade,15688,REP,38,43.908304194673114,17,12.083779503106292 +72309,135657,6296,2020,VA,Sen-G,2020_Sen-G_VA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,332,Mark R. Warner,14760,DEM,59.7,55.99208369777941,Daniel M. Gade,15688,REP,40.3,43.908304194673114,19.400000000000006,12.083779503106292 +72078,135131,6296,2020,VA,Sen-G,2020_Sen-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,908,Mark R. Warner,14760,DEM,57,55.99208369777941,Daniel M. Gade,15688,REP,37,43.908304194673114,20,12.083779503106292 +72402,135856,6296,2020,VA,Sen-G,2020_Sen-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,802,Mark R. Warner,14760,DEM,55,55.99208369777941,Daniel M. Gade,15688,REP,39,43.908304194673114,16,12.083779503106292 +72590,136233,6296,2020,VA,Sen-G,2020_Sen-G_VA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,690,Mark R. Warner,14760,DEM,57,55.99208369777941,Daniel M. Gade,15688,REP,42,43.908304194673114,15,12.083779503106292 +72775,136583,6296,2020,VA,Sen-G,2020_Sen-G_VA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-29,2020-11-03,5,283,Mark R. Warner,14760,DEM,60.7,55.99208369777941,Daniel M. Gade,15688,REP,39.3,43.908304194673114,21.400000000000006,12.083779503106292 +70703,132428,6297,2020,WV,Sen-G,2020_Sen-G_WV,Repass,268,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-03,2020-11-03,31,450,Paula Jean Swearengin,15689,DEM,33,27.000146356869404,Shelley Moore Capito,14765,REP,53,70.28390664999397,-20,-43.28376029312456 +72334,135715,6298,2020,WY,Sen-G,2020_Sen-G_WY,University of Wyoming Survey & Analysis Center,667,FALSE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,614,Merav Ben-David,16005,DEM,26,26.75840360083402,Cynthia M. Lummis,14769,REP,56,72.84775517858915,-30,-46.08935157775514 +60061,104341,6299,2019,LA,Gov-G,2019_Gov-R_LA,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2019-10-02,2019-11-16,45,900,John Bel Edwards,13259,DEM,52,51.33259631597365,Eddie Rispone,13262,REP,36,48.66740368402634,16,2.6651926319473134 +60045,104315,6299,2019,LA,Gov-G,2019_Gov-R_LA,Spry Strategies,508,FALSE,FALSE,IVR/Online Panel,REP,2019-10-08,2019-11-16,39,700,John Bel Edwards,13259,DEM,40.83,51.33259631597365,Eddie Rispone,13262,REP,45.32,48.66740368402634,-4.490000000000002,2.6651926319473134 +60264,105313,6299,2019,LA,Gov-G,2019_Gov-R_LA,We Ask America,376,FALSE,FALSE,IVR/Live Phone,NA,2019-10-15,2019-11-16,32,600,John Bel Edwards,13259,DEM,47,51.33259631597365,Eddie Rispone,13262,REP,47,48.66740368402634,0,2.6651926319473134 +62502,112377,6299,2019,LA,Gov-G,2019_Gov-R_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,NA,2019-10-25,2019-11-16,22,600,John Bel Edwards,13259,DEM,50,51.33259631597365,Eddie Rispone,13262,REP,47,48.66740368402634,3,2.6651926319473134 +62519,112531,6299,2019,LA,Gov-G,2019_Gov-R_LA,Edgewater Research/My People Vote,530,FALSE,FALSE,IVR,NA,2019-10-28,2019-11-16,19,722,John Bel Edwards,13259,DEM,50.3,51.33259631597365,Eddie Rispone,13262,REP,46.6,48.66740368402634,3.6999999999999957,2.6651926319473134 +62595,112870,6299,2019,LA,Gov-G,2019_Gov-R_LA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2019-11-06,2019-11-16,10,625,John Bel Edwards,13259,DEM,48,51.33259631597365,Eddie Rispone,13262,REP,46,48.66740368402634,2,2.6651926319473134 +62599,112875,6299,2019,LA,Gov-G,2019_Gov-R_LA,Cygnal,67,FALSE,FALSE,IVR/Live Phone/Text-to-Web/Email,NA,2019-11-08,2019-11-16,8,800,John Bel Edwards,13259,DEM,49.8,51.33259631597365,Eddie Rispone,13262,REP,47.6,48.66740368402634,2.1999999999999957,2.6651926319473134 +62604,112900,6299,2019,LA,Gov-G,2019_Gov-R_LA,Edgewater Research/My People Vote,530,FALSE,FALSE,IVR,NA,2019-11-11,2019-11-16,5,661,John Bel Edwards,13259,DEM,49.2,51.33259631597365,Eddie Rispone,13262,REP,48.9,48.66740368402634,0.30000000000000426,2.6651926319473134 +62626,113056,6299,2019,LA,Gov-G,2019_Gov-R_LA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,NA,2019-11-12,2019-11-16,4,600,John Bel Edwards,13259,DEM,46.5,51.33259631597365,Eddie Rispone,13262,REP,46,48.66740368402634,0.5,2.6651926319473134 +62625,113055,6299,2019,LA,Gov-G,2019_Gov-R_LA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2019-11-10,2019-11-16,6,640,John Bel Edwards,13259,DEM,50,51.33259631597365,Eddie Rispone,13262,REP,46,48.66740368402634,4,2.6651926319473134 +62637,113124,6299,2019,LA,Gov-G,2019_Gov-R_LA,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2019-11-06,2019-11-16,10,1434,John Bel Edwards,13259,DEM,50.2,51.33259631597365,Eddie Rispone,13262,REP,49.8,48.66740368402634,0.4000000000000057,2.6651926319473134 +62639,113126,6299,2019,LA,Gov-G,2019_Gov-R_LA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2019-11-14,2019-11-16,2,1107,John Bel Edwards,13259,DEM,49.4,51.33259631597365,Eddie Rispone,13262,REP,50.6,48.66740368402634,-1.2000000000000028,2.6651926319473134 +7601,9517,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,University of Iowa Hawkeye Poll Cooperative,353,FALSE,FALSE,NA,NA,1999-12-08,2000-01-24,47,330,Al Gore,222,DEM,48,62.849999999999994,Bill Bradley,224,DEM,27,36.6,21,26.249999999999993 +7542,9405,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,PSI,248,FALSE,TRUE,Live Phone,NA,2000-01-03,2000-01-24,21,300,Al Gore,222,DEM,45,62.849999999999994,Bill Bradley,224,DEM,32,36.6,13,26.249999999999993 +7544,9410,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2000-01-04,2000-01-24,20,500,Al Gore,222,DEM,54,62.849999999999994,Bill Bradley,224,DEM,33,36.6,21,26.249999999999993 +7506,9339,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,North Star Opinion Research,233,FALSE,FALSE,Live Phone,NA,2000-01-09,2000-01-24,15,300,Al Gore,222,DEM,48,62.849999999999994,Bill Bradley,224,DEM,33,36.6,15,26.249999999999993 +63528,117764,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,Personal Marketing Research,252,FALSE,FALSE,Live Phone,NA,2000-01-12,2000-01-24,12,500,Al Gore,222,DEM,57,62.849999999999994,Bill Bradley,224,DEM,31,36.6,26,26.249999999999993 +12763,15903,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-01-14,2000-01-24,10,571,Al Gore,222,DEM,58,62.849999999999994,Bill Bradley,224,DEM,35,36.6,23,26.249999999999993 +7453,117765,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-01-17,2000-01-24,7,409,Al Gore,222,DEM,53,62.849999999999994,Bill Bradley,224,DEM,32,36.6,21,26.249999999999993 +7461,9263,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,University of Iowa Hawkeye Poll Cooperative,353,FALSE,FALSE,Live Phone,NA,2000-01-18,2000-01-24,6,330,Al Gore,222,DEM,63,62.849999999999994,Bill Bradley,224,DEM,24,36.6,39,26.249999999999993 +7458,9256,7113,2000,IA,Pres-P,2000_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2000-01-18,2000-01-24,6,600,Al Gore,222,DEM,56,62.849999999999994,Bill Bradley,224,DEM,28,36.6,28,26.249999999999993 +7601,9518,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,University of Iowa Hawkeye Poll Cooperative,353,FALSE,FALSE,NA,NA,1999-12-08,2000-01-24,47,330,George W. Bush,241,REP,60,41.00610277761935,Steve Forbes,221,REP,10,30.50590315405236,50,10.500199623566989 +7544,9411,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2000-01-04,2000-01-24,20,500,George W. Bush,241,REP,45,41.00610277761935,Steve Forbes,221,REP,18,30.50590315405236,27,10.500199623566989 +7502,9334,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,PSI,248,FALSE,TRUE,Live Phone,NA,2000-01-10,2000-01-24,14,300,George W. Bush,241,REP,46,41.00610277761935,Steve Forbes,221,REP,17,30.50590315405236,29,10.500199623566989 +7506,9342,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,North Star Opinion Research,233,FALSE,FALSE,Live Phone,NA,2000-01-09,2000-01-24,15,300,George W. Bush,241,REP,46,41.00610277761935,Steve Forbes,221,REP,24,30.50590315405236,22,10.500199623566989 +63528,116950,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,Personal Marketing Research,252,FALSE,FALSE,Live Phone,NA,2000-01-12,2000-01-24,12,500,George W. Bush,241,REP,43,41.00610277761935,Steve Forbes,221,REP,18,30.50590315405236,25,10.500199623566989 +12763,15904,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-01-14,2000-01-24,10,557,George W. Bush,241,REP,43,41.00610277761935,Steve Forbes,221,REP,25,30.50590315405236,18,10.500199623566989 +7453,117766,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-01-17,2000-01-24,7,412,George W. Bush,241,REP,47,41.00610277761935,Steve Forbes,221,REP,24,30.50590315405236,23,10.500199623566989 +7461,9264,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,University of Iowa Hawkeye Poll Cooperative,353,FALSE,FALSE,Live Phone,NA,2000-01-18,2000-01-24,6,330,George W. Bush,241,REP,55,41.00610277761935,Steve Forbes,221,REP,12,30.50590315405236,43,10.500199623566989 +7458,9259,7114,2000,IA,Pres-P,2000_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2000-01-18,2000-01-24,6,600,George W. Bush,241,REP,43,41.00610277761935,Steve Forbes,221,REP,20,30.50590315405236,23,10.500199623566989 +7398,9158,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-01-24,2000-02-01,8,385,Al Gore,222,DEM,46,49.726783023687425,Bill Bradley,224,DEM,40,45.59134500352434,6,4.135438020163086 +7403,9165,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-01-25,2000-02-01,7,467,Al Gore,222,DEM,57,49.726783023687425,Bill Bradley,224,DEM,39,45.59134500352434,18,4.135438020163086 +63991,117768,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-01-25,2000-02-01,7,400,Al Gore,222,DEM,48,49.726783023687425,Bill Bradley,224,DEM,40,45.59134500352434,8,4.135438020163086 +7408,9171,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2000-01-25,2000-02-01,7,447,Al Gore,222,DEM,52,49.726783023687425,Bill Bradley,224,DEM,37,45.59134500352434,15,4.135438020163086 +7409,9175,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Dartmouth College Nelson A. Rockefeller Center for Public Policy and the Social Sciences,72,FALSE,FALSE,Live Phone,NA,2000-01-25,2000-02-01,7,365,Al Gore,222,DEM,54,49.726783023687425,Bill Bradley,224,DEM,40,45.59134500352434,14,4.135438020163086 +63990,117767,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Dartmouth College Nelson A. Rockefeller Center for Public Policy and the Social Sciences,72,FALSE,FALSE,Live Phone,NA,2000-01-26,2000-02-01,6,500,Al Gore,222,DEM,48,49.726783023687425,Bill Bradley,224,DEM,41,45.59134500352434,7,4.135438020163086 +7384,9127,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-01-27,2000-02-01,5,600,Al Gore,222,DEM,50,49.726783023687425,Bill Bradley,224,DEM,43,45.59134500352434,7,4.135438020163086 +63993,117773,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-01-27,2000-02-01,5,400,Al Gore,222,DEM,51,49.726783023687425,Bill Bradley,224,DEM,41,45.59134500352434,10,4.135438020163086 +7396,9152,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2000-01-27,2000-02-01,5,400,Al Gore,222,DEM,54,49.726783023687425,Bill Bradley,224,DEM,42,45.59134500352434,12,4.135438020163086 +7383,9125,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-01-27,2000-02-01,5,600,Al Gore,222,DEM,51,49.726783023687425,Bill Bradley,224,DEM,40,45.59134500352434,11,4.135438020163086 +7376,9114,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-01-27,2000-02-01,5,411,Al Gore,222,DEM,53,49.726783023687425,Bill Bradley,224,DEM,40,45.59134500352434,13,4.135438020163086 +7377,9115,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-01-28,2000-02-01,4,546,Al Gore,222,DEM,48,49.726783023687425,Bill Bradley,224,DEM,47,45.59134500352434,1,4.135438020163086 +7365,9094,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-01-29,2000-02-01,3,402,Al Gore,222,DEM,47,49.726783023687425,Bill Bradley,224,DEM,44,45.59134500352434,3,4.135438020163086 +7374,9111,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-01-29,2000-02-01,3,400,Al Gore,222,DEM,45,49.726783023687425,Bill Bradley,224,DEM,44,45.59134500352434,1,4.135438020163086 +7355,9080,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-01-29,2000-02-01,3,501,Al Gore,222,DEM,49,49.726783023687425,Bill Bradley,224,DEM,37,45.59134500352434,12,4.135438020163086 +66075,122729,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-01-29,2000-02-01,3,502,Al Gore,222,DEM,49,49.726783023687425,Bill Bradley,224,DEM,37,45.59134500352434,12,4.135438020163086 +7361,9090,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2000-01-29,2000-02-01,3,355,Al Gore,222,DEM,47,49.726783023687425,Bill Bradley,224,DEM,41,45.59134500352434,6,4.135438020163086 +7366,9099,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-01-29,2000-02-01,3,347,Al Gore,222,DEM,55,49.726783023687425,Bill Bradley,224,DEM,39,45.59134500352434,16,4.135438020163086 +63996,117781,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-01-29,2000-02-01,3,430,Al Gore,222,DEM,53,49.726783023687425,Bill Bradley,224,DEM,36,45.59134500352434,17,4.135438020163086 +63998,117787,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-01-29,2000-02-01,3,619,Al Gore,222,DEM,56,49.726783023687425,Bill Bradley,224,DEM,41,45.59134500352434,15,4.135438020163086 +7357,9084,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-01-30,2000-02-01,2,600,Al Gore,222,DEM,50,49.726783023687425,Bill Bradley,224,DEM,45,45.59134500352434,5,4.135438020163086 +7351,9077,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-01-30,2000-02-01,2,697,Al Gore,222,DEM,54,49.726783023687425,Bill Bradley,224,DEM,42,45.59134500352434,12,4.135438020163086 +63999,117794,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-01-30,2000-02-01,2,400,Al Gore,222,DEM,48,49.726783023687425,Bill Bradley,224,DEM,42,45.59134500352434,6,4.135438020163086 +7356,9082,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-01-30,2000-02-01,2,600,Al Gore,222,DEM,52,49.726783023687425,Bill Bradley,224,DEM,40,45.59134500352434,12,4.135438020163086 +7358,9085,7115,2000,NH,Pres-P,2000_Pres-D-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2000-01-31,2000-02-01,1,400,Al Gore,222,DEM,49,49.726783023687425,Bill Bradley,224,DEM,46,45.59134500352434,3,4.135438020163086 +7398,9159,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-01-24,2000-02-01,8,404,John McCain,14677,REP,32,48.53194294014425,George W. Bush,241,REP,27,30.364474446487495,5,18.167468493656752 +7403,9166,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-01-25,2000-02-01,7,589,John McCain,14677,REP,40,48.53194294014425,George W. Bush,241,REP,35,30.364474446487495,5,18.167468493656752 +63991,117769,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-01-25,2000-02-01,7,400,John McCain,14677,REP,36,48.53194294014425,George W. Bush,241,REP,31,30.364474446487495,5,18.167468493656752 +7395,9150,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-01-25,2000-02-01,7,397,John McCain,14677,REP,36,48.53194294014425,George W. Bush,241,REP,31,30.364474446487495,5,18.167468493656752 +7408,9172,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2000-01-25,2000-02-01,7,447,John McCain,14677,REP,38,48.53194294014425,George W. Bush,241,REP,30,30.364474446487495,8,18.167468493656752 +7409,9177,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Dartmouth College Nelson A. Rockefeller Center for Public Policy and the Social Sciences,72,FALSE,FALSE,Live Phone,NA,2000-01-25,2000-02-01,7,436,John McCain,14677,REP,37,48.53194294014425,George W. Bush,241,REP,34,30.364474446487495,3,18.167468493656752 +7384,9129,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-01-27,2000-02-01,5,600,John McCain,14677,REP,36,48.53194294014425,George W. Bush,241,REP,34,30.364474446487495,2,18.167468493656752 +63993,117774,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-01-27,2000-02-01,5,400,John McCain,14677,REP,37,48.53194294014425,George W. Bush,241,REP,36,30.364474446487495,1,18.167468493656752 +7396,9156,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2000-01-27,2000-02-01,5,400,John McCain,14677,REP,41,48.53194294014425,George W. Bush,241,REP,33,30.364474446487495,8,18.167468493656752 +7383,9126,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-01-27,2000-02-01,5,600,John McCain,14677,REP,38,48.53194294014425,George W. Bush,241,REP,32,30.364474446487495,6,18.167468493656752 +7376,9116,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-01-27,2000-02-01,5,428,John McCain,14677,REP,36,48.53194294014425,George W. Bush,241,REP,35,30.364474446487495,1,18.167468493656752 +7377,9119,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-01-28,2000-02-01,4,546,John McCain,14677,REP,39,48.53194294014425,George W. Bush,241,REP,34,30.364474446487495,5,18.167468493656752 +63995,117780,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-01-28,2000-02-01,4,500,John McCain,14677,REP,39,48.53194294014425,George W. Bush,241,REP,37,30.364474446487495,2,18.167468493656752 +7365,9096,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-01-29,2000-02-01,3,412,John McCain,14677,REP,39,48.53194294014425,George W. Bush,241,REP,31,30.364474446487495,8,18.167468493656752 +7374,9110,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-01-29,2000-02-01,3,400,John McCain,14677,REP,37,48.53194294014425,George W. Bush,241,REP,28,30.364474446487495,9,18.167468493656752 +7355,9081,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-01-29,2000-02-01,3,502,John McCain,14677,REP,38,48.53194294014425,George W. Bush,241,REP,32,30.364474446487495,6,18.167468493656752 +66075,122730,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-01-29,2000-02-01,3,501,John McCain,14677,REP,38,48.53194294014425,George W. Bush,241,REP,32,30.364474446487495,6,18.167468493656752 +7361,9092,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2000-01-29,2000-02-01,3,506,John McCain,14677,REP,40,48.53194294014425,George W. Bush,241,REP,29,30.364474446487495,11,18.167468493656752 +7366,9095,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-01-29,2000-02-01,3,450,John McCain,14677,REP,39,48.53194294014425,George W. Bush,241,REP,35,30.364474446487495,4,18.167468493656752 +63996,117782,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-01-29,2000-02-01,3,606,John McCain,14677,REP,39,48.53194294014425,George W. Bush,241,REP,29,30.364474446487495,10,18.167468493656752 +63998,117791,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-01-29,2000-02-01,3,881,John McCain,14677,REP,41,48.53194294014425,George W. Bush,241,REP,35,30.364474446487495,6,18.167468493656752 +7357,9087,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-01-30,2000-02-01,2,600,John McCain,14677,REP,36,48.53194294014425,George W. Bush,241,REP,38,30.364474446487495,-2,18.167468493656752 +7351,9078,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-01-30,2000-02-01,2,888,John McCain,14677,REP,44,48.53194294014425,George W. Bush,241,REP,32,30.364474446487495,12,18.167468493656752 +63999,117798,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-01-30,2000-02-01,2,400,John McCain,14677,REP,38,48.53194294014425,George W. Bush,241,REP,34,30.364474446487495,4,18.167468493656752 +7356,9083,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-01-30,2000-02-01,2,600,John McCain,14677,REP,39,48.53194294014425,George W. Bush,241,REP,34,30.364474446487495,5,18.167468493656752 +7358,9089,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2000-01-31,2000-02-01,1,400,John McCain,14677,REP,41,48.53194294014425,George W. Bush,241,REP,34,30.364474446487495,7,18.167468493656752 +64000,117799,7116,2000,NH,Pres-P,2000_Pres-R-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-01-31,2000-02-01,1,813,John McCain,14677,REP,41,48.53194294014425,George W. Bush,241,REP,31,30.364474446487495,10,18.167468493656752 +7345,9062,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-02-02,2000-02-19,17,600,George W. Bush,241,REP,42,53.39338092238541,John McCain,14677,REP,45,41.8711536011977,-3,11.522227321187714 +64002,117801,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-02-02,2000-02-19,17,600,George W. Bush,241,REP,41,53.39338092238541,John McCain,14677,REP,40,41.8711536011977,1,11.522227321187714 +64003,117802,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-02-02,2000-02-19,17,400,George W. Bush,241,REP,39,53.39338092238541,John McCain,14677,REP,44,41.8711536011977,-5,11.522227321187714 +59811,103774,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-02-04,2000-02-19,15,515,George W. Bush,241,REP,40,53.39338092238541,John McCain,14677,REP,44,41.8711536011977,-4,11.522227321187714 +59816,103779,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2000-02-05,2000-02-19,14,490,George W. Bush,241,REP,48,53.39338092238541,John McCain,14677,REP,43,41.8711536011977,5,11.522227321187714 +64009,117810,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-02-10,2000-02-19,9,600,George W. Bush,241,REP,46,53.39338092238541,John McCain,14677,REP,39,41.8711536011977,7,11.522227321187714 +64010,117812,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-02-10,2000-02-19,9,500,George W. Bush,241,REP,43,53.39338092238541,John McCain,14677,REP,40,41.8711536011977,3,11.522227321187714 +59797,103751,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-02-12,2000-02-19,7,552,George W. Bush,241,REP,49,53.39338092238541,John McCain,14677,REP,42,41.8711536011977,7,11.522227321187714 +64012,117814,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-02-12,2000-02-19,7,1047,George W. Bush,241,REP,42,53.39338092238541,John McCain,14677,REP,40,41.8711536011977,2,11.522227321187714 +7291,8951,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Vox Populi Communications,529,FALSE,FALSE,Live Phone,NA,2000-02-14,2000-02-19,5,500,George W. Bush,241,REP,44,53.39338092238541,John McCain,14677,REP,36,41.8711536011977,8,11.522227321187714 +7294,8954,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-14,2000-02-19,5,600,George W. Bush,241,REP,45,53.39338092238541,John McCain,14677,REP,42,41.8711536011977,3,11.522227321187714 +7299,8967,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-02-14,2000-02-19,5,627,George W. Bush,241,REP,47,53.39338092238541,John McCain,14677,REP,41,41.8711536011977,6,11.522227321187714 +7289,8949,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-02-15,2000-02-19,4,600,George W. Bush,241,REP,43,53.39338092238541,John McCain,14677,REP,42,41.8711536011977,1,11.522227321187714 +64015,117818,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2000-02-15,2000-02-19,4,639,George W. Bush,241,REP,44,53.39338092238541,John McCain,14677,REP,38,41.8711536011977,6,11.522227321187714 +64016,117819,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-02-15,2000-02-19,4,600,George W. Bush,241,REP,47,53.39338092238541,John McCain,14677,REP,35,41.8711536011977,12,11.522227321187714 +59796,103750,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-02-16,2000-02-19,3,563,George W. Bush,241,REP,52,53.39338092238541,John McCain,14677,REP,40,41.8711536011977,12,11.522227321187714 +64018,117822,7120,2000,SC,Pres-P,2000_Pres-R-P_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-02-16,2000-02-19,3,500,George W. Bush,241,REP,42,53.39338092238541,John McCain,14677,REP,42,41.8711536011977,0,11.522227321187714 +64004,117803,7122,2000,MI,Pres-P,2000_Pres-R-P_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2000-02-08,2000-02-22,14,300,John McCain,14677,REP,45,50.97276721727483,George W. Bush,241,REP,43,43.05121517579517,2,7.921552041479657 +64007,117807,7122,2000,MI,Pres-P,2000_Pres-R-P_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2000-02-08,2000-02-22,14,400,John McCain,14677,REP,40,50.97276721727483,George W. Bush,241,REP,41,43.05121517579517,-1,7.921552041479657 +64011,117813,7122,2000,MI,Pres-P,2000_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2000-02-11,2000-02-22,11,594,John McCain,14677,REP,43,50.97276721727483,George W. Bush,241,REP,34,43.05121517579517,9,7.921552041479657 +64017,117820,7122,2000,MI,Pres-P,2000_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2000-02-16,2000-02-22,6,594,John McCain,14677,REP,40,50.97276721727483,George W. Bush,241,REP,38,43.05121517579517,2,7.921552041479657 +64019,117823,7122,2000,MI,Pres-P,2000_Pres-R-P_MI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-02-19,2000-02-22,3,500,John McCain,14677,REP,47,50.97276721727483,George W. Bush,241,REP,42,43.05121517579517,5,7.921552041479657 +64022,117826,7122,2000,MI,Pres-P,2000_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-02-20,2000-02-22,2,600,John McCain,14677,REP,48,50.97276721727483,George W. Bush,241,REP,42,43.05121517579517,6,7.921552041479657 +64024,117828,7122,2000,MI,Pres-P,2000_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2000-02-20,2000-02-22,2,500,John McCain,14677,REP,46,50.97276721727483,George W. Bush,241,REP,42,43.05121517579517,4,7.921552041479657 +64027,117832,7126,2000,VA,Pres-P,2000_Pres-R-P_VA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-02-23,2000-02-29,6,600,George W. Bush,241,REP,44,52.79200352962612,John McCain,14677,REP,36,43.892647565928264,8,8.899355963697857 +64037,117854,7126,2000,VA,Pres-P,2000_Pres-R-P_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-02-26,2000-02-29,3,500,George W. Bush,241,REP,52,52.79200352962612,John McCain,14677,REP,41,43.892647565928264,11,8.899355963697857 +7336,9049,7128,2000,CA,Pres-P,2000_Pres-D-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2000-02-04,2000-03-07,32,375,Al Gore,222,DEM,54,79.76563734423627,Bill Bradley,224,DEM,13,19.640876607529957,41,60.12476073670631 +7254,103744,7128,2000,CA,Pres-P,2000_Pres-D-P_CA,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-02-24,2000-03-07,12,467,Al Gore,222,DEM,56,79.76563734423627,Bill Bradley,224,DEM,12,19.640876607529957,44,60.12476073670631 +7336,9050,7129,2000,CA,Pres-P,2000_Pres-R-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,NA,2000-02-04,2000-03-07,32,290,George W. Bush,241,REP,46,52.20573595593127,John McCain,14677,REP,27,42.86715460194097,19,9.3385813539903 +64026,117830,7129,2000,CA,Pres-P,2000_Pres-R-P_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-22,2000-03-07,14,275,George W. Bush,241,REP,41,52.20573595593127,John McCain,14677,REP,30,42.86715460194097,11,9.3385813539903 +7254,103773,7129,2000,CA,Pres-P,2000_Pres-R-P_CA,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-02-24,2000-03-07,12,418,George W. Bush,241,REP,48,52.20573595593127,John McCain,14677,REP,23,42.86715460194097,25,9.3385813539903 +64036,117853,7129,2000,CA,Pres-P,2000_Pres-R-P_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-02-26,2000-03-07,10,500,George W. Bush,241,REP,47,52.20573595593127,John McCain,14677,REP,26,42.86715460194097,21,9.3385813539903 +7263,8899,7129,2000,CA,Pres-P,2000_Pres-R-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2000-02-24,2000-03-07,12,389,George W. Bush,241,REP,48,52.20573595593127,John McCain,14677,REP,28,42.86715460194097,20,9.3385813539903 +64040,117858,7129,2000,CA,Pres-P,2000_Pres-R-P_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,400,George W. Bush,241,REP,48.1,52.20573595593127,John McCain,14677,REP,29.5,42.86715460194097,18.6,9.3385813539903 +7307,8980,7130,2000,CT,Pres-P,2000_Pres-D-P_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-02-12,2000-03-07,24,426,Al Gore,222,DEM,49,55.44920784428739,Bill Bradley,224,DEM,41,41.50512405457386,8,13.944083789713531 +64050,117870,7130,2000,CT,Pres-P,2000_Pres-D-P_CT,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-03-04,2000-03-07,3,493,Al Gore,222,DEM,51,55.44920784428739,Bill Bradley,224,DEM,30,41.50512405457386,21,13.944083789713531 +7307,8984,7131,2000,CT,Pres-P,2000_Pres-R-P_CT,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-02-12,2000-03-07,24,333,John McCain,14677,REP,52,48.70575746570942,George W. Bush,241,REP,39,46.30611503757298,13,2.3996424281364384 +64041,117859,7131,2000,CT,Pres-P,2000_Pres-R-P_CT,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,361,John McCain,14677,REP,42,48.70575746570942,George W. Bush,241,REP,45,46.30611503757298,-3,2.3996424281364384 +64050,117871,7131,2000,CT,Pres-P,2000_Pres-R-P_CT,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-03-04,2000-03-07,3,507,John McCain,14677,REP,46,48.70575746570942,George W. Bush,241,REP,41,46.30611503757298,5,2.3996424281364384 +64056,117880,7131,2000,CT,Pres-P,2000_Pres-R-P_CT,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-04,2000-03-07,3,400,John McCain,14677,REP,38,48.70575746570942,George W. Bush,241,REP,45,46.30611503757298,-7,2.3996424281364384 +7197,8805,7132,2000,GA,Pres-P,2000_Pres-D-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-29,2000-03-07,7,329,Al Gore,222,DEM,64,83.81505532097415,Bill Bradley,224,DEM,27,16.184944679025843,37,67.6301106419483 +64051,117872,7132,2000,GA,Pres-P,2000_Pres-D-P_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-03-04,2000-03-07,3,476,Al Gore,222,DEM,78,83.81505532097415,Bill Bradley,224,DEM,19,16.184944679025843,59,67.6301106419483 +64039,117857,7133,2000,GA,Pres-P,2000_Pres-R-P_GA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-02-28,2000-03-07,8,600,George W. Bush,241,REP,62,66.92910937393111,John McCain,14677,REP,23,27.837273083453052,39,39.09183629047806 +7197,8807,7133,2000,GA,Pres-P,2000_Pres-R-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-29,2000-03-07,7,329,George W. Bush,241,REP,54,66.92910937393111,John McCain,14677,REP,34,27.837273083453052,20,39.09183629047806 +7173,8774,7133,2000,GA,Pres-P,2000_Pres-R-P_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,361,George W. Bush,241,REP,52,66.92910937393111,John McCain,14677,REP,30,27.837273083453052,22,39.09183629047806 +64051,117873,7133,2000,GA,Pres-P,2000_Pres-R-P_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-03-04,2000-03-07,3,624,George W. Bush,241,REP,64,66.92910937393111,John McCain,14677,REP,27,27.837273083453052,37,39.09183629047806 +64058,117882,7133,2000,GA,Pres-P,2000_Pres-R-P_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-04,2000-03-07,3,400,George W. Bush,241,REP,56,66.92910937393111,John McCain,14677,REP,27,27.837273083453052,29,39.09183629047806 +7223,8840,7138,2000,MD,Pres-P,2000_Pres-D-P_MD,Potomac Incorporated,256,FALSE,TRUE,Live Phone,NA,2000-02-26,2000-03-07,10,434,Al Gore,222,DEM,58,67.32129696410766,Bill Bradley,224,DEM,23,28.452770847866443,35,38.86852611624121 +7214,8833,7138,2000,MD,Pres-P,2000_Pres-D-P_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-27,2000-03-07,9,421,Al Gore,222,DEM,59,67.32129696410766,Bill Bradley,224,DEM,28,28.452770847866443,31,38.86852611624121 +7223,8845,7139,2000,MD,Pres-P,2000_Pres-R-P_MD,Potomac Incorporated,256,FALSE,TRUE,Live Phone,NA,2000-02-26,2000-03-07,10,294,George W. Bush,241,REP,47,56.228692086353895,John McCain,14677,REP,40,36.16188961636448,7,20.066802469989412 +7258,8889,7139,2000,MD,Pres-P,2000_Pres-R-P_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2000-02-25,2000-03-07,11,346,George W. Bush,241,REP,47,56.228692086353895,John McCain,14677,REP,37,36.16188961636448,10,20.066802469989412 +7214,8829,7139,2000,MD,Pres-P,2000_Pres-R-P_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-27,2000-03-07,9,357,George W. Bush,241,REP,45,56.228692086353895,John McCain,14677,REP,37,36.16188961636448,8,20.066802469989412 +64043,117861,7139,2000,MD,Pres-P,2000_Pres-R-P_MD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,400,George W. Bush,241,REP,52,56.228692086353895,John McCain,14677,REP,32,36.16188961636448,20,20.066802469989412 +64060,117884,7139,2000,MD,Pres-P,2000_Pres-R-P_MD,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-04,2000-03-07,3,400,George W. Bush,241,REP,53,56.228692086353895,John McCain,14677,REP,31,36.16188961636448,22,20.066802469989412 +7280,8929,7140,2000,MA,Pres-P,2000_Pres-D-P_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-02-20,2000-03-07,16,400,Al Gore,222,DEM,50,59.76725509031069,Bill Bradley,224,DEM,35,37.17269700294124,15,22.59455808736945 +64032,117847,7140,2000,MA,Pres-P,2000_Pres-D-P_MA,KRC Research,160,TRUE,TRUE,Live Phone,NA,2000-02-23,2000-03-07,13,873,Al Gore,222,DEM,59,59.76725509031069,Bill Bradley,224,DEM,27,37.17269700294124,32,22.59455808736945 +7242,8865,7140,2000,MA,Pres-P,2000_Pres-D-P_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-02-25,2000-03-07,11,404,Al Gore,222,DEM,53,59.76725509031069,Bill Bradley,224,DEM,29,37.17269700294124,24,22.59455808736945 +7215,8830,7140,2000,MA,Pres-P,2000_Pres-D-P_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-02-26,2000-03-07,10,400,Al Gore,222,DEM,50,59.76725509031069,Bill Bradley,224,DEM,37,37.17269700294124,13,22.59455808736945 +7191,8798,7140,2000,MA,Pres-P,2000_Pres-D-P_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-02-29,2000-03-07,7,400,Al Gore,222,DEM,54,59.76725509031069,Bill Bradley,224,DEM,34,37.17269700294124,20,22.59455808736945 +7149,8739,7140,2000,MA,Pres-P,2000_Pres-D-P_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-03-04,2000-03-07,3,400,Al Gore,222,DEM,57,59.76725509031069,Bill Bradley,224,DEM,31,37.17269700294124,26,22.59455808736945 +7280,8930,7141,2000,MA,Pres-P,2000_Pres-R-P_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-02-20,2000-03-07,16,400,John McCain,14677,REP,58,64.68011580094327,George W. Bush,241,REP,34,31.778848830458195,24,32.901266970485075 +7242,8875,7141,2000,MA,Pres-P,2000_Pres-R-P_MA,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2000-02-25,2000-03-07,11,402,John McCain,14677,REP,62,64.68011580094327,George W. Bush,241,REP,27,31.778848830458195,35,32.901266970485075 +7210,8821,7141,2000,MA,Pres-P,2000_Pres-R-P_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-02-29,2000-03-07,7,400,John McCain,14677,REP,66,64.68011580094327,George W. Bush,241,REP,21,31.778848830458195,45,32.901266970485075 +7180,8781,7141,2000,MA,Pres-P,2000_Pres-R-P_MA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,400,John McCain,14677,REP,59,64.68011580094327,George W. Bush,241,REP,29,31.778848830458195,30,32.901266970485075 +7149,8748,7141,2000,MA,Pres-P,2000_Pres-R-P_MA,University of Massachusetts Department of Political Science,354,FALSE,TRUE,Live Phone,NA,2000-03-04,2000-03-07,3,400,John McCain,14677,REP,60,64.68011580094327,George W. Bush,241,REP,29,31.778848830458195,31,32.901266970485075 +7146,8735,7141,2000,MA,Pres-P,2000_Pres-R-P_MA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-04,2000-03-07,3,404,John McCain,14677,REP,59,64.68011580094327,George W. Bush,241,REP,31,31.778848830458195,28,32.901266970485075 +7226,8843,7142,2000,MO,Pres-P,2000_Pres-D-P_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-27,2000-03-07,9,409,Al Gore,222,DEM,53,64.62113307895996,Bill Bradley,224,DEM,33,33.55769918904362,20,31.06343388991634 +7226,8844,7143,2000,MO,Pres-P,2000_Pres-R-P_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-27,2000-03-07,9,324,George W. Bush,241,REP,48,57.92752065263809,John McCain,14677,REP,36,35.30586099465041,12,22.621659657987678 +64044,117862,7143,2000,MO,Pres-P,2000_Pres-R-P_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,400,George W. Bush,241,REP,46,57.92752065263809,John McCain,14677,REP,37,35.30586099465041,9,22.621659657987678 +7224,8842,7144,2000,MN,Pres-P,2000_Pres-R-P_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-27,2000-03-07,9,245,George W. Bush,241,REP,49,62.665072550404865,Alan Keyes,219,REP,4,19.89565784468235,45,42.76941470572251 +7339,9055,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-02-04,2000-03-07,32,297,Al Gore,222,DEM,54,65.61737079807031,Bill Bradley,224,DEM,33,33.45822263133644,21,32.15914816673387 +7317,9006,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-02-07,2000-03-07,29,481,Al Gore,222,DEM,56,65.61737079807031,Bill Bradley,224,DEM,32,33.45822263133644,24,32.15914816673387 +7313,8997,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2000-02-09,2000-03-07,27,500,Al Gore,222,DEM,53,65.61737079807031,Bill Bradley,224,DEM,29,33.45822263133644,24,32.15914816673387 +64025,117829,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-02-20,2000-03-07,16,282,Al Gore,222,DEM,56,65.61737079807031,Bill Bradley,224,DEM,32,33.45822263133644,24,32.15914816673387 +58442,8920,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-02-21,2000-03-07,15,279,Al Gore,222,DEM,59,65.61737079807031,Bill Bradley,224,DEM,33,33.45822263133644,26,32.15914816673387 +7284,8942,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-02-19,2000-03-07,17,542,Al Gore,222,DEM,59,65.61737079807031,Bill Bradley,224,DEM,28,33.45822263133644,31,32.15914816673387 +7247,8870,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-02-25,2000-03-07,11,400,Al Gore,222,DEM,52,65.61737079807031,Bill Bradley,224,DEM,35,33.45822263133644,17,32.15914816673387 +7244,8866,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-02-26,2000-03-07,10,382,Al Gore,222,DEM,55,65.61737079807031,Bill Bradley,224,DEM,29,33.45822263133644,26,32.15914816673387 +7203,8813,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-02-27,2000-03-07,9,400,Al Gore,222,DEM,52,65.61737079807031,Bill Bradley,224,DEM,33,33.45822263133644,19,32.15914816673387 +7262,8907,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-02-25,2000-03-07,11,312,Al Gore,222,DEM,59,65.61737079807031,Bill Bradley,224,DEM,33,33.45822263133644,26,32.15914816673387 +7171,8777,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-02-29,2000-03-07,7,244,Al Gore,222,DEM,60,65.61737079807031,Bill Bradley,224,DEM,28,33.45822263133644,32,32.15914816673387 +7175,8778,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,395,Al Gore,222,DEM,59,65.61737079807031,Bill Bradley,224,DEM,30,33.45822263133644,29,32.15914816673387 +7150,8741,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-03-02,2000-03-07,5,428,Al Gore,222,DEM,57,65.61737079807031,Bill Bradley,224,DEM,31,33.45822263133644,26,32.15914816673387 +7204,8814,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2000-02-29,2000-03-07,7,402,Al Gore,222,DEM,60,65.61737079807031,Bill Bradley,224,DEM,25,33.45822263133644,35,32.15914816673387 +7140,8729,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-04,2000-03-07,3,338,Al Gore,222,DEM,58,65.61737079807031,Bill Bradley,224,DEM,28,33.45822263133644,30,32.15914816673387 +7172,8786,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-03-02,2000-03-07,5,282,Al Gore,222,DEM,60,65.61737079807031,Bill Bradley,224,DEM,32,33.45822263133644,28,32.15914816673387 +7138,8726,7145,2000,NY,Pres-P,2000_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-03-05,2000-03-07,2,461,Al Gore,222,DEM,58,65.61737079807031,Bill Bradley,224,DEM,32,33.45822263133644,26,32.15914816673387 +7339,9056,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-02-04,2000-03-07,32,223,George W. Bush,241,REP,48,51.022013233292526,John McCain,14677,REP,39,43.37946757787814,9,7.642545655414388 +7317,9007,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Quinnipiac University,267,TRUE,FALSE,NA,NA,2000-02-07,2000-03-07,29,357,George W. Bush,241,REP,44,51.022013233292526,John McCain,14677,REP,37,43.37946757787814,7,7.642545655414388 +7313,8996,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Blum & Weprin Associates,32,FALSE,TRUE,NA,NA,2000-02-09,2000-03-07,27,500,George W. Bush,241,REP,46,51.022013233292526,John McCain,14677,REP,34,43.37946757787814,12,7.642545655414388 +7270,8913,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Manhattanville College,181,FALSE,TRUE,Live Phone,NA,2000-02-21,2000-03-07,15,305,George W. Bush,241,REP,45,51.022013233292526,John McCain,14677,REP,35,43.37946757787814,10,7.642545655414388 +58442,97876,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-02-21,2000-03-07,15,201,George W. Bush,241,REP,46,51.022013233292526,John McCain,14677,REP,43,43.37946757787814,3,7.642545655414388 +7284,8941,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-02-19,2000-03-07,17,374,George W. Bush,241,REP,43,51.022013233292526,John McCain,14677,REP,36,43.37946757787814,7,7.642545655414388 +7212,8832,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-02-26,2000-03-07,10,450,George W. Bush,241,REP,42,51.022013233292526,John McCain,14677,REP,43,43.37946757787814,-1,7.642545655414388 +7244,8867,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-02-26,2000-03-07,10,281,George W. Bush,241,REP,46,51.022013233292526,John McCain,14677,REP,36,43.37946757787814,10,7.642545655414388 +7262,8903,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-02-25,2000-03-07,11,264,George W. Bush,241,REP,40,51.022013233292526,John McCain,14677,REP,47,43.37946757787814,-7,7.642545655414388 +7188,8796,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-02-28,2000-03-07,8,430,George W. Bush,241,REP,38,51.022013233292526,John McCain,14677,REP,44,43.37946757787814,-6,7.642545655414388 +7171,8787,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-02-29,2000-03-07,7,191,George W. Bush,241,REP,46,51.022013233292526,John McCain,14677,REP,45,43.37946757787814,1,7.642545655414388 +7161,8759,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-02,2000-03-07,5,400,George W. Bush,241,REP,44,51.022013233292526,John McCain,14677,REP,40,43.37946757787814,4,7.642545655414388 +7150,8750,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-03-02,2000-03-07,5,374,George W. Bush,241,REP,45,51.022013233292526,John McCain,14677,REP,44,43.37946757787814,1,7.642545655414388 +7208,8818,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Blum & Weprin Associates,32,FALSE,TRUE,Live Phone,NA,2000-02-29,2000-03-07,7,579,George W. Bush,241,REP,47,51.022013233292526,John McCain,14677,REP,39,43.37946757787814,8,7.642545655414388 +7172,8773,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2000-03-02,2000-03-07,5,270,George W. Bush,241,REP,48,51.022013233292526,John McCain,14677,REP,39,43.37946757787814,9,7.642545655414388 +7138,8727,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2000-03-05,2000-03-07,2,335,George W. Bush,241,REP,50,51.022013233292526,John McCain,14677,REP,40,43.37946757787814,10,7.642545655414388 +7139,8728,7146,2000,NY,Pres-P,2000_Pres-R-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-05,2000-03-07,2,632,George W. Bush,241,REP,46,51.022013233292526,John McCain,14677,REP,41,43.37946757787814,5,7.642545655414388 +7344,9060,7148,2000,OH,Pres-P,2000_Pres-D-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2000-02-06,2000-03-07,30,390,Al Gore,222,DEM,68,73.61289386333534,Bill Bradley,224,DEM,24,24.69954379711235,44,48.91335006622299 +7259,8891,7148,2000,OH,Pres-P,2000_Pres-D-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2000-02-25,2000-03-07,11,320,Al Gore,222,DEM,69,73.61289386333534,Bill Bradley,224,DEM,22,24.69954379711235,47,48.91335006622299 +7179,8780,7148,2000,OH,Pres-P,2000_Pres-D-P_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,403,Al Gore,222,DEM,73,73.61289386333534,Bill Bradley,224,DEM,17,24.69954379711235,56,48.91335006622299 +7155,8747,7148,2000,OH,Pres-P,2000_Pres-D-P_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-03-02,2000-03-07,5,417,Al Gore,222,DEM,67,73.61289386333534,Bill Bradley,224,DEM,24,24.69954379711235,43,48.91335006622299 +7234,8858,7148,2000,OH,Pres-P,2000_Pres-D-P_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2000-02-29,2000-03-07,7,2892,Al Gore,222,DEM,73,73.61289386333534,Bill Bradley,224,DEM,26,24.69954379711235,47,48.91335006622299 +7144,8733,7148,2000,OH,Pres-P,2000_Pres-D-P_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-04,2000-03-07,3,408,Al Gore,222,DEM,68,73.61289386333534,Bill Bradley,224,DEM,21,24.69954379711235,47,48.91335006622299 +64052,117874,7148,2000,OH,Pres-P,2000_Pres-D-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-03-04,2000-03-07,3,510,Al Gore,222,DEM,62,73.61289386333534,Bill Bradley,224,DEM,19,24.69954379711235,43,48.91335006622299 +7167,8768,7148,2000,OH,Pres-P,2000_Pres-D-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2000-03-03,2000-03-07,4,373,Al Gore,222,DEM,72,73.61289386333534,Bill Bradley,224,DEM,25,24.69954379711235,47,48.91335006622299 +7344,9063,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2000-02-06,2000-03-07,30,345,George W. Bush,241,REP,59,57.985886508177295,John McCain,14677,REP,25,36.978865539724424,34,21.00702096845287 +7259,8892,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2000-02-25,2000-03-07,11,320,George W. Bush,241,REP,53,57.985886508177295,John McCain,14677,REP,36,36.978865539724424,17,21.00702096845287 +7182,8784,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2000-02-29,2000-03-07,7,600,George W. Bush,241,REP,55,57.985886508177295,John McCain,14677,REP,33,36.978865539724424,22,21.00702096845287 +7179,8785,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-01,2000-03-07,6,405,George W. Bush,241,REP,57,57.985886508177295,John McCain,14677,REP,31,36.978865539724424,26,21.00702096845287 +7155,8752,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-03-02,2000-03-07,5,362,George W. Bush,241,REP,54,57.985886508177295,John McCain,14677,REP,35,36.978865539724424,19,21.00702096845287 +7234,8853,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2000-02-29,2000-03-07,7,3714,George W. Bush,241,REP,61,57.985886508177295,John McCain,14677,REP,33,36.978865539724424,28,21.00702096845287 +7144,8734,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-03-04,2000-03-07,3,409,George W. Bush,241,REP,57,57.985886508177295,John McCain,14677,REP,31,36.978865539724424,26,21.00702096845287 +64052,117877,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2000-03-04,2000-03-07,3,590,George W. Bush,241,REP,62,57.985886508177295,John McCain,14677,REP,28,36.978865539724424,34,21.00702096845287 +7167,8769,7149,2000,OH,Pres-P,2000_Pres-R-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2000-03-03,2000-03-07,4,407,George W. Bush,241,REP,61,57.985886508177295,John McCain,14677,REP,36,36.978865539724424,25,21.00702096845287 +7278,8927,7150,2000,RI,Pres-P,2000_Pres-D-P_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2000-02-20,2000-03-07,16,222,Al Gore,222,DEM,37,56.92046299246044,Bill Bradley,224,DEM,24,40.35255389189763,13,16.567909100562815 +7229,8847,7152,2000,VT,Pres-P,2000_Pres-D-P_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-26,2000-03-07,10,321,Al Gore,222,DEM,56,54.32704989550149,Bill Bradley,224,DEM,35,43.887344520422864,21,10.439705375078624 +64034,117851,7152,2000,VT,Pres-P,2000_Pres-D-P_VT,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2000-02-26,2000-03-07,10,321,Al Gore,222,DEM,56,54.32704989550149,Bill Bradley,224,DEM,35,43.887344520422864,21,10.439705375078624 +7229,8846,7153,2000,VT,Pres-P,2000_Pres-R-P_VT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2000-02-26,2000-03-07,10,356,John McCain,14677,REP,53,60.28516993423882,George W. Bush,241,REP,34,35.3278839653371,19,24.957285968901722 +12667,15787,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2003-12-01,2004-01-19,49,500,John Kerry,157,DEM,9,37.087565804107655,John Edwards,165,DEM,5,32.57210647289983,4,4.515459331207822 +12664,15784,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,Pew Research Center,253,TRUE,FALSE,NA,NA,2003-11-29,2004-01-19,51,394,John Kerry,157,DEM,18,37.087565804107655,John Edwards,165,DEM,5,32.57210647289983,13,4.515459331207822 +78900,155303,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,SurveyUSA,325,FALSE,FALSE,NA,NA,2003-12-09,2004-01-19,41,400,John Kerry,157,DEM,15,37.087565804107655,John Edwards,165,DEM,10,32.57210647289983,5,4.515459331207822 +59689,103155,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-06,2004-01-19,13,612,John Kerry,157,DEM,21,37.087565804107655,John Edwards,165,DEM,17,32.57210647289983,4,4.515459331207822 +12706,15828,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-01-07,2004-01-19,12,640,John Kerry,157,DEM,18,37.087565804107655,John Edwards,165,DEM,11,32.57210647289983,7,4.515459331207822 +12702,15823,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,Personal Marketing Research,252,FALSE,FALSE,Live Phone,NA,2004-01-06,2004-01-19,13,400,John Kerry,157,DEM,15,37.087565804107655,John Edwards,165,DEM,9,32.57210647289983,6,4.515459331207822 +12720,15842,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-11,2004-01-19,8,501,John Kerry,157,DEM,17,37.087565804107655,John Edwards,165,DEM,14,32.57210647289983,3,4.515459331207822 +5639,7191,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-14,2004-01-19,5,501,John Kerry,157,DEM,24,37.087565804107655,John Edwards,165,DEM,17,32.57210647289983,7,4.515459331207822 +59650,103116,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-14,2004-01-19,5,428,John Kerry,157,DEM,21,37.087565804107655,John Edwards,165,DEM,22,32.57210647289983,-1,4.515459331207822 +12727,15849,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2004-01-15,2004-01-19,4,606,John Kerry,157,DEM,26,37.087565804107655,John Edwards,165,DEM,23,32.57210647289983,3,4.515459331207822 +5631,7184,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-17,2004-01-19,2,501,John Kerry,157,DEM,25,37.087565804107655,John Edwards,165,DEM,21,32.57210647289983,4,4.515459331207822 +59649,103115,7228,2004,IA,Pres-P,2004_Pres-D-P_IA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-01-17,2004-01-19,2,546,John Kerry,157,DEM,24,37.087565804107655,John Edwards,165,DEM,16,32.57210647289983,8,4.515459331207822 +5605,7158,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2004-01-20,2004-01-27,7,400,John Kerry,157,DEM,31,38.39035065768221,Howard Dean,172,DEM,21,26.280444248294938,10,12.109906409387275 +5601,7154,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2004-01-20,2004-01-27,7,400,John Kerry,157,DEM,27,38.39035065768221,Howard Dean,172,DEM,19,26.280444248294938,8,12.109906409387275 +5614,7167,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-20,2004-01-27,7,546,John Kerry,157,DEM,27,38.39035065768221,Howard Dean,172,DEM,24,26.280444248294938,3,12.109906409387275 +5607,7160,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2004-01-20,2004-01-27,7,546,John Kerry,157,DEM,31,38.39035065768221,Howard Dean,172,DEM,21,26.280444248294938,10,12.109906409387275 +64069,117896,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-22,2004-01-27,5,481,John Kerry,157,DEM,34,38.39035065768221,Howard Dean,172,DEM,23,26.280444248294938,11,12.109906409387275 +64063,117888,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-21,2004-01-27,6,481,John Kerry,157,DEM,32,38.39035065768221,Howard Dean,172,DEM,23,26.280444248294938,9,12.109906409387275 +5610,7163,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-01-21,2004-01-27,6,450,John Kerry,157,DEM,37,38.39035065768221,Howard Dean,172,DEM,19,26.280444248294938,18,12.109906409387275 +5602,7155,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,Live Phone,NA,2004-01-21,2004-01-27,6,600,John Kerry,157,DEM,30,38.39035065768221,Howard Dean,172,DEM,16,26.280444248294938,14,12.109906409387275 +5596,7149,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-22,2004-01-27,5,700,John Kerry,157,DEM,34,38.39035065768221,Howard Dean,172,DEM,15,26.280444248294938,19,12.109906409387275 +5599,7152,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-01-22,2004-01-27,5,1000,John Kerry,157,DEM,35,38.39035065768221,Howard Dean,172,DEM,23,26.280444248294938,12,12.109906409387275 +5585,7138,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2004-01-22,2004-01-27,5,400,John Kerry,157,DEM,35,38.39035065768221,Howard Dean,172,DEM,15,26.280444248294938,20,12.109906409387275 +5584,7137,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2004-01-22,2004-01-27,5,400,John Kerry,157,DEM,29,38.39035065768221,Howard Dean,172,DEM,20,26.280444248294938,9,12.109906409387275 +12729,15851,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-01-22,2004-01-27,5,1176,John Kerry,157,DEM,32,38.39035065768221,Howard Dean,172,DEM,19,26.280444248294938,13,12.109906409387275 +5587,7140,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-23,2004-01-27,4,546,John Kerry,157,DEM,30,38.39035065768221,Howard Dean,172,DEM,23,26.280444248294938,7,12.109906409387275 +5590,7143,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2004-01-23,2004-01-27,4,524,John Kerry,157,DEM,35,38.39035065768221,Howard Dean,172,DEM,23,26.280444248294938,12,12.109906409387275 +5573,7126,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-01-24,2004-01-27,3,970,John Kerry,157,DEM,36,38.39035065768221,Howard Dean,172,DEM,25,26.280444248294938,11,12.109906409387275 +5571,7124,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2004-01-24,2004-01-27,3,400,John Kerry,157,DEM,37,38.39035065768221,Howard Dean,172,DEM,17,26.280444248294938,20,12.109906409387275 +5570,7123,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2004-01-24,2004-01-27,3,400,John Kerry,157,DEM,38,38.39035065768221,Howard Dean,172,DEM,17,26.280444248294938,21,12.109906409387275 +64074,117902,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-24,2004-01-27,3,481,John Kerry,157,DEM,28,38.39035065768221,Howard Dean,172,DEM,24,26.280444248294938,4,12.109906409387275 +5581,7134,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2004-01-24,2004-01-27,3,459,John Kerry,157,DEM,36,38.39035065768221,Howard Dean,172,DEM,25,26.280444248294938,11,12.109906409387275 +59669,103135,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-24,2004-01-27,3,481,John Kerry,157,DEM,33,38.39035065768221,Howard Dean,172,DEM,28,26.280444248294938,5,12.109906409387275 +5579,7132,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-01-24,2004-01-27,3,800,John Kerry,157,DEM,37,38.39035065768221,Howard Dean,172,DEM,24,26.280444248294938,13,12.109906409387275 +5572,7125,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-25,2004-01-27,2,719,John Kerry,157,DEM,35,38.39035065768221,Howard Dean,172,DEM,25,26.280444248294938,10,12.109906409387275 +5565,7118,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2004-01-26,2004-01-27,1,400,John Kerry,157,DEM,38,38.39035065768221,Howard Dean,172,DEM,22,26.280444248294938,16,12.109906409387275 +5566,7119,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,KRC Research,160,TRUE,TRUE,Live Phone,NA,2004-01-25,2004-01-27,2,400,John Kerry,157,DEM,37,38.39035065768221,Howard Dean,172,DEM,20,26.280444248294938,17,12.109906409387275 +5563,7113,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2004-01-26,2004-01-27,1,401,John Kerry,157,DEM,37,38.39035065768221,Howard Dean,172,DEM,19,26.280444248294938,18,12.109906409387275 +5567,7120,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-25,2004-01-27,2,684,John Kerry,157,DEM,37,38.39035065768221,Howard Dean,172,DEM,24,26.280444248294938,13,12.109906409387275 +64847,120080,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-01-26,2004-01-27,1,391,John Kerry,157,DEM,36,38.39035065768221,Howard Dean,172,DEM,27,26.280444248294938,9,12.109906409387275 +5568,7121,7231,2004,NH,Pres-P,2004_Pres-D-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-01-25,2004-01-27,2,807,John Kerry,157,DEM,36,38.39035065768221,Howard Dean,172,DEM,25,26.280444248294938,11,12.109906409387275 +5539,7085,7234,2004,AZ,Pres-P,2004_Pres-D-P_AZ,Market Solutions Group,188,FALSE,TRUE,Live Phone,NA,2004-01-28,2004-02-03,6,600,John Kerry,157,DEM,27,42.60824802671778,Wesley Clark,166,DEM,18,26.473370106553055,9,16.134877920164726 +64076,117904,7234,2004,AZ,Pres-P,2004_Pres-D-P_AZ,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-01-28,2004-02-03,6,300,John Kerry,157,DEM,23,42.60824802671778,Wesley Clark,166,DEM,18,26.473370106553055,5,16.134877920164726 +5547,7093,7234,2004,AZ,Pres-P,2004_Pres-D-P_AZ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-29,2004-02-03,5,600,John Kerry,157,DEM,36,42.60824802671778,Wesley Clark,166,DEM,20,26.473370106553055,16,16.134877920164726 +5541,7087,7234,2004,AZ,Pres-P,2004_Pres-D-P_AZ,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-01-29,2004-02-03,5,451,John Kerry,157,DEM,29,42.60824802671778,Wesley Clark,166,DEM,22,26.473370106553055,7,16.134877920164726 +5516,7059,7234,2004,AZ,Pres-P,2004_Pres-D-P_AZ,Market Solutions Group,188,FALSE,TRUE,Live Phone,NA,2004-01-30,2004-02-03,4,601,John Kerry,157,DEM,32,42.60824802671778,Wesley Clark,166,DEM,19,26.473370106553055,13,16.134877920164726 +5517,7060,7234,2004,AZ,Pres-P,2004_Pres-D-P_AZ,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-30,2004-02-03,4,600,John Kerry,157,DEM,32,42.60824802671778,Wesley Clark,166,DEM,21,26.473370106553055,11,16.134877920164726 +59661,103127,7234,2004,AZ,Pres-P,2004_Pres-D-P_AZ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-31,2004-02-03,3,400,John Kerry,157,DEM,34,42.60824802671778,Wesley Clark,166,DEM,28,26.473370106553055,6,16.134877920164726 +5515,7058,7234,2004,AZ,Pres-P,2004_Pres-D-P_AZ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-01,2004-02-03,2,600,John Kerry,157,DEM,41,42.60824802671778,Wesley Clark,166,DEM,27,26.473370106553055,14,16.134877920164726 +5537,7083,7235,2004,DE,Pres-P,2004_Pres-D-P_DE,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-28,2004-02-03,6,600,John Kerry,157,DEM,27,50.42503980054669,Joseph I. Lieberman,160,DEM,16,11.132137815025082,11,39.29290198552161 +59664,103130,7235,2004,DE,Pres-P,2004_Pres-D-P_DE,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-30,2004-02-03,4,434,John Kerry,157,DEM,42,50.42503980054669,Joseph I. Lieberman,160,DEM,10,11.132137815025082,32,39.29290198552161 +5543,7089,7236,2004,MO,Pres-P,2004_Pres-D-P_MO,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-28,2004-02-03,6,600,John Kerry,157,DEM,46,50.61564903104898,John Edwards,165,DEM,15,24.642216001854955,31,25.973433029194027 +5540,7086,7236,2004,MO,Pres-P,2004_Pres-D-P_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-29,2004-02-03,5,600,John Kerry,157,DEM,46,50.61564903104898,John Edwards,165,DEM,13,24.642216001854955,33,25.973433029194027 +5534,7080,7236,2004,MO,Pres-P,2004_Pres-D-P_MO,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-01-29,2004-02-03,5,545,John Kerry,157,DEM,37,50.61564903104898,John Edwards,165,DEM,11,24.642216001854955,26,25.973433029194027 +59660,103126,7236,2004,MO,Pres-P,2004_Pres-D-P_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-31,2004-02-03,3,891,John Kerry,157,DEM,44,50.61564903104898,John Edwards,165,DEM,20,24.642216001854955,24,25.973433029194027 +5510,7053,7236,2004,MO,Pres-P,2004_Pres-D-P_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-01,2004-02-03,2,600,John Kerry,157,DEM,56,50.61564903104898,John Edwards,165,DEM,17,24.642216001854955,39,25.973433029194027 +5535,7081,7238,2004,NM,Pres-P,2004_Pres-D-P_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2004-01-28,2004-02-03,6,500,John Kerry,157,DEM,31,42.56288199341796,Wesley Clark,166,DEM,14,20.38963328631876,17,22.1732487070992 +5533,7079,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2004-01-28,2004-02-03,6,300,Wesley Clark,166,DEM,18,29.937331547530466,John Edwards,165,DEM,13,29.535195198174513,5,0.40213634935595266 +5558,158690,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-28,2004-02-03,6,600,Wesley Clark,166,DEM,27,29.937331547530466,John Edwards,165,DEM,17,29.535195198174513,10,0.40213634935595266 +5542,7088,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-29,2004-02-03,5,600,Wesley Clark,166,DEM,25,29.937331547530466,John Edwards,165,DEM,16,29.535195198174513,9,0.40213634935595266 +5518,7061,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-30,2004-02-03,4,600,Wesley Clark,166,DEM,25,29.937331547530466,John Edwards,165,DEM,18,29.535195198174513,7,0.40213634935595266 +59694,103160,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-30,2004-02-03,4,606,Wesley Clark,166,DEM,31,29.937331547530466,John Edwards,165,DEM,23,29.535195198174513,8,0.40213634935595266 +59663,103129,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-01,2004-02-03,2,350,Wesley Clark,166,DEM,29,29.937331547530466,John Edwards,165,DEM,27,29.535195198174513,2,0.40213634935595266 +5514,7057,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-31,2004-02-03,3,600,Wesley Clark,166,DEM,28,29.937331547530466,John Edwards,165,DEM,21,29.535195198174513,7,0.40213634935595266 +64077,117905,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-01-31,2004-02-03,3,800,Wesley Clark,166,DEM,23,29.937331547530466,John Edwards,165,DEM,14,29.535195198174513,9,0.40213634935595266 +5509,7052,7241,2004,OK,Pres-P,2004_Pres-D-P_OK,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-01,2004-02-03,2,600,Wesley Clark,166,DEM,31,29.937331547530466,John Edwards,165,DEM,26,29.535195198174513,5,0.40213634935595266 +79483,158822,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-01-28,2004-02-03,6,500,John Edwards,165,DEM,25,45.146557855725675,John Kerry,157,DEM,18,29.81864465037452,7,15.327913205351155 +5552,97613,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-01-28,2004-02-03,6,365,John Edwards,165,DEM,30,45.146557855725675,John Kerry,157,DEM,18,29.81864465037452,12,15.327913205351155 +5536,7082,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-01-29,2004-02-03,5,600,John Edwards,165,DEM,26,45.146557855725675,John Kerry,157,DEM,22,29.81864465037452,4,15.327913205351155 +5538,7084,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-01-29,2004-02-03,5,448,John Edwards,165,DEM,32,45.146557855725675,John Kerry,157,DEM,20,29.81864465037452,12,15.327913205351155 +5550,7096,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-01-29,2004-02-03,5,545,John Edwards,165,DEM,28,45.146557855725675,John Kerry,157,DEM,21,29.81864465037452,7,15.327913205351155 +64078,117906,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-01-30,2004-02-03,4,500,John Edwards,165,DEM,29,45.146557855725675,John Kerry,157,DEM,20,29.81864465037452,9,15.327913205351155 +5531,7077,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-30,2004-02-03,4,600,John Edwards,165,DEM,30,45.146557855725675,John Kerry,157,DEM,23,29.81864465037452,7,15.327913205351155 +5512,7055,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-01-31,2004-02-03,3,433,John Edwards,165,DEM,28,45.146557855725675,John Kerry,157,DEM,24,29.81864465037452,4,15.327913205351155 +5513,7056,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-01-31,2004-02-03,3,600,John Edwards,165,DEM,31,45.146557855725675,John Kerry,157,DEM,24,29.81864465037452,7,15.327913205351155 +79486,158825,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-02-01,2004-02-03,2,500,John Edwards,165,DEM,30,45.146557855725675,John Kerry,157,DEM,22,29.81864465037452,8,15.327913205351155 +5511,158710,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-01,2004-02-03,2,600,John Edwards,165,DEM,36,45.146557855725675,John Kerry,157,DEM,32,29.81864465037452,4,15.327913205351155 +59662,103128,7243,2004,SC,Pres-P,2004_Pres-D-P_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-01,2004-02-03,2,629,John Edwards,165,DEM,34,45.146557855725675,John Kerry,157,DEM,17,29.81864465037452,17,15.327913205351155 +5508,7051,7246,2004,MI,Pres-P,2004_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2004-02-02,2004-02-07,5,450,John Kerry,157,DEM,56,51.79124254284999,Howard Dean,172,DEM,12,16.50190206937821,44,35.28934047347178 +5503,7046,7246,2004,MI,Pres-P,2004_Pres-D-P_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-03,2004-02-07,4,601,John Kerry,157,DEM,47,51.79124254284999,Howard Dean,172,DEM,10,16.50190206937821,37,35.28934047347178 +5507,7050,7246,2004,MI,Pres-P,2004_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2004-02-03,2004-02-07,4,450,John Kerry,157,DEM,56,51.79124254284999,Howard Dean,172,DEM,9,16.50190206937821,47,35.28934047347178 +5501,7044,7246,2004,MI,Pres-P,2004_Pres-D-P_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2004-02-04,2004-02-07,3,409,John Kerry,157,DEM,62,51.79124254284999,Howard Dean,172,DEM,13,16.50190206937821,49,35.28934047347178 +5504,7047,7246,2004,MI,Pres-P,2004_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2004-02-04,2004-02-07,3,450,John Kerry,157,DEM,52,51.79124254284999,Howard Dean,172,DEM,9,16.50190206937821,43,35.28934047347178 +5554,7104,7247,2004,WA,Pres-P,2004_Pres-D-P_WA,Elway Research,87,FALSE,FALSE,Live Phone,NA,2004-01-28,2004-02-07,10,205,John Kerry,157,DEM,40,48.413406397349306,Howard Dean,172,DEM,13,29.99022981181768,27,18.423176585531625 +5545,7091,7251,2004,TN,Pres-P,2004_Pres-D-P_TN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-01-28,2004-02-10,13,313,John Kerry,157,DEM,31,41.02142750788473,John Edwards,165,DEM,13,26.507302678776885,18,14.514124829107846 +59665,103131,7251,2004,TN,Pres-P,2004_Pres-D-P_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-01,2004-02-10,9,546,John Kerry,157,DEM,31,41.02142750788473,John Edwards,165,DEM,20,26.507302678776885,11,14.514124829107846 +5496,7038,7251,2004,TN,Pres-P,2004_Pres-D-P_TN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-05,2004-02-10,5,600,John Kerry,157,DEM,32,41.02142750788473,John Edwards,165,DEM,21,26.507302678776885,11,14.514124829107846 +5483,7022,7251,2004,TN,Pres-P,2004_Pres-D-P_TN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-07,2004-02-10,3,600,John Kerry,157,DEM,45,41.02142750788473,John Edwards,165,DEM,21,26.507302678776885,24,14.514124829107846 +59666,103132,7251,2004,TN,Pres-P,2004_Pres-D-P_TN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-07,2004-02-10,3,523,John Kerry,157,DEM,35,41.02142750788473,John Edwards,165,DEM,25,26.507302678776885,10,14.514124829107846 +64080,117908,7251,2004,TN,Pres-P,2004_Pres-D-P_TN,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-02-08,2004-02-10,2,449,John Kerry,157,DEM,53,41.02142750788473,John Edwards,165,DEM,21,26.507302678776885,32,14.514124829107846 +59667,103133,7253,2004,VA,Pres-P,2004_Pres-D-P_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-01-28,2004-02-10,13,896,John Kerry,157,DEM,32,51.52199645149322,John Edwards,165,DEM,17,26.627429503082865,15,24.894566948410358 +5498,7040,7253,2004,VA,Pres-P,2004_Pres-D-P_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-02-04,2004-02-10,6,625,John Kerry,157,DEM,34,51.52199645149322,John Edwards,165,DEM,25,26.627429503082865,9,24.894566948410358 +5497,7039,7253,2004,VA,Pres-P,2004_Pres-D-P_VA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-05,2004-02-10,5,600,John Kerry,157,DEM,35,51.52199645149322,John Edwards,165,DEM,22,26.627429503082865,13,24.894566948410358 +5485,7024,7253,2004,VA,Pres-P,2004_Pres-D-P_VA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-07,2004-02-10,3,625,John Kerry,157,DEM,47,51.52199645149322,John Edwards,165,DEM,24,26.627429503082865,23,24.894566948410358 +59668,103134,7253,2004,VA,Pres-P,2004_Pres-D-P_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-07,2004-02-10,3,716,John Kerry,157,DEM,43,51.52199645149322,John Edwards,165,DEM,22,26.627429503082865,21,24.894566948410358 +59670,103136,7255,2004,WI,Pres-P,2004_Pres-D-P_WI,University of Wisconsin Survey Center,365,TRUE,TRUE,Live Phone,NA,2004-02-04,2004-02-17,13,546,John Kerry,157,DEM,62,39.63933729616449,John Edwards,165,DEM,11,34.30412234235191,51,5.3352149538125815 +5475,7013,7255,2004,WI,Pres-P,2004_Pres-D-P_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-11,2004-02-17,6,600,John Kerry,157,DEM,53,39.63933729616449,John Edwards,165,DEM,16,34.30412234235191,37,5.3352149538125815 +5470,7008,7255,2004,WI,Pres-P,2004_Pres-D-P_WI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-14,2004-02-17,3,600,John Kerry,157,DEM,47,39.63933729616449,John Edwards,165,DEM,20,34.30412234235191,27,5.3352149538125815 +5449,6982,7260,2004,UT,Pres-P,2004_Pres-D-P_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2004-02-19,2004-02-24,5,145,John Kerry,157,DEM,49,55.1787456246055,John Edwards,165,DEM,23,29.79285017501578,26,25.385895449589718 +5457,6992,7264,2004,CA,Pres-P,2004_Pres-D-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2004-02-20,2004-03-02,11,497,John Kerry,157,DEM,60,64.43986357357055,John Edwards,165,DEM,19,19.77214636719098,41,44.667717206379564 +12733,15855,7264,2004,CA,Pres-P,2004_Pres-D-P_CA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2004-02-20,2004-03-02,11,560,John Kerry,157,DEM,56,64.43986357357055,John Edwards,165,DEM,24,19.77214636719098,32,44.667717206379564 +64086,117914,7264,2004,CA,Pres-P,2004_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-22,2004-03-02,9,573,John Kerry,157,DEM,60,64.43986357357055,John Edwards,165,DEM,25,19.77214636719098,35,44.667717206379564 +59645,103109,7264,2004,CA,Pres-P,2004_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-28,2004-03-02,3,573,John Kerry,157,DEM,61,64.43986357357055,John Edwards,165,DEM,24,19.77214636719098,37,44.667717206379564 +59672,103138,7266,2004,CT,Pres-P,2004_Pres-D-P_CT,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-27,2004-03-02,4,371,John Kerry,157,DEM,64,58.343523838090185,John Edwards,165,DEM,22,23.721956884551197,42,34.62156695353899 +5487,7026,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,Schapiro Group,300,FALSE,TRUE,NA,NA,2004-02-07,2004-03-02,24,288,John Kerry,157,DEM,39,46.786681195189,John Edwards,165,DEM,18,41.38171990689408,21,5.4049612882949205 +64082,117910,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-14,2004-03-02,17,302,John Kerry,157,DEM,50,46.786681195189,John Edwards,165,DEM,19,41.38171990689408,31,5.4049612882949205 +5439,6970,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-23,2004-03-02,8,395,John Kerry,157,DEM,39,46.786681195189,John Edwards,165,DEM,23,41.38171990689408,16,5.4049612882949205 +5443,6974,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-23,2004-03-02,8,600,John Kerry,157,DEM,45,46.786681195189,John Edwards,165,DEM,37,41.38171990689408,8,5.4049612882949205 +78883,155253,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2004-02-25,2004-03-02,6,300,John Kerry,157,DEM,50,46.786681195189,John Edwards,165,DEM,20,41.38171990689408,30,5.4049612882949205 +5435,6966,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-26,2004-03-02,5,600,John Kerry,157,DEM,41,46.786681195189,John Edwards,165,DEM,26,41.38171990689408,15,5.4049612882949205 +78886,155256,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2004-02-26,2004-03-02,5,300,John Kerry,157,DEM,48,46.786681195189,John Edwards,165,DEM,22,41.38171990689408,26,5.4049612882949205 +5431,6961,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-27,2004-03-02,4,600,John Kerry,157,DEM,48,46.786681195189,John Edwards,165,DEM,38,41.38171990689408,10,5.4049612882949205 +59644,117920,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-27,2004-03-02,4,302,John Kerry,157,DEM,46,46.786681195189,John Edwards,165,DEM,36,41.38171990689408,10,5.4049612882949205 +78882,155252,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-29,2004-03-02,2,302,John Kerry,157,DEM,46,46.786681195189,John Edwards,165,DEM,42,41.38171990689408,4,5.4049612882949205 +78885,155255,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2004-02-28,2004-03-02,3,500,John Kerry,157,DEM,46,46.786681195189,John Edwards,165,DEM,25,41.38171990689408,21,5.4049612882949205 +5426,6956,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2004-02-29,2004-03-02,2,602,John Kerry,157,DEM,51,46.786681195189,John Edwards,165,DEM,37,41.38171990689408,14,5.4049612882949205 +78884,155254,7267,2004,GA,Pres-P,2004_Pres-D-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2004-02-29,2004-03-02,2,500,John Kerry,157,DEM,45,46.786681195189,John Edwards,165,DEM,28,41.38171990689408,17,5.4049612882949205 +78953,155476,7269,2004,MD,Pres-P,2004_Pres-D-P_MD,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-02-04,2004-03-02,27,400,John Kerry,157,DEM,47,59.59902466581928,John Edwards,165,DEM,15,25.547690850634297,32,34.05133381518498 +5440,6971,7269,2004,MD,Pres-P,2004_Pres-D-P_MD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-24,2004-03-02,7,600,John Kerry,157,DEM,42,59.59902466581928,John Edwards,165,DEM,35,25.547690850634297,7,34.05133381518498 +5442,6973,7269,2004,MD,Pres-P,2004_Pres-D-P_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2004-02-24,2004-03-02,7,546,John Kerry,157,DEM,62,59.59902466581928,John Edwards,165,DEM,20,25.547690850634297,42,34.05133381518498 +59648,103112,7269,2004,MD,Pres-P,2004_Pres-D-P_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-25,2004-03-02,6,430,John Kerry,157,DEM,54,59.59902466581928,John Edwards,165,DEM,29,25.547690850634297,25,34.05133381518498 +5428,6958,7269,2004,MD,Pres-P,2004_Pres-D-P_MD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-27,2004-03-02,4,600,John Kerry,157,DEM,46,59.59902466581928,John Edwards,165,DEM,34,25.547690850634297,12,34.05133381518498 +79388,158040,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-02-18,2004-03-02,13,404,John Kerry,157,DEM,66,61.17018080496568,John Edwards,165,DEM,14,20.116456340051396,52,41.05372446491428 +5463,7000,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,Canisius College,43,FALSE,TRUE,Live Phone,NA,2004-02-19,2004-03-02,12,401,John Kerry,157,DEM,57,61.17018080496568,John Edwards,165,DEM,16,20.116456340051396,41,41.05372446491428 +64085,117913,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-21,2004-03-02,10,451,John Kerry,157,DEM,58,61.17018080496568,John Edwards,165,DEM,22,20.116456340051396,36,41.05372446491428 +5460,6995,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-02-20,2004-03-02,11,500,John Kerry,157,DEM,60,61.17018080496568,John Edwards,165,DEM,21,20.116456340051396,39,41.05372446491428 +5446,6978,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-23,2004-03-02,8,600,John Kerry,157,DEM,54,61.17018080496568,John Edwards,165,DEM,21,20.116456340051396,33,41.05372446491428 +5436,6967,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-02-25,2004-03-02,6,417,John Kerry,157,DEM,64,61.17018080496568,John Edwards,165,DEM,22,20.116456340051396,42,41.05372446491428 +5424,6954,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2004-02-28,2004-03-02,3,397,John Kerry,157,DEM,69,61.17018080496568,John Edwards,165,DEM,15,20.116456340051396,54,41.05372446491428 +59647,103111,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-28,2004-03-02,3,451,John Kerry,157,DEM,61,61.17018080496568,John Edwards,165,DEM,20,20.116456340051396,41,41.05372446491428 +5438,158033,7275,2004,NY,Pres-P,2004_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2004-02-26,2004-03-02,5,504,John Kerry,157,DEM,57,61.17018080496568,John Edwards,165,DEM,17,20.116456340051396,40,41.05372446491428 +5523,7066,7276,2004,OH,Pres-P,2004_Pres-D-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,NA,NA,2004-02-05,2004-03-02,26,268,John Kerry,157,DEM,45,51.80880669207699,John Edwards,165,DEM,13,34.07838981315713,32,17.73041687891986 +64088,158683,7276,2004,OH,Pres-P,2004_Pres-D-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-22,2004-03-02,9,508,John Kerry,157,DEM,53,51.80880669207699,John Edwards,165,DEM,30,34.07838981315713,23,17.73041687891986 +5447,6979,7276,2004,OH,Pres-P,2004_Pres-D-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2004-02-23,2004-03-02,8,600,John Kerry,157,DEM,47,51.80880669207699,John Edwards,165,DEM,26,34.07838981315713,21,17.73041687891986 +64089,117917,7276,2004,OH,Pres-P,2004_Pres-D-P_OH,Marshall Marketing,196,FALSE,FALSE,IVR,NA,2004-02-24,2004-03-02,7,412,John Kerry,157,DEM,48,51.80880669207699,John Edwards,165,DEM,29,34.07838981315713,19,17.73041687891986 +5454,6989,7276,2004,OH,Pres-P,2004_Pres-D-P_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2004-02-23,2004-03-02,8,3793,John Kerry,157,DEM,59,51.80880669207699,John Edwards,165,DEM,28,34.07838981315713,31,17.73041687891986 +64090,117918,7276,2004,OH,Pres-P,2004_Pres-D-P_OH,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2004-02-27,2004-03-02,4,300,John Kerry,157,DEM,53,51.80880669207699,John Edwards,165,DEM,20,34.07838981315713,33,17.73041687891986 +59646,103110,7276,2004,OH,Pres-P,2004_Pres-D-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-28,2004-03-02,3,508,John Kerry,157,DEM,53,51.80880669207699,John Edwards,165,DEM,32,34.07838981315713,21,17.73041687891986 +59673,103139,7278,2004,RI,Pres-P,2004_Pres-D-P_RI,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-02-24,2004-03-02,7,354,John Kerry,157,DEM,66,71.21563802119746,John Edwards,165,DEM,23,18.5547694286753,43,52.660868592522164 +3287,4015,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2007-11-06,2008-01-03,58,502,Barack Obama,41,DEM,25,34.90545050055617,John Edwards,46,DEM,21,31.197626992955136,4,3.7078235076010344 +3259,3981,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-11-12,2008-01-03,52,1239,Barack Obama,41,DEM,24,34.90545050055617,John Edwards,46,DEM,25,31.197626992955136,-1,3.7078235076010344 +3299,4032,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2007-11-07,2008-01-03,57,793,Barack Obama,41,DEM,24,34.90545050055617,John Edwards,46,DEM,23,31.197626992955136,1,3.7078235076010344 +3263,3986,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,NA,NA,2007-11-12,2008-01-03,52,600,Barack Obama,41,DEM,21,34.90545050055617,John Edwards,46,DEM,20,31.197626992955136,1,3.7078235076010344 +3249,3968,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2007-11-16,2008-01-03,48,500,Barack Obama,41,DEM,30,34.90545050055617,John Edwards,46,DEM,22,31.197626992955136,8,3.7078235076010344 +3289,4017,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Iowa State University Center for Survey Statistics and Methodology,153,FALSE,TRUE,NA,NA,2007-11-12,2008-01-03,52,287,Barack Obama,41,DEM,20,34.90545050055617,John Edwards,46,DEM,24,31.197626992955136,-4,3.7078235076010344 +3280,4007,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Pew Research Center,253,TRUE,FALSE,NA,NA,2007-11-16,2008-01-03,48,460,Barack Obama,41,DEM,26,34.90545050055617,John Edwards,46,DEM,19,31.197626992955136,7,3.7078235076010344 +3222,3935,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-11-26,2008-01-03,38,1156,Barack Obama,41,DEM,25,34.90545050055617,John Edwards,46,DEM,24,31.197626992955136,1,3.7078235076010344 +3229,3942,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2007-11-27,2008-01-03,37,500,Barack Obama,41,DEM,28,34.90545050055617,John Edwards,46,DEM,23,31.197626992955136,5,3.7078235076010344 +3223,3934,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,NA,NA,2007-11-28,2008-01-03,36,600,Barack Obama,41,DEM,27,34.90545050055617,John Edwards,46,DEM,23,31.197626992955136,4,3.7078235076010344 +3203,3910,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2007-11-30,2008-01-03,34,514,Barack Obama,41,DEM,24,34.90545050055617,John Edwards,46,DEM,21,31.197626992955136,3,3.7078235076010344 +3171,3870,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Global Strategy Group,118,FALSE,FALSE,NA,DEM,2007-12-04,2008-01-03,30,503,Barack Obama,41,DEM,27,34.90545050055617,John Edwards,46,DEM,6,31.197626992955136,21,3.7078235076010344 +3166,3865,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2007-12-05,2008-01-03,29,395,Barack Obama,41,DEM,35,34.90545050055617,John Edwards,46,DEM,18,31.197626992955136,17,3.7078235076010344 +3177,3885,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2007-12-05,2008-01-03,29,400,Barack Obama,41,DEM,25,34.90545050055617,John Edwards,46,DEM,21,31.197626992955136,4,3.7078235076010344 +3134,3826,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-12-10,2008-01-03,24,1106,Barack Obama,41,DEM,26,34.90545050055617,John Edwards,46,DEM,22,31.197626992955136,4,3.7078235076010344 +3150,3851,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Financial Dynamics,95,FALSE,TRUE,NA,NA,2007-12-09,2008-01-03,25,569,Barack Obama,41,DEM,27,34.90545050055617,John Edwards,46,DEM,22,31.197626992955136,5,3.7078235076010344 +3078,3761,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-12-17,2008-01-03,17,775,Barack Obama,41,DEM,27,34.90545050055617,John Edwards,46,DEM,22,31.197626992955136,5,3.7078235076010344 +3086,3770,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2007-12-16,2008-01-03,18,977,Barack Obama,41,DEM,24,34.90545050055617,John Edwards,46,DEM,30,31.197626992955136,-6,3.7078235076010344 +3116,3805,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2007-12-15,2008-01-03,19,652,Barack Obama,41,DEM,33,34.90545050055617,John Edwards,46,DEM,20,31.197626992955136,13,3.7078235076010344 +3108,3797,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2007-12-16,2008-01-03,18,543,Barack Obama,41,DEM,28,34.90545050055617,John Edwards,46,DEM,26,31.197626992955136,2,3.7078235076010344 +3092,3780,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2007-12-18,2008-01-03,16,600,Barack Obama,41,DEM,25,34.90545050055617,John Edwards,46,DEM,18,31.197626992955136,7,3.7078235076010344 +3063,3745,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2007-12-22,2008-01-03,12,600,Barack Obama,41,DEM,19,34.90545050055617,John Edwards,46,DEM,20,31.197626992955136,-1,3.7078235076010344 +12463,15559,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2007-12-23,2008-01-03,11,389,Barack Obama,41,DEM,22,34.90545050055617,John Edwards,46,DEM,25,31.197626992955136,-3,3.7078235076010344 +3051,3732,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2007-12-27,2008-01-03,7,400,Barack Obama,41,DEM,22,34.90545050055617,John Edwards,46,DEM,24,31.197626992955136,-2,3.7078235076010344 +3052,3735,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2007-12-27,2008-01-03,7,600,Barack Obama,41,DEM,24,34.90545050055617,John Edwards,46,DEM,24,31.197626992955136,0,3.7078235076010344 +3054,3733,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2007-12-28,2008-01-03,6,934,Barack Obama,41,DEM,27,34.90545050055617,John Edwards,46,DEM,24,31.197626992955136,3,3.7078235076010344 +58986,100990,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2007-12-28,2008-01-03,6,788,Barack Obama,41,DEM,22,34.90545050055617,John Edwards,46,DEM,29,31.197626992955136,-7,3.7078235076010344 +3050,3727,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2007-12-29,2008-01-03,5,800,Barack Obama,41,DEM,32,34.90545050055617,John Edwards,46,DEM,24,31.197626992955136,8,3.7078235076010344 +3058,3741,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2007-12-28,2008-01-03,6,482,Barack Obama,41,DEM,31,34.90545050055617,John Edwards,46,DEM,22,31.197626992955136,9,3.7078235076010344 +3037,3711,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-01,2008-01-03,2,905,Barack Obama,41,DEM,31,34.90545050055617,John Edwards,46,DEM,27,31.197626992955136,4,3.7078235076010344 +3036,3709,7329,2008,IA,Pres-P,2008_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-01,2008-01-03,2,600,Barack Obama,41,DEM,25,34.90545050055617,John Edwards,46,DEM,21,31.197626992955136,4,3.7078235076010344 +3287,4014,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2007-11-06,2008-01-03,58,410,Mike Huckabee,47,REP,15,34.40806766866617,Mitt Romney,48,REP,31,25.231684302756623,-16,9.176383365909548 +3259,3980,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-11-12,2008-01-03,52,825,Mike Huckabee,47,REP,16,34.40806766866617,Mitt Romney,48,REP,29,25.231684302756623,-13,9.176383365909548 +3299,4026,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2007-11-07,2008-01-03,57,480,Mike Huckabee,47,REP,21,34.40806766866617,Mitt Romney,48,REP,27,25.231684302756623,-6,9.176383365909548 +3263,3985,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,NA,NA,2007-11-12,2008-01-03,52,600,Mike Huckabee,47,REP,24,34.40806766866617,Mitt Romney,48,REP,26,25.231684302756623,-2,9.176383365909548 +3249,3967,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2007-11-16,2008-01-03,48,400,Mike Huckabee,47,REP,24,34.40806766866617,Mitt Romney,48,REP,28,25.231684302756623,-4,9.176383365909548 +3289,4016,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Iowa State University Center for Survey Statistics and Methodology,153,FALSE,TRUE,NA,NA,2007-11-12,2008-01-03,52,241,Mike Huckabee,47,REP,22,34.40806766866617,Mitt Romney,48,REP,25,25.231684302756623,-3,9.176383365909548 +3280,4006,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Pew Research Center,253,TRUE,FALSE,NA,NA,2007-11-16,2008-01-03,48,264,Mike Huckabee,47,REP,24,34.40806766866617,Mitt Romney,48,REP,25,25.231684302756623,-1,9.176383365909548 +3222,3932,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-11-26,2008-01-03,38,839,Mike Huckabee,47,REP,28,34.40806766866617,Mitt Romney,48,REP,25,25.231684302756623,3,9.176383365909548 +3229,3943,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2007-11-27,2008-01-03,37,500,Mike Huckabee,47,REP,29,34.40806766866617,Mitt Romney,48,REP,24,25.231684302756623,5,9.176383365909548 +3223,3933,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,NA,NA,2007-11-28,2008-01-03,36,600,Mike Huckabee,47,REP,27,34.40806766866617,Mitt Romney,48,REP,28,25.231684302756623,-1,9.176383365909548 +3203,3909,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2007-11-30,2008-01-03,34,508,Mike Huckabee,47,REP,25,34.40806766866617,Mitt Romney,48,REP,26,25.231684302756623,-1,9.176383365909548 +3166,3864,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2007-12-05,2008-01-03,29,275,Mike Huckabee,47,REP,39,34.40806766866617,Mitt Romney,48,REP,17,25.231684302756623,22,9.176383365909548 +3177,3876,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2007-12-05,2008-01-03,29,400,Mike Huckabee,47,REP,32,34.40806766866617,Mitt Romney,48,REP,20,25.231684302756623,12,9.176383365909548 +3134,3827,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-12-10,2008-01-03,24,789,Mike Huckabee,47,REP,39,34.40806766866617,Mitt Romney,48,REP,23,25.231684302756623,16,9.176383365909548 +3150,3849,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Financial Dynamics,95,FALSE,TRUE,NA,NA,2007-12-09,2008-01-03,25,446,Mike Huckabee,47,REP,36,34.40806766866617,Mitt Romney,48,REP,23,25.231684302756623,13,9.176383365909548 +3078,3762,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2007-12-17,2008-01-03,17,496,Mike Huckabee,47,REP,28,34.40806766866617,Mitt Romney,48,REP,27,25.231684302756623,1,9.176383365909548 +3086,150997,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2007-12-16,2008-01-03,18,835,Mike Huckabee,47,REP,28,34.40806766866617,Mitt Romney,48,REP,25,25.231684302756623,3,9.176383365909548 +3116,3806,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2007-12-15,2008-01-03,19,501,Mike Huckabee,47,REP,35,34.40806766866617,Mitt Romney,48,REP,27,25.231684302756623,8,9.176383365909548 +3108,3798,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2007-12-16,2008-01-03,18,359,Mike Huckabee,47,REP,33,34.40806766866617,Mitt Romney,48,REP,25,25.231684302756623,8,9.176383365909548 +3092,3776,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2007-12-18,2008-01-03,16,600,Mike Huckabee,47,REP,28,34.40806766866617,Mitt Romney,48,REP,17,25.231684302756623,11,9.176383365909548 +3063,3747,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2007-12-22,2008-01-03,12,600,Mike Huckabee,47,REP,23,34.40806766866617,Mitt Romney,48,REP,21,25.231684302756623,2,9.176383365909548 +12463,15558,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2007-12-23,2008-01-03,11,174,Mike Huckabee,47,REP,36,34.40806766866617,Mitt Romney,48,REP,28,25.231684302756623,8,9.176383365909548 +3051,3729,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2007-12-27,2008-01-03,7,400,Mike Huckabee,47,REP,23,34.40806766866617,Mitt Romney,48,REP,27,25.231684302756623,-4,9.176383365909548 +3052,3730,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2007-12-27,2008-01-03,7,600,Mike Huckabee,47,REP,23,34.40806766866617,Mitt Romney,48,REP,32,25.231684302756623,-9,9.176383365909548 +3054,3734,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2007-12-28,2008-01-03,6,867,Mike Huckabee,47,REP,29,34.40806766866617,Mitt Romney,48,REP,28,25.231684302756623,1,9.176383365909548 +3050,3728,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2007-12-29,2008-01-03,5,800,Mike Huckabee,47,REP,32,34.40806766866617,Mitt Romney,48,REP,26,25.231684302756623,6,9.176383365909548 +3058,3740,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2007-12-28,2008-01-03,6,373,Mike Huckabee,47,REP,28,34.40806766866617,Mitt Romney,48,REP,31,25.231684302756623,-3,9.176383365909548 +3037,3710,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-01,2008-01-03,2,914,Mike Huckabee,47,REP,31,34.40806766866617,Mitt Romney,48,REP,25,25.231684302756623,6,9.176383365909548 +3028,3694,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-02,2008-01-03,1,430,Mike Huckabee,47,REP,30,34.40806766866617,Mitt Romney,48,REP,24,25.231684302756623,6,9.176383365909548 +3036,3708,7330,2008,IA,Pres-P,2008_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-01,2008-01-03,2,600,Mike Huckabee,47,REP,29,34.40806766866617,Mitt Romney,48,REP,24,25.231684302756623,5,9.176383365909548 +3018,3679,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-04,2008-01-08,4,510,Hillary Rodham Clinton,45,DEM,27,39.08929360092086,Barack Obama,41,DEM,37,36.45016466300594,-10,2.6391289379149185 +3011,3670,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-04,2008-01-08,4,600,Hillary Rodham Clinton,45,DEM,26,39.08929360092086,Barack Obama,41,DEM,38,36.45016466300594,-12,2.6391289379149185 +3005,3666,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-01-04,2008-01-08,4,500,Hillary Rodham Clinton,45,DEM,35,39.08929360092086,Barack Obama,41,DEM,33,36.45016466300594,2,2.6391289379149185 +2996,3654,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-01-05,2008-01-08,3,599,Hillary Rodham Clinton,45,DEM,30,39.08929360092086,Barack Obama,41,DEM,39,36.45016466300594,-9,2.6391289379149185 +2994,3650,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-01-05,2008-01-08,3,323,Hillary Rodham Clinton,45,DEM,28,39.08929360092086,Barack Obama,41,DEM,35,36.45016466300594,-7,2.6391289379149185 +3004,3657,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-01-05,2008-01-08,3,636,Hillary Rodham Clinton,45,DEM,28,39.08929360092086,Barack Obama,41,DEM,36,36.45016466300594,-8,2.6391289379149185 +59002,159556,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-05,2008-01-08,3,1203,Hillary Rodham Clinton,45,DEM,28,39.08929360092086,Barack Obama,41,DEM,38,36.45016466300594,-10,2.6391289379149185 +3007,3664,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-01-05,2008-01-08,3,500,Hillary Rodham Clinton,45,DEM,28,39.08929360092086,Barack Obama,41,DEM,32,36.45016466300594,-4,2.6391289379149185 +3015,3674,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2008-01-05,2008-01-08,3,403,Hillary Rodham Clinton,45,DEM,31,39.08929360092086,Barack Obama,41,DEM,34,36.45016466300594,-3,2.6391289379149185 +3022,3685,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-01-05,2008-01-08,3,778,Hillary Rodham Clinton,45,DEM,28,39.08929360092086,Barack Obama,41,DEM,41,36.45016466300594,-13,2.6391289379149185 +2992,3647,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-06,2008-01-08,2,600,Hillary Rodham Clinton,45,DEM,31,39.08929360092086,Barack Obama,41,DEM,40,36.45016466300594,-9,2.6391289379149185 +2989,3644,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-01-06,2008-01-08,2,500,Hillary Rodham Clinton,45,DEM,34,39.08929360092086,Barack Obama,41,DEM,39,36.45016466300594,-5,2.6391289379149185 +2999,3656,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-06,2008-01-08,2,862,Hillary Rodham Clinton,45,DEM,29,39.08929360092086,Barack Obama,41,DEM,42,36.45016466300594,-13,2.6391289379149185 +2997,3660,7332,2008,NH,Pres-P,2008_Pres-D-P_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-06,2008-01-08,2,1774,Hillary Rodham Clinton,45,DEM,30,39.08929360092086,Barack Obama,41,DEM,37,36.45016466300594,-7,2.6391289379149185 +3018,3680,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-04,2008-01-08,4,441,John McCain,44,REP,31,36.99565875567677,Mitt Romney,48,REP,26,31.558469179667465,5,5.437189576009306 +3011,3677,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-04,2008-01-08,4,600,John McCain,44,REP,39,36.99565875567677,Mitt Romney,48,REP,25,31.558469179667465,14,5.437189576009306 +3005,3662,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-01-04,2008-01-08,4,500,John McCain,44,REP,27,36.99565875567677,Mitt Romney,48,REP,30,31.558469179667465,-3,5.437189576009306 +2996,3652,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2008-01-05,2008-01-08,3,492,John McCain,44,REP,31,36.99565875567677,Mitt Romney,48,REP,26,31.558469179667465,5,5.437189576009306 +3004,3661,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-01-05,2008-01-08,3,477,John McCain,44,REP,35,36.99565875567677,Mitt Romney,48,REP,31,31.558469179667465,4,5.437189576009306 +3007,3667,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-01-05,2008-01-08,3,500,John McCain,44,REP,34,36.99565875567677,Mitt Romney,48,REP,27,31.558469179667465,7,5.437189576009306 +3015,3675,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2008-01-05,2008-01-08,3,409,John McCain,44,REP,38,36.99565875567677,Mitt Romney,48,REP,29,31.558469179667465,9,5.437189576009306 +3022,3687,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-01-05,2008-01-08,3,776,John McCain,44,REP,34,36.99565875567677,Mitt Romney,48,REP,30,31.558469179667465,4,5.437189576009306 +2992,3646,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-06,2008-01-08,2,600,John McCain,44,REP,31,36.99565875567677,Mitt Romney,48,REP,24,31.558469179667465,7,5.437189576009306 +2989,3642,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-01-06,2008-01-08,2,500,John McCain,44,REP,26,36.99565875567677,Mitt Romney,48,REP,30,31.558469179667465,-4,5.437189576009306 +2999,3655,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-06,2008-01-08,2,859,John McCain,44,REP,36,36.99565875567677,Mitt Romney,48,REP,27,31.558469179667465,9,5.437189576009306 +2997,3653,7333,2008,NH,Pres-P,2008_Pres-R-P_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-06,2008-01-08,2,1549,John McCain,44,REP,32,36.99565875567677,Mitt Romney,48,REP,31,31.558469179667465,1,5.437189576009306 +2939,3583,7334,2008,MI,Pres-P,2008_Pres-D-P_MI,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-01-10,2008-01-15,5,600,Hillary Rodham Clinton,45,DEM,56,55.23386687034613,Dennis J. Kucinich,42,DEM,2,3.653276087739191,54,51.58059078260693 +2941,3585,7334,2008,MI,Pres-P,2008_Pres-D-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-10,2008-01-15,5,600,Hillary Rodham Clinton,45,DEM,57,55.23386687034613,Dennis J. Kucinich,42,DEM,3,3.653276087739191,54,51.58059078260693 +2940,3584,7334,2008,MI,Pres-P,2008_Pres-D-P_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2008-01-11,2008-01-15,4,600,Hillary Rodham Clinton,45,DEM,56,55.23386687034613,Dennis J. Kucinich,42,DEM,3,3.653276087739191,53,51.58059078260693 +2914,3555,7334,2008,MI,Pres-P,2008_Pres-D-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-13,2008-01-15,2,600,Hillary Rodham Clinton,45,DEM,56,55.23386687034613,Dennis J. Kucinich,42,DEM,3,3.653276087739191,53,51.58059078260693 +2961,3608,7335,2008,MI,Pres-P,2008_Pres-R-P_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-09,2008-01-15,6,371,Mitt Romney,48,REP,26,38.92407575511782,John McCain,44,REP,25,29.68179951194762,1,9.242276243170199 +2939,3589,7335,2008,MI,Pres-P,2008_Pres-R-P_MI,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-01-10,2008-01-15,5,600,Mitt Romney,48,REP,27,38.92407575511782,John McCain,44,REP,22,29.68179951194762,5,9.242276243170199 +2941,3619,7335,2008,MI,Pres-P,2008_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-10,2008-01-15,5,600,Mitt Romney,48,REP,27,38.92407575511782,John McCain,44,REP,34,29.68179951194762,-7,9.242276243170199 +2957,3604,7335,2008,MI,Pres-P,2008_Pres-R-P_MI,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-10,2008-01-15,5,400,Mitt Romney,48,REP,30,38.92407575511782,John McCain,44,REP,22,29.68179951194762,8,9.242276243170199 +2940,3600,7335,2008,MI,Pres-P,2008_Pres-R-P_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2008-01-11,2008-01-15,4,604,Mitt Romney,48,REP,26,38.92407575511782,John McCain,44,REP,27,29.68179951194762,-1,9.242276243170199 +2915,3556,7335,2008,MI,Pres-P,2008_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2008-01-13,2008-01-15,2,589,Mitt Romney,48,REP,35,38.92407575511782,John McCain,44,REP,29,29.68179951194762,6,9.242276243170199 +2909,3550,7335,2008,MI,Pres-P,2008_Pres-R-P_MI,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-13,2008-01-15,2,824,Mitt Romney,48,REP,26,38.92407575511782,John McCain,44,REP,27,29.68179951194762,-1,9.242276243170199 +2914,3557,7335,2008,MI,Pres-P,2008_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-13,2008-01-15,2,600,Mitt Romney,48,REP,30,38.92407575511782,John McCain,44,REP,31,29.68179951194762,-1,9.242276243170199 +2959,3610,7336,2008,NV,Pres-P,2008_Pres-D-P_NV,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-11,2008-01-19,8,600,Hillary Rodham Clinton,45,DEM,35,50.81921429901322,Barack Obama,41,DEM,32,45.09402345931856,3,5.725190839694662 +2903,3543,7336,2008,NV,Pres-P,2008_Pres-D-P_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-15,2008-01-19,4,500,Hillary Rodham Clinton,45,DEM,41,50.81921429901322,Barack Obama,41,DEM,32,45.09402345931856,9,5.725190839694662 +2867,3501,7336,2008,NV,Pres-P,2008_Pres-D-P_NV,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-17,2008-01-19,2,757,Hillary Rodham Clinton,45,DEM,45,50.81921429901322,Barack Obama,41,DEM,39,45.09402345931856,6,5.725190839694662 +2959,3606,7337,2008,NV,Pres-P,2008_Pres-R-P_NV,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-11,2008-01-19,8,600,Mitt Romney,48,REP,28,51.10233555229606,Ron Paul,49,REP,9,13.728985670766106,19,37.373349881529954 +2903,3541,7337,2008,NV,Pres-P,2008_Pres-R-P_NV,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-15,2008-01-19,4,500,Mitt Romney,48,REP,34,51.10233555229606,Ron Paul,49,REP,7,13.728985670766106,27,37.373349881529954 +2945,3590,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-01-09,2008-01-19,10,500,John McCain,44,REP,25,33.150691696277654,Mike Huckabee,47,REP,18,29.8413688919616,7,3.3093228043160536 +2953,3607,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-09,2008-01-19,10,785,John McCain,44,REP,27,33.150691696277654,Mike Huckabee,47,REP,24,29.8413688919616,3,3.3093228043160536 +2922,3564,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-11,2008-01-19,8,1272,John McCain,44,REP,28,33.150691696277654,Mike Huckabee,47,REP,21,29.8413688919616,7,3.3093228043160536 +2912,3553,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-13,2008-01-19,6,911,John McCain,44,REP,28,33.150691696277654,Mike Huckabee,47,REP,19,29.8413688919616,9,3.3093228043160536 +2911,3552,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-14,2008-01-19,5,813,John McCain,44,REP,29,33.150691696277654,Mike Huckabee,47,REP,23,29.8413688919616,6,3.3093228043160536 +2949,3594,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Clemson University,54,FALSE,FALSE,Live Phone,NA,2008-01-12,2008-01-19,7,450,John McCain,44,REP,29,33.150691696277654,Mike Huckabee,47,REP,22,29.8413688919616,7,3.3093228043160536 +2901,3539,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-15,2008-01-19,4,800,John McCain,44,REP,29,33.150691696277654,Mike Huckabee,47,REP,22,29.8413688919616,7,3.3093228043160536 +2871,3507,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-16,2008-01-19,3,895,John McCain,44,REP,24,33.150691696277654,Mike Huckabee,47,REP,24,29.8413688919616,0,3.3093228043160536 +2874,3509,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-16,2008-01-19,3,772,John McCain,44,REP,28,33.150691696277654,Mike Huckabee,47,REP,20,29.8413688919616,8,3.3093228043160536 +2876,3514,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-16,2008-01-19,3,699,John McCain,44,REP,31,33.150691696277654,Mike Huckabee,47,REP,27,29.8413688919616,4,3.3093228043160536 +2878,3513,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-16,2008-01-19,3,470,John McCain,44,REP,29,33.150691696277654,Mike Huckabee,47,REP,26,29.8413688919616,3,3.3093228043160536 +2890,3529,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-15,2008-01-19,4,600,John McCain,44,REP,33,33.150691696277654,Mike Huckabee,47,REP,23,29.8413688919616,10,3.3093228043160536 +2900,3545,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-15,2008-01-19,4,400,John McCain,44,REP,27,33.150691696277654,Mike Huckabee,47,REP,25,29.8413688919616,2,3.3093228043160536 +2870,3505,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-01-16,2008-01-19,3,500,John McCain,44,REP,27,33.150691696277654,Mike Huckabee,47,REP,20,29.8413688919616,7,3.3093228043160536 +2866,3500,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-17,2008-01-19,2,817,John McCain,44,REP,27,33.150691696277654,Mike Huckabee,47,REP,26,29.8413688919616,1,3.3093228043160536 +2862,3496,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-18,2008-01-19,1,635,John McCain,44,REP,25.7,33.150691696277654,Mike Huckabee,47,REP,26,29.8413688919616,-0.3000000000000007,3.3093228043160536 +2868,3503,7338,2008,SC,Pres-P,2008_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-17,2008-01-19,2,600,John McCain,44,REP,26,33.150691696277654,Mike Huckabee,47,REP,33,29.8413688919616,-7,3.3093228043160536 +2953,3598,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-09,2008-01-26,17,494,Barack Obama,41,DEM,42,55.41622584567162,Hillary Rodham Clinton,45,DEM,30,26.49435968362363,12,28.921866162047987 +2922,3567,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-11,2008-01-26,15,510,Barack Obama,41,DEM,44,55.41622584567162,Hillary Rodham Clinton,45,DEM,31,26.49435968362363,13,28.921866162047987 +2912,3554,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-13,2008-01-26,13,516,Barack Obama,41,DEM,38,55.41622584567162,Hillary Rodham Clinton,45,DEM,33,26.49435968362363,5,28.921866162047987 +2898,3536,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-14,2008-01-26,12,400,Barack Obama,41,DEM,40.6,55.41622584567162,Hillary Rodham Clinton,45,DEM,30.7,26.49435968362363,9.900000000000002,28.921866162047987 +2871,3506,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-16,2008-01-26,10,571,Barack Obama,41,DEM,44,55.41622584567162,Hillary Rodham Clinton,45,DEM,31,26.49435968362363,13,28.921866162047987 +2876,3511,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-16,2008-01-26,10,577,Barack Obama,41,DEM,46,55.41622584567162,Hillary Rodham Clinton,45,DEM,36,26.49435968362363,10,28.921866162047987 +2890,3525,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-15,2008-01-26,11,600,Barack Obama,41,DEM,44,55.41622584567162,Hillary Rodham Clinton,45,DEM,38,26.49435968362363,6,28.921866162047987 +2900,3538,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-15,2008-01-26,11,400,Barack Obama,41,DEM,40,55.41622584567162,Hillary Rodham Clinton,45,DEM,31,26.49435968362363,9,28.921866162047987 +2868,3502,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-17,2008-01-26,9,600,Barack Obama,41,DEM,45,55.41622584567162,Hillary Rodham Clinton,45,DEM,39,26.49435968362363,6,28.921866162047987 +2834,3460,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-21,2008-01-26,5,580,Barack Obama,41,DEM,44,55.41622584567162,Hillary Rodham Clinton,45,DEM,28,26.49435968362363,16,28.921866162047987 +2835,3461,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-21,2008-01-26,5,624,Barack Obama,41,DEM,43,55.41622584567162,Hillary Rodham Clinton,45,DEM,28,26.49435968362363,15,28.921866162047987 +2844,3475,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-21,2008-01-26,5,800,Barack Obama,41,DEM,43,55.41622584567162,Hillary Rodham Clinton,45,DEM,25,26.49435968362363,18,28.921866162047987 +2857,3491,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Lester & Associates,293,FALSE,FALSE,Live Phone,NA,2008-01-21,2008-01-26,5,600,Barack Obama,41,DEM,37,55.41622584567162,Hillary Rodham Clinton,45,DEM,27,26.49435968362363,10,28.921866162047987 +2818,3444,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-22,2008-01-26,4,400,Barack Obama,41,DEM,38,55.41622584567162,Hillary Rodham Clinton,45,DEM,30,26.49435968362363,8,28.921866162047987 +2826,3452,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-22,2008-01-26,4,600,Barack Obama,41,DEM,45,55.41622584567162,Hillary Rodham Clinton,45,DEM,36,26.49435968362363,9,28.921866162047987 +2828,3454,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-22,2008-01-26,4,685,Barack Obama,41,DEM,45,55.41622584567162,Hillary Rodham Clinton,45,DEM,29,26.49435968362363,16,28.921866162047987 +2880,3515,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Clemson University,54,FALSE,FALSE,Live Phone,NA,2008-01-19,2008-01-26,7,450,Barack Obama,41,DEM,27,55.41622584567162,Hillary Rodham Clinton,45,DEM,20,26.49435968362363,7,28.921866162047987 +2789,3413,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-24,2008-01-26,2,595,Barack Obama,41,DEM,44,55.41622584567162,Hillary Rodham Clinton,45,DEM,24,26.49435968362363,20,28.921866162047987 +58993,100999,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-23,2008-01-26,3,606,Barack Obama,41,DEM,43,55.41622584567162,Hillary Rodham Clinton,45,DEM,30,26.49435968362363,13,28.921866162047987 +2787,3411,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-24,2008-01-26,2,816,Barack Obama,41,DEM,41,55.41622584567162,Hillary Rodham Clinton,45,DEM,26,26.49435968362363,15,28.921866162047987 +2793,3417,7339,2008,SC,Pres-P,2008_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-24,2008-01-26,2,600,Barack Obama,41,DEM,39,55.41622584567162,Hillary Rodham Clinton,45,DEM,36,26.49435968362363,3,28.921866162047987 +2966,3618,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-09,2008-01-29,20,577,Hillary Rodham Clinton,45,DEM,51,49.77290390417848,Barack Obama,41,DEM,32,32.928019566608754,19,16.844884337569724 +2952,3597,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-11,2008-01-29,18,682,Hillary Rodham Clinton,45,DEM,48,49.77290390417848,Barack Obama,41,DEM,24,32.928019566608754,24,16.844884337569724 +2926,3569,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-12,2008-01-29,17,601,Hillary Rodham Clinton,45,DEM,56,49.77290390417848,Barack Obama,41,DEM,23,32.928019566608754,33,16.844884337569724 +2965,3617,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-01-11,2008-01-29,18,419,Hillary Rodham Clinton,45,DEM,52,49.77290390417848,Barack Obama,41,DEM,31,32.928019566608754,21,16.844884337569724 +2884,3519,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-15,2008-01-29,14,360,Hillary Rodham Clinton,45,DEM,42,49.77290390417848,Barack Obama,41,DEM,34,32.928019566608754,8,16.844884337569724 +2846,3477,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-20,2008-01-29,9,672,Hillary Rodham Clinton,45,DEM,47,49.77290390417848,Barack Obama,41,DEM,29,32.928019566608754,18,16.844884337569724 +2847,3479,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-20,2008-01-29,9,517,Hillary Rodham Clinton,45,DEM,56,49.77290390417848,Barack Obama,41,DEM,23,32.928019566608754,33,16.844884337569724 +2852,3484,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-20,2008-01-29,9,600,Hillary Rodham Clinton,45,DEM,59,49.77290390417848,Barack Obama,41,DEM,21,32.928019566608754,38,16.844884337569724 +2843,3474,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2008-01-21,2008-01-29,8,350,Hillary Rodham Clinton,45,DEM,42,49.77290390417848,Barack Obama,41,DEM,23,32.928019566608754,19,16.844884337569724 +64092,117921,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2008-01-21,2008-01-29,8,600,Hillary Rodham Clinton,45,DEM,42,49.77290390417848,Barack Obama,41,DEM,23,32.928019566608754,19,16.844884337569724 +2805,3430,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-23,2008-01-29,6,508,Hillary Rodham Clinton,45,DEM,51,49.77290390417848,Barack Obama,41,DEM,26,32.928019566608754,25,16.844884337569724 +2836,3462,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-22,2008-01-29,7,400,Hillary Rodham Clinton,45,DEM,47,49.77290390417848,Barack Obama,41,DEM,25,32.928019566608754,22,16.844884337569724 +2804,3428,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-23,2008-01-29,6,522,Hillary Rodham Clinton,45,DEM,47,49.77290390417848,Barack Obama,41,DEM,30,32.928019566608754,17,16.844884337569724 +2807,3435,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-23,2008-01-29,6,600,Hillary Rodham Clinton,45,DEM,58,49.77290390417848,Barack Obama,41,DEM,20,32.928019566608754,38,16.844884337569724 +2768,3391,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-26,2008-01-29,3,437,Hillary Rodham Clinton,45,DEM,44,49.77290390417848,Barack Obama,41,DEM,25,32.928019566608754,19,16.844884337569724 +2781,3405,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-25,2008-01-29,4,600,Hillary Rodham Clinton,45,DEM,60,49.77290390417848,Barack Obama,41,DEM,27,32.928019566608754,33,16.844884337569724 +2751,3373,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-27,2008-01-29,2,474,Hillary Rodham Clinton,45,DEM,47,49.77290390417848,Barack Obama,41,DEM,25,32.928019566608754,22,16.844884337569724 +58998,120112,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-27,2008-01-29,2,564,Hillary Rodham Clinton,45,DEM,49,49.77290390417848,Barack Obama,41,DEM,29,32.928019566608754,20,16.844884337569724 +2777,3400,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Datamar Analytics,75,FALSE,TRUE,IVR,NA,2008-01-26,2008-01-29,3,508,Hillary Rodham Clinton,45,DEM,47,49.77290390417848,Barack Obama,41,DEM,27,32.928019566608754,20,16.844884337569724 +2791,3415,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-01-26,2008-01-29,3,481,Hillary Rodham Clinton,45,DEM,50,49.77290390417848,Barack Obama,41,DEM,30,32.928019566608754,20,16.844884337569724 +2752,3374,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2008-01-27,2008-01-29,2,906,Hillary Rodham Clinton,45,DEM,52,49.77290390417848,Barack Obama,41,DEM,25,32.928019566608754,27,16.844884337569724 +2758,3380,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-27,2008-01-29,2,903,Hillary Rodham Clinton,45,DEM,52,49.77290390417848,Barack Obama,41,DEM,28,32.928019566608754,24,16.844884337569724 +2762,3385,7340,2008,FL,Pres-P,2008_Pres-D-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-27,2008-01-29,2,600,Hillary Rodham Clinton,45,DEM,57,49.77290390417848,Barack Obama,41,DEM,27,32.928019566608754,30,16.844884337569724 +2966,3614,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-09,2008-01-29,20,502,John McCain,44,REP,27,35.997010512449876,Mitt Romney,48,REP,17,31.03014211863772,10,4.966868393812156 +2952,3601,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-11,2008-01-29,18,781,John McCain,44,REP,19,35.997010512449876,Mitt Romney,48,REP,18,31.03014211863772,1,4.966868393812156 +2926,3573,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-12,2008-01-29,17,542,John McCain,44,REP,25,35.997010512449876,Mitt Romney,48,REP,18,31.03014211863772,7,4.966868393812156 +2965,3613,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-01-11,2008-01-29,18,421,John McCain,44,REP,22,35.997010512449876,Mitt Romney,48,REP,19,31.03014211863772,3,4.966868393812156 +2884,3521,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-15,2008-01-29,14,446,John McCain,44,REP,20,35.997010512449876,Mitt Romney,48,REP,20,31.03014211863772,0,4.966868393812156 +2846,3483,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-20,2008-01-29,9,754,John McCain,44,REP,20,35.997010512449876,Mitt Romney,48,REP,25,31.03014211863772,-5,4.966868393812156 +2841,3471,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-20,2008-01-29,9,512,John McCain,44,REP,18,35.997010512449876,Mitt Romney,48,REP,24,31.03014211863772,-6,4.966868393812156 +2847,3481,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-20,2008-01-29,9,518,John McCain,44,REP,25,35.997010512449876,Mitt Romney,48,REP,19,31.03014211863772,6,4.966868393812156 +2852,3487,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-20,2008-01-29,9,600,John McCain,44,REP,29,35.997010512449876,Mitt Romney,48,REP,22,31.03014211863772,7,4.966868393812156 +2824,3450,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-22,2008-01-29,7,807,John McCain,44,REP,25,35.997010512449876,Mitt Romney,48,REP,28,31.03014211863772,-3,4.966868393812156 +2843,3476,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2008-01-21,2008-01-29,8,400,John McCain,44,REP,25,35.997010512449876,Mitt Romney,48,REP,23,31.03014211863772,2,4.966868393812156 +64092,117922,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,NA,2008-01-21,2008-01-29,8,800,John McCain,44,REP,25,35.997010512449876,Mitt Romney,48,REP,23,31.03014211863772,2,4.966868393812156 +2798,150835,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-23,2008-01-29,6,501,John McCain,44,REP,23,35.997010512449876,Mitt Romney,48,REP,22,31.03014211863772,1,4.966868393812156 +2805,3429,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-23,2008-01-29,6,676,John McCain,44,REP,23,35.997010512449876,Mitt Romney,48,REP,27,31.03014211863772,-4,4.966868393812156 +2836,3464,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-22,2008-01-29,7,400,John McCain,44,REP,26,35.997010512449876,Mitt Romney,48,REP,30,31.03014211863772,-4,4.966868393812156 +2784,3408,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-24,2008-01-29,5,420,John McCain,44,REP,23.3,35.997010512449876,Mitt Romney,48,REP,23.2,31.03014211863772,0.10000000000000142,4.966868393812156 +2804,3439,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-23,2008-01-29,6,550,John McCain,44,REP,30,35.997010512449876,Mitt Romney,48,REP,28,31.03014211863772,2,4.966868393812156 +2807,3431,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-23,2008-01-29,6,600,John McCain,44,REP,31,35.997010512449876,Mitt Romney,48,REP,26,31.03014211863772,5,4.966868393812156 +2775,3398,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-25,2008-01-29,4,692,John McCain,44,REP,24,35.997010512449876,Mitt Romney,48,REP,26,31.03014211863772,-2,4.966868393812156 +2790,3414,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-25,2008-01-29,4,900,John McCain,44,REP,30,35.997010512449876,Mitt Romney,48,REP,30,31.03014211863772,0,4.966868393812156 +2768,3393,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-26,2008-01-29,3,500,John McCain,44,REP,27,35.997010512449876,Mitt Romney,48,REP,33,31.03014211863772,-6,4.966868393812156 +2769,3392,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-26,2008-01-29,3,657,John McCain,44,REP,25,35.997010512449876,Mitt Romney,48,REP,25,31.03014211863772,0,4.966868393812156 +2781,3404,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-25,2008-01-29,4,600,John McCain,44,REP,32,35.997010512449876,Mitt Romney,48,REP,33,31.03014211863772,-1,4.966868393812156 +2751,3382,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-27,2008-01-29,2,578,John McCain,44,REP,31,35.997010512449876,Mitt Romney,48,REP,31,31.03014211863772,0,4.966868393812156 +2759,3381,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-27,2008-01-29,2,680,John McCain,44,REP,28,35.997010512449876,Mitt Romney,48,REP,35,31.03014211863772,-7,4.966868393812156 +58998,101018,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-27,2008-01-29,2,608,John McCain,44,REP,31,35.997010512449876,Mitt Romney,48,REP,32,31.03014211863772,-1,4.966868393812156 +78008,150833,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-27,2008-01-29,2,789,John McCain,44,REP,28,35.997010512449876,Mitt Romney,48,REP,27,31.03014211863772,1,4.966868393812156 +2774,3397,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-01-26,2008-01-29,3,400,John McCain,44,REP,30,35.997010512449876,Mitt Romney,48,REP,27,31.03014211863772,3,4.966868393812156 +2777,3403,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Datamar Analytics,75,FALSE,TRUE,IVR,NA,2008-01-26,2008-01-29,3,492,John McCain,44,REP,23,35.997010512449876,Mitt Romney,48,REP,36,31.03014211863772,-13,4.966868393812156 +2791,3416,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-01-26,2008-01-29,3,585,John McCain,44,REP,32,35.997010512449876,Mitt Romney,48,REP,31,31.03014211863772,1,4.966868393812156 +2761,3383,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-27,2008-01-29,2,941,John McCain,44,REP,35,35.997010512449876,Mitt Romney,48,REP,31,31.03014211863772,4,4.966868393812156 +2745,3367,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-28,2008-01-29,1,813,John McCain,44,REP,31,35.997010512449876,Mitt Romney,48,REP,30,31.03014211863772,1,4.966868393812156 +2752,3377,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,Mitchell Research & Communications,213,FALSE,FALSE,Live Phone,NA,2008-01-27,2008-01-29,2,964,John McCain,44,REP,32,35.997010512449876,Mitt Romney,48,REP,34,31.03014211863772,-2,4.966868393812156 +2758,3388,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-27,2008-01-29,2,979,John McCain,44,REP,32,35.997010512449876,Mitt Romney,48,REP,31,31.03014211863772,1,4.966868393812156 +2762,3384,7341,2008,FL,Pres-P,2008_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-27,2008-01-29,2,600,John McCain,44,REP,32,35.997010512449876,Mitt Romney,48,REP,34,31.03014211863772,-2,4.966868393812156 +58980,100983,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,Capital Survey Research Center,44,FALSE,TRUE,NA,NA,2008-01-09,2008-02-05,27,312,Barack Obama,41,DEM,36,55.96430288506335,Hillary Rodham Clinton,45,DEM,34,41.57252909847827,2,14.391773786585077 +2980,3630,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,University of South Alabama Polling Group,361,FALSE,FALSE,NA,NA,2008-01-11,2008-02-05,25,439,Barack Obama,41,DEM,28,55.96430288506335,Hillary Rodham Clinton,45,DEM,31,41.57252909847827,-3,14.391773786585077 +2797,3423,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2008-01-26,2008-02-05,10,373,Barack Obama,41,DEM,40,55.96430288506335,Hillary Rodham Clinton,45,DEM,35,41.57252909847827,5,14.391773786585077 +2979,3629,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,Alabama State University,8,FALSE,TRUE,Live Phone,NA,2008-01-19,2008-02-05,17,438,Barack Obama,41,DEM,31,55.96430288506335,Hillary Rodham Clinton,45,DEM,24,41.57252909847827,7,14.391773786585077 +2660,3272,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,424,Barack Obama,41,DEM,40,55.96430288506335,Hillary Rodham Clinton,45,DEM,46,41.57252909847827,-6,14.391773786585077 +2670,3284,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-31,2008-02-05,5,586,Barack Obama,41,DEM,47,55.96430288506335,Hillary Rodham Clinton,45,DEM,47,41.57252909847827,0,14.391773786585077 +58982,100985,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-31,2008-02-05,5,576,Barack Obama,41,DEM,41,55.96430288506335,Hillary Rodham Clinton,45,DEM,46,41.57252909847827,-5,14.391773786585077 +2734,3356,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2008-01-31,2008-02-05,5,358,Barack Obama,41,DEM,44,55.96430288506335,Hillary Rodham Clinton,45,DEM,48,41.57252909847827,-4,14.391773786585077 +2590,100986,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,546,Barack Obama,41,DEM,45,55.96430288506335,Hillary Rodham Clinton,45,DEM,44,41.57252909847827,1,14.391773786585077 +2629,3237,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,638,Barack Obama,41,DEM,49,55.96430288506335,Hillary Rodham Clinton,45,DEM,47,41.57252909847827,2,14.391773786585077 +2587,3192,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-04,2008-02-05,1,435,Barack Obama,41,DEM,45,55.96430288506335,Hillary Rodham Clinton,45,DEM,43,41.57252909847827,2,14.391773786585077 +2700,3320,7343,2008,AL,Pres-P,2008_Pres-D-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2008-02-01,2008-02-05,4,435,Barack Obama,41,DEM,45,55.96430288506335,Hillary Rodham Clinton,45,DEM,45,41.57252909847827,0,14.391773786585077 +58980,101012,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,Capital Survey Research Center,44,FALSE,TRUE,NA,NA,2008-01-09,2008-02-05,27,264,Mike Huckabee,47,REP,32,41.2503735364164,John McCain,44,REP,25,37.10316849435394,7,4.14720504206246 +58997,101011,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,University of South Alabama Polling Group,361,FALSE,FALSE,NA,NA,2008-01-09,2008-02-05,27,439,Mike Huckabee,47,REP,25,41.2503735364164,John McCain,44,REP,22,37.10316849435394,3,4.14720504206246 +58981,101013,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-23,2008-02-05,13,846,Mike Huckabee,47,REP,27,41.2503735364164,John McCain,44,REP,27,37.10316849435394,0,4.14720504206246 +2797,3421,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2008-01-26,2008-02-05,10,397,Mike Huckabee,47,REP,24,41.2503735364164,John McCain,44,REP,29,37.10316849435394,-5,4.14720504206246 +2979,3628,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,Alabama State University,8,FALSE,TRUE,Live Phone,NA,2008-01-19,2008-02-05,17,438,Mike Huckabee,47,REP,19,41.2503735364164,John McCain,44,REP,20,37.10316849435394,-1,4.14720504206246 +2660,3282,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,566,Mike Huckabee,47,REP,35,41.2503735364164,John McCain,44,REP,37,37.10316849435394,-2,4.14720504206246 +2670,3287,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-31,2008-02-05,5,586,Mike Huckabee,47,REP,31,41.2503735364164,John McCain,44,REP,40,37.10316849435394,-9,4.14720504206246 +58982,101014,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-31,2008-02-05,5,890,Mike Huckabee,47,REP,30,41.2503735364164,John McCain,44,REP,38,37.10316849435394,-8,4.14720504206246 +2734,3358,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2008-01-31,2008-02-05,5,371,Mike Huckabee,47,REP,30,41.2503735364164,John McCain,44,REP,46,37.10316849435394,-16,4.14720504206246 +2590,3195,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,566,Mike Huckabee,47,REP,38,41.2503735364164,John McCain,44,REP,29,37.10316849435394,9,4.14720504206246 +2629,3241,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,619,Mike Huckabee,47,REP,35,41.2503735364164,John McCain,44,REP,37,37.10316849435394,-2,4.14720504206246 +2700,3340,7344,2008,AL,Pres-P,2008_Pres-R-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2008-02-01,2008-02-05,4,451,Mike Huckabee,47,REP,29,41.2503735364164,John McCain,44,REP,46,37.10316849435394,-17,4.14720504206246 +2864,3498,7347,2008,AZ,Pres-P,2008_Pres-D-P_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2008-01-19,2008-02-05,17,366,Hillary Rodham Clinton,45,DEM,45,50.36948434602259,Barack Obama,41,DEM,24,42.386120469235244,21,7.983363876787344 +58983,100987,7347,2008,AZ,Pres-P,2008_Pres-D-P_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-31,2008-02-05,5,537,Hillary Rodham Clinton,45,DEM,46,50.36948434602259,Barack Obama,41,DEM,41,42.386120469235244,5,7.983363876787344 +58984,100988,7347,2008,AZ,Pres-P,2008_Pres-D-P_AZ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,Hillary Rodham Clinton,45,DEM,43,50.36948434602259,Barack Obama,41,DEM,41,42.386120469235244,2,7.983363876787344 +2864,3499,7348,2008,AZ,Pres-P,2008_Pres-R-P_AZ,Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,Live Phone,NA,2008-01-19,2008-02-05,17,375,John McCain,44,REP,41,47.168297799587826,Mitt Romney,48,REP,18,34.53344053527036,23,12.634857264317468 +2842,3478,7348,2008,AZ,Pres-P,2008_Pres-R-P_AZ,Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,Live Phone,NA,2008-01-22,2008-02-05,14,300,John McCain,44,REP,40,47.168297799587826,Mitt Romney,48,REP,23,34.53344053527036,17,12.634857264317468 +58983,101015,7348,2008,AZ,Pres-P,2008_Pres-R-P_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-31,2008-02-05,5,612,John McCain,44,REP,43,47.168297799587826,Mitt Romney,48,REP,34,34.53344053527036,9,12.634857264317468 +2916,3560,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Opinion Research Associates,242,FALSE,TRUE,NA,NA,2008-01-12,2008-02-05,24,384,Hillary Rodham Clinton,45,DEM,47,51.47400045747054,Barack Obama,41,DEM,31,43.15502310739328,16,8.318977350077255 +2923,3570,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-01-12,2008-02-05,24,810,Hillary Rodham Clinton,45,DEM,50,51.47400045747054,Barack Obama,41,DEM,35,43.15502310739328,15,8.318977350077255 +79665,159376,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-01-12,2008-02-05,24,384,Hillary Rodham Clinton,45,DEM,47,51.47400045747054,Barack Obama,41,DEM,31,43.15502310739328,16,8.318977350077255 +2896,3534,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-14,2008-02-05,22,897,Hillary Rodham Clinton,45,DEM,38,51.47400045747054,Barack Obama,41,DEM,33,43.15502310739328,5,8.318977350077255 +78006,171583,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,EMC Research,130,FALSE,FALSE,NA,NA,2008-01-13,2008-02-05,23,546,Hillary Rodham Clinton,45,DEM,41,51.47400045747054,Barack Obama,41,DEM,29,43.15502310739328,12,8.318977350077255 +2894,3530,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2008-01-17,2008-02-05,19,377,Hillary Rodham Clinton,45,DEM,39,51.47400045747054,Barack Obama,41,DEM,27,43.15502310739328,12,8.318977350077255 +2908,3551,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2008-01-17,2008-02-05,19,543,Hillary Rodham Clinton,45,DEM,43,51.47400045747054,Barack Obama,41,DEM,28,43.15502310739328,15,8.318977350077255 +78003,159375,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,EMC Research,130,FALSE,FALSE,Live Phone,NA,2008-01-20,2008-02-05,16,546,Hillary Rodham Clinton,45,DEM,39,51.47400045747054,Barack Obama,41,DEM,28,43.15502310739328,11,8.318977350077255 +2808,3434,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-01-25,2008-02-05,11,779,Hillary Rodham Clinton,45,DEM,47,51.47400045747054,Barack Obama,41,DEM,35,43.15502310739328,12,8.318977350077255 +2757,3386,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-27,2008-02-05,9,888,Hillary Rodham Clinton,45,DEM,49,51.47400045747054,Barack Obama,41,DEM,38,43.15502310739328,11,8.318977350077255 +2813,3438,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-01-25,2008-02-05,11,690,Hillary Rodham Clinton,45,DEM,49,51.47400045747054,Barack Obama,41,DEM,32,43.15502310739328,17,8.318977350077255 +2735,3357,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-29,2008-02-05,7,807,Hillary Rodham Clinton,45,DEM,43,51.47400045747054,Barack Obama,41,DEM,40,43.15502310739328,3,8.318977350077255 +2637,3245,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,700,Hillary Rodham Clinton,45,DEM,39,51.47400045747054,Barack Obama,41,DEM,40,43.15502310739328,-1,8.318977350077255 +2674,3289,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,Hillary Rodham Clinton,45,DEM,45,51.47400045747054,Barack Obama,41,DEM,36,43.15502310739328,9,8.318977350077255 +2771,3394,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2008-01-29,2008-02-05,7,511,Hillary Rodham Clinton,45,DEM,36,51.47400045747054,Barack Obama,41,DEM,34,43.15502310739328,2,8.318977350077255 +2662,3274,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,1141,Hillary Rodham Clinton,45,DEM,41,51.47400045747054,Barack Obama,41,DEM,45,43.15502310739328,-4,8.318977350077255 +2605,3212,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-02,2008-02-05,3,798,Hillary Rodham Clinton,45,DEM,44,51.47400045747054,Barack Obama,41,DEM,45,43.15502310739328,-1,8.318977350077255 +2641,3249,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,600,Hillary Rodham Clinton,45,DEM,47,51.47400045747054,Barack Obama,41,DEM,39,43.15502310739328,8,8.318977350077255 +2615,3230,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,853,Hillary Rodham Clinton,45,DEM,53,51.47400045747054,Barack Obama,41,DEM,41,43.15502310739328,12,8.318977350077255 +2585,3190,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,895,Hillary Rodham Clinton,45,DEM,36,51.47400045747054,Barack Obama,41,DEM,49,43.15502310739328,-13,8.318977350077255 +2592,3199,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-03,2008-02-05,2,872,Hillary Rodham Clinton,45,DEM,52,51.47400045747054,Barack Obama,41,DEM,42,43.15502310739328,10,8.318977350077255 +2593,3198,7351,2008,CA,Pres-P,2008_Pres-D-P_CA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,600,Hillary Rodham Clinton,45,DEM,49,51.47400045747054,Barack Obama,41,DEM,45,43.15502310739328,4,8.318977350077255 +2916,3558,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Opinion Research Associates,242,FALSE,TRUE,NA,NA,2008-01-12,2008-02-05,24,255,John McCain,44,REP,20,42.245749896600906,Mitt Romney,48,REP,16,34.556301104980854,4,7.689448791620052 +79665,164044,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-01-12,2008-02-05,24,255,John McCain,44,REP,20,42.245749896600906,Mitt Romney,48,REP,16,34.556301104980854,4,7.689448791620052 +2896,3537,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-14,2008-02-05,22,471,John McCain,44,REP,24,42.245749896600906,Mitt Romney,48,REP,17,34.556301104980854,7,7.689448791620052 +2894,3532,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2008-01-17,2008-02-05,19,377,John McCain,44,REP,22,42.245749896600906,Mitt Romney,48,REP,18,34.556301104980854,4,7.689448791620052 +2908,3549,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2008-01-17,2008-02-05,19,348,John McCain,44,REP,29,42.245749896600906,Mitt Romney,48,REP,17,34.556301104980854,12,7.689448791620052 +78003,150827,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,EMC Research,130,FALSE,FALSE,Live Phone,NA,2008-01-20,2008-02-05,16,546,John McCain,44,REP,24,42.245749896600906,Mitt Romney,48,REP,20,34.556301104980854,4,7.689448791620052 +2808,150826,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-01-25,2008-02-05,11,755,John McCain,44,REP,36,42.245749896600906,Mitt Romney,48,REP,31,34.556301104980854,5,7.689448791620052 +2757,3379,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-27,2008-02-05,9,506,John McCain,44,REP,37,42.245749896600906,Mitt Romney,48,REP,25,34.556301104980854,12,7.689448791620052 +2813,3433,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-01-25,2008-02-05,11,437,John McCain,44,REP,39,42.245749896600906,Mitt Romney,48,REP,26,34.556301104980854,13,7.689448791620052 +2735,101016,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-29,2008-02-05,7,652,John McCain,44,REP,32,42.245749896600906,Mitt Romney,48,REP,28,34.556301104980854,4,7.689448791620052 +2655,3267,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,500,John McCain,44,REP,39,42.245749896600906,Mitt Romney,48,REP,32,34.556301104980854,7,7.689448791620052 +2674,3304,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,John McCain,44,REP,40,42.245749896600906,Mitt Romney,48,REP,31,34.556301104980854,9,7.689448791620052 +2771,3395,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2008-01-29,2008-02-05,7,481,John McCain,44,REP,32,42.245749896600906,Mitt Romney,48,REP,24,34.556301104980854,8,7.689448791620052 +2689,3307,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,1185,John McCain,44,REP,34,42.245749896600906,Mitt Romney,48,REP,37,34.556301104980854,-3,7.689448791620052 +2605,3225,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-02,2008-02-05,3,693,John McCain,44,REP,38,42.245749896600906,Mitt Romney,48,REP,38,34.556301104980854,0,7.689448791620052 +2641,3254,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,600,John McCain,44,REP,32,42.245749896600906,Mitt Romney,48,REP,33,34.556301104980854,-1,7.689448791620052 +2615,3223,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,517,John McCain,44,REP,39,42.245749896600906,Mitt Romney,48,REP,36,34.556301104980854,3,7.689448791620052 +2603,3210,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,833,John McCain,44,REP,33,42.245749896600906,Mitt Romney,48,REP,40,34.556301104980854,-7,7.689448791620052 +2592,3197,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-03,2008-02-05,2,556,John McCain,44,REP,39,42.245749896600906,Mitt Romney,48,REP,38,34.556301104980854,1,7.689448791620052 +2593,3200,7352,2008,CA,Pres-P,2008_Pres-R-P_CA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,600,John McCain,44,REP,35,42.245749896600906,Mitt Romney,48,REP,37,34.556301104980854,-2,7.689448791620052 +2833,3466,7354,2008,CO,Pres-P,2008_Pres-R-P_CO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-22,2008-02-05,14,400,Mitt Romney,48,REP,43,60.11476740377907,John McCain,44,REP,24,18.39411069501203,19,41.72065670876704 +2944,3588,7355,2008,CT,Pres-P,2008_Pres-D-P_CT,University of Connecticut,347,TRUE,TRUE,NA,NA,2008-01-13,2008-02-05,23,403,Barack Obama,41,DEM,27,50.697384490845856,Hillary Rodham Clinton,45,DEM,41,46.659464826154526,-14,4.03791966469133 +2754,3376,7355,2008,CT,Pres-P,2008_Pres-D-P_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-27,2008-02-05,9,899,Barack Obama,41,DEM,40,50.697384490845856,Hillary Rodham Clinton,45,DEM,40,46.659464826154526,0,4.03791966469133 +2675,3294,7355,2008,CT,Pres-P,2008_Pres-D-P_CT,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,600,Barack Obama,41,DEM,35,50.697384490845856,Hillary Rodham Clinton,45,DEM,48,46.659464826154526,-13,4.03791966469133 +2714,3335,7355,2008,CT,Pres-P,2008_Pres-D-P_CT,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,679,Barack Obama,41,DEM,48,50.697384490845856,Hillary Rodham Clinton,45,DEM,44,46.659464826154526,4,4.03791966469133 +2623,3231,7355,2008,CT,Pres-P,2008_Pres-D-P_CT,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,635,Barack Obama,41,DEM,48,50.697384490845856,Hillary Rodham Clinton,45,DEM,46,46.659464826154526,2,4.03791966469133 +2754,3378,7356,2008,CT,Pres-P,2008_Pres-R-P_CT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-27,2008-02-05,9,492,John McCain,44,REP,42,52.001266457349416,Mitt Romney,48,REP,26,32.90876230178623,16,19.092504155563184 +2675,3290,7356,2008,CT,Pres-P,2008_Pres-R-P_CT,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,600,John McCain,44,REP,43,52.001266457349416,Mitt Romney,48,REP,25,32.90876230178623,18,19.092504155563184 +2714,3343,7356,2008,CT,Pres-P,2008_Pres-R-P_CT,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,426,John McCain,44,REP,53,52.001266457349416,Mitt Romney,48,REP,31,32.90876230178623,22,19.092504155563184 +2623,3235,7356,2008,CT,Pres-P,2008_Pres-R-P_CT,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,333,John McCain,44,REP,52,52.001266457349416,Mitt Romney,48,REP,30,32.90876230178623,22,19.092504155563184 +2658,3270,7357,2008,DE,Pres-P,2008_Pres-D-P_DE,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,600,Barack Obama,41,DEM,42,53.07240542054911,Hillary Rodham Clinton,45,DEM,44,42.29356465436736,-2,10.778840766181752 +2658,3277,7358,2008,DE,Pres-P,2008_Pres-R-P_DE,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,600,John McCain,44,REP,41,45.040705428053904,Mitt Romney,48,REP,35,32.53249467545134,6,12.508210752602565 +2981,3633,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-01-09,2008-02-05,27,400,Barack Obama,41,DEM,36,66.38510026384478,Hillary Rodham Clinton,45,DEM,33,31.109552613892056,3,35.27554764995272 +2820,3446,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-22,2008-02-05,14,571,Barack Obama,41,DEM,41,66.38510026384478,Hillary Rodham Clinton,45,DEM,35,31.109552613892056,6,35.27554764995272 +2815,3441,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,Schapiro Group,300,FALSE,TRUE,Live Phone,NA,2008-01-25,2008-02-05,11,200,Barack Obama,41,DEM,35,66.38510026384478,Hillary Rodham Clinton,45,DEM,36,31.109552613892056,-1,35.27554764995272 +2690,3308,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,301,Barack Obama,41,DEM,52,66.38510026384478,Hillary Rodham Clinton,45,DEM,36,31.109552613892056,16,35.27554764995272 +2705,3333,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,457,Barack Obama,41,DEM,51,66.38510026384478,Hillary Rodham Clinton,45,DEM,41,31.109552613892056,10,35.27554764995272 +2678,3309,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,Barack Obama,41,DEM,47,66.38510026384478,Hillary Rodham Clinton,45,DEM,41,31.109552613892056,6,35.27554764995272 +2602,3209,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-02,2008-02-05,3,342,Barack Obama,41,DEM,51,66.38510026384478,Hillary Rodham Clinton,45,DEM,36,31.109552613892056,15,35.27554764995272 +2606,3213,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-02,2008-02-05,3,524,Barack Obama,41,DEM,52,66.38510026384478,Hillary Rodham Clinton,45,DEM,37,31.109552613892056,15,35.27554764995272 +2610,3218,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,1017,Barack Obama,41,DEM,53,66.38510026384478,Hillary Rodham Clinton,45,DEM,37,31.109552613892056,16,35.27554764995272 +2596,3203,7359,2008,GA,Pres-P,2008_Pres-D-P_GA,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,865,Barack Obama,41,DEM,49,66.38510026384478,Hillary Rodham Clinton,45,DEM,29,31.109552613892056,20,35.27554764995272 +2981,3632,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2008-01-09,2008-02-05,27,400,Mike Huckabee,47,REP,31,33.92424401244991,John McCain,44,REP,18,31.628233775210397,13,2.296010237239514 +2820,3451,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-22,2008-02-05,14,768,Mike Huckabee,47,REP,34,33.92424401244991,John McCain,44,REP,19,31.628233775210397,15,2.296010237239514 +2815,3440,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,Schapiro Group,300,FALSE,TRUE,Live Phone,NA,2008-01-25,2008-02-05,11,200,Mike Huckabee,47,REP,27,33.92424401244991,John McCain,44,REP,18,31.628233775210397,9,2.296010237239514 +2690,3313,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,362,Mike Huckabee,47,REP,24,33.92424401244991,John McCain,44,REP,35,31.628233775210397,-11,2.296010237239514 +2705,3325,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,862,Mike Huckabee,47,REP,24,33.92424401244991,John McCain,44,REP,31,31.628233775210397,-7,2.296010237239514 +2678,3293,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,Mike Huckabee,47,REP,18,33.92424401244991,John McCain,44,REP,33,31.628233775210397,-15,2.296010237239514 +2602,3219,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-02,2008-02-05,3,388,Mike Huckabee,47,REP,28,33.92424401244991,John McCain,44,REP,29,31.628233775210397,-1,2.296010237239514 +2606,3233,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-02,2008-02-05,3,783,Mike Huckabee,47,REP,28,33.92424401244991,John McCain,44,REP,31,31.628233775210397,-3,2.296010237239514 +2591,3196,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,465,Mike Huckabee,47,REP,26,33.92424401244991,John McCain,44,REP,32,31.628233775210397,-6,2.296010237239514 +2610,3222,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,1263,Mike Huckabee,47,REP,27,33.92424401244991,John McCain,44,REP,31,31.628233775210397,-4,2.296010237239514 +2583,3188,7360,2008,GA,Pres-P,2008_Pres-R-P_GA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-04,2008-02-05,1,1212,Mike Huckabee,47,REP,32,33.92424401244991,John McCain,44,REP,32,31.628233775210397,0,2.296010237239514 +2728,3350,7362,2008,IL,Pres-P,2008_Pres-D-P_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-29,2008-02-05,7,631,Barack Obama,41,DEM,60,64.66324669603956,Hillary Rodham Clinton,45,DEM,24,32.76392686403606,36,31.899319832003506 +2692,3327,7362,2008,IL,Pres-P,2008_Pres-D-P_IL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,600,Barack Obama,41,DEM,51,64.66324669603956,Hillary Rodham Clinton,45,DEM,40,32.76392686403606,11,31.899319832003506 +2727,3348,7362,2008,IL,Pres-P,2008_Pres-D-P_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2008-01-30,2008-02-05,6,500,Barack Obama,41,DEM,55,64.66324669603956,Hillary Rodham Clinton,45,DEM,24,32.76392686403606,31,31.899319832003506 +2630,3238,7362,2008,IL,Pres-P,2008_Pres-D-P_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,1010,Barack Obama,41,DEM,66,64.66324669603956,Hillary Rodham Clinton,45,DEM,30,32.76392686403606,36,31.899319832003506 +2728,3352,7363,2008,IL,Pres-P,2008_Pres-R-P_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-29,2008-02-05,7,504,John McCain,44,REP,34,47.450140201151406,Mitt Romney,48,REP,26,28.603369719664407,8,18.846770481487 +2692,3311,7363,2008,IL,Pres-P,2008_Pres-R-P_IL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,600,John McCain,44,REP,48,47.450140201151406,Mitt Romney,48,REP,34,28.603369719664407,14,18.846770481487 +58977,100979,7363,2008,IL,Pres-P,2008_Pres-R-P_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2008-01-30,2008-02-05,6,500,John McCain,44,REP,43,47.450140201151406,Mitt Romney,48,REP,20,28.603369719664407,23,18.846770481487 +2630,3239,7363,2008,IL,Pres-P,2008_Pres-R-P_IL,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,441,John McCain,44,REP,46,47.450140201151406,Mitt Romney,48,REP,25,28.603369719664407,21,18.846770481487 +2943,3587,7365,2008,MA,Pres-P,2008_Pres-D-P_MA,KRC Research,160,TRUE,TRUE,NA,NA,2008-01-11,2008-02-05,25,244,Hillary Rodham Clinton,45,DEM,37,56.01494293137864,Barack Obama,41,DEM,25,40.6442649788748,12,15.37067795250384 +2875,3510,7365,2008,MA,Pres-P,2008_Pres-D-P_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-16,2008-02-05,20,539,Hillary Rodham Clinton,45,DEM,56,56.01494293137864,Barack Obama,41,DEM,23,40.6442649788748,33,15.37067795250384 +2823,3449,7365,2008,MA,Pres-P,2008_Pres-D-P_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-22,2008-02-05,14,586,Hillary Rodham Clinton,45,DEM,59,56.01494293137864,Barack Obama,41,DEM,22,40.6442649788748,37,15.37067795250384 +2839,23493,7365,2008,MA,Pres-P,2008_Pres-D-P_MA,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2008-01-23,2008-02-05,13,151,Hillary Rodham Clinton,45,DEM,43,56.01494293137864,Barack Obama,41,DEM,15,40.6442649788748,28,15.37067795250384 +2744,3366,7365,2008,MA,Pres-P,2008_Pres-D-P_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-28,2008-02-05,8,1023,Hillary Rodham Clinton,45,DEM,43,56.01494293137864,Barack Obama,41,DEM,37,40.6442649788748,6,15.37067795250384 +2701,3321,7365,2008,MA,Pres-P,2008_Pres-D-P_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,575,Hillary Rodham Clinton,45,DEM,57,56.01494293137864,Barack Obama,41,DEM,33,40.6442649788748,24,15.37067795250384 +2626,3234,7365,2008,MA,Pres-P,2008_Pres-D-P_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,651,Hillary Rodham Clinton,45,DEM,56,56.01494293137864,Barack Obama,41,DEM,39,40.6442649788748,17,15.37067795250384 +2651,3260,7365,2008,MA,Pres-P,2008_Pres-D-P_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-02-02,2008-02-05,3,400,Hillary Rodham Clinton,45,DEM,44,56.01494293137864,Barack Obama,41,DEM,46,40.6442649788748,-2,15.37067795250384 +2943,151112,7366,2008,MA,Pres-P,2008_Pres-R-P_MA,KRC Research,160,TRUE,TRUE,NA,NA,2008-01-11,2008-02-05,25,546,Mitt Romney,48,REP,38,51.12216561782039,John McCain,44,REP,20,40.91079812206573,18,10.211367495754665 +2875,3512,7366,2008,MA,Pres-P,2008_Pres-R-P_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-16,2008-02-05,20,269,Mitt Romney,48,REP,48,51.12216561782039,John McCain,44,REP,34,40.91079812206573,14,10.211367495754665 +2823,3453,7366,2008,MA,Pres-P,2008_Pres-R-P_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-22,2008-02-05,14,262,Mitt Romney,48,REP,50,51.12216561782039,John McCain,44,REP,29,40.91079812206573,21,10.211367495754665 +2744,151111,7366,2008,MA,Pres-P,2008_Pres-R-P_MA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-28,2008-02-05,8,408,Mitt Romney,48,REP,55,51.12216561782039,John McCain,44,REP,23,40.91079812206573,32,10.211367495754665 +2701,3346,7366,2008,MA,Pres-P,2008_Pres-R-P_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,297,Mitt Romney,48,REP,57,51.12216561782039,John McCain,44,REP,34,40.91079812206573,23,10.211367495754665 +2626,3243,7366,2008,MA,Pres-P,2008_Pres-R-P_MA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,275,Mitt Romney,48,REP,58,51.12216561782039,John McCain,44,REP,37,40.91079812206573,21,10.211367495754665 +2651,3263,7366,2008,MA,Pres-P,2008_Pres-R-P_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-02-02,2008-02-05,3,400,Mitt Romney,48,REP,50,51.12216561782039,John McCain,44,REP,37,40.91079812206573,13,10.211367495754665 +2859,3493,7367,2008,MN,Pres-P,2008_Pres-D-P_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2008-01-22,2008-02-05,14,478,Barack Obama,41,DEM,33,66.38560070258706,Hillary Rodham Clinton,45,DEM,40,32.23024674633057,-7,34.155353956256484 +2859,3497,7368,2008,MN,Pres-P,2008_Pres-R-P_MN,University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,Live Phone,NA,2008-01-22,2008-02-05,14,317,John McCain,44,REP,41,37.531896411314406,Mike Huckabee,47,REP,22,33.9133503447527,19,3.6185460665617057 +2671,3286,7369,2008,MO,Pres-P,2008_Pres-D-P_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-31,2008-02-05,5,507,Barack Obama,41,DEM,38,49.32028361917459,Hillary Rodham Clinton,45,DEM,47,47.89830919338222,-9,1.4219744257923708 +2715,3336,7369,2008,MO,Pres-P,2008_Pres-D-P_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,664,Barack Obama,41,DEM,44,49.32028361917459,Hillary Rodham Clinton,45,DEM,48,47.89830919338222,-4,1.4219744257923708 +2659,3271,7369,2008,MO,Pres-P,2008_Pres-D-P_MO,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,600,Barack Obama,41,DEM,44,49.32028361917459,Hillary Rodham Clinton,45,DEM,42,47.89830919338222,2,1.4219744257923708 +2691,3310,7369,2008,MO,Pres-P,2008_Pres-D-P_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,Barack Obama,41,DEM,41,49.32028361917459,Hillary Rodham Clinton,45,DEM,47,47.89830919338222,-6,1.4219744257923708 +2632,3240,7369,2008,MO,Pres-P,2008_Pres-D-P_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,671,Barack Obama,41,DEM,43,49.32028361917459,Hillary Rodham Clinton,45,DEM,54,47.89830919338222,-11,1.4219744257923708 +2600,3207,7369,2008,MO,Pres-P,2008_Pres-D-P_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,860,Barack Obama,41,DEM,45,49.32028361917459,Hillary Rodham Clinton,45,DEM,42,47.89830919338222,3,1.4219744257923708 +2785,3409,7370,2008,MO,Pres-P,2008_Pres-R-P_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-24,2008-02-05,12,589,John McCain,44,REP,26,32.95490826093159,Mike Huckabee,47,REP,27,31.52651636086977,-1,1.4283919000618184 +2671,3285,7370,2008,MO,Pres-P,2008_Pres-R-P_MO,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-31,2008-02-05,5,593,John McCain,44,REP,32,32.95490826093159,Mike Huckabee,47,REP,29,31.52651636086977,3,1.4283919000618184 +2715,3347,7370,2008,MO,Pres-P,2008_Pres-R-P_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,505,John McCain,44,REP,34,32.95490826093159,Mike Huckabee,47,REP,28,31.52651636086977,6,1.4283919000618184 +2659,3281,7370,2008,MO,Pres-P,2008_Pres-R-P_MO,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,600,John McCain,44,REP,29,32.95490826093159,Mike Huckabee,47,REP,31,31.52651636086977,-2,1.4283919000618184 +2691,3317,7370,2008,MO,Pres-P,2008_Pres-R-P_MO,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,John McCain,44,REP,37,32.95490826093159,Mike Huckabee,47,REP,27,31.52651636086977,10,1.4283919000618184 +2632,3242,7370,2008,MO,Pres-P,2008_Pres-R-P_MO,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,542,John McCain,44,REP,33,32.95490826093159,Mike Huckabee,47,REP,31,31.52651636086977,2,1.4283919000618184 +2600,3215,7370,2008,MO,Pres-P,2008_Pres-R-P_MO,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,860,John McCain,44,REP,34,32.95490826093159,Mike Huckabee,47,REP,27,31.52651636086977,7,1.4283919000618184 +2951,3592,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Monmouth University,215,TRUE,FALSE,NA,NA,2008-01-11,2008-02-05,25,475,Hillary Rodham Clinton,45,DEM,42,53.75924794886782,Barack Obama,41,DEM,30,43.933792441108,12,9.82545550775982 +2881,3516,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-15,2008-02-05,21,866,Hillary Rodham Clinton,45,DEM,45,53.75924794886782,Barack Obama,41,DEM,27,43.933792441108,18,9.82545550775982 +2888,3523,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-01-19,2008-02-05,17,464,Hillary Rodham Clinton,45,DEM,49,53.75924794886782,Barack Obama,41,DEM,32,43.933792441108,17,9.82545550775982 +2840,3472,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone,NA,2008-01-24,2008-02-05,12,546,Hillary Rodham Clinton,45,DEM,45,53.75924794886782,Barack Obama,41,DEM,30,43.933792441108,15,9.82545550775982 +2684,3302,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-30,2008-02-05,6,785,Hillary Rodham Clinton,45,DEM,49,53.75924794886782,Barack Obama,41,DEM,37,43.933792441108,12,9.82545550775982 +2677,3292,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-01-30,2008-02-05,6,600,Hillary Rodham Clinton,45,DEM,44,53.75924794886782,Barack Obama,41,DEM,38,43.933792441108,6,9.82545550775982 +2699,3322,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,642,Hillary Rodham Clinton,45,DEM,51,53.75924794886782,Barack Obama,41,DEM,39,43.933792441108,12,9.82545550775982 +2682,3298,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,Hillary Rodham Clinton,45,DEM,46,53.75924794886782,Barack Obama,41,DEM,39,43.933792441108,7,9.82545550775982 +2693,3301,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,718,Hillary Rodham Clinton,45,DEM,50,53.75924794886782,Barack Obama,41,DEM,36,43.933792441108,14,9.82545550775982 +2618,3228,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,706,Hillary Rodham Clinton,45,DEM,52,53.75924794886782,Barack Obama,41,DEM,41,43.933792441108,11,9.82545550775982 +2708,3329,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,463,Hillary Rodham Clinton,45,DEM,48,53.75924794886782,Barack Obama,41,DEM,43,43.933792441108,5,9.82545550775982 +2599,3208,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,872,Hillary Rodham Clinton,45,DEM,46,53.75924794886782,Barack Obama,41,DEM,41,43.933792441108,5,9.82545550775982 +2582,3187,7374,2008,NJ,Pres-P,2008_Pres-D-P_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-04,2008-02-05,1,835,Hillary Rodham Clinton,45,DEM,49,53.75924794886782,Barack Obama,41,DEM,43,43.933792441108,6,9.82545550775982 +2684,3300,7375,2008,NJ,Pres-P,2008_Pres-R-P_NJ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-30,2008-02-05,6,591,John McCain,44,REP,43,55.36178848147566,Mitt Romney,48,REP,29,28.32704286993488,14,27.034745611540778 +2699,3319,7375,2008,NJ,Pres-P,2008_Pres-R-P_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,456,John McCain,44,REP,48,55.36178848147566,Mitt Romney,48,REP,25,28.32704286993488,23,27.034745611540778 +2682,3303,7375,2008,NJ,Pres-P,2008_Pres-R-P_NJ,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,400,John McCain,44,REP,46,55.36178848147566,Mitt Romney,48,REP,31,28.32704286993488,15,27.034745611540778 +2693,3312,7375,2008,NJ,Pres-P,2008_Pres-R-P_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2008-01-31,2008-02-05,5,555,John McCain,44,REP,55,55.36178848147566,Mitt Romney,48,REP,23,28.32704286993488,32,27.034745611540778 +2618,3226,7375,2008,NJ,Pres-P,2008_Pres-R-P_NJ,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,467,John McCain,44,REP,54,55.36178848147566,Mitt Romney,48,REP,25,28.32704286993488,29,27.034745611540778 +2708,3341,7375,2008,NJ,Pres-P,2008_Pres-R-P_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,350,John McCain,44,REP,52,55.36178848147566,Mitt Romney,48,REP,30,28.32704286993488,22,27.034745611540778 +2599,3206,7375,2008,NJ,Pres-P,2008_Pres-R-P_NJ,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,862,John McCain,44,REP,53,55.36178848147566,Mitt Romney,48,REP,24,28.32704286993488,29,27.034745611540778 +2822,3448,7376,2008,NM,Pres-P,2008_Pres-D-P_NM,New Mexico State University,230,FALSE,TRUE,Live Phone,NA,2008-01-26,2008-02-05,10,546,Hillary Rodham Clinton,45,DEM,42,49.00422976116261,Barack Obama,41,DEM,48,47.85864151601075,-6,1.1455882451518633 +2958,3612,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-01-09,2008-02-05,27,957,Hillary Rodham Clinton,45,DEM,56,56.500010840005224,Barack Obama,41,DEM,29,39.71243845653131,27,16.787572383473915 +2869,3508,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-16,2008-02-05,20,596,Hillary Rodham Clinton,45,DEM,51,56.500010840005224,Barack Obama,41,DEM,30,39.71243845653131,21,16.787572383473915 +2893,3526,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-01-16,2008-02-05,20,426,Hillary Rodham Clinton,45,DEM,48,56.500010840005224,Barack Obama,41,DEM,32,39.71243845653131,16,16.787572383473915 +2895,3533,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2008-01-16,2008-02-05,20,311,Hillary Rodham Clinton,45,DEM,48,56.500010840005224,Barack Obama,41,DEM,23,39.71243845653131,25,16.787572383473915 +2856,3492,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-01-19,2008-02-05,17,425,Hillary Rodham Clinton,45,DEM,47,56.500010840005224,Barack Obama,41,DEM,26,39.71243845653131,21,16.787572383473915 +2902,3540,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-01-18,2008-02-05,18,544,Hillary Rodham Clinton,45,DEM,51,56.500010840005224,Barack Obama,41,DEM,25,39.71243845653131,26,16.787572383473915 +2800,3425,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Datamar Analytics,75,FALSE,TRUE,IVR,NA,2008-01-21,2008-02-05,15,628,Hillary Rodham Clinton,45,DEM,51,56.500010840005224,Barack Obama,41,DEM,23,39.71243845653131,28,16.787572383473915 +2811,151225,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-01-25,2008-02-05,11,426,Hillary Rodham Clinton,45,DEM,56,56.500010840005224,Barack Obama,41,DEM,28,39.71243845653131,28,16.787572383473915 +2731,3355,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-29,2008-02-05,7,837,Hillary Rodham Clinton,45,DEM,45,56.500010840005224,Barack Obama,41,DEM,33,39.71243845653131,12,16.787572383473915 +2687,3337,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,950,Hillary Rodham Clinton,45,DEM,54,56.500010840005224,Barack Obama,41,DEM,38,39.71243845653131,16,16.787572383473915 +2724,3332,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,409,Hillary Rodham Clinton,45,DEM,54,56.500010840005224,Barack Obama,41,DEM,38,39.71243845653131,16,16.787572383473915 +2661,3273,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-31,2008-02-05,5,799,Hillary Rodham Clinton,45,DEM,52,56.500010840005224,Barack Obama,41,DEM,34,39.71243845653131,18,16.787572383473915 +2584,3189,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-03,2008-02-05,2,747,Hillary Rodham Clinton,45,DEM,51,56.500010840005224,Barack Obama,41,DEM,32,39.71243845653131,19,16.787572383473915 +2616,3232,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,774,Hillary Rodham Clinton,45,DEM,56,56.500010840005224,Barack Obama,41,DEM,38,39.71243845653131,18,16.787572383473915 +2706,3334,7377,2008,NY,Pres-P,2008_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,517,Hillary Rodham Clinton,45,DEM,53,56.500010840005224,Barack Obama,41,DEM,39,39.71243845653131,14,16.787572383473915 +2687,3305,7378,2008,NY,Pres-P,2008_Pres-R-P_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-30,2008-02-05,6,462,John McCain,44,REP,55,49.69585630329603,Mitt Romney,48,REP,21,26.570488808765543,34,23.12536749453049 +2724,3345,7378,2008,NY,Pres-P,2008_Pres-R-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,181,John McCain,44,REP,61,49.69585630329603,Mitt Romney,48,REP,24,26.570488808765543,37,23.12536749453049 +2661,3283,7378,2008,NY,Pres-P,2008_Pres-R-P_NY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-31,2008-02-05,5,524,John McCain,44,REP,49,49.69585630329603,Mitt Romney,48,REP,30,26.570488808765543,19,23.12536749453049 +2584,3191,7378,2008,NY,Pres-P,2008_Pres-R-P_NY,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-03,2008-02-05,2,780,John McCain,44,REP,49,49.69585630329603,Mitt Romney,48,REP,24,26.570488808765543,25,23.12536749453049 +2616,3224,7378,2008,NY,Pres-P,2008_Pres-R-P_NY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,356,John McCain,44,REP,56,49.69585630329603,Mitt Romney,48,REP,23,26.570488808765543,33,23.12536749453049 +2706,3326,7378,2008,NY,Pres-P,2008_Pres-R-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,370,John McCain,44,REP,54,49.69585630329603,Mitt Romney,48,REP,22,26.570488808765543,32,23.12536749453049 +2598,3205,7378,2008,NY,Pres-P,2008_Pres-R-P_NY,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,836,John McCain,44,REP,56,49.69585630329603,Mitt Romney,48,REP,20,26.570488808765543,36,23.12536749453049 +2597,3204,7379,2008,OK,Pres-P,2008_Pres-D-P_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,673,Hillary Rodham Clinton,45,DEM,54,54.764181809030056,Barack Obama,41,DEM,27,31.190751833022933,27,23.573429976007123 +2920,3571,7380,2008,OK,Pres-P,2008_Pres-R-P_OK,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-01-12,2008-02-05,24,501,John McCain,44,REP,29,36.64245166450781,Mike Huckabee,47,REP,31,33.39730312128791,-2,3.245148543219898 +2753,3387,7380,2008,OK,Pres-P,2008_Pres-R-P_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-01-27,2008-02-05,9,502,John McCain,44,REP,37,36.64245166450781,Mike Huckabee,47,REP,28,33.39730312128791,9,3.245148543219898 +2748,3371,7380,2008,OK,Pres-P,2008_Pres-R-P_OK,SoonerPoll.com,308,TRUE,FALSE,IVR,NA,2008-01-29,2008-02-05,7,290,John McCain,44,REP,40,36.64245166450781,Mike Huckabee,47,REP,19,33.39730312128791,21,3.245148543219898 +2597,3236,7380,2008,OK,Pres-P,2008_Pres-R-P_OK,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,445,John McCain,44,REP,37,36.64245166450781,Mike Huckabee,47,REP,32,33.39730312128791,5,3.245148543219898 +2737,3360,7381,2008,TN,Pres-P,2008_Pres-D-P_TN,CJ&N,63,FALSE,TRUE,Live Phone,NA,2008-01-28,2008-02-05,8,402,Hillary Rodham Clinton,45,DEM,36,53.8195222516022,Barack Obama,41,DEM,31,40.47512340659833,5,13.344398845003873 +2681,3297,7381,2008,TN,Pres-P,2008_Pres-D-P_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-30,2008-02-05,6,448,Hillary Rodham Clinton,45,DEM,49,53.8195222516022,Barack Obama,41,DEM,35,40.47512340659833,14,13.344398845003873 +2683,3344,7381,2008,TN,Pres-P,2008_Pres-D-P_TN,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,463,Hillary Rodham Clinton,45,DEM,59,53.8195222516022,Barack Obama,41,DEM,37,40.47512340659833,22,13.344398845003873 +2608,3216,7381,2008,TN,Pres-P,2008_Pres-D-P_TN,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-02,2008-02-05,3,485,Hillary Rodham Clinton,45,DEM,55,53.8195222516022,Barack Obama,41,DEM,35,40.47512340659833,20,13.344398845003873 +2609,3217,7381,2008,TN,Pres-P,2008_Pres-D-P_TN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,1251,Hillary Rodham Clinton,45,DEM,56,53.8195222516022,Barack Obama,41,DEM,34,40.47512340659833,22,13.344398845003873 +2595,3202,7381,2008,TN,Pres-P,2008_Pres-D-P_TN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,600,Hillary Rodham Clinton,45,DEM,59,53.8195222516022,Barack Obama,41,DEM,37,40.47512340659833,22,13.344398845003873 +2742,3364,7382,2008,TN,Pres-P,2008_Pres-R-P_TN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-01-28,2008-02-05,8,1093,Mike Huckabee,47,REP,30,34.470716755595284,John McCain,44,REP,26,31.79599685815661,4,2.674719897438674 +2737,3359,7382,2008,TN,Pres-P,2008_Pres-R-P_TN,CJ&N,63,FALSE,TRUE,Live Phone,NA,2008-01-28,2008-02-05,8,409,Mike Huckabee,47,REP,24,34.470716755595284,John McCain,44,REP,23,31.79599685815661,1,2.674719897438674 +2681,3339,7382,2008,TN,Pres-P,2008_Pres-R-P_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-01-30,2008-02-05,6,531,Mike Huckabee,47,REP,23,34.470716755595284,John McCain,44,REP,32,31.79599685815661,-9,2.674719897438674 +2683,3299,7382,2008,TN,Pres-P,2008_Pres-R-P_TN,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-01-30,2008-02-05,6,375,Mike Huckabee,47,REP,25,34.470716755595284,John McCain,44,REP,33,31.79599685815661,-8,2.674719897438674 +2608,3220,7382,2008,TN,Pres-P,2008_Pres-R-P_TN,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-02,2008-02-05,3,474,Mike Huckabee,47,REP,30,34.470716755595284,John McCain,44,REP,32,31.79599685815661,-2,2.674719897438674 +2609,3221,7382,2008,TN,Pres-P,2008_Pres-R-P_TN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-05,3,1116,Mike Huckabee,47,REP,28,34.470716755595284,John McCain,44,REP,34,31.79599685815661,-6,2.674719897438674 +2595,3201,7382,2008,TN,Pres-P,2008_Pres-R-P_TN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-03,2008-02-05,2,600,Mike Huckabee,47,REP,36,34.470716755595284,John McCain,44,REP,30,31.79599685815661,6,2.674719897438674 +2978,3627,7383,2008,UT,Pres-P,2008_Pres-D-P_UT,Dan Jones & Associates,70,FALSE,FALSE,NA,NA,2008-01-09,2008-02-05,27,546,Barack Obama,41,DEM,23,56.724732312047664,Hillary Rodham Clinton,45,DEM,46,39.065318143421386,-23,17.659414168626277 +2741,3363,7383,2008,UT,Pres-P,2008_Pres-D-P_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,288,Barack Obama,41,DEM,53,56.724732312047664,Hillary Rodham Clinton,45,DEM,29,39.065318143421386,24,17.659414168626277 +2741,120213,7384,2008,UT,Pres-P,2008_Pres-R-P_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2008-02-01,2008-02-05,4,317,Mitt Romney,48,REP,84,89.49371919975951,John McCain,44,REP,4,5.380985675249357,80,84.11273352451015 +2619,3229,7389,2008,WA,Pres-P,2008_Pres-D-P_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-02,2008-02-09,7,575,Barack Obama,41,DEM,53,67.66552688840535,Hillary Rodham Clinton,45,DEM,40,31.202984146720546,13,36.46254274168481 +2559,3166,7389,2008,WA,Pres-P,2008_Pres-D-P_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-07,2008-02-09,2,598,Barack Obama,41,DEM,50,67.66552688840535,Hillary Rodham Clinton,45,DEM,45,31.202984146720546,5,36.46254274168481 +2568,3172,7392,2008,MD,Pres-P,2008_Pres-D-P_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-06,2008-02-12,6,925,Barack Obama,41,DEM,57,60.65597478404053,Hillary Rodham Clinton,45,DEM,31,35.780039035544206,26,24.875935748496325 +2550,3158,7392,2008,MD,Pres-P,2008_Pres-D-P_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-02-07,2008-02-12,5,400,Barack Obama,41,DEM,53,60.65597478404053,Hillary Rodham Clinton,45,DEM,35,35.780039035544206,18,24.875935748496325 +2553,3155,7392,2008,MD,Pres-P,2008_Pres-D-P_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-07,2008-02-12,5,737,Barack Obama,41,DEM,52,60.65597478404053,Hillary Rodham Clinton,45,DEM,33,35.780039035544206,19,24.875935748496325 +2557,3160,7392,2008,MD,Pres-P,2008_Pres-D-P_MD,Constituent Dynamics,58,FALSE,TRUE,IVR,NA,2008-02-07,2008-02-12,5,6486,Barack Obama,41,DEM,53,60.65597478404053,Hillary Rodham Clinton,45,DEM,36,35.780039035544206,17,24.875935748496325 +2544,3149,7392,2008,MD,Pres-P,2008_Pres-D-P_MD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-08,2008-02-12,4,600,Barack Obama,41,DEM,55,60.65597478404053,Hillary Rodham Clinton,45,DEM,37,35.780039035544206,18,24.875935748496325 +2537,3135,7392,2008,MD,Pres-P,2008_Pres-D-P_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-09,2008-02-12,3,774,Barack Obama,41,DEM,55,60.65597478404053,Hillary Rodham Clinton,45,DEM,32,35.780039035544206,23,24.875935748496325 +2531,3129,7392,2008,MD,Pres-P,2008_Pres-D-P_MD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-10,2008-02-12,2,600,Barack Obama,41,DEM,55,60.65597478404053,Hillary Rodham Clinton,45,DEM,38,35.780039035544206,17,24.875935748496325 +2566,3170,7393,2008,MD,Pres-P,2008_Pres-R-P_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-06,2008-02-12,6,360,John McCain,44,REP,56,54.844870073429306,Mike Huckabee,47,REP,17,28.53929573910633,39,26.305574334322976 +2550,3152,7393,2008,MD,Pres-P,2008_Pres-R-P_MD,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-02-07,2008-02-12,5,400,John McCain,44,REP,54,54.844870073429306,Mike Huckabee,47,REP,23,28.53929573910633,31,26.305574334322976 +2544,3144,7393,2008,MD,Pres-P,2008_Pres-R-P_MD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-08,2008-02-12,4,600,John McCain,44,REP,50,54.844870073429306,Mike Huckabee,47,REP,25,28.53929573910633,25,26.305574334322976 +2537,3137,7393,2008,MD,Pres-P,2008_Pres-R-P_MD,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-09,2008-02-12,3,368,John McCain,44,REP,52,54.844870073429306,Mike Huckabee,47,REP,26,28.53929573910633,26,26.305574334322976 +2531,3127,7393,2008,MD,Pres-P,2008_Pres-R-P_MD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-10,2008-02-12,2,600,John McCain,44,REP,53,54.844870073429306,Mike Huckabee,47,REP,27,28.53929573910633,26,26.305574334322976 +2558,3161,7394,2008,VA,Pres-P,2008_Pres-D-P_VA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-07,2008-02-12,5,501,Barack Obama,41,DEM,52,63.66032145511624,Hillary Rodham Clinton,45,DEM,37,35.465923344382446,15,28.194398110733793 +2575,3180,7394,2008,VA,Pres-P,2008_Pres-D-P_VA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-06,2008-02-12,6,719,Barack Obama,41,DEM,55,63.66032145511624,Hillary Rodham Clinton,45,DEM,37,35.465923344382446,18,28.194398110733793 +2552,3154,7394,2008,VA,Pres-P,2008_Pres-D-P_VA,Constituent Dynamics,58,FALSE,TRUE,IVR,NA,2008-02-07,2008-02-12,5,6596,Barack Obama,41,DEM,51,63.66032145511624,Hillary Rodham Clinton,45,DEM,34,35.465923344382446,17,28.194398110733793 +2555,3162,7394,2008,VA,Pres-P,2008_Pres-D-P_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-02-07,2008-02-12,5,400,Barack Obama,41,DEM,53,63.66032145511624,Hillary Rodham Clinton,45,DEM,37,35.465923344382446,16,28.194398110733793 +2561,3167,7394,2008,VA,Pres-P,2008_Pres-D-P_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-07,2008-02-12,5,588,Barack Obama,41,DEM,59,63.66032145511624,Hillary Rodham Clinton,45,DEM,39,35.465923344382446,20,28.194398110733793 +2548,3150,7394,2008,VA,Pres-P,2008_Pres-D-P_VA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-08,2008-02-12,4,600,Barack Obama,41,DEM,56,63.66032145511624,Hillary Rodham Clinton,45,DEM,38,35.465923344382446,18,28.194398110733793 +2541,3141,7394,2008,VA,Pres-P,2008_Pres-D-P_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-09,2008-02-12,3,596,Barack Obama,41,DEM,60,63.66032145511624,Hillary Rodham Clinton,45,DEM,38,35.465923344382446,22,28.194398110733793 +2530,3131,7394,2008,VA,Pres-P,2008_Pres-D-P_VA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-10,2008-02-12,2,600,Barack Obama,41,DEM,57,63.66032145511624,Hillary Rodham Clinton,45,DEM,40,35.465923344382446,17,28.194398110733793 +2555,3157,7395,2008,VA,Pres-P,2008_Pres-R-P_VA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-02-07,2008-02-12,5,400,John McCain,44,REP,55,50.0414919100995,Mike Huckabee,47,REP,27,40.6749486971949,28,9.366543212904602 +2561,3165,7395,2008,VA,Pres-P,2008_Pres-R-P_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-07,2008-02-12,5,382,John McCain,44,REP,57,50.0414919100995,Mike Huckabee,47,REP,25,40.6749486971949,32,9.366543212904602 +2548,3148,7395,2008,VA,Pres-P,2008_Pres-R-P_VA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-08,2008-02-12,4,600,John McCain,44,REP,54,50.0414919100995,Mike Huckabee,47,REP,32,40.6749486971949,22,9.366543212904602 +2541,3140,7395,2008,VA,Pres-P,2008_Pres-R-P_VA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-09,2008-02-12,3,385,John McCain,44,REP,48,50.0414919100995,Mike Huckabee,47,REP,37,40.6749486971949,11,9.366543212904602 +2530,3126,7395,2008,VA,Pres-P,2008_Pres-R-P_VA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-10,2008-02-12,2,600,John McCain,44,REP,47,50.0414919100995,Mike Huckabee,47,REP,39,40.6749486971949,8,9.366543212904602 +58985,100989,7396,2008,DC,Pres-P,2008_Pres-D-P_DC,Constituent Dynamics,58,FALSE,TRUE,IVR,NA,2008-02-07,2008-02-12,5,1194,Barack Obama,41,DEM,63,75.31493459360938,Hillary Rodham Clinton,45,DEM,27,23.767279061890093,36,51.547655531719286 +2559,3163,7399,2008,WA,Pres-P,2008_Pres-R-P_WA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-07,2008-02-19,12,433,John McCain,44,REP,54,49.49767139934935,Mike Huckabee,47,REP,25,24.089317119932367,29,25.408354279416983 +2574,3178,7400,2008,WI,Pres-P,2008_Pres-D-P_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-06,2008-02-19,13,600,Barack Obama,41,DEM,41,58.07849675825789,Hillary Rodham Clinton,45,DEM,50,40.7589474506466,-9,17.31954930761129 +2522,3117,7400,2008,WI,Pres-P,2008_Pres-D-P_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-11,2008-02-19,8,642,Barack Obama,41,DEM,50,58.07849675825789,Hillary Rodham Clinton,45,DEM,39,40.7589474506466,11,17.31954930761129 +2516,3111,7400,2008,WI,Pres-P,2008_Pres-D-P_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-13,2008-02-19,6,855,Barack Obama,41,DEM,47,58.07849675825789,Hillary Rodham Clinton,45,DEM,43,40.7589474506466,4,17.31954930761129 +2499,3091,7400,2008,WI,Pres-P,2008_Pres-D-P_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-15,2008-02-19,4,600,Barack Obama,41,DEM,43,58.07849675825789,Hillary Rodham Clinton,45,DEM,49,40.7589474506466,-6,17.31954930761129 +2492,3084,7400,2008,WI,Pres-P,2008_Pres-D-P_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-16,2008-02-19,3,822,Barack Obama,41,DEM,53,58.07849675825789,Hillary Rodham Clinton,45,DEM,40,40.7589474506466,13,17.31954930761129 +2486,3077,7400,2008,WI,Pres-P,2008_Pres-D-P_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-17,2008-02-19,2,600,Barack Obama,41,DEM,52,58.07849675825789,Hillary Rodham Clinton,45,DEM,42,40.7589474506466,10,17.31954930761129 +2522,3122,7401,2008,WI,Pres-P,2008_Pres-R-P_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-11,2008-02-19,8,700,John McCain,44,REP,53,54.73725484465681,Mike Huckabee,47,REP,32,36.94700772271296,21,17.79024712194385 +2516,151346,7401,2008,WI,Pres-P,2008_Pres-R-P_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-13,2008-02-19,6,526,John McCain,44,REP,51,54.73725484465681,Mike Huckabee,47,REP,30,36.94700772271296,21,17.79024712194385 +2499,3092,7401,2008,WI,Pres-P,2008_Pres-R-P_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-15,2008-02-19,4,600,John McCain,44,REP,46,54.73725484465681,Mike Huckabee,47,REP,42,36.94700772271296,4,17.79024712194385 +2492,3088,7401,2008,WI,Pres-P,2008_Pres-R-P_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-16,2008-02-19,3,654,John McCain,44,REP,50,54.73725484465681,Mike Huckabee,47,REP,39,36.94700772271296,11,17.79024712194385 +2486,3080,7401,2008,WI,Pres-P,2008_Pres-R-P_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-17,2008-02-19,2,600,John McCain,44,REP,51,54.73725484465681,Mike Huckabee,47,REP,43,36.94700772271296,8,17.79024712194385 +2532,3130,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-10,2008-03-04,23,720,Hillary Rodham Clinton,45,DEM,56,53.49338626529427,Barack Obama,41,DEM,39,44.836267226563145,17,8.657119038731125 +2570,3174,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-02-09,2008-03-04,24,564,Hillary Rodham Clinton,45,DEM,55,53.49338626529427,Barack Obama,41,DEM,34,44.836267226563145,21,8.657119038731125 +2513,3106,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-13,2008-03-04,20,754,Hillary Rodham Clinton,45,DEM,51,53.49338626529427,Barack Obama,41,DEM,37,44.836267226563145,14,8.657119038731125 +2487,3078,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-17,2008-03-04,16,773,Hillary Rodham Clinton,45,DEM,52,53.49338626529427,Barack Obama,41,DEM,43,44.836267226563145,9,8.657119038731125 +2491,3083,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-02-18,2008-03-04,15,611,Hillary Rodham Clinton,45,DEM,50,53.49338626529427,Barack Obama,41,DEM,43,44.836267226563145,7,8.657119038731125 +2450,3036,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-21,2008-03-04,12,902,Hillary Rodham Clinton,45,DEM,48,53.49338626529427,Barack Obama,41,DEM,40,44.836267226563145,8,8.657119038731125 +2481,3070,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-02-20,2008-03-04,13,741,Hillary Rodham Clinton,45,DEM,51,53.49338626529427,Barack Obama,41,DEM,40,44.836267226563145,11,8.657119038731125 +2433,3017,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-23,2008-03-04,10,600,Hillary Rodham Clinton,45,DEM,49,53.49338626529427,Barack Obama,41,DEM,39,44.836267226563145,10,8.657119038731125 +2438,3025,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-23,2008-03-04,10,600,Hillary Rodham Clinton,45,DEM,50,53.49338626529427,Barack Obama,41,DEM,46,44.836267226563145,4,8.657119038731125 +2451,3046,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2008-02-23,2008-03-04,10,529,Hillary Rodham Clinton,45,DEM,47,53.49338626529427,Barack Obama,41,DEM,39,44.836267226563145,8,8.657119038731125 +2414,2998,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-25,2008-03-04,8,862,Hillary Rodham Clinton,45,DEM,48,53.49338626529427,Barack Obama,41,DEM,43,44.836267226563145,5,8.657119038731125 +2428,3012,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-24,2008-03-04,9,790,Hillary Rodham Clinton,45,DEM,50,53.49338626529427,Barack Obama,41,DEM,44,44.836267226563145,6,8.657119038731125 +2376,2956,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-28,2008-03-04,5,851,Hillary Rodham Clinton,45,DEM,47,53.49338626529427,Barack Obama,41,DEM,45,44.836267226563145,2,8.657119038731125 +2395,2980,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-27,2008-03-04,6,600,Hillary Rodham Clinton,45,DEM,50,53.49338626529427,Barack Obama,41,DEM,45,44.836267226563145,5,8.657119038731125 +2399,2983,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-02-27,2008-03-04,6,600,Hillary Rodham Clinton,45,DEM,46,53.49338626529427,Barack Obama,41,DEM,38,44.836267226563145,8,8.657119038731125 +2386,2970,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-28,2008-03-04,5,600,Hillary Rodham Clinton,45,DEM,45,53.49338626529427,Barack Obama,41,DEM,45,44.836267226563145,0,8.657119038731125 +2388,2969,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-02-28,2008-03-04,5,625,Hillary Rodham Clinton,45,DEM,47,53.49338626529427,Barack Obama,41,DEM,43,44.836267226563145,4,8.657119038731125 +2457,3047,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2008-02-25,2008-03-04,8,2308,Hillary Rodham Clinton,45,DEM,56,53.49338626529427,Barack Obama,41,DEM,40,44.836267226563145,16,8.657119038731125 +2371,2949,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-29,2008-03-04,4,600,Hillary Rodham Clinton,45,DEM,51,53.49338626529427,Barack Obama,41,DEM,44,44.836267226563145,7,8.657119038731125 +2344,2919,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-03-02,2008-03-04,2,858,Hillary Rodham Clinton,45,DEM,50,53.49338626529427,Barack Obama,41,DEM,44,44.836267226563145,6,8.657119038731125 +2351,2939,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-03-01,2008-03-04,3,873,Hillary Rodham Clinton,45,DEM,54,53.49338626529427,Barack Obama,41,DEM,44,44.836267226563145,10,8.657119038731125 +2354,2931,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-03-01,2008-03-04,3,400,Hillary Rodham Clinton,45,DEM,52,53.49338626529427,Barack Obama,41,DEM,40,44.836267226563145,12,8.657119038731125 +2356,2933,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-03-01,2008-03-04,3,1112,Hillary Rodham Clinton,45,DEM,51,53.49338626529427,Barack Obama,41,DEM,42,44.836267226563145,9,8.657119038731125 +2378,2963,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2008-03-01,2008-03-04,3,613,Hillary Rodham Clinton,45,DEM,51,53.49338626529427,Barack Obama,41,DEM,42,44.836267226563145,9,8.657119038731125 +2396,2978,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-02-29,2008-03-04,4,799,Hillary Rodham Clinton,45,DEM,49,53.49338626529427,Barack Obama,41,DEM,45,44.836267226563145,4,8.657119038731125 +2349,2926,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,828,Hillary Rodham Clinton,45,DEM,44,53.49338626529427,Barack Obama,41,DEM,44,44.836267226563145,0,8.657119038731125 +2346,2924,7402,2008,OH,Pres-P,2008_Pres-D-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,600,Hillary Rodham Clinton,45,DEM,56,53.49338626529427,Barack Obama,41,DEM,42,44.836267226563145,14,8.657119038731125 +2532,3128,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-10,2008-03-04,23,524,John McCain,44,REP,50,54.556226712470256,Mike Huckabee,47,REP,36,32.40533882160317,14,22.150887890867082 +2513,3107,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-13,2008-03-04,20,668,John McCain,44,REP,50,54.556226712470256,Mike Huckabee,47,REP,33,32.40533882160317,17,22.150887890867082 +2487,3079,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-17,2008-03-04,16,478,John McCain,44,REP,61,54.556226712470256,Mike Huckabee,47,REP,29,32.40533882160317,32,22.150887890867082 +2450,3041,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-21,2008-03-04,12,730,John McCain,44,REP,57,54.556226712470256,Mike Huckabee,47,REP,30,32.40533882160317,27,22.150887890867082 +2433,3028,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-23,2008-03-04,10,600,John McCain,44,REP,51,54.556226712470256,Mike Huckabee,47,REP,40,32.40533882160317,11,22.150887890867082 +2438,3022,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-23,2008-03-04,10,430,John McCain,44,REP,55,54.556226712470256,Mike Huckabee,47,REP,30,32.40533882160317,25,22.150887890867082 +2451,3037,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2008-02-23,2008-03-04,10,312,John McCain,44,REP,55,54.556226712470256,Mike Huckabee,47,REP,20,32.40533882160317,35,22.150887890867082 +2414,2999,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-25,2008-03-04,8,704,John McCain,44,REP,55,54.556226712470256,Mike Huckabee,47,REP,29,32.40533882160317,26,22.150887890867082 +2428,3015,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-24,2008-03-04,9,456,John McCain,44,REP,59,54.556226712470256,Mike Huckabee,47,REP,28,32.40533882160317,31,22.150887890867082 +2395,2977,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-27,2008-03-04,6,600,John McCain,44,REP,63,54.556226712470256,Mike Huckabee,47,REP,21,32.40533882160317,42,22.150887890867082 +2386,2967,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-28,2008-03-04,5,600,John McCain,44,REP,58,54.556226712470256,Mike Huckabee,47,REP,23,32.40533882160317,35,22.150887890867082 +2457,3043,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,Columbus Dispatch,57,FALSE,TRUE,Mail,NA,2008-02-25,2008-03-04,8,2082,John McCain,44,REP,64,54.556226712470256,Mike Huckabee,47,REP,24,32.40533882160317,40,22.150887890867082 +2371,2951,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-29,2008-03-04,4,600,John McCain,44,REP,59,54.556226712470256,Mike Huckabee,47,REP,26,32.40533882160317,33,22.150887890867082 +2351,2928,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-03-01,2008-03-04,3,455,John McCain,44,REP,58,54.556226712470256,Mike Huckabee,47,REP,29,32.40533882160317,29,22.150887890867082 +2356,2934,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-03-01,2008-03-04,3,612,John McCain,44,REP,50,54.556226712470256,Mike Huckabee,47,REP,33,32.40533882160317,17,22.150887890867082 +2378,2958,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2008-03-01,2008-03-04,3,319,John McCain,44,REP,53,54.556226712470256,Mike Huckabee,47,REP,24,32.40533882160317,29,22.150887890867082 +2349,2932,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,712,John McCain,44,REP,59,54.556226712470256,Mike Huckabee,47,REP,29,32.40533882160317,30,22.150887890867082 +2346,2921,7403,2008,OH,Pres-P,2008_Pres-R-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,600,John McCain,44,REP,59,54.556226712470256,Mike Huckabee,47,REP,28,32.40533882160317,31,22.150887890867082 +2534,3132,7404,2008,RI,Pres-P,2008_Pres-D-P_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,NA,2008-02-09,2008-03-04,24,474,Hillary Rodham Clinton,45,DEM,36,58.43680774945156,Barack Obama,41,DEM,28,40.39712721050853,8,18.03968053894303 +2464,3056,7404,2008,RI,Pres-P,2008_Pres-D-P_RI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-20,2008-03-04,13,600,Hillary Rodham Clinton,45,DEM,52,58.43680774945156,Barack Obama,41,DEM,40,40.39712721050853,12,18.03968053894303 +2435,3019,7404,2008,RI,Pres-P,2008_Pres-D-P_RI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-23,2008-03-04,10,646,Hillary Rodham Clinton,45,DEM,53,58.43680774945156,Barack Obama,41,DEM,38,40.39712721050853,15,18.03968053894303 +2420,3004,7404,2008,RI,Pres-P,2008_Pres-D-P_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2008-02-26,2008-03-04,7,401,Hillary Rodham Clinton,45,DEM,49,58.43680774945156,Barack Obama,41,DEM,40,40.39712721050853,9,18.03968053894303 +2383,2964,7404,2008,RI,Pres-P,2008_Pres-D-P_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2008-02-29,2008-03-04,4,402,Hillary Rodham Clinton,45,DEM,42,58.43680774945156,Barack Obama,41,DEM,37,40.39712721050853,5,18.03968053894303 +2464,3050,7405,2008,RI,Pres-P,2008_Pres-R-P_RI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-20,2008-03-04,13,600,John McCain,44,REP,65,64.75033338272337,Mike Huckabee,47,REP,18,21.658764261372056,47,43.09156912135131 +2931,3575,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,IVR Polls,146,FALSE,TRUE,NA,NA,2008-01-10,2008-03-04,54,567,Hillary Rodham Clinton,45,DEM,46,50.87795210133197,Barack Obama,41,DEM,28,47.39070033732338,18,3.4872517640085903 +2697,3316,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,IVR Polls,146,FALSE,TRUE,NA,NA,2008-01-30,2008-03-04,34,534,Hillary Rodham Clinton,45,DEM,48,50.87795210133197,Barack Obama,41,DEM,38,47.39070033732338,10,3.4872517640085903 +2524,3119,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Public Opinion Strategies/Hamilton Campaigns,261,TRUE,TRUE,Live Phone,NA,2008-02-12,2008-03-04,21,400,Hillary Rodham Clinton,45,DEM,49,50.87795210133197,Barack Obama,41,DEM,41,47.39070033732338,8,3.4872517640085903 +2503,3096,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-14,2008-03-04,19,403,Hillary Rodham Clinton,45,DEM,48,50.87795210133197,Barack Obama,41,DEM,41,47.39070033732338,7,3.4872517640085903 +2504,3099,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-14,2008-03-04,19,577,Hillary Rodham Clinton,45,DEM,54,50.87795210133197,Barack Obama,41,DEM,38,47.39070033732338,16,3.4872517640085903 +2515,3110,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-13,2008-03-04,20,600,Hillary Rodham Clinton,45,DEM,42,50.87795210133197,Barack Obama,41,DEM,48,47.39070033732338,-6,3.4872517640085903 +17960,3100,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-02-16,2008-03-04,17,529,Hillary Rodham Clinton,45,DEM,50,50.87795210133197,Barack Obama,41,DEM,48,47.39070033732338,2,3.4872517640085903 +2493,3087,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-17,2008-03-04,16,660,Hillary Rodham Clinton,45,DEM,50,50.87795210133197,Barack Obama,41,DEM,45,47.39070033732338,5,3.4872517640085903 +2485,3075,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Constituent Dynamics,58,FALSE,TRUE,IVR,NA,2008-02-18,2008-03-04,15,546,Hillary Rodham Clinton,45,DEM,46,50.87795210133197,Barack Obama,41,DEM,45,47.39070033732338,1,3.4872517640085903 +2465,3051,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-20,2008-03-04,13,577,Hillary Rodham Clinton,45,DEM,47,50.87795210133197,Barack Obama,41,DEM,44,47.39070033732338,3,3.4872517640085903 +2466,3060,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,IVR Polls,146,FALSE,TRUE,IVR,NA,2008-02-20,2008-03-04,13,582,Hillary Rodham Clinton,45,DEM,50,50.87795210133197,Barack Obama,41,DEM,45,47.39070033732338,5,3.4872517640085903 +2494,3086,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2008-02-18,2008-03-04,15,603,Hillary Rodham Clinton,45,DEM,48,50.87795210133197,Barack Obama,41,DEM,47,47.39070033732338,1,3.4872517640085903 +82440,171109,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Decision Analyst,765,FALSE,TRUE,NA,NA,2008-02-20,2008-03-04,13,546,Hillary Rodham Clinton,45,DEM,43,50.87795210133197,Barack Obama,41,DEM,57,47.39070033732338,-14,3.4872517640085903 +2425,3009,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-24,2008-03-04,9,646,Hillary Rodham Clinton,45,DEM,46,50.87795210133197,Barack Obama,41,DEM,45,47.39070033732338,1,3.4872517640085903 +2437,3021,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-23,2008-03-04,10,600,Hillary Rodham Clinton,45,DEM,42,50.87795210133197,Barack Obama,41,DEM,50,47.39070033732338,-8,3.4872517640085903 +2442,3026,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-23,2008-03-04,10,434,Hillary Rodham Clinton,45,DEM,48,50.87795210133197,Barack Obama,41,DEM,48,47.39070033732338,0,3.4872517640085903 +2448,3034,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-02-23,2008-03-04,10,861,Hillary Rodham Clinton,45,DEM,46,50.87795210133197,Barack Obama,41,DEM,50,47.39070033732338,-4,3.4872517640085903 +2418,3002,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Public Strategies Inc.,264,FALSE,TRUE,Live Phone,NA,2008-02-24,2008-03-04,9,507,Hillary Rodham Clinton,45,DEM,46,50.87795210133197,Barack Obama,41,DEM,43,47.39070033732338,3,3.4872517640085903 +2417,3001,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-25,2008-03-04,8,592,Hillary Rodham Clinton,45,DEM,46,50.87795210133197,Barack Obama,41,DEM,47,47.39070033732338,-1,3.4872517640085903 +2439,3023,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-24,2008-03-04,9,704,Hillary Rodham Clinton,45,DEM,45,50.87795210133197,Barack Obama,41,DEM,49,47.39070033732338,-4,3.4872517640085903 +2430,3016,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Constituent Dynamics,58,FALSE,TRUE,IVR,NA,2008-02-25,2008-03-04,8,822,Hillary Rodham Clinton,45,DEM,47,50.87795210133197,Barack Obama,41,DEM,50,47.39070033732338,-3,3.4872517640085903 +2387,2968,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-02-27,2008-03-04,6,591,Hillary Rodham Clinton,45,DEM,47,50.87795210133197,Barack Obama,41,DEM,43,47.39070033732338,4,3.4872517640085903 +2393,2975,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-27,2008-03-04,6,503,Hillary Rodham Clinton,45,DEM,44,50.87795210133197,Barack Obama,41,DEM,48,47.39070033732338,-4,3.4872517640085903 +2406,2990,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Public Strategies Inc.,264,FALSE,TRUE,Live Phone,NA,2008-02-27,2008-03-04,6,721,Hillary Rodham Clinton,45,DEM,46,50.87795210133197,Barack Obama,41,DEM,45,47.39070033732338,1,3.4872517640085903 +2397,2981,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-27,2008-03-04,6,600,Hillary Rodham Clinton,45,DEM,44,50.87795210133197,Barack Obama,41,DEM,51,47.39070033732338,-7,3.4872517640085903 +2409,2993,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-02-27,2008-03-04,6,600,Hillary Rodham Clinton,45,DEM,45,50.87795210133197,Barack Obama,41,DEM,48,47.39070033732338,-3,3.4872517640085903 +2384,2965,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-28,2008-03-04,5,800,Hillary Rodham Clinton,45,DEM,43,50.87795210133197,Barack Obama,41,DEM,45,47.39070033732338,-2,3.4872517640085903 +2389,2971,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-02-28,2008-03-04,5,625,Hillary Rodham Clinton,45,DEM,45,50.87795210133197,Barack Obama,41,DEM,46,47.39070033732338,-1,3.4872517640085903 +2369,2947,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-29,2008-03-04,4,600,Hillary Rodham Clinton,45,DEM,47,50.87795210133197,Barack Obama,41,DEM,47,47.39070033732338,0,3.4872517640085903 +2365,2942,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Public Strategies Inc.,264,FALSE,TRUE,Live Phone,NA,2008-03-01,2008-03-04,3,728,Hillary Rodham Clinton,45,DEM,46,50.87795210133197,Barack Obama,41,DEM,45,47.39070033732338,1,3.4872517640085903 +2343,2918,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,609,Hillary Rodham Clinton,45,DEM,49,50.87795210133197,Barack Obama,41,DEM,44,47.39070033732338,5,3.4872517640085903 +2345,2920,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-03-02,2008-03-04,2,710,Hillary Rodham Clinton,45,DEM,47,50.87795210133197,Barack Obama,41,DEM,48,47.39070033732338,-1,3.4872517640085903 +2358,2935,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-03-01,2008-03-04,3,755,Hillary Rodham Clinton,45,DEM,50,50.87795210133197,Barack Obama,41,DEM,44,47.39070033732338,6,3.4872517640085903 +2360,2938,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-03-01,2008-03-04,3,840,Hillary Rodham Clinton,45,DEM,48,50.87795210133197,Barack Obama,41,DEM,49,47.39070033732338,-1,3.4872517640085903 +2380,2961,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,IVR Polls,146,FALSE,TRUE,IVR,NA,2008-03-01,2008-03-04,3,1162,Hillary Rodham Clinton,45,DEM,49,50.87795210133197,Barack Obama,41,DEM,46,47.39070033732338,3,3.4872517640085903 +2352,2929,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,855,Hillary Rodham Clinton,45,DEM,47,50.87795210133197,Barack Obama,41,DEM,44,47.39070033732338,3,3.4872517640085903 +2347,2922,7406,2008,TX,Pres-P,2008_Pres-D-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,600,Hillary Rodham Clinton,45,DEM,50,50.87795210133197,Barack Obama,41,DEM,47,47.39070033732338,3,3.4872517640085903 +2556,3159,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,IVR Polls,146,FALSE,TRUE,NA,NA,2008-02-07,2008-03-04,26,510,John McCain,44,REP,43,51.21894823690728,Mike Huckabee,47,REP,33,38.023462881756295,10,13.195485355150986 +2524,3123,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Public Opinion Strategies/Hamilton Campaigns,261,TRUE,TRUE,Live Phone,NA,2008-02-12,2008-03-04,21,400,John McCain,44,REP,45,51.21894823690728,Mike Huckabee,47,REP,41,38.023462881756295,4,13.195485355150986 +2504,3097,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-14,2008-03-04,19,796,John McCain,44,REP,45,51.21894823690728,Mike Huckabee,47,REP,37,38.023462881756295,8,13.195485355150986 +2515,3109,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-13,2008-03-04,20,600,John McCain,44,REP,42,51.21894823690728,Mike Huckabee,47,REP,36,38.023462881756295,6,13.195485355150986 +17960,3101,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-02-16,2008-03-04,17,553,John McCain,44,REP,55,51.21894823690728,Mike Huckabee,47,REP,32,38.023462881756295,23,13.195485355150986 +2493,3085,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-17,2008-03-04,16,505,John McCain,44,REP,50,51.21894823690728,Mike Huckabee,47,REP,37,38.023462881756295,13,13.195485355150986 +2485,3076,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Constituent Dynamics,58,FALSE,TRUE,IVR,NA,2008-02-18,2008-03-04,15,546,John McCain,44,REP,52,51.21894823690728,Mike Huckabee,47,REP,30,38.023462881756295,22,13.195485355150986 +2465,3054,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-20,2008-03-04,13,762,John McCain,44,REP,46,51.21894823690728,Mike Huckabee,47,REP,37,38.023462881756295,9,13.195485355150986 +2466,3052,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,IVR Polls,146,FALSE,TRUE,IVR,NA,2008-02-20,2008-03-04,13,612,John McCain,44,REP,54,51.21894823690728,Mike Huckabee,47,REP,29,38.023462881756295,25,13.195485355150986 +2425,3010,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-24,2008-03-04,9,873,John McCain,44,REP,52,51.21894823690728,Mike Huckabee,47,REP,31,38.023462881756295,21,13.195485355150986 +2437,3027,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-23,2008-03-04,10,600,John McCain,44,REP,45,51.21894823690728,Mike Huckabee,47,REP,41,38.023462881756295,4,13.195485355150986 +2442,3029,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-02-23,2008-03-04,10,423,John McCain,44,REP,52,51.21894823690728,Mike Huckabee,47,REP,36,38.023462881756295,16,13.195485355150986 +2448,3035,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-02-23,2008-03-04,10,751,John McCain,44,REP,56,51.21894823690728,Mike Huckabee,47,REP,31,38.023462881756295,25,13.195485355150986 +2418,3013,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Public Strategies Inc.,264,FALSE,TRUE,Live Phone,NA,2008-02-24,2008-03-04,9,293,John McCain,44,REP,59,51.21894823690728,Mike Huckabee,47,REP,29,38.023462881756295,30,13.195485355150986 +2439,3024,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-02-24,2008-03-04,9,484,John McCain,44,REP,56,51.21894823690728,Mike Huckabee,47,REP,32,38.023462881756295,24,13.195485355150986 +2430,3014,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Constituent Dynamics,58,FALSE,TRUE,IVR,NA,2008-02-25,2008-03-04,8,1089,John McCain,44,REP,57,51.21894823690728,Mike Huckabee,47,REP,30,38.023462881756295,27,13.195485355150986 +2393,2982,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-27,2008-03-04,6,530,John McCain,44,REP,54,51.21894823690728,Mike Huckabee,47,REP,34,38.023462881756295,20,13.195485355150986 +2406,2992,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Public Strategies Inc.,264,FALSE,TRUE,Live Phone,NA,2008-02-27,2008-03-04,6,479,John McCain,44,REP,59,51.21894823690728,Mike Huckabee,47,REP,27,38.023462881756295,32,13.195485355150986 +2397,2979,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-27,2008-03-04,6,600,John McCain,44,REP,62,51.21894823690728,Mike Huckabee,47,REP,23,38.023462881756295,39,13.195485355150986 +2384,2974,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-02-28,2008-03-04,5,650,John McCain,44,REP,54,51.21894823690728,Mike Huckabee,47,REP,31,38.023462881756295,23,13.195485355150986 +2369,2950,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-29,2008-03-04,4,600,John McCain,44,REP,61,51.21894823690728,Mike Huckabee,47,REP,26,38.023462881756295,35,13.195485355150986 +2365,2948,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Public Strategies Inc.,264,FALSE,TRUE,Live Phone,NA,2008-03-01,2008-03-04,3,472,John McCain,44,REP,55,51.21894823690728,Mike Huckabee,47,REP,35,38.023462881756295,20,13.195485355150986 +2358,2936,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-03-01,2008-03-04,3,643,John McCain,44,REP,50,51.21894823690728,Mike Huckabee,47,REP,38,38.023462881756295,12,13.195485355150986 +2360,2937,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-03-01,2008-03-04,3,466,John McCain,44,REP,53,51.21894823690728,Mike Huckabee,47,REP,36,38.023462881756295,17,13.195485355150986 +2380,2962,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,IVR Polls,146,FALSE,TRUE,IVR,NA,2008-03-01,2008-03-04,3,772,John McCain,44,REP,54,51.21894823690728,Mike Huckabee,47,REP,38,38.023462881756295,16,13.195485355150986 +2352,2930,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,704,John McCain,44,REP,57,51.21894823690728,Mike Huckabee,47,REP,29,38.023462881756295,28,13.195485355150986 +2347,2923,7407,2008,TX,Pres-P,2008_Pres-R-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-03-02,2008-03-04,2,600,John McCain,44,REP,57,51.21894823690728,Mike Huckabee,47,REP,33,38.023462881756295,24,13.195485355150986 +2471,3059,7409,2008,VT,Pres-P,2008_Pres-D-P_VT,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-20,2008-03-04,13,600,Barack Obama,41,DEM,60,59.30627258647393,Hillary Rodham Clinton,45,DEM,34,38.594475993804856,26,20.711796592669074 +2421,3005,7409,2008,VT,Pres-P,2008_Pres-D-P_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-24,2008-03-04,9,1013,Barack Obama,41,DEM,57,59.30627258647393,Hillary Rodham Clinton,45,DEM,33,38.594475993804856,24,20.711796592669074 +2471,3058,7410,2008,VT,Pres-P,2008_Pres-R-P_VT,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-02-20,2008-03-04,13,600,John McCain,44,REP,73,71.32244057927365,Mike Huckabee,47,REP,9,14.301131942875788,64,57.02130863639786 +2421,3006,7410,2008,VT,Pres-P,2008_Pres-R-P_VT,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-24,2008-03-04,9,514,John McCain,44,REP,68,71.32244057927365,Mike Huckabee,47,REP,17,14.301131942875788,51,57.02130863639786 +2338,2913,7412,2008,MS,Pres-P,2008_Pres-D-P_MS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-03-05,2008-03-11,6,816,Barack Obama,41,DEM,53,61.135159916234905,Hillary Rodham Clinton,45,DEM,39,36.69284517970562,14,24.442314736529283 +2330,2905,7412,2008,MS,Pres-P,2008_Pres-D-P_MS,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-03-06,2008-03-11,5,412,Barack Obama,41,DEM,46,61.135159916234905,Hillary Rodham Clinton,45,DEM,40,36.69284517970562,6,24.442314736529283 +2337,2912,7412,2008,MS,Pres-P,2008_Pres-D-P_MS,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-03-05,2008-03-11,6,600,Barack Obama,41,DEM,58,61.135159916234905,Hillary Rodham Clinton,45,DEM,34,36.69284517970562,24,24.442314736529283 +2320,2895,7412,2008,MS,Pres-P,2008_Pres-D-P_MS,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-03-09,2008-03-11,2,338,Barack Obama,41,DEM,54,61.135159916234905,Hillary Rodham Clinton,45,DEM,37,36.69284517970562,17,24.442314736529283 +2322,2897,7412,2008,MS,Pres-P,2008_Pres-D-P_MS,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-03-09,2008-03-11,2,600,Barack Obama,41,DEM,54,61.135159916234905,Hillary Rodham Clinton,45,DEM,38,36.69284517970562,16,24.442314736529283 +2456,3042,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-02-23,2008-04-22,59,506,Hillary Rodham Clinton,45,DEM,49,54.57093576662329,Barack Obama,41,DEM,43,45.42906423337671,6,9.141871533246587 +2401,2985,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-02-26,2008-04-22,56,820,Hillary Rodham Clinton,45,DEM,46,54.57093576662329,Barack Obama,41,DEM,42,45.42906423337671,4,9.141871533246587 +2335,2910,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-03-05,2008-04-22,48,690,Hillary Rodham Clinton,45,DEM,52,54.57093576662329,Barack Obama,41,DEM,37,45.42906423337671,15,9.141871533246587 +2328,2903,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,American Research Group,9,TRUE,FALSE,NA,NA,2008-03-07,2008-04-22,46,600,Hillary Rodham Clinton,45,DEM,52,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,11,9.141871533246587 +2324,2899,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-03-09,2008-04-22,44,608,Hillary Rodham Clinton,45,DEM,55,54.57093576662329,Barack Obama,41,DEM,36,45.42906423337671,19,9.141871533246587 +2333,2908,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,NA,NA,2008-03-07,2008-04-22,46,500,Hillary Rodham Clinton,45,DEM,45,54.57093576662329,Barack Obama,41,DEM,31,45.42906423337671,14,9.141871533246587 +2314,2889,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-03-12,2008-04-22,41,697,Hillary Rodham Clinton,45,DEM,51,54.57093576662329,Barack Obama,41,DEM,38,45.42906423337671,13,9.141871533246587 +2305,2880,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-03-15,2008-04-22,38,597,Hillary Rodham Clinton,45,DEM,56,54.57093576662329,Barack Obama,41,DEM,30,45.42906423337671,26,9.141871533246587 +2316,2891,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Franklin & Marshall College,106,TRUE,FALSE,NA,NA,2008-03-13,2008-04-22,40,294,Hillary Rodham Clinton,45,DEM,51,54.57093576662329,Barack Obama,41,DEM,35,45.42906423337671,16,9.141871533246587 +2319,2894,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-03-13,2008-04-22,40,1304,Hillary Rodham Clinton,45,DEM,53,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,12,9.141871533246587 +2289,2864,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-03-24,2008-04-22,29,697,Hillary Rodham Clinton,45,DEM,49,54.57093576662329,Barack Obama,41,DEM,39,45.42906423337671,10,9.141871533246587 +2285,2860,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,American Research Group,9,TRUE,FALSE,NA,NA,2008-03-26,2008-04-22,27,600,Hillary Rodham Clinton,45,DEM,51,54.57093576662329,Barack Obama,41,DEM,39,45.42906423337671,12,9.141871533246587 +2266,2841,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-03-31,2008-04-22,22,730,Hillary Rodham Clinton,45,DEM,47,54.57093576662329,Barack Obama,41,DEM,42,45.42906423337671,5,9.141871533246587 +2274,2849,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-03-30,2008-04-22,23,588,Hillary Rodham Clinton,45,DEM,53,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,12,9.141871533246587 +2292,2867,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Quinnipiac University,267,TRUE,FALSE,NA,NA,2008-03-28,2008-04-22,25,1549,Hillary Rodham Clinton,45,DEM,50,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,9,9.141871533246587 +2265,2840,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-03-31,2008-04-22,22,1224,Hillary Rodham Clinton,45,DEM,43,54.57093576662329,Barack Obama,41,DEM,45,45.42906423337671,-2,9.141871533246587 +2260,2835,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-04-02,2008-04-22,20,659,Hillary Rodham Clinton,45,DEM,45,54.57093576662329,Barack Obama,41,DEM,42,45.42906423337671,3,9.141871533246587 +2282,2857,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Muhlenberg College,219,TRUE,FALSE,NA,NA,2008-03-30,2008-04-22,23,406,Hillary Rodham Clinton,45,DEM,51,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,10,9.141871533246587 +2251,2826,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-05,2008-04-22,17,600,Hillary Rodham Clinton,45,DEM,45,54.57093576662329,Barack Obama,41,DEM,45,45.42906423337671,0,9.141871533246587 +2258,2833,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-04-05,2008-04-22,17,1340,Hillary Rodham Clinton,45,DEM,50,54.57093576662329,Barack Obama,41,DEM,44,45.42906423337671,6,9.141871533246587 +2261,2836,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2008-04-04,2008-04-22,18,676,Hillary Rodham Clinton,45,DEM,49,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,8,9.141871533246587 +2245,2820,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-04-07,2008-04-22,15,730,Hillary Rodham Clinton,45,DEM,48,54.57093576662329,Barack Obama,41,DEM,43,45.42906423337671,5,9.141871533246587 +2253,2828,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-06,2008-04-22,16,597,Hillary Rodham Clinton,45,DEM,56,54.57093576662329,Barack Obama,41,DEM,38,45.42906423337671,18,9.141871533246587 +2240,2815,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-04-08,2008-04-22,14,681,Hillary Rodham Clinton,45,DEM,48,54.57093576662329,Barack Obama,41,DEM,38,45.42906423337671,10,9.141871533246587 +2244,2819,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-04-07,2008-04-22,15,1124,Hillary Rodham Clinton,45,DEM,46,54.57093576662329,Barack Obama,41,DEM,43,45.42906423337671,3,9.141871533246587 +2281,2856,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Temple University Institute for Survey Research,336,TRUE,FALSE,Live Phone,NA,2008-04-02,2008-04-22,20,583,Hillary Rodham Clinton,45,DEM,47,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,6,9.141871533246587 +2237,2812,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-04-09,2008-04-22,13,1002,Hillary Rodham Clinton,45,DEM,47,54.57093576662329,Barack Obama,41,DEM,43,45.42906423337671,4,9.141871533246587 +2247,2822,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2008-04-08,2008-04-22,14,500,Hillary Rodham Clinton,45,DEM,40,54.57093576662329,Barack Obama,41,DEM,37,45.42906423337671,3,9.141871533246587 +2228,2803,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-12,2008-04-22,10,600,Hillary Rodham Clinton,45,DEM,57,54.57093576662329,Barack Obama,41,DEM,37,45.42906423337671,20,9.141871533246587 +2239,2814,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-04-11,2008-04-22,11,2103,Hillary Rodham Clinton,45,DEM,50,54.57093576662329,Barack Obama,41,DEM,44,45.42906423337671,6,9.141871533246587 +2241,2816,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Franklin & Marshall College,106,TRUE,FALSE,Live Phone,NA,2008-04-10,2008-04-22,12,367,Hillary Rodham Clinton,45,DEM,49,54.57093576662329,Barack Obama,41,DEM,42,45.42906423337671,7,9.141871533246587 +2218,2793,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-04-14,2008-04-22,8,741,Hillary Rodham Clinton,45,DEM,50,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,9,9.141871533246587 +2225,2800,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-13,2008-04-22,9,638,Hillary Rodham Clinton,45,DEM,54,54.57093576662329,Barack Obama,41,DEM,40,45.42906423337671,14,9.141871533246587 +12472,15566,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2008-04-12,2008-04-22,10,623,Hillary Rodham Clinton,45,DEM,46,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,5,9.141871533246587 +2216,2791,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-04-14,2008-04-22,8,1095,Hillary Rodham Clinton,45,DEM,42,54.57093576662329,Barack Obama,41,DEM,45,45.42906423337671,-3,9.141871533246587 +2211,2786,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-04-16,2008-04-22,6,602,Hillary Rodham Clinton,45,DEM,47,54.57093576662329,Barack Obama,41,DEM,43,45.42906423337671,4,9.141871533246587 +2207,2782,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-04-17,2008-04-22,5,730,Hillary Rodham Clinton,45,DEM,47,54.57093576662329,Barack Obama,41,DEM,44,45.42906423337671,3,9.141871533246587 +2205,2780,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-04-17,2008-04-22,5,600,Hillary Rodham Clinton,45,DEM,47,54.57093576662329,Barack Obama,41,DEM,42,45.42906423337671,5,9.141871533246587 +2206,2781,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-04-17,2008-04-22,5,625,Hillary Rodham Clinton,45,DEM,48,54.57093576662329,Barack Obama,41,DEM,43,45.42906423337671,5,9.141871533246587 +2199,2774,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-04-18,2008-04-22,4,607,Hillary Rodham Clinton,45,DEM,46,54.57093576662329,Barack Obama,41,DEM,43,45.42906423337671,3,9.141871533246587 +2209,2784,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-18,2008-04-22,4,600,Hillary Rodham Clinton,45,DEM,54,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,13,9.141871533246587 +2188,2763,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-04-20,2008-04-22,2,747,Hillary Rodham Clinton,45,DEM,49,54.57093576662329,Barack Obama,41,DEM,39,45.42906423337671,10,9.141871533246587 +2191,2766,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-04-20,2008-04-22,2,722,Hillary Rodham Clinton,45,DEM,49,54.57093576662329,Barack Obama,41,DEM,44,45.42906423337671,5,9.141871533246587 +2197,2772,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-04-19,2008-04-22,3,600,Hillary Rodham Clinton,45,DEM,52,54.57093576662329,Barack Obama,41,DEM,42,45.42906423337671,10,9.141871533246587 +2198,2773,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-04-19,2008-04-22,3,2338,Hillary Rodham Clinton,45,DEM,46,54.57093576662329,Barack Obama,41,DEM,49,45.42906423337671,-3,9.141871533246587 +2203,2778,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-19,2008-04-22,3,710,Hillary Rodham Clinton,45,DEM,50,54.57093576662329,Barack Obama,41,DEM,44,45.42906423337671,6,9.141871533246587 +2204,2779,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2008-04-19,2008-04-22,3,1027,Hillary Rodham Clinton,45,DEM,51,54.57093576662329,Barack Obama,41,DEM,44,45.42906423337671,7,9.141871533246587 +2190,2765,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2008-04-20,2008-04-22,2,675,Hillary Rodham Clinton,45,DEM,51,54.57093576662329,Barack Obama,41,DEM,41,45.42906423337671,10,9.141871533246587 +2185,2760,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-04-21,2008-04-22,1,712,Hillary Rodham Clinton,45,DEM,49,54.57093576662329,Barack Obama,41,DEM,42,45.42906423337671,7,9.141871533246587 +2192,2767,7414,2008,PA,Pres-P,2008_Pres-D-P_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-20,2008-04-22,2,600,Hillary Rodham Clinton,45,DEM,56,54.57093576662329,Barack Obama,41,DEM,40,45.42906423337671,16,9.141871533246587 +2275,2850,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-03-30,2008-05-06,37,530,Hillary Rodham Clinton,45,DEM,52,50.55575329231707,Barack Obama,41,DEM,43,49.44424670768292,9,1.1115065846341494 +2263,2838,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,American Research Group,9,TRUE,FALSE,NA,NA,2008-04-02,2008-05-06,34,600,Hillary Rodham Clinton,45,DEM,53,50.55575329231707,Barack Obama,41,DEM,44,49.44424670768292,9,1.1115065846341494 +2229,2804,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-04-12,2008-05-06,24,571,Hillary Rodham Clinton,45,DEM,55,50.55575329231707,Barack Obama,41,DEM,39,49.44424670768292,16,1.1115065846341494 +12470,15564,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2008-04-12,2008-05-06,24,687,Hillary Rodham Clinton,45,DEM,35,50.55575329231707,Barack Obama,41,DEM,40,49.44424670768292,-5,1.1115065846341494 +2220,2795,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-15,2008-05-06,21,571,Hillary Rodham Clinton,45,DEM,45,50.55575329231707,Barack Obama,41,DEM,50,49.44424670768292,-5,1.1115065846341494 +2187,2762,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2008-04-22,2008-05-06,14,534,Hillary Rodham Clinton,45,DEM,38,50.55575329231707,Barack Obama,41,DEM,41,49.44424670768292,-3,1.1115065846341494 +2179,2754,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Howey Politics/DePauw University,142,FALSE,TRUE,Live Phone,NA,2008-04-23,2008-05-06,13,600,Hillary Rodham Clinton,45,DEM,45,50.55575329231707,Barack Obama,41,DEM,47,49.44424670768292,-2,1.1115065846341494 +2182,2757,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-23,2008-05-06,13,600,Hillary Rodham Clinton,45,DEM,50,50.55575329231707,Barack Obama,41,DEM,45,49.44424670768292,5,1.1115065846341494 +2167,2742,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-04-26,2008-05-06,10,1388,Hillary Rodham Clinton,45,DEM,50,50.55575329231707,Barack Obama,41,DEM,42,49.44424670768292,8,1.1115065846341494 +2175,2750,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-26,2008-05-06,10,628,Hillary Rodham Clinton,45,DEM,52,50.55575329231707,Barack Obama,41,DEM,43,49.44424670768292,9,1.1115065846341494 +2154,2729,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-04-29,2008-05-06,7,400,Hillary Rodham Clinton,45,DEM,46,50.55575329231707,Barack Obama,41,DEM,41,49.44424670768292,5,1.1115065846341494 +2172,2747,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,TeleResearch Corporation,335,FALSE,TRUE,IVR,NA,2008-04-27,2008-05-06,9,943,Hillary Rodham Clinton,45,DEM,48,50.55575329231707,Barack Obama,41,DEM,38,49.44424670768292,10,1.1115065846341494 +2163,2738,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-29,2008-05-06,7,689,Hillary Rodham Clinton,45,DEM,52,50.55575329231707,Barack Obama,41,DEM,45,49.44424670768292,7,1.1115065846341494 +2145,2720,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-04-30,2008-05-06,6,680,Hillary Rodham Clinton,45,DEM,42,50.55575329231707,Barack Obama,41,DEM,42,49.44424670768292,0,1.1115065846341494 +2148,2723,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-04-30,2008-05-06,6,478,Hillary Rodham Clinton,45,DEM,47,50.55575329231707,Barack Obama,41,DEM,40,49.44424670768292,7,1.1115065846341494 +2152,2727,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-30,2008-05-06,6,600,Hillary Rodham Clinton,45,DEM,53,50.55575329231707,Barack Obama,41,DEM,44,49.44424670768292,9,1.1115065846341494 +2130,2705,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-05-02,2008-05-06,4,595,Hillary Rodham Clinton,45,DEM,41,50.55575329231707,Barack Obama,41,DEM,43,49.44424670768292,-2,1.1115065846341494 +2119,2694,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-05-04,2008-05-06,2,502,Hillary Rodham Clinton,45,DEM,48,50.55575329231707,Barack Obama,41,DEM,44,49.44424670768292,4,1.1115065846341494 +2126,2701,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-05-03,2008-05-06,3,600,Hillary Rodham Clinton,45,DEM,49,50.55575329231707,Barack Obama,41,DEM,43,49.44424670768292,6,1.1115065846341494 +2129,2704,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-05-03,2008-05-06,3,851,Hillary Rodham Clinton,45,DEM,51,50.55575329231707,Barack Obama,41,DEM,46,49.44424670768292,5,1.1115065846341494 +2135,2710,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-05-03,2008-05-06,3,675,Hillary Rodham Clinton,45,DEM,54,50.55575329231707,Barack Obama,41,DEM,42,49.44424670768292,12,1.1115065846341494 +2136,2711,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-05-03,2008-05-06,3,600,Hillary Rodham Clinton,45,DEM,53,50.55575329231707,Barack Obama,41,DEM,45,49.44424670768292,8,1.1115065846341494 +2117,2692,7416,2008,IN,Pres-P,2008_Pres-D-P_IN,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-05-04,2008-05-06,2,644,Hillary Rodham Clinton,45,DEM,43,50.55575329231707,Barack Obama,41,DEM,45,49.44424670768292,-2,1.1115065846341494 +2323,2898,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-03-09,2008-05-06,58,713,Barack Obama,41,DEM,49,56.138192197762294,Hillary Rodham Clinton,45,DEM,41,41.60550278795946,8,14.532689409802835 +2301,2876,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-03-17,2008-05-06,50,521,Barack Obama,41,DEM,44,56.138192197762294,Hillary Rodham Clinton,45,DEM,43,41.60550278795946,1,14.532689409802835 +2290,2865,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-03-24,2008-05-06,43,673,Barack Obama,41,DEM,55,56.138192197762294,Hillary Rodham Clinton,45,DEM,34,41.60550278795946,21,14.532689409802835 +2284,2859,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-03-26,2008-05-06,41,406,Barack Obama,41,DEM,49,56.138192197762294,Hillary Rodham Clinton,45,DEM,34,41.60550278795946,15,14.532689409802835 +2271,2846,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,American Research Group,9,TRUE,FALSE,NA,NA,2008-03-29,2008-05-06,38,600,Barack Obama,41,DEM,51,56.138192197762294,Hillary Rodham Clinton,45,DEM,38,41.60550278795946,13,14.532689409802835 +2272,2847,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-03-29,2008-05-06,38,1100,Barack Obama,41,DEM,54,56.138192197762294,Hillary Rodham Clinton,45,DEM,36,41.60550278795946,18,14.532689409802835 +2270,2845,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Braun Research,33,FALSE,FALSE,NA,NA,2008-03-31,2008-05-06,36,400,Barack Obama,41,DEM,35,56.138192197762294,Hillary Rodham Clinton,45,DEM,26,41.60550278795946,9,14.532689409802835 +2257,2832,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-04-03,2008-05-06,33,704,Barack Obama,41,DEM,56,56.138192197762294,Hillary Rodham Clinton,45,DEM,33,41.60550278795946,23,14.532689409802835 +2249,2824,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-04-05,2008-05-06,31,928,Barack Obama,41,DEM,54,56.138192197762294,Hillary Rodham Clinton,45,DEM,33,41.60550278795946,21,14.532689409802835 +2250,2825,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-04-06,2008-05-06,30,725,Barack Obama,41,DEM,49,56.138192197762294,Hillary Rodham Clinton,45,DEM,39,41.60550278795946,10,14.532689409802835 +17813,2811,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,The Tyson Group,334,FALSE,FALSE,NA,NA,2008-04-09,2008-05-06,27,546,Barack Obama,41,DEM,45,56.138192197762294,Hillary Rodham Clinton,45,DEM,27,41.60550278795946,18,14.532689409802835 +2222,2797,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,NA,NA,2008-04-12,2008-05-06,24,538,Barack Obama,41,DEM,54,56.138192197762294,Hillary Rodham Clinton,45,DEM,34,41.60550278795946,20,14.532689409802835 +2215,2790,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2008-04-14,2008-05-06,22,541,Barack Obama,41,DEM,51,56.138192197762294,Hillary Rodham Clinton,45,DEM,36,41.60550278795946,15,14.532689409802835 +12471,15565,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Los Angeles Times,172,TRUE,TRUE,NA,NA,2008-04-12,2008-05-06,24,691,Barack Obama,41,DEM,47,56.138192197762294,Hillary Rodham Clinton,45,DEM,34,41.60550278795946,13,14.532689409802835 +2219,2794,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-14,2008-05-06,22,600,Barack Obama,41,DEM,52,56.138192197762294,Hillary Rodham Clinton,45,DEM,41,41.60550278795946,11,14.532689409802835 +2193,2768,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-04-19,2008-05-06,17,962,Barack Obama,41,DEM,57,56.138192197762294,Hillary Rodham Clinton,45,DEM,32,41.60550278795946,25,14.532689409802835 +2196,2771,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-20,2008-05-06,16,734,Barack Obama,41,DEM,50,56.138192197762294,Hillary Rodham Clinton,45,DEM,41,41.60550278795946,9,14.532689409802835 +2165,2740,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-04-26,2008-05-06,10,1121,Barack Obama,41,DEM,51,56.138192197762294,Hillary Rodham Clinton,45,DEM,39,41.60550278795946,12,14.532689409802835 +2170,2745,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-26,2008-05-06,10,600,Barack Obama,41,DEM,52,56.138192197762294,Hillary Rodham Clinton,45,DEM,42,41.60550278795946,10,14.532689409802835 +2158,2733,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-04-28,2008-05-06,8,774,Barack Obama,41,DEM,51,56.138192197762294,Hillary Rodham Clinton,45,DEM,37,41.60550278795946,14,14.532689409802835 +2169,2744,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-27,2008-05-06,9,727,Barack Obama,41,DEM,49,56.138192197762294,Hillary Rodham Clinton,45,DEM,44,41.60550278795946,5,14.532689409802835 +2153,2728,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-04-29,2008-05-06,7,571,Barack Obama,41,DEM,42,56.138192197762294,Hillary Rodham Clinton,45,DEM,44,41.60550278795946,-2,14.532689409802835 +2160,2735,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-04-28,2008-05-06,8,400,Barack Obama,41,DEM,49,56.138192197762294,Hillary Rodham Clinton,45,DEM,42,41.60550278795946,7,14.532689409802835 +2146,2721,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-04-30,2008-05-06,6,668,Barack Obama,41,DEM,50,56.138192197762294,Hillary Rodham Clinton,45,DEM,34,41.60550278795946,16,14.532689409802835 +2140,2715,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-05-01,2008-05-06,5,831,Barack Obama,41,DEM,49,56.138192197762294,Hillary Rodham Clinton,45,DEM,40,41.60550278795946,9,14.532689409802835 +2142,2717,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-05-01,2008-05-06,5,611,Barack Obama,41,DEM,49,56.138192197762294,Hillary Rodham Clinton,45,DEM,44,41.60550278795946,5,14.532689409802835 +2150,2725,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-04-30,2008-05-06,6,600,Barack Obama,41,DEM,52,56.138192197762294,Hillary Rodham Clinton,45,DEM,41,41.60550278795946,11,14.532689409802835 +2131,2706,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-05-02,2008-05-06,4,600,Barack Obama,41,DEM,48,56.138192197762294,Hillary Rodham Clinton,45,DEM,39,41.60550278795946,9,14.532689409802835 +2121,2696,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-05-04,2008-05-06,2,781,Barack Obama,41,DEM,48,56.138192197762294,Hillary Rodham Clinton,45,DEM,45,41.60550278795946,3,14.532689409802835 +2128,2703,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-05-03,2008-05-06,3,870,Barack Obama,41,DEM,53,56.138192197762294,Hillary Rodham Clinton,45,DEM,43,41.60550278795946,10,14.532689409802835 +2132,2707,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-05-03,2008-05-06,3,600,Barack Obama,41,DEM,50,56.138192197762294,Hillary Rodham Clinton,45,DEM,42,41.60550278795946,8,14.532689409802835 +2134,2709,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-05-03,2008-05-06,3,810,Barack Obama,41,DEM,50,56.138192197762294,Hillary Rodham Clinton,45,DEM,45,41.60550278795946,5,14.532689409802835 +2118,2693,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2008-05-04,2008-05-06,2,643,Barack Obama,41,DEM,51,56.138192197762294,Hillary Rodham Clinton,45,DEM,37,41.60550278795946,14,14.532689409802835 +2114,2689,7418,2008,NC,Pres-P,2008_Pres-D-P_NC,InsiderAdvantage,243,FALSE,FALSE,Live Phone,NA,2008-05-05,2008-05-06,1,774,Barack Obama,41,DEM,47,56.138192197762294,Hillary Rodham Clinton,45,DEM,43,41.60550278795946,4,14.532689409802835 +2122,2697,7421,2008,WV,Pres-P,2008_Pres-D-P_WV,Orion Strategies,246,FALSE,FALSE,Live Phone,NA,2008-05-03,2008-05-13,10,300,Hillary Rodham Clinton,45,DEM,63,66.93062154427496,Barack Obama,41,DEM,23,25.7664416104026,40,41.164179933872354 +2116,2691,7421,2008,WV,Pres-P,2008_Pres-D-P_WV,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-05-04,2008-05-13,9,840,Hillary Rodham Clinton,45,DEM,56,66.93062154427496,Barack Obama,41,DEM,27,25.7664416104026,29,41.164179933872354 +2109,2684,7421,2008,WV,Pres-P,2008_Pres-D-P_WV,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-05-07,2008-05-13,6,600,Hillary Rodham Clinton,45,DEM,66,66.93062154427496,Barack Obama,41,DEM,23,25.7664416104026,43,41.164179933872354 +2099,2674,7421,2008,WV,Pres-P,2008_Pres-D-P_WV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-05-10,2008-05-13,3,600,Hillary Rodham Clinton,45,DEM,60,66.93062154427496,Barack Obama,41,DEM,24,25.7664416104026,36,41.164179933872354 +2276,2851,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-03-29,2008-05-20,52,572,Hillary Rodham Clinton,45,DEM,58,65.4790472064842,Barack Obama,41,DEM,29,29.917864593426884,29,35.56118261305731 +2223,2798,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-04-13,2008-05-20,37,557,Hillary Rodham Clinton,45,DEM,62,65.4790472064842,Barack Obama,41,DEM,26,29.917864593426884,36,35.56118261305731 +2166,2741,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-04-27,2008-05-20,23,555,Hillary Rodham Clinton,45,DEM,63,65.4790472064842,Barack Obama,41,DEM,27,29.917864593426884,36,35.56118261305731 +2113,2688,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-05-05,2008-05-20,15,800,Hillary Rodham Clinton,45,DEM,56,65.4790472064842,Barack Obama,41,DEM,31,29.917864593426884,25,35.56118261305731 +2125,2700,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-05-04,2008-05-20,16,595,Hillary Rodham Clinton,45,DEM,62,65.4790472064842,Barack Obama,41,DEM,28,29.917864593426884,34,35.56118261305731 +2102,2677,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-05-10,2008-05-20,10,641,Hillary Rodham Clinton,45,DEM,62,65.4790472064842,Barack Obama,41,DEM,30,29.917864593426884,32,35.56118261305731 +2094,2669,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-05-14,2008-05-20,6,600,Hillary Rodham Clinton,45,DEM,65,65.4790472064842,Barack Obama,41,DEM,29,29.917864593426884,36,35.56118261305731 +2084,2659,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-05-17,2008-05-20,3,600,Hillary Rodham Clinton,45,DEM,51,65.4790472064842,Barack Obama,41,DEM,25,29.917864593426884,26,35.56118261305731 +2088,2663,7423,2008,KY,Pres-P,2008_Pres-D-P_KY,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-05-17,2008-05-20,3,629,Hillary Rodham Clinton,45,DEM,62,65.4790472064842,Barack Obama,41,DEM,31,29.917864593426884,31,35.56118261305731 +2255,2830,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,SurveyUSA,325,FALSE,FALSE,NA,NA,2008-04-05,2008-05-20,45,597,Barack Obama,41,DEM,52,58.51684881815872,Hillary Rodham Clinton,45,DEM,42,40.50279111892614,10,18.01405769923258 +2162,2737,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-04-29,2008-05-20,21,650,Barack Obama,41,DEM,50,58.51684881815872,Hillary Rodham Clinton,45,DEM,44,40.50279111892614,6,18.01405769923258 +2141,2716,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-05-01,2008-05-20,19,867,Barack Obama,41,DEM,51,58.51684881815872,Hillary Rodham Clinton,45,DEM,39,40.50279111892614,12,18.01405769923258 +2106,2681,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2008-05-09,2008-05-20,11,400,Barack Obama,41,DEM,55,58.51684881815872,Hillary Rodham Clinton,45,DEM,35,40.50279111892614,20,18.01405769923258 +2100,2675,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-05-10,2008-05-20,10,949,Barack Obama,41,DEM,53,58.51684881815872,Hillary Rodham Clinton,45,DEM,39,40.50279111892614,14,18.01405769923258 +2104,2679,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-05-10,2008-05-20,10,615,Barack Obama,41,DEM,54,58.51684881815872,Hillary Rodham Clinton,45,DEM,43,40.50279111892614,11,18.01405769923258 +2095,2670,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-05-15,2008-05-20,5,600,Barack Obama,41,DEM,50,58.51684881815872,Hillary Rodham Clinton,45,DEM,45,40.50279111892614,5,18.01405769923258 +2085,2660,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2008-05-17,2008-05-20,3,600,Barack Obama,41,DEM,45,58.51684881815872,Hillary Rodham Clinton,45,DEM,41,40.50279111892614,4,18.01405769923258 +2087,2662,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2008-05-17,2008-05-20,3,1296,Barack Obama,41,DEM,58,58.51684881815872,Hillary Rodham Clinton,45,DEM,39,40.50279111892614,19,18.01405769923258 +2090,2665,7425,2008,OR,Pres-P,2008_Pres-D-P_OR,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-05-17,2008-05-20,3,627,Barack Obama,41,DEM,55,58.51684881815872,Hillary Rodham Clinton,45,DEM,42,40.50279111892614,13,18.01405769923258 +2081,2656,7428,2008,MT,Pres-P,2008_Pres-D-P_MT,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2008-05-20,2008-06-03,14,191,Barack Obama,41,DEM,52,56.55818134973495,Hillary Rodham Clinton,45,DEM,35,41.052839311263504,17,15.505342038471447 +2065,2640,7428,2008,MT,Pres-P,2008_Pres-D-P_MT,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-05-31,2008-06-03,3,600,Barack Obama,41,DEM,48,56.55818134973495,Hillary Rodham Clinton,45,DEM,44,41.052839311263504,4,15.505342038471447 +2066,2641,7430,2008,SD,Pres-P,2008_Pres-D-P_SD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2008-05-31,2008-06-03,3,600,Hillary Rodham Clinton,45,DEM,60,55.34730104195425,Barack Obama,41,DEM,34,44.65269895804575,26,10.694602083908507 +58991,100997,7435,2008,PR,Pres-P,2008_Pres-D-P_PR,GQR,126,TRUE,FALSE,Face-to-Face,NA,2008-05-14,2008-06-01,18,300,Hillary Rodham Clinton,45,DEM,59,68.19098074686653,Barack Obama,41,DEM,40,31.80901925313348,19,36.381961493733044 +12270,15136,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2011-11-15,2012-01-03,49,700,Rick Santorum,10,REP,5,24.558645607855077,Mitt Romney,9,REP,19,24.53066229907573,-14,0.027983308779347738 +12339,15267,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,NA,NA,2011-11-20,2012-01-03,44,600,Rick Santorum,10,REP,6,24.558645607855077,Mitt Romney,9,REP,20,24.53066229907573,-14,0.027983308779347738 +12352,15281,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2011-11-28,2012-01-03,36,509,Rick Santorum,10,REP,3.3,24.558645607855077,Mitt Romney,9,REP,11.5,24.53066229907573,-8.2,0.027983308779347738 +78220,151565,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,We Ask America,376,FALSE,FALSE,IVR,NA,2011-11-28,2012-01-03,36,962,Rick Santorum,10,REP,5,24.558645607855077,Mitt Romney,9,REP,13,24.53066229907573,-8,0.027983308779347738 +12389,15363,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2011-11-28,2012-01-03,36,425,Rick Santorum,10,REP,5,24.558645607855077,Mitt Romney,9,REP,17,24.53066229907573,-12,0.027983308779347738 +12379,15335,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,NA,NA,2011-11-29,2012-01-03,35,401,Rick Santorum,10,REP,6,24.558645607855077,Mitt Romney,9,REP,16,24.53066229907573,-10,0.027983308779347738 +12383,15340,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2011-12-02,2012-01-03,32,356,Rick Santorum,10,REP,7,24.558645607855077,Mitt Romney,9,REP,18,24.53066229907573,-11,0.027983308779347738 +12380,15336,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,We Ask America,376,FALSE,FALSE,NA,NA,2011-12-05,2012-01-03,29,970,Rick Santorum,10,REP,4,24.558645607855077,Mitt Romney,9,REP,16,24.53066229907573,-12,0.027983308779347738 +12381,15337,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2011-12-04,2012-01-03,30,572,Rick Santorum,10,REP,6,24.558645607855077,Mitt Romney,9,REP,16,24.53066229907573,-10,0.027983308779347738 +12393,15373,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2011-12-02,2012-01-03,32,642,Rick Santorum,10,REP,4,24.558645607855077,Mitt Romney,9,REP,18,24.53066229907573,-14,0.027983308779347738 +12403,15412,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Big Village,37,FALSE,FALSE,NA,NA,2011-12-03,2012-01-03,31,419,Rick Santorum,10,REP,5,24.558645607855077,Mitt Romney,9,REP,20,24.53066229907573,-15,0.027983308779347738 +13662,17290,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,University of Iowa Hawkeye Poll Cooperative,353,FALSE,FALSE,NA,NA,2011-12-04,2012-01-03,30,277,Rick Santorum,10,REP,5,24.558645607855077,Mitt Romney,9,REP,20,24.53066229907573,-15,0.027983308779347738 +13661,17289,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,NA,NA,2011-12-10,2012-01-03,24,600,Rick Santorum,10,REP,7,24.558645607855077,Mitt Romney,9,REP,17,24.53066229907573,-10,0.027983308779347738 +13675,17303,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,InsiderAdvantage,243,FALSE,FALSE,NA,NA,2011-12-12,2012-01-03,22,517,Rick Santorum,10,REP,7,24.558645607855077,Mitt Romney,9,REP,12,24.53066229907573,-5,0.027983308779347738 +13698,17350,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2011-12-13,2012-01-03,21,750,Rick Santorum,10,REP,6,24.558645607855077,Mitt Romney,9,REP,23,24.53066229907573,-17,0.027983308779347738 +13673,17397,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,NA,NA,2011-12-12,2012-01-03,22,555,Rick Santorum,10,REP,8,24.558645607855077,Mitt Romney,9,REP,16,24.53066229907573,-8,0.027983308779347738 +13723,17471,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2011-12-18,2012-01-03,16,391,Rick Santorum,10,REP,3,24.558645607855077,Mitt Romney,9,REP,18,24.53066229907573,-15,0.027983308779347738 +13721,17469,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-12-17,2012-01-03,17,597,Rick Santorum,10,REP,10,24.558645607855077,Mitt Romney,9,REP,20,24.53066229907573,-10,0.027983308779347738 +13750,17617,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Iowa State University Center for Survey Statistics and Methodology,153,FALSE,TRUE,Live Phone,NA,2011-12-13,2012-01-03,21,333,Rick Santorum,10,REP,4.9,24.558645607855077,Mitt Romney,9,REP,17.5,24.53066229907573,-12.6,0.027983308779347738 +13754,17624,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2011-12-19,2012-01-03,15,750,Rick Santorum,10,REP,10,24.558645607855077,Mitt Romney,9,REP,25,24.53066229907573,-15,0.027983308779347738 +13751,17618,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,We Ask America,376,FALSE,FALSE,IVR,NA,2011-12-20,2012-01-03,14,1250,Rick Santorum,10,REP,9,24.558645607855077,Mitt Romney,9,REP,18,24.53066229907573,-9,0.027983308779347738 +13792,17708,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2011-12-21,2012-01-03,13,600,Rick Santorum,10,REP,4,24.558645607855077,Mitt Romney,9,REP,20,24.53066229907573,-16,0.027983308779347738 +13833,17778,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2011-12-27,2012-01-03,7,150,Rick Santorum,10,REP,10,24.558645607855077,Mitt Romney,9,REP,22,24.53066229907573,-12,0.027983308779347738 +13803,17725,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-12-26,2012-01-03,8,565,Rick Santorum,10,REP,10,24.558645607855077,Mitt Romney,9,REP,20,24.53066229907573,-10,0.027983308779347738 +13805,17735,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2011-12-24,2012-01-03,10,452,Rick Santorum,10,REP,16,24.558645607855077,Mitt Romney,9,REP,25,24.53066229907573,-9,0.027983308779347738 +13832,17772,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2011-12-28,2012-01-03,6,150,Rick Santorum,10,REP,11,24.558645607855077,Mitt Romney,9,REP,26,24.53066229907573,-15,0.027983308779347738 +13813,17739,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2011-12-28,2012-01-03,6,750,Rick Santorum,10,REP,16,24.558645607855077,Mitt Romney,9,REP,23,24.53066229907573,-7,0.027983308779347738 +13814,17740,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2011-12-28,2012-01-03,6,429,Rick Santorum,10,REP,13,24.558645607855077,Mitt Romney,9,REP,17,24.53066229907573,-4,0.027983308779347738 +13819,17752,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2011-12-27,2012-01-03,7,433,Rick Santorum,10,REP,15,24.558645607855077,Mitt Romney,9,REP,23,24.53066229907573,-8,0.027983308779347738 +13815,17741,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2011-12-27,2012-01-03,7,600,Rick Santorum,10,REP,11,24.558645607855077,Mitt Romney,9,REP,22,24.53066229907573,-11,0.027983308779347738 +13831,17771,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2011-12-29,2012-01-03,5,151,Rick Santorum,10,REP,19,24.558645607855077,Mitt Romney,9,REP,24,24.53066229907573,-5,0.027983308779347738 +13824,17754,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,We Ask America,376,FALSE,FALSE,IVR,NA,2011-12-29,2012-01-03,5,889,Rick Santorum,10,REP,17,24.558645607855077,Mitt Romney,9,REP,24,24.53066229907573,-7,0.027983308779347738 +13830,17770,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2011-12-30,2012-01-03,4,151,Rick Santorum,10,REP,22,24.558645607855077,Mitt Romney,9,REP,23,24.53066229907573,-1,0.027983308779347738 +63404,116394,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2011-12-29,2012-01-03,5,602,Rick Santorum,10,REP,15,24.558645607855077,Mitt Romney,9,REP,24,24.53066229907573,-9,0.027983308779347738 +13836,17766,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-12-31,2012-01-03,3,670,Rick Santorum,10,REP,18,24.558645607855077,Mitt Romney,9,REP,21,24.53066229907573,-3,0.027983308779347738 +13837,17767,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-01,2012-01-03,2,670,Rick Santorum,10,REP,18,24.558645607855077,Mitt Romney,9,REP,18,24.53066229907573,0,0.027983308779347738 +64881,120177,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2011-12-31,2012-01-03,3,1340,Rick Santorum,10,REP,18,24.558645607855077,Mitt Romney,9,REP,19,24.53066229907573,-1,0.027983308779347738 +13839,17773,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-01-01,2012-01-03,2,729,Rick Santorum,10,REP,18,24.558645607855077,Mitt Romney,9,REP,23,24.53066229907573,-5,0.027983308779347738 +13841,17776,7443,2012,IA,Pres-P,2012_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2011-12-31,2012-01-03,3,600,Rick Santorum,10,REP,16,24.558645607855077,Mitt Romney,9,REP,22,24.53066229907573,-6,0.027983308779347738 +13857,17809,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2012-01-04,2012-01-10,6,498,Mitt Romney,9,REP,38,39.27598349934601,Ron Paul,7,REP,24,22.888419358084313,14,16.3875641412617 +13870,17822,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Rasmussen Reports,277,FALSE,FALSE,IVR,NA,2012-01-04,2012-01-10,6,865,Mitt Romney,9,REP,37,39.27598349934601,Ron Paul,7,REP,19,22.888419358084313,18,16.3875641412617 +13862,17814,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-01-04,2012-01-10,6,500,Mitt Romney,9,REP,40,39.27598349934601,Ron Paul,7,REP,17,22.888419358084313,23,16.3875641412617 +13863,17815,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-05,2012-01-10,5,750,Mitt Romney,9,REP,42,39.27598349934601,Ron Paul,7,REP,18,22.888419358084313,24,16.3875641412617 +13869,17821,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-01-04,2012-01-10,6,711,Mitt Romney,9,REP,42,39.27598349934601,Ron Paul,7,REP,22,22.888419358084313,20,16.3875641412617 +13882,17836,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-01-06,2012-01-10,4,500,Mitt Romney,9,REP,35,39.27598349934601,Ron Paul,7,REP,20,22.888419358084313,15,16.3875641412617 +13878,17832,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-06,2012-01-10,4,600,Mitt Romney,9,REP,40,39.27598349934601,Ron Paul,7,REP,16,22.888419358084313,24,16.3875641412617 +13887,17840,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2012-01-07,2012-01-10,3,461,Mitt Romney,9,REP,41,39.27598349934601,Ron Paul,7,REP,17,22.888419358084313,24,16.3875641412617 +13900,17860,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-08,2012-01-10,2,722,Mitt Romney,9,REP,37,39.27598349934601,Ron Paul,7,REP,17,22.888419358084313,20,16.3875641412617 +13886,17839,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-07,2012-01-10,3,1771,Mitt Romney,9,REP,35,39.27598349934601,Ron Paul,7,REP,18,22.888419358084313,17,16.3875641412617 +13901,17861,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-01-08,2012-01-10,2,500,Mitt Romney,9,REP,37,39.27598349934601,Ron Paul,7,REP,18,22.888419358084313,19,16.3875641412617 +13894,17847,7445,2012,NH,Pres-P,2012_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-08,2012-01-10,2,600,Mitt Romney,9,REP,37,39.27598349934601,Ron Paul,7,REP,17,22.888419358084313,20,16.3875641412617 +13919,17907,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-01-11,2012-01-21,10,726,Newt Gingrich,3,REP,21.3,40.42350563956473,Mitt Romney,9,REP,23.1,27.845537207877168,-1.8000000000000007,12.577968431687562 +13926,17909,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-12,2012-01-21,9,750,Newt Gingrich,3,REP,21,40.42350563956473,Mitt Romney,9,REP,28,27.845537207877168,-7,12.577968431687562 +13925,17908,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-11,2012-01-21,10,600,Newt Gingrich,3,REP,25,40.42350563956473,Mitt Romney,9,REP,29,27.845537207877168,-4,12.577968431687562 +13935,17924,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,New Frontier Strategy,229,FALSE,TRUE,IVR,NA,2012-01-11,2012-01-21,10,810,Newt Gingrich,3,REP,23,40.42350563956473,Mitt Romney,9,REP,32,27.845537207877168,-9,12.577968431687562 +13931,17920,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-12,2012-01-21,9,803,Newt Gingrich,3,REP,24,40.42350563956473,Mitt Romney,9,REP,29,27.845537207877168,-5,12.577968431687562 +13936,17926,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-01-12,2012-01-21,9,398,Newt Gingrich,3,REP,12,40.42350563956473,Mitt Romney,9,REP,37,27.845537207877168,-25,12.577968431687562 +13980,18006,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,20/20 Insight,1,FALSE,FALSE,IVR,NA,2012-01-15,2012-01-21,6,165,Newt Gingrich,3,REP,22,40.42350563956473,Mitt Romney,9,REP,36,27.845537207877168,-14,12.577968431687562 +13940,17930,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-01-15,2012-01-21,6,720,Newt Gingrich,3,REP,21,40.42350563956473,Mitt Romney,9,REP,32,27.845537207877168,-11,12.577968431687562 +13941,17931,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,We Ask America,376,FALSE,FALSE,IVR,NA,2012-01-15,2012-01-21,6,989,Newt Gingrich,3,REP,18,40.42350563956473,Mitt Romney,9,REP,31,27.845537207877168,-13,12.577968431687562 +13953,17955,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2012-01-14,2012-01-21,7,963,Newt Gingrich,3,REP,22,40.42350563956473,Mitt Romney,9,REP,33,27.845537207877168,-11,12.577968431687562 +13979,18005,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,20/20 Insight,1,FALSE,FALSE,IVR,NA,2012-01-16,2012-01-21,5,214,Newt Gingrich,3,REP,21,40.42350563956473,Mitt Romney,9,REP,38,27.845537207877168,-17,12.577968431687562 +13964,17978,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-16,2012-01-21,5,750,Newt Gingrich,3,REP,21,40.42350563956473,Mitt Romney,9,REP,35,27.845537207877168,-14,12.577968431687562 +13986,18012,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-01-16,2012-01-21,5,342,Newt Gingrich,3,REP,22,40.42350563956473,Mitt Romney,9,REP,37,27.845537207877168,-15,12.577968431687562 +13978,18004,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,20/20 Insight,1,FALSE,FALSE,IVR,NA,2012-01-17,2012-01-21,4,133,Newt Gingrich,3,REP,29,40.42350563956473,Mitt Romney,9,REP,24,27.845537207877168,5,12.577968431687562 +64093,117925,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,20/20 Insight,1,FALSE,FALSE,IVR,NA,2012-01-16,2012-01-21,5,512,Newt Gingrich,3,REP,23,40.42350563956473,Mitt Romney,9,REP,34,27.845537207877168,-11,12.577968431687562 +13985,18011,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-01-17,2012-01-21,4,342,Newt Gingrich,3,REP,26,40.42350563956473,Mitt Romney,9,REP,31,27.845537207877168,-5,12.577968431687562 +64878,120162,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-01-16,2012-01-21,5,684,Newt Gingrich,3,REP,24,40.42350563956473,Mitt Romney,9,REP,34,27.845537207877168,-10,12.577968431687562 +13981,18007,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-01-15,2012-01-21,6,505,Newt Gingrich,3,REP,23,40.42350563956473,Mitt Romney,9,REP,33,27.845537207877168,-10,12.577968431687562 +13991,18046,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-18,2012-01-21,3,379,Newt Gingrich,3,REP,34,40.42350563956473,Mitt Romney,9,REP,30,27.845537207877168,4,12.577968431687562 +13984,18010,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-01-18,2012-01-21,3,718,Newt Gingrich,3,REP,31.6,40.42350563956473,Mitt Romney,9,REP,28.8,27.845537207877168,2.8000000000000007,12.577968431687562 +13989,18020,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-18,2012-01-21,3,750,Newt Gingrich,3,REP,33,40.42350563956473,Mitt Romney,9,REP,31,27.845537207877168,2,12.577968431687562 +13987,18013,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Tarrance Group,333,FALSE,FALSE,Live Phone,NA,2012-01-17,2012-01-21,4,600,Newt Gingrich,3,REP,30,40.42350563956473,Mitt Romney,9,REP,37,27.845537207877168,-7,12.577968431687562 +13992,18023,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-17,2012-01-21,4,600,Newt Gingrich,3,REP,33,40.42350563956473,Mitt Romney,9,REP,32,27.845537207877168,1,12.577968431687562 +13998,18029,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-01-17,2012-01-21,4,656,Newt Gingrich,3,REP,23,40.42350563956473,Mitt Romney,9,REP,35,27.845537207877168,-12,12.577968431687562 +13999,18044,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-19,2012-01-21,2,457,Newt Gingrich,3,REP,35,40.42350563956473,Mitt Romney,9,REP,29,27.845537207877168,6,12.577968431687562 +14000,18033,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,We Ask America,376,FALSE,FALSE,IVR,NA,2012-01-19,2012-01-21,2,988,Newt Gingrich,3,REP,32,40.42350563956473,Mitt Romney,9,REP,28,27.845537207877168,4,12.577968431687562 +14004,18041,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Clemson University,54,FALSE,FALSE,Live Phone,NA,2012-01-18,2012-01-21,3,429,Newt Gingrich,3,REP,32,40.42350563956473,Mitt Romney,9,REP,26,27.845537207877168,6,12.577968431687562 +14006,18045,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-20,2012-01-21,1,704,Newt Gingrich,3,REP,40,40.42350563956473,Mitt Romney,9,REP,26,27.845537207877168,14,12.577968431687562 +64824,120001,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-19,2012-01-21,2,1540,Newt Gingrich,3,REP,37,40.42350563956473,Mitt Romney,9,REP,28,27.845537207877168,9,12.577968431687562 +14007,18047,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-19,2012-01-21,2,600,Newt Gingrich,3,REP,40,40.42350563956473,Mitt Romney,9,REP,26,27.845537207877168,14,12.577968431687562 +14005,18042,7447,2012,SC,Pres-P,2012_Pres-R-P_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-01-19,2012-01-21,2,339,Newt Gingrich,3,REP,33,40.42350563956473,Mitt Romney,9,REP,29,27.845537207877168,4,12.577968431687562 +13920,17901,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-11,2012-01-31,20,750,Mitt Romney,9,REP,41,46.40339727639161,Newt Gingrich,3,REP,19,31.932927346927062,22,14.470469929464546 +13957,17965,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-01-13,2012-01-31,18,1266,Mitt Romney,9,REP,44,46.40339727639161,Newt Gingrich,3,REP,20,31.932927346927062,24,14.470469929464546 +13942,17932,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-14,2012-01-31,17,600,Mitt Romney,9,REP,42,46.40339727639161,Newt Gingrich,3,REP,25,31.932927346927062,17,14.470469929464546 +13949,17944,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-15,2012-01-31,16,572,Mitt Romney,9,REP,41,46.40339727639161,Newt Gingrich,3,REP,26,31.932927346927062,15,14.470469929464546 +13983,18009,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-01-15,2012-01-31,16,391,Mitt Romney,9,REP,43,46.40339727639161,Newt Gingrich,3,REP,18,31.932927346927062,25,14.470469929464546 +14027,18134,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-01-20,2012-01-31,11,254,Mitt Romney,9,REP,37,46.40339727639161,Newt Gingrich,3,REP,26,31.932927346927062,11,14.470469929464546 +14011,18051,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-01-22,2012-01-31,9,557,Mitt Romney,9,REP,25.6,46.40339727639161,Newt Gingrich,3,REP,34.4,31.932927346927062,-8.799999999999997,14.470469929464546 +14014,18054,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-22,2012-01-31,9,750,Mitt Romney,9,REP,32,46.40339727639161,Newt Gingrich,3,REP,41,31.932927346927062,-9,14.470469929464546 +14037,18093,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-01-22,2012-01-31,9,197,Mitt Romney,9,REP,32,46.40339727639161,Newt Gingrich,3,REP,38,31.932927346927062,-6,14.470469929464546 +14028,18133,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-01-22,2012-01-31,9,347,Mitt Romney,9,REP,34,46.40339727639161,Newt Gingrich,3,REP,40,31.932927346927062,-6,14.470469929464546 +14046,117926,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-01-21,2012-01-31,10,601,Mitt Romney,9,REP,36,46.40339727639161,Newt Gingrich,3,REP,34,31.932927346927062,2,14.470469929464546 +14020,18135,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,We Ask America,376,FALSE,FALSE,IVR,NA,2012-01-23,2012-01-31,8,946,Mitt Romney,9,REP,34,46.40339727639161,Newt Gingrich,3,REP,32,31.932927346927062,2,14.470469929464546 +14030,18088,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-23,2012-01-31,8,300,Mitt Romney,9,REP,37,46.40339727639161,Newt Gingrich,3,REP,34,31.932927346927062,3,14.470469929464546 +14019,18066,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-22,2012-01-31,9,921,Mitt Romney,9,REP,33,46.40339727639161,Newt Gingrich,3,REP,38,31.932927346927062,-5,14.470469929464546 +14025,18141,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2012-01-22,2012-01-31,9,504,Mitt Romney,9,REP,33,46.40339727639161,Newt Gingrich,3,REP,33,31.932927346927062,0,14.470469929464546 +14026,18087,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-23,2012-01-31,8,300,Mitt Romney,9,REP,41,46.40339727639161,Newt Gingrich,3,REP,34,31.932927346927062,7,14.470469929464546 +14039,18094,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-01-23,2012-01-31,8,172,Mitt Romney,9,REP,38,46.40339727639161,Newt Gingrich,3,REP,29,31.932927346927062,9,14.470469929464546 +64822,119998,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-01-23,2012-01-31,8,369,Mitt Romney,9,REP,36,46.40339727639161,Newt Gingrich,3,REP,34,31.932927346927062,2,14.470469929464546 +14044,18109,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-01-25,2012-01-31,6,530,Mitt Romney,9,REP,40.3,46.40339727639161,Newt Gingrich,3,REP,32.3,31.932927346927062,8,14.470469929464546 +14045,18110,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-25,2012-01-31,6,750,Mitt Romney,9,REP,39,46.40339727639161,Newt Gingrich,3,REP,31,31.932927346927062,8,14.470469929464546 +14047,18137,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-01-24,2012-01-31,7,540,Mitt Romney,9,REP,39,46.40339727639161,Newt Gingrich,3,REP,32,31.932927346927062,7,14.470469929464546 +14060,18162,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Dixie Strategies,81,FALSE,FALSE,IVR,NA,2012-01-24,2012-01-31,7,2567,Mitt Romney,9,REP,35,46.40339727639161,Newt Gingrich,3,REP,35,31.932927346927062,0,14.470469929464546 +14067,18171,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-01-25,2012-01-31,6,366,Mitt Romney,9,REP,43,46.40339727639161,Newt Gingrich,3,REP,29,31.932927346927062,14,14.470469929464546 +14052,18150,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2012-01-25,2012-01-31,6,865,Mitt Romney,9,REP,40,46.40339727639161,Newt Gingrich,3,REP,31,31.932927346927062,9,14.470469929464546 +14053,18151,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-01-25,2012-01-31,6,580,Mitt Romney,9,REP,38,46.40339727639161,Newt Gingrich,3,REP,29,31.932927346927062,9,14.470469929464546 +14065,34927,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-01-25,2012-01-31,6,500,Mitt Romney,9,REP,42,46.40339727639161,Newt Gingrich,3,REP,31,31.932927346927062,11,14.470469929464546 +14062,18164,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,War Room Logistics,374,FALSE,TRUE,IVR,NA,2012-01-27,2012-01-31,4,1632,Mitt Romney,9,REP,40,46.40339727639161,Newt Gingrich,3,REP,30,31.932927346927062,10,14.470469929464546 +14068,18172,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-01-27,2012-01-31,4,316,Mitt Romney,9,REP,40,46.40339727639161,Newt Gingrich,3,REP,25,31.932927346927062,15,14.470469929464546 +66548,124020,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,New Frontier Strategy,229,FALSE,TRUE,IVR,NA,2012-01-27,2012-01-31,4,1094,Mitt Romney,9,REP,38.13,46.40339727639161,Newt Gingrich,3,REP,30.19,31.932927346927062,7.940000000000001,14.470469929464546 +14078,119997,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-01-26,2012-01-31,5,682,Mitt Romney,9,REP,42,46.40339727639161,Newt Gingrich,3,REP,27,31.932927346927062,15,14.470469929464546 +14064,18216,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-28,2012-01-31,3,387,Mitt Romney,9,REP,41,46.40339727639161,Newt Gingrich,3,REP,33,31.932927346927062,8,14.470469929464546 +14066,18169,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-01-28,2012-01-31,3,750,Mitt Romney,9,REP,44,46.40339727639161,Newt Gingrich,3,REP,28,31.932927346927062,16,14.470469929464546 +14077,18186,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-27,2012-01-31,4,750,Mitt Romney,9,REP,43,46.40339727639161,Newt Gingrich,3,REP,32,31.932927346927062,11,14.470469929464546 +14081,18215,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-29,2012-01-31,2,346,Mitt Romney,9,REP,39,46.40339727639161,Newt Gingrich,3,REP,30,31.932927346927062,9,14.470469929464546 +14079,18210,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,We Ask America,376,FALSE,FALSE,IVR,NA,2012-01-29,2012-01-31,2,1188,Mitt Romney,9,REP,44,46.40339727639161,Newt Gingrich,3,REP,25,31.932927346927062,19,14.470469929464546 +14083,18201,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-01-29,2012-01-31,2,646,Mitt Romney,9,REP,36,46.40339727639161,Newt Gingrich,3,REP,31,31.932927346927062,5,14.470469929464546 +14087,18211,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-01-28,2012-01-31,3,500,Mitt Romney,9,REP,47,46.40339727639161,Newt Gingrich,3,REP,27,31.932927346927062,20,14.470469929464546 +14082,18200,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-01-28,2012-01-31,3,500,Mitt Romney,9,REP,41,46.40339727639161,Newt Gingrich,3,REP,26,31.932927346927062,15,14.470469929464546 +14084,18204,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-01-28,2012-01-31,3,539,Mitt Romney,9,REP,43,46.40339727639161,Newt Gingrich,3,REP,29,31.932927346927062,14,14.470469929464546 +14088,18212,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-01-29,2012-01-31,2,658,Mitt Romney,9,REP,43,46.40339727639161,Newt Gingrich,3,REP,28,31.932927346927062,15,14.470469929464546 +14089,18214,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-30,2012-01-31,1,354,Mitt Romney,9,REP,36,46.40339727639161,Newt Gingrich,3,REP,29,31.932927346927062,7,14.470469929464546 +64821,119996,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-29,2012-01-31,2,1087,Mitt Romney,9,REP,39,46.40339727639161,Newt Gingrich,3,REP,31,31.932927346927062,8,14.470469929464546 +14092,18219,7450,2012,FL,Pres-P,2012_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-01-29,2012-01-31,2,600,Mitt Romney,9,REP,43,46.40339727639161,Newt Gingrich,3,REP,31,31.932927346927062,12,14.470469929464546 +14102,18234,7451,2012,NV,Pres-P,2012_Pres-R-P_NV,"University of Nevada, Las Vegas Cannon Survey Center",356,FALSE,FALSE,Live Phone,NA,2012-01-29,2012-02-04,6,426,Mitt Romney,9,REP,44.5,50.01061732140148,Newt Gingrich,3,REP,24.2,21.101167905354163,20.3,28.90944941604732 +14111,18256,7451,2012,NV,Pres-P,2012_Pres-R-P_NV,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-01,2012-02-04,3,937,Mitt Romney,9,REP,50,50.01061732140148,Newt Gingrich,3,REP,25,21.101167905354163,25,28.90944941604732 +14117,18264,7452,2012,CO,Pres-P,2012_Pres-R-P_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-04,2012-02-07,3,527,Rick Santorum,10,REP,26,40.30775288896966,Mitt Romney,9,REP,40,34.85240886304088,-14,5.455344025928781 +14131,18296,7452,2012,CO,Pres-P,2012_Pres-R-P_CO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-05,2012-02-07,2,938,Rick Santorum,10,REP,27,40.30775288896966,Mitt Romney,9,REP,37,34.85240886304088,-10,5.455344025928781 +14024,18077,7454,2012,MN,Pres-P,2012_Pres-R-P_MN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-21,2012-02-07,17,303,Rick Santorum,10,REP,17,44.95052743478617,Ron Paul,7,REP,13,27.15266988306485,4,17.797857551721318 +14118,18265,7454,2012,MN,Pres-P,2012_Pres-R-P_MN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-04,2012-02-07,3,410,Rick Santorum,10,REP,29,44.95052743478617,Ron Paul,7,REP,19,27.15266988306485,10,17.797857551721318 +14132,18297,7454,2012,MN,Pres-P,2012_Pres-R-P_MN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-05,2012-02-07,2,864,Rick Santorum,10,REP,33,44.95052743478617,Ron Paul,7,REP,20,27.15266988306485,13,17.797857551721318 +14096,18223,7456,2012,MO,Pres-P,2012_Pres-R-P_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-01-28,2012-02-07,10,574,Rick Santorum,10,REP,28,55.226123679045145,Mitt Romney,9,REP,24,25.33140353312053,4,29.894720145924616 +14133,18298,7456,2012,MO,Pres-P,2012_Pres-R-P_MO,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-06,2012-02-07,1,958,Rick Santorum,10,REP,45,55.226123679045145,Mitt Romney,9,REP,32,25.33140353312053,13,29.894720145924616 +14076,18185,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,American Research Group,9,TRUE,FALSE,NA,NA,2012-01-25,2012-02-28,34,600,Mitt Romney,9,REP,32,46.87177859043856,Rick Santorum,10,REP,10,27.05121722736341,22,19.82056136307515 +14105,18245,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-01,2012-02-28,27,750,Mitt Romney,9,REP,48,46.87177859043856,Rick Santorum,10,REP,13,27.05121722736341,35,19.82056136307515 +14206,18448,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-02-13,2012-02-28,15,600,Mitt Romney,9,REP,38,46.87177859043856,Rick Santorum,10,REP,31,27.05121722736341,7,19.82056136307515 +14229,18503,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-16,2012-02-28,12,750,Mitt Romney,9,REP,39,46.87177859043856,Rick Santorum,10,REP,31,27.05121722736341,8,19.82056136307515 +14242,18526,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-18,2012-02-28,10,412,Mitt Romney,9,REP,36,46.87177859043856,Rick Santorum,10,REP,33,27.05121722736341,3,19.82056136307515 +14245,18529,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,We Ask America,376,FALSE,FALSE,IVR,NA,2012-02-19,2012-02-28,9,1155,Mitt Romney,9,REP,37,46.87177859043856,Rick Santorum,10,REP,27,27.05121722736341,10,19.82056136307515 +14262,18564,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-02-19,2012-02-28,9,767,Mitt Romney,9,REP,43,46.87177859043856,Rick Santorum,10,REP,27,27.05121722736341,16,19.82056136307515 +14255,18554,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-02-19,2012-02-28,9,467,Mitt Romney,9,REP,36,46.87177859043856,Rick Santorum,10,REP,32,27.05121722736341,4,19.82056136307515 +14295,18689,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-23,2012-02-28,5,750,Mitt Romney,9,REP,42,46.87177859043856,Rick Santorum,10,REP,29,27.05121722736341,13,19.82056136307515 +14300,18707,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-02-23,2012-02-28,5,600,Mitt Romney,9,REP,39,46.87177859043856,Rick Santorum,10,REP,35,27.05121722736341,4,19.82056136307515 +14310,18724,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,We Ask America,376,FALSE,FALSE,IVR,NA,2012-02-26,2012-02-28,2,1162,Mitt Romney,9,REP,43,46.87177859043856,Rick Santorum,10,REP,27,27.05121722736341,16,19.82056136307515 +14311,18725,7458,2012,AZ,Pres-P,2012_Pres-R-P_AZ,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-26,2012-02-28,2,515,Mitt Romney,9,REP,43,46.87177859043856,Rick Santorum,10,REP,26,27.05121722736341,17,19.82056136307515 +14054,18152,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,EPIC-MRA,84,FALSE,FALSE,NA,NA,2012-01-23,2012-02-28,36,271,Mitt Romney,9,REP,31,41.09607736686138,Rick Santorum,10,REP,10,37.86978210715716,21,3.226295259704223 +14104,18244,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-01,2012-02-28,27,750,Mitt Romney,9,REP,38,41.09607736686138,Rick Santorum,10,REP,17,37.86978210715716,21,3.226295259704223 +14179,18392,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-02-11,2012-02-28,17,600,Mitt Romney,9,REP,27,41.09607736686138,Rick Santorum,10,REP,33,37.86978210715716,-6,3.226295259704223 +23991,18385,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-11,2012-02-28,17,404,Mitt Romney,9,REP,24,41.09607736686138,Rick Santorum,10,REP,39,37.86978210715716,-15,3.226295259704223 +14191,18415,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-13,2012-02-28,15,750,Mitt Romney,9,REP,32,41.09607736686138,Rick Santorum,10,REP,35,37.86978210715716,-3,3.226295259704223 +14215,18470,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2012-02-12,2012-02-28,16,500,Mitt Romney,9,REP,30,41.09607736686138,Rick Santorum,10,REP,34,37.86978210715716,-4,3.226295259704223 +14204,18446,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2012-02-14,2012-02-28,14,455,Mitt Romney,9,REP,25,41.09607736686138,Rick Santorum,10,REP,34,37.86978210715716,-9,3.226295259704223 +14214,18469,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2012-02-13,2012-02-28,15,800,Mitt Romney,9,REP,33,41.09607736686138,Rick Santorum,10,REP,43,37.86978210715716,-10,3.226295259704223 +14228,18502,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-02-15,2012-02-28,13,600,Mitt Romney,9,REP,32,41.09607736686138,Rick Santorum,10,REP,37,37.86978210715716,-5,3.226295259704223 +14241,18525,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,We Ask America,376,FALSE,FALSE,IVR,NA,2012-02-19,2012-02-28,9,1025,Mitt Romney,9,REP,29,41.09607736686138,Rick Santorum,10,REP,29,37.86978210715716,0,3.226295259704223 +14239,18523,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-18,2012-02-28,10,602,Mitt Romney,9,REP,33,41.09607736686138,Rick Santorum,10,REP,37,37.86978210715716,-4,3.226295259704223 +14243,18527,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2012-02-20,2012-02-28,8,420,Mitt Romney,9,REP,32,41.09607736686138,Rick Santorum,10,REP,30,37.86978210715716,2,3.226295259704223 +14256,18555,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-20,2012-02-28,8,750,Mitt Romney,9,REP,34,41.09607736686138,Rick Santorum,10,REP,38,37.86978210715716,-4,3.226295259704223 +14261,18563,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-02-19,2012-02-28,9,715,Mitt Romney,9,REP,37,41.09607736686138,Rick Santorum,10,REP,35,37.86978210715716,2,3.226295259704223 +14278,18616,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2012-02-20,2012-02-28,8,400,Mitt Romney,9,REP,34,41.09607736686138,Rick Santorum,10,REP,37,37.86978210715716,-3,3.226295259704223 +14286,18669,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-02-21,2012-02-28,7,600,Mitt Romney,9,REP,34,41.09607736686138,Rick Santorum,10,REP,38,37.86978210715716,-4,3.226295259704223 +14291,18678,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2012-02-23,2012-02-28,5,430,Mitt Romney,9,REP,36,41.09607736686138,Rick Santorum,10,REP,33,37.86978210715716,3,3.226295259704223 +14293,18712,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-23,2012-02-28,5,750,Mitt Romney,9,REP,40,41.09607736686138,Rick Santorum,10,REP,34,37.86978210715716,6,3.226295259704223 +14317,18736,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Baydoun Consulting,25,FALSE,TRUE,IVR,NA,2012-02-23,2012-02-28,5,2263,Mitt Romney,9,REP,39,41.09607736686138,Rick Santorum,10,REP,31,37.86978210715716,8,3.226295259704223 +14307,18748,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-26,2012-02-28,2,421,Mitt Romney,9,REP,40,41.09607736686138,Rick Santorum,10,REP,37,37.86978210715716,3,3.226295259704223 +14309,18723,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,We Ask America,376,FALSE,FALSE,IVR,NA,2012-02-26,2012-02-28,2,984,Mitt Romney,9,REP,37,41.09607736686138,Rick Santorum,10,REP,33,37.86978210715716,4,3.226295259704223 +14312,18726,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2012-02-26,2012-02-28,2,858,Mitt Romney,9,REP,35,41.09607736686138,Rick Santorum,10,REP,37,37.86978210715716,-2,3.226295259704223 +14318,18737,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-26,2012-02-28,2,750,Mitt Romney,9,REP,38,41.09607736686138,Rick Santorum,10,REP,36,37.86978210715716,2,3.226295259704223 +14316,18735,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-02-25,2012-02-28,3,600,Mitt Romney,9,REP,35,41.09607736686138,Rick Santorum,10,REP,36,37.86978210715716,-1,3.226295259704223 +14322,18746,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-27,2012-02-28,1,501,Mitt Romney,9,REP,34,41.09607736686138,Rick Santorum,10,REP,39,37.86978210715716,-5,3.226295259704223 +64879,120175,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-26,2012-02-28,2,992,Mitt Romney,9,REP,37,41.09607736686138,Rick Santorum,10,REP,38,37.86978210715716,-1,3.226295259704223 +14323,18747,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Baydoun Consulting,25,FALSE,TRUE,IVR,NA,2012-02-27,2012-02-28,1,1359,Mitt Romney,9,REP,38,41.09607736686138,Rick Santorum,10,REP,36,37.86978210715716,2,3.226295259704223 +14325,18750,7460,2012,MI,Pres-P,2012_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2012-02-27,2012-02-28,1,781,Mitt Romney,9,REP,37,41.09607736686138,Rick Santorum,10,REP,36,37.86978210715716,1,3.226295259704223 +14368,18839,7461,2012,WA,Pres-P,2012_Pres-R-P_WA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-01-14,2012-03-03,49,169,Mitt Romney,9,REP,26,37.64675754471673,Ron Paul,7,REP,7,24.80891970687889,19,12.837837837837839 +24014,18557,7461,2012,WA,Pres-P,2012_Pres-R-P_WA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-18,2012-03-03,14,400,Mitt Romney,9,REP,27,37.64675754471673,Ron Paul,7,REP,15,24.80891970687889,12,12.837837837837839 +14358,18829,7461,2012,WA,Pres-P,2012_Pres-R-P_WA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-02-29,2012-03-03,3,447,Mitt Romney,9,REP,37,37.64675754471673,Ron Paul,7,REP,16,24.80891970687889,21,12.837837837837839 +14113,18259,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,SurveyUSA,325,FALSE,FALSE,NA,NA,2012-02-01,2012-03-06,34,459,Newt Gingrich,3,REP,45,47.189035686157055,Mitt Romney,9,REP,32,25.91445084140349,13,21.274584844753566 +14176,18386,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,NA,NA,2012-02-07,2012-03-06,28,625,Newt Gingrich,3,REP,43,47.189035686157055,Mitt Romney,9,REP,29,25.91445084140349,14,21.274584844753566 +14165,18365,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,NA,NA,2012-02-09,2012-03-06,26,1475,Newt Gingrich,3,REP,35.3,47.189035686157055,Mitt Romney,9,REP,16.1,25.91445084140349,19.199999999999996,21.274584844753566 +14244,18528,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-02-20,2012-03-06,15,721,Newt Gingrich,3,REP,25.9,47.189035686157055,Mitt Romney,9,REP,23.9,25.91445084140349,2,21.274584844753566 +14287,18670,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-22,2012-03-06,13,750,Newt Gingrich,3,REP,33,47.189035686157055,Mitt Romney,9,REP,20,25.91445084140349,13,21.274584844753566 +14303,18713,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR,NA,2012-02-23,2012-03-06,12,1300,Newt Gingrich,3,REP,38,47.189035686157055,Mitt Romney,9,REP,19,25.91445084140349,19,21.274584844753566 +14331,18758,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-02-25,2012-03-06,10,457,Newt Gingrich,3,REP,39,47.189035686157055,Mitt Romney,9,REP,23,25.91445084140349,16,21.274584844753566 +14367,18838,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-01,2012-03-06,5,750,Newt Gingrich,3,REP,38,47.189035686157055,Mitt Romney,9,REP,26,25.91445084140349,12,21.274584844753566 +14373,18846,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR,NA,2012-03-01,2012-03-06,5,950,Newt Gingrich,3,REP,42,47.189035686157055,Mitt Romney,9,REP,22,25.91445084140349,20,21.274584844753566 +14363,18834,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-02-27,2012-03-06,8,500,Newt Gingrich,3,REP,36,47.189035686157055,Mitt Romney,9,REP,32,25.91445084140349,4,21.274584844753566 +14374,18847,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2012-03-01,2012-03-06,5,625,Newt Gingrich,3,REP,38,47.189035686157055,Mitt Romney,9,REP,24,25.91445084140349,14,21.274584844753566 +14391,18879,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-04,2012-03-06,2,750,Newt Gingrich,3,REP,37,47.189035686157055,Mitt Romney,9,REP,27,25.91445084140349,10,21.274584844753566 +14397,18885,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR,NA,2012-03-04,2012-03-06,2,751,Newt Gingrich,3,REP,47,47.189035686157055,Mitt Romney,9,REP,21,25.91445084140349,26,21.274584844753566 +78205,151523,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,Live Phone,NA,2012-03-04,2012-03-06,2,901,Newt Gingrich,3,REP,44,47.189035686157055,Mitt Romney,9,REP,23,25.91445084140349,21,21.274584844753566 +14389,18877,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-03,2012-03-06,3,728,Newt Gingrich,3,REP,47,47.189035686157055,Mitt Romney,9,REP,24,25.91445084140349,23,21.274584844753566 +14399,18890,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-03-03,2012-03-06,3,527,Newt Gingrich,3,REP,47,47.189035686157055,Mitt Romney,9,REP,24,25.91445084140349,23,21.274584844753566 +14398,18886,7466,2012,GA,Pres-P,2012_Pres-R-P_GA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-04,2012-03-06,2,600,Newt Gingrich,3,REP,44,47.189035686157055,Mitt Romney,9,REP,24,25.91445084140349,20,21.274584844753566 +14236,18518,7469,2012,MA,Pres-P,2012_Pres-R-P_MA,Suffolk University,323,TRUE,FALSE,NA,NA,2012-02-13,2012-03-06,22,172,Mitt Romney,9,REP,64,72.05106907961485,Rick Santorum,10,REP,16,12.056804746534928,48,59.99426433307992 +14364,18835,7469,2012,MA,Pres-P,2012_Pres-R-P_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-02-27,2012-03-06,8,400,Mitt Romney,9,REP,64,72.05106907961485,Rick Santorum,10,REP,21,12.056804746534928,43,59.99426433307992 +13966,17980,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-01-13,2012-03-06,53,542,Mitt Romney,9,REP,27,37.96350377591177,Rick Santorum,10,REP,18,36.95425985621302,9,1.009243919698747 +24003,18225,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-01-28,2012-03-06,38,626,Mitt Romney,9,REP,25,37.96350377591177,Rick Santorum,10,REP,22,36.95425985621302,3,1.009243919698747 +14205,18459,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Quinnipiac University,267,TRUE,FALSE,NA,NA,2012-02-09,2012-03-06,26,553,Mitt Romney,9,REP,29,37.96350377591177,Rick Santorum,10,REP,36,36.95425985621302,-7,1.009243919698747 +14216,18471,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-15,2012-03-06,20,750,Mitt Romney,9,REP,24,37.96350377591177,Rick Santorum,10,REP,42,36.95425985621302,-18,1.009243919698747 +14313,18727,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-02-25,2012-03-06,10,847,Mitt Romney,9,REP,29,37.96350377591177,Rick Santorum,10,REP,36,36.95425985621302,-7,1.009243919698747 +14332,18759,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,University of Cincinnati (Ohio Poll),346,FALSE,FALSE,Live Phone,NA,2012-02-21,2012-03-06,14,524,Mitt Romney,9,REP,26,37.96350377591177,Rick Santorum,10,REP,37,36.95425985621302,-11,1.009243919698747 +14360,18831,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-01,2012-03-06,5,750,Mitt Romney,9,REP,31,37.96350377591177,Rick Santorum,10,REP,33,36.95425985621302,-2,1.009243919698747 +14359,18830,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-02-29,2012-03-06,6,517,Mitt Romney,9,REP,31,37.96350377591177,Rick Santorum,10,REP,35,36.95425985621302,-4,1.009243919698747 +14362,18833,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-02-27,2012-03-06,8,650,Mitt Romney,9,REP,32,37.96350377591177,Rick Santorum,10,REP,41,36.95425985621302,-9,1.009243919698747 +14379,18856,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-03-01,2012-03-06,5,820,Mitt Romney,9,REP,32,37.96350377591177,Rick Santorum,10,REP,34,36.95425985621302,-2,1.009243919698747 +14386,18873,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Ipsos,154,TRUE,FALSE,Online Panel,NA,2012-03-02,2012-03-06,4,917,Mitt Romney,9,REP,32,37.96350377591177,Rick Santorum,10,REP,32,36.95425985621302,0,1.009243919698747 +14392,18880,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-04,2012-03-06,2,750,Mitt Romney,9,REP,31,37.96350377591177,Rick Santorum,10,REP,32,36.95425985621302,-1,1.009243919698747 +14394,18882,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,MRG Research,207,FALSE,FALSE,IVR,NA,2012-03-04,2012-03-06,2,832,Mitt Romney,9,REP,38,37.96350377591177,Rick Santorum,10,REP,33,36.95425985621302,5,1.009243919698747 +14387,18875,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-03,2012-03-06,3,666,Mitt Romney,9,REP,37,37.96350377591177,Rick Santorum,10,REP,36,36.95425985621302,1,1.009243919698747 +14390,18878,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-03,2012-03-06,3,600,Mitt Romney,9,REP,35,37.96350377591177,Rick Santorum,10,REP,28,36.95425985621302,7,1.009243919698747 +14396,18891,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2012-03-03,2012-03-06,3,500,Mitt Romney,9,REP,33,37.96350377591177,Rick Santorum,10,REP,37,36.95425985621302,-4,1.009243919698747 +14393,18892,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-03-03,2012-03-06,3,753,Mitt Romney,9,REP,34,37.96350377591177,Rick Santorum,10,REP,31,36.95425985621302,3,1.009243919698747 +14400,18889,7472,2012,OH,Pres-P,2012_Pres-R-P_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-03-03,2012-03-06,3,546,Mitt Romney,9,REP,32,37.96350377591177,Rick Santorum,10,REP,32,36.95425985621302,0,1.009243919698747 +14181,18396,7474,2012,OK,Pres-P,2012_Pres-R-P_OK,American Research Group,9,TRUE,FALSE,NA,NA,2012-02-06,2012-03-06,29,600,Rick Santorum,10,REP,16,33.80147492522415,Mitt Romney,9,REP,31,28.0452180104215,-15,5.756256914802648 +14240,18524,7474,2012,OK,Pres-P,2012_Pres-R-P_OK,SoonerPoll.com,308,TRUE,FALSE,NA,NA,2012-02-12,2012-03-06,23,278,Rick Santorum,10,REP,39,33.80147492522415,Mitt Romney,9,REP,23,28.0452180104215,16,5.756256914802648 +14276,18605,7474,2012,OK,Pres-P,2012_Pres-R-P_OK,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-02-21,2012-03-06,14,750,Rick Santorum,10,REP,43,33.80147492522415,Mitt Romney,9,REP,18,28.0452180104215,25,5.756256914802648 +14365,18836,7474,2012,OK,Pres-P,2012_Pres-R-P_OK,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-02-27,2012-03-06,8,250,Rick Santorum,10,REP,38,33.80147492522415,Mitt Romney,9,REP,30,28.0452180104215,8,5.756256914802648 +14372,18845,7474,2012,OK,Pres-P,2012_Pres-R-P_OK,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-01,2012-03-06,5,600,Rick Santorum,10,REP,37,33.80147492522415,Mitt Romney,9,REP,26,28.0452180104215,11,5.756256914802648 +14163,18363,7476,2012,TN,Pres-P,2012_Pres-R-P_TN,American Research Group,9,TRUE,FALSE,NA,NA,2012-02-08,2012-03-06,27,600,Rick Santorum,10,REP,34,37.11125496553204,Mitt Romney,9,REP,27,28.063032278888443,7,9.048222686643598 +14308,18722,7476,2012,TN,Pres-P,2012_Pres-R-P_TN,SSRS,297,TRUE,FALSE,Live Phone,NA,2012-02-19,2012-03-06,16,815,Rick Santorum,10,REP,38,37.11125496553204,Mitt Romney,9,REP,20,28.063032278888443,18,9.048222686643598 +14344,18799,7476,2012,TN,Pres-P,2012_Pres-R-P_TN,Middle Tennessee State University,208,TRUE,FALSE,Live Phone,NA,2012-02-19,2012-03-06,16,196,Rick Santorum,10,REP,40,37.11125496553204,Mitt Romney,9,REP,19,28.063032278888443,21,9.048222686643598 +14366,18837,7476,2012,TN,Pres-P,2012_Pres-R-P_TN,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-02-27,2012-03-06,8,500,Rick Santorum,10,REP,37,37.11125496553204,Mitt Romney,9,REP,30,28.063032278888443,7,9.048222686643598 +14375,18848,7476,2012,TN,Pres-P,2012_Pres-R-P_TN,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-03,2012-03-06,3,750,Rick Santorum,10,REP,34,37.11125496553204,Mitt Romney,9,REP,30,28.063032278888443,4,9.048222686643598 +14385,18872,7476,2012,TN,Pres-P,2012_Pres-R-P_TN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-02,2012-03-06,4,600,Rick Santorum,10,REP,35,37.11125496553204,Mitt Romney,9,REP,31,28.063032278888443,4,9.048222686643598 +14395,18883,7476,2012,TN,Pres-P,2012_Pres-R-P_TN,We Ask America,376,FALSE,FALSE,IVR,NA,2012-03-04,2012-03-06,2,1023,Rick Santorum,10,REP,29,37.11125496553204,Mitt Romney,9,REP,30,28.063032278888443,-1,9.048222686643598 +14388,18876,7476,2012,TN,Pres-P,2012_Pres-R-P_TN,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-03,2012-03-06,3,525,Rick Santorum,10,REP,34,37.11125496553204,Mitt Romney,9,REP,29,28.063032278888443,5,9.048222686643598 +14347,18805,7478,2012,VT,Pres-P,2012_Pres-R-P_VT,The Castleton Polling Institute,45,FALSE,TRUE,IVR,NA,2012-02-17,2012-03-06,18,231,Mitt Romney,9,REP,34,39.4543960558751,Ron Paul,7,REP,14,25.293344289235822,20,14.161051766639279 +14144,18552,7480,2012,VA,Pres-P,2012_Pres-R-P_VA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2012-02-03,2012-03-06,32,546,Mitt Romney,9,REP,68,59.53948111608992,Ron Paul,7,REP,19,40.46051888391008,49,19.078962232179833 +14246,37084,7480,2012,VA,Pres-P,2012_Pres-R-P_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,NA,NA,2012-02-08,2012-03-06,27,202,Mitt Romney,9,REP,53,59.53948111608992,Ron Paul,7,REP,23,40.46051888391008,30,19.078962232179833 +14357,18828,7480,2012,VA,Pres-P,2012_Pres-R-P_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2012-02-21,2012-03-06,14,377,Mitt Romney,9,REP,56,59.53948111608992,Ron Paul,7,REP,21,40.46051888391008,35,19.078962232179833 +14384,18857,7480,2012,VA,Pres-P,2012_Pres-R-P_VA,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-03-01,2012-03-06,5,529,Mitt Romney,9,REP,69,59.53948111608992,Ron Paul,7,REP,26,40.46051888391008,43,19.078962232179833 +14154,18341,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,Capital Survey Research Center,44,FALSE,TRUE,NA,NA,2012-02-07,2012-03-13,35,373,Rick Santorum,10,REP,23,34.5014499649565,Newt Gingrich,3,REP,22,29.303438120896857,1,5.198011844059643 +14410,18913,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,Alabama State University,8,FALSE,TRUE,Live Phone,NA,2012-03-01,2012-03-13,12,470,Rick Santorum,10,REP,23,34.5014499649565,Newt Gingrich,3,REP,14,29.303438120896857,9,5.198011844059643 +14411,18935,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2012-03-03,2012-03-13,10,510,Rick Santorum,10,REP,21.6,34.5014499649565,Newt Gingrich,3,REP,21,29.303438120896857,0.6000000000000014,5.198011844059643 +14422,18936,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2012-03-06,2012-03-13,7,592,Rick Santorum,10,REP,20,34.5014499649565,Newt Gingrich,3,REP,25,29.303438120896857,-5,5.198011844059643 +14423,18937,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-08,2012-03-13,5,750,Rick Santorum,10,REP,29,34.5014499649565,Newt Gingrich,3,REP,30,29.303438120896857,-1,5.198011844059643 +14430,18949,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,Alabama State University,8,FALSE,TRUE,Live Phone,NA,2012-03-07,2012-03-13,6,416,Rick Santorum,10,REP,17,34.5014499649565,Newt Gingrich,3,REP,21,29.303438120896857,-4,5.198011844059643 +14438,37068,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-10,2012-03-13,3,600,Rick Santorum,10,REP,29,34.5014499649565,Newt Gingrich,3,REP,30,29.303438120896857,-1,5.198011844059643 +14444,18969,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-10,2012-03-13,3,600,Rick Santorum,10,REP,24,34.5014499649565,Newt Gingrich,3,REP,34,29.303438120896857,-10,5.198011844059643 +14446,18971,7488,2012,AL,Pres-P,2012_Pres-R-P_AL,Capital Survey Research Center,44,FALSE,TRUE,Live Phone,NA,2012-03-09,2012-03-13,4,512,Rick Santorum,10,REP,28,34.5014499649565,Newt Gingrich,3,REP,33,29.303438120896857,-5,5.198011844059643 +14426,18943,7492,2012,MS,Pres-P,2012_Pres-R-P_MS,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-08,2012-03-13,5,750,Rick Santorum,10,REP,27,32.72834838428898,Newt Gingrich,3,REP,27,31.14867805461865,0,1.5796703296703285 +14425,18942,7492,2012,MS,Pres-P,2012_Pres-R-P_MS,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-07,2012-03-13,6,600,Rick Santorum,10,REP,20,32.72834838428898,Newt Gingrich,3,REP,35,31.14867805461865,-15,1.5796703296703285 +14439,18961,7492,2012,MS,Pres-P,2012_Pres-R-P_MS,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-10,2012-03-13,3,656,Rick Santorum,10,REP,27,32.72834838428898,Newt Gingrich,3,REP,33,31.14867805461865,-6,1.5796703296703285 +14445,18970,7492,2012,MS,Pres-P,2012_Pres-R-P_MS,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-10,2012-03-13,3,600,Rick Santorum,10,REP,22,32.72834838428898,Newt Gingrich,3,REP,32,31.14867805461865,-10,1.5796703296703285 +14350,18813,7497,2012,IL,Pres-P,2012_Pres-R-P_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2012-02-28,2012-03-20,21,800,Mitt Romney,9,REP,29,46.69314181523674,Rick Santorum,10,REP,29,35.00740261437628,0,11.68573920086046 +14351,18814,7497,2012,IL,Pres-P,2012_Pres-R-P_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2012-02-29,2012-03-20,20,1100,Mitt Romney,9,REP,33.2,46.69314181523674,Rick Santorum,10,REP,29.8,35.00740261437628,3.400000000000002,11.68573920086046 +14431,18950,7497,2012,IL,Pres-P,2012_Pres-R-P_IL,Market Shares Corp.,187,FALSE,TRUE,Live Phone,NA,2012-03-08,2012-03-20,12,600,Mitt Romney,9,REP,35,46.69314181523674,Rick Santorum,10,REP,31,35.00740261437628,4,11.68573920086046 +14478,19040,7497,2012,IL,Pres-P,2012_Pres-R-P_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2012-03-14,2012-03-20,6,1933,Mitt Romney,9,REP,37,46.69314181523674,Rick Santorum,10,REP,31,35.00740261437628,6,11.68573920086046 +14479,19041,7497,2012,IL,Pres-P,2012_Pres-R-P_IL,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-15,2012-03-20,5,750,Mitt Romney,9,REP,41,46.69314181523674,Rick Santorum,10,REP,32,35.00740261437628,9,11.68573920086046 +14489,19057,7497,2012,IL,Pres-P,2012_Pres-R-P_IL,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-17,2012-03-20,3,506,Mitt Romney,9,REP,45,46.69314181523674,Rick Santorum,10,REP,30,35.00740261437628,15,11.68573920086046 +14490,19058,7497,2012,IL,Pres-P,2012_Pres-R-P_IL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-17,2012-03-20,3,600,Mitt Romney,9,REP,44,46.69314181523674,Rick Santorum,10,REP,30,35.00740261437628,14,11.68573920086046 +14447,18972,7499,2012,LA,Pres-P,2012_Pres-R-P_LA,GCR & Associates,110,FALSE,FALSE,IVR,NA,2012-03-09,2012-03-24,15,515,Rick Santorum,10,REP,25,48.98932460704898,Mitt Romney,9,REP,21,26.692773992811546,4,22.296550614237432 +14503,19082,7499,2012,LA,Pres-P,2012_Pres-R-P_LA,Magellan Strategies,179,FALSE,FALSE,IVR,NA,2012-03-19,2012-03-24,5,2018,Rick Santorum,10,REP,37,48.98932460704898,Mitt Romney,9,REP,24,26.692773992811546,13,22.296550614237432 +14510,19092,7499,2012,LA,Pres-P,2012_Pres-R-P_LA,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-21,2012-03-24,3,750,Rick Santorum,10,REP,43,48.98932460704898,Mitt Romney,9,REP,31,26.692773992811546,12,22.296550614237432 +14521,19119,7499,2012,LA,Pres-P,2012_Pres-R-P_LA,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-21,2012-03-24,3,650,Rick Santorum,10,REP,42,48.98932460704898,Mitt Romney,9,REP,28,26.692773992811546,14,22.296550614237432 +14524,19124,7499,2012,LA,Pres-P,2012_Pres-R-P_LA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2012-03-21,2012-03-24,3,600,Rick Santorum,10,REP,43,48.98932460704898,Mitt Romney,9,REP,27,26.692773992811546,16,22.296550614237432 +14560,19201,7502,2012,MD,Pres-P,2012_Pres-R-P_MD,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-28,2012-04-03,6,750,Mitt Romney,9,REP,45,49.26187678091344,Rick Santorum,10,REP,28,28.715569006874127,17,20.546307774039313 +14577,19231,7502,2012,MD,Pres-P,2012_Pres-R-P_MD,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-31,2012-04-03,3,500,Mitt Romney,9,REP,52,49.26187678091344,Rick Santorum,10,REP,27,28.715569006874127,25,20.546307774039313 +14265,18570,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,Marquette University Law School,195,TRUE,FALSE,NA,NA,2012-02-18,2012-04-03,45,424,Mitt Romney,9,REP,18,44.02834560517461,Rick Santorum,10,REP,34,36.82682043594759,-16,7.201525169227018 +14343,18827,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-02-25,2012-04-03,38,556,Mitt Romney,9,REP,27,44.02834560517461,Rick Santorum,10,REP,43,36.82682043594759,-16,7.201525169227018 +14522,19120,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-22,2012-04-03,12,1000,Mitt Romney,9,REP,46,44.02834560517461,Rick Santorum,10,REP,33,36.82682043594759,13,7.201525169227018 +14545,19166,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2012-03-24,2012-04-03,10,350,Mitt Romney,9,REP,39,44.02834560517461,Rick Santorum,10,REP,31,36.82682043594759,8,7.201525169227018 +14562,19205,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,Marist College,183,TRUE,FALSE,Live Phone,NA,2012-03-26,2012-04-03,8,740,Mitt Romney,9,REP,40,44.02834560517461,Rick Santorum,10,REP,33,36.82682043594759,7,7.201525169227018 +14563,19206,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,St. Norbert College Strategic Research Institute,313,FALSE,FALSE,Live Phone,NA,2012-03-26,2012-04-03,8,403,Mitt Romney,9,REP,37,44.02834560517461,Rick Santorum,10,REP,32,36.82682043594759,5,7.201525169227018 +14568,19217,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-03-29,2012-04-03,5,717,Mitt Romney,9,REP,44,44.02834560517461,Rick Santorum,10,REP,34,36.82682043594759,10,7.201525169227018 +14578,19233,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,We Ask America,376,FALSE,FALSE,IVR,NA,2012-04-01,2012-04-03,2,1173,Mitt Romney,9,REP,39,44.02834560517461,Rick Santorum,10,REP,31,36.82682043594759,8,7.201525169227018 +14575,19230,7506,2012,WI,Pres-P,2012_Pres-R-P_WI,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-03-31,2012-04-03,3,609,Mitt Romney,9,REP,43,44.02834560517461,Rick Santorum,10,REP,36,36.82682043594759,7,7.201525169227018 +15809,151682,7536,2012,OR,Pres-P,2012_Pres-R-P_OR,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2012-05-09,2012-05-15,6,425,Mitt Romney,9,REP,58,70.90552343248076,Ron Paul,7,REP,14,12.7832473824035,44,58.12227605007726 +16366,151864,7542,2012,TX,Pres-P,2012_Pres-R-P_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-05-10,2012-05-29,19,546,Mitt Romney,9,REP,63,69.08609105215191,Ron Paul,7,REP,14,12.018610850672346,49,57.06748020147957 +23993,19539,7548,2012,MT,Pres-P,2012_Pres-R-P_MT,Public Policy Polling,263,FALSE,FALSE,NA,NA,2012-04-28,2012-06-05,38,403,Mitt Romney,9,REP,66,68.43446748827043,Ron Paul,7,REP,25,14.400848658308238,41,54.033618829962194 +35406,47483,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2015-12-05,2016-02-01,58,405,Hillary Rodham Clinton,9207,DEM,55,49.83848934171956,Bernard Sanders,9739,DEM,33,49.58590659418846,22,0.25258274753110044 +35438,47531,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2015-12-09,2016-02-01,54,404,Hillary Rodham Clinton,9207,DEM,48,49.83848934171956,Bernard Sanders,9739,DEM,39,49.58590659418846,9,0.25258274753110044 +35439,47528,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2015-12-09,2016-02-01,54,357,Hillary Rodham Clinton,9207,DEM,50,49.83848934171956,Bernard Sanders,9739,DEM,36,49.58590659418846,14,0.25258274753110044 +35442,47545,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2015-12-09,2016-02-01,54,501,Hillary Rodham Clinton,9207,DEM,59,49.83848934171956,Bernard Sanders,9739,DEM,27,49.58590659418846,32,0.25258274753110044 +35445,47543,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2015-12-12,2016-02-01,51,526,Hillary Rodham Clinton,9207,DEM,52,49.83848934171956,Bernard Sanders,9739,DEM,34,49.58590659418846,18,0.25258274753110044 +35441,47544,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2015-12-08,2016-02-01,55,727,Hillary Rodham Clinton,9207,DEM,51,49.83848934171956,Bernard Sanders,9739,DEM,40,49.58590659418846,11,0.25258274753110044 +35458,47592,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2015-12-16,2016-02-01,47,459,Hillary Rodham Clinton,9207,DEM,50,49.83848934171956,Bernard Sanders,9739,DEM,45,49.58590659418846,5,0.25258274753110044 +35470,47642,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2015-12-20,2016-02-01,43,418,Hillary Rodham Clinton,9207,DEM,49,49.83848934171956,Bernard Sanders,9739,DEM,31,49.58590659418846,18,0.25258274753110044 +35805,48029,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-01-04,2016-02-01,28,422,Hillary Rodham Clinton,9207,DEM,48,49.83848934171956,Bernard Sanders,9739,DEM,45,49.58590659418846,3,0.25258274753110044 +35951,48402,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-01-06,2016-02-01,26,503,Hillary Rodham Clinton,9207,DEM,49,49.83848934171956,Bernard Sanders,9739,DEM,42,49.58590659418846,7,0.25258274753110044 +35857,48168,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-01-09,2016-02-01,23,580,Hillary Rodham Clinton,9207,DEM,46,49.83848934171956,Bernard Sanders,9739,DEM,40,49.58590659418846,6,0.25258274753110044 +35859,48178,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-01-09,2016-02-01,23,503,Hillary Rodham Clinton,9207,DEM,42,49.83848934171956,Bernard Sanders,9739,DEM,40,49.58590659418846,2,0.25258274753110044 +35855,48142,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-01-08,2016-02-01,24,400,Hillary Rodham Clinton,9207,DEM,44,49.83848934171956,Bernard Sanders,9739,DEM,47,49.58590659418846,-3,0.25258274753110044 +35854,48169,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-01-07,2016-02-01,25,492,Hillary Rodham Clinton,9207,DEM,44,49.83848934171956,Bernard Sanders,9739,DEM,49,49.58590659418846,-5,0.25258274753110044 +35862,48177,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-01-11,2016-02-01,21,461,Hillary Rodham Clinton,9207,DEM,57,49.83848934171956,Bernard Sanders,9739,DEM,36,49.58590659418846,21,0.25258274753110044 +35895,48283,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-01-15,2016-02-01,17,500,Hillary Rodham Clinton,9207,DEM,59,49.83848934171956,Bernard Sanders,9739,DEM,30,49.58590659418846,29,0.25258274753110044 +35893,48268,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Douglas Fulmer & Associates,82,FALSE,FALSE,IVR,NA,2016-01-18,2016-02-01,14,570,Hillary Rodham Clinton,9207,DEM,48,49.83848934171956,Bernard Sanders,9739,DEM,39,49.58590659418846,9,0.25258274753110044 +35899,48277,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-01-19,2016-02-01,13,258,Hillary Rodham Clinton,9207,DEM,52,49.83848934171956,Bernard Sanders,9739,DEM,43,49.58590659418846,9,0.25258274753110044 +35900,48278,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-01-17,2016-02-01,15,280,Hillary Rodham Clinton,9207,DEM,43,49.83848934171956,Bernard Sanders,9739,DEM,51,49.58590659418846,-8,0.25258274753110044 +35953,48760,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-01-20,2016-02-01,12,423,Hillary Rodham Clinton,9207,DEM,48,49.83848934171956,Bernard Sanders,9739,DEM,42,49.58590659418846,6,0.25258274753110044 +35955,48407,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-01-20,2016-02-01,12,490,Hillary Rodham Clinton,9207,DEM,46,49.83848934171956,Bernard Sanders,9739,DEM,47,49.58590659418846,-1,0.25258274753110044 +35972,48769,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Iowa State University Center for Survey Statistics and Methodology,153,FALSE,TRUE,Live Phone,NA,2016-01-13,2016-02-01,19,356,Hillary Rodham Clinton,9207,DEM,47.4,49.83848934171956,Bernard Sanders,9739,DEM,45,49.58590659418846,2.3999999999999986,0.25258274753110044 +35966,48753,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-01-23,2016-02-01,9,400,Hillary Rodham Clinton,9207,DEM,45,49.83848934171956,Bernard Sanders,9739,DEM,48,49.58590659418846,-3,0.25258274753110044 +35969,48793,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-01-21,2016-02-01,11,606,Hillary Rodham Clinton,9207,DEM,45,49.83848934171956,Bernard Sanders,9739,DEM,49,49.58590659418846,-4,0.25258274753110044 +35988,48805,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-01-25,2016-02-01,7,426,Hillary Rodham Clinton,9207,DEM,48,49.83848934171956,Bernard Sanders,9739,DEM,45,49.58590659418846,3,0.25258274753110044 +35984,48816,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-01-25,2016-02-01,7,504,Hillary Rodham Clinton,9207,DEM,47,49.83848934171956,Bernard Sanders,9739,DEM,42,49.58590659418846,5,0.25258274753110044 +35994,48836,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-01-26,2016-02-01,6,851,Hillary Rodham Clinton,9207,DEM,48,49.83848934171956,Bernard Sanders,9739,DEM,40,49.58590659418846,8,0.25258274753110044 +36002,48844,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-01-26,2016-02-01,6,810,Hillary Rodham Clinton,9207,DEM,53,49.83848934171956,Bernard Sanders,9739,DEM,42,49.58590659418846,11,0.25258274753110044 +36003,48846,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-01-28,2016-02-01,4,602,Hillary Rodham Clinton,9207,DEM,45,49.83848934171956,Bernard Sanders,9739,DEM,42,49.58590659418846,3,0.25258274753110044 +36008,48854,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-01-30,2016-02-01,2,300,Hillary Rodham Clinton,9207,DEM,51,49.83848934171956,Bernard Sanders,9739,DEM,43,49.58590659418846,8,0.25258274753110044 +36009,48857,7557,2016,IA,Pres-P,2016_Pres-D-P_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-01-28,2016-02-01,4,919,Hillary Rodham Clinton,9207,DEM,46,49.83848934171956,Bernard Sanders,9739,DEM,49,49.58590659418846,-3,0.25258274753110044 +35406,47375,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2015-12-05,2016-02-01,58,425,Ted Cruz,9245,REP,24,27.638927524447393,Donald Trump,9849,REP,19,24.302420131384675,5,3.3365073930627176 +35438,47527,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2015-12-09,2016-02-01,54,400,Ted Cruz,9245,REP,31,27.638927524447393,Donald Trump,9849,REP,21,24.302420131384675,10,3.3365073930627176 +35439,47529,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2015-12-09,2016-02-01,54,450,Ted Cruz,9245,REP,28,27.638927524447393,Donald Trump,9849,REP,26,24.302420131384675,2,3.3365073930627176 +35442,47538,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2015-12-09,2016-02-01,54,499,Ted Cruz,9245,REP,30,27.638927524447393,Donald Trump,9849,REP,23,24.302420131384675,7,3.3365073930627176 +35445,47542,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2015-12-12,2016-02-01,51,522,Ted Cruz,9245,REP,25,27.638927524447393,Donald Trump,9849,REP,28,24.302420131384675,-3,3.3365073930627176 +35441,47537,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2015-12-08,2016-02-01,55,874,Ted Cruz,9245,REP,27,27.638927524447393,Donald Trump,9849,REP,28,24.302420131384675,-1,3.3365073930627176 +35458,47589,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2015-12-16,2016-02-01,47,534,Ted Cruz,9245,REP,40,27.638927524447393,Donald Trump,9849,REP,31,24.302420131384675,9,3.3365073930627176 +35470,47644,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2015-12-20,2016-02-01,43,440,Ted Cruz,9245,REP,31,27.638927524447393,Donald Trump,9849,REP,31,24.302420131384675,0,3.3365073930627176 +35802,48019,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-01-06,2016-02-01,26,504,Ted Cruz,9245,REP,27,27.638927524447393,Donald Trump,9849,REP,23,24.302420131384675,4,3.3365073930627176 +35805,48028,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-01-04,2016-02-01,28,456,Ted Cruz,9245,REP,28,27.638927524447393,Donald Trump,9849,REP,24,24.302420131384675,4,3.3365073930627176 +35951,48401,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-01-06,2016-02-01,26,504,Ted Cruz,9245,REP,31,27.638927524447393,Donald Trump,9849,REP,24,24.302420131384675,7,3.3365073930627176 +35857,48166,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-01-09,2016-02-01,23,530,Ted Cruz,9245,REP,26,27.638927524447393,Donald Trump,9849,REP,28,24.302420131384675,-2,3.3365073930627176 +35859,48172,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-01-09,2016-02-01,23,500,Ted Cruz,9245,REP,25,27.638927524447393,Donald Trump,9849,REP,22,24.302420131384675,3,3.3365073930627176 +35855,48141,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-01-08,2016-02-01,24,400,Ted Cruz,9245,REP,25,27.638927524447393,Donald Trump,9849,REP,29,24.302420131384675,-4,3.3365073930627176 +35854,48138,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-01-07,2016-02-01,25,602,Ted Cruz,9245,REP,29,27.638927524447393,Donald Trump,9849,REP,31,24.302420131384675,-2,3.3365073930627176 +35862,48176,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-01-11,2016-02-01,21,422,Ted Cruz,9245,REP,28,27.638927524447393,Donald Trump,9849,REP,34,24.302420131384675,-6,3.3365073930627176 +35895,48270,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-01-15,2016-02-01,17,500,Ted Cruz,9245,REP,25,27.638927524447393,Donald Trump,9849,REP,26,24.302420131384675,-1,3.3365073930627176 +35893,48267,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Douglas Fulmer & Associates,82,FALSE,FALSE,IVR,NA,2016-01-18,2016-02-01,14,687,Ted Cruz,9245,REP,27,27.638927524447393,Donald Trump,9849,REP,25,24.302420131384675,2,3.3365073930627176 +35899,48275,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-01-19,2016-02-01,13,271,Ted Cruz,9245,REP,23,27.638927524447393,Donald Trump,9849,REP,33,24.302420131384675,-10,3.3365073930627176 +35900,48276,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-01-17,2016-02-01,15,266,Ted Cruz,9245,REP,26,27.638927524447393,Donald Trump,9849,REP,37,24.302420131384675,-11,3.3365073930627176 +35953,48405,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-01-20,2016-02-01,12,378,Ted Cruz,9245,REP,23,27.638927524447393,Donald Trump,9849,REP,34,24.302420131384675,-11,3.3365073930627176 +35955,48412,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-01-20,2016-02-01,12,492,Ted Cruz,9245,REP,34,27.638927524447393,Donald Trump,9849,REP,39,24.302420131384675,-5,3.3365073930627176 +35972,48767,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Iowa State University Center for Survey Statistics and Methodology,153,FALSE,TRUE,Live Phone,NA,2016-01-13,2016-02-01,19,283,Ted Cruz,9245,REP,25.8,27.638927524447393,Donald Trump,9849,REP,18.9,24.302420131384675,6.900000000000002,3.3365073930627176 +35966,48752,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-01-23,2016-02-01,9,400,Ted Cruz,9245,REP,26,27.638927524447393,Donald Trump,9849,REP,33,24.302420131384675,-7,3.3365073930627176 +35969,48764,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-01-21,2016-02-01,11,651,Ted Cruz,9245,REP,29,27.638927524447393,Donald Trump,9849,REP,31,24.302420131384675,-2,3.3365073930627176 +35988,48802,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-01-25,2016-02-01,7,450,Ted Cruz,9245,REP,25,27.638927524447393,Donald Trump,9849,REP,32,24.302420131384675,-7,3.3365073930627176 +35984,48797,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-01-25,2016-02-01,7,500,Ted Cruz,9245,REP,23,27.638927524447393,Donald Trump,9849,REP,30,24.302420131384675,-7,3.3365073930627176 +35994,48818,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-01-26,2016-02-01,6,780,Ted Cruz,9245,REP,23,27.638927524447393,Donald Trump,9849,REP,31,24.302420131384675,-8,3.3365073930627176 +36002,48843,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-01-26,2016-02-01,6,724,Ted Cruz,9245,REP,27,27.638927524447393,Donald Trump,9849,REP,31,24.302420131384675,-4,3.3365073930627176 +36003,48845,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-01-28,2016-02-01,4,602,Ted Cruz,9245,REP,23,27.638927524447393,Donald Trump,9849,REP,28,24.302420131384675,-5,3.3365073930627176 +36007,48853,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-01-29,2016-02-01,3,887,Ted Cruz,9245,REP,19.4,27.638927524447393,Donald Trump,9849,REP,20.1,24.302420131384675,-0.7000000000000028,3.3365073930627176 +36008,48855,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-01-30,2016-02-01,2,298,Ted Cruz,9245,REP,26,27.638927524447393,Donald Trump,9849,REP,27,24.302420131384675,-1,3.3365073930627176 +36009,48856,7558,2016,IA,Pres-P,2016_Pres-R-P_IA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-01-28,2016-02-01,4,890,Ted Cruz,9245,REP,24,27.638927524447393,Donald Trump,9849,REP,31,24.302420131384675,-7,3.3365073930627176 +36027,48889,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-02,2016-02-09,7,567,Bernard Sanders,9739,DEM,58,60.140597956232064,Hillary Rodham Clinton,9207,DEM,38,37.68048936624226,20,22.4601085899898 +36032,48899,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-03,2016-02-09,6,409,Bernard Sanders,9739,DEM,54,60.140597956232064,Hillary Rodham Clinton,9207,DEM,38,37.68048936624226,16,22.4601085899898 +36030,48894,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-02-03,2016-02-09,6,434,Bernard Sanders,9739,DEM,55,60.140597956232064,Hillary Rodham Clinton,9207,DEM,40,37.68048936624226,15,22.4601085899898 +36035,48903,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-02-03,2016-02-09,6,500,Bernard Sanders,9739,DEM,49.6,60.140597956232064,Hillary Rodham Clinton,9207,DEM,40.6,37.68048936624226,9,22.4601085899898 +36036,48905,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-02-03,2016-02-09,6,393,Bernard Sanders,9739,DEM,54,60.140597956232064,Hillary Rodham Clinton,9207,DEM,39,37.68048936624226,15,22.4601085899898 +36037,48907,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,REP,2016-02-03,2016-02-09,6,702,Bernard Sanders,9739,DEM,58,60.140597956232064,Hillary Rodham Clinton,9207,DEM,42,37.68048936624226,16,22.4601085899898 +36045,48923,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-05,2016-02-09,4,408,Bernard Sanders,9739,DEM,53,60.140597956232064,Hillary Rodham Clinton,9207,DEM,42,37.68048936624226,11,22.4601085899898 +36048,48929,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-05,2016-02-09,4,502,Bernard Sanders,9739,DEM,52,60.140597956232064,Hillary Rodham Clinton,9207,DEM,42,37.68048936624226,10,22.4601085899898 +36050,48937,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2016-02-04,2016-02-09,5,407,Bernard Sanders,9739,DEM,51,60.140597956232064,Hillary Rodham Clinton,9207,DEM,44,37.68048936624226,7,22.4601085899898 +36053,48942,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-02-06,2016-02-09,3,407,Bernard Sanders,9739,DEM,56,60.140597956232064,Hillary Rodham Clinton,9207,DEM,40,37.68048936624226,16,22.4601085899898 +36059,48959,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-06,2016-02-09,3,783,Bernard Sanders,9739,DEM,54,60.140597956232064,Hillary Rodham Clinton,9207,DEM,42,37.68048936624226,12,22.4601085899898 +36060,48962,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-07,2016-02-09,2,409,Bernard Sanders,9739,DEM,53,60.140597956232064,Hillary Rodham Clinton,9207,DEM,44,37.68048936624226,9,22.4601085899898 +36058,48957,7559,2016,NH,Pres-P,2016_Pres-D-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-02-06,2016-02-09,3,363,Bernard Sanders,9739,DEM,61,60.140597956232064,Hillary Rodham Clinton,9207,DEM,35,37.68048936624226,26,22.4601085899898 +36020,48877,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-02-01,2016-02-09,8,425,Donald Trump,9849,REP,31,35.2322527166975,John Richard Kasich,9483,REP,12,15.715050171903036,19,19.517202544794465 +36027,48893,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-02,2016-02-09,7,653,Donald Trump,9849,REP,30,35.2322527166975,John Richard Kasich,9483,REP,10,15.715050171903036,20,19.517202544794465 +36032,48898,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-03,2016-02-09,6,420,Donald Trump,9849,REP,36,35.2322527166975,John Richard Kasich,9483,REP,14,15.715050171903036,22,19.517202544794465 +36030,48895,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-02-03,2016-02-09,6,500,Donald Trump,9849,REP,34,35.2322527166975,John Richard Kasich,9483,REP,8,15.715050171903036,26,19.517202544794465 +36034,48901,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-02-03,2016-02-09,6,500,Donald Trump,9849,REP,28.8,35.2322527166975,John Richard Kasich,9483,REP,13,15.715050171903036,15.8,19.517202544794465 +36036,48904,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-02-03,2016-02-09,6,410,Donald Trump,9849,REP,29,35.2322527166975,John Richard Kasich,9483,REP,9,15.715050171903036,20,19.517202544794465 +36037,48906,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,REP,2016-02-03,2016-02-09,6,871,Donald Trump,9849,REP,29,35.2322527166975,John Richard Kasich,9483,REP,13,15.715050171903036,16,19.517202544794465 +36045,48922,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-05,2016-02-09,4,422,Donald Trump,9849,REP,31,35.2322527166975,John Richard Kasich,9483,REP,17,15.715050171903036,14,19.517202544794465 +36048,48928,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-05,2016-02-09,4,508,Donald Trump,9849,REP,30,35.2322527166975,John Richard Kasich,9483,REP,14,15.715050171903036,16,19.517202544794465 +36050,48936,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2016-02-04,2016-02-09,5,433,Donald Trump,9849,REP,31,35.2322527166975,John Richard Kasich,9483,REP,11,15.715050171903036,20,19.517202544794465 +36053,48943,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Live Phone,NA,2016-02-06,2016-02-09,3,464,Donald Trump,9849,REP,34,35.2322527166975,John Richard Kasich,9483,REP,10,15.715050171903036,24,19.517202544794465 +36057,48955,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-02-07,2016-02-09,2,705,Donald Trump,9849,REP,28,35.2322527166975,John Richard Kasich,9483,REP,17,15.715050171903036,11,19.517202544794465 +36059,48958,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-06,2016-02-09,3,686,Donald Trump,9849,REP,31,35.2322527166975,John Richard Kasich,9483,REP,13,15.715050171903036,18,19.517202544794465 +36060,48960,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-07,2016-02-09,2,418,Donald Trump,9849,REP,33,35.2322527166975,John Richard Kasich,9483,REP,17,15.715050171903036,16,19.517202544794465 +36058,48956,7560,2016,NH,Pres-P,2016_Pres-R-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-02-06,2016-02-09,3,362,Donald Trump,9849,REP,31,35.2322527166975,John Richard Kasich,9483,REP,10,15.715050171903036,21,19.517202544794465 +36386,49413,7561,2016,NV,Pres-P,2016_Pres-D-P_NV,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-02-14,2016-02-20,6,516,Hillary Rodham Clinton,9207,DEM,53,52.644486225782714,Bernard Sanders,9739,DEM,47,47.29011689691817,6,5.354369328864543 +36350,49353,7561,2016,NV,Pres-P,2016_Pres-D-P_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-02-12,2016-02-20,8,282,Hillary Rodham Clinton,9207,DEM,48,52.644486225782714,Bernard Sanders,9739,DEM,47,47.29011689691817,1,5.354369328864543 +36335,49326,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-02-10,2016-02-20,10,779,Donald Trump,9849,REP,36,32.51291367979473,Marco Rubio,9731,REP,15,22.48201802988604,21,10.03089564990869 +36337,49328,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-02-11,2016-02-20,9,1200,Donald Trump,9849,REP,34.5,32.51291367979473,Marco Rubio,9731,REP,12.5,22.48201802988604,22,10.03089564990869 +36342,49337,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-11,2016-02-20,9,744,Donald Trump,9849,REP,42,32.51291367979473,Marco Rubio,9731,REP,15,22.48201802988604,27,10.03089564990869 +36341,49335,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-12,2016-02-20,8,400,Donald Trump,9849,REP,35,32.51291367979473,Marco Rubio,9731,REP,14,22.48201802988604,21,10.03089564990869 +36343,49339,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,REP,2016-02-12,2016-02-20,8,1281,Donald Trump,9849,REP,37,32.51291367979473,Marco Rubio,9731,REP,19,22.48201802988604,18,10.03089564990869 +36344,49341,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-02-14,2016-02-20,6,1300,Donald Trump,9849,REP,32.65,32.51291367979473,Marco Rubio,9731,REP,14.02,22.48201802988604,18.63,10.03089564990869 +36353,49358,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-02-15,2016-02-20,5,1700,Donald Trump,9849,REP,33.57,32.51291367979473,Marco Rubio,9731,REP,14.83,22.48201802988604,18.740000000000002,10.03089564990869 +36345,49342,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-02-14,2016-02-20,6,897,Donald Trump,9849,REP,35,32.51291367979473,Marco Rubio,9731,REP,18,22.48201802988604,17,10.03089564990869 +36348,49348,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-02-12,2016-02-20,8,404,Donald Trump,9849,REP,38,32.51291367979473,Marco Rubio,9731,REP,14,22.48201802988604,24,10.03089564990869 +36349,49351,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-15,2016-02-20,5,400,Donald Trump,9849,REP,33,32.51291367979473,Marco Rubio,9731,REP,16,22.48201802988604,17,10.03089564990869 +36379,49392,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-02-16,2016-02-20,4,2400,Donald Trump,9849,REP,34.74,32.51291367979473,Marco Rubio,9731,REP,15.82,22.48201802988604,18.92,10.03089564990869 +36378,49391,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-15,2016-02-20,5,375,Donald Trump,9849,REP,33,32.51291367979473,Marco Rubio,9731,REP,19,22.48201802988604,14,10.03089564990869 +36368,49374,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-15,2016-02-20,5,400,Donald Trump,9849,REP,35,32.51291367979473,Marco Rubio,9731,REP,17,22.48201802988604,18,10.03089564990869 +36375,49386,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-02-15,2016-02-20,5,502,Donald Trump,9849,REP,36,32.51291367979473,Marco Rubio,9731,REP,15,22.48201802988604,21,10.03089564990869 +36390,49419,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-02-17,2016-02-20,3,5800,Donald Trump,9849,REP,34.12,32.51291367979473,Marco Rubio,9731,REP,15.59,22.48201802988604,18.529999999999998,10.03089564990869 +36384,49408,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-02-16,2016-02-20,4,599,Donald Trump,9849,REP,29,32.51291367979473,Marco Rubio,9731,REP,15,22.48201802988604,14,10.03089564990869 +36383,49398,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-02-16,2016-02-20,4,759,Donald Trump,9849,REP,32,32.51291367979473,Marco Rubio,9731,REP,15,22.48201802988604,17,10.03089564990869 +36395,49436,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-16,2016-02-20,4,722,Donald Trump,9849,REP,28,32.51291367979473,Marco Rubio,9731,REP,15,22.48201802988604,13,10.03089564990869 +36393,49433,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-17,2016-02-20,3,401,Donald Trump,9849,REP,34,32.51291367979473,Marco Rubio,9731,REP,22,22.48201802988604,12,10.03089564990869 +36400,49442,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-02-18,2016-02-20,2,3500,Donald Trump,9849,REP,33.51,32.51291367979473,Marco Rubio,9731,REP,18.07,22.48201802988604,15.439999999999998,10.03089564990869 +36398,49440,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-02-17,2016-02-20,3,500,Donald Trump,9849,REP,32,32.51291367979473,Marco Rubio,9731,REP,18,22.48201802988604,14,10.03089564990869 +36396,49437,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-17,2016-02-20,3,418,Donald Trump,9849,REP,36,32.51291367979473,Marco Rubio,9731,REP,19,22.48201802988604,17,10.03089564990869 +36397,49439,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,Clemson University,54,FALSE,FALSE,Live Phone,NA,2016-02-16,2016-02-20,4,650,Donald Trump,9849,REP,28,32.51291367979473,Marco Rubio,9731,REP,15,22.48201802988604,13,10.03089564990869 +36399,49441,7562,2016,SC,Pres-P,2016_Pres-R-P_SC,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-02-18,2016-02-20,2,780,Donald Trump,9849,REP,26.9,32.51291367979473,Marco Rubio,9731,REP,24.1,22.48201802988604,2.799999999999997,10.03089564990869 +36386,49412,7563,2016,NV,Pres-P,2016_Pres-R-P_NV,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-02-14,2016-02-23,9,687,Donald Trump,9849,REP,39,45.90911508189747,Marco Rubio,9731,REP,19,23.851308232291004,20,22.057806849606465 +36350,49352,7563,2016,NV,Pres-P,2016_Pres-R-P_NV,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-02-12,2016-02-23,11,245,Donald Trump,9849,REP,45,45.90911508189747,Marco Rubio,9731,REP,19,23.851308232291004,26,22.057806849606465 +36342,49338,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-11,2016-02-27,16,404,Hillary Rodham Clinton,9207,DEM,59,73.43652265815413,Bernard Sanders,9739,DEM,40,26.016974742790588,19,47.419547915363545 +36341,49336,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-12,2016-02-27,15,400,Hillary Rodham Clinton,9207,DEM,65,73.43652265815413,Bernard Sanders,9739,DEM,27,26.016974742790588,38,47.419547915363545 +36343,49340,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,REP,2016-02-12,2016-02-27,15,507,Hillary Rodham Clinton,9207,DEM,59,73.43652265815413,Bernard Sanders,9739,DEM,41,26.016974742790588,18,47.419547915363545 +36345,49343,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-02-14,2016-02-27,13,525,Hillary Rodham Clinton,9207,DEM,55,73.43652265815413,Bernard Sanders,9739,DEM,34,26.016974742790588,21,47.419547915363545 +36348,49349,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-02-12,2016-02-27,15,280,Hillary Rodham Clinton,9207,DEM,56,73.43652265815413,Bernard Sanders,9739,DEM,38,26.016974742790588,18,47.419547915363545 +36349,49350,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-15,2016-02-27,12,400,Hillary Rodham Clinton,9207,DEM,61,73.43652265815413,Bernard Sanders,9739,DEM,31,26.016974742790588,30,47.419547915363545 +36368,49407,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-15,2016-02-27,12,403,Hillary Rodham Clinton,9207,DEM,59,73.43652265815413,Bernard Sanders,9739,DEM,30,26.016974742790588,29,47.419547915363545 +36383,49424,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-02-16,2016-02-27,11,642,Hillary Rodham Clinton,9207,DEM,56,73.43652265815413,Bernard Sanders,9739,DEM,28,26.016974742790588,28,47.419547915363545 +36395,49435,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-16,2016-02-27,11,425,Hillary Rodham Clinton,9207,DEM,60,73.43652265815413,Bernard Sanders,9739,DEM,32,26.016974742790588,28,47.419547915363545 +36389,49418,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-02-15,2016-02-27,12,403,Hillary Rodham Clinton,9207,DEM,53,73.43652265815413,Bernard Sanders,9739,DEM,31,26.016974742790588,22,47.419547915363545 +36393,49432,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-17,2016-02-27,10,400,Hillary Rodham Clinton,9207,DEM,61,73.43652265815413,Bernard Sanders,9739,DEM,32,26.016974742790588,29,47.419547915363545 +36468,49970,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-23,2016-02-27,4,266,Hillary Rodham Clinton,9207,DEM,60.1,73.43652265815413,Bernard Sanders,9739,DEM,36.5,26.016974742790588,23.6,47.419547915363545 +36466,49967,7564,2016,SC,Pres-P,2016_Pres-D-P_SC,Clemson University,54,FALSE,FALSE,Live Phone,NA,2016-02-22,2016-02-27,5,650,Hillary Rodham Clinton,9207,DEM,64,73.43652265815413,Bernard Sanders,9739,DEM,14,26.016974742790588,50,47.419547915363545 +36355,49360,7565,2016,AL,Pres-P,2016_Pres-D-P_AL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,500,Hillary Rodham Clinton,9207,DEM,59,77.880867126453,Bernard Sanders,9739,DEM,31,19.16563143345991,28,58.71523569299309 +36495,50028,7565,2016,AL,Pres-P,2016_Pres-D-P_AL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-27,2016-03-01,3,300,Hillary Rodham Clinton,9207,DEM,71,77.880867126453,Bernard Sanders,9739,DEM,23,19.16563143345991,48,58.71523569299309 +36504,50043,7566,2016,AL,Pres-P,2016_Pres-R-P_AL,Master Image,200,FALSE,FALSE,IVR,NA,2016-02-10,2016-03-01,20,1840,Donald Trump,9849,REP,36,43.423009532308065,Ted Cruz,9245,REP,13,21.086223003025616,23,22.33678652928245 +36434,49521,7566,2016,AL,Pres-P,2016_Pres-R-P_AL,Master Image,200,FALSE,FALSE,IVR,NA,2016-02-24,2016-03-01,6,1556,Donald Trump,9849,REP,36,43.423009532308065,Ted Cruz,9245,REP,12,21.086223003025616,24,22.33678652928245 +36476,49986,7566,2016,AL,Pres-P,2016_Pres-R-P_AL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-02-25,2016-03-01,5,460,Donald Trump,9849,REP,35.8,43.423009532308065,Ted Cruz,9245,REP,16.2,21.086223003025616,19.599999999999998,22.33678652928245 +36495,50025,7566,2016,AL,Pres-P,2016_Pres-R-P_AL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-27,2016-03-01,3,450,Donald Trump,9849,REP,42,43.423009532308065,Ted Cruz,9245,REP,16,21.086223003025616,26,22.33678652928245 +36508,50048,7566,2016,AL,Pres-P,2016_Pres-R-P_AL,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,741,Donald Trump,9849,REP,47,43.423009532308065,Ted Cruz,9245,REP,18,21.086223003025616,29,22.33678652928245 +36367,49373,7569,2016,AR,Pres-P,2016_Pres-D-P_AR,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,525,Hillary Rodham Clinton,9207,DEM,57,66.08315989503213,Bernard Sanders,9739,DEM,32,29.968328658039994,25,36.11483123699213 +36509,50049,7570,2016,AR,Pres-P,2016_Pres-R-P_AR,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,542,Donald Trump,9849,REP,34,32.790810863428405,Ted Cruz,9245,REP,27,30.502287549888056,7,2.288523313540349 +36448,171469,7571,2016,CO,Pres-P,2016_Pres-D-P_CO,TargetPoint,331,FALSE,FALSE,IVR/Text,NA,2016-02-16,2016-03-01,14,1144,Bernard Sanders,9739,DEM,49,59.00515969122853,Hillary Rodham Clinton,9207,DEM,43,40.329021440663546,6,18.676138250564982 +36357,49363,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,500,Hillary Rodham Clinton,9207,DEM,60,71.29582448135925,Bernard Sanders,9739,DEM,26,28.19526866884602,34,43.10055581251323 +36416,49470,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-02-21,2016-03-01,9,700,Hillary Rodham Clinton,9207,DEM,72,71.29582448135925,Bernard Sanders,9739,DEM,19.8,28.19526866884602,52.2,43.10055581251323 +36423,49493,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-02-22,2016-03-01,8,491,Hillary Rodham Clinton,9207,DEM,57,71.29582448135925,Bernard Sanders,9739,DEM,29,28.19526866884602,28,43.10055581251323 +36467,49969,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-02-22,2016-03-01,8,501,Hillary Rodham Clinton,9207,DEM,66,71.29582448135925,Bernard Sanders,9739,DEM,27,28.19526866884602,39,43.10055581251323 +36485,50006,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-20,2016-03-01,10,461,Hillary Rodham Clinton,9207,DEM,64,71.29582448135925,Bernard Sanders,9739,DEM,30,28.19526866884602,34,43.10055581251323 +36442,50034,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,Dynata,283,FALSE,TRUE,Online Panel,NA,2016-02-23,2016-03-01,7,400,Hillary Rodham Clinton,9207,DEM,62,71.29582448135925,Bernard Sanders,9739,DEM,29,28.19526866884602,33,43.10055581251323 +36482,50002,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-24,2016-03-01,6,492,Hillary Rodham Clinton,9207,DEM,63,71.29582448135925,Bernard Sanders,9739,DEM,35,28.19526866884602,28,43.10055581251323 +36500,50037,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-02-28,2016-03-01,2,800,Hillary Rodham Clinton,9207,DEM,70.1,71.29582448135925,Bernard Sanders,9739,DEM,23,28.19526866884602,47.099999999999994,43.10055581251323 +36510,50055,7573,2016,GA,Pres-P,2016_Pres-D-P_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,961,Hillary Rodham Clinton,9207,DEM,59,71.29582448135925,Bernard Sanders,9739,DEM,36,28.19526866884602,23,43.10055581251323 +36416,49477,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-02-21,2016-03-01,9,500,Donald Trump,9849,REP,31.7,38.812343552753006,Marco Rubio,9731,REP,22.7,24.44790133059252,9,14.364442222160488 +36423,49492,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-02-22,2016-03-01,8,745,Donald Trump,9849,REP,34,38.812343552753006,Marco Rubio,9731,REP,22,24.44790133059252,12,14.364442222160488 +36467,49968,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-02-22,2016-03-01,8,684,Donald Trump,9849,REP,45,38.812343552753006,Marco Rubio,9731,REP,19,24.44790133059252,26,14.364442222160488 +36485,50007,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-20,2016-03-01,10,543,Donald Trump,9849,REP,30,38.812343552753006,Marco Rubio,9731,REP,23,24.44790133059252,7,14.364442222160488 +36442,49535,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,Dynata,283,FALSE,TRUE,Online Panel,NA,2016-02-23,2016-03-01,7,400,Donald Trump,9849,REP,41.25,38.812343552753006,Marco Rubio,9731,REP,18.25,24.44790133059252,23,14.364442222160488 +36482,50003,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-24,2016-03-01,6,493,Donald Trump,9849,REP,40,38.812343552753006,Marco Rubio,9731,REP,22,24.44790133059252,18,14.364442222160488 +36500,50059,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,IVR/Online Panel,NA,2016-02-28,2016-03-01,2,1400,Donald Trump,9849,REP,38.9,38.812343552753006,Marco Rubio,9731,REP,20,24.44790133059252,18.9,14.364442222160488 +36506,50045,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-02-27,2016-03-01,3,710,Donald Trump,9849,REP,33,38.812343552753006,Marco Rubio,9731,REP,23,24.44790133059252,10,14.364442222160488 +36499,50036,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-02-27,2016-03-01,3,1350,Donald Trump,9849,REP,38.6,38.812343552753006,Marco Rubio,9731,REP,23.54,24.44790133059252,15.060000000000002,14.364442222160488 +36510,50050,7574,2016,GA,Pres-P,2016_Pres-R-P_GA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,1171,Donald Trump,9849,REP,39,38.812343552753006,Marco Rubio,9731,REP,20,24.44790133059252,19,14.364442222160488 +36359,49365,7575,2016,MA,Pres-P,2016_Pres-D-P_MA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,538,Hillary Rodham Clinton,9207,DEM,42,49.904356192998186,Bernard Sanders,9739,DEM,49,48.50473284702747,-7,1.399623345970717 +36406,49454,7575,2016,MA,Pres-P,2016_Pres-D-P_MA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-20,2016-03-01,10,417,Hillary Rodham Clinton,9207,DEM,46,49.904356192998186,Bernard Sanders,9739,DEM,46,48.50473284702747,0,1.399623345970717 +36470,49973,7575,2016,MA,Pres-P,2016_Pres-D-P_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-02-22,2016-03-01,8,418,Hillary Rodham Clinton,9207,DEM,49,49.904356192998186,Bernard Sanders,9739,DEM,44,48.50473284702747,5,1.399623345970717 +36491,50020,7575,2016,MA,Pres-P,2016_Pres-D-P_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-02-22,2016-03-01,8,400,Hillary Rodham Clinton,9207,DEM,47,49.904356192998186,Bernard Sanders,9739,DEM,44,48.50473284702747,3,1.399623345970717 +36489,50016,7575,2016,MA,Pres-P,2016_Pres-D-P_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-02-26,2016-03-01,4,500,Hillary Rodham Clinton,9207,DEM,50,49.904356192998186,Bernard Sanders,9739,DEM,42,48.50473284702747,8,1.399623345970717 +36502,50040,7575,2016,MA,Pres-P,2016_Pres-D-P_MA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-27,2016-03-01,3,670,Hillary Rodham Clinton,9207,DEM,53.9,49.904356192998186,Bernard Sanders,9739,DEM,42.8,48.50473284702747,11.100000000000001,1.399623345970717 +36515,50056,7575,2016,MA,Pres-P,2016_Pres-D-P_MA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,1224,Hillary Rodham Clinton,9207,DEM,48,49.904356192998186,Bernard Sanders,9739,DEM,46,48.50473284702747,2,1.399623345970717 +36406,49453,7576,2016,MA,Pres-P,2016_Pres-R-P_MA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-20,2016-03-01,10,289,Donald Trump,9849,REP,50,49.10312245093617,John Richard Kasich,9483,REP,13,17.985329965753156,37,31.117792485183013 +36470,49975,7576,2016,MA,Pres-P,2016_Pres-R-P_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2016-02-22,2016-03-01,8,386,Donald Trump,9849,REP,40,49.10312245093617,John Richard Kasich,9483,REP,19,17.985329965753156,21,31.117792485183013 +36491,50019,7576,2016,MA,Pres-P,2016_Pres-R-P_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-02-22,2016-03-01,8,292,Donald Trump,9849,REP,47,49.10312245093617,John Richard Kasich,9483,REP,11,17.985329965753156,36,31.117792485183013 +36481,50001,7576,2016,MA,Pres-P,2016_Pres-R-P_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-02-25,2016-03-01,5,500,Donald Trump,9849,REP,43,49.10312245093617,John Richard Kasich,9483,REP,17,17.985329965753156,26,31.117792485183013 +36502,50039,7576,2016,MA,Pres-P,2016_Pres-R-P_MA,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-27,2016-03-01,3,408,Donald Trump,9849,REP,51.4,49.10312245093617,John Richard Kasich,9483,REP,14.3,17.985329965753156,37.099999999999994,31.117792485183013 +36362,49368,7579,2016,OK,Pres-P,2016_Pres-D-P_OK,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,542,Bernard Sanders,9739,DEM,44,51.87781195379985,Hillary Rodham Clinton,9207,DEM,46,41.520293708667445,-2,10.357518245132404 +36507,50047,7579,2016,OK,Pres-P,2016_Pres-D-P_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone,NA,2016-02-24,2016-03-01,6,510,Bernard Sanders,9739,DEM,31,51.87781195379985,Hillary Rodham Clinton,9207,DEM,40,41.520293708667445,-9,10.357518245132404 +36492,50021,7579,2016,OK,Pres-P,2016_Pres-D-P_OK,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-27,2016-03-01,3,300,Bernard Sanders,9739,DEM,48,51.87781195379985,Hillary Rodham Clinton,9207,DEM,43,41.520293708667445,5,10.357518245132404 +36431,49518,7580,2016,OK,Pres-P,2016_Pres-R-P_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,Live Phone,NA,2016-02-22,2016-03-01,8,400,Ted Cruz,9245,REP,20,34.37061066876557,Donald Trump,9849,REP,29,28.32371576049852,-9,6.046894908267053 +36507,50046,7580,2016,OK,Pres-P,2016_Pres-R-P_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone,NA,2016-02-24,2016-03-01,6,540,Ted Cruz,9245,REP,18,34.37061066876557,Donald Trump,9849,REP,34,28.32371576049852,-16,6.046894908267053 +36492,50022,7580,2016,OK,Pres-P,2016_Pres-R-P_OK,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-27,2016-03-01,3,403,Ted Cruz,9245,REP,23,34.37061066876557,Donald Trump,9849,REP,35,28.32371576049852,-12,6.046894908267053 +36511,50051,7580,2016,OK,Pres-P,2016_Pres-R-P_OK,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,636,Ted Cruz,9245,REP,19,34.37061066876557,Donald Trump,9849,REP,34,28.32371576049852,-15,6.046894908267053 +36363,49369,7581,2016,TN,Pres-P,2016_Pres-D-P_TN,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,500,Hillary Rodham Clinton,9207,DEM,58,66.07078571390191,Bernard Sanders,9739,DEM,32,32.45375071865714,26,33.61703499524477 +36486,50008,7581,2016,TN,Pres-P,2016_Pres-D-P_TN,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-24,2016-03-01,6,405,Hillary Rodham Clinton,9207,DEM,60,66.07078571390191,Bernard Sanders,9739,DEM,34,32.45375071865714,26,33.61703499524477 +36512,50057,7581,2016,TN,Pres-P,2016_Pres-D-P_TN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,533,Hillary Rodham Clinton,9207,DEM,54,66.07078571390191,Bernard Sanders,9739,DEM,37,32.45375071865714,17,33.61703499524477 +36486,50009,7582,2016,TN,Pres-P,2016_Pres-R-P_TN,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-24,2016-03-01,6,665,Donald Trump,9849,REP,40,38.93522365141301,Ted Cruz,9245,REP,22,24.71237973704292,18,14.222843914370092 +36512,50052,7582,2016,TN,Pres-P,2016_Pres-R-P_TN,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,772,Donald Trump,9849,REP,48,38.93522365141301,Ted Cruz,9245,REP,15,24.71237973704292,33,14.222843914370092 +36364,49370,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,514,Hillary Rodham Clinton,9207,DEM,57,65.1861034407112,Bernard Sanders,9739,DEM,34,33.188150944184635,23,31.99795249652656 +36419,49478,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-02-16,2016-03-01,14,324,Hillary Rodham Clinton,9207,DEM,54,65.1861034407112,Bernard Sanders,9739,DEM,44,33.188150944184635,10,31.99795249652656 +36435,49524,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2016-02-22,2016-03-01,8,625,Hillary Rodham Clinton,9207,DEM,60.71,65.1861034407112,Bernard Sanders,9739,DEM,29.26,33.188150944184635,31.45,31.99795249652656 +36436,49525,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-02-21,2016-03-01,9,569,Hillary Rodham Clinton,9207,DEM,61,65.1861034407112,Bernard Sanders,9739,DEM,32,33.188150944184635,29,31.99795249652656 +36428,49502,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-22,2016-03-01,8,328,Hillary Rodham Clinton,9207,DEM,56,65.1861034407112,Bernard Sanders,9739,DEM,40,33.188150944184635,16,31.99795249652656 +36484,50011,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-20,2016-03-01,10,381,Hillary Rodham Clinton,9207,DEM,59,65.1861034407112,Bernard Sanders,9739,DEM,38,33.188150944184635,21,31.99795249652656 +36437,49527,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-02-24,2016-03-01,6,411,Hillary Rodham Clinton,9207,DEM,66,65.1861034407112,Bernard Sanders,9739,DEM,26,33.188150944184635,40,31.99795249652656 +36441,49533,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-23,2016-03-01,7,304,Hillary Rodham Clinton,9207,DEM,64,65.1861034407112,Bernard Sanders,9739,DEM,30,33.188150944184635,34,31.99795249652656 +36483,50010,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-24,2016-03-01,6,750,Hillary Rodham Clinton,9207,DEM,61,65.1861034407112,Bernard Sanders,9739,DEM,37,33.188150944184635,24,31.99795249652656 +36497,50033,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-27,2016-03-01,3,400,Hillary Rodham Clinton,9207,DEM,58,65.1861034407112,Bernard Sanders,9739,DEM,38,33.188150944184635,20,31.99795249652656 +36501,50041,7583,2016,TX,Pres-P,2016_Pres-D-P_TX,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-27,2016-03-01,3,275,Hillary Rodham Clinton,9207,DEM,67.7,65.1861034407112,Bernard Sanders,9739,DEM,26.3,33.188150944184635,41.400000000000006,31.99795249652656 +36419,49479,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-02-16,2016-03-01,14,407,Ted Cruz,9245,REP,37,43.75544687656003,Donald Trump,9849,REP,29,26.75005147210212,8,17.00539540445791 +36435,49522,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,Dixie Strategies,81,FALSE,FALSE,IVR/Live Phone,NA,2016-02-22,2016-03-01,8,725,Ted Cruz,9245,REP,33.24,43.75544687656003,Donald Trump,9849,REP,24.83,26.75005147210212,8.410000000000004,17.00539540445791 +36436,49523,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-02-21,2016-03-01,9,645,Ted Cruz,9245,REP,32,43.75544687656003,Donald Trump,9849,REP,32,26.75005147210212,0,17.00539540445791 +36432,49519,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,University of Houston Hobby School of Public Affairs,351,FALSE,FALSE,Live Phone,NA,2016-02-17,2016-03-01,13,415,Ted Cruz,9245,REP,35,43.75544687656003,Donald Trump,9849,REP,20,26.75005147210212,15,17.00539540445791 +36428,49503,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-22,2016-03-01,8,446,Ted Cruz,9245,REP,29,43.75544687656003,Donald Trump,9849,REP,28,26.75005147210212,1,17.00539540445791 +36484,50005,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-02-20,2016-03-01,10,537,Ted Cruz,9245,REP,39,43.75544687656003,Donald Trump,9849,REP,26,26.75005147210212,13,17.00539540445791 +36437,49526,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2016-02-24,2016-03-01,6,620,Ted Cruz,9245,REP,38,43.75544687656003,Donald Trump,9849,REP,26,26.75005147210212,12,17.00539540445791 +36441,49534,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-23,2016-03-01,7,456,Ted Cruz,9245,REP,38,43.75544687656003,Donald Trump,9849,REP,23,26.75005147210212,15,17.00539540445791 +36483,50004,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-24,2016-03-01,6,796,Ted Cruz,9245,REP,42,43.75544687656003,Donald Trump,9849,REP,31,26.75005147210212,11,17.00539540445791 +36505,50044,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-02-28,2016-03-01,2,712,Ted Cruz,9245,REP,36,43.75544687656003,Donald Trump,9849,REP,25,26.75005147210212,11,17.00539540445791 +36497,50032,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-27,2016-03-01,3,400,Ted Cruz,9245,REP,33,43.75544687656003,Donald Trump,9849,REP,32,26.75005147210212,1,17.00539540445791 +36501,50038,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,Emerson College,88,TRUE,FALSE,IVR,NA,2016-02-27,2016-03-01,3,449,Ted Cruz,9245,REP,35.4,43.75544687656003,Donald Trump,9849,REP,31.7,26.75005147210212,3.6999999999999993,17.00539540445791 +36513,50053,7584,2016,TX,Pres-P,2016_Pres-R-P_TX,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,613,Ted Cruz,9245,REP,33,43.75544687656003,Donald Trump,9849,REP,31,26.75005147210212,2,17.00539540445791 +36366,49372,7585,2016,VT,Pres-P,2016_Pres-D-P_VT,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,693,Bernard Sanders,9739,DEM,86,85.97859066327402,Hillary Rodham Clinton,9207,DEM,10,13.603756648689547,76,72.37483401458448 +36411,49463,7585,2016,VT,Pres-P,2016_Pres-D-P_VT,The Castleton Polling Institute,45,FALSE,TRUE,Live Phone,NA,2016-02-10,2016-03-01,20,344,Bernard Sanders,9739,DEM,77.9,85.97859066327402,Hillary Rodham Clinton,9207,DEM,12.8,13.603756648689547,65.10000000000001,72.37483401458448 +36411,49462,7586,2016,VT,Pres-P,2016_Pres-R-P_VT,The Castleton Polling Institute,45,FALSE,TRUE,Live Phone,NA,2016-02-10,2016-03-01,20,115,Donald Trump,9849,REP,33.2,32.526706618030225,John Richard Kasich,9483,REP,14.1,30.18173527879104,19.1,2.3449713392391835 +36365,49371,7587,2016,VA,Pres-P,2016_Pres-D-P_VA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-01,15,500,Hillary Rodham Clinton,9207,DEM,56,64.28011627121624,Bernard Sanders,9739,DEM,34,35.219066236617785,22,29.06105003459846 +36447,49544,7587,2016,VA,Pres-P,2016_Pres-D-P_VA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-23,2016-03-01,7,302,Hillary Rodham Clinton,9207,DEM,60,64.28011627121624,Bernard Sanders,9739,DEM,33,35.219066236617785,27,29.06105003459846 +36475,49984,7587,2016,VA,Pres-P,2016_Pres-D-P_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2016-02-20,2016-03-01,10,415,Hillary Rodham Clinton,9207,DEM,50,64.28011627121624,Bernard Sanders,9739,DEM,33,35.219066236617785,17,29.06105003459846 +36487,50013,7587,2016,VA,Pres-P,2016_Pres-D-P_VA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-24,2016-03-01,6,481,Hillary Rodham Clinton,9207,DEM,59,64.28011627121624,Bernard Sanders,9739,DEM,39,35.219066236617785,20,29.06105003459846 +36514,50058,7587,2016,VA,Pres-P,2016_Pres-D-P_VA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,908,Hillary Rodham Clinton,9207,DEM,57,64.28011627121624,Bernard Sanders,9739,DEM,36,35.219066236617785,21,29.06105003459846 +36447,49545,7588,2016,VA,Pres-P,2016_Pres-R-P_VA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-02-23,2016-03-01,7,421,Donald Trump,9849,REP,41,34.798313329146566,Marco Rubio,9731,REP,27,31.97789852669847,14,2.820414802448095 +36475,49982,7588,2016,VA,Pres-P,2016_Pres-R-P_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2016-02-20,2016-03-01,10,466,Donald Trump,9849,REP,38,34.798313329146566,Marco Rubio,9731,REP,13,31.97789852669847,25,2.820414802448095 +36487,50012,7588,2016,VA,Pres-P,2016_Pres-R-P_VA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-24,2016-03-01,6,481,Donald Trump,9849,REP,40,34.798313329146566,Marco Rubio,9731,REP,27,31.97789852669847,13,2.820414802448095 +36514,50054,7588,2016,VA,Pres-P,2016_Pres-R-P_VA,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-02-26,2016-03-01,4,848,Donald Trump,9849,REP,36,34.798313329146566,Marco Rubio,9731,REP,26,31.97789852669847,10,2.820414802448095 +36533,50096,7590,2016,KS,Pres-P,2016_Pres-D-P_KS,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2016-02-23,2016-03-05,11,123,Bernard Sanders,9739,DEM,23,67.72846086822818,Hillary Rodham Clinton,9207,DEM,33,32.27153913177182,-10,35.456921736456366 +36533,50095,7591,2016,KS,Pres-P,2016_Pres-R-P_KS,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2016-02-23,2016-03-05,11,212,Ted Cruz,9245,REP,14,47.49677125275393,Donald Trump,9849,REP,26,23.352072729114436,-12,24.144698523639494 +36532,50094,7591,2016,KS,Pres-P,2016_Pres-R-P_KS,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-03-02,2016-03-05,3,1060,Ted Cruz,9245,REP,29.31,47.49677125275393,Donald Trump,9849,REP,35.18,23.352072729114436,-5.870000000000001,24.144698523639494 +36498,50035,7592,2016,KY,Pres-P,2016_Pres-R-P_KY,Western Kentucky University Social Science Research Center,379,FALSE,FALSE,Live Phone,NA,2016-02-24,2016-03-05,10,532,Donald Trump,9849,REP,35,35.918525517379514,Ted Cruz,9245,REP,15,31.568749537373677,20,4.3497759800058375 +36358,49364,7593,2016,LA,Pres-P,2016_Pres-D-P_LA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-05,19,548,Hillary Rodham Clinton,9207,DEM,60,71.11932926203428,Bernard Sanders,9739,DEM,29,23.182028122754797,31,47.937301139279484 +36526,50082,7593,2016,LA,Pres-P,2016_Pres-D-P_LA,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2016-03-01,2016-03-05,4,865,Hillary Rodham Clinton,9207,DEM,61,71.11932926203428,Bernard Sanders,9739,DEM,14,23.182028122754797,47,47.937301139279484 +36526,50081,7594,2016,LA,Pres-P,2016_Pres-R-P_LA,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2016-03-01,2016-03-05,4,609,Donald Trump,9849,REP,41,41.44654944048121,Ted Cruz,9245,REP,21,37.83283152027778,20,3.6137179202034346 +36534,50097,7594,2016,LA,Pres-P,2016_Pres-R-P_LA,University of New Orleans Survey Research Center,358,FALSE,FALSE,IVR,NA,2016-03-02,2016-03-05,3,1874,Donald Trump,9849,REP,38,41.44654944048121,Ted Cruz,9245,REP,26,37.83283152027778,12,3.6137179202034346 +36529,50087,7594,2016,LA,Pres-P,2016_Pres-R-P_LA,Trafalgar Group,338,FALSE,FALSE,IVR/Email,REP,2016-03-01,2016-03-05,4,1509,Donald Trump,9849,REP,44,41.44654944048121,Ted Cruz,9245,REP,26,37.83283152027778,18,3.6137179202034346 +36541,50113,7594,2016,LA,Pres-P,2016_Pres-R-P_LA,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-03-03,2016-03-05,2,1356,Donald Trump,9849,REP,48,41.44654944048121,Ted Cruz,9245,REP,31,37.83283152027778,17,3.6137179202034346 +36552,50135,7600,2016,ID,Pres-P,2016_Pres-R-P_ID,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-21,2016-03-08,16,230,Ted Cruz,9245,REP,19,45.44467667249239,Donald Trump,9849,REP,30,28.11345741518171,-11,17.331219257310682 +36404,49449,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-02-15,2016-03-08,22,430,Bernard Sanders,9739,DEM,27,49.68205436181932,Hillary Rodham Clinton,9207,DEM,60,48.25797642905491,-33,1.424077932764412 +36360,49366,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-08,22,500,Bernard Sanders,9739,DEM,40,49.68205436181932,Hillary Rodham Clinton,9207,DEM,50,48.25797642905491,-10,1.424077932764412 +36405,49452,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-19,2016-03-08,18,400,Bernard Sanders,9739,DEM,40,49.68205436181932,Hillary Rodham Clinton,9207,DEM,53,48.25797642905491,-13,1.424077932764412 +36473,50089,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-02-23,2016-03-08,14,344,Bernard Sanders,9739,DEM,31,49.68205436181932,Hillary Rodham Clinton,9207,DEM,65,48.25797642905491,-34,1.424077932764412 +36494,50027,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2016-02-24,2016-03-08,13,218,Bernard Sanders,9739,DEM,36,49.68205436181932,Hillary Rodham Clinton,9207,DEM,56,48.25797642905491,-20,1.424077932764412 +36527,50084,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-03-01,2016-03-08,7,427,Bernard Sanders,9739,DEM,33,49.68205436181932,Hillary Rodham Clinton,9207,DEM,61,48.25797642905491,-28,1.424077932764412 +36546,50124,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2016-02-29,2016-03-08,8,400,Bernard Sanders,9739,DEM,31,49.68205436181932,Hillary Rodham Clinton,9207,DEM,56,48.25797642905491,-25,1.424077932764412 +36561,50151,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-03-02,2016-03-08,6,616,Bernard Sanders,9739,DEM,37,49.68205436181932,Hillary Rodham Clinton,9207,DEM,55,48.25797642905491,-18,1.424077932764412 +36543,50117,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-03-02,2016-03-08,6,546,Bernard Sanders,9739,DEM,40,49.68205436181932,Hillary Rodham Clinton,9207,DEM,57,48.25797642905491,-17,1.424077932764412 +36550,50132,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Michigan State University Institute for Public Policy and Social Research,463,TRUE,FALSE,Live Phone,NA,2016-02-13,2016-03-08,24,262,Bernard Sanders,9739,DEM,46.9,49.68205436181932,Hillary Rodham Clinton,9207,DEM,51.9,48.25797642905491,-5,1.424077932764412 +36544,50122,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-03,2016-03-08,5,597,Bernard Sanders,9739,DEM,44,49.68205436181932,Hillary Rodham Clinton,9207,DEM,55,48.25797642905491,-11,1.424077932764412 +36542,50115,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-03-04,2016-03-08,4,400,Bernard Sanders,9739,DEM,36,49.68205436181932,Hillary Rodham Clinton,9207,DEM,60,48.25797642905491,-24,1.424077932764412 +36548,50128,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-03-06,2016-03-08,2,475,Bernard Sanders,9739,DEM,29,49.68205436181932,Hillary Rodham Clinton,9207,DEM,66,48.25797642905491,-37,1.424077932764412 +36551,50134,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-03-05,2016-03-08,3,302,Bernard Sanders,9739,DEM,42,49.68205436181932,Hillary Rodham Clinton,9207,DEM,55,48.25797642905491,-13,1.424077932764412 +36626,50274,7601,2016,MI,Pres-P,2016_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-03-07,2016-03-08,1,482,Bernard Sanders,9739,DEM,34,49.68205436181932,Hillary Rodham Clinton,9207,DEM,61,48.25797642905491,-27,1.424077932764412 +36404,49450,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-02-15,2016-03-08,22,394,Donald Trump,9849,REP,41,36.5485811683234,Ted Cruz,9245,REP,11,24.676617892714432,30,11.87196327560897 +36394,49434,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2016-02-15,2016-03-08,22,600,Donald Trump,9849,REP,25.2,36.5485811683234,Ted Cruz,9245,REP,15,24.676617892714432,10.2,11.87196327560897 +36405,49451,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-02-19,2016-03-08,18,400,Donald Trump,9849,REP,35,36.5485811683234,Ted Cruz,9245,REP,12,24.676617892714432,23,11.87196327560897 +36473,49980,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-02-23,2016-03-08,14,459,Donald Trump,9849,REP,41,36.5485811683234,Ted Cruz,9245,REP,16,24.676617892714432,25,11.87196327560897 +36472,49979,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Target Insyght,330,FALSE,FALSE,IVR,NA,2016-02-23,2016-03-08,14,400,Donald Trump,9849,REP,41,36.5485811683234,Ted Cruz,9245,REP,14,24.676617892714432,27,11.87196327560897 +36494,50024,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Marketing Resource Group (MRG),193,FALSE,FALSE,Live Phone,NA,2016-02-24,2016-03-08,13,217,Donald Trump,9849,REP,33,36.5485811683234,Ted Cruz,9245,REP,18,24.676617892714432,15,11.87196327560897 +36524,50078,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2016-02-28,2016-03-08,9,400,Donald Trump,9849,REP,29,36.5485811683234,Ted Cruz,9245,REP,19,24.676617892714432,10,11.87196327560897 +36527,50083,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-03-01,2016-03-08,7,679,Donald Trump,9849,REP,39,36.5485811683234,Ted Cruz,9245,REP,14,24.676617892714432,25,11.87196327560897 +36531,50093,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-03-02,2016-03-08,6,643,Donald Trump,9849,REP,42,36.5485811683234,Ted Cruz,9245,REP,19,24.676617892714432,23,11.87196327560897 +36538,50110,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-03-02,2016-03-08,6,1643,Donald Trump,9849,REP,41.87,36.5485811683234,Ted Cruz,9245,REP,20.45,24.676617892714432,21.419999999999998,11.87196327560897 +36543,50116,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-03-02,2016-03-08,6,482,Donald Trump,9849,REP,41,36.5485811683234,Ted Cruz,9245,REP,22,24.676617892714432,19,11.87196327560897 +36550,50131,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Michigan State University Institute for Public Policy and Social Research,463,TRUE,FALSE,Live Phone,NA,2016-02-13,2016-03-08,24,290,Donald Trump,9849,REP,36.1,36.5485811683234,Ted Cruz,9245,REP,19.5,24.676617892714432,16.6,11.87196327560897 +36544,50120,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-03,2016-03-08,5,637,Donald Trump,9849,REP,39,36.5485811683234,Ted Cruz,9245,REP,24,24.676617892714432,15,11.87196327560897 +36542,50114,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-03-04,2016-03-08,4,400,Donald Trump,9849,REP,31,36.5485811683234,Ted Cruz,9245,REP,15,24.676617892714432,16,11.87196327560897 +36548,50127,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-03-06,2016-03-08,2,663,Donald Trump,9849,REP,42,36.5485811683234,Ted Cruz,9245,REP,19,24.676617892714432,23,11.87196327560897 +36555,50140,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-03-05,2016-03-08,3,1610,Donald Trump,9849,REP,40.89,36.5485811683234,Ted Cruz,9245,REP,23.26,24.676617892714432,17.63,11.87196327560897 +36551,50133,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-03-05,2016-03-08,3,402,Donald Trump,9849,REP,36,36.5485811683234,Ted Cruz,9245,REP,23,24.676617892714432,13,11.87196327560897 +36626,50273,7602,2016,MI,Pres-P,2016_Pres-R-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2016-03-07,2016-03-08,1,472,Donald Trump,9849,REP,41,36.5485811683234,Ted Cruz,9245,REP,18,24.676617892714432,23,11.87196327560897 +36361,49367,7603,2016,MS,Pres-P,2016_Pres-D-P_MS,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-02-15,2016-03-08,22,514,Hillary Rodham Clinton,9207,DEM,60,82.466411931468,Bernard Sanders,9739,DEM,26,16.61706960609956,34,65.84934232536844 +36525,50080,7603,2016,MS,Pres-P,2016_Pres-D-P_MS,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2016-02-29,2016-03-08,8,471,Hillary Rodham Clinton,9207,DEM,65,82.466411931468,Bernard Sanders,9739,DEM,11,16.61706960609956,54,65.84934232536844 +36525,50079,7604,2016,MS,Pres-P,2016_Pres-R-P_MS,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2016-02-29,2016-03-08,8,995,Donald Trump,9849,REP,41,47.24313546496264,Ted Cruz,9245,REP,17,36.121747904004614,24,11.121387560958027 +36530,50092,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-02-24,2016-03-15,20,514,Hillary Rodham Clinton,9207,DEM,58,64.44096389912607,Bernard Sanders,9739,DEM,42,33.281339681005484,16,31.15962421812059 +36440,49978,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-02-23,2016-03-15,21,476,Hillary Rodham Clinton,9207,DEM,59,64.44096389912607,Bernard Sanders,9739,DEM,33,33.281339681005484,26,31.15962421812059 +36471,49977,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-02-24,2016-03-15,20,388,Hillary Rodham Clinton,9207,DEM,57,64.44096389912607,Bernard Sanders,9739,DEM,32,33.281339681005484,25,31.15962421812059 +36516,50065,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2016-02-24,2016-03-15,20,685,Hillary Rodham Clinton,9207,DEM,54,64.44096389912607,Bernard Sanders,9739,DEM,24,33.281339681005484,30,31.15962421812059 +36571,50170,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Bendixen & Amandi International/Tarrance Group,801,FALSE,TRUE,Live Phone,NA,2016-03-04,2016-03-15,11,449,Hillary Rodham Clinton,9207,DEM,64,64.44096389912607,Bernard Sanders,9739,DEM,26,33.281339681005484,38,31.15962421812059 +36558,50146,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-03-05,2016-03-15,10,823,Hillary Rodham Clinton,9207,DEM,61,64.44096389912607,Bernard Sanders,9739,DEM,30,33.281339681005484,31,31.15962421812059 +36569,50166,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,264,Hillary Rodham Clinton,9207,DEM,61,64.44096389912607,Bernard Sanders,9739,DEM,34,33.281339681005484,27,31.15962421812059 +36567,50162,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,511,Hillary Rodham Clinton,9207,DEM,62,64.44096389912607,Bernard Sanders,9739,DEM,32,33.281339681005484,30,31.15962421812059 +36585,50190,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-03-08,2016-03-15,7,500,Hillary Rodham Clinton,9207,DEM,68,64.44096389912607,Bernard Sanders,9739,DEM,23,33.281339681005484,45,31.15962421812059 +36596,50216,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,500,Hillary Rodham Clinton,9207,DEM,61,64.44096389912607,Bernard Sanders,9739,DEM,34,33.281339681005484,27,31.15962421812059 +36593,50213,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-10,2016-03-15,5,796,Hillary Rodham Clinton,9207,DEM,62,64.44096389912607,Bernard Sanders,9739,DEM,34,33.281339681005484,28,31.15962421812059 +36592,50209,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR,NA,2016-03-10,2016-03-15,5,414,Hillary Rodham Clinton,9207,DEM,59,64.44096389912607,Bernard Sanders,9739,DEM,31,33.281339681005484,28,31.15962421812059 +36606,50238,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-11,2016-03-15,4,627,Hillary Rodham Clinton,9207,DEM,57,64.44096389912607,Bernard Sanders,9739,DEM,32,33.281339681005484,25,31.15962421812059 +36615,50254,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-03-12,2016-03-15,3,400,Hillary Rodham Clinton,9207,DEM,58,64.44096389912607,Bernard Sanders,9739,DEM,37,33.281339681005484,21,31.15962421812059 +36611,50245,7609,2016,FL,Pres-P,2016_Pres-D-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-10,2016-03-15,5,519,Hillary Rodham Clinton,9207,DEM,60,64.44096389912607,Bernard Sanders,9739,DEM,34,33.281339681005484,26,31.15962421812059 +36530,50091,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-02-24,2016-03-15,20,751,Donald Trump,9849,REP,45,45.72223363063419,Marco Rubio,9731,REP,25,27.041224825927628,20,18.681008804706565 +36465,49966,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2016-02-23,2016-03-15,21,600,Donald Trump,9849,REP,34,45.72223363063419,Marco Rubio,9731,REP,27,27.041224825927628,7,18.681008804706565 +36440,49532,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-02-23,2016-03-15,21,705,Donald Trump,9849,REP,44,45.72223363063419,Marco Rubio,9731,REP,28,27.041224825927628,16,18.681008804706565 +36471,49976,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-02-24,2016-03-15,20,464,Donald Trump,9849,REP,45,45.72223363063419,Marco Rubio,9731,REP,25,27.041224825927628,20,18.681008804706565 +36539,50111,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2016-03-01,2016-03-15,14,800,Donald Trump,9849,REP,35,45.72223363063419,Marco Rubio,9731,REP,30,27.041224825927628,5,18.681008804706565 +36571,50179,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Bendixen & Amandi International/Tarrance Group,801,FALSE,TRUE,Live Phone,NA,2016-03-04,2016-03-15,11,450,Donald Trump,9849,REP,38,45.72223363063419,Marco Rubio,9731,REP,31,27.041224825927628,7,18.681008804706565 +36558,50145,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-03-05,2016-03-15,10,937,Donald Trump,9849,REP,42,45.72223363063419,Marco Rubio,9731,REP,22,27.041224825927628,20,18.681008804706565 +36553,50137,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-03-05,2016-03-15,10,403,Donald Trump,9849,REP,38,45.72223363063419,Marco Rubio,9731,REP,30,27.041224825927628,8,18.681008804706565 +36569,50164,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,313,Donald Trump,9849,REP,40,45.72223363063419,Marco Rubio,9731,REP,24,27.041224825927628,16,18.681008804706565 +36579,50182,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,The Tyson Group,334,FALSE,FALSE,Live Phone,NA,2016-03-06,2016-03-15,9,631,Donald Trump,9849,REP,33,45.72223363063419,Marco Rubio,9731,REP,27,27.041224825927628,6,18.681008804706565 +36567,50169,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,657,Donald Trump,9849,REP,45,45.72223363063419,Marco Rubio,9731,REP,22,27.041224825927628,23,18.681008804706565 +36572,50171,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,752,Donald Trump,9849,REP,36,45.72223363063419,Marco Rubio,9731,REP,24,27.041224825927628,12,18.681008804706565 +36577,50178,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-07,2016-03-15,8,904,Donald Trump,9849,REP,42,45.72223363063419,Marco Rubio,9731,REP,32,27.041224825927628,10,18.681008804706565 +36576,50177,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,813,Donald Trump,9849,REP,43,45.72223363063419,Marco Rubio,9731,REP,20,27.041224825927628,23,18.681008804706565 +36583,50187,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-03-09,2016-03-15,6,590,Donald Trump,9849,REP,43,45.72223363063419,Marco Rubio,9731,REP,24,27.041224825927628,19,18.681008804706565 +36584,50188,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-03-08,2016-03-15,7,1280,Donald Trump,9849,REP,42,45.72223363063419,Marco Rubio,9731,REP,23,27.041224825927628,19,18.681008804706565 +36581,50184,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2016-03-08,2016-03-15,7,500,Donald Trump,9849,REP,36,45.72223363063419,Marco Rubio,9731,REP,27,27.041224825927628,9,18.681008804706565 +36585,50189,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2016-03-08,2016-03-15,7,700,Donald Trump,9849,REP,36,45.72223363063419,Marco Rubio,9731,REP,30,27.041224825927628,6,18.681008804706565 +36596,50219,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,511,Donald Trump,9849,REP,43,45.72223363063419,Marco Rubio,9731,REP,22,27.041224825927628,21,18.681008804706565 +36593,50210,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-10,2016-03-15,5,873,Donald Trump,9849,REP,44,45.72223363063419,Marco Rubio,9731,REP,21,27.041224825927628,23,18.681008804706565 +36592,50208,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR,NA,2016-03-10,2016-03-15,5,852,Donald Trump,9849,REP,44,45.72223363063419,Marco Rubio,9731,REP,21,27.041224825927628,23,18.681008804706565 +36619,50260,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-03-13,2016-03-15,2,787,Donald Trump,9849,REP,44.3,45.72223363063419,Marco Rubio,9731,REP,26.2,27.041224825927628,18.099999999999998,18.681008804706565 +36618,50258,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2016-03-12,2016-03-15,3,1500,Donald Trump,9849,REP,44,45.72223363063419,Marco Rubio,9731,REP,24,27.041224825927628,20,18.681008804706565 +36603,50235,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-03-12,2016-03-15,3,405,Donald Trump,9849,REP,44,45.72223363063419,Marco Rubio,9731,REP,27,27.041224825927628,17,18.681008804706565 +36615,50253,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-03-12,2016-03-15,3,400,Donald Trump,9849,REP,49,45.72223363063419,Marco Rubio,9731,REP,24,27.041224825927628,25,18.681008804706565 +36611,50246,7610,2016,FL,Pres-P,2016_Pres-R-P_FL,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-10,2016-03-15,5,615,Donald Trump,9849,REP,46,45.72223363063419,Marco Rubio,9731,REP,22,27.041224825927628,24,18.681008804706565 +36415,49471,7611,2016,IL,Pres-P,2016_Pres-D-P_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2016-02-17,2016-03-15,27,422,Hillary Rodham Clinton,9207,DEM,51,50.560857801402406,Bernard Sanders,9739,DEM,32,48.612410124865825,19,1.9484476765365812 +36474,49983,7611,2016,IL,Pres-P,2016_Pres-D-P_IL,We Ask America,376,FALSE,FALSE,IVR/Live Phone,NA,2016-02-24,2016-03-15,20,1116,Hillary Rodham Clinton,9207,DEM,57.23,50.560857801402406,Bernard Sanders,9739,DEM,27.85,48.612410124865825,29.379999999999995,1.9484476765365812 +36559,50148,7611,2016,IL,Pres-P,2016_Pres-D-P_IL,Repass,268,FALSE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,600,Hillary Rodham Clinton,9207,DEM,67,50.560857801402406,Bernard Sanders,9739,DEM,25,48.612410124865825,42,1.9484476765365812 +36582,50186,7611,2016,IL,Pres-P,2016_Pres-D-P_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2016-03-07,2016-03-15,8,994,Hillary Rodham Clinton,9207,DEM,62.3,50.560857801402406,Bernard Sanders,9739,DEM,25,48.612410124865825,37.3,1.9484476765365812 +36597,50217,7611,2016,IL,Pres-P,2016_Pres-D-P_IL,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,529,Hillary Rodham Clinton,9207,DEM,51,50.560857801402406,Bernard Sanders,9739,DEM,45,48.612410124865825,6,1.9484476765365812 +36594,50214,7611,2016,IL,Pres-P,2016_Pres-D-P_IL,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-10,2016-03-15,5,722,Hillary Rodham Clinton,9207,DEM,46,50.560857801402406,Bernard Sanders,9739,DEM,48,48.612410124865825,-2,1.9484476765365812 +36604,50236,7611,2016,IL,Pres-P,2016_Pres-D-P_IL,McKeon & Associates,202,FALSE,TRUE,IVR/Live Phone,NA,2016-03-12,2016-03-15,3,428,Hillary Rodham Clinton,9207,DEM,31,50.560857801402406,Bernard Sanders,9739,DEM,30,48.612410124865825,1,1.9484476765365812 +36608,50240,7611,2016,IL,Pres-P,2016_Pres-D-P_IL,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-11,2016-03-15,4,597,Hillary Rodham Clinton,9207,DEM,48,50.560857801402406,Bernard Sanders,9739,DEM,45,48.612410124865825,3,1.9484476765365812 +36415,49469,7612,2016,IL,Pres-P,2016_Pres-R-P_IL,Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,Live Phone,NA,2016-02-17,2016-03-15,27,306,Donald Trump,9849,REP,28,38.79736340384674,Ted Cruz,9245,REP,15,30.228356928238565,13,8.569006475608173 +36474,49981,7612,2016,IL,Pres-P,2016_Pres-R-P_IL,We Ask America,376,FALSE,FALSE,IVR/Live Phone,NA,2016-02-24,2016-03-15,20,1311,Donald Trump,9849,REP,38.44,38.79736340384674,Ted Cruz,9245,REP,15.87,30.228356928238565,22.57,8.569006475608173 +36559,50147,7612,2016,IL,Pres-P,2016_Pres-R-P_IL,Repass,268,FALSE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,600,Donald Trump,9849,REP,32,38.79736340384674,Ted Cruz,9245,REP,22,30.228356928238565,10,8.569006475608173 +36582,50185,7612,2016,IL,Pres-P,2016_Pres-R-P_IL,We Ask America,376,FALSE,FALSE,IVR,NA,2016-03-07,2016-03-15,8,1009,Donald Trump,9849,REP,32.64,38.79736340384674,Ted Cruz,9245,REP,19.9,30.228356928238565,12.740000000000002,8.569006475608173 +36597,50220,7612,2016,IL,Pres-P,2016_Pres-R-P_IL,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,421,Donald Trump,9849,REP,34,38.79736340384674,Ted Cruz,9245,REP,25,30.228356928238565,9,8.569006475608173 +36594,50211,7612,2016,IL,Pres-P,2016_Pres-R-P_IL,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-10,2016-03-15,5,770,Donald Trump,9849,REP,38,38.79736340384674,Ted Cruz,9245,REP,34,30.228356928238565,4,8.569006475608173 +36591,50207,7613,2016,MO,Pres-P,2016_Pres-D-P_MO,RABA Research,269,FALSE,FALSE,IVR,NA,2016-03-09,2016-03-15,6,670,Hillary Rodham Clinton,9207,DEM,44,49.614330539778365,Bernard Sanders,9739,DEM,40,49.36426103189419,4,0.25006950788417726 +36590,50206,7613,2016,MO,Pres-P,2016_Pres-D-P_MO,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,145,Hillary Rodham Clinton,9207,DEM,47,49.614330539778365,Bernard Sanders,9739,DEM,40,49.36426103189419,7,0.25006950788417726 +36609,50241,7613,2016,MO,Pres-P,2016_Pres-D-P_MO,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-11,2016-03-15,4,839,Hillary Rodham Clinton,9207,DEM,46,49.614330539778365,Bernard Sanders,9739,DEM,47,49.36426103189419,-1,0.25006950788417726 +36590,50205,7614,2016,MO,Pres-P,2016_Pres-R-P_MO,Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,208,Donald Trump,9849,REP,36,40.8435274202306,Ted Cruz,9245,REP,29,40.6343223993101,7,0.20920502092049986 +36354,49359,7615,2016,NC,Pres-P,2016_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-02-15,2016-03-15,29,575,Hillary Rodham Clinton,9207,DEM,52,54.502255633834864,Bernard Sanders,9739,DEM,35,40.86197060851366,17,13.640285025321205 +36380,49394,7615,2016,NC,Pres-P,2016_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-02-15,2016-03-15,29,449,Hillary Rodham Clinton,9207,DEM,51,54.502255633834864,Bernard Sanders,9739,DEM,36,40.86197060851366,15,13.640285025321205 +36413,49466,7615,2016,NC,Pres-P,2016_Pres-D-P_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-02-17,2016-03-15,27,728,Hillary Rodham Clinton,9207,DEM,47.1,54.502255633834864,Bernard Sanders,9739,DEM,36.8,40.86197060851366,10.300000000000004,13.640285025321205 +36574,50174,7615,2016,NC,Pres-P,2016_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-03-06,2016-03-15,9,687,Hillary Rodham Clinton,9207,DEM,57,54.502255633834864,Bernard Sanders,9739,DEM,34,40.86197060851366,23,13.640285025321205 +36578,50181,7615,2016,NC,Pres-P,2016_Pres-D-P_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-03-05,2016-03-15,10,500,Hillary Rodham Clinton,9207,DEM,57,54.502255633834864,Bernard Sanders,9739,DEM,28,40.86197060851366,29,13.640285025321205 +36589,50203,7615,2016,NC,Pres-P,2016_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2016-03-09,2016-03-15,6,669,Hillary Rodham Clinton,9207,DEM,58,54.502255633834864,Bernard Sanders,9739,DEM,34,40.86197060851366,24,13.640285025321205 +36605,50242,7615,2016,NC,Pres-P,2016_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-12,2016-03-15,3,747,Hillary Rodham Clinton,9207,DEM,56,54.502255633834864,Bernard Sanders,9739,DEM,37,40.86197060851366,19,13.640285025321205 +36354,49362,7616,2016,NC,Pres-P,2016_Pres-R-P_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-02-15,2016-03-15,29,597,Donald Trump,9849,REP,29,40.22626638713213,Ted Cruz,9245,REP,19,36.76467773785808,10,3.4615886492740486 +36380,49393,7616,2016,NC,Pres-P,2016_Pres-R-P_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-02-15,2016-03-15,29,437,Donald Trump,9849,REP,36,40.22626638713213,Ted Cruz,9245,REP,18,36.76467773785808,18,3.4615886492740486 +36413,49465,7616,2016,NC,Pres-P,2016_Pres-R-P_NC,Elon University,86,TRUE,FALSE,Live Phone,NA,2016-02-17,2016-03-15,27,733,Donald Trump,9849,REP,27.8,40.22626638713213,Ted Cruz,9245,REP,19.1,36.76467773785808,8.7,3.4615886492740486 +36574,50175,7616,2016,NC,Pres-P,2016_Pres-R-P_NC,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-03-06,2016-03-15,9,688,Donald Trump,9849,REP,41,40.22626638713213,Ted Cruz,9245,REP,27,36.76467773785808,14,3.4615886492740486 +36578,50180,7616,2016,NC,Pres-P,2016_Pres-R-P_NC,National Research,225,FALSE,FALSE,Live Phone,NA,2016-03-05,2016-03-15,10,500,Donald Trump,9849,REP,32,40.22626638713213,Ted Cruz,9245,REP,26,36.76467773785808,6,3.4615886492740486 +36589,50204,7616,2016,NC,Pres-P,2016_Pres-R-P_NC,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2016-03-09,2016-03-15,6,734,Donald Trump,9849,REP,48,40.22626638713213,Ted Cruz,9245,REP,28,36.76467773785808,20,3.4615886492740486 +36605,50237,7616,2016,NC,Pres-P,2016_Pres-R-P_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-12,2016-03-15,3,749,Donald Trump,9849,REP,44,40.22626638713213,Ted Cruz,9245,REP,33,36.76467773785808,11,3.4615886492740486 +36417,49473,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-02-18,2016-03-15,26,518,Hillary Rodham Clinton,9207,DEM,55,56.11706369343638,Bernard Sanders,9739,DEM,40,43.125613180418824,15,12.991450513017554 +36430,49517,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2016-02-15,2016-03-15,29,385,Hillary Rodham Clinton,9207,DEM,44,56.11706369343638,Bernard Sanders,9739,DEM,45,43.125613180418824,-1,12.991450513017554 +36554,50139,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-03-05,2016-03-15,10,508,Hillary Rodham Clinton,9207,DEM,56,56.11706369343638,Bernard Sanders,9739,DEM,35,43.125613180418824,21,12.991450513017554 +36570,50167,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,294,Hillary Rodham Clinton,9207,DEM,63,56.11706369343638,Bernard Sanders,9739,DEM,33,43.125613180418824,30,12.991450513017554 +36568,50163,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,521,Hillary Rodham Clinton,9207,DEM,52,56.11706369343638,Bernard Sanders,9739,DEM,43,43.125613180418824,9,12.991450513017554 +36598,50218,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,453,Hillary Rodham Clinton,9207,DEM,58,56.11706369343638,Bernard Sanders,9739,DEM,38,43.125613180418824,20,12.991450513017554 +36595,50215,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-10,2016-03-15,5,755,Hillary Rodham Clinton,9207,DEM,52,56.11706369343638,Bernard Sanders,9739,DEM,43,43.125613180418824,9,12.991450513017554 +36607,50239,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-11,2016-03-15,4,502,Hillary Rodham Clinton,9207,DEM,46,56.11706369343638,Bernard Sanders,9739,DEM,41,43.125613180418824,5,12.991450513017554 +36614,50252,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-03-12,2016-03-15,3,400,Hillary Rodham Clinton,9207,DEM,52,56.11706369343638,Bernard Sanders,9739,DEM,45,43.125613180418824,7,12.991450513017554 +36613,50249,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-03-12,2016-03-15,3,302,Hillary Rodham Clinton,9207,DEM,54,56.11706369343638,Bernard Sanders,9739,DEM,40,43.125613180418824,14,12.991450513017554 +36610,50243,7618,2016,OH,Pres-P,2016_Pres-D-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-10,2016-03-15,5,543,Hillary Rodham Clinton,9207,DEM,51,56.11706369343638,Bernard Sanders,9739,DEM,46,43.125613180418824,5,12.991450513017554 +36417,49474,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-02-18,2016-03-15,26,759,John Richard Kasich,9483,REP,26,46.95348322741533,Donald Trump,9849,REP,31,35.86819242217038,-5,11.085290805244952 +36430,49516,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2016-02-15,2016-03-15,29,440,John Richard Kasich,9483,REP,29,46.95348322741533,Donald Trump,9849,REP,31,35.86819242217038,-2,11.085290805244952 +36554,50138,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-03-05,2016-03-15,10,638,John Richard Kasich,9483,REP,35,46.95348322741533,Donald Trump,9849,REP,38,35.86819242217038,-3,11.085290805244952 +36570,50165,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,359,John Richard Kasich,9483,REP,35,46.95348322741533,Donald Trump,9849,REP,41,35.86819242217038,-6,11.085290805244952 +36568,50168,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-04,2016-03-15,11,685,John Richard Kasich,9483,REP,32,46.95348322741533,Donald Trump,9849,REP,38,35.86819242217038,-6,11.085290805244952 +36575,50176,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,806,John Richard Kasich,9483,REP,34,46.95348322741533,Donald Trump,9849,REP,29,35.86819242217038,5,11.085290805244952 +36598,50221,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-03-07,2016-03-15,8,564,John Richard Kasich,9483,REP,39,46.95348322741533,Donald Trump,9849,REP,33,35.86819242217038,6,11.085290805244952 +36595,50212,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-10,2016-03-15,5,798,John Richard Kasich,9483,REP,33,46.95348322741533,Donald Trump,9849,REP,33,35.86819242217038,0,11.085290805244952 +36614,50251,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-03-12,2016-03-15,3,400,John Richard Kasich,9483,REP,44,46.95348322741533,Donald Trump,9849,REP,38,35.86819242217038,6,11.085290805244952 +36613,50250,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-03-12,2016-03-15,3,503,John Richard Kasich,9483,REP,40,46.95348322741533,Donald Trump,9849,REP,35,35.86819242217038,5,11.085290805244952 +36610,50244,7619,2016,OH,Pres-P,2016_Pres-R-P_OH,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-10,2016-03-15,5,721,John Richard Kasich,9483,REP,38,46.95348322741533,Donald Trump,9849,REP,38,35.86819242217038,0,11.085290805244952 +36496,50031,7621,2016,AZ,Pres-P,2016_Pres-D-P_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR,NA,2016-02-24,2016-03-22,27,739,Hillary Rodham Clinton,9207,DEM,56,56.29328557487104,Bernard Sanders,9739,DEM,22,41.38728323699422,34,14.90600233787682 +36621,50264,7621,2016,AZ,Pres-P,2016_Pres-D-P_AZ,Merrill Poll,206,FALSE,TRUE,Live Phone,NA,2016-03-09,2016-03-22,13,300,Hillary Rodham Clinton,9207,DEM,50,56.29328557487104,Bernard Sanders,9739,DEM,24,41.38728323699422,26,14.90600233787682 +36580,50183,7622,2016,AZ,Pres-P,2016_Pres-R-P_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR,NA,2016-03-08,2016-03-22,14,751,Donald Trump,9849,REP,37.3,45.950268336888186,Ted Cruz,9245,REP,23.3,27.60993479469704,13.999999999999996,18.340333542191146 +36621,50263,7622,2016,AZ,Pres-P,2016_Pres-R-P_AZ,Merrill Poll,206,FALSE,TRUE,Live Phone,NA,2016-03-09,2016-03-22,13,300,Donald Trump,9849,REP,31,45.950268336888186,Ted Cruz,9245,REP,19,27.60993479469704,12,18.340333542191146 +36637,50298,7622,2016,AZ,Pres-P,2016_Pres-R-P_AZ,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-03-20,2016-03-22,2,607,Donald Trump,9849,REP,45.8,45.950268336888186,Ted Cruz,9245,REP,33.3,27.60993479469704,12.5,18.340333542191146 +36552,50136,7623,2016,ID,Pres-P,2016_Pres-D-P_ID,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-21,2016-03-22,30,99,Bernard Sanders,9739,DEM,47,78.04387874727851,Hillary Rodham Clinton,9207,DEM,45,21.2066655501591,2,56.83721319711941 +36412,49467,7624,2016,UT,Pres-P,2016_Pres-D-P_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-02-12,2016-03-22,39,102,Bernard Sanders,9739,DEM,44,79.21303806541668,Hillary Rodham Clinton,9207,DEM,51,20.32419109417638,-7,58.8888469712403 +36635,50295,7624,2016,UT,Pres-P,2016_Pres-D-P_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-12,2016-03-22,10,194,Bernard Sanders,9739,DEM,52,79.21303806541668,Hillary Rodham Clinton,9207,DEM,44,20.32419109417638,8,58.8888469712403 +36631,50287,7625,2016,UT,Pres-P,2016_Pres-R-P_UT,Y2 Analytics,389,FALSE,FALSE,Live Phone,NA,2016-03-18,2016-03-22,4,500,Ted Cruz,9245,REP,53,69.46323106674332,John Richard Kasich,9483,REP,29,16.720848795275177,24,52.742382271468145 +36445,49541,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-02-20,2016-04-05,45,343,Bernard Sanders,9739,DEM,44,56.58912266772529,Hillary Rodham Clinton,9207,DEM,43,43.046744739976184,1,13.542377927749108 +36647,50337,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-03-21,2016-04-05,15,354,Bernard Sanders,9739,DEM,44,56.58912266772529,Hillary Rodham Clinton,9207,DEM,50,43.046744739976184,-6,13.542377927749108 +36667,50395,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-03-26,2016-04-05,10,405,Bernard Sanders,9739,DEM,49.2,56.58912266772529,Hillary Rodham Clinton,9207,DEM,44.9,43.046744739976184,4.300000000000004,13.542377927749108 +36673,50407,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-28,2016-04-05,8,720,Bernard Sanders,9739,DEM,49,56.58912266772529,Hillary Rodham Clinton,9207,DEM,43,43.046744739976184,6,13.542377927749108 +36681,50430,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-03-28,2016-04-05,8,416,Bernard Sanders,9739,DEM,41,56.58912266772529,Hillary Rodham Clinton,9207,DEM,47,43.046744739976184,-6,13.542377927749108 +36676,50420,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-03-29,2016-04-05,7,860,Bernard Sanders,9739,DEM,48,56.58912266772529,Hillary Rodham Clinton,9207,DEM,43,43.046744739976184,5,13.542377927749108 +36682,50434,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-31,2016-04-05,5,653,Bernard Sanders,9739,DEM,49,56.58912266772529,Hillary Rodham Clinton,9207,DEM,47,43.046744739976184,2,13.542377927749108 +36687,50441,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-04-02,2016-04-05,3,400,Bernard Sanders,9739,DEM,48,56.58912266772529,Hillary Rodham Clinton,9207,DEM,49,43.046744739976184,-1,13.542377927749108 +36686,50439,7629,2016,WI,Pres-P,2016_Pres-D-P_WI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-04-01,2016-04-05,4,542,Bernard Sanders,9739,DEM,51,56.58912266772529,Hillary Rodham Clinton,9207,DEM,43,43.046744739976184,8,13.542377927749108 +36653,50359,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Basswood Research,24,FALSE,FALSE,Live Phone,NA,2016-03-19,2016-04-05,17,500,Ted Cruz,9245,REP,36.2,48.20126516351642,Donald Trump,9849,REP,31.4,35.01940423746591,4.800000000000004,13.181860926050504 +36647,50336,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-03-21,2016-04-05,15,439,Ted Cruz,9245,REP,36,48.20126516351642,Donald Trump,9849,REP,35,35.01940423746591,1,13.181860926050504 +36660,50375,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2016-03-23,2016-04-05,13,6182,Ted Cruz,9245,REP,27.2,48.20126516351642,Donald Trump,9849,REP,30.9,35.01940423746591,-3.6999999999999993,13.181860926050504 +36667,50394,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2016-03-26,2016-04-05,10,471,Ted Cruz,9245,REP,39.6,48.20126516351642,Donald Trump,9849,REP,30.4,35.01940423746591,9.200000000000003,13.181860926050504 +36673,50406,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-03-28,2016-04-05,8,768,Ted Cruz,9245,REP,38,48.20126516351642,Donald Trump,9849,REP,37,35.01940423746591,1,13.181860926050504 +36681,50429,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Loras College Public Opinion Survey Center,171,FALSE,FALSE,Live Phone,NA,2016-03-28,2016-04-05,8,416,Ted Cruz,9245,REP,38,48.20126516351642,Donald Trump,9849,REP,31,35.01940423746591,7,13.181860926050504 +36676,50419,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-03-29,2016-04-05,7,742,Ted Cruz,9245,REP,42,48.20126516351642,Donald Trump,9849,REP,32,35.01940423746591,10,13.181860926050504 +42178,59632,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-03-29,2016-04-05,7,761,Ted Cruz,9245,REP,44,48.20126516351642,Donald Trump,9849,REP,41,35.01940423746591,3,13.181860926050504 +36682,50431,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-31,2016-04-05,5,675,Ted Cruz,9245,REP,43,48.20126516351642,Donald Trump,9849,REP,37,35.01940423746591,6,13.181860926050504 +36687,50440,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-04-02,2016-04-05,3,400,Ted Cruz,9245,REP,32,48.20126516351642,Donald Trump,9849,REP,42,35.01940423746591,-10,13.181860926050504 +36686,50437,7630,2016,WI,Pres-P,2016_Pres-R-P_WI,Emerson College,88,TRUE,FALSE,IVR,NA,2016-04-01,2016-04-05,4,549,Ted Cruz,9245,REP,40,48.20126516351642,Donald Trump,9849,REP,35,35.01940423746591,5,13.181860926050504 +36549,50129,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-03-01,2016-04-19,49,368,Hillary Rodham Clinton,9207,DEM,55,58.02676851721081,Bernard Sanders,9739,DEM,34,41.97323148278918,21,16.05353703442163 +36628,50277,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Emerson College,88,TRUE,FALSE,IVR,NA,2016-03-15,2016-04-19,35,373,Hillary Rodham Clinton,9207,DEM,71,58.02676851721081,Bernard Sanders,9739,DEM,23,41.97323148278918,48,16.05353703442163 +36672,50404,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-26,2016-04-19,24,693,Hillary Rodham Clinton,9207,DEM,54,58.02676851721081,Bernard Sanders,9739,DEM,42,41.97323148278918,12,16.05353703442163 +36683,50435,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-31,2016-04-19,19,718,Hillary Rodham Clinton,9207,DEM,53,58.02676851721081,Bernard Sanders,9739,DEM,43,41.97323148278918,10,16.05353703442163 +42179,59634,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-04-05,2016-04-19,14,1134,Hillary Rodham Clinton,9207,DEM,53,58.02676851721081,Bernard Sanders,9739,DEM,47,41.97323148278918,6,16.05353703442163 +36703,50544,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Emerson College,88,TRUE,FALSE,IVR,NA,2016-04-06,2016-04-19,13,325,Hillary Rodham Clinton,9207,DEM,56,58.02676851721081,Bernard Sanders,9739,DEM,38,41.97323148278918,18,16.05353703442163 +36711,50562,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-04-06,2016-04-19,13,801,Hillary Rodham Clinton,9207,DEM,53,58.02676851721081,Bernard Sanders,9739,DEM,37,41.97323148278918,16,16.05353703442163 +36714,50565,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-04-09,2016-04-19,10,302,Hillary Rodham Clinton,9207,DEM,51,58.02676851721081,Bernard Sanders,9739,DEM,39,41.97323148278918,12,16.05353703442163 +36742,51801,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-04-09,2016-04-19,10,663,Hillary Rodham Clinton,9207,DEM,51,58.02676851721081,Bernard Sanders,9739,DEM,40,41.97323148278918,11,16.05353703442163 +36723,50720,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-08,2016-04-19,11,557,Hillary Rodham Clinton,9207,DEM,55,58.02676851721081,Bernard Sanders,9739,DEM,41,41.97323148278918,14,16.05353703442163 +36740,51797,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Baruch College Survey Research,22,FALSE,TRUE,Live Phone,NA,2016-04-07,2016-04-19,12,632,Hillary Rodham Clinton,9207,DEM,50,58.02676851721081,Bernard Sanders,9739,DEM,37,41.97323148278918,13,16.05353703442163 +36741,51799,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-04-08,2016-04-19,11,860,Hillary Rodham Clinton,9207,DEM,53,58.02676851721081,Bernard Sanders,9739,DEM,40,41.97323148278918,13,16.05353703442163 +36786,52497,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-04-08,2016-04-19,11,538,Hillary Rodham Clinton,9207,DEM,52,58.02676851721081,Bernard Sanders,9739,DEM,42,41.97323148278918,10,16.05353703442163 +42183,59640,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-04-13,2016-04-19,6,635,Hillary Rodham Clinton,9207,DEM,53,58.02676851721081,Bernard Sanders,9739,DEM,47,41.97323148278918,6,16.05353703442163 +39841,55557,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-12,2016-04-19,7,591,Hillary Rodham Clinton,9207,DEM,57,58.02676851721081,Bernard Sanders,9739,DEM,40,41.97323148278918,17,16.05353703442163 +42175,59630,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-14,2016-04-19,5,1030,Hillary Rodham Clinton,9207,DEM,53,58.02676851721081,Bernard Sanders,9739,DEM,43,41.97323148278918,10,16.05353703442163 +42180,59636,7633,2016,NY,Pres-P,2016_Pres-D-P_NY,Emerson College,88,TRUE,FALSE,IVR,NA,2016-04-16,2016-04-19,3,438,Hillary Rodham Clinton,9207,DEM,55,58.02676851721081,Bernard Sanders,9739,DEM,40,41.97323148278918,15,16.05353703442163 +36628,50276,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Emerson College,88,TRUE,FALSE,IVR,NA,2016-03-15,2016-04-19,35,298,Donald Trump,9849,REP,64,60.15832565789117,John Richard Kasich,9483,REP,1,25.07846308898848,63,35.07986256890268 +36661,50376,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2016-03-23,2016-04-19,27,15965,Donald Trump,9849,REP,50.4,60.15832565789117,John Richard Kasich,9483,REP,23.7,25.07846308898848,26.7,35.07986256890268 +36665,50387,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Liberty Opinion Research,169,FALSE,TRUE,IVR,NA,2016-03-25,2016-04-19,25,1795,Donald Trump,9849,REP,55,60.15832565789117,John Richard Kasich,9483,REP,22,25.07846308898848,33,35.07986256890268 +36672,50405,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-03-26,2016-04-19,24,457,Donald Trump,9849,REP,56,60.15832565789117,John Richard Kasich,9483,REP,19,25.07846308898848,37,35.07986256890268 +36683,50432,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-31,2016-04-19,19,657,Donald Trump,9849,REP,52,60.15832565789117,John Richard Kasich,9483,REP,20,25.07846308898848,32,35.07986256890268 +36699,50477,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-04-04,2016-04-19,15,302,Donald Trump,9849,REP,52,60.15832565789117,John Richard Kasich,9483,REP,25,25.07846308898848,27,35.07986256890268 +42179,59633,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-04-05,2016-04-19,14,857,Donald Trump,9849,REP,56,60.15832565789117,John Richard Kasich,9483,REP,24,25.07846308898848,32,35.07986256890268 +36703,50525,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Emerson College,88,TRUE,FALSE,IVR,NA,2016-04-06,2016-04-19,13,321,Donald Trump,9849,REP,56,60.15832565789117,John Richard Kasich,9483,REP,17,25.07846308898848,39,35.07986256890268 +36743,51802,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Liberty Opinion Research,169,FALSE,TRUE,IVR,NA,2016-04-06,2016-04-19,13,6041,Donald Trump,9849,REP,52,60.15832565789117,John Richard Kasich,9483,REP,23,25.07846308898848,29,35.07986256890268 +36711,50560,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-04-06,2016-04-19,13,602,Donald Trump,9849,REP,54,60.15832565789117,John Richard Kasich,9483,REP,22,25.07846308898848,32,35.07986256890268 +36742,51800,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-04-09,2016-04-19,10,483,Donald Trump,9849,REP,51,60.15832565789117,John Richard Kasich,9483,REP,25,25.07846308898848,26,35.07986256890268 +36723,50719,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-08,2016-04-19,11,259,Donald Trump,9849,REP,54,60.15832565789117,John Richard Kasich,9483,REP,21,25.07846308898848,33,35.07986256890268 +36740,51796,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Baruch College Survey Research,22,FALSE,TRUE,Live Phone,NA,2016-04-07,2016-04-19,12,324,Donald Trump,9849,REP,60,60.15832565789117,John Richard Kasich,9483,REP,17,25.07846308898848,43,35.07986256890268 +36741,51798,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-04-08,2016-04-19,11,550,Donald Trump,9849,REP,55,60.15832565789117,John Richard Kasich,9483,REP,20,25.07846308898848,35,35.07986256890268 +36786,52495,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2016-04-08,2016-04-19,11,469,Donald Trump,9849,REP,50,60.15832565789117,John Richard Kasich,9483,REP,27,25.07846308898848,23,35.07986256890268 +42183,59639,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-04-13,2016-04-19,6,481,Donald Trump,9849,REP,57,60.15832565789117,John Richard Kasich,9483,REP,22,25.07846308898848,35,35.07986256890268 +39841,57148,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-12,2016-04-19,7,313,Donald Trump,9849,REP,54,60.15832565789117,John Richard Kasich,9483,REP,25,25.07846308898848,29,35.07986256890268 +39843,55560,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Øptimus Analytics,245,TRUE,FALSE,IVR,NA,2016-04-13,2016-04-19,6,14201,Donald Trump,9849,REP,48.75,60.15832565789117,John Richard Kasich,9483,REP,23.46,25.07846308898848,25.29,35.07986256890268 +42175,59627,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-14,2016-04-19,5,705,Donald Trump,9849,REP,54,60.15832565789117,John Richard Kasich,9483,REP,19,25.07846308898848,35,35.07986256890268 +42180,59635,7634,2016,NY,Pres-P,2016_Pres-R-P_NY,Emerson College,88,TRUE,FALSE,IVR,NA,2016-04-16,2016-04-19,3,361,Donald Trump,9849,REP,55,60.15832565789117,John Richard Kasich,9483,REP,21,25.07846308898848,34,35.07986256890268 +36738,51794,7635,2016,CT,Pres-P,2016_Pres-D-P_CT,Emerson College,88,TRUE,FALSE,IVR,NA,2016-04-10,2016-04-26,16,356,Hillary Rodham Clinton,9207,DEM,49,51.80271435317055,Bernard Sanders,9739,DEM,43,46.42092275822151,6,5.381791594949043 +42210,60248,7635,2016,CT,Pres-P,2016_Pres-D-P_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-04-15,2016-04-26,11,1037,Hillary Rodham Clinton,9207,DEM,51,51.80271435317055,Bernard Sanders,9739,DEM,42,46.42092275822151,9,5.381791594949043 +42728,62694,7635,2016,CT,Pres-P,2016_Pres-D-P_CT,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-04-23,2016-04-26,3,709,Hillary Rodham Clinton,9207,DEM,48,51.80271435317055,Bernard Sanders,9739,DEM,46,46.42092275822151,2,5.381791594949043 +36738,51780,7636,2016,CT,Pres-P,2016_Pres-R-P_CT,Emerson College,88,TRUE,FALSE,IVR,NA,2016-04-10,2016-04-26,16,354,Donald Trump,9849,REP,50,57.858103075979074,John Richard Kasich,9483,REP,26,28.348470441653824,24,29.50963263432525 +42210,60247,7636,2016,CT,Pres-P,2016_Pres-R-P_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-04-15,2016-04-26,11,823,Donald Trump,9849,REP,48,57.858103075979074,John Richard Kasich,9483,REP,28,28.348470441653824,20,29.50963263432525 +42733,62703,7636,2016,CT,Pres-P,2016_Pres-R-P_CT,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-04-23,2016-04-26,3,964,Donald Trump,9849,REP,54,57.858103075979074,John Richard Kasich,9483,REP,27,28.348470441653824,27,29.50963263432525 +42728,62699,7636,2016,CT,Pres-P,2016_Pres-R-P_CT,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-04-23,2016-04-26,3,512,Donald Trump,9849,REP,59,57.858103075979074,John Richard Kasich,9483,REP,25,28.348470441653824,34,29.50963263432525 +42217,60439,7637,2016,DE,Pres-P,2016_Pres-D-P_DE,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-04-17,2016-04-26,9,1026,Hillary Rodham Clinton,9207,DEM,45,59.754378470739,Bernard Sanders,9739,DEM,38,39.152071764203335,7,20.602306706535664 +42217,60437,7638,2016,DE,Pres-P,2016_Pres-R-P_DE,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-04-17,2016-04-26,9,1038,Donald Trump,9849,REP,55,60.76804212213128,John Richard Kasich,9483,REP,18,20.35283008069593,37,40.415212041435346 +36587,50200,7639,2016,MD,Pres-P,2016_Pres-D-P_MD,Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,Live Phone,NA,2016-03-02,2016-04-26,55,411,Hillary Rodham Clinton,9207,DEM,57,62.528919688076414,Bernard Sanders,9739,DEM,26,33.81353741370452,31,28.71538227437189 +36588,50201,7639,2016,MD,Pres-P,2016_Pres-D-P_MD,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2016-03-06,2016-04-26,51,400,Hillary Rodham Clinton,9207,DEM,61,62.528919688076414,Bernard Sanders,9739,DEM,28,33.81353741370452,33,28.71538227437189 +36701,50515,7639,2016,MD,Pres-P,2016_Pres-D-P_MD,The Washington Post/University of Maryland Center for Democracy and Civic Engagement,755,TRUE,FALSE,Live Phone,NA,2016-04-01,2016-04-26,25,539,Hillary Rodham Clinton,9207,DEM,55,62.528919688076414,Bernard Sanders,9739,DEM,40,33.81353741370452,15,28.71538227437189 +36787,52498,7639,2016,MD,Pres-P,2016_Pres-D-P_MD,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-07,2016-04-26,19,775,Hillary Rodham Clinton,9207,DEM,58,62.528919688076414,Bernard Sanders,9739,DEM,36,33.81353741370452,22,28.71538227437189 +42190,59681,7639,2016,MD,Pres-P,2016_Pres-D-P_MD,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-04-16,2016-04-26,10,492,Hillary Rodham Clinton,9207,DEM,58,62.528919688076414,Bernard Sanders,9739,DEM,33,33.81353741370452,25,28.71538227437189 +42350,61306,7639,2016,MD,Pres-P,2016_Pres-D-P_MD,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-04-19,2016-04-26,7,300,Hillary Rodham Clinton,9207,DEM,57,62.528919688076414,Bernard Sanders,9739,DEM,32,33.81353741370452,25,28.71538227437189 +42736,62707,7639,2016,MD,Pres-P,2016_Pres-D-P_MD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-04-23,2016-04-26,3,400,Hillary Rodham Clinton,9207,DEM,50,62.528919688076414,Bernard Sanders,9739,DEM,44,33.81353741370452,6,28.71538227437189 +36588,50202,7640,2016,MD,Pres-P,2016_Pres-R-P_MD,OpinionWorks,244,FALSE,FALSE,Live Phone,NA,2016-03-06,2016-04-26,51,400,Donald Trump,9849,REP,34,54.097450039863546,John Richard Kasich,9483,REP,18,23.22411156565723,16,30.873338474206317 +36701,50514,7640,2016,MD,Pres-P,2016_Pres-R-P_MD,The Washington Post/University of Maryland Center for Democracy and Civic Engagement,755,TRUE,FALSE,Live Phone,NA,2016-04-01,2016-04-26,25,283,Donald Trump,9849,REP,41,54.097450039863546,John Richard Kasich,9483,REP,31,23.22411156565723,10,30.873338474206317 +36787,52496,7640,2016,MD,Pres-P,2016_Pres-R-P_MD,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-07,2016-04-26,19,368,Donald Trump,9849,REP,41,54.097450039863546,John Richard Kasich,9483,REP,24,23.22411156565723,17,30.873338474206317 +37838,53551,7640,2016,MD,Pres-P,2016_Pres-R-P_MD,TargetPoint,331,FALSE,FALSE,IVR/Text,NA,2016-04-09,2016-04-26,17,600,Donald Trump,9849,REP,33,54.097450039863546,John Richard Kasich,9483,REP,25,23.22411156565723,8,30.873338474206317 +37836,53548,7640,2016,MD,Pres-P,2016_Pres-R-P_MD,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-04-11,2016-04-26,15,301,Donald Trump,9849,REP,47,54.097450039863546,John Richard Kasich,9483,REP,27,23.22411156565723,20,30.873338474206317 +42190,59680,7640,2016,MD,Pres-P,2016_Pres-R-P_MD,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-04-16,2016-04-26,10,310,Donald Trump,9849,REP,43,54.097450039863546,John Richard Kasich,9483,REP,29,23.22411156565723,14,30.873338474206317 +44053,65741,7640,2016,MD,Pres-P,2016_Pres-R-P_MD,Gravis Marketing,124,FALSE,FALSE,IVR,REP,2016-04-21,2016-04-26,5,759,Donald Trump,9849,REP,53,54.097450039863546,John Richard Kasich,9483,REP,24,23.22411156565723,29,30.873338474206317 +42736,62708,7640,2016,MD,Pres-P,2016_Pres-R-P_MD,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-04-23,2016-04-26,3,400,Donald Trump,9849,REP,55,54.097450039863546,John Richard Kasich,9483,REP,21,23.22411156565723,34,30.873338474206317 +36573,50173,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-03-01,2016-04-26,56,347,Hillary Rodham Clinton,9207,DEM,57,54.69104847996753,Bernard Sanders,9739,DEM,27,42.805089955018104,30,11.885958524949423 +36652,50352,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-03-17,2016-04-26,40,408,Hillary Rodham Clinton,9207,DEM,53,54.69104847996753,Bernard Sanders,9739,DEM,28,42.805089955018104,25,11.885958524949423 +36690,50447,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-04-02,2016-04-26,24,603,Hillary Rodham Clinton,9207,DEM,55,54.69104847996753,Bernard Sanders,9739,DEM,33,42.805089955018104,22,11.885958524949423 +36698,50474,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-04-01,2016-04-26,25,514,Hillary Rodham Clinton,9207,DEM,50,54.69104847996753,Bernard Sanders,9739,DEM,44,42.805089955018104,6,11.885958524949423 +36712,50563,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-04-06,2016-04-26,20,805,Hillary Rodham Clinton,9207,DEM,49,54.69104847996753,Bernard Sanders,9739,DEM,38,42.805089955018104,11,11.885958524949423 +42324,61117,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-04-15,2016-04-26,11,321,Hillary Rodham Clinton,9207,DEM,58,54.69104847996753,Bernard Sanders,9739,DEM,31,42.805089955018104,27,11.885958524949423 +42216,60436,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-04-18,2016-04-26,8,302,Hillary Rodham Clinton,9207,DEM,52,54.69104847996753,Bernard Sanders,9739,DEM,39,42.805089955018104,13,11.885958524949423 +42724,62655,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-19,2016-04-26,7,734,Hillary Rodham Clinton,9207,DEM,55,54.69104847996753,Bernard Sanders,9739,DEM,40,42.805089955018104,15,11.885958524949423 +42738,62711,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,CPEC,38,FALSE,FALSE,IVR,NA,2016-04-20,2016-04-26,6,665,Hillary Rodham Clinton,9207,DEM,61.26,54.69104847996753,Bernard Sanders,9739,DEM,32,42.805089955018104,29.259999999999998,11.885958524949423 +42725,62657,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-21,2016-04-26,5,831,Hillary Rodham Clinton,9207,DEM,51,54.69104847996753,Bernard Sanders,9739,DEM,43,42.805089955018104,8,11.885958524949423 +42732,62702,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Harper Polling,132,FALSE,FALSE,IVR,NA,2016-04-22,2016-04-26,4,641,Hillary Rodham Clinton,9207,DEM,61,54.69104847996753,Bernard Sanders,9739,DEM,33,42.805089955018104,28,11.885958524949423 +42740,62713,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,CPEC,38,FALSE,FALSE,IVR,NA,2016-04-23,2016-04-26,3,665,Hillary Rodham Clinton,9207,DEM,63.26,54.69104847996753,Bernard Sanders,9739,DEM,36.74,42.805089955018104,26.519999999999996,11.885958524949423 +42741,62715,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-04-24,2016-04-26,2,942,Hillary Rodham Clinton,9207,DEM,52.1,54.69104847996753,Bernard Sanders,9739,DEM,40.5,42.805089955018104,11.600000000000001,11.885958524949423 +42729,62698,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-04-23,2016-04-26,3,728,Hillary Rodham Clinton,9207,DEM,51,54.69104847996753,Bernard Sanders,9739,DEM,41,42.805089955018104,10,11.885958524949423 +42735,62705,7641,2016,PA,Pres-P,2016_Pres-D-P_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-04-23,2016-04-26,3,400,Hillary Rodham Clinton,9207,DEM,58,54.69104847996753,Bernard Sanders,9739,DEM,38,42.805089955018104,20,11.885958524949423 +36652,50351,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-03-17,2016-04-26,40,312,Donald Trump,9849,REP,33,56.382250385108875,Ted Cruz,9245,REP,20,21.582713140427,13,34.79953724468187 +36684,50433,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-03-31,2016-04-26,26,729,Donald Trump,9849,REP,47,56.382250385108875,Ted Cruz,9245,REP,29,21.582713140427,18,34.79953724468187 +36698,50475,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-04-01,2016-04-26,25,578,Donald Trump,9849,REP,39,56.382250385108875,Ted Cruz,9245,REP,30,21.582713140427,9,34.79953724468187 +36705,50545,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-04-03,2016-04-26,23,360,Donald Trump,9849,REP,37,56.382250385108875,Ted Cruz,9245,REP,29,21.582713140427,8,34.79953724468187 +36712,50561,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-04-06,2016-04-26,20,802,Donald Trump,9849,REP,48,56.382250385108875,Ted Cruz,9245,REP,20,21.582713140427,28,34.79953724468187 +39840,55556,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-04-11,2016-04-26,15,303,Donald Trump,9849,REP,44,56.382250385108875,Ted Cruz,9245,REP,28,21.582713140427,16,34.79953724468187 +42181,59637,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2016-04-09,2016-04-26,17,422,Donald Trump,9849,REP,41,56.382250385108875,Ted Cruz,9245,REP,23,21.582713140427,18,34.79953724468187 +42176,59628,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-14,2016-04-26,12,833,Donald Trump,9849,REP,46,56.382250385108875,Ted Cruz,9245,REP,26,21.582713140427,20,34.79953724468187 +42324,61118,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2016-04-15,2016-04-26,11,364,Donald Trump,9849,REP,40,56.382250385108875,Ted Cruz,9245,REP,26,21.582713140427,14,34.79953724468187 +42724,62656,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-19,2016-04-26,7,571,Donald Trump,9849,REP,45,56.382250385108875,Ted Cruz,9245,REP,27,21.582713140427,18,34.79953724468187 +42725,62658,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-21,2016-04-26,5,934,Donald Trump,9849,REP,49,56.382250385108875,Ted Cruz,9245,REP,26,21.582713140427,23,34.79953724468187 +42741,62714,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2016-04-24,2016-04-26,2,1050,Donald Trump,9849,REP,47.9,56.382250385108875,Ted Cruz,9245,REP,28.2,21.582713140427,19.7,34.79953724468187 +42729,62695,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-04-23,2016-04-26,3,826,Donald Trump,9849,REP,51,56.382250385108875,Ted Cruz,9245,REP,25,21.582713140427,26,34.79953724468187 +42735,62706,7642,2016,PA,Pres-P,2016_Pres-R-P_PA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-04-23,2016-04-26,3,400,Donald Trump,9849,REP,50,56.382250385108875,Ted Cruz,9245,REP,23,21.582713140427,27,34.79953724468187 +42727,62666,7643,2016,RI,Pres-P,2016_Pres-D-P_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2016-04-20,2016-04-26,6,436,Bernard Sanders,9739,DEM,33.9,54.70691992356563,Hillary Rodham Clinton,9207,DEM,43.3,43.07517679530941,-9.399999999999999,11.631743128256218 +42730,62697,7643,2016,RI,Pres-P,2016_Pres-D-P_RI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-04-23,2016-04-26,3,668,Bernard Sanders,9739,DEM,49,54.70691992356563,Hillary Rodham Clinton,9207,DEM,45,43.07517679530941,4,11.631743128256218 +42727,62665,7644,2016,RI,Pres-P,2016_Pres-R-P_RI,Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,Live Phone,NA,2016-04-20,2016-04-26,6,164,Donald Trump,9849,REP,37.5,63.655987275619175,John Richard Kasich,9483,REP,25.3,24.285065082611094,12.2,39.370922193008084 +42734,62704,7644,2016,RI,Pres-P,2016_Pres-R-P_RI,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2016-04-23,2016-04-26,3,566,Donald Trump,9849,REP,58,63.655987275619175,John Richard Kasich,9483,REP,21,24.285065082611094,37,39.370922193008084 +42730,62696,7644,2016,RI,Pres-P,2016_Pres-R-P_RI,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,DEM,2016-04-23,2016-04-26,3,511,Donald Trump,9849,REP,61,63.655987275619175,John Richard Kasich,9483,REP,23,24.285065082611094,38,39.370922193008084 +42717,62636,7645,2016,IN,Pres-P,2016_Pres-D-P_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-04-20,2016-05-03,13,479,Bernard Sanders,9739,DEM,45,52.45538754404888,Hillary Rodham Clinton,9207,DEM,48,47.54461245595112,-3,4.910775088097765 +42722,62644,7645,2016,IN,Pres-P,2016_Pres-D-P_IN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-04-20,2016-05-03,13,603,Bernard Sanders,9739,DEM,42,52.45538754404888,Hillary Rodham Clinton,9207,DEM,46,47.54461245595112,-4,4.910775088097765 +42726,62660,7645,2016,IN,Pres-P,2016_Pres-D-P_IN,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-21,2016-05-03,12,439,Bernard Sanders,9739,DEM,44,52.45538754404888,Hillary Rodham Clinton,9207,DEM,49,47.54461245595112,-5,4.910775088097765 +43994,65209,7645,2016,IN,Pres-P,2016_Pres-D-P_IN,Indiana University-Purdue University Fort Wayne Mike Downs Center for Indiana Politics,150,FALSE,FALSE,Live Phone,NA,2016-04-20,2016-05-03,13,400,Bernard Sanders,9739,DEM,41,52.45538754404888,Hillary Rodham Clinton,9207,DEM,54,47.54461245595112,-13,4.910775088097765 +44001,65245,7645,2016,IN,Pres-P,2016_Pres-D-P_IN,Indiana University-Purdue University Fort Wayne Mike Downs Center for Indiana Politics,150,FALSE,FALSE,Live Phone,NA,2016-04-20,2016-05-03,13,400,Bernard Sanders,9739,DEM,40,52.45538754404888,Hillary Rodham Clinton,9207,DEM,55,47.54461245595112,-15,4.910775088097765 +44000,65221,7645,2016,IN,Pres-P,2016_Pres-D-P_IN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-04-27,2016-05-03,6,400,Bernard Sanders,9739,DEM,43,52.45538754404888,Hillary Rodham Clinton,9207,DEM,51,47.54461245595112,-8,4.910775088097765 +44008,65249,7645,2016,IN,Pres-P,2016_Pres-D-P_IN,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-27,2016-05-03,6,449,Bernard Sanders,9739,DEM,46,52.45538754404888,Hillary Rodham Clinton,9207,DEM,50,47.54461245595112,-4,4.910775088097765 +42717,62635,7646,2016,IN,Pres-P,2016_Pres-R-P_IN,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2016-04-20,2016-05-03,13,507,Donald Trump,9849,REP,37,53.263493624290106,Ted Cruz,9245,REP,31,36.62919850919775,6,16.634295115092357 +42722,62645,7646,2016,IN,Pres-P,2016_Pres-R-P_IN,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-04-20,2016-05-03,13,602,Donald Trump,9849,REP,41,53.263493624290106,Ted Cruz,9245,REP,33,36.62919850919775,8,16.634295115092357 +42726,62659,7646,2016,IN,Pres-P,2016_Pres-R-P_IN,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-21,2016-05-03,12,439,Donald Trump,9849,REP,40,53.263493624290106,Ted Cruz,9245,REP,35,36.62919850919775,5,16.634295115092357 +43995,65210,7646,2016,IN,Pres-P,2016_Pres-R-P_IN,Clout Research,55,FALSE,FALSE,Live Phone,NA,2016-04-27,2016-05-03,6,423,Donald Trump,9849,REP,37.1,53.263493624290106,Ted Cruz,9245,REP,35.2,36.62919850919775,1.8999999999999986,16.634295115092357 +44001,65222,7646,2016,IN,Pres-P,2016_Pres-R-P_IN,Indiana University-Purdue University Fort Wayne Mike Downs Center for Indiana Politics,150,FALSE,FALSE,Live Phone,NA,2016-04-20,2016-05-03,13,400,Donald Trump,9849,REP,29,53.263493624290106,Ted Cruz,9245,REP,44.8,36.62919850919775,-15.799999999999997,16.634295115092357 +44000,65220,7646,2016,IN,Pres-P,2016_Pres-R-P_IN,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-04-27,2016-05-03,6,400,Donald Trump,9849,REP,41,53.263493624290106,Ted Cruz,9245,REP,32,36.62919850919775,9,16.634295115092357 +44008,65248,7646,2016,IN,Pres-P,2016_Pres-R-P_IN,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-04-27,2016-05-03,6,645,Donald Trump,9849,REP,49,53.263493624290106,Ted Cruz,9245,REP,34,36.62919850919775,15,16.634295115092357 +44011,65270,7646,2016,IN,Pres-P,2016_Pres-R-P_IN,Gravis Marketing,124,FALSE,FALSE,Live Phone,NA,2016-04-28,2016-05-03,5,379,Donald Trump,9849,REP,44,53.263493624290106,Ted Cruz,9245,REP,27,36.62919850919775,17,16.634295115092357 +44019,65297,7649,2016,WV,Pres-P,2016_Pres-D-P_WV,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-04-30,2016-05-10,10,637,Bernard Sanders,9739,DEM,45,51.41441170286016,Hillary Rodham Clinton,9207,DEM,37,35.83506157772565,8,15.57935012513451 +44031,65689,7649,2016,WV,Pres-P,2016_Pres-D-P_WV,Repass,268,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-27,2016-05-10,13,315,Bernard Sanders,9739,DEM,47,51.41441170286016,Hillary Rodham Clinton,9207,DEM,43,35.83506157772565,4,15.57935012513451 +44051,65737,7652,2016,OR,Pres-P,2016_Pres-D-P_OR,DHM Research,76,FALSE,FALSE,Live Phone,NA,2016-05-08,2016-05-17,9,304,Bernard Sanders,9739,DEM,33,56.239372189621186,Hillary Rodham Clinton,9207,DEM,48,42.05861953412979,-15,14.180752655491396 +64637,119315,7657,2016,PR,Pres-P,2016_Pres-D-P_PR,Pasquines,552,FALSE,FALSE,Online Panel,NA,2016-05-27,2016-06-05,9,249,Hillary Rodham Clinton,9207,DEM,63.9,61.48697134143607,Bernard Sanders,9739,DEM,30.1,38.07462887383953,33.8,23.412342467596538 +42191,59682,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2016-04-09,2016-06-07,59,846,Hillary Rodham Clinton,9207,DEM,47,53.06635677003899,Bernard Sanders,9739,DEM,41,46.03839919216568,6,7.027957577873316 +42177,59631,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-04-14,2016-06-07,54,1123,Hillary Rodham Clinton,9207,DEM,52,53.06635677003899,Bernard Sanders,9739,DEM,40,46.03839919216568,12,7.027957577873316 +42723,62654,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-04-20,2016-06-07,48,623,Hillary Rodham Clinton,9207,DEM,48,53.06635677003899,Bernard Sanders,9739,DEM,46,46.03839919216568,2,7.027957577873316 +44012,65272,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-04-29,2016-06-07,39,826,Hillary Rodham Clinton,9207,DEM,57,53.06635677003899,Bernard Sanders,9739,DEM,38,46.03839919216568,19,7.027957577873316 +44025,65319,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,Sextant Strategies & Research,808,FALSE,TRUE,Email,NA,2016-04-30,2016-06-07,38,1617,Hillary Rodham Clinton,9207,DEM,49,53.06635677003899,Bernard Sanders,9739,DEM,39,46.03839919216568,10,7.027957577873316 +44157,66074,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-05-10,2016-06-07,28,694,Hillary Rodham Clinton,9207,DEM,51,53.06635677003899,Bernard Sanders,9739,DEM,38,46.03839919216568,13,7.027957577873316 +44118,66007,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2016-05-21,2016-06-07,17,803,Hillary Rodham Clinton,9207,DEM,57,53.06635677003899,Bernard Sanders,9739,DEM,39,46.03839919216568,18,7.027957577873316 +44148,66057,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2016-05-17,2016-06-07,21,552,Hillary Rodham Clinton,9207,DEM,46,53.06635677003899,Bernard Sanders,9739,DEM,44,46.03839919216568,2,7.027957577873316 +44173,66107,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-05-30,2016-06-07,8,557,Hillary Rodham Clinton,9207,DEM,49,53.06635677003899,Bernard Sanders,9739,DEM,47,46.03839919216568,2,7.027957577873316 +44174,66110,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,Field Research Corp. (Field Poll),94,FALSE,TRUE,Live Phone,NA,2016-05-28,2016-06-07,10,571,Hillary Rodham Clinton,9207,DEM,45,53.06635677003899,Bernard Sanders,9739,DEM,43,46.03839919216568,2,7.027957577873316 +44185,66145,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,Live Phone,NA,2016-05-25,2016-06-07,13,412,Hillary Rodham Clinton,9207,DEM,49,53.06635677003899,Bernard Sanders,9739,DEM,39,46.03839919216568,10,7.027957577873316 +44187,66150,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-06-01,2016-06-07,6,400,Hillary Rodham Clinton,9207,DEM,48,53.06635677003899,Bernard Sanders,9739,DEM,47,46.03839919216568,1,7.027957577873316 +44193,66167,7658,2016,CA,Pres-P,2016_Pres-D-P_CA,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-06-02,2016-06-07,5,674,Hillary Rodham Clinton,9207,DEM,49,53.06635677003899,Bernard Sanders,9739,DEM,47,46.03839919216568,2,7.027957577873316 +44024,65318,7662,2016,NJ,Pres-P,2016_Pres-D-P_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2016-05-02,2016-06-07,36,301,Hillary Rodham Clinton,9207,DEM,60,63.31698917036134,Bernard Sanders,9739,DEM,32,36.683010829638654,28,26.633978340722685 +44084,65961,7662,2016,NJ,Pres-P,2016_Pres-D-P_NJ,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2016-05-13,2016-06-07,25,696,Hillary Rodham Clinton,9207,DEM,54,63.31698917036134,Bernard Sanders,9739,DEM,40,36.683010829638654,14,26.633978340722685 +44186,66149,7662,2016,NJ,Pres-P,2016_Pres-D-P_NJ,American Research Group,9,TRUE,FALSE,Live Phone,NA,2016-06-01,2016-06-07,6,400,Hillary Rodham Clinton,9207,DEM,60,63.31698917036134,Bernard Sanders,9739,DEM,37,36.683010829638654,23,26.633978340722685 +44194,66169,7662,2016,NJ,Pres-P,2016_Pres-D-P_NJ,YouGov,391,FALSE,FALSE,Live Phone/Online Panel,NA,2016-06-02,2016-06-07,5,586,Hillary Rodham Clinton,9207,DEM,61,63.31698917036134,Bernard Sanders,9739,DEM,34,36.683010829638654,27,26.633978340722685 +44189,66154,7664,2016,NM,Pres-P,2016_Pres-D-P_NM,BWD Global,527,FALSE,TRUE,IVR,NA,2016-05-25,2016-06-07,13,1455,Hillary Rodham Clinton,9207,DEM,53.3,51.52562767557561,Bernard Sanders,9739,DEM,27.6,48.474372324424394,25.699999999999996,3.0512553511512195 +44156,66073,7667,2016,SD,Pres-P,2016_Pres-D-P_SD,Targeted Persuasion,579,FALSE,FALSE,Live Phone,NA,2016-05-23,2016-06-07,15,874,Hillary Rodham Clinton,9207,DEM,50,51.02629890955741,Bernard Sanders,9739,DEM,47,48.97370109044259,3,2.0525978191148226 +64671,119473,7671,2020,AL,Pres-P,2020_Pres-D-P_AL,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,337,Joe Biden,13256,DEM,42.3,63.27569769936717,Bernard Sanders,13257,DEM,19.8,16.535314636590257,22.499999999999996,46.740383062776914 +64693,119495,7671,2020,AL,Pres-P,2020_Pres-D-P_AL,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-02-29,2020-03-03,3,237,Joe Biden,13256,DEM,47,63.27569769936717,Bernard Sanders,13257,DEM,22,16.535314636590257,25,46.740383062776914 +64672,119474,7673,2020,AR,Pres-P,2020_Pres-D-P_AR,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,308,Joe Biden,13256,DEM,27.8,40.59488477653631,Bernard Sanders,13257,DEM,16.8,22.43933310055866,11,18.15555167597765 +64694,119496,7673,2020,AR,Pres-P,2020_Pres-D-P_AR,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-02-29,2020-03-03,3,300,Joe Biden,13256,DEM,36,40.59488477653631,Bernard Sanders,13257,DEM,23,22.43933310055866,13,18.15555167597765 +64835,120033,7676,2020,AZ,Pres-P,2020_Pres-D-P_AZ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-03-13,2020-03-17,4,373,Joe Biden,13256,DEM,51,65.70223927245095,Michael Bloomberg,13289,DEM,5,14.410766157202564,46,51.29147311524839 +64352,118371,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-02-15,2020-03-03,17,520,Bernard Sanders,13257,DEM,25,35.97407047428779,Joe Biden,13256,DEM,15,27.900621925510706,10,8.073448548777087 +64349,118361,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2020-02-12,2020-03-03,20,573,Bernard Sanders,13257,DEM,32,35.97407047428779,Joe Biden,13256,DEM,14,27.900621925510706,18,8.073448548777087 +64473,118659,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-02-18,2020-03-03,14,408,Bernard Sanders,13257,DEM,24,35.97407047428779,Joe Biden,13256,DEM,17,27.900621925510706,7,8.073448548777087 +64493,118744,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-02-16,2020-03-03,16,450,Bernard Sanders,13257,DEM,24,35.97407047428779,Joe Biden,13256,DEM,13,27.900621925510706,11,8.073448548777087 +64529,118924,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-02-22,2020-03-03,10,1069,Bernard Sanders,13257,DEM,37,35.97407047428779,Joe Biden,13256,DEM,12,27.900621925510706,25,8.073448548777087 +64533,118942,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Point Blank Political,550,FALSE,FALSE,Text-to-Web/Email,NA,2020-02-24,2020-03-03,8,2098,Bernard Sanders,13257,DEM,33.6,35.97407047428779,Joe Biden,13256,DEM,10.5,27.900621925510706,23.1,8.073448548777087 +64595,119181,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2020-02-22,2020-03-03,10,3002,Bernard Sanders,13257,DEM,33.7,35.97407047428779,Joe Biden,13256,DEM,8.2,27.900621925510706,25.500000000000004,8.073448548777087 +64614,119207,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-02-24,2020-03-03,8,488,Bernard Sanders,13257,DEM,35,35.97407047428779,Joe Biden,13256,DEM,13,27.900621925510706,22,8.073448548777087 +64627,119292,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Point Blank Political,550,FALSE,FALSE,Text-to-Web/Email,NA,2020-02-27,2020-03-03,5,2276,Bernard Sanders,13257,DEM,34.1,35.97407047428779,Joe Biden,13256,DEM,14,27.900621925510706,20.1,8.073448548777087 +64651,119383,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-02-27,2020-03-03,5,1020,Bernard Sanders,13257,DEM,28,35.97407047428779,Joe Biden,13256,DEM,19,27.900621925510706,9,8.073448548777087 +64642,119346,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-02-28,2020-03-03,4,1411,Bernard Sanders,13257,DEM,31,35.97407047428779,Joe Biden,13256,DEM,19,27.900621925510706,12,8.073448548777087 +64644,119348,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-02-28,2020-03-03,4,500,Bernard Sanders,13257,DEM,34.6,35.97407047428779,Joe Biden,13256,DEM,14,27.900621925510706,20.6,8.073448548777087 +64645,119350,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-02-29,2020-03-03,3,545,Bernard Sanders,13257,DEM,37.8,35.97407047428779,Joe Biden,13256,DEM,21,27.900621925510706,16.799999999999997,8.073448548777087 +64647,119352,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Point Blank Political,550,FALSE,FALSE,Text-to-Web/Email,NA,2020-02-29,2020-03-03,3,1220,Bernard Sanders,13257,DEM,33.9,35.97407047428779,Joe Biden,13256,DEM,21.6,27.900621925510706,12.299999999999997,8.073448548777087 +64673,119475,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,2586,Bernard Sanders,13257,DEM,28.7,35.97407047428779,Joe Biden,13256,DEM,20.8,27.900621925510706,7.899999999999999,8.073448548777087 +64685,119487,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,516,Bernard Sanders,13257,DEM,32,35.97407047428779,Joe Biden,13256,DEM,25,27.900621925510706,7,8.073448548777087 +64661,119430,7677,2020,CA,Pres-P,2020_Pres-D-P_CA,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-02-28,2020-03-03,4,727,Bernard Sanders,13257,DEM,34,35.97407047428779,Joe Biden,13256,DEM,26,27.900621925510706,8,8.073448548777087 +64580,119067,7679,2020,CO,Pres-P,2020_Pres-D-P_CO,Magellan Strategies,179,FALSE,FALSE,Live Phone,NA,2020-02-24,2020-03-03,8,500,Bernard Sanders,13257,DEM,27.2,37.00475353286228,Joe Biden,13256,DEM,11.1,24.63890231302493,16.1,12.365851219837353 +64573,119041,7679,2020,CO,Pres-P,2020_Pres-D-P_CO,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-02-24,2020-03-03,8,471,Bernard Sanders,13257,DEM,34,37.00475353286228,Joe Biden,13256,DEM,10,24.63890231302493,24,12.365851219837353 +64662,119435,7679,2020,CO,Pres-P,2020_Pres-D-P_CO,Elucd,549,FALSE,FALSE,Online Ad,NA,2020-02-28,2020-03-03,4,561,Bernard Sanders,13257,DEM,34,37.00475353286228,Joe Biden,13256,DEM,10,24.63890231302493,24,12.365851219837353 +64674,119476,7679,2020,CO,Pres-P,2020_Pres-D-P_CO,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,643,Bernard Sanders,13257,DEM,28.6,37.00475353286228,Joe Biden,13256,DEM,19.7,24.63890231302493,8.900000000000002,12.365851219837353 +64690,119492,7679,2020,CO,Pres-P,2020_Pres-D-P_CO,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,464,Bernard Sanders,13257,DEM,32,37.00475353286228,Joe Biden,13256,DEM,18,24.63890231302493,14,12.365851219837353 +64787,119863,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel,NA,2020-03-06,2020-03-17,11,399,Joe Biden,13256,DEM,61.4,61.94608599056816,Bernard Sanders,13257,DEM,25.4,22.844284832113814,36,39.10180115845434 +74999,142943,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2020-03-08,2020-03-17,9,898,Joe Biden,13256,DEM,67.6,61.94608599056816,Bernard Sanders,13257,DEM,15.4,22.844284832113814,52.199999999999996,39.10180115845434 +64754,119783,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,Point Blank Political,550,FALSE,FALSE,Text-to-Web/Email,NA,2020-03-07,2020-03-17,10,3376,Joe Biden,13256,DEM,54.7,61.94608599056816,Bernard Sanders,13257,DEM,29.1,22.844284832113814,25.6,39.10180115845434 +64806,119952,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-03-07,2020-03-17,10,2480,Joe Biden,13256,DEM,69.2,61.94608599056816,Bernard Sanders,13257,DEM,13.6,22.844284832113814,55.6,39.10180115845434 +64805,119951,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2020-03-07,2020-03-17,10,1502,Joe Biden,13256,DEM,66,61.94608599056816,Bernard Sanders,13257,DEM,22,22.844284832113814,44,39.10180115845434 +64817,119980,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-03-11,2020-03-17,6,434,Joe Biden,13256,DEM,64.8,61.94608599056816,Bernard Sanders,13257,DEM,26.7,22.844284832113814,38.099999999999994,39.10180115845434 +64826,120003,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-03-11,2020-03-17,6,516,Joe Biden,13256,DEM,66,61.94608599056816,Bernard Sanders,13257,DEM,25,22.844284832113814,41,39.10180115845434 +64842,120059,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,Latino Decisions,482,FALSE,FALSE,Live Phone/Text-to-Web/Email,NA,2020-03-09,2020-03-17,8,531,Joe Biden,13256,DEM,63,61.94608599056816,Bernard Sanders,13257,DEM,25,22.844284832113814,38,39.10180115845434 +64853,120092,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,ROI Rocket,554,FALSE,FALSE,Online Panel,NA,2020-03-09,2020-03-17,8,877,Joe Biden,13256,DEM,67,61.94608599056816,Bernard Sanders,13257,DEM,27,22.844284832113814,40,39.10180115845434 +64833,120027,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,Point Blank Political,550,FALSE,FALSE,Text-to-Web/Email,NA,2020-03-12,2020-03-17,5,3165,Joe Biden,13256,DEM,57.4,61.94608599056816,Bernard Sanders,13257,DEM,28.8,22.844284832113814,28.599999999999998,39.10180115845434 +64858,120098,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-16,2020-03-17,1,1608,Joe Biden,13256,DEM,63.5,61.94608599056816,Bernard Sanders,13257,DEM,24.9,22.844284832113814,38.6,39.10180115845434 +64852,120089,7687,2020,FL,Pres-P,2020_Pres-D-P_FL,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-03-15,2020-03-17,2,532,Joe Biden,13256,DEM,67,61.94608599056816,Bernard Sanders,13257,DEM,27,22.844284832113814,40,39.10180115845434 +64787,119862,7688,2020,FL,Pres-P,2020_Pres-R-P_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel,NA,2020-03-06,2020-03-17,11,409,Donald Trump,13254,REP,92.6,93.7936463003422,William F. Weld,13351,REP,3.8,3.17104309163596,88.8,90.62260320870624 +63060,114541,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2019-12-09,2020-02-03,56,325,Bernard Sanders,13257,DEM,21.7,24.712787071165295,Pete Buttigieg,13345,DEM,17.9,21.3053586617522,3.8000000000000007,3.407428409413093 +63153,115060,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2019-12-14,2020-02-03,51,632,Bernard Sanders,13257,DEM,21,24.712787071165295,Pete Buttigieg,13345,DEM,24,21.3053586617522,-3,3.407428409413093 +63215,115399,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2019-12-31,2020-02-03,34,747,Bernard Sanders,13257,DEM,23,24.712787071165295,Pete Buttigieg,13345,DEM,23,21.3053586617522,0,3.407428409413093 +63251,115594,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2020-01-05,2020-02-03,29,701,Bernard Sanders,13257,DEM,20,24.712787071165295,Pete Buttigieg,13345,DEM,16,21.3053586617522,4,3.407428409413093 +63258,115624,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-01-11,2020-02-03,23,405,Bernard Sanders,13257,DEM,18,24.712787071165295,Pete Buttigieg,13345,DEM,17,21.3053586617522,1,3.407428409413093 +63297,115877,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Neighborhood Research and Media,227,FALSE,FALSE,Live Phone,NA,2020-01-16,2020-02-03,18,300,Bernard Sanders,13257,DEM,10.3,24.712787071165295,Pete Buttigieg,13345,DEM,17,21.3053586617522,-6.699999999999999,3.407428409413093 +63302,115890,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,David Binder Research,578,FALSE,FALSE,Live Phone,DEM,2020-01-17,2020-02-03,17,500,Bernard Sanders,13257,DEM,14,24.712787071165295,Pete Buttigieg,13345,DEM,16,21.3053586617522,-2,3.407428409413093 +63424,116483,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-01-20,2020-02-03,14,590,Bernard Sanders,13257,DEM,24,24.712787071165295,Pete Buttigieg,13345,DEM,19,21.3053586617522,5,3.407428409413093 +63347,116093,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-01-22,2020-02-03,12,584,Bernard Sanders,13257,DEM,25,24.712787071165295,Pete Buttigieg,13345,DEM,18,21.3053586617522,7,3.407428409413093 +63384,116268,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Morningside University Col. Bud Day Center for Civic Engagement,536,FALSE,FALSE,Live Phone,NA,2020-01-20,2020-02-03,14,253,Bernard Sanders,13257,DEM,15,24.712787071165295,Pete Buttigieg,13345,DEM,18,21.3053586617522,-3,3.407428409413093 +63352,116148,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-01-20,2020-02-03,14,1356,Bernard Sanders,13257,DEM,26,24.712787071165295,Pete Buttigieg,13345,DEM,22,21.3053586617522,4,3.407428409413093 +63354,116151,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-01-25,2020-02-03,9,500,Bernard Sanders,13257,DEM,18.6,24.712787071165295,Pete Buttigieg,13345,DEM,17.6,21.3053586617522,1,3.407428409413093 +63355,116152,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-01-25,2020-02-03,9,450,Bernard Sanders,13257,DEM,29.8,24.712787071165295,Pete Buttigieg,13345,DEM,10.3,21.3053586617522,19.5,3.407428409413093 +63374,116228,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-01-24,2020-02-03,10,704,Bernard Sanders,13257,DEM,27,24.712787071165295,Pete Buttigieg,13345,DEM,19,21.3053586617522,8,3.407428409413093 +63382,116266,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-01-25,2020-02-03,9,655,Bernard Sanders,13257,DEM,24,24.712787071165295,Pete Buttigieg,13345,DEM,17,21.3053586617522,7,3.407428409413093 +63388,116327,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-01-25,2020-02-03,9,544,Bernard Sanders,13257,DEM,21,24.712787071165295,Pete Buttigieg,13345,DEM,16,21.3053586617522,5,3.407428409413093 +63410,116417,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Park Street Strategies,534,FALSE,FALSE,Live Phone,NA,2020-01-26,2020-02-03,8,600,Bernard Sanders,13257,DEM,18,24.712787071165295,Pete Buttigieg,13345,DEM,17,21.3053586617522,1,3.407428409413093 +63423,116482,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-01-28,2020-02-03,6,615,Bernard Sanders,13257,DEM,28,24.712787071165295,Pete Buttigieg,13345,DEM,15,21.3053586617522,13,3.407428409413093 +63432,116512,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,David Binder Research,578,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-01-29,2020-02-03,5,300,Bernard Sanders,13257,DEM,17,24.712787071165295,Pete Buttigieg,13345,DEM,19,21.3053586617522,-2,3.407428409413093 +63413,116434,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,American Research Group,9,TRUE,FALSE,Live Phone,NA,2020-01-29,2020-02-03,5,400,Bernard Sanders,13257,DEM,23,24.712787071165295,Pete Buttigieg,13345,DEM,9,21.3053586617522,14,3.407428409413093 +63426,116485,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-02-01,2020-02-03,2,853,Bernard Sanders,13257,DEM,27.5,24.712787071165295,Pete Buttigieg,13345,DEM,14.5,21.3053586617522,13,3.407428409413093 +63428,116499,7694,2020,IA,Pres-P,2020_Pres-D-P_IA,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-01-30,2020-02-03,4,2394,Bernard Sanders,13257,DEM,22,24.712787071165295,Pete Buttigieg,13345,DEM,18,21.3053586617522,4,3.407428409413093 +64777,119850,7697,2020,ID,Pres-P,2020_Pres-D-P_ID,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-08,2020-03-10,2,235,Joe Biden,13256,DEM,52.3,48.91946617579384,Bernard Sanders,13257,DEM,37.2,42.442705936493326,15.099999999999994,6.476760239300518 +64773,119834,7697,2020,ID,Pres-P,2020_Pres-D-P_ID,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-08,2020-03-10,2,329,Joe Biden,13256,DEM,51,48.91946617579384,Bernard Sanders,13257,DEM,47,42.442705936493326,4,6.476760239300518 +64753,119758,7698,2020,IL,Pres-P,2020_Pres-D-P_IL,Ogden & Fry,425,FALSE,FALSE,IVR,REP,2020-03-08,2020-03-17,9,457,Joe Biden,13256,DEM,55.4,58.77113613796365,Bernard Sanders,13257,DEM,26.4,36.078993625876286,29,22.692142512087365 +64848,120081,7698,2020,IL,Pres-P,2020_Pres-D-P_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2020-03-08,2020-03-17,9,1208,Joe Biden,13256,DEM,55.2,58.77113613796365,Bernard Sanders,13257,DEM,36.2,36.078993625876286,19,22.692142512087365 +64818,119981,7698,2020,IL,Pres-P,2020_Pres-D-P_IL,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-03-11,2020-03-17,6,567,Joe Biden,13256,DEM,56.6,58.77113613796365,Bernard Sanders,13257,DEM,36.2,36.078993625876286,20.4,22.692142512087365 +64825,120002,7698,2020,IL,Pres-P,2020_Pres-D-P_IL,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-03-11,2020-03-17,6,549,Joe Biden,13256,DEM,63,58.77113613796365,Bernard Sanders,13257,DEM,25,36.078993625876286,38,22.692142512087365 +64855,120094,7698,2020,IL,Pres-P,2020_Pres-D-P_IL,ROI Rocket,554,FALSE,FALSE,Online Panel,NA,2020-03-09,2020-03-17,8,960,Joe Biden,13256,DEM,57,58.77113613796365,Bernard Sanders,13257,DEM,34,36.078993625876286,23,22.692142512087365 +64859,120099,7698,2020,IL,Pres-P,2020_Pres-D-P_IL,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-16,2020-03-17,1,1075,Joe Biden,13256,DEM,63,58.77113613796365,Bernard Sanders,13257,DEM,27.7,36.078993625876286,35.3,22.692142512087365 +64607,119193,7707,2020,MA,Pres-P,2020_Pres-D-P_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-02-21,2020-03-03,11,400,Joe Biden,13256,DEM,12,33.50927326483839,Bernard Sanders,13257,DEM,25,26.659001116596272,-13,6.850272148242119 +64597,119183,7707,2020,MA,Pres-P,2020_Pres-D-P_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2020-02-25,2020-03-03,7,426,Joe Biden,13256,DEM,9,33.50927326483839,Bernard Sanders,13257,DEM,25,26.659001116596272,-16,6.850272148242119 +64635,119313,7707,2020,MA,Pres-P,2020_Pres-D-P_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-02-28,2020-03-03,4,500,Joe Biden,13256,DEM,11,33.50927326483839,Bernard Sanders,13257,DEM,24.2,26.659001116596272,-13.2,6.850272148242119 +64675,119477,7707,2020,MA,Pres-P,2020_Pres-D-P_MA,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,655,Joe Biden,13256,DEM,17.3,33.50927326483839,Bernard Sanders,13257,DEM,27,26.659001116596272,-9.7,6.850272148242119 +64689,119491,7707,2020,MA,Pres-P,2020_Pres-D-P_MA,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,301,Joe Biden,13256,DEM,26,33.50927326483839,Bernard Sanders,13257,DEM,26,26.659001116596272,0,6.850272148242119 +64597,183317,7708,2020,MA,Pres-P,2020_Pres-R-P_MA,MassINC Polling Group,198,TRUE,FALSE,Live Phone,NA,2020-02-25,2020-03-03,7,374,Donald Trump,13254,REP,83,87.02685980492065,William F. Weld,13351,REP,14,9.253530353763283,69,77.77332945115737 +64669,119456,7712,2020,ME,Pres-P,2020_Pres-D-P_ME,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-03-01,2020-03-03,2,507,Joe Biden,13256,DEM,24,33.93689512146948,Bernard Sanders,13257,DEM,43,32.99723484100336,-19,0.9396602804661214 +64676,119478,7712,2020,ME,Pres-P,2020_Pres-D-P_ME,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,121,Joe Biden,13256,DEM,21.5,33.93689512146948,Bernard Sanders,13257,DEM,26.6,32.99723484100336,-5.100000000000001,0.9396602804661214 +64696,119498,7712,2020,ME,Pres-P,2020_Pres-D-P_ME,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,385,Joe Biden,13256,DEM,25,33.93689512146948,Bernard Sanders,13257,DEM,34,32.99723484100336,-9,0.9396602804661214 +64750,119751,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2020-03-05,2020-03-10,5,400,Joe Biden,13256,DEM,51,52.930094811356696,Bernard Sanders,13257,DEM,27,36.33769798554998,24,16.592396825806716 +64748,119743,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR,NA,2020-03-08,2020-03-10,2,602,Joe Biden,13256,DEM,54.3,52.930094811356696,Bernard Sanders,13257,DEM,32.6,36.33769798554998,21.699999999999996,16.592396825806716 +64763,119803,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,Target Insyght,330,FALSE,FALSE,IVR/Live Phone,NA,2020-03-08,2020-03-10,2,600,Joe Biden,13256,DEM,65,52.930094811356696,Bernard Sanders,13257,DEM,24,36.33769798554998,41,16.592396825806716 +64761,119800,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,Concord Public Opinion Partners,553,FALSE,FALSE,Live Phone,DEM,2020-03-07,2020-03-10,3,305,Joe Biden,13256,DEM,53,52.930094811356696,Bernard Sanders,13257,DEM,23,36.33769798554998,30,16.592396825806716 +64766,119811,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-03-07,2020-03-10,3,201,Joe Biden,13256,DEM,54,52.930094811356696,Bernard Sanders,13257,DEM,41,36.33769798554998,13,16.592396825806716 +64764,119806,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-03-07,2020-03-10,3,411,Joe Biden,13256,DEM,51,52.930094811356696,Bernard Sanders,13257,DEM,36,36.33769798554998,15,16.592396825806716 +64785,119860,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,ROI Rocket,554,FALSE,FALSE,Online Panel,NA,2020-03-06,2020-03-10,4,1000,Joe Biden,13256,DEM,55,52.930094811356696,Bernard Sanders,13257,DEM,45,36.33769798554998,10,16.592396825806716 +64778,119851,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-09,2020-03-10,1,1516,Joe Biden,13256,DEM,62,52.930094811356696,Bernard Sanders,13257,DEM,27.9,36.33769798554998,34.1,16.592396825806716 +64772,119833,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-08,2020-03-10,2,320,Joe Biden,13256,DEM,59,52.930094811356696,Bernard Sanders,13257,DEM,38,36.33769798554998,21,16.592396825806716 +64774,119841,7713,2020,MI,Pres-P,2020_Pres-D-P_MI,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-03-08,2020-03-10,2,528,Joe Biden,13256,DEM,48,52.930094811356696,Bernard Sanders,13257,DEM,40,36.33769798554998,8,16.592396825806716 +64499,119238,7714,2020,MI,Pres-P,2020_Pres-R-P_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-02-15,2020-03-10,24,426,Donald Trump,13254,REP,97,93.7215315079357,William F. Weld,13351,REP,1,0.8924090361719033,96,92.8291224717638 +64692,119494,7715,2020,MN,Pres-P,2020_Pres-D-P_MN,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,650,Joe Biden,13256,DEM,27,38.639313731023194,Bernard Sanders,13257,DEM,32,29.888685537988547,-5,8.750628193034647 +64732,119711,7717,2020,MO,Pres-P,2020_Pres-D-P_MO,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-03-04,2020-03-10,6,425,Joe Biden,13256,DEM,48.1,60.10205490968485,Bernard Sanders,13257,DEM,43.7,34.58487461568024,4.399999999999999,25.51718029400461 +64744,119736,7717,2020,MO,Pres-P,2020_Pres-D-P_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-03-04,2020-03-10,6,1040,Joe Biden,13256,DEM,53,60.10205490968485,Bernard Sanders,13257,DEM,31,34.58487461568024,22,25.51718029400461 +64746,119741,7717,2020,MO,Pres-P,2020_Pres-D-P_MO,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-03-06,2020-03-10,4,348,Joe Biden,13256,DEM,62,60.10205490968485,Bernard Sanders,13257,DEM,32,34.58487461568024,30,25.51718029400461 +64779,119852,7717,2020,MO,Pres-P,2020_Pres-D-P_MO,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-09,2020-03-10,1,825,Joe Biden,13256,DEM,56.6,60.10205490968485,Bernard Sanders,13257,DEM,35.7,34.58487461568024,20.9,25.51718029400461 +64783,119856,7717,2020,MO,Pres-P,2020_Pres-D-P_MO,Øptimus Analytics,245,TRUE,FALSE,Live Phone/Text-to-Web,NA,2020-03-08,2020-03-10,2,402,Joe Biden,13256,DEM,67.6,60.10205490968485,Bernard Sanders,13257,DEM,29.4,34.58487461568024,38.199999999999996,25.51718029400461 +64747,119742,7720,2020,MS,Pres-P,2020_Pres-D-P_MS,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-03-06,2020-03-10,4,340,Joe Biden,13256,DEM,77,80.96475467489823,Bernard Sanders,13257,DEM,22,14.81717694822352,55,66.14757772667471 +64780,119853,7720,2020,MS,Pres-P,2020_Pres-D-P_MS,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-08,2020-03-10,2,495,Joe Biden,13256,DEM,67.9,80.96475467489823,Bernard Sanders,13257,DEM,28.1,14.81717694822352,39.800000000000004,66.14757772667471 +64343,118332,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-02-15,2020-03-03,17,698,Joe Biden,13256,DEM,20,42.95097051746421,Bernard Sanders,13257,DEM,22,24.21565286832155,-2,18.735317649142658 +64475,118665,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-02-15,2020-03-03,17,450,Joe Biden,13256,DEM,16,42.95097051746421,Bernard Sanders,13257,DEM,23,24.21565286832155,-7,18.735317649142658 +64524,118908,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Spry Strategies,508,FALSE,FALSE,IVR/Online Panel,NA,2020-02-22,2020-03-03,10,561,Joe Biden,13256,DEM,20.17,42.95097051746421,Bernard Sanders,13257,DEM,20.16,24.21565286832155,0.010000000000001563,18.735317649142658 +64519,118895,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-02-23,2020-03-03,9,852,Joe Biden,13256,DEM,23,42.95097051746421,Bernard Sanders,13257,DEM,20,24.21565286832155,3,18.735317649142658 +64610,119197,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Meredith College,423,FALSE,FALSE,Live Phone/Online Panel,NA,2020-02-20,2020-03-03,12,430,Joe Biden,13256,DEM,17.9,42.95097051746421,Bernard Sanders,13257,DEM,19.5,24.21565286832155,-1.6000000000000014,18.735317649142658 +64616,119241,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Spry Strategies,508,FALSE,FALSE,IVR/Online Panel,NA,2020-02-26,2020-03-03,6,587,Joe Biden,13256,DEM,26.75,42.95097051746421,Bernard Sanders,13257,DEM,18.74,24.21565286832155,8.010000000000002,18.735317649142658 +64624,119275,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-02-25,2020-03-03,7,536,Joe Biden,13256,DEM,25,42.95097051746421,Bernard Sanders,13257,DEM,27,24.21565286832155,-2,18.735317649142658 +64639,119329,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-02-25,2020-03-03,7,568,Joe Biden,13256,DEM,24,42.95097051746421,Bernard Sanders,13257,DEM,26,24.21565286832155,-2,18.735317649142658 +64641,119338,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-02-27,2020-03-03,5,499,Joe Biden,13256,DEM,28.5,42.95097051746421,Bernard Sanders,13257,DEM,24.6,24.21565286832155,3.8999999999999986,18.735317649142658 +64650,119382,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone/Online Panel,NA,2020-02-25,2020-03-03,7,274,Joe Biden,13256,DEM,14,42.95097051746421,Bernard Sanders,13257,DEM,28,24.21565286832155,-14,18.735317649142658 +64663,119436,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Elucd,549,FALSE,FALSE,Online Ad,NA,2020-02-28,2020-03-03,4,657,Joe Biden,13256,DEM,25,42.95097051746421,Bernard Sanders,13257,DEM,26,24.21565286832155,-1,18.735317649142658 +64678,119480,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,844,Joe Biden,13256,DEM,35.7,42.95097051746421,Bernard Sanders,13257,DEM,22.8,24.21565286832155,12.900000000000002,18.735317649142658 +64699,119596,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Spry Strategies,508,FALSE,FALSE,IVR/Online Panel,NA,2020-03-01,2020-03-03,2,543,Joe Biden,13256,DEM,44.75,42.95097051746421,Bernard Sanders,13257,DEM,17.68,24.21565286832155,27.07,18.735317649142658 +64687,119489,7724,2020,NC,Pres-P,2020_Pres-D-P_NC,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,334,Joe Biden,13256,DEM,36,42.95097051746421,Bernard Sanders,13257,DEM,27,24.21565286832155,9,18.735317649142658 +64610,119196,7725,2020,NC,Pres-P,2020_Pres-R-P_NC,Meredith College,423,FALSE,FALSE,Live Phone/Online Panel,NA,2020-02-20,2020-03-03,12,353,Donald Trump,13254,REP,85,93.52956349132178,Joe Walsh,13482,REP,3.1,2.038062270802104,81.9,91.49150122051968 +64650,119380,7725,2020,NC,Pres-P,2020_Pres-R-P_NC,High Point University Survey Research Center,139,TRUE,FALSE,Live Phone/Online Panel,NA,2020-02-25,2020-03-03,7,246,Donald Trump,13254,REP,91,93.52956349132178,Joe Walsh,13482,REP,4,2.038062270802104,87,91.49150122051968 +64781,119854,7726,2020,ND,Pres-P,2020_Pres-D-P_ND,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-08,2020-03-10,2,125,Bernard Sanders,13257,DEM,30.5,53.295407242958234,Joe Biden,13256,DEM,65.1,39.83627029277091,-34.599999999999994,13.459136950187322 +63454,116639,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-02-04,2020-02-11,7,500,Bernard Sanders,13257,DEM,31.4,25.59982840500441,Pete Buttigieg,13345,DEM,21.4,24.28270275523918,10,1.3171256497652308 +63455,116640,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-02-04,2020-02-11,7,500,Bernard Sanders,13257,DEM,24.8,25.59982840500441,Pete Buttigieg,13345,DEM,18.6,24.28270275523918,6.199999999999999,1.3171256497652308 +63465,116655,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-02-04,2020-02-11,7,503,Bernard Sanders,13257,DEM,24,25.59982840500441,Pete Buttigieg,13345,DEM,20,24.28270275523918,4,1.3171256497652308 +63478,116701,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-02-05,2020-02-11,6,709,Bernard Sanders,13257,DEM,25,25.59982840500441,Pete Buttigieg,13345,DEM,21,24.28270275523918,4,1.3171256497652308 +63479,116703,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-02-06,2020-02-11,5,500,Bernard Sanders,13257,DEM,30.8,25.59982840500441,Pete Buttigieg,13345,DEM,23.5,24.28270275523918,7.300000000000001,1.3171256497652308 +63480,116704,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-02-06,2020-02-11,5,500,Bernard Sanders,13257,DEM,23.8,25.59982840500441,Pete Buttigieg,13345,DEM,25,24.28270275523918,-1.1999999999999993,1.3171256497652308 +63491,116734,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-02-06,2020-02-11,5,440,Bernard Sanders,13257,DEM,25,25.59982840500441,Pete Buttigieg,13345,DEM,17,24.28270275523918,8,1.3171256497652308 +63486,116718,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-02-07,2020-02-11,4,848,Bernard Sanders,13257,DEM,29,25.59982840500441,Pete Buttigieg,13345,DEM,25,24.28270275523918,4,1.3171256497652308 +63487,116720,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2020-02-07,2020-02-11,4,512,Bernard Sanders,13257,DEM,23.4,25.59982840500441,Pete Buttigieg,13345,DEM,20.3,24.28270275523918,3.099999999999998,1.3171256497652308 +63489,116732,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-02-08,2020-02-11,3,500,Bernard Sanders,13257,DEM,30,25.59982840500441,Pete Buttigieg,13345,DEM,23.1,24.28270275523918,6.899999999999999,1.3171256497652308 +63490,116733,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-02-08,2020-02-11,3,500,Bernard Sanders,13257,DEM,26.6,25.59982840500441,Pete Buttigieg,13345,DEM,19.4,24.28270275523918,7.200000000000003,1.3171256497652308 +63494,116745,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2020-02-08,2020-02-11,3,365,Bernard Sanders,13257,DEM,29,25.59982840500441,Pete Buttigieg,13345,DEM,22,24.28270275523918,7,1.3171256497652308 +63493,116743,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2020-02-08,2020-02-11,3,400,Bernard Sanders,13257,DEM,28,25.59982840500441,Pete Buttigieg,13345,DEM,20,24.28270275523918,8,1.3171256497652308 +63517,116855,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-02-08,2020-02-11,3,662,Bernard Sanders,13257,DEM,30,25.59982840500441,Pete Buttigieg,13345,DEM,21,24.28270275523918,9,1.3171256497652308 +63510,116798,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Elucd,549,FALSE,FALSE,Online Ad,NA,2020-02-08,2020-02-11,3,492,Bernard Sanders,13257,DEM,26,25.59982840500441,Pete Buttigieg,13345,DEM,20,24.28270275523918,6,1.3171256497652308 +63513,116814,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-02-09,2020-02-11,2,431,Bernard Sanders,13257,DEM,24,25.59982840500441,Pete Buttigieg,13345,DEM,24,24.28270275523918,0,1.3171256497652308 +63512,116805,7729,2020,NH,Pres-P,2020_Pres-D-P_NH,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-02-09,2020-02-11,2,1295,Bernard Sanders,13257,DEM,28,25.59982840500441,Pete Buttigieg,13345,DEM,26,24.28270275523918,2,1.3171256497652308 +63478,116699,7730,2020,NH,Pres-P,2020_Pres-R-P_NH,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-02-05,2020-02-11,6,441,Donald Trump,13254,REP,88,84.42156773429468,William F. Weld,13351,REP,7,9.008680713718652,81,75.41288702057604 +63487,116719,7730,2020,NH,Pres-P,2020_Pres-R-P_NH,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2020-02-07,2020-02-11,4,440,Donald Trump,13254,REP,70.5,84.42156773429468,William F. Weld,13351,REP,7.7,9.008680713718652,62.8,75.41288702057604 +63494,116744,7730,2020,NH,Pres-P,2020_Pres-R-P_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2020-02-08,2020-02-11,3,212,Donald Trump,13254,REP,90,84.42156773429468,William F. Weld,13351,REP,7,9.008680713718652,83,75.41288702057604 +63488,116731,7730,2020,NH,Pres-P,2020_Pres-R-P_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-02-08,2020-02-11,3,500,Donald Trump,13254,REP,84.2,84.42156773429468,William F. Weld,13351,REP,15.8,9.008680713718652,68.4,75.41288702057604 +63989,117757,7735,2020,NV,Pres-P,2020_Pres-D-P_NV,WPA Intelligence,383,FALSE,FALSE,Live Phone,NA,2020-02-12,2020-02-22,10,413,Bernard Sanders,13257,DEM,25,33.99216269557507,Joe Biden,13256,DEM,18,17.566240477484435,7,16.425922218090633 +64102,117945,7735,2020,NV,Pres-P,2020_Pres-D-P_NV,Point Blank Political,550,FALSE,FALSE,Text-to-Web/Email,NA,2020-02-14,2020-02-22,8,256,Bernard Sanders,13257,DEM,13,33.99216269557507,Joe Biden,13256,DEM,14.3,17.566240477484435,-1.3000000000000007,16.425922218090633 +64153,118028,7735,2020,NV,Pres-P,2020_Pres-D-P_NV,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-02-14,2020-02-22,8,766,Bernard Sanders,13257,DEM,35,33.99216269557507,Joe Biden,13256,DEM,14,17.566240477484435,21,16.425922218090633 +64199,118115,7735,2020,NV,Pres-P,2020_Pres-D-P_NV,Beacon Research,545,FALSE,FALSE,Live Phone/Online Panel,DEM,2020-02-14,2020-02-22,8,600,Bernard Sanders,13257,DEM,24,33.99216269557507,Joe Biden,13256,DEM,19,17.566240477484435,5,16.425922218090633 +64481,118698,7735,2020,NV,Pres-P,2020_Pres-D-P_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-02-19,2020-02-22,3,425,Bernard Sanders,13257,DEM,30.4,33.99216269557507,Joe Biden,13256,DEM,16.1,17.566240477484435,14.299999999999997,16.425922218090633 +64494,118752,7735,2020,NV,Pres-P,2020_Pres-D-P_NV,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-02-20,2020-02-22,2,517,Bernard Sanders,13257,DEM,38,33.99216269557507,Joe Biden,13256,DEM,11,17.566240477484435,27,16.425922218090633 +64495,118757,7735,2020,NV,Pres-P,2020_Pres-D-P_NV,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-02-20,2020-02-22,2,1010,Bernard Sanders,13257,DEM,35,33.99216269557507,Joe Biden,13256,DEM,16,17.566240477484435,19,16.425922218090633 +64222,118300,7740,2020,OK,Pres-P,2020_Pres-D-P_OK,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-02-12,2020-03-03,20,172,Joe Biden,13256,DEM,12,38.65933134175318,Bernard Sanders,13257,DEM,14,25.445229902622906,-2,13.214101439130275 +64516,118875,7740,2020,OK,Pres-P,2020_Pres-D-P_OK,SoonerPoll.com,308,TRUE,FALSE,Live Phone/Online Panel,NA,2020-02-19,2020-03-03,13,409,Joe Biden,13256,DEM,21.2,38.65933134175318,Bernard Sanders,13257,DEM,12.8,25.445229902622906,8.399999999999999,13.214101439130275 +64679,119481,7740,2020,OK,Pres-P,2020_Pres-D-P_OK,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,301,Joe Biden,13256,DEM,37.5,38.65933134175318,Bernard Sanders,13257,DEM,25.9,25.445229902622906,11.600000000000001,13.214101439130275 +64695,119497,7740,2020,OK,Pres-P,2020_Pres-D-P_OK,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-02-29,2020-03-03,3,300,Joe Biden,13256,DEM,35,38.65933134175318,Bernard Sanders,13257,DEM,28,25.445229902622906,7,13.214101439130275 +64095,117928,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-02-12,2020-02-29,17,703,Joe Biden,13256,DEM,28.4,48.64713507138446,Bernard Sanders,13257,DEM,20.4,19.768647209246694,8,28.878487862137767 +64356,118406,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2020-02-13,2020-02-29,16,1015,Joe Biden,13256,DEM,23,48.64713507138446,Bernard Sanders,13257,DEM,23,19.768647209246694,0,28.878487862137767 +64460,118553,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-02-15,2020-02-29,14,400,Joe Biden,13256,DEM,23,48.64713507138446,Bernard Sanders,13257,DEM,21,19.768647209246694,2,28.878487862137767 +64479,118695,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,Live Phone,NA,2020-02-14,2020-02-29,15,443,Joe Biden,13256,DEM,24,48.64713507138446,Bernard Sanders,13257,DEM,19,19.768647209246694,5,28.878487862137767 +64515,118873,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-02-20,2020-02-29,9,539,Joe Biden,13256,DEM,27,48.64713507138446,Bernard Sanders,13257,DEM,23,19.768647209246694,4,28.878487862137767 +64501,118786,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-02-21,2020-02-29,8,1238,Joe Biden,13256,DEM,28,48.64713507138446,Bernard Sanders,13257,DEM,23,19.768647209246694,5,28.878487862137767 +64512,118856,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-02-23,2020-02-29,6,866,Joe Biden,13256,DEM,36,48.64713507138446,Bernard Sanders,13257,DEM,21,19.768647209246694,15,28.878487862137767 +64568,119022,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-02-23,2020-02-29,6,1142,Joe Biden,13256,DEM,30.5,48.64713507138446,Bernard Sanders,13257,DEM,23.1,19.768647209246694,7.399999999999999,28.878487862137767 +64584,119076,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-02-24,2020-02-29,5,454,Joe Biden,13256,DEM,36,48.64713507138446,Bernard Sanders,13257,DEM,16,19.768647209246694,20,28.878487862137767 +64567,119021,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Clemson University,54,FALSE,FALSE,Live Phone/Online Panel,NA,2020-02-21,2020-02-29,8,650,Joe Biden,13256,DEM,35,48.64713507138446,Bernard Sanders,13257,DEM,13,19.768647209246694,22,28.878487862137767 +64587,119084,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Starboard Communications,316,FALSE,FALSE,IVR/Live Phone/Text,NA,2020-02-26,2020-02-29,3,1102,Joe Biden,13256,DEM,40,48.64713507138446,Bernard Sanders,13257,DEM,11,19.768647209246694,29,28.878487862137767 +64590,119130,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-02-26,2020-02-29,3,425,Joe Biden,13256,DEM,41.4,48.64713507138446,Bernard Sanders,13257,DEM,24.8,19.768647209246694,16.599999999999998,28.878487862137767 +64621,119266,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-02-26,2020-02-29,3,1081,Joe Biden,13256,DEM,43.9,48.64713507138446,Bernard Sanders,13257,DEM,22.8,19.768647209246694,21.099999999999998,28.878487862137767 +64589,119111,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-02-25,2020-02-29,4,543,Joe Biden,13256,DEM,28,48.64713507138446,Bernard Sanders,13257,DEM,24,19.768647209246694,4,28.878487862137767 +64593,119172,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-02-25,2020-02-29,4,1416,Joe Biden,13256,DEM,34,48.64713507138446,Bernard Sanders,13257,DEM,25,19.768647209246694,9,28.878487862137767 +64622,119269,7750,2020,SC,Pres-P,2020_Pres-D-P_SC,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-02-27,2020-02-29,2,477,Joe Biden,13256,DEM,35,48.64713507138446,Bernard Sanders,13257,DEM,24,19.768647209246694,11,28.878487862137767 +64680,119482,7753,2020,TN,Pres-P,2020_Pres-D-P_TN,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,604,Joe Biden,13256,DEM,28.2,41.722033898305085,Bernard Sanders,13257,DEM,27.2,25.02043583535109,1,16.701598062953995 +64691,119493,7753,2020,TN,Pres-P,2020_Pres-D-P_TN,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,368,Joe Biden,13256,DEM,34,41.722033898305085,Bernard Sanders,13257,DEM,27,25.02043583535109,7,16.701598062953995 +64476,118666,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-02-15,2020-03-03,17,600,Joe Biden,13256,DEM,20,34.64248950071332,Bernard Sanders,13257,DEM,23,29.905014638841728,-3,4.73747486187159 +64508,118829,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-02-12,2020-03-03,20,1352,Joe Biden,13256,DEM,20.4,34.64248950071332,Bernard Sanders,13257,DEM,20.1,29.905014638841728,0.29999999999999716,4.73747486187159 +64528,118914,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-02-24,2020-03-03,8,1045,Joe Biden,13256,DEM,24,34.64248950071332,Bernard Sanders,13257,DEM,24,29.905014638841728,0,4.73747486187159 +64615,119208,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-02-24,2020-03-03,8,387,Joe Biden,13256,DEM,20,34.64248950071332,Bernard Sanders,13257,DEM,29,29.905014638841728,-9,4.73747486187159 +64613,119200,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,Univision/Latino Decisions/North Star Opinion Research,516,FALSE,FALSE,Live Phone/Online Panel,NA,2020-02-23,2020-03-03,9,527,Joe Biden,13256,DEM,20,34.64248950071332,Bernard Sanders,13257,DEM,26,29.905014638841728,-6,4.73747486187159 +64638,119317,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,Live Phone/Online Panel,NA,2020-02-21,2020-03-03,11,586,Joe Biden,13256,DEM,19,34.64248950071332,Bernard Sanders,13257,DEM,29,29.905014638841728,-10,4.73747486187159 +64625,119276,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-02-25,2020-03-03,7,513,Joe Biden,13256,DEM,21,34.64248950071332,Bernard Sanders,13257,DEM,30,29.905014638841728,-9,4.73747486187159 +64640,119331,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-02-25,2020-03-03,7,556,Joe Biden,13256,DEM,19,34.64248950071332,Bernard Sanders,13257,DEM,34,29.905014638841728,-15,4.73747486187159 +64643,119347,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-02-28,2020-03-03,4,635,Joe Biden,13256,DEM,26,34.64248950071332,Bernard Sanders,13257,DEM,30,29.905014638841728,-4,4.73747486187159 +64646,119351,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-02-29,2020-03-03,3,450,Joe Biden,13256,DEM,25.9,34.64248950071332,Bernard Sanders,13257,DEM,30.8,29.905014638841728,-4.900000000000002,4.73747486187159 +64664,119437,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,Elucd,549,FALSE,FALSE,Online Ad,NA,2020-02-28,2020-03-03,4,833,Joe Biden,13256,DEM,20,34.64248950071332,Bernard Sanders,13257,DEM,31,29.905014638841728,-11,4.73747486187159 +64681,119483,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,1208,Joe Biden,13256,DEM,27.1,34.64248950071332,Bernard Sanders,13257,DEM,27.8,29.905014638841728,-0.6999999999999993,4.73747486187159 +64686,119488,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-02-29,2020-03-03,3,300,Joe Biden,13256,DEM,30,34.64248950071332,Bernard Sanders,13257,DEM,28,29.905014638841728,2,4.73747486187159 +64665,119438,7755,2020,TX,Pres-P,2020_Pres-D-P_TX,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-02-28,2020-03-03,4,486,Joe Biden,13256,DEM,25,34.64248950071332,Bernard Sanders,13257,DEM,35,29.905014638841728,-10,4.73747486187159 +64638,119316,7756,2020,TX,Pres-P,2020_Pres-R-P_TX,University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,Live Phone/Online Panel,NA,2020-02-21,2020-03-03,11,567,Donald Trump,13254,REP,86,94.12527569606284,William F. Weld,13351,REP,6,0.784466531526641,80,93.3408091645362 +64640,119327,7756,2020,TX,Pres-P,2020_Pres-R-P_TX,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-02-25,2020-03-03,7,621,Donald Trump,13254,REP,94,94.12527569606284,William F. Weld,13351,REP,4,0.784466531526641,90,93.3408091645362 +64682,119484,7757,2020,UT,Pres-P,2020_Pres-D-P_UT,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,134,Bernard Sanders,13257,DEM,22.1,36.144381681188854,Joe Biden,13256,DEM,27.1,18.43940122040783,-5,17.704980460781023 +64697,119499,7757,2020,UT,Pres-P,2020_Pres-D-P_UT,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,622,Bernard Sanders,13257,DEM,29,36.144381681188854,Joe Biden,13256,DEM,23,18.43940122040783,6,17.704980460781023 +64156,118050,7759,2020,VA,Pres-P,2020_Pres-D-P_VA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-02-15,2020-03-03,17,400,Joe Biden,13256,DEM,18,53.305342086831295,Bernard Sanders,13257,DEM,22,23.14967257495038,-4,30.155669511880916 +64609,119195,7759,2020,VA,Pres-P,2020_Pres-D-P_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2020-02-13,2020-03-03,19,561,Joe Biden,13256,DEM,22,53.305342086831295,Bernard Sanders,13257,DEM,17,23.14967257495038,5,30.155669511880916 +64572,119040,7759,2020,VA,Pres-P,2020_Pres-D-P_VA,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-02-24,2020-03-03,8,499,Joe Biden,13256,DEM,19,53.305342086831295,Bernard Sanders,13257,DEM,28,23.14967257495038,-9,30.155669511880916 +64667,119449,7759,2020,VA,Pres-P,2020_Pres-D-P_VA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-03-01,2020-03-03,2,510,Joe Biden,13256,DEM,45,53.305342086831295,Bernard Sanders,13257,DEM,25,23.14967257495038,20,30.155669511880916 +64668,119455,7759,2020,VA,Pres-P,2020_Pres-D-P_VA,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,545,Joe Biden,13256,DEM,42,53.305342086831295,Bernard Sanders,13257,DEM,28,23.14967257495038,14,30.155669511880916 +64683,119485,7759,2020,VA,Pres-P,2020_Pres-D-P_VA,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,731,Joe Biden,13256,DEM,35.7,53.305342086831295,Bernard Sanders,13257,DEM,20.2,23.14967257495038,15.500000000000004,30.155669511880916 +64688,119490,7759,2020,VA,Pres-P,2020_Pres-D-P_VA,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-01,2020-03-03,2,327,Joe Biden,13256,DEM,39,53.305342086831295,Bernard Sanders,13257,DEM,24,23.14967257495038,15,30.155669511880916 +64684,119486,7761,2020,VT,Pres-P,2020_Pres-D-P_VT,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-01,2020-03-03,2,86,Bernard Sanders,13257,DEM,48.4,50.69456778220383,Joe Biden,13256,DEM,10.5,21.990840585593585,37.9,28.70372719661025 +64698,119500,7761,2020,VT,Pres-P,2020_Pres-D-P_VT,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-02-29,2020-03-03,3,236,Bernard Sanders,13257,DEM,57,50.69456778220383,Joe Biden,13256,DEM,16,21.990840585593585,41,28.70372719661025 +64745,119737,7763,2020,WA,Pres-P,2020_Pres-D-P_WA,Data for Progress,522,FALSE,FALSE,Text-to-Web,NA,2020-03-04,2020-03-10,6,737,Joe Biden,13256,DEM,47,37.940217196056395,Bernard Sanders,13257,DEM,44,36.56965465211165,3,1.370562543944743 +64740,119723,7763,2020,WA,Pres-P,2020_Pres-D-P_WA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-03-05,2020-03-10,5,550,Joe Biden,13256,DEM,36.36,37.940217196056395,Bernard Sanders,13257,DEM,35.35,36.56965465211165,1.009999999999998,1.370562543944743 +64782,119855,7763,2020,WA,Pres-P,2020_Pres-D-P_WA,Swayable,543,TRUE,FALSE,Online Panel,NA,2020-03-09,2020-03-10,1,954,Joe Biden,13256,DEM,38.5,37.940217196056395,Bernard Sanders,13257,DEM,36.5,36.56965465211165,2,1.370562543944743 +64776,119846,7763,2020,WA,Pres-P,2020_Pres-D-P_WA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-03-08,2020-03-10,2,751,Joe Biden,13256,DEM,49,37.940217196056395,Bernard Sanders,13257,DEM,43,36.56965465211165,6,1.370562543944743 +64768,119813,7765,2020,WI,Pres-P,2020_Pres-D-P_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-03-07,2020-04-07,31,192,Joe Biden,13256,DEM,49,62.818206166061174,Bernard Sanders,13257,DEM,38,31.714457888575463,11,31.10374827748571 +64807,119953,7765,2020,WI,Pres-P,2020_Pres-D-P_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-03-10,2020-04-07,28,898,Joe Biden,13256,DEM,55,62.818206166061174,Bernard Sanders,13257,DEM,39,31.714457888575463,16,31.10374827748571 +65050,120700,7765,2020,WI,Pres-P,2020_Pres-D-P_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2020-03-26,2020-04-07,12,394,Joe Biden,13256,DEM,62,62.818206166061174,Bernard Sanders,13257,DEM,34,31.714457888575463,28,31.10374827748571 +69575,129658,7780,2020,GA,Sen-P,2020_Sen-P_GA,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-15,2020-11-03,49,600,Raphael Warnock,14489,DEM,25,32.90423102217823,Kelly Loeffler,13671,REP,29,25.90799061038978,-4,6.996240411788449 +69566,129612,7780,2020,GA,Sen-P,2020_Sen-P_GA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,800,Raphael Warnock,14489,DEM,21,32.90423102217823,Kelly Loeffler,13671,REP,26,25.90799061038978,-5,6.996240411788449 +69937,130238,7780,2020,GA,Sen-P,2020_Sen-P_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-09-16,2020-11-03,48,800,Raphael Warnock,14489,DEM,26,32.90423102217823,Kelly Loeffler,13671,REP,21,25.90799061038978,5,6.996240411788449 +69646,129841,7780,2020,GA,Sen-P,2020_Sen-P_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,1150,Raphael Warnock,14489,DEM,20.3,32.90423102217823,Kelly Loeffler,13671,REP,23.5,25.90799061038978,-3.1999999999999993,6.996240411788449 +69690,129938,7780,2020,GA,Sen-P,2020_Sen-P_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,402,Raphael Warnock,14489,DEM,25,32.90423102217823,Kelly Loeffler,13671,REP,23,25.90799061038978,2,6.996240411788449 +69709,129984,7780,2020,GA,Sen-P,2020_Sen-P_GA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-18,2020-11-03,46,523,Raphael Warnock,14489,DEM,19,32.90423102217823,Kelly Loeffler,13671,REP,23,25.90799061038978,-4,6.996240411788449 +70137,130674,7780,2020,GA,Sen-P,2020_Sen-P_GA,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,789,Raphael Warnock,14489,DEM,26,32.90423102217823,Kelly Loeffler,13671,REP,25,25.90799061038978,1,6.996240411788449 +70131,130675,7780,2020,GA,Sen-P,2020_Sen-P_GA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,400,Raphael Warnock,14489,DEM,28,32.90423102217823,Kelly Loeffler,13671,REP,28,25.90799061038978,0,6.996240411788449 +70047,130479,7780,2020,GA,Sen-P,2020_Sen-P_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,1125,Raphael Warnock,14489,DEM,31,32.90423102217823,Kelly Loeffler,13671,REP,23,25.90799061038978,8,6.996240411788449 +70049,130485,7780,2020,GA,Sen-P,2020_Sen-P_GA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-09-28,2020-11-03,36,969,Raphael Warnock,14489,DEM,38,32.90423102217823,Kelly Loeffler,13671,REP,21,25.90799061038978,17,6.996240411788449 +70695,132239,7780,2020,GA,Sen-P,2020_Sen-P_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-10-01,2020-11-03,33,1106,Raphael Warnock,14489,DEM,27.7,32.90423102217823,Kelly Loeffler,13671,REP,21.8,25.90799061038978,5.899999999999999,6.996240411788449 +70712,132268,7780,2020,GA,Sen-P,2020_Sen-P_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-07,2020-11-03,27,600,Raphael Warnock,14489,DEM,36.2,32.90423102217823,Kelly Loeffler,13671,REP,25.8,25.90799061038978,10.400000000000002,6.996240411788449 +70715,132279,7780,2020,GA,Sen-P,2020_Sen-P_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-08,2020-11-03,26,528,Raphael Warnock,14489,DEM,41,32.90423102217823,Kelly Loeffler,13671,REP,24,25.90799061038978,17,6.996240411788449 +71010,132895,7780,2020,GA,Sen-P,2020_Sen-P_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-10-10,2020-11-03,24,782,Raphael Warnock,14489,DEM,30,32.90423102217823,Kelly Loeffler,13671,REP,22,25.90799061038978,8,6.996240411788449 +70982,132828,7780,2020,GA,Sen-P,2020_Sen-P_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,677,Raphael Warnock,14489,DEM,30,32.90423102217823,Kelly Loeffler,13671,REP,26,25.90799061038978,4,6.996240411788449 +71000,132869,7780,2020,GA,Sen-P,2020_Sen-P_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,1160,Raphael Warnock,14489,DEM,41,32.90423102217823,Kelly Loeffler,13671,REP,20,25.90799061038978,21,6.996240411788449 +71759,134462,7780,2020,GA,Sen-P,2020_Sen-P_GA,National Research,225,FALSE,FALSE,Live Phone,REP,2020-10-14,2020-11-03,20,800,Raphael Warnock,14489,DEM,31,32.90423102217823,Kelly Loeffler,13671,REP,19,25.90799061038978,12,6.996240411788449 +71435,133779,7780,2020,GA,Sen-P,2020_Sen-P_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-18,2020-11-03,16,506,Raphael Warnock,14489,DEM,26.5,32.90423102217823,Kelly Loeffler,13671,REP,19.9,25.90799061038978,6.600000000000001,6.996240411788449 +71454,133828,7780,2020,GA,Sen-P,2020_Sen-P_GA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-16,2020-11-03,18,759,Raphael Warnock,14489,DEM,32,32.90423102217823,Kelly Loeffler,13671,REP,23,25.90799061038978,9,6.996240411788449 +72181,135398,7780,2020,GA,Sen-P,2020_Sen-P_GA,Citizen Data,616,FALSE,FALSE,IVR/Text-to-Web,NA,2020-10-19,2020-11-03,15,1000,Raphael Warnock,14489,DEM,40.61,32.90423102217823,Kelly Loeffler,13671,REP,23.02,25.90799061038978,17.59,6.996240411788449 +71763,134487,7780,2020,GA,Sen-P,2020_Sen-P_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-21,2020-11-03,13,500,Raphael Warnock,14489,DEM,32.8,32.90423102217823,Kelly Loeffler,13671,REP,23.6,25.90799061038978,9.199999999999996,6.996240411788449 +71944,134860,7780,2020,GA,Sen-P,2020_Sen-P_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,1145,Raphael Warnock,14489,DEM,34.4,32.90423102217823,Kelly Loeffler,13671,REP,20.1,25.90799061038978,14.299999999999997,6.996240411788449 +72040,135053,7780,2020,GA,Sen-P,2020_Sen-P_GA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-25,2020-11-03,9,1041,Raphael Warnock,14489,DEM,48,32.90423102217823,Kelly Loeffler,13671,REP,22,25.90799061038978,26,6.996240411788449 +72146,135288,7780,2020,GA,Sen-P,2020_Sen-P_GA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,504,Raphael Warnock,14489,DEM,42,32.90423102217823,Kelly Loeffler,13671,REP,22,25.90799061038978,20,6.996240411788449 +72336,135720,7780,2020,GA,Sen-P,2020_Sen-P_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-10-28,2020-11-03,6,750,Raphael Warnock,14489,DEM,36.9,32.90423102217823,Kelly Loeffler,13671,REP,25.1,25.90799061038978,11.799999999999997,6.996240411788449 +72187,135404,7780,2020,GA,Sen-P,2020_Sen-P_GA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-27,2020-11-03,7,661,Raphael Warnock,14489,DEM,46,32.90423102217823,Kelly Loeffler,13671,REP,27,25.90799061038978,19,6.996240411788449 +72517,136087,7780,2020,GA,Sen-P,2020_Sen-P_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,749,Raphael Warnock,14489,DEM,37.9,32.90423102217823,Kelly Loeffler,13671,REP,23.5,25.90799061038978,14.399999999999999,6.996240411788449 +72661,136360,7780,2020,GA,Sen-P,2020_Sen-P_GA,Landmark Communications,166,FALSE,FALSE,IVR/Live Phone,NA,2020-11-01,2020-11-03,2,500,Raphael Warnock,14489,DEM,37.8,32.90423102217823,Kelly Loeffler,13671,REP,27,25.90799061038978,10.799999999999997,6.996240411788449 +72738,136514,7780,2020,GA,Sen-P,2020_Sen-P_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-29,2020-11-03,5,1036,Raphael Warnock,14489,DEM,41,32.90423102217823,Kelly Loeffler,13671,REP,26,25.90799061038978,15,6.996240411788449 +72935,136832,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-11-08,2021-01-05,58,1450,Raphael Warnock,14489,DEM,48,51.0398322925943,Kelly Loeffler,13671,REP,49,48.960167707405695,-1,2.0796645851886026 +73164,137165,7781,2020,GA,Sen-G,2020_Sen-SR_GA,VCreek/AMG,501,FALSE,FALSE,IVR/Live Phone,REP,2020-11-10,2021-01-05,56,300,Raphael Warnock,14489,DEM,45.6,51.0398322925943,Kelly Loeffler,13671,REP,49.5,48.960167707405695,-3.8999999999999986,2.0796645851886026 +73121,137097,7781,2020,GA,Sen-G,2020_Sen-SR_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-11-16,2021-01-05,50,800,Raphael Warnock,14489,DEM,49,51.0398322925943,Kelly Loeffler,13671,REP,48,48.960167707405695,1,2.0796645851886026 +73525,137951,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-11-17,2021-01-05,49,1476,Raphael Warnock,14489,DEM,50,51.0398322925943,Kelly Loeffler,13671,REP,47,48.960167707405695,3,2.0796645851886026 +73492,137855,7781,2020,GA,Sen-G,2020_Sen-SR_GA,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-11-21,2021-01-05,45,1377,Raphael Warnock,14489,DEM,48,51.0398322925943,Kelly Loeffler,13671,REP,46,48.960167707405695,2,2.0796645851886026 +73446,137760,7781,2020,GA,Sen-G,2020_Sen-SR_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-11-29,2021-01-05,37,583,Raphael Warnock,14489,DEM,52,51.0398322925943,Kelly Loeffler,13671,REP,45,48.960167707405695,7,2.0796645851886026 +73495,137884,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-12-02,2021-01-05,34,1083,Raphael Warnock,14489,DEM,45.3,51.0398322925943,Kelly Loeffler,13671,REP,50.2,48.960167707405695,-4.900000000000006,2.0796645851886026 +73672,138230,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Fabrizio Ward/Hart Research Associates/AARP Research,613,TRUE,FALSE,Live Phone,NA,2020-12-02,2021-01-05,34,1250,Raphael Warnock,14489,DEM,47,51.0398322925943,Kelly Loeffler,13671,REP,46,48.960167707405695,1,2.0796645851886026 +73702,138267,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-12-09,2021-01-05,27,1018,Raphael Warnock,14489,DEM,47.3,51.0398322925943,Kelly Loeffler,13671,REP,50.4,48.960167707405695,-3.1000000000000014,2.0796645851886026 +73789,138390,7781,2020,GA,Sen-G,2020_Sen-SR_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-12-14,2021-01-05,22,500,Raphael Warnock,14489,DEM,48,51.0398322925943,Kelly Loeffler,13671,REP,49.2,48.960167707405695,-1.2000000000000028,2.0796645851886026 +73831,138493,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2020-12-12,2021-01-05,24,1500,Raphael Warnock,14489,DEM,47.7,51.0398322925943,Kelly Loeffler,13671,REP,50.2,48.960167707405695,-2.5,2.0796645851886026 +73838,138508,7781,2020,GA,Sen-G,2020_Sen-SR_GA,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-12-11,2021-01-05,25,1417,Raphael Warnock,14489,DEM,49,51.0398322925943,Kelly Loeffler,13671,REP,48,48.960167707405695,1,2.0796645851886026 +73801,138449,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-12-15,2021-01-05,21,605,Raphael Warnock,14489,DEM,48.8,51.0398322925943,Kelly Loeffler,13671,REP,51.2,48.960167707405695,-2.4000000000000057,2.0796645851886026 +73835,138504,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-12-15,2021-01-05,21,1064,Raphael Warnock,14489,DEM,45.5,51.0398322925943,Kelly Loeffler,13671,REP,52.2,48.960167707405695,-6.700000000000003,2.0796645851886026 +73860,138541,7781,2020,GA,Sen-G,2020_Sen-SR_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-12-18,2021-01-05,18,600,Raphael Warnock,14489,DEM,52,51.0398322925943,Kelly Loeffler,13671,REP,45,48.960167707405695,7,2.0796645851886026 +73886,138618,7781,2020,GA,Sen-G,2020_Sen-SR_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-12-21,2021-01-05,15,500,Raphael Warnock,14489,DEM,48.5,51.0398322925943,Kelly Loeffler,13671,REP,47.3,48.960167707405695,1.2000000000000028,2.0796645851886026 +73955,138742,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Mellman Group,205,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-12-20,2021-01-05,16,578,Raphael Warnock,14489,DEM,50,51.0398322925943,Kelly Loeffler,13671,REP,47,48.960167707405695,3,2.0796645851886026 +73888,138629,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Reconnect Research/Probolsky Research,651,FALSE,FALSE,IVR,NA,2020-12-18,2021-01-05,18,1027,Raphael Warnock,14489,DEM,43,51.0398322925943,Kelly Loeffler,13671,REP,42,48.960167707405695,1,2.0796645851886026 +73906,138664,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-12-25,2021-01-05,11,1022,Raphael Warnock,14489,DEM,49.6,51.0398322925943,Kelly Loeffler,13671,REP,48.8,48.960167707405695,0.8000000000000043,2.0796645851886026 +73898,138647,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Open Model Project,629,FALSE,FALSE,IVR/Online Panel,NA,2020-12-24,2021-01-05,12,1405,Raphael Warnock,14489,DEM,46.2,51.0398322925943,Kelly Loeffler,13671,REP,50.3,48.960167707405695,-4.099999999999994,2.0796645851886026 +73908,138672,7781,2020,GA,Sen-G,2020_Sen-SR_GA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,NA,2020-12-28,2021-01-05,8,500,Raphael Warnock,14489,DEM,54,51.0398322925943,Kelly Loeffler,13671,REP,45,48.960167707405695,9,2.0796645851886026 +73956,138745,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-12-29,2021-01-05,7,1011,Raphael Warnock,14489,DEM,49,51.0398322925943,Kelly Loeffler,13671,REP,47,48.960167707405695,2,2.0796645851886026 +73957,138752,7781,2020,GA,Sen-G,2020_Sen-SR_GA,AtlasIntel,546,TRUE,FALSE,Live Phone/Online Panel,NA,2020-12-29,2021-01-05,7,1680,Raphael Warnock,14489,DEM,51.1,51.0398322925943,Kelly Loeffler,13671,REP,46.9,48.960167707405695,4.200000000000003,2.0796645851886026 +73992,138822,7781,2020,GA,Sen-G,2020_Sen-SR_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2021-01-03,2021-01-05,2,500,Raphael Warnock,14489,DEM,48.7,51.0398322925943,Kelly Loeffler,13671,REP,49.2,48.960167707405695,-0.5,2.0796645851886026 +73991,138820,7781,2020,GA,Sen-G,2020_Sen-SR_GA,National Research,225,FALSE,FALSE,Live Phone,REP,2021-01-02,2021-01-05,3,500,Raphael Warnock,14489,DEM,46,51.0398322925943,Kelly Loeffler,13671,REP,45,48.960167707405695,1,2.0796645851886026 +73958,138754,7781,2020,GA,Sen-G,2020_Sen-SR_GA,"University of Nevada, Las Vegas Lee Business School",609,FALSE,FALSE,Online Panel,NA,2021-01-01,2021-01-05,4,550,Raphael Warnock,14489,DEM,47.7,51.0398322925943,Kelly Loeffler,13671,REP,48.6,48.960167707405695,-0.8999999999999986,2.0796645851886026 +73959,138756,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2021-01-01,2021-01-05,4,713,Raphael Warnock,14489,DEM,51,51.0398322925943,Kelly Loeffler,13671,REP,49,48.960167707405695,2,2.0796645851886026 +73993,138824,7781,2020,GA,Sen-G,2020_Sen-SR_GA,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2021-01-03,2021-01-05,2,857,Raphael Warnock,14489,DEM,50.8,51.0398322925943,Kelly Loeffler,13671,REP,46.9,48.960167707405695,3.8999999999999986,2.0796645851886026 +74006,138846,7781,2020,GA,Sen-G,2020_Sen-SR_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2021-01-03,2021-01-05,2,1056,Raphael Warnock,14489,DEM,48.4,51.0398322925943,Kelly Loeffler,13671,REP,49.7,48.960167707405695,-1.3000000000000043,2.0796645851886026 +70561,131631,7818,2020,DE,Gov-G,2020_Gov-G_DE,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2020-09-24,2020-11-03,40,847,John C. Carney Jr.,16092,DEM,55,59.45639266393984,Julianne E. Murray,16093,REP,26,38.631441127812685,29,20.824951536127152 +69389,129234,7819,2020,IN,Gov-G,2020_Gov-G_IN,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-09-05,2020-11-03,59,1033,Woody Myers,14559,DEM,30,32.0519747793992,Eric Joseph Holcomb,14560,REP,36,56.50687924862634,-6,-24.454904469227138 +70652,132119,7819,2020,IN,Gov-G,2020_Gov-G_IN,BK Strategies,20,FALSE,FALSE,Live Phone,REP,2020-10-04,2020-11-03,30,600,Woody Myers,14559,DEM,21,32.0519747793992,Eric Joseph Holcomb,14560,REP,60,56.50687924862634,-39,-24.454904469227138 +71005,132882,7819,2020,IN,Gov-G,2020_Gov-G_IN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,685,Woody Myers,14559,DEM,25,32.0519747793992,Eric Joseph Holcomb,14560,REP,55,56.50687924862634,-30,-24.454904469227138 +72031,135035,7819,2020,IN,Gov-G,2020_Gov-G_IN,Ragnar Research Partners,517,FALSE,FALSE,Live Phone,REP,2020-10-20,2020-11-03,14,629,Woody Myers,14559,DEM,26,32.0519747793992,Eric Joseph Holcomb,14560,REP,52,56.50687924862634,-26,-24.454904469227138 +72045,135068,7819,2020,IN,Gov-G,2020_Gov-G_IN,Cygnal,67,FALSE,FALSE,Live Phone/Text-to-Web,REP,2020-10-22,2020-11-03,12,600,Woody Myers,14559,DEM,28.5,32.0519747793992,Eric Joseph Holcomb,14560,REP,46.8,56.50687924862634,-18.299999999999997,-24.454904469227138 +69557,129590,7820,2020,MO,Gov-G,2020_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-09-16,2020-11-03,48,1046,Nicole Galloway,13483,DEM,43,40.692370946061914,Mike Parson,13484,REP,52,57.10617879372052,-9,-16.413807847658603 +70499,131410,7820,2020,MO,Gov-G,2020_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-09-30,2020-11-03,34,980,Nicole Galloway,13483,DEM,44,40.692370946061914,Mike Parson,13484,REP,51,57.10617879372052,-7,-16.413807847658603 +70638,132089,7820,2020,MO,Gov-G,2020_Gov-G_MO,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-30,2020-11-03,34,600,Nicole Galloway,13483,DEM,48,40.692370946061914,Mike Parson,13484,REP,50,57.10617879372052,-2,-16.413807847658603 +70777,132399,7820,2020,MO,Gov-G,2020_Gov-G_MO,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,931,Nicole Galloway,13483,DEM,43.7,40.692370946061914,Mike Parson,13484,REP,49.7,57.10617879372052,-6,-16.413807847658603 +71240,133389,7820,2020,MO,Gov-G,2020_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-10-14,2020-11-03,20,1010,Nicole Galloway,13483,DEM,43,40.692370946061914,Mike Parson,13484,REP,51,57.10617879372052,-8,-16.413807847658603 +71554,134040,7820,2020,MO,Gov-G,2020_Gov-G_MO,Cygnal,67,FALSE,FALSE,IVR/Live Phone/Text-to-Web,REP,2020-10-19,2020-11-03,15,600,Nicole Galloway,13483,DEM,41.5,40.692370946061914,Mike Parson,13484,REP,48.1,57.10617879372052,-6.600000000000001,-16.413807847658603 +72404,135858,7820,2020,MO,Gov-G,2020_Gov-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-10-28,2020-11-03,6,1010,Nicole Galloway,13483,DEM,44,40.692370946061914,Mike Parson,13484,REP,50,57.10617879372052,-6,-16.413807847658603 +69561,129595,7821,2020,MT,Gov-G,2020_Gov-G_MT,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,625,Mike Cooney,14688,DEM,39,41.561531311973255,Greg Gianforte,14689,REP,45,54.432583869433905,-6,-12.87105255746065 +70992,132852,7821,2020,MT,Gov-G,2020_Gov-G_MT,Montana State University Bozeman Human Ecology Learning and Problem Solving Lab,486,FALSE,FALSE,Mail,NA,2020-09-23,2020-11-03,41,1615,Mike Cooney,14688,DEM,42,41.561531311973255,Greg Gianforte,14689,REP,47,54.432583869433905,-5,-12.87105255746065 +70662,132136,7821,2020,MT,Gov-G,2020_Gov-G_MT,Emerson College,88,TRUE,FALSE,Text-to-Web,NA,2020-10-06,2020-11-03,28,500,Mike Cooney,14688,DEM,41.3,41.561531311973255,Greg Gianforte,14689,REP,53.6,54.432583869433905,-12.300000000000004,-12.87105255746065 +71363,134744,7821,2020,MT,Gov-G,2020_Gov-G_MT,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-17,2020-11-03,17,800,Mike Cooney,14688,DEM,45,41.561531311973255,Greg Gianforte,14689,REP,48,54.432583869433905,-3,-12.87105255746065 +71747,134430,7821,2020,MT,Gov-G,2020_Gov-G_MT,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,758,Mike Cooney,14688,DEM,44,41.561531311973255,Greg Gianforte,14689,REP,48,54.432583869433905,-4,-12.87105255746065 +71677,134282,7821,2020,MT,Gov-G,2020_Gov-G_MT,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-17,2020-11-03,17,500,Mike Cooney,14688,DEM,41,41.561531311973255,Greg Gianforte,14689,REP,48,54.432583869433905,-7,-12.87105255746065 +72162,135339,7821,2020,MT,Gov-G,2020_Gov-G_MT,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,546,Mike Cooney,14688,DEM,45,41.561531311973255,Greg Gianforte,14689,REP,45,54.432583869433905,0,-12.87105255746065 +72762,136573,7821,2020,MT,Gov-G,2020_Gov-G_MT,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,920,Mike Cooney,14688,DEM,44,41.561531311973255,Greg Gianforte,14689,REP,48,54.432583869433905,-4,-12.87105255746065 +70045,130473,7822,2020,NH,Gov-G,2020_Gov-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-09-21,2020-11-03,43,657,Dan Feltes,13502,DEM,34,33.36094092731261,Chris Sununu,13503,REP,60,65.12480145223508,-26,-31.763860524922464 +70600,132003,7822,2020,NH,Gov-G,2020_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2020-09-27,2020-11-03,37,600,Dan Feltes,13502,DEM,44,33.36094092731261,Chris Sununu,13503,REP,52,65.12480145223508,-8,-31.763860524922464 +70066,130604,7822,2020,NH,Gov-G,2020_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,972,Dan Feltes,13502,DEM,37,33.36094092731261,Chris Sununu,13503,REP,55,65.12480145223508,-18,-31.763860524922464 +70112,130624,7822,2020,NH,Gov-G,2020_Gov-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-09-30,2020-11-03,34,700,Dan Feltes,13502,DEM,40,33.36094092731261,Chris Sununu,13503,REP,54.8,65.12480145223508,-14.799999999999997,-31.763860524922464 +70687,132211,7822,2020,NH,Gov-G,2020_Gov-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-03,2020-11-03,31,1147,Dan Feltes,13502,DEM,35,33.36094092731261,Chris Sununu,13503,REP,58,65.12480145223508,-23,-31.763860524922464 +70787,132860,7822,2020,NH,Gov-G,2020_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-11,2020-11-03,23,899,Dan Feltes,13502,DEM,37,33.36094092731261,Chris Sununu,13503,REP,62,65.12480145223508,-25,-31.763860524922464 +70978,132811,7822,2020,NH,Gov-G,2020_Gov-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,500,Dan Feltes,13502,DEM,31,33.36094092731261,Chris Sununu,13503,REP,55.2,65.12480145223508,-24.200000000000003,-31.763860524922464 +72233,135516,7822,2020,NH,Gov-G,2020_Gov-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-25,2020-11-03,9,1018,Dan Feltes,13502,DEM,35,33.36094092731261,Chris Sununu,13503,REP,60,65.12480145223508,-25,-31.763860524922464 +72208,135450,7822,2020,NH,Gov-G,2020_Gov-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-21,2020-11-03,13,757,Dan Feltes,13502,DEM,36,33.36094092731261,Chris Sununu,13503,REP,59,65.12480145223508,-23,-31.763860524922464 +72226,135494,7822,2020,NH,Gov-G,2020_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,600,Dan Feltes,13502,DEM,46,33.36094092731261,Chris Sununu,13503,REP,51,65.12480145223508,-5,-31.763860524922464 +72230,135503,7822,2020,NH,Gov-G,2020_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,864,Dan Feltes,13502,DEM,36,33.36094092731261,Chris Sununu,13503,REP,60,65.12480145223508,-24,-31.763860524922464 +70041,130622,7823,2020,ND,Gov-G,2020_Gov-G_ND,DFM Research,69,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-14,2020-11-03,50,500,Shelley Lenz,16085,DEM,24,25.38423470400577,Doug Burgum,13390,REP,56,65.83896952124789,-32,-40.45473481724212 +69444,129338,7824,2020,NC,Gov-G,2020_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,596,Roy A. Cooper,13404,DEM,49,51.51562565591882,Dan Forest,13406,REP,42,47.00543016735005,7,4.510195488568769 +69462,129372,7824,2020,NC,Gov-G,2020_Gov-G_NC,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-09-11,2020-11-03,53,787,Roy A. Cooper,13404,DEM,53,51.51562565591882,Dan Forest,13406,REP,44,47.00543016735005,9,4.510195488568769 +69502,129469,7824,2020,NC,Gov-G,2020_Gov-G_NC,KFF,419,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2020-09-06,2020-11-03,58,1172,Roy A. Cooper,13404,DEM,48,51.51562565591882,Dan Forest,13406,REP,38,47.00543016735005,10,4.510195488568769 +69504,129474,7824,2020,NC,Gov-G,2020_Gov-G_NC,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,500,Roy A. Cooper,13404,DEM,50.4,51.51562565591882,Dan Forest,13406,REP,38,47.00543016735005,12.399999999999999,4.510195488568769 +69545,129566,7824,2020,NC,Gov-G,2020_Gov-G_NC,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,1092,Roy A. Cooper,13404,DEM,55,51.51562565591882,Dan Forest,13406,REP,36,47.00543016735005,19,4.510195488568769 +69525,129509,7824,2020,NC,Gov-G,2020_Gov-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,653,Roy A. Cooper,13404,DEM,47,51.51562565591882,Dan Forest,13406,REP,42,47.00543016735005,5,4.510195488568769 +69650,129956,7824,2020,NC,Gov-G,2020_Gov-G_NC,Harper Polling,132,FALSE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,612,Roy A. Cooper,13404,DEM,46,51.51562565591882,Dan Forest,13406,REP,39,47.00543016735005,7,4.510195488568769 +70010,130413,7824,2020,NC,Gov-G,2020_Gov-G_NC,Meredith College,423,FALSE,FALSE,Online Panel,NA,2020-09-20,2020-11-03,44,705,Roy A. Cooper,13404,DEM,49.6,51.51562565591882,Dan Forest,13406,REP,39.3,47.00543016735005,10.300000000000004,4.510195488568769 +70044,130472,7824,2020,NC,Gov-G,2020_Gov-G_NC,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,921,Roy A. Cooper,13404,DEM,54,51.51562565591882,Dan Forest,13406,REP,41,47.00543016735005,13,4.510195488568769 +70106,130601,7824,2020,NC,Gov-G,2020_Gov-G_NC,Impact Research,14,FALSE,FALSE,Online Panel,DEM,2020-09-25,2020-11-03,39,822,Roy A. Cooper,13404,DEM,53,51.51562565591882,Dan Forest,13406,REP,43,47.00543016735005,10,4.510195488568769 +70614,132029,7824,2020,NC,Gov-G,2020_Gov-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-03,2020-11-03,31,1232,Roy A. Cooper,13404,DEM,54.5,51.51562565591882,Dan Forest,13406,REP,40.5,47.00543016735005,14,4.510195488568769 +70576,131667,7824,2020,NC,Gov-G,2020_Gov-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2020-10-04,2020-11-03,30,911,Roy A. Cooper,13404,DEM,52,51.51562565591882,Dan Forest,13406,REP,40,47.00543016735005,12,4.510195488568769 +70743,132905,7824,2020,NC,Gov-G,2020_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,669,Roy A. Cooper,13404,DEM,52,51.51562565591882,Dan Forest,13406,REP,39,47.00543016735005,13,4.510195488568769 +70780,132418,7824,2020,NC,Gov-G,2020_Gov-G_NC,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-10-10,2020-11-03,24,500,Roy A. Cooper,13404,DEM,51,51.51562565591882,Dan Forest,13406,REP,46,47.00543016735005,5,4.510195488568769 +70797,132450,7824,2020,NC,Gov-G,2020_Gov-G_NC,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-09,2020-11-03,25,800,Roy A. Cooper,13404,DEM,51,51.51562565591882,Dan Forest,13406,REP,37,47.00543016735005,14,4.510195488568769 +70998,132862,7824,2020,NC,Gov-G,2020_Gov-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,627,Roy A. Cooper,13404,DEM,51,51.51562565591882,Dan Forest,13406,REP,37,47.00543016735005,14,4.510195488568769 +71161,133224,7824,2020,NC,Gov-G,2020_Gov-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-13,2020-11-03,21,721,Roy A. Cooper,13404,DEM,50.3,51.51562565591882,Dan Forest,13406,REP,45.9,47.00543016735005,4.399999999999999,4.510195488568769 +71070,133033,7824,2020,NC,Gov-G,2020_Gov-G_NC,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2020-10-13,2020-11-03,21,1211,Roy A. Cooper,13404,DEM,53,51.51562565591882,Dan Forest,13406,REP,46,47.00543016735005,7,4.510195488568769 +71452,133823,7824,2020,NC,Gov-G,2020_Gov-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-17,2020-11-03,17,1155,Roy A. Cooper,13404,DEM,55.4,51.51562565591882,Dan Forest,13406,REP,43.3,47.00543016735005,12.100000000000001,4.510195488568769 +71746,134427,7824,2020,NC,Gov-G,2020_Gov-G_NC,Meredith College,423,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,732,Roy A. Cooper,13404,DEM,52.1,51.51562565591882,Dan Forest,13406,REP,33.7,47.00543016735005,18.4,4.510195488568769 +72139,135438,7824,2020,NC,Gov-G,2020_Gov-G_NC,Harper Polling,132,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,504,Roy A. Cooper,13404,DEM,52,51.51562565591882,Dan Forest,13406,REP,42,47.00543016735005,10,4.510195488568769 +72054,135116,7824,2020,NC,Gov-G,2020_Gov-G_NC,RMG Research,555,FALSE,FALSE,IVR/Text-to-Web/Online Ad,NA,2020-10-25,2020-11-03,9,800,Roy A. Cooper,13404,DEM,53,51.51562565591882,Dan Forest,13406,REP,41,47.00543016735005,12,4.510195488568769 +72061,135517,7824,2020,NC,Gov-G,2020_Gov-G_NC,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-25,2020-11-03,9,637,Roy A. Cooper,13404,DEM,53,51.51562565591882,Dan Forest,13406,REP,42,47.00543016735005,11,4.510195488568769 +72303,135651,7824,2020,NC,Gov-G,2020_Gov-G_NC,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-25,2020-11-03,9,386,Roy A. Cooper,13404,DEM,52.8,51.51562565591882,Dan Forest,13406,REP,43.8,47.00543016735005,9,4.510195488568769 +72207,135449,7824,2020,NC,Gov-G,2020_Gov-G_NC,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2020-10-23,2020-11-03,11,911,Roy A. Cooper,13404,DEM,54,51.51562565591882,Dan Forest,13406,REP,42,47.00543016735005,12,4.510195488568769 +72153,135303,7824,2020,NC,Gov-G,2020_Gov-G_NC,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-26,2020-11-03,8,614,Roy A. Cooper,13404,DEM,51,51.51562565591882,Dan Forest,13406,REP,43,47.00543016735005,8,4.510195488568769 +72397,135838,7824,2020,NC,Gov-G,2020_Gov-G_NC,Meeting Street Insights,204,FALSE,FALSE,Live Phone,REP,2020-10-26,2020-11-03,8,600,Roy A. Cooper,13404,DEM,51,51.51562565591882,Dan Forest,13406,REP,43,47.00543016735005,8,4.510195488568769 +72215,135477,7824,2020,NC,Gov-G,2020_Gov-G_NC,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1034,Roy A. Cooper,13404,DEM,51,51.51562565591882,Dan Forest,13406,REP,42,47.00543016735005,9,4.510195488568769 +72321,135683,7824,2020,NC,Gov-G,2020_Gov-G_NC,Cardinal Point Analytics (CardinalGPS),591,FALSE,FALSE,IVR/Live Phone,NA,2020-10-27,2020-11-03,7,750,Roy A. Cooper,13404,DEM,46.84,51.51562565591882,Dan Forest,13406,REP,45.49,47.00543016735005,1.3500000000000014,4.510195488568769 +72332,135710,7824,2020,NC,Gov-G,2020_Gov-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,1103,Roy A. Cooper,13404,DEM,54.31,51.51562565591882,Dan Forest,13406,REP,43.34,47.00543016735005,10.969999999999999,4.510195488568769 +72331,135704,7824,2020,NC,Gov-G,2020_Gov-G_NC,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,800,Roy A. Cooper,13404,DEM,59,51.51562565591882,Dan Forest,13406,REP,40,47.00543016735005,19,4.510195488568769 +72418,135891,7824,2020,NC,Gov-G,2020_Gov-G_NC,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,901,Roy A. Cooper,13404,DEM,52,51.51562565591882,Dan Forest,13406,REP,42,47.00543016735005,10,4.510195488568769 +72635,136305,7824,2020,NC,Gov-G,2020_Gov-G_NC,Frederick Polls,108,FALSE,FALSE,Text-to-Web,NA,2020-10-30,2020-11-03,4,676,Roy A. Cooper,13404,DEM,52,51.51562565591882,Dan Forest,13406,REP,45,47.00543016735005,7,4.510195488568769 +72515,136198,7824,2020,NC,Gov-G,2020_Gov-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2020-10-30,2020-11-03,4,855,Roy A. Cooper,13404,DEM,54.7,51.51562565591882,Dan Forest,13406,REP,44.8,47.00543016735005,9.900000000000006,4.510195488568769 +72770,136574,7824,2020,NC,Gov-G,2020_Gov-G_NC,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-30,2020-11-03,4,655,Roy A. Cooper,13404,DEM,54.7,51.51562565591882,Dan Forest,13406,REP,42.2,47.00543016735005,12.5,4.510195488568769 +69438,129585,7825,2020,UT,Gov-G,2020_Gov-G_UT,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-09-09,2020-11-03,55,1000,Chris Peterson,15706,DEM,19,30.348939390408248,Spencer J. Cox,15707,REP,52,62.97675336799924,-33,-32.62781397759099 +69486,129436,7825,2020,UT,Gov-G,2020_Gov-G_UT,Lighthouse Research,483,FALSE,FALSE,Live Phone,NA,2020-09-06,2020-11-03,58,504,Chris Peterson,15706,DEM,19.6,30.348939390408248,Spencer J. Cox,15707,REP,55,62.97675336799924,-35.4,-32.62781397759099 +70578,131812,7825,2020,UT,Gov-G,2020_Gov-G_UT,Y2 Analytics,389,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,1214,Chris Peterson,15706,DEM,29,30.348939390408248,Spencer J. Cox,15707,REP,57,62.97675336799924,-28,-32.62781397759099 +71445,133808,7825,2020,UT,Gov-G,2020_Gov-G_UT,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-14,2020-11-03,20,1000,Chris Peterson,15706,DEM,26,30.348939390408248,Spencer J. Cox,15707,REP,50,62.97675336799924,-24,-32.62781397759099 +72411,135870,7825,2020,UT,Gov-G,2020_Gov-G_UT,Y2 Analytics,389,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-19,2020-11-03,15,660,Chris Peterson,15706,DEM,33,30.348939390408248,Spencer J. Cox,15707,REP,58,62.97675336799924,-25,-32.62781397759099 +69647,129843,7826,2020,VT,Gov-G,2020_Gov-G_VT,Braun Research,33,FALSE,FALSE,Live Phone,NA,2020-09-09,2020-11-03,55,586,David Zuckerman,14095,DEM,23.96,27.35345771151137,Phil Scott,14096,REP,55.33,68.48758377882116,-31.369999999999997,-41.13412606730979 +69630,129818,7828,2020,WV,Gov-G,2020_Gov-G_WV,Mark Blankenship Enterprises,766,FALSE,TRUE,Live Phone,REP,2020-09-12,2020-11-03,52,504,Ben Salango,16068,DEM,27,30.83022460861286,James Justice,13493,REP,54,64.7686536490445,-27,-33.938429040431636 +70625,132057,7828,2020,WV,Gov-G,2020_Gov-G_WV,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2020-09-29,2020-11-03,35,525,Ben Salango,16068,DEM,37,30.83022460861286,James Justice,13493,REP,48,64.7686536490445,-11,-33.938429040431636 +70666,132154,7828,2020,WV,Gov-G,2020_Gov-G_WV,Strategies Unlimited,622,FALSE,FALSE,Live Phone,DEM,2020-09-28,2020-11-03,36,600,Ben Salango,16068,DEM,40,30.83022460861286,James Justice,13493,REP,46,64.7686536490445,-6,-33.938429040431636 +70703,132252,7828,2020,WV,Gov-G,2020_Gov-G_WV,Repass,268,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-03,2020-11-03,31,450,Ben Salango,16068,DEM,34,30.83022460861286,James Justice,13493,REP,53,64.7686536490445,-19,-33.938429040431636 +71748,134436,7828,2020,WV,Gov-G,2020_Gov-G_WV,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2020-10-19,2020-11-03,15,544,Ben Salango,16068,DEM,34.9,30.83022460861286,James Justice,13493,REP,53.1,64.7686536490445,-18.200000000000003,-33.938429040431636 +70622,132098,7836,2020,AK-1,House-G,2020_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-29,2020-11-03,35,676,Alyse S. Galvin,14617,DEM,48,45.26382852207892,Don Young,14618,REP,46,54.40120057197061,2,-9.137372049891695 +71173,133253,7836,2020,AK-1,House-G,2020_House-G_AK-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,423,Alyse S. Galvin,14617,DEM,41,45.26382852207892,Don Young,14618,REP,49,54.40120057197061,-8,-9.137372049891695 +72193,135420,7836,2020,AK-1,House-G,2020_House-G_AK-1,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-10-27,2020-11-03,7,770,Alyse S. Galvin,14617,DEM,44,45.26382852207892,Don Young,14618,REP,49,54.40120057197061,-5,-9.137372049891695 +70089,130578,7842,2020,AZ-6,House-G,2020_House-G_AZ-6,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-09-22,2020-11-03,42,527,Hiral Tipirneni,15718,DEM,43,47.82728477075033,David Schweikert,14821,REP,45,52.17271522924967,-2,-4.345430458499337 +70088,130577,7842,2020,AZ-6,House-G,2020_House-G_AZ-6,GQR,126,TRUE,FALSE,Live Phone,DEM,2020-09-25,2020-11-03,39,500,Hiral Tipirneni,15718,DEM,49,47.82728477075033,David Schweikert,14821,REP,45,52.17271522924967,4,-4.345430458499337 +70633,132072,7842,2020,AZ-6,House-G,2020_House-G_AZ-6,Noble Predictive Insights,235,FALSE,FALSE,Live Phone,NA,2020-09-25,2020-11-03,39,531,Hiral Tipirneni,15718,DEM,46,47.82728477075033,David Schweikert,14821,REP,49,52.17271522924967,-3,-4.345430458499337 +72085,135159,7842,2020,AZ-6,House-G,2020_House-G_AZ-6,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-26,2020-11-03,8,582,Hiral Tipirneni,15718,DEM,45,47.82728477075033,David Schweikert,14821,REP,41,52.17271522924967,4,-4.345430458499337 +69425,129307,7847,2020,AR-2,House-G,2020_House-G_AR-2,Hendrix College,138,FALSE,FALSE,Live Phone,NA,2020-09-06,2020-11-03,58,698,Joyce Ann Elliott,14808,DEM,46,44.63418375172555,French Hill,14810,REP,47.5,55.36581624827445,-1.5,-10.731632496548897 +70562,131635,7847,2020,AR-2,House-G,2020_House-G_AR-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2020-09-11,2020-11-03,53,511,Joyce Ann Elliott,14808,DEM,46,44.63418375172555,French Hill,14810,REP,50,55.36581624827445,-4,-10.731632496548897 +69958,130280,7847,2020,AR-2,House-G,2020_House-G_AR-2,brilliant corners Research & Strategies,564,FALSE,FALSE,Live Phone,DEM,2020-09-13,2020-11-03,51,605,Joyce Ann Elliott,14808,DEM,48,44.63418375172555,French Hill,14810,REP,46,55.36581624827445,2,-10.731632496548897 +70555,131623,7847,2020,AR-2,House-G,2020_House-G_AR-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2020-09-28,2020-11-03,36,511,Joyce Ann Elliott,14808,DEM,48,44.63418375172555,French Hill,14810,REP,48,55.36581624827445,0,-10.731632496548897 +71160,133222,7847,2020,AR-2,House-G,2020_House-G_AR-2,Hendrix College,138,FALSE,FALSE,Live Phone,NA,2020-10-12,2020-11-03,22,644,Joyce Ann Elliott,14808,DEM,45.5,44.63418375172555,French Hill,14810,REP,46,55.36581624827445,-0.5,-10.731632496548897 +72033,135038,7847,2020,AR-2,House-G,2020_House-G_AR-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2020-10-18,2020-11-03,16,500,Joyce Ann Elliott,14808,DEM,47,44.63418375172555,French Hill,14810,REP,47,55.36581624827445,0,-10.731632496548897 +72793,136591,7847,2020,AR-2,House-G,2020_House-G_AR-2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,586,Joyce Ann Elliott,14808,DEM,48,44.63418375172555,French Hill,14810,REP,48,55.36581624827445,0,-10.731632496548897 +70713,132269,7850,2020,CA-1,House-G,2020_House-G_CA-1,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2020-10-03,2020-11-03,31,400,Audrey Denney,14659,DEM,45,43.00555736986516,Doug LaMalfa,14660,REP,49,56.99444263013484,-4,-13.988885260269683 +71370,133647,7853,2020,CA-4,House-G,2020_House-G_CA-4,Lake Research Partners,165,FALSE,FALSE,IVR/Live Phone,DEM,2020-10-13,2020-11-03,21,958,Brynne S. Kennedy,14883,DEM,45,44.0545945676912,Tom McClintock,14884,REP,49,55.9454054323088,-4,-11.890810864617606 +69550,129579,7870,2020,CA-21,House-G,2020_House-G_CA-21,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2020-09-09,2020-11-03,55,400,TJ Cox,13425,DEM,38,49.55323071142579,David G. Valadao,13426,REP,49,50.44676928857421,-11,-0.8935385771484192 +70623,132054,7871,2020,CA-22,House-G,2020_House-G_CA-22,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-09-30,2020-11-03,34,400,Phil Arballo,14850,DEM,46,45.7737696698917,Devin Nunes,14851,REP,51,54.22623033010831,-5,-8.452460660216609 +69965,130295,7874,2020,CA-25,House-G,2020_House-G_CA-25,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2020-09-22,2020-11-03,42,400,Christy Smith,13791,DEM,51,49.95087669608164,Mike Garcia,13793,REP,45,50.04912330391835,6,-0.0982466078367068 +70667,132157,7874,2020,CA-25,House-G,2020_House-G_CA-25,Breakthrough Campaigns,623,FALSE,FALSE,Live Phone/Text/Online Ad,DEM,2020-10-05,2020-11-03,29,644,Christy Smith,13791,DEM,49,49.95087669608164,Mike Garcia,13793,REP,47,50.04912330391835,2,-0.0982466078367068 +71371,133648,7888,2020,CA-39,House-G,2020_House-G_CA-39,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2020-10-13,2020-11-03,21,400,Gilbert Cisneros,13505,DEM,46,49.40238464380147,Young Kim,13506,REP,47,50.59761535619853,-1,-1.1952307123970627 +69470,129392,7898,2020,CA-49,House-G,2020_House-G_CA-49,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2020-09-13,2020-11-03,51,517,Mike Levin,14899,DEM,49,53.12957625496111,Brian Maryott,14900,REP,37,46.870423745038885,12,6.259152509922224 +70795,132446,7898,2020,CA-49,House-G,2020_House-G_CA-49,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2020-10-10,2020-11-03,24,514,Mike Levin,14899,DEM,56,53.12957625496111,Brian Maryott,14900,REP,36,46.870423745038885,20,6.259152509922224 +68530,128297,7899,2020,CA-50,House-G,2020_House-G_CA-50,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2020-09-06,2020-11-03,58,508,Ammar Campa-Najjar,13393,DEM,45,46.04680040839979,Darrell Issa,13395,REP,46,53.95319959160021,-1,-7.906399183200421 +72066,135107,7899,2020,CA-50,House-G,2020_House-G_CA-50,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-10-12,2020-11-03,22,401,Ammar Campa-Najjar,13393,DEM,42,46.04680040839979,Darrell Issa,13395,REP,42,53.95319959160021,0,-7.906399183200421 +72072,135119,7899,2020,CA-50,House-G,2020_House-G_CA-50,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,538,Ammar Campa-Najjar,13393,DEM,40,46.04680040839979,Darrell Issa,13395,REP,51,53.95319959160021,-11,-7.906399183200421 +69663,129870,7902,2020,CA-53,House-G,2020_House-G_CA-53,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2020-09-20,2020-11-03,44,534,Sara Jacobs,13674,DEM,38,59.501042232827054,Georgette Gómez,13677,DEM,24,40.498957767172946,14,19.002084465654107 +71530,133976,7902,2020,CA-53,House-G,2020_House-G_CA-53,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,511,Sara Jacobs,13674,DEM,40,59.501042232827054,Georgette Gómez,13677,DEM,27,40.498957767172946,13,19.002084465654107 +69503,129472,7905,2020,CO-3,House-G,2020_House-G_CO-3,Expedition Strategies,409,FALSE,FALSE,Live Phone,DEM,2020-09-11,2020-11-03,53,754,Diane Mitsch Bush,14918,DEM,46,45.21626110188461,Lauren Boebert,14919,REP,44,51.39162254640489,2,-6.175361444520277 +71949,134868,7905,2020,CO-3,House-G,2020_House-G_CO-3,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2020-10-19,2020-11-03,15,491,Diane Mitsch Bush,14918,DEM,44,45.21626110188461,Lauren Boebert,14919,REP,43,51.39162254640489,1,-6.175361444520277 +70561,131634,7915,2020,DE-1,House-G,2020_House-G_DE-1,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2020-09-24,2020-11-03,40,847,Lisa Blunt Rochester,16062,DEM,51,57.62836135744568,Lee Murphy,16063,REP,29,40.22200831507158,22,17.4063530423741 +70590,132155,7919,2020,FL-4,House-G,2020_House-G_FL-4,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Email,NA,2020-10-03,2020-11-03,31,863,Donna Deegan,14953,DEM,38,38.90026537806472,John Rutherford,15971,REP,57,61.09577375529766,-19,-22.19550837723294 +72203,135434,7928,2020,FL-13,House-G,2020_House-G_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-10-28,2020-11-03,6,1280,Charlie Crist,13566,DEM,54.8,53.03908895044629,Anna Paulina Luna,15945,REP,38.6,46.95918744228994,16.199999999999996,6.079901508156354 +69516,129498,7930,2020,FL-15,House-G,2020_House-G_FL-15,GQR,126,TRUE,FALSE,Live Phone,DEM,2020-09-05,2020-11-03,59,400,Alan M. Cohn,15948,DEM,42,44.61477816372344,Scott Franklin,15951,REP,49,55.38522183627656,-7,-10.770443672553114 +70735,132327,7930,2020,FL-15,House-G,2020_House-G_FL-15,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2020-10-02,2020-11-03,32,390,Alan M. Cohn,15948,DEM,39,44.61477816372344,Scott Franklin,15951,REP,42,55.38522183627656,-3,-10.770443672553114 +71172,133248,7930,2020,FL-15,House-G,2020_House-G_FL-15,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-10-15,2020-11-03,19,943,Alan M. Cohn,15948,DEM,40.5,44.61477816372344,Scott Franklin,15951,REP,48.5,55.38522183627656,-8,-10.770443672553114 +71956,134882,7930,2020,FL-15,House-G,2020_House-G_FL-15,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2020-10-23,2020-11-03,11,530,Alan M. Cohn,15948,DEM,44,44.61477816372344,Scott Franklin,15951,REP,46,55.38522183627656,-2,-10.770443672553114 +70564,131637,7931,2020,FL-16,House-G,2020_House-G_FL-16,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,500,Margaret Good,13650,DEM,43,44.49971527840819,Vern Buchanan,13649,REP,49,55.5002847215918,-6,-11.000569443183608 +70582,131965,7931,2020,FL-16,House-G,2020_House-G_FL-16,Data Targeting,406,FALSE,FALSE,Live Phone,REP,2020-09-30,2020-11-03,34,400,Margaret Good,13650,DEM,37,44.49971527840819,Vern Buchanan,13649,REP,53,55.5002847215918,-16,-11.000569443183608 +70731,132321,7931,2020,FL-16,House-G,2020_House-G_FL-16,Data Targeting,406,FALSE,FALSE,Live Phone,REP,2020-10-07,2020-11-03,27,403,Margaret Good,13650,DEM,37,44.49971527840819,Vern Buchanan,13649,REP,52,55.5002847215918,-15,-11.000569443183608 +70717,132283,7931,2020,FL-16,House-G,2020_House-G_FL-16,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2020-10-07,2020-11-03,27,527,Margaret Good,13650,DEM,45,44.49971527840819,Vern Buchanan,13649,REP,48,55.5002847215918,-3,-11.000569443183608 +71674,134275,7931,2020,FL-16,House-G,2020_House-G_FL-16,Data Targeting,406,FALSE,FALSE,Live Phone,REP,2020-10-20,2020-11-03,14,400,Margaret Good,13650,DEM,38,44.49971527840819,Vern Buchanan,13649,REP,53,55.5002847215918,-15,-11.000569443183608 +69569,129615,7933,2020,FL-18,House-G,2020_House-G_FL-18,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-09-18,2020-11-03,46,1149,Pamela Michele Keith,15953,DEM,42,41.50893889531264,Brian Mast,15954,REP,50,56.320821844703374,-8,-14.811882949390736 +70794,132445,7933,2020,FL-18,House-G,2020_House-G_FL-18,Clearview Research,405,FALSE,FALSE,IVR,DEM,2020-10-08,2020-11-03,26,301,Pamela Michele Keith,15953,DEM,45,41.50893889531264,Brian Mast,15954,REP,43,56.320821844703374,2,-14.811882949390736 +70551,131598,7936,2020,FL-21,House-G,2020_House-G_FL-21,St. Pete Polls,314,FALSE,FALSE,IVR,NA,2020-10-02,2020-11-03,32,1015,Lois Frankel,15959,DEM,61,59.024840421441205,Laura Loomer,15960,REP,33,39.1006541914645,28,19.924186229976705 +68573,128399,7942,2020,FL-27,House-G,2020_House-G_FL-27,1892 Polling,461,FALSE,FALSE,Live Phone,REP,2020-09-04,2020-11-03,60,400,Donna E. Shalala,14952,DEM,42.8,48.6210365186967,María Elvira Salazar,15968,REP,45.5,51.3568044318099,-2.700000000000003,-2.7357679131132002 +71459,133841,7942,2020,FL-27,House-G,2020_House-G_FL-27,Bendixen & Amandi International,29,FALSE,FALSE,Live Phone,DEM,2020-10-11,2020-11-03,23,500,Donna E. Shalala,14952,DEM,50,48.6210365186967,María Elvira Salazar,15968,REP,43,51.3568044318099,7,-2.7357679131132002 +69576,129660,7963,2020,IL-3,House-G,2020_House-G_IL-3,Ogden & Fry,425,FALSE,FALSE,IVR,REP,2020-09-07,2020-11-03,57,759,Marie Newman,15019,DEM,46.1,56.37872823026384,Mike Fricilone,15020,REP,43.9,43.62127176973616,2.200000000000003,12.757456460527678 +72716,138675,7963,2020,IL-3,House-G,2020_House-G_IL-3,Victory Research,437,FALSE,FALSE,Live Phone,NA,2020-10-31,2020-11-03,3,600,Marie Newman,15019,DEM,55.5,56.37872823026384,Mike Fricilone,15020,REP,32.2,43.62127176973616,23.299999999999997,12.757456460527678 +72716,138676,7966,2020,IL-6,House-G,2020_House-G_IL-6,Victory Research,437,FALSE,FALSE,Live Phone,NA,2020-10-31,2020-11-03,3,600,Sean Casten,13619,DEM,54.7,52.81743904216708,Jeanne M. Ives,13618,REP,40.5,45.433567141942994,14.200000000000003,7.3838719002240865 +69687,129914,7973,2020,IL-13,House-G,2020_House-G_IL-13,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-19,2020-11-03,45,500,Betsy Dirksen Londrigan,15008,DEM,47,45.53706823293426,Rodney Davis,15009,REP,48,54.46293176706574,-1,-8.92586353413148 +70698,132245,7973,2020,IL-13,House-G,2020_House-G_IL-13,Tulchin Research,340,FALSE,FALSE,Live Phone,DEM,2020-10-03,2020-11-03,31,400,Betsy Dirksen Londrigan,15008,DEM,48,45.53706823293426,Rodney Davis,15009,REP,43,54.46293176706574,5,-8.92586353413148 +71174,133254,7977,2020,IL-17,House-G,2020_House-G_IL-17,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2020-10-05,2020-11-03,29,400,Cheri Bustos,15014,DEM,48,52.02187432267961,Esther Joy King,15015,REP,42,47.971123226462595,6,4.050751096217013 +70997,132859,7977,2020,IL-17,House-G,2020_House-G_IL-17,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2020-10-11,2020-11-03,23,418,Cheri Bustos,15014,DEM,49,52.02187432267961,Esther Joy King,15015,REP,44,47.971123226462595,5,4.050751096217013 +72716,138677,7977,2020,IL-17,House-G,2020_House-G_IL-17,Victory Research,437,FALSE,FALSE,Live Phone,NA,2020-10-31,2020-11-03,3,600,Cheri Bustos,15014,DEM,54.3,52.02187432267961,Esther Joy King,15015,REP,43.7,47.971123226462595,10.599999999999994,4.050751096217013 +72792,136590,7983,2020,IN-5,House-G,2020_House-G_IN-5,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,596,Christina Hale,14661,DEM,46,45.94282913609433,Victoria Spartz,14662,REP,46,50.02378515518012,0,-4.080956019085789 +70120,130642,7988,2020,IA-1,House-G,2020_House-G_IA-1,Basswood Research,24,FALSE,FALSE,Live Phone,REP,2020-09-27,2020-11-03,37,400,Abby Finkenauer,13691,DEM,45,48.64993512439927,Ashley Hinson,13692,REP,45,51.24520077609098,0,-2.5952656516917116 +71671,134266,7988,2020,IA-1,House-G,2020_House-G_IA-1,Monmouth University,215,TRUE,FALSE,Live Phone/Online Panel,NA,2020-10-17,2020-11-03,17,352,Abby Finkenauer,13691,DEM,56,48.64993512439927,Ashley Hinson,13692,REP,42,51.24520077609098,14,-2.5952656516917116 +71671,134267,7989,2020,IA-2,House-G,2020_House-G_IA-2,Monmouth University,215,TRUE,FALSE,Live Phone/Online Panel,NA,2020-10-17,2020-11-03,17,355,Rita R. Hart,14984,DEM,54,49.910167880899586,Mariannette Miller-Meeks,14985,REP,41,49.91168831168832,13,-0.0015204307887373147 +71671,134268,7990,2020,IA-3,House-G,2020_House-G_IA-3,Monmouth University,215,TRUE,FALSE,Live Phone/Online Panel,NA,2020-10-17,2020-11-03,17,426,Cindy Axne,14726,DEM,55,48.9354767416681,David Young,14725,REP,41,47.54959850160845,14,1.3858782400596468 +71073,133043,7991,2020,IA-4,House-G,2020_House-G_IA-4,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2020-10-07,2020-11-03,27,400,J.D. Scholten,13421,DEM,31,37.794434784424915,Randy Feenstra,14986,REP,54,61.972680420445826,-23,-24.17824563602091 +71534,133983,7991,2020,IA-4,House-G,2020_House-G_IA-4,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2020-10-14,2020-11-03,20,603,J.D. Scholten,13421,DEM,45,37.794434784424915,Randy Feenstra,14986,REP,50,61.972680420445826,-5,-24.17824563602091 +71671,134269,7991,2020,IA-4,House-G,2020_House-G_IA-4,Monmouth University,215,TRUE,FALSE,Live Phone/Online Panel,NA,2020-10-17,2020-11-03,17,414,J.D. Scholten,13421,DEM,44,37.794434784424915,Randy Feenstra,14986,REP,47,61.972680420445826,-3,-24.17824563602091 +70686,132206,7992,2020,KS-1,House-G,2020_House-G_KS-1,VCreek/AMG,501,FALSE,FALSE,IVR,NA,2020-09-29,2020-11-03,35,761,Kali Barnett,15722,DEM,25,28.84027858465871,Tracey Mann,15770,REP,56,71.1597214153413,-31,-42.31944283068259 +70686,132209,7993,2020,KS-2,House-G,2020_House-G_KS-2,VCreek/AMG,501,FALSE,FALSE,IVR,NA,2020-09-29,2020-11-03,35,739,Michelle De La Isla,14713,DEM,36,40.63155077828821,Jake LaTurner,14712,REP,47,55.14591974785543,-11,-14.514368969567222 +70686,132207,7994,2020,KS-3,House-G,2020_House-G_KS-3,VCreek/AMG,501,FALSE,FALSE,IVR,NA,2020-09-29,2020-11-03,35,712,Sharice Davids,15056,DEM,56,53.61582581660649,Amanda L. Adkins,15723,REP,36,43.55876204260047,20,10.057063774006018 +70686,132208,7995,2020,KS-4,House-G,2020_House-G_KS-4,VCreek/AMG,501,FALSE,FALSE,IVR,NA,2020-09-29,2020-11-03,35,842,Laura Lombard,15058,DEM,37,36.34753659284476,Ron Estes,15059,REP,51,63.65246340715524,-14,-27.304926814310477 +70610,132023,8014,2020,ME-1,House-G,2020_House-G_ME-1,Digital Research,64,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-29,2020-11-03,35,232,Chellie M. Pingree,15116,DEM,58,62.15303180766328,Jay T. Allen,15117,REP,24,37.84352803840129,34,24.309503769261994 +71085,133061,8014,2020,ME-1,House-G,2020_House-G_ME-1,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2020-10-04,2020-11-03,30,300,Chellie M. Pingree,15116,DEM,54.5,62.15303180766328,Jay T. Allen,15117,REP,34.8,37.84352803840129,19.700000000000003,24.309503769261994 +72076,135132,8014,2020,ME-1,House-G,2020_House-G_ME-1,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-23,2020-11-03,11,426,Chellie M. Pingree,15116,DEM,58,62.15303180766328,Jay T. Allen,15117,REP,31,37.84352803840129,27,24.309503769261994 +69524,129513,8015,2020,ME-2,House-G,2020_House-G_ME-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,440,Jared Forrest Golden,14752,DEM,56,53.042721073854274,Dale John Crafts,14753,REP,37,46.948437311613326,19,6.0942837622409485 +69967,130303,8015,2020,ME-2,House-G,2020_House-G_ME-2,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-20,2020-11-03,44,275,Jared Forrest Golden,14752,DEM,56,53.042721073854274,Dale John Crafts,14753,REP,33,46.948437311613326,23,6.0942837622409485 +70610,132024,8015,2020,ME-2,House-G,2020_House-G_ME-2,Digital Research,64,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-29,2020-11-03,35,234,Jared Forrest Golden,14752,DEM,52,53.042721073854274,Dale John Crafts,14753,REP,34,46.948437311613326,18,6.0942837622409485 +71085,133062,8015,2020,ME-2,House-G,2020_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2020-10-04,2020-11-03,30,300,Jared Forrest Golden,14752,DEM,60.4,53.042721073854274,Dale John Crafts,14753,REP,32.7,46.948437311613326,27.699999999999996,6.0942837622409485 +72076,135133,8015,2020,ME-2,House-G,2020_House-G_ME-2,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-23,2020-11-03,11,449,Jared Forrest Golden,14752,DEM,56,53.042721073854274,Dale John Crafts,14753,REP,31,46.948437311613326,25,6.0942837622409485 +72801,136604,8015,2020,ME-2,House-G,2020_House-G_ME-2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,475,Jared Forrest Golden,14752,DEM,53,53.042721073854274,Dale John Crafts,14753,REP,44,46.948437311613326,9,6.0942837622409485 +69473,129397,8035,2020,MI-3,House-G,2020_House-G_MI-3,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-09-09,2020-11-03,55,400,Hillary Scholten,14619,DEM,41,47.04017411177957,Peter Meijer,14620,REP,41,52.959578006985296,0,-5.9194038952057255 +69677,129897,8035,2020,MI-3,House-G,2020_House-G_MI-3,We Ask America,376,FALSE,FALSE,IVR/Live Phone/Text,NA,2020-09-19,2020-11-03,45,400,Hillary Scholten,14619,DEM,41,47.04017411177957,Peter Meijer,14620,REP,48,52.959578006985296,-7,-5.9194038952057255 +69694,129948,8035,2020,MI-3,House-G,2020_House-G_MI-3,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2020-09-18,2020-11-03,46,501,Hillary Scholten,14619,DEM,44,47.04017411177957,Peter Meijer,14620,REP,42,52.959578006985296,2,-5.9194038952057255 +71456,133837,8035,2020,MI-3,House-G,2020_House-G_MI-3,National Research,225,FALSE,FALSE,Live Phone,REP,2020-10-06,2020-11-03,28,400,Hillary Scholten,14619,DEM,43,47.04017411177957,Peter Meijer,14620,REP,50,52.959578006985296,-7,-5.9194038952057255 +71453,133825,8035,2020,MI-3,House-G,2020_House-G_MI-3,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2020-10-08,2020-11-03,26,449,Hillary Scholten,14619,DEM,47,47.04017411177957,Peter Meijer,14620,REP,42,52.959578006985296,5,-5.9194038952057255 +71823,134617,8035,2020,MI-3,House-G,2020_House-G_MI-3,Strategic National,318,FALSE,FALSE,Live Phone,NA,2020-10-16,2020-11-03,18,400,Hillary Scholten,14619,DEM,46,47.04017411177957,Peter Meijer,14620,REP,46,52.959578006985296,0,-5.9194038952057255 +69443,129336,8047,2020,MN-1,House-G,2020_House-G_MN-1,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-09-10,2020-11-03,54,885,Dan Feehan,14641,DEM,41,45.51640748693257,Jim Hagedorn,14642,REP,41,48.591862407009785,0,-3.075454920077213 +71364,133638,8048,2020,MN-2,House-G,2020_House-G_MN-2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2020-10-13,2020-11-03,21,400,Angie Craig,14755,DEM,53,48.18097014925373,Tyler Kistner,14754,REP,35,45.92426126941052,18,2.2567088798432096 +69527,129528,8060,2020,MO-2,House-G,2020_House-G_MO-2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2020-09-12,2020-11-03,52,400,Jill Schupp,14476,DEM,49,45.519285720644135,Ann Wagner,14477,REP,49,51.88784639077063,0,-6.368560670126499 +72791,136589,8060,2020,MO-2,House-G,2020_House-G_MO-2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-11-01,2020-11-03,2,597,Jill Schupp,14476,DEM,46,45.519285720644135,Ann Wagner,14477,REP,46,51.88784639077063,0,-6.368560670126499 +69561,129597,8067,2020,MT-1,House-G,2020_House-G_MT-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,625,Kathleen Williams,14519,DEM,44,43.6136450161178,Matt Rosendale,14520,REP,41,56.3863549838822,3,-12.7727099677644 +70992,132855,8067,2020,MT-1,House-G,2020_House-G_MT-1,Montana State University Bozeman Human Ecology Learning and Problem Solving Lab,486,FALSE,FALSE,Mail,NA,2020-09-23,2020-11-03,41,1615,Kathleen Williams,14519,DEM,46,43.6136450161178,Matt Rosendale,14520,REP,48,56.3863549838822,-2,-12.7727099677644 +71363,134753,8067,2020,MT-1,House-G,2020_House-G_MT-1,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-17,2020-11-03,17,800,Kathleen Williams,14519,DEM,47,43.6136450161178,Matt Rosendale,14520,REP,47,56.3863549838822,0,-12.7727099677644 +71747,134432,8067,2020,MT-1,House-G,2020_House-G_MT-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-10-19,2020-11-03,15,758,Kathleen Williams,14519,DEM,46,43.6136450161178,Matt Rosendale,14520,REP,50,56.3863549838822,-4,-12.7727099677644 +71677,134284,8067,2020,MT-1,House-G,2020_House-G_MT-1,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-17,2020-11-03,17,500,Kathleen Williams,14519,DEM,46,43.6136450161178,Matt Rosendale,14520,REP,46,56.3863549838822,0,-12.7727099677644 +72162,135341,8067,2020,MT-1,House-G,2020_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,546,Kathleen Williams,14519,DEM,46,43.6136450161178,Matt Rosendale,14520,REP,47,56.3863549838822,-1,-12.7727099677644 +69553,129582,8069,2020,NE-2,House-G,2020_House-G_NE-2,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-09-15,2020-11-03,49,400,Kara Eastman,13509,DEM,45,46.2087713154599,Don Bacon,13510,REP,45,50.768632664810866,0,-4.559861349350967 +70008,130406,8069,2020,NE-2,House-G,2020_House-G_NE-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-26,2020-11-03,38,420,Kara Eastman,13509,DEM,43,46.2087713154599,Don Bacon,13510,REP,45,50.768632664810866,-2,-4.559861349350967 +70688,132214,8069,2020,NE-2,House-G,2020_House-G_NE-2,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2020-10-03,2020-11-03,31,450,Kara Eastman,13509,DEM,47,46.2087713154599,Don Bacon,13510,REP,45,50.768632664810866,2,-4.559861349350967 +72413,135872,8069,2020,NE-2,House-G,2020_House-G_NE-2,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web,NA,2020-10-29,2020-11-03,5,806,Kara Eastman,13509,DEM,47.5,46.2087713154599,Don Bacon,13510,REP,50.5,50.768632664810866,-3,-4.559861349350967 +72755,136534,8069,2020,NE-2,House-G,2020_House-G_NE-2,"University of Nevada, Las Vegas Lee Business School",609,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,191,Kara Eastman,13509,DEM,45.7,46.2087713154599,Don Bacon,13510,REP,46.8,50.768632664810866,-1.0999999999999943,-4.559861349350967 +72759,136540,8069,2020,NE-2,House-G,2020_House-G_NE-2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,547,Kara Eastman,13509,DEM,48,46.2087713154599,Don Bacon,13510,REP,47,50.768632664810866,1,-4.559861349350967 +70066,130609,8075,2020,NH-1,House-G,2020_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,504,Chris Pappas,15194,DEM,56,51.31669915464695,Matt Mowers,16030,REP,38,46.21338238560778,18,5.103316769039168 +70687,132212,8075,2020,NH-1,House-G,2020_House-G_NH-1,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-03,2020-11-03,31,595,Chris Pappas,15194,DEM,49,51.31669915464695,Matt Mowers,16030,REP,41,46.21338238560778,8,5.103316769039168 +70787,133097,8075,2020,NH-1,House-G,2020_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-11,2020-11-03,23,477,Chris Pappas,15194,DEM,53,51.31669915464695,Matt Mowers,16030,REP,43,46.21338238560778,10,5.103316769039168 +72233,135519,8075,2020,NH-1,House-G,2020_House-G_NH-1,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-25,2020-11-03,9,560,Chris Pappas,15194,DEM,49,51.31669915464695,Matt Mowers,16030,REP,44,46.21338238560778,5,5.103316769039168 +72230,135505,8075,2020,NH-1,House-G,2020_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,451,Chris Pappas,15194,DEM,48,51.31669915464695,Matt Mowers,16030,REP,50,46.21338238560778,-2,5.103316769039168 +70066,130610,8076,2020,NH-2,House-G,2020_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-09-26,2020-11-03,38,463,Ann McLane Kuster,16032,DEM,48,53.89930157514342,Steven Negron,16033,REP,42,43.70291972125111,6,10.196381853892312 +70687,132213,8076,2020,NH-2,House-G,2020_House-G_NH-2,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-03,2020-11-03,31,552,Ann McLane Kuster,16032,DEM,52,53.89930157514342,Steven Negron,16033,REP,38,43.70291972125111,14,10.196381853892312 +70787,133098,8076,2020,NH-2,House-G,2020_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-11,2020-11-03,23,410,Ann McLane Kuster,16032,DEM,49,53.89930157514342,Steven Negron,16033,REP,45,43.70291972125111,4,10.196381853892312 +72233,135520,8076,2020,NH-2,House-G,2020_House-G_NH-2,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2020-10-25,2020-11-03,9,458,Ann McLane Kuster,16032,DEM,54,53.89930157514342,Steven Negron,16033,REP,39,43.70291972125111,15,10.196381853892312 +72230,135506,8076,2020,NH-2,House-G,2020_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,412,Ann McLane Kuster,16032,DEM,51,53.89930157514342,Steven Negron,16033,REP,41,43.70291972125111,10,10.196381853892312 +69660,129865,8078,2020,NJ-2,House-G,2020_House-G_NJ-2,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-09-14,2020-11-03,50,550,Amy Kennedy,14695,DEM,48,46.16926970603935,Jeff Van Drew,15203,REP,43,51.92605438364932,5,-5.756784677609971 +69695,130288,8078,2020,NJ-2,House-G,2020_House-G_NJ-2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2020-09-16,2020-11-03,48,505,Amy Kennedy,14695,DEM,46,46.16926970603935,Jeff Van Drew,15203,REP,42,51.92605438364932,4,-5.756784677609971 +70557,131627,8078,2020,NJ-2,House-G,2020_House-G_NJ-2,Monmouth University,215,TRUE,FALSE,Live Phone/Online Panel,NA,2020-09-28,2020-11-03,36,588,Amy Kennedy,14695,DEM,51,46.16926970603935,Jeff Van Drew,15203,REP,44,51.92605438364932,7,-5.756784677609971 +72325,135690,8078,2020,NJ-2,House-G,2020_House-G_NJ-2,Stockton University,317,TRUE,FALSE,Live Phone,NA,2020-10-24,2020-11-03,10,676,Amy Kennedy,14695,DEM,46,46.16926970603935,Jeff Van Drew,15203,REP,45,51.92605438364932,1,-5.756784677609971 +72400,135847,8089,2020,NM-1,House-G,2020_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,430,Debra A. Haaland,15212,DEM,58,58.18824115285256,Michelle Garcia Holmes,15213,REP,37,41.81175884714744,21,16.376482305705125 +70117,130634,8090,2020,NM-2,House-G,2020_House-G_NM-2,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2020-09-28,2020-11-03,36,400,Xochitl Torres Small,13424,DEM,47,46.25319876503136,Yvette Herrell,13423,REP,48,53.70264129294271,-1,-7.449442527911351 +72414,135873,8090,2020,NM-2,House-G,2020_House-G_NM-2,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-10-18,2020-11-03,16,406,Xochitl Torres Small,13424,DEM,47,46.25319876503136,Yvette Herrell,13423,REP,46,53.70264129294271,1,-7.449442527911351 +72400,135848,8090,2020,NM-2,House-G,2020_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,403,Xochitl Torres Small,13424,DEM,46,46.25319876503136,Yvette Herrell,13423,REP,48,53.70264129294271,-2,-7.449442527911351 +72400,135849,8091,2020,NM-3,House-G,2020_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2020-10-26,2020-11-03,8,347,Teresa Leger Fernandez,15214,DEM,58,58.68110682694488,Alexis Martinez Johnson,15215,REP,35,41.31889317305512,23,17.362213653889754 +70782,132423,8092,2020,NY-1,House-G,2020_House-G_NY-1,GQR,126,TRUE,FALSE,Live Phone,DEM,2020-10-07,2020-11-03,27,402,Nancy Goroff,14738,DEM,48,41.89888791255534,Lee M. Zeldin,14739,REP,49,49.18902128469327,-1,-7.29013337213793 +71974,134920,8102,2020,NY-11,House-G,2020_House-G_NY-11,Marist College,183,TRUE,FALSE,Live Phone,NA,2020-10-20,2020-11-03,14,650,Max N. Rose,15240,DEM,46,45.89791145325488,Nicole Malliotakis,15242,REP,48,48.89640453575349,-2,-2.9984930824986122 +71357,133629,8109,2020,NY-18,House-G,2020_House-G_NY-18,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-10-08,2020-11-03,26,400,Sean Patrick Maloney,15260,DEM,53,50.93176772117004,Chele Farley,15262,REP,35,38.31617219746979,18,12.61559552370025 +70665,132153,8113,2020,NY-22,House-G,2020_House-G_NY-22,Siena College,305,TRUE,FALSE,Live Phone,NA,2020-10-01,2020-11-03,33,383,Anthony J. Brindisi,15276,DEM,48,43.45478322352161,Claudia Tenney,15278,REP,39,44.829150476476514,9,-1.3743672529549045 +70618,132037,8114,2020,NY-23,House-G,2020_House-G_NY-23,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-09-28,2020-11-03,36,1228,Tracy Mitrano,15279,DEM,40,36.9810286704775,Thomas Reed,15281,REP,47,51.56416285901824,-7,-14.58313418854074 +70115,131590,8115,2020,NY-24,House-G,2020_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2020-09-28,2020-11-03,36,414,Dana Balter,14654,DEM,42,42.96498498358671,John Katko,14655,REP,40,45.405734174562895,2,-2.4407491909761845 +71158,133217,8115,2020,NY-24,House-G,2020_House-G_NY-24,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-13,2020-11-03,21,789,Dana Balter,14654,DEM,45,42.96498498358671,John Katko,14655,REP,43,45.405734174562895,2,-2.4407491909761845 +71658,134244,8115,2020,NY-24,House-G,2020_House-G_NY-24,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2020-10-17,2020-11-03,17,400,Dana Balter,14654,DEM,39,42.96498498358671,John Katko,14655,REP,47,45.405734174562895,-8,-2.4407491909761845 +71883,134736,8115,2020,NY-24,House-G,2020_House-G_NY-24,Siena College,305,TRUE,FALSE,Live Phone,NA,2020-10-21,2020-11-03,13,558,Dana Balter,14654,DEM,45,42.96498498358671,John Katko,14655,REP,45,45.405734174562895,0,-2.4407491909761845 +72761,136542,8115,2020,NY-24,House-G,2020_House-G_NY-24,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,738,Dana Balter,14654,DEM,46,42.96498498358671,John Katko,14655,REP,44,45.405734174562895,2,-2.4407491909761845 +70038,130456,8126,2020,NC-8,House-G,2020_House-G_NC-8,brilliant corners Research & Strategies,564,FALSE,FALSE,Live Phone,DEM,2020-09-28,2020-11-03,36,614,Patricia Timmons-Goodson,15176,DEM,42,46.7162433813772,Richard Hudson,15177,REP,44,53.2837566186228,-2,-6.567513237245606 +70730,132320,8126,2020,NC-8,House-G,2020_House-G_NC-8,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2020-10-05,2020-11-03,29,433,Patricia Timmons-Goodson,15176,DEM,45,46.7162433813772,Richard Hudson,15177,REP,42,53.2837566186228,3,-6.567513237245606 +70598,131996,8127,2020,NC-9,House-G,2020_House-G_NC-9,LOC Wick,612,FALSE,FALSE,IVR/Text-to-Web,DEM,2020-10-01,2020-11-03,33,400,Cynthia Lee Wallace,15178,DEM,33.53,44.407904504558005,Dan Bishop,15180,REP,29.78,55.592095495441995,3.75,-11.184190990883991 +72225,135492,8127,2020,NC-9,House-G,2020_House-G_NC-9,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-28,2020-11-03,6,750,Cynthia Lee Wallace,15178,DEM,43,44.407904504558005,Dan Bishop,15180,REP,45,55.592095495441995,-2,-11.184190990883991 +70095,130587,8129,2020,NC-11,House-G,2020_House-G_NC-11,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2020-09-23,2020-11-03,41,400,Morris Durham Davis,15151,DEM,46,42.34391140632463,David Madison Cawthorn,15154,REP,42,54.50488176032168,4,-12.160970353997051 +71630,134194,8129,2020,NC-11,House-G,2020_House-G_NC-11,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2020-10-17,2020-11-03,17,400,Morris Durham Davis,15151,DEM,45,42.34391140632463,David Madison Cawthorn,15154,REP,42,54.50488176032168,3,-12.160970353997051 +72760,136541,8133,2020,OH-1,House-G,2020_House-G_OH-1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,505,Kate Schroder,14576,DEM,45,44.64798785314767,Steve Chabot,14577,REP,47,51.79542416652608,-2,-7.147436313378414 +70635,132078,8142,2020,OH-10,House-G,2020_House-G_OH-10,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-09-28,2020-11-03,36,400,Desiree Tims,15321,DEM,42,41.64319300283877,Mike Turner,15322,REP,49,58.35680699716123,-7,-16.713613994322458 +71460,133842,8142,2020,OH-10,House-G,2020_House-G_OH-10,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-10-17,2020-11-03,17,400,Desiree Tims,15321,DEM,45,41.64319300283877,Mike Turner,15322,REP,49,58.35680699716123,-4,-16.713613994322458 +71740,134411,8144,2020,OH-12,House-G,2020_House-G_OH-12,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-14,2020-11-03,20,818,Alaina Shearer,15325,DEM,44,41.777175601820545,Troy Balderson,15327,REP,48,55.244566707488715,-4,-13.46739110566817 +71629,134604,8149,2020,OK-1,House-G,2020_House-G_OK-1,SoonerPoll.com,308,TRUE,FALSE,IVR/Online Panel,NA,2020-10-17,2020-11-03,17,1492,Kojo Asamoa-Caesar,15356,DEM,29.8,32.6827058076555,Kevin Hern,15358,REP,58.8,63.701482393411055,-28.999999999999996,-31.018776585755553 +69405,129253,8153,2020,OK-5,House-G,2020_House-G_OK-5,SoonerPoll.com,308,TRUE,FALSE,IVR/Live Phone/Online Panel,NA,2020-09-06,2020-11-03,58,318,Kendra Horn,15367,DEM,44.2,47.93762691336816,Stephanie Bice,16007,REP,44.8,52.06237308663184,-0.5999999999999943,-4.124746173263674 +70579,131813,8153,2020,OK-5,House-G,2020_House-G_OK-5,Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-27,2020-11-03,37,500,Kendra Horn,15367,DEM,45,47.93762691336816,Stephanie Bice,16007,REP,49,52.06237308663184,-4,-4.124746173263674 +71629,134233,8153,2020,OK-5,House-G,2020_House-G_OK-5,SoonerPoll.com,308,TRUE,FALSE,IVR/Online Panel,NA,2020-10-17,2020-11-03,17,943,Kendra Horn,15367,DEM,48.8,47.93762691336816,Stephanie Bice,16007,REP,47,52.06237308663184,1.7999999999999972,-4.124746173263674 +71971,134916,8153,2020,OK-5,House-G,2020_House-G_OK-5,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-24,2020-11-03,10,500,Kendra Horn,15367,DEM,44,47.93762691336816,Stephanie Bice,16007,REP,48.5,52.06237308663184,-4.5,-4.124746173263674 +72758,136539,8153,2020,OK-5,House-G,2020_House-G_OK-5,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,607,Kendra Horn,15367,DEM,47,47.93762691336816,Stephanie Bice,16007,REP,47,52.06237308663184,0,-4.124746173263674 +69577,129661,8159,2020,PA-1,House-G,2020_House-G_PA-1,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2020-09-15,2020-11-03,49,400,Christina M. Finello,14614,DEM,36,43.442183123942954,Brian Fitzpatrick,13608,REP,52,56.557816876057046,-16,-13.115633752114093 +70634,132073,8159,2020,PA-1,House-G,2020_House-G_PA-1,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-10-03,2020-11-03,31,400,Christina M. Finello,14614,DEM,45,43.442183123942954,Brian Fitzpatrick,13608,REP,47,56.557816876057046,-2,-13.115633752114093 +70774,132395,8159,2020,PA-1,House-G,2020_House-G_PA-1,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-06,2020-11-03,28,569,Christina M. Finello,14614,DEM,47,43.442183123942954,Brian Fitzpatrick,13608,REP,46,56.557816876057046,1,-13.115633752114093 +70094,130586,8165,2020,PA-7,House-G,2020_House-G_PA-7,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2020-09-23,2020-11-03,41,414,Susan Wild,15402,DEM,52,51.86636666118307,Lisa Scheller,15403,REP,39,48.13363333881692,13,3.732733322366151 +70788,132439,8165,2020,PA-7,House-G,2020_House-G_PA-7,DeSales University Kamran Afshar Data Analytics Center,474,FALSE,FALSE,Live Phone,NA,2020-10-07,2020-11-03,27,466,Susan Wild,15402,DEM,54,51.86636666118307,Lisa Scheller,15403,REP,36,48.13363333881692,18,3.732733322366151 +71567,134063,8165,2020,PA-7,House-G,2020_House-G_PA-7,Franklin & Marshall College,106,TRUE,FALSE,Live Phone/Mail-to-Web/Mail-to-Phone,NA,2020-10-15,2020-11-03,19,447,Susan Wild,15402,DEM,43.6,51.86636666118307,Lisa Scheller,15403,REP,36.4,48.13363333881692,7.200000000000003,3.732733322366151 +72064,135105,8165,2020,PA-7,House-G,2020_House-G_PA-7,DeSales University Kamran Afshar Data Analytics Center,474,FALSE,FALSE,Live Phone,NA,2020-10-17,2020-11-03,17,448,Susan Wild,15402,DEM,54,51.86636666118307,Lisa Scheller,15403,REP,36,48.13363333881692,18,3.732733322366151 +71239,133387,8166,2020,PA-8,House-G,2020_House-G_PA-8,co/efficient,514,FALSE,FALSE,IVR/Text,REP,2020-10-13,2020-11-03,21,615,Matt Cartwright,15404,DEM,48,51.77740868619233,Jim Bognet,15405,REP,43,48.22259131380768,5,3.5548173723846475 +70012,130420,8168,2020,PA-10,House-G,2020_House-G_PA-10,Victoria Research & Consulting,369,FALSE,FALSE,Live Phone,DEM,2020-09-23,2020-11-03,41,401,Eugene A. DePasquale,14646,DEM,50,46.687627924069886,Scott Perry,14647,REP,43,53.312372075930114,7,-6.624744151860227 +70558,131628,8168,2020,PA-10,House-G,2020_House-G_PA-10,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-10-01,2020-11-03,33,500,Eugene A. DePasquale,14646,DEM,51,46.687627924069886,Scott Perry,14647,REP,45,53.312372075930114,6,-6.624744151860227 +71529,133975,8168,2020,PA-10,House-G,2020_House-G_PA-10,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2020-10-14,2020-11-03,20,400,Eugene A. DePasquale,14646,DEM,44,46.687627924069886,Scott Perry,14647,REP,48,53.312372075930114,-4,-6.624744151860227 +70776,132397,8179,2020,SC-1,House-G,2020_House-G_SC-1,GQR,126,TRUE,FALSE,Live Phone,DEM,2020-10-06,2020-11-03,28,400,Joe Cunningham,14580,DEM,55,49.314346855969525,Nancy Mace,14581,REP,42,50.58216716497584,13,-1.2678203090063178 +71358,133630,8179,2020,SC-1,House-G,2020_House-G_SC-1,Strategic National,318,FALSE,FALSE,Live Phone,REP,2020-10-15,2020-11-03,19,400,Joe Cunningham,14580,DEM,45,49.314346855969525,Nancy Mace,14581,REP,47,50.58216716497584,-2,-1.2678203090063178 +69505,129479,8198,2020,TX-3,House-G,2020_House-G_TX-3,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-09-12,2020-11-03,52,400,Helane Seikaly,14732,DEM,43,42.87192032317943,Van Taylor,14733,REP,44,55.06855140220406,-1,-12.196631079024627 +71958,134887,8198,2020,TX-3,House-G,2020_House-G_TX-3,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2020-10-21,2020-11-03,13,432,Helane Seikaly,14732,DEM,44,42.87192032317943,Van Taylor,14733,REP,42,55.06855140220406,2,-12.196631079024627 +71547,134025,8201,2020,TX-6,House-G,2020_House-G_TX-6,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-10-15,2020-11-03,19,400,Stephen Daniel,14663,DEM,41,43.9804465987435,Ron Wright,14664,REP,45,52.79741876279442,-4,-8.816972164050924 +71175,133255,8202,2020,TX-7,House-G,2020_House-G_TX-7,GS Strategy Group,478,FALSE,FALSE,Live Phone,REP,2020-10-14,2020-11-03,20,400,Lizzie Fletcher,13499,DEM,46,50.78519697572622,Wesley Hunt,13498,REP,44,47.450537206526064,2,3.334659769200158 +70116,130633,8205,2020,TX-10,House-G,2020_House-G_TX-10,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-23,2020-11-03,41,400,Mike Siegel,15447,DEM,43,45.34639303783094,Michael McCaul,13606,REP,45,52.48107003242376,-2,-7.134676994592816 +70783,132424,8205,2020,TX-10,House-G,2020_House-G_TX-10,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-10-10,2020-11-03,24,400,Mike Siegel,15447,DEM,45,45.34639303783094,Michael McCaul,13606,REP,47,52.48107003242376,-2,-7.134676994592816 +72048,135075,8216,2020,TX-21,House-G,2020_House-G_TX-21,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2020-10-11,2020-11-03,23,412,Wendy R. Davis,14735,DEM,42,45.350964187327826,Chip Roy,14736,REP,47,51.953719008264464,-5,-6.602754820936639 +70792,132443,8217,2020,TX-22,House-G,2020_House-G_TX-22,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-09-26,2020-11-03,38,500,Sri Kulkarni,14757,DEM,47,44.602105634631215,Troy E. Nehls,14758,REP,44,51.52800650903815,3,-6.925900874406935 +70791,132442,8217,2020,TX-22,House-G,2020_House-G_TX-22,GBAO,109,FALSE,FALSE,Live Phone,DEM,2020-10-10,2020-11-03,24,500,Sri Kulkarni,14757,DEM,48,44.602105634631215,Troy E. Nehls,14758,REP,43,51.52800650903815,5,-6.925900874406935 +70661,132133,8218,2020,TX-23,House-G,2020_House-G_TX-23,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2020-10-04,2020-11-03,30,400,Gina Ortiz Jones,14607,DEM,42,46.60339744869812,Tony Gonzales,14608,REP,41,50.56404146796319,1,-3.960644019265075 +69431,129317,8220,2020,TX-25,House-G,2020_House-G_TX-25,EMC Research,130,FALSE,FALSE,Live Phone,DEM,2020-09-04,2020-11-03,60,400,Julie Oliver,14750,DEM,41,42.106052251075546,Roger Williams,14751,REP,43,55.92760778912541,-2,-13.821555538049864 +69486,129439,8232,2020,UT-1,House-G,2020_House-G_UT-1,Lighthouse Research,483,FALSE,FALSE,Live Phone,NA,2020-09-06,2020-11-03,58,496,Darren Parry,15550,DEM,22.4,30.43484610823395,Blake D. Moore,15551,REP,48.6,69.51578935069563,-26.200000000000003,-39.08094324246168 +69486,129438,8233,2020,UT-2,House-G,2020_House-G_UT-2,Lighthouse Research,483,FALSE,FALSE,Live Phone,NA,2020-09-06,2020-11-03,58,496,Kael Weston,15552,DEM,28.4,36.63275215682732,Chris Stewart,15554,REP,47.8,59.00136636704458,-19.4,-22.36861421021726 +69486,129437,8234,2020,UT-3,House-G,2020_House-G_UT-3,Lighthouse Research,483,FALSE,FALSE,Live Phone,NA,2020-09-06,2020-11-03,58,496,Devin D. Thorpe,15556,DEM,20.4,26.765052503712457,John Curtis,15557,REP,50.6,68.7253954146665,-30.200000000000003,-41.96034291095404 +69438,129330,8235,2020,UT-4,House-G,2020_House-G_UT-4,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-09-09,2020-11-03,55,800,Ben McAdams,13565,DEM,45,46.69736946885037,Burgess Owens,14704,REP,41,47.696758952034614,4,-0.9993894831842454 +69486,129435,8235,2020,UT-4,House-G,2020_House-G_UT-4,Lighthouse Research,483,FALSE,FALSE,Live Phone,NA,2020-09-06,2020-11-03,58,498,Ben McAdams,13565,DEM,47.2,46.69736946885037,Burgess Owens,14704,REP,36.7,47.696758952034614,10.5,-0.9993894831842454 +71372,133649,8235,2020,UT-4,House-G,2020_House-G_UT-4,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-10-14,2020-11-03,20,800,Ben McAdams,13565,DEM,45,46.69736946885037,Burgess Owens,14704,REP,46,47.696758952034614,-1,-0.9993894831842454 +69647,129844,8236,2020,VT-1,House-G,2020_House-G_VT-1,Braun Research,33,FALSE,FALSE,Live Phone,NA,2020-09-09,2020-11-03,55,586,Peter Welch,15896,DEM,56.61,67.30611520219144,Miriam Berry,15897,REP,17.58,27.006766487147623,39.03,40.29934871504381 +71540,134003,8238,2020,VA-2,House-G,2020_House-G_VA-2,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2020-10-13,2020-11-03,21,807,Elaine G. Luria,14710,DEM,50,51.55283295908426,Scott W. Taylor,14711,REP,43,45.80669873458478,7,5.746134224499485 +69517,129499,8241,2020,VA-5,House-G,2020_House-G_VA-5,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-09-12,2020-11-03,52,400,Bryant Cameron Webb,14656,DEM,46,47.304737309136826,"Robert G. ""Bob"" Good",14657,REP,47,52.44322263289894,-1,-5.1384853237621115 +70701,132249,8241,2020,VA-5,House-G,2020_House-G_VA-5,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-09-29,2020-11-03,35,500,Bryant Cameron Webb,14656,DEM,45,47.304737309136826,"Robert G. ""Bob"" Good",14657,REP,42,52.44322263289894,3,-5.1384853237621115 +70985,132830,8241,2020,VA-5,House-G,2020_House-G_VA-5,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-10-06,2020-11-03,28,400,Bryant Cameron Webb,14656,DEM,47,47.304737309136826,"Robert G. ""Bob"" Good",14657,REP,45,52.44322263289894,2,-5.1384853237621115 +71751,134441,8241,2020,VA-5,House-G,2020_House-G_VA-5,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-21,2020-11-03,13,910,Bryant Cameron Webb,14656,DEM,46,47.304737309136826,"Robert G. ""Bob"" Good",14657,REP,43,52.44322263289894,3,-5.1384853237621115 +73911,138678,8243,2020,VA-7,House-G,2020_House-G_VA-7,Øptimus Analytics,245,TRUE,FALSE,Live Phone,NA,2020-11-01,2020-11-03,2,505,Abigail A. Spanberger,15574,DEM,51.6,50.81954223608363,Nicholas J. Freitas,15575,REP,41.4,48.999315489095146,10.200000000000003,1.8202267469884816 +70984,132829,8246,2020,VA-10,House-G,2020_House-G_VA-10,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2020-10-11,2020-11-03,23,400,Jennifer T. Wexton,15562,DEM,58,56.51062147510441,Aliscia Andrews,15563,REP,36,43.37182943395592,22,13.138792041148491 +70090,130579,8250,2020,WA-3,House-G,2020_House-G_WA-3,GQR,126,TRUE,FALSE,Live Phone,DEM,2020-09-25,2020-11-03,39,400,Carolyn Long,15754,DEM,47,43.394519780906094,Jaime Herrera Beutler,15755,REP,49,56.37169390983075,-2,-12.97717412892466 +71680,134288,8250,2020,WA-3,House-G,2020_House-G_WA-3,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2020-10-19,2020-11-03,15,425,Carolyn Long,15754,DEM,47,43.394519780906094,Jaime Herrera Beutler,15755,REP,49,56.37169390983075,-2,-12.97717412892466 +72334,135716,8269,2020,WY-1,House-G,2020_House-G_WY-1,University of Wyoming Survey & Analysis Center,667,FALSE,FALSE,Live Phone,NA,2020-10-18,2020-11-03,16,614,Lynnette GreyBull,16003,DEM,28,24.576584026106342,Liz Cheney,16004,REP,58,68.56311740472218,-30,-43.98653337861583 +69489,129442,8422,2020,M1,Pres-G,2020_Pres-G_M1,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,707,Joe Biden,13256,DEM,64,60.114824243080754,Donald Trump,13254,REP,32,37.02111430067342,32,23.093709942407337 +69588,129681,8422,2020,M1,Pres-G,2020_Pres-G_M1,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,267,Joe Biden,13256,DEM,55.43,60.114824243080754,Donald Trump,13254,REP,33.71,37.02111430067342,21.72,23.093709942407337 +69968,130300,8422,2020,M1,Pres-G,2020_Pres-G_M1,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-20,2020-11-03,44,416,Joe Biden,13256,DEM,54,60.114824243080754,Donald Trump,13254,REP,36,37.02111430067342,18,23.093709942407337 +70611,132019,8422,2020,M1,Pres-G,2020_Pres-G_M1,Digital Research,64,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-29,2020-11-03,35,232,Joe Biden,13256,DEM,62,60.114824243080754,Donald Trump,13254,REP,30,37.02111430067342,32,23.093709942407337 +71086,133058,8422,2020,M1,Pres-G,2020_Pres-G_M1,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2020-10-04,2020-11-03,30,300,Joe Biden,13256,DEM,54,60.114824243080754,Donald Trump,13254,REP,36.5,37.02111430067342,17.5,23.093709942407337 +72080,135138,8422,2020,M1,Pres-G,2020_Pres-G_M1,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-23,2020-11-03,11,426,Joe Biden,13256,DEM,56,60.114824243080754,Donald Trump,13254,REP,34,37.02111430067342,22,23.093709942407337 +72178,135386,8422,2020,M1,Pres-G,2020_Pres-G_M1,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,498,Joe Biden,13256,DEM,59,60.114824243080754,Donald Trump,13254,REP,40,37.02111430067342,19,23.093709942407337 +72512,136076,8422,2020,M1,Pres-G,2020_Pres-G_M1,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web,NA,2020-10-30,2020-11-03,4,310,Joe Biden,13256,DEM,57.7,60.114824243080754,Donald Trump,13254,REP,38.7,37.02111430067342,19,23.093709942407337 +72803,136606,8422,2020,M1,Pres-G,2020_Pres-G_M1,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,549,Joe Biden,13256,DEM,56,60.114824243080754,Donald Trump,13254,REP,35,37.02111430067342,21,23.093709942407337 +69490,129443,8423,2020,M2,Pres-G,2020_Pres-G_M2,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2020-09-12,2020-11-03,52,476,Joe Biden,13256,DEM,53,44.82435186489136,Donald Trump,13254,REP,44,52.263191877751765,9,-7.438840012860403 +69530,129533,8423,2020,M2,Pres-G,2020_Pres-G_M2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-13,2020-11-03,51,440,Joe Biden,13256,DEM,47,44.82435186489136,Donald Trump,13254,REP,45,52.263191877751765,2,-7.438840012860403 +69589,129683,8423,2020,M2,Pres-G,2020_Pres-G_M2,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,233,Joe Biden,13256,DEM,46.78,44.82435186489136,Donald Trump,13254,REP,45.49,52.263191877751765,1.2899999999999991,-7.438840012860403 +69969,130301,8423,2020,M2,Pres-G,2020_Pres-G_M2,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-20,2020-11-03,44,425,Joe Biden,13256,DEM,46,44.82435186489136,Donald Trump,13254,REP,43,52.263191877751765,3,-7.438840012860403 +70612,132020,8423,2020,M2,Pres-G,2020_Pres-G_M2,Digital Research,64,FALSE,FALSE,Live Phone/Online Panel,NA,2020-09-29,2020-11-03,35,234,Joe Biden,13256,DEM,41,44.82435186489136,Donald Trump,13254,REP,49,52.263191877751765,-8,-7.438840012860403 +71087,133059,8423,2020,M2,Pres-G,2020_Pres-G_M2,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2020-10-04,2020-11-03,30,300,Joe Biden,13256,DEM,46.5,44.82435186489136,Donald Trump,13254,REP,43,52.263191877751765,3.5,-7.438840012860403 +72077,135128,8423,2020,M2,Pres-G,2020_Pres-G_M2,Colby College,593,FALSE,FALSE,Live Phone/Online Panel,NA,2020-10-23,2020-11-03,11,453,Joe Biden,13256,DEM,46,44.82435186489136,Donald Trump,13254,REP,42,52.263191877751765,4,-7.438840012860403 +72177,135384,8423,2020,M2,Pres-G,2020_Pres-G_M2,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2020-10-25,2020-11-03,9,509,Joe Biden,13256,DEM,48,44.82435186489136,Donald Trump,13254,REP,45,52.263191877751765,3,-7.438840012860403 +72513,136077,8423,2020,M2,Pres-G,2020_Pres-G_M2,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web,NA,2020-10-30,2020-11-03,4,301,Joe Biden,13256,DEM,49.8,44.82435186489136,Donald Trump,13254,REP,46.8,52.263191877751765,3,-7.438840012860403 +72802,136601,8423,2020,M2,Pres-G,2020_Pres-G_M2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,475,Joe Biden,13256,DEM,47,44.82435186489136,Donald Trump,13254,REP,46,52.263191877751765,1,-7.438840012860403 +66279,123370,8659,2020,CA-25,House-G,2020_House-GS_CA-25,DCCC Targeting and Analytics Department,68,FALSE,FALSE,IVR/Live Phone,DEM,2020-05-08,2020-05-12,4,675,Christy Smith,17025,DEM,48,45.1412941257426,Mike Garcia,17026,REP,46,54.85870587425741,2,-9.717411748514813 +76448,145630,8700,2004,M1,Pres-G,2004_Pres-G_M1,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,300,John Kerry,157,DEM,49,55.07476742492039,George W. Bush,182,REP,45,43.139295302711815,4,11.935472122208573 +74500,140194,8700,2004,M1,Pres-G,2004_Pres-G_M1,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,327,John Kerry,157,DEM,53,55.07476742492039,George W. Bush,182,REP,43,43.139295302711815,10,11.935472122208573 +74499,140193,8700,2004,M1,Pres-G,2004_Pres-G_M1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,330,John Kerry,157,DEM,49,55.07476742492039,George W. Bush,182,REP,46,43.139295302711815,3,11.935472122208573 +76447,145629,8701,2004,M2,Pres-G,2004_Pres-G_M2,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-09-21,2004-11-02,42,300,John Kerry,157,DEM,44,51.952800538781005,George W. Bush,182,REP,49,46.12666965989449,-5,5.8261308788865165 +74498,140192,8701,2004,M2,Pres-G,2004_Pres-G_M2,SurveyUSA,325,FALSE,FALSE,NA,NA,2004-10-04,2004-11-02,29,327,John Kerry,157,DEM,44,51.952800538781005,George W. Bush,182,REP,53,46.12666965989449,-9,5.8261308788865165 +74497,140191,8701,2004,M2,Pres-G,2004_Pres-G_M2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2004-10-18,2004-11-02,15,330,John Kerry,157,DEM,53,51.952800538781005,George W. Bush,182,REP,44,46.12666965989449,9,5.8261308788865165 +74501,140195,8703,2008,N2,Pres-G,2008_Pres-G_N2,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2008-10-14,2008-11-04,21,400,Barack Obama,41,DEM,44,49.9656238638777,John McCain,44,REP,48,48.75256021223214,-4,1.2130636516455624 +75472,143963,8705,2008,M1,Pres-G,2008_Pres-G_M1,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-30,2008-11-04,5,362,Barack Obama,41,DEM,60,60.51336457904313,John McCain,44,REP,37,37.69400405603374,23,22.819360523009387 +75473,143964,8706,2008,M2,Pres-G,2008_Pres-G_M2,SurveyUSA,325,FALSE,FALSE,IVR,NA,2008-10-30,2008-11-04,5,313,Barack Obama,41,DEM,55,54.60655987707783,John McCain,44,REP,39,43.353369569283274,16,11.253190307794554 +29529,35146,8708,2012,N2,Pres-G,2012_Pres-G_N2,Wiese Research Associates,382,FALSE,FALSE,NA,NA,2012-09-19,2012-11-06,48,400,Barack Obama,16,DEM,44,45.69803581939586,Mitt Romney,9,REP,44,52.85404177304884,0,-7.156005953652979 +29564,35193,8708,2012,N2,Pres-G,2012_Pres-G_N2,Wiese Research Associates,382,FALSE,FALSE,NA,NA,2012-09-20,2012-11-06,47,328,Barack Obama,16,DEM,44,45.69803581939586,Mitt Romney,9,REP,46,52.85404177304884,-2,-7.156005953652979 +30388,36463,8708,2012,N2,Pres-G,2012_Pres-G_N2,Wiese Research Associates,382,FALSE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,325,Barack Obama,16,DEM,45,45.69803581939586,Mitt Romney,9,REP,50,52.85404177304884,-5,-7.156005953652979 +29667,35363,8710,2012,M1,Pres-G,2012_Pres-G_M1,Digital Research,64,FALSE,FALSE,NA,NA,2012-09-14,2012-11-06,53,309,Barack Obama,16,DEM,59,59.56829113907147,Mitt Romney,9,REP,31,38.17568018716999,28,21.39261095190148 +29399,34943,8710,2012,M1,Pres-G,2012_Pres-G_M1,Maine People's Resource Center,180,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,428,Barack Obama,16,DEM,58.7,59.56829113907147,Mitt Romney,9,REP,33.9,38.17568018716999,24.800000000000004,21.39261095190148 +29898,35708,8710,2012,M1,Pres-G,2012_Pres-G_M1,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,200,Barack Obama,16,DEM,52.5,59.56829113907147,Mitt Romney,9,REP,35.4,38.17568018716999,17.1,21.39261095190148 +30751,37089,8710,2012,M1,Pres-G,2012_Pres-G_M1,Digital Research,64,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,300,Barack Obama,16,DEM,49,59.56829113907147,Mitt Romney,9,REP,43,38.17568018716999,6,21.39261095190148 +30622,36824,8710,2012,M1,Pres-G,2012_Pres-G_M1,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,865,Barack Obama,16,DEM,59,59.56829113907147,Mitt Romney,9,REP,39,38.17568018716999,20,21.39261095190148 +30803,37165,8710,2012,M1,Pres-G,2012_Pres-G_M1,Maine People's Resource Center,180,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,469,Barack Obama,16,DEM,56.7,59.56829113907147,Mitt Romney,9,REP,39,38.17568018716999,17.700000000000003,21.39261095190148 +29662,35353,8711,2012,M2,Pres-G,2012_Pres-G_M2,Digital Research,64,FALSE,FALSE,NA,NA,2012-09-14,2012-11-06,53,309,Barack Obama,16,DEM,46,52.93998679459649,Mitt Romney,9,REP,41,44.37937577700713,5,8.560611017589366 +29400,34942,8711,2012,M2,Pres-G,2012_Pres-G_M2,Maine People's Resource Center,180,FALSE,FALSE,NA,NA,2012-09-16,2012-11-06,51,428,Barack Obama,16,DEM,47.8,52.93998679459649,Mitt Romney,9,REP,41,44.37937577700713,6.799999999999997,8.560611017589366 +29899,35709,8711,2012,M2,Pres-G,2012_Pres-G_M2,Pan Atlantic Research,249,FALSE,FALSE,NA,NA,2012-09-26,2012-11-06,41,200,Barack Obama,16,DEM,49,52.93998679459649,Mitt Romney,9,REP,38.1,44.37937577700713,10.899999999999999,8.560611017589366 +74561,140377,8711,2012,M2,Pres-G,2012_Pres-G_M2,Public Opinion Strategies,260,TRUE,FALSE,NA,REP,2012-10-07,2012-11-06,30,500,Barack Obama,16,DEM,44,52.93998679459649,Mitt Romney,9,REP,49,44.37937577700713,-5,8.560611017589366 +30750,37088,8711,2012,M2,Pres-G,2012_Pres-G_M2,Digital Research,64,FALSE,FALSE,Live Phone,NA,2012-10-30,2012-11-06,7,300,Barack Obama,16,DEM,49,52.93998679459649,Mitt Romney,9,REP,42,44.37937577700713,7,8.560611017589366 +74562,140378,8711,2012,M2,Pres-G,2012_Pres-G_M2,Kimball Political Consulting,163,FALSE,TRUE,IVR,NA,2012-10-30,2012-11-06,7,824,Barack Obama,16,DEM,50,52.93998679459649,Mitt Romney,9,REP,45,44.37937577700713,5,8.560611017589366 +30616,36817,8711,2012,M2,Pres-G,2012_Pres-G_M2,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,509,Barack Obama,16,DEM,50,52.93998679459649,Mitt Romney,9,REP,47,44.37937577700713,3,8.560611017589366 +30621,36823,8711,2012,M2,Pres-G,2012_Pres-G_M2,Public Policy Polling,263,FALSE,FALSE,IVR,NA,2012-11-01,2012-11-06,5,768,Barack Obama,16,DEM,51,52.93998679459649,Mitt Romney,9,REP,46,44.37937577700713,5,8.560611017589366 +30804,37166,8711,2012,M2,Pres-G,2012_Pres-G_M2,Maine People's Resource Center,180,FALSE,FALSE,IVR,NA,2012-11-02,2012-11-06,4,436,Barack Obama,16,DEM,49.7,52.93998679459649,Mitt Romney,9,REP,45.7,44.37937577700713,4,8.560611017589366 +46230,72289,8712,2016,N1,Pres-G,2016_Pres-G_N1,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-25,2016-11-08,44,700,Hillary Rodham Clinton,9207,DEM,29,35.46227891855136,Donald Trump,9849,REP,53,56.183905766356666,-24,-20.721626847805304 +46231,72290,8713,2016,N2,Pres-G,2016_Pres-G_N2,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-25,2016-11-08,44,700,Hillary Rodham Clinton,9207,DEM,40,44.92251782775645,Donald Trump,9849,REP,49,47.16264399341744,-9,-2.240126165660989 +47788,74808,8713,2016,N2,Pres-G,2016_Pres-G_N2,North Star Opinion Research,233,FALSE,FALSE,Live Phone,REP,2016-10-23,2016-11-08,16,400,Hillary Rodham Clinton,9207,DEM,40,44.92251782775645,Donald Trump,9849,REP,44,47.16264399341744,-4,-2.240126165660989 +46232,72291,8714,2016,N3,Pres-G,2016_Pres-G_N3,Emerson College,88,TRUE,FALSE,IVR,NA,2016-09-25,2016-11-08,44,700,Hillary Rodham Clinton,9207,DEM,20,19.7335898764153,Donald Trump,9849,REP,65,73.91215866202916,-45,-54.178568785613855 +45899,71688,8715,2016,M1,Pres-G,2016_Pres-G_M1,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-09-16,2016-11-08,53,440,Hillary Rodham Clinton,9207,DEM,40.5,53.95849658533864,Donald Trump,9849,REP,29.8,39.15106421287808,10.7,14.807432372460553 +46024,71979,8715,2016,M1,Pres-G,2016_Pres-G_M1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,206,Hillary Rodham Clinton,9207,DEM,50,53.95849658533864,Donald Trump,9849,REP,28,39.15106421287808,22,14.807432372460553 +46754,73106,8715,2016,M1,Pres-G,2016_Pres-G_M1,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-08,2016-11-08,31,468,Hillary Rodham Clinton,9207,DEM,48.7,53.95849658533864,Donald Trump,9849,REP,32.3,39.15106421287808,16.400000000000006,14.807432372460553 +47161,73803,8715,2016,M1,Pres-G,2016_Pres-G_M1,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-14,2016-11-08,25,469,Hillary Rodham Clinton,9207,DEM,45.5,53.95849658533864,Donald Trump,9849,REP,35.5,39.15106421287808,10,14.807432372460553 +47773,74796,8715,2016,M1,Pres-G,2016_Pres-G_M1,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,329,Hillary Rodham Clinton,9207,DEM,54,53.95849658533864,Donald Trump,9849,REP,34,39.15106421287808,20,14.807432372460553 +47998,75063,8715,2016,M1,Pres-G,2016_Pres-G_M1,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-25,2016-11-08,14,429,Hillary Rodham Clinton,9207,DEM,44.9,53.95849658533864,Donald Trump,9849,REP,33.4,39.15106421287808,11.5,14.807432372460553 +47935,74991,8715,2016,M1,Pres-G,2016_Pres-G_M1,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-29,2016-11-08,10,375,Hillary Rodham Clinton,9207,DEM,48.8,53.95849658533864,Donald Trump,9849,REP,42.5,39.15106421287808,6.299999999999997,14.807432372460553 +45900,71690,8716,2016,M2,Pres-G,2016_Pres-G_M2,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-09-16,2016-11-08,53,396,Hillary Rodham Clinton,9207,DEM,33.2,40.97635647508885,Donald Trump,9849,REP,44.3,51.264515471851865,-11.099999999999994,-10.288158996763016 +46025,71980,8716,2016,M2,Pres-G,2016_Pres-G_M2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,207,Hillary Rodham Clinton,9207,DEM,34,40.97635647508885,Donald Trump,9849,REP,48,51.264515471851865,-14,-10.288158996763016 +46515,72723,8716,2016,M2,Pres-G,2016_Pres-G_M2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-09-21,2016-11-08,48,400,Hillary Rodham Clinton,9207,DEM,40,40.97635647508885,Donald Trump,9849,REP,44,51.264515471851865,-4,-10.288158996763016 +46517,72726,8716,2016,M2,Pres-G,2016_Pres-G_M2,"Normington, Petts & Associates",232,FALSE,FALSE,Live Phone,DEM,2016-10-02,2016-11-08,37,400,Hillary Rodham Clinton,9207,DEM,44,40.97635647508885,Donald Trump,9849,REP,40,51.264515471851865,4,-10.288158996763016 +46755,73108,8716,2016,M2,Pres-G,2016_Pres-G_M2,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-08,2016-11-08,31,424,Hillary Rodham Clinton,9207,DEM,38.8,40.97635647508885,Donald Trump,9849,REP,40.4,51.264515471851865,-1.6000000000000014,-10.288158996763016 +47088,73701,8716,2016,M2,Pres-G,2016_Pres-G_M2,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2016-10-10,2016-11-08,29,932,Hillary Rodham Clinton,9207,DEM,39,40.97635647508885,Donald Trump,9849,REP,39,51.264515471851865,0,-10.288158996763016 +47162,73805,8716,2016,M2,Pres-G,2016_Pres-G_M2,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-14,2016-11-08,25,420,Hillary Rodham Clinton,9207,DEM,38.2,40.97635647508885,Donald Trump,9849,REP,37,51.264515471851865,1.2000000000000028,-10.288158996763016 +47774,74785,8716,2016,M2,Pres-G,2016_Pres-G_M2,University of New Hampshire Survey Center,357,TRUE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,341,Hillary Rodham Clinton,9207,DEM,43,40.97635647508885,Donald Trump,9849,REP,40,51.264515471851865,3,-10.288158996763016 +47999,75066,8716,2016,M2,Pres-G,2016_Pres-G_M2,Maine People's Resource Center,180,FALSE,FALSE,IVR/Online Panel,NA,2016-10-25,2016-11-08,14,382,Hillary Rodham Clinton,9207,DEM,38,40.97635647508885,Donald Trump,9849,REP,41.4,51.264515471851865,-3.3999999999999986,-10.288158996763016 +47936,74992,8716,2016,M2,Pres-G,2016_Pres-G_M2,Emerson College,88,TRUE,FALSE,IVR,NA,2016-10-29,2016-11-08,10,375,Hillary Rodham Clinton,9207,DEM,43.6,40.97635647508885,Donald Trump,9849,REP,42.2,51.264515471851865,1.3999999999999986,-10.288158996763016 +69552,129581,8718,2020,N2,Pres-G,2020_Pres-G_N2,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2020-09-15,2020-11-03,49,400,Joe Biden,13256,DEM,51,51.95338950616194,Donald Trump,13254,REP,45,45.449647594990374,6,6.503741911171566 +70007,130405,8718,2020,N2,Pres-G,2020_Pres-G_N2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2020-09-26,2020-11-03,38,420,Joe Biden,13256,DEM,48,51.95338950616194,Donald Trump,13254,REP,41,45.449647594990374,7,6.503741911171566 +70689,132217,8718,2020,N2,Pres-G,2020_Pres-G_N2,FM3 Research,91,FALSE,FALSE,Live Phone,DEM,2020-10-03,2020-11-03,31,450,Joe Biden,13256,DEM,53,51.95338950616194,Donald Trump,13254,REP,42,45.449647594990374,11,6.503741911171566 +72410,135867,8718,2020,N2,Pres-G,2020_Pres-G_N2,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web,NA,2020-10-29,2020-11-03,5,806,Joe Biden,13256,DEM,50.4,51.95338950616194,Donald Trump,13254,REP,47.8,45.449647594990374,2.6000000000000014,6.503741911171566 +72754,136533,8718,2020,N2,Pres-G,2020_Pres-G_N2,"University of Nevada, Las Vegas Lee Business School",609,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,191,Joe Biden,13256,DEM,50.2,51.95338950616194,Donald Trump,13254,REP,44.3,45.449647594990374,5.900000000000006,6.503741911171566 +72757,136537,8718,2020,N2,Pres-G,2020_Pres-G_N2,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2020-10-31,2020-11-03,3,547,Joe Biden,13256,DEM,50,51.95338950616194,Donald Trump,13254,REP,47,45.449647594990374,3,6.503741911171566 +36333,49323,8722,2015,MS-1,House-G,2015_House-SR_MS-1,Gravis Marketing,124,FALSE,FALSE,IVR,NA,2015-05-28,2015-06-02,5,509,Walter Howard Zinn,9977,DEM,37,30.02707681157962,Trent Kelly,9978,REP,54,69.9729231884204,-17,-39.94584637684078 +73675,138233,8723,2017,GA-6,House-P,2017_House-P_GA-6,Clout Research,55,FALSE,FALSE,Live Phone,NA,2017-02-17,2017-04-18,60,694,Jon Ossoff,10471,DEM,31.7,48.12456833654431,Karen Handel,10472,REP,24.9,19.770056447299407,6.800000000000001,28.3545118892449 +73674,138232,8723,2017,GA-6,House-P,2017_House-P_GA-6,Trafalgar Group,338,FALSE,FALSE,IVR,REP,2017-03-02,2017-04-18,47,450,Jon Ossoff,10471,DEM,18.3,48.12456833654431,Karen Handel,10472,REP,17.9,19.770056447299407,0.40000000000000213,28.3545118892449 +73671,138228,8723,2017,GA-6,House-P,2017_House-P_GA-6,Clout Research,55,FALSE,FALSE,Live Phone,NA,2017-03-15,2017-04-18,34,625,Jon Ossoff,10471,DEM,40.9,48.12456833654431,Karen Handel,10472,REP,16.1,19.770056447299407,24.799999999999997,28.3545118892449 +73670,138226,8723,2017,GA-6,House-P,2017_House-P_GA-6,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2017-03-22,2017-04-18,27,465,Jon Ossoff,10471,DEM,39.8,48.12456833654431,Karen Handel,10472,REP,19.9,19.770056447299407,19.9,28.3545118892449 +50587,79834,8723,2017,GA-6,House-P,2017_House-P_GA-6,Lake Research Partners,165,FALSE,FALSE,Live Phone,DEM,2017-03-27,2017-04-18,22,350,Jon Ossoff,10471,DEM,40,48.12456833654431,Karen Handel,10472,REP,18,19.770056447299407,22,28.3545118892449 +50586,79833,8723,2017,GA-6,House-P,2017_House-P_GA-6,SurveyUSA,325,FALSE,FALSE,Live Phone,NA,2017-03-30,2017-04-18,19,503,Jon Ossoff,10471,DEM,43,48.12456833654431,Karen Handel,10472,REP,15,19.770056447299407,28,28.3545118892449 +50585,79832,8723,2017,GA-6,House-P,2017_House-P_GA-6,Meeting Street Insights,204,FALSE,FALSE,Live Phone,REP,2017-04-04,2017-04-18,14,400,Jon Ossoff,10471,DEM,43,48.12456833654431,Karen Handel,10472,REP,12,19.770056447299407,31,28.3545118892449 +50584,79831,8723,2017,GA-6,House-P,2017_House-P_GA-6,RRH Elections,274,FALSE,FALSE,IVR/Online Panel,NA,2017-04-07,2017-04-18,11,321,Jon Ossoff,10471,DEM,39,48.12456833654431,Karen Handel,10472,REP,15,19.770056447299407,24,28.3545118892449 +50583,79830,8723,2017,GA-6,House-P,2017_House-P_GA-6,Wick,284,FALSE,FALSE,IVR,NA,2017-04-11,2017-04-18,7,485,Jon Ossoff,10471,DEM,44.7,48.12456833654431,Karen Handel,10472,REP,16.82,19.770056447299407,27.880000000000003,28.3545118892449 +50602,79852,8723,2017,GA-6,House-P,2017_House-P_GA-6,InsiderAdvantage,243,FALSE,FALSE,IVR/Online Ad,NA,2017-04-13,2017-04-18,5,437,Jon Ossoff,10471,DEM,41.5,48.12456833654431,Karen Handel,10472,REP,21.2,19.770056447299407,20.3,28.3545118892449 +50582,79829,8723,2017,GA-6,House-P,2017_House-P_GA-6,Landmark Communications,166,FALSE,FALSE,IVR/Online Panel,NA,2017-04-12,2017-04-18,6,500,Jon Ossoff,10471,DEM,45.3,48.12456833654431,Karen Handel,10472,REP,17.4,19.770056447299407,27.9,28.3545118892449 +50580,79827,8723,2017,GA-6,House-P,2017_House-P_GA-6,Clout Research,55,FALSE,FALSE,Live Phone,NA,2017-04-14,2017-04-18,4,453,Jon Ossoff,10471,DEM,41.3,48.12456833654431,Karen Handel,10472,REP,15.3,19.770056447299407,25.999999999999996,28.3545118892449 +50581,79828,8723,2017,GA-6,House-P,2017_House-P_GA-6,Emerson College,88,TRUE,FALSE,IVR,NA,2017-04-14,2017-04-18,4,324,Jon Ossoff,10471,DEM,43.1,48.12456833654431,Karen Handel,10472,REP,17.1,19.770056447299407,26,28.3545118892449 +69658,129862,8729,2020,WA,Gov-G,2020_Gov-G_WA,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-11,2020-11-03,53,501,Jay Robert Inslee,13635,DEM,53,56.55784584269906,Loren Culp,13639,REP,37,43.11810265813442,16,13.439743184564641 +70745,132344,8729,2020,WA,Gov-G,2020_Gov-G_WA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,591,Jay Robert Inslee,13635,DEM,54,56.55784584269906,Loren Culp,13639,REP,40,43.11810265813442,14,13.439743184564641 +71378,133809,8729,2020,WA,Gov-G,2020_Gov-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2020-10-14,2020-11-03,20,610,Jay Robert Inslee,13635,DEM,56,56.55784584269906,Loren Culp,13639,REP,40,43.11810265813442,16,13.439743184564641 +72787,136575,8729,2020,WA,Gov-G,2020_Gov-G_WA,Swayable,543,TRUE,FALSE,Online Ad,NA,2020-10-27,2020-11-03,7,474,Jay Robert Inslee,13635,DEM,59.1,56.55784584269906,Loren Culp,13639,REP,40.9,43.11810265813442,18.200000000000003,13.439743184564641 +70113,130631,8731,2020,PR,Gov-G,2020_Gov-G_PR,Beacon Research,545,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-16,2020-11-03,48,803,Pedro R. Pierluisi,15912,NPP,29,33.24038828300756,Carlos Delgado Altieri,15917,PPD,27,31.745872352350485,2,1.4945159306570766 +70130,130659,8731,2020,PR,Gov-G,2020_Gov-G_PR,El Nuevo Día/The Research Office,599,FALSE,FALSE,Live Phone,NA,2020-09-21,2020-11-03,43,1000,Pedro R. Pierluisi,15912,NPP,38,33.24038828300756,Carlos Delgado Altieri,15917,PPD,37,31.745872352350485,1,1.4945159306570766 +71297,133503,8731,2020,PR,Gov-G,2020_Gov-G_PR,Beacon Research,545,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-03,2020-11-03,31,1200,Pedro R. Pierluisi,15912,NPP,31,33.24038828300756,Carlos Delgado Altieri,15917,PPD,24,31.745872352350485,7,1.4945159306570766 +70991,132849,8731,2020,PR,Gov-G,2020_Gov-G_PR,Gaither International,626,FALSE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,2041,Pedro R. Pierluisi,15912,NPP,27,33.24038828300756,Carlos Delgado Altieri,15917,PPD,24,31.745872352350485,3,1.4945159306570766 +71952,134875,8731,2020,PR,Gov-G,2020_Gov-G_PR,Beacon Research,545,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-14,2020-11-03,20,809,Pedro R. Pierluisi,15912,NPP,31,33.24038828300756,Carlos Delgado Altieri,15917,PPD,26,31.745872352350485,5,1.4945159306570766 +71631,134197,8731,2020,PR,Gov-G,2020_Gov-G_PR,Jorge Benítez,600,FALSE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,676,Pedro R. Pierluisi,15912,NPP,31.5,33.24038828300756,Carlos Delgado Altieri,15917,PPD,35,31.745872352350485,-3.5,1.4945159306570766 +72174,136063,8731,2020,PR,Gov-G,2020_Gov-G_PR,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-23,2020-11-03,11,439,Pedro R. Pierluisi,15912,NPP,39,33.24038828300756,Carlos Delgado Altieri,15917,PPD,35,31.745872352350485,4,1.4945159306570766 +72504,136062,8731,2020,PR,Gov-G,2020_Gov-G_PR,El Nuevo Día/The Research Office,599,FALSE,FALSE,Face-to-Face,NA,2020-10-29,2020-11-03,5,1000,Pedro R. Pierluisi,15912,NPP,35,33.24038828300756,Carlos Delgado Altieri,15917,PPD,34,31.745872352350485,1,1.4945159306570766 +72620,136280,8731,2020,PR,Gov-G,2020_Gov-G_PR,Jorge Benítez,600,FALSE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,1010,Pedro R. Pierluisi,15912,NPP,32,33.24038828300756,Carlos Delgado Altieri,15917,PPD,35,31.745872352350485,-3,1.4945159306570766 +70113,130661,8732,2020,PR-1,House-G,2020_House-G_PR-1,Beacon Research,545,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-09-16,2020-11-03,48,803,Jenniffer González,15923,NPP,51,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,18,32.15737043473791,33,9.017687629902568 +70130,130660,8732,2020,PR-1,House-G,2020_House-G_PR-1,El Nuevo Día/The Research Office,599,FALSE,FALSE,Live Phone,NA,2020-09-21,2020-11-03,43,1000,Jenniffer González,15923,NPP,43,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,33,32.15737043473791,10,9.017687629902568 +71297,133504,8732,2020,PR-1,House-G,2020_House-G_PR-1,Beacon Research,545,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-03,2020-11-03,31,1200,Jenniffer González,15923,NPP,47,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,22,32.15737043473791,25,9.017687629902568 +70991,132850,8732,2020,PR-1,House-G,2020_House-G_PR-1,Gaither International,626,FALSE,FALSE,Live Phone,NA,2020-09-19,2020-11-03,45,2041,Jenniffer González,15923,NPP,44,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,16,32.15737043473791,28,9.017687629902568 +71952,134876,8732,2020,PR-1,House-G,2020_House-G_PR-1,Beacon Research,545,FALSE,FALSE,Live Phone/Text-to-Web,NA,2020-10-14,2020-11-03,20,809,Jenniffer González,15923,NPP,44,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,26,32.15737043473791,18,9.017687629902568 +71631,134198,8732,2020,PR-1,House-G,2020_House-G_PR-1,Jorge Benítez,600,FALSE,FALSE,Live Phone,NA,2020-10-14,2020-11-03,20,676,Jenniffer González,15923,NPP,43,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,40,32.15737043473791,3,9.017687629902568 +72174,135375,8732,2020,PR-1,House-G,2020_House-G_PR-1,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2020-10-23,2020-11-03,11,439,Jenniffer González,15923,NPP,46,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,34,32.15737043473791,12,9.017687629902568 +72504,136065,8732,2020,PR-1,House-G,2020_House-G_PR-1,El Nuevo Día/The Research Office,599,FALSE,FALSE,Face-to-Face,NA,2020-10-29,2020-11-03,5,1000,Jenniffer González,15923,NPP,44,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,32,32.15737043473791,12,9.017687629902568 +72620,136281,8732,2020,PR-1,House-G,2020_House-G_PR-1,Jorge Benítez,600,FALSE,FALSE,Live Phone,NA,2020-10-27,2020-11-03,7,1010,Jenniffer González,15923,NPP,43,41.17505806464048,Aníbal Acevedo-Vilá,15924,PPD,39,32.15737043473791,4,9.017687629902568 +72935,136831,8737,2020,GA,Sen-G,2020_Sen-R_GA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2020-11-08,2021-01-05,58,1450,Jon Ossoff,14567,DEM,46,50.61254404221096,David A. Perdue,14568,REP,50,49.38745595778904,-4,1.2250880844219267 +73121,137096,8737,2020,GA,Sen-G,2020_Sen-R_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-11-16,2021-01-05,50,800,Jon Ossoff,14567,DEM,49,50.61254404221096,David A. Perdue,14568,REP,49,49.38745595778904,0,1.2250880844219267 +73525,137950,8737,2020,GA,Sen-G,2020_Sen-R_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2020-11-17,2021-01-05,49,1476,Jon Ossoff,14567,DEM,48,50.61254404221096,David A. Perdue,14568,REP,50,49.38745595778904,-2,1.2250880844219267 +73492,137854,8737,2020,GA,Sen-G,2020_Sen-R_GA,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-11-21,2021-01-05,45,1377,Jon Ossoff,14567,DEM,48,50.61254404221096,David A. Perdue,14568,REP,47,49.38745595778904,1,1.2250880844219267 +73446,137759,8737,2020,GA,Sen-G,2020_Sen-R_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-11-29,2021-01-05,37,583,Jon Ossoff,14567,DEM,50,50.61254404221096,David A. Perdue,14568,REP,48,49.38745595778904,2,1.2250880844219267 +73495,137883,8737,2020,GA,Sen-G,2020_Sen-R_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-12-02,2021-01-05,34,1083,Jon Ossoff,14567,DEM,48,50.61254404221096,David A. Perdue,14568,REP,47.3,49.38745595778904,0.7000000000000028,1.2250880844219267 +73672,138229,8737,2020,GA,Sen-G,2020_Sen-R_GA,Fabrizio Ward/Hart Research Associates/AARP Research,613,TRUE,FALSE,Live Phone,NA,2020-12-02,2021-01-05,34,1250,Jon Ossoff,14567,DEM,48,50.61254404221096,David A. Perdue,14568,REP,46,49.38745595778904,2,1.2250880844219267 +73702,138266,8737,2020,GA,Sen-G,2020_Sen-R_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-12-09,2021-01-05,27,1018,Jon Ossoff,14567,DEM,49.1,50.61254404221096,David A. Perdue,14568,REP,48.8,49.38745595778904,0.30000000000000426,1.2250880844219267 +73789,138389,8737,2020,GA,Sen-G,2020_Sen-R_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-12-14,2021-01-05,22,500,Jon Ossoff,14567,DEM,47.8,50.61254404221096,David A. Perdue,14568,REP,49,49.38745595778904,-1.2000000000000028,1.2250880844219267 +73831,138492,8737,2020,GA,Sen-G,2020_Sen-R_GA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2020-12-12,2021-01-05,24,1500,Jon Ossoff,14567,DEM,46.7,50.61254404221096,David A. Perdue,14568,REP,50.8,49.38745595778904,-4.099999999999994,1.2250880844219267 +73838,138507,8737,2020,GA,Sen-G,2020_Sen-R_GA,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-12-11,2021-01-05,25,1417,Jon Ossoff,14567,DEM,49,50.61254404221096,David A. Perdue,14568,REP,47,49.38745595778904,2,1.2250880844219267 +73801,138448,8737,2020,GA,Sen-G,2020_Sen-R_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2020-12-15,2021-01-05,21,605,Jon Ossoff,14567,DEM,49,50.61254404221096,David A. Perdue,14568,REP,51,49.38745595778904,-2,1.2250880844219267 +73835,138503,8737,2020,GA,Sen-G,2020_Sen-R_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-12-15,2021-01-05,21,1064,Jon Ossoff,14567,DEM,47.5,50.61254404221096,David A. Perdue,14568,REP,50.2,49.38745595778904,-2.700000000000003,1.2250880844219267 +73860,138540,8737,2020,GA,Sen-G,2020_Sen-R_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2020-12-18,2021-01-05,18,600,Jon Ossoff,14567,DEM,51,50.61254404221096,David A. Perdue,14568,REP,46,49.38745595778904,5,1.2250880844219267 +73886,138617,8737,2020,GA,Sen-G,2020_Sen-R_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2020-12-21,2021-01-05,15,500,Jon Ossoff,14567,DEM,47.5,50.61254404221096,David A. Perdue,14568,REP,49.4,49.38745595778904,-1.8999999999999986,1.2250880844219267 +73955,138741,8737,2020,GA,Sen-G,2020_Sen-R_GA,Mellman Group,205,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2020-12-20,2021-01-05,16,578,Jon Ossoff,14567,DEM,50,50.61254404221096,David A. Perdue,14568,REP,47,49.38745595778904,3,1.2250880844219267 +73888,138628,8737,2020,GA,Sen-G,2020_Sen-R_GA,Reconnect Research/Probolsky Research,651,FALSE,FALSE,IVR,NA,2020-12-18,2021-01-05,18,1027,Jon Ossoff,14567,DEM,42,50.61254404221096,David A. Perdue,14568,REP,43,49.38745595778904,-1,1.2250880844219267 +73906,138663,8737,2020,GA,Sen-G,2020_Sen-R_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2020-12-25,2021-01-05,11,1022,Jon Ossoff,14567,DEM,50.4,50.61254404221096,David A. Perdue,14568,REP,47.7,49.38745595778904,2.6999999999999957,1.2250880844219267 +73898,138646,8737,2020,GA,Sen-G,2020_Sen-R_GA,Open Model Project,629,FALSE,FALSE,IVR/Online Panel,NA,2020-12-24,2021-01-05,12,1405,Jon Ossoff,14567,DEM,45.6,50.61254404221096,David A. Perdue,14568,REP,49.5,49.38745595778904,-3.8999999999999986,1.2250880844219267 +73908,138671,8737,2020,GA,Sen-G,2020_Sen-R_GA,JMC Analytics,156,FALSE,FALSE,IVR/Live Phone,NA,2020-12-28,2021-01-05,8,500,Jon Ossoff,14567,DEM,53,50.61254404221096,David A. Perdue,14568,REP,45,49.38745595778904,8,1.2250880844219267 +73956,138744,8737,2020,GA,Sen-G,2020_Sen-R_GA,Gravis Marketing,124,FALSE,FALSE,IVR/Online Panel,NA,2020-12-29,2021-01-05,7,1011,Jon Ossoff,14567,DEM,50,50.61254404221096,David A. Perdue,14568,REP,47,49.38745595778904,3,1.2250880844219267 +73957,138751,8737,2020,GA,Sen-G,2020_Sen-R_GA,AtlasIntel,546,TRUE,FALSE,Live Phone/Online Panel,NA,2020-12-29,2021-01-05,7,1680,Jon Ossoff,14567,DEM,51.3,50.61254404221096,David A. Perdue,14568,REP,47,49.38745595778904,4.299999999999997,1.2250880844219267 +73992,138821,8737,2020,GA,Sen-G,2020_Sen-R_GA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2021-01-03,2021-01-05,2,500,Jon Ossoff,14567,DEM,48.6,50.61254404221096,David A. Perdue,14568,REP,48.7,49.38745595778904,-0.10000000000000142,1.2250880844219267 +73991,138819,8737,2020,GA,Sen-G,2020_Sen-R_GA,National Research,225,FALSE,FALSE,Live Phone,REP,2021-01-02,2021-01-05,3,500,Jon Ossoff,14567,DEM,46,50.61254404221096,David A. Perdue,14568,REP,45,49.38745595778904,1,1.2250880844219267 +73958,138753,8737,2020,GA,Sen-G,2020_Sen-R_GA,"University of Nevada, Las Vegas Lee Business School",609,FALSE,FALSE,Online Panel,NA,2021-01-01,2021-01-05,4,550,Jon Ossoff,14567,DEM,47.8,50.61254404221096,David A. Perdue,14568,REP,48.9,49.38745595778904,-1.1000000000000014,1.2250880844219267 +73959,138755,8737,2020,GA,Sen-G,2020_Sen-R_GA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2021-01-01,2021-01-05,4,713,Jon Ossoff,14567,DEM,50,50.61254404221096,David A. Perdue,14568,REP,50,49.38745595778904,0,1.2250880844219267 +73993,138823,8737,2020,GA,Sen-G,2020_Sen-R_GA,AtlasIntel,546,TRUE,FALSE,Online Panel,NA,2021-01-03,2021-01-05,2,857,Jon Ossoff,14567,DEM,51.3,50.61254404221096,David A. Perdue,14568,REP,46.8,49.38745595778904,4.5,1.2250880844219267 +74006,138845,8737,2020,GA,Sen-G,2020_Sen-R_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2021-01-03,2021-01-05,2,1056,Jon Ossoff,14567,DEM,49.4,50.61254404221096,David A. Perdue,14568,REP,48.5,49.38745595778904,0.8999999999999986,1.2250880844219267 +73558,138055,8746,2008,PR,Gov-G,2008_Gov-G_PR,Ipsos,154,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,666,Luis Guillermo Fortuño,16336,PNP,41,53.06164773932085,Aníbal Acevedo-Vilá,16337,PPD,38,41.43040670606258,3,11.63124103325827 +73710,138276,8747,2008,MS-1,House-P,2008_House-P_MS-1,Impact Research,14,FALSE,FALSE,Live Phone,DEM,2008-04-05,2008-04-22,17,500,Travis W. Childers,28423,DEM,27,49.44107124300412,Greg Davis,28424,REP,29,46.283457787146865,-2,3.157613455857252 +74151,139079,8748,2006,TX-23,House-G,2006_House-SR_TX-23,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-12-02,2006-12-12,10,471,Ciro D. Rodriguez,16593,DEM,46,54.28461964156486,Henry Bonilla,16594,REP,53,45.71538035843515,-7,8.569239283129711 +74150,139078,8748,2006,TX-23,House-G,2006_House-SR_TX-23,SurveyUSA,325,FALSE,FALSE,IVR,NA,2006-12-09,2006-12-12,3,530,Ciro D. Rodriguez,16593,DEM,47,54.28461964156486,Henry Bonilla,16594,REP,51,45.71538035843515,-4,8.569239283129711 +81391,164465,8917,2022,AL,Sen-G,2022_Sen-G_AL,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-28,2022-11-08,11,616,Will Boyd,30186,DEM,27.5,30.882072183041327,Katie Britt,30185,REP,57.1,66.6191970516985,-29.6,-35.737124868657176 +80655,161424,8918,2022,AK,Sen-G,2022_Sen-G_AK,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-08,2022-11-08,61,500,Lisa Murkowski,21152,REP,50,53.70198216367819,Kelly C. Tshibaka,21151,REP,50,46.29801783632181,0,7.403964327356377 +80888,162701,8918,2022,AK,Sen-G,2022_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,Text-to-Web,NA,2022-09-26,2022-11-08,43,1282,Lisa Murkowski,21152,REP,56.6,53.70198216367819,Kelly C. Tshibaka,21151,REP,43.4,46.29801783632181,13.200000000000003,7.403964327356377 +81215,163915,8918,2022,AK,Sen-G,2022_Sen-G_AK,Alaska Survey Research,155,FALSE,FALSE,Text-to-Web,NA,2022-10-21,2022-11-08,18,1276,Lisa Murkowski,21152,REP,55.5,53.70198216367819,Kelly C. Tshibaka,21151,REP,44.5,46.29801783632181,11,7.403964327356377 +81057,163292,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2022-09-08,2022-11-08,61,400,Mark Kelly,20633,DEM,50,51.39486388414388,Blake Masters,28668,REP,40,46.50743655274241,10,4.887427331401469 +80750,161939,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-12,2022-11-08,57,500,Mark Kelly,20633,DEM,50,51.39486388414388,Blake Masters,28668,REP,42,46.50743655274241,8,4.887427331401469 +80676,161486,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-16,2022-11-08,53,1080,Mark Kelly,20633,DEM,46.6,51.39486388414388,Blake Masters,28668,REP,45.4,46.50743655274241,1.2000000000000028,4.887427331401469 +80755,161956,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-17,2022-11-08,52,768,Mark Kelly,20633,DEM,48,51.39486388414388,Blake Masters,28668,REP,47,46.50743655274241,1,4.887427331401469 +80833,162503,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-21,2022-11-08,48,1260,Mark Kelly,20633,DEM,51,51.39486388414388,Blake Masters,28668,REP,41,46.50743655274241,10,4.887427331401469 +80825,162484,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-23,2022-11-08,46,500,Mark Kelly,20633,DEM,49,51.39486388414388,Blake Masters,28668,REP,42.2,46.50743655274241,6.799999999999997,4.887427331401469 +80873,162668,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1008,Mark Kelly,20633,DEM,46,51.39486388414388,Blake Masters,28668,REP,40,46.50743655274241,6,4.887427331401469 +80960,162971,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-09-29,2022-11-08,40,795,Mark Kelly,20633,DEM,51,51.39486388414388,Blake Masters,28668,REP,45,46.50743655274241,6,4.887427331401469 +80933,162818,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-02,2022-11-08,37,1161,Mark Kelly,20633,DEM,51,51.39486388414388,Blake Masters,28668,REP,48,46.50743655274241,3,4.887427331401469 +80994,163076,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone/Text,NA,2022-10-05,2022-11-08,34,674,Mark Kelly,20633,DEM,46,51.39486388414388,Blake Masters,28668,REP,33,46.50743655274241,13,4.887427331401469 +81027,163223,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-06,2022-11-08,33,551,Mark Kelly,20633,DEM,55,51.39486388414388,Blake Masters,28668,REP,38,46.50743655274241,17,4.887427331401469 +81058,163293,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2022-10-09,2022-11-08,30,600,Mark Kelly,20633,DEM,46,51.39486388414388,Blake Masters,28668,REP,43,46.50743655274241,3,4.887427331401469 +81379,164444,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Ascend Action,726,FALSE,FALSE,Live Phone/Text,NA,2022-10-09,2022-11-08,30,954,Mark Kelly,20633,DEM,48,51.39486388414388,Blake Masters,28668,REP,44,46.50743655274241,4,4.887427331401469 +81050,163276,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-11,2022-11-08,28,550,Mark Kelly,20633,DEM,46,51.39486388414388,Blake Masters,28668,REP,41.6,46.50743655274241,4.399999999999999,4.887427331401469 +81092,163512,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2022-10-12,2022-11-08,27,500,Mark Kelly,20633,DEM,42.4,51.39486388414388,Blake Masters,28668,REP,39.6,46.50743655274241,2.799999999999997,4.887427331401469 +81381,164448,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2022-10-12,2022-11-08,27,502,Mark Kelly,20633,DEM,47,51.39486388414388,Blake Masters,28668,REP,43,46.50743655274241,4,4.887427331401469 +81192,163835,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-10,2022-11-08,29,1000,Mark Kelly,20633,DEM,48.9,51.39486388414388,Blake Masters,28668,REP,46.4,46.50743655274241,2.5,4.887427331401469 +81121,163547,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-16,2022-11-08,23,1078,Mark Kelly,20633,DEM,47.4,51.39486388414388,Blake Masters,28668,REP,46.4,46.50743655274241,1,4.887427331401469 +81269,164138,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-14,2022-11-08,25,893,Mark Kelly,20633,DEM,47,51.39486388414388,Blake Masters,28668,REP,47,46.50743655274241,0,4.887427331401469 +81229,163949,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2022-10-16,2022-11-08,23,600,Mark Kelly,20633,DEM,47.7,51.39486388414388,Blake Masters,28668,REP,44.5,46.50743655274241,3.200000000000003,4.887427331401469 +81188,163830,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-20,2022-11-08,19,1111,Mark Kelly,20633,DEM,46.6,51.39486388414388,Blake Masters,28668,REP,44.8,46.50743655274241,1.8000000000000043,4.887427331401469 +81280,164157,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,InsiderAdvantage,243,FALSE,FALSE,Live Phone/Text,NA,2022-10-24,2022-11-08,15,550,Mark Kelly,20633,DEM,45,51.39486388414388,Blake Masters,28668,REP,43,46.50743655274241,2,4.887427331401469 +81354,164379,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-25,2022-11-08,14,604,Mark Kelly,20633,DEM,51,51.39486388414388,Blake Masters,28668,REP,45,46.50743655274241,6,4.887427331401469 +81359,164384,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,Live Phone/Text,NA,2022-10-25,2022-11-08,14,600,Mark Kelly,20633,DEM,48,51.39486388414388,Blake Masters,28668,REP,46,46.50743655274241,2,4.887427331401469 +81365,164398,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text,REP,2022-10-25,2022-11-08,14,800,Mark Kelly,20633,DEM,47,51.39486388414388,Blake Masters,28668,REP,46,46.50743655274241,1,4.887427331401469 +81411,164554,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,BSP Research/Shaw & Company Research,728,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-23,2022-11-08,16,669,Mark Kelly,20633,DEM,47,51.39486388414388,Blake Masters,28668,REP,43,46.50743655274241,4,4.887427331401469 +81401,164491,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Phillips Academy,699,FALSE,FALSE,IVR/Text,NA,2022-10-29,2022-11-08,10,985,Mark Kelly,20633,DEM,47.2,51.39486388414388,Blake Masters,28668,REP,46.6,46.50743655274241,0.6000000000000014,4.887427331401469 +81366,164402,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-28,2022-11-08,11,1122,Mark Kelly,20633,DEM,49.2,51.39486388414388,Blake Masters,28668,REP,46.9,46.50743655274241,2.3000000000000043,4.887427331401469 +81429,164573,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,1003,Mark Kelly,20633,DEM,47,51.39486388414388,Blake Masters,28668,REP,45,46.50743655274241,2,4.887427331401469 +81386,164454,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-27,2022-11-08,12,558,Mark Kelly,20633,DEM,55,51.39486388414388,Blake Masters,28668,REP,45,46.50743655274241,10,4.887427331401469 +81521,164965,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-31,2022-11-08,8,1000,Mark Kelly,20633,DEM,47.7,51.39486388414388,Blake Masters,28668,REP,48.1,46.50743655274241,-0.3999999999999986,4.887427331401469 +81502,164909,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-02,2022-11-08,6,550,Mark Kelly,20633,DEM,48,51.39486388414388,Blake Masters,28668,REP,48,46.50743655274241,0,4.887427331401469 +81490,164875,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1075,Mark Kelly,20633,DEM,48,51.39486388414388,Blake Masters,28668,REP,47,46.50743655274241,1,4.887427331401469 +81499,164904,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2022-11-01,2022-11-08,7,500,Mark Kelly,20633,DEM,46.4,51.39486388414388,Blake Masters,28668,REP,45,46.50743655274241,1.3999999999999986,4.887427331401469 +81508,164922,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-11-01,2022-11-08,7,1157,Mark Kelly,20633,DEM,49,51.39486388414388,Blake Masters,28668,REP,45,46.50743655274241,4,4.887427331401469 +81545,165048,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-11-01,2022-11-08,7,814,Mark Kelly,20633,DEM,48.6,51.39486388414388,Blake Masters,28668,REP,47.9,46.50743655274241,0.7000000000000028,4.887427331401469 +81455,164763,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-31,2022-11-08,8,852,Mark Kelly,20633,DEM,49,51.39486388414388,Blake Masters,28668,REP,49,46.50743655274241,0,4.887427331401469 +81531,165024,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,KAConsulting,757,FALSE,FALSE,Live Phone,REP,2022-11-02,2022-11-08,6,501,Mark Kelly,20633,DEM,47,51.39486388414388,Blake Masters,28668,REP,46,46.50743655274241,1,4.887427331401469 +81581,165128,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Mark Kelly,20633,DEM,51,51.39486388414388,Blake Masters,28668,REP,47,46.50743655274241,4,4.887427331401469 +81596,165192,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone/Text-to-Web,NA,2022-11-05,2022-11-08,3,550,Mark Kelly,20633,DEM,48.2,51.39486388414388,Blake Masters,28668,REP,46.5,46.50743655274241,1.7000000000000028,4.887427331401469 +81618,165271,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1359,Mark Kelly,20633,DEM,49,51.39486388414388,Blake Masters,28668,REP,50,46.50743655274241,-1,4.887427331401469 +81626,165300,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,560,Mark Kelly,20633,DEM,50,51.39486388414388,Blake Masters,28668,REP,47,46.50743655274241,3,4.887427331401469 +81629,165305,8919,2022,AZ,Sen-G,2022_Sen-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-06,2022-11-08,2,1094,Mark Kelly,20633,DEM,46.7,51.39486388414388,Blake Masters,28668,REP,48.2,46.50743655274241,-1.5,4.887427331401469 +80677,161487,8920,2022,AR,Sen-G,2022_Sen-G_AR,Hendrix College,138,FALSE,FALSE,Text-to-Web,NA,2022-09-12,2022-11-08,57,835,Natalie James,30184,DEM,30.5,31.08677851917107,John Boozman,29276,REP,43.5,65.73095042083376,-13,-34.644171901662695 +81163,163737,8920,2022,AR,Sen-G,2022_Sen-G_AR,Hendrix College,138,FALSE,FALSE,Text,NA,2022-10-17,2022-11-08,22,974,Natalie James,30184,DEM,32,31.08677851917107,John Boozman,29276,REP,52,65.73095042083376,-20,-34.644171901662695 +81501,164907,8920,2022,AR,Sen-G,2022_Sen-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2022-10-22,2022-11-08,17,557,Natalie James,30184,DEM,25.8,31.08677851917107,John Boozman,29276,REP,54.6,65.73095042083376,-28.8,-34.644171901662695 +81016,163133,8921,2022,CA,Sen-G,2022_Sen-G_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-09,2022-11-08,30,1013,Alex Padilla,29277,DEM,56,61.064507760815765,Mark P. Meuser,29384,REP,34,38.935492239184235,22,22.12901552163153 +81541,165039,8921,2022,CA,Sen-G,2022_Sen-G_CA,University of Southern California Schwarzenegger Institute for State and Global Policy,648,FALSE,FALSE,Online Panel,NA,2022-11-01,2022-11-08,7,802,Alex Padilla,29277,DEM,63,61.064507760815765,Mark P. Meuser,29384,REP,37,38.935492239184235,26,22.12901552163153 +81582,165130,8921,2022,CA,Sen-G,2022_Sen-G_CA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Alex Padilla,29277,DEM,53,61.064507760815765,Mark P. Meuser,29384,REP,37,38.935492239184235,16,22.12901552163153 +80745,161870,8922,2022,CO,Sen-G,2022_Sen-G_CO,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-18,2022-11-08,51,1000,Michael Bennet,28366,DEM,45.5,55.88389403751005,Joe O'Dea,30404,REP,35.9,41.26557419014211,9.600000000000001,14.618319847367943 +80832,162501,8922,2022,CO,Sen-G,2022_Sen-G_CO,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-22,2022-11-08,47,1078,Michael Bennet,28366,DEM,48.6,55.88389403751005,Joe O'Dea,30404,REP,42.6,41.26557419014211,6,14.618319847367943 +80893,162713,8922,2022,CO,Sen-G,2022_Sen-G_CO,Keating Research/Magellan Strategies,481,FALSE,FALSE,Live Phone,NA,2022-09-22,2022-11-08,47,1060,Michael Bennet,28366,DEM,46,55.88389403751005,Joe O'Dea,30404,REP,36,41.26557419014211,10,14.618319847367943 +81011,163117,8922,2022,CO,Sen-G,2022_Sen-G_CO,OnMessage Inc.,239,FALSE,FALSE,Online Panel,REP,2022-09-24,2022-11-08,45,600,Michael Bennet,28366,DEM,46,55.88389403751005,Joe O'Dea,30404,REP,45,41.26557419014211,1,14.618319847367943 +80967,162991,8922,2022,CO,Sen-G,2022_Sen-G_CO,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-05,2022-11-08,34,1005,Michael Bennet,28366,DEM,50,55.88389403751005,Joe O'Dea,30404,REP,41,41.26557419014211,9,14.618319847367943 +80993,163075,8922,2022,CO,Sen-G,2022_Sen-G_CO,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-05,2022-11-08,34,1127,Michael Bennet,28366,DEM,48,55.88389403751005,Joe O'Dea,30404,REP,41,41.26557419014211,7,14.618319847367943 +81122,163568,8922,2022,CO,Sen-G,2022_Sen-G_CO,Global Strategy Group,118,FALSE,FALSE,Live Phone/Online Panel,DEM,2022-10-08,2022-11-08,31,800,Michael Bennet,28366,DEM,49,55.88389403751005,Joe O'Dea,30404,REP,38,41.26557419014211,11,14.618319847367943 +81155,163718,8922,2022,CO,Sen-G,2022_Sen-G_CO,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-17,2022-11-08,22,600,Michael Bennet,28366,DEM,54,55.88389403751005,Joe O'Dea,30404,REP,41,41.26557419014211,13,14.618319847367943 +81439,164661,8922,2022,CO,Sen-G,2022_Sen-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-15,2022-11-08,24,709,Michael Bennet,28366,DEM,56,55.88389403751005,Joe O'Dea,30404,REP,42,41.26557419014211,14,14.618319847367943 +81318,164307,8922,2022,CO,Sen-G,2022_Sen-G_CO,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-24,2022-11-08,15,826,Michael Bennet,28366,DEM,49.9,55.88389403751005,Joe O'Dea,30404,REP,34.4,41.26557419014211,15.5,14.618319847367943 +81404,164496,8922,2022,CO,Sen-G,2022_Sen-G_CO,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1000,Michael Bennet,28366,DEM,51.4,55.88389403751005,Joe O'Dea,30404,REP,43.3,41.26557419014211,8.100000000000001,14.618319847367943 +81463,164812,8922,2022,CO,Sen-G,2022_Sen-G_CO,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-31,2022-11-08,8,1084,Michael Bennet,28366,DEM,47.6,55.88389403751005,Joe O'Dea,30404,REP,46.1,41.26557419014211,1.5,14.618319847367943 +81615,165242,8922,2022,CO,Sen-G,2022_Sen-G_CO,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1983,Michael Bennet,28366,DEM,51,55.88389403751005,Joe O'Dea,30404,REP,44,41.26557419014211,7,14.618319847367943 +81620,165275,8922,2022,CO,Sen-G,2022_Sen-G_CO,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-11-05,2022-11-08,3,856,Michael Bennet,28366,DEM,51,55.88389403751005,Joe O'Dea,30404,REP,43,41.26557419014211,8,14.618319847367943 +80731,161839,8923,2022,CT,Sen-G,2022_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-09-17,2022-11-08,52,1911,Richard Blumenthal,29278,DEM,57,55.65380069799911,Leora R. Levy,30165,REP,40,42.538973733358624,17,13.114826964640486 +80826,162542,8923,2022,CT,Sen-G,2022_Sen-G_CT,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2022-09-18,2022-11-08,51,626,Richard Blumenthal,29278,DEM,53,55.65380069799911,Leora R. Levy,30165,REP,40,42.538973733358624,13,13.114826964640486 +81074,163355,8923,2022,CT,Sen-G,2022_Sen-G_CT,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-12,2022-11-08,27,1200,Richard Blumenthal,29278,DEM,49,55.65380069799911,Leora R. Levy,30165,REP,44,42.538973733358624,5,13.114826964640486 +81242,164047,8923,2022,CT,Sen-G,2022_Sen-G_CT,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-20,2022-11-08,19,1000,Richard Blumenthal,29278,DEM,54,55.65380069799911,Leora R. Levy,30165,REP,41.7,42.538973733358624,12.299999999999997,13.114826964640486 +81218,163920,8923,2022,CT,Sen-G,2022_Sen-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-10-21,2022-11-08,18,1879,Richard Blumenthal,29278,DEM,56,55.65380069799911,Leora R. Levy,30165,REP,41,42.538973733358624,15,13.114826964640486 +81497,164899,8923,2022,CT,Sen-G,2022_Sen-G_CT,"Long Island University Steven S. Hornstein Center for Policy, Polling, and Analysis",633,FALSE,FALSE,Online Panel,NA,2022-10-25,2022-11-08,14,1004,Richard Blumenthal,29278,DEM,51,55.65380069799911,Leora R. Levy,30165,REP,26,42.538973733358624,25,13.114826964640486 +80671,161476,8924,2022,FL,Sen-G,2022_Sen-G_FL,Sachs Media,706,FALSE,FALSE,Online Ad,NA,2022-09-10,2022-11-08,59,600,Val Demings,25620,DEM,46,41.26728825186446,Marco Rubio,25621,REP,49,57.680316122141576,-3,-16.41302787027712 +80639,161413,8924,2022,FL,Sen-G,2022_Sen-G_FL,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-09-09,2022-11-08,60,608,Val Demings,25620,DEM,45,41.26728825186446,Marco Rubio,25621,REP,50,57.680316122141576,-5,-16.41302787027712 +80715,161748,8924,2022,FL,Sen-G,2022_Sen-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-17,2022-11-08,52,500,Val Demings,25620,DEM,41.2,41.26728825186446,Marco Rubio,25621,REP,45.2,57.680316122141576,-4,-16.41302787027712 +80732,161840,8924,2022,FL,Sen-G,2022_Sen-G_FL,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-09-19,2022-11-08,50,617,Val Demings,25620,DEM,47,41.26728825186446,Marco Rubio,25621,REP,49,57.680316122141576,-2,-16.41302787027712 +80895,162715,8924,2022,FL,Sen-G,2022_Sen-G_FL,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-22,2022-11-08,47,669,Val Demings,25620,DEM,41,41.26728825186446,Marco Rubio,25621,REP,48,57.680316122141576,-7,-16.41302787027712 +80903,162747,8924,2022,FL,Sen-G,2022_Sen-G_FL,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2022-09-24,2022-11-08,45,2860,Val Demings,25620,DEM,46,41.26728825186446,Marco Rubio,25621,REP,46,57.680316122141576,0,-16.41302787027712 +80915,162769,8924,2022,FL,Sen-G,2022_Sen-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2022-09-27,2022-11-08,42,800,Val Demings,25620,DEM,41,41.26728825186446,Marco Rubio,25621,REP,47,57.680316122141576,-6,-16.41302787027712 +81449,164753,8924,2022,FL,Sen-G,2022_Sen-G_FL,African American Research Collaborative,733,FALSE,FALSE,Live Phone/Online Panel,DEM,2022-10-08,2022-11-08,31,1250,Val Demings,25620,DEM,40,41.26728825186446,Marco Rubio,25621,REP,42,57.680316122141576,-2,-16.41302787027712 +81160,163731,8924,2022,FL,Sen-G,2022_Sen-G_FL,RMG Research,555,FALSE,FALSE,Online Panel,NA,2022-10-12,2022-11-08,27,685,Val Demings,25620,DEM,45,41.26728825186446,Marco Rubio,25621,REP,50,57.680316122141576,-5,-16.41302787027712 +81166,163761,8924,2022,FL,Sen-G,2022_Sen-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-14,2022-11-08,25,719,Val Demings,25620,DEM,42,41.26728825186446,Marco Rubio,25621,REP,47.7,57.680316122141576,-5.700000000000003,-16.41302787027712 +81306,164232,8924,2022,FL,Sen-G,2022_Sen-G_FL,Stetson University Center for Public Opinion Research,730,FALSE,FALSE,Online Panel,NA,2022-10-18,2022-11-08,21,644,Val Demings,25620,DEM,45,41.26728825186446,Marco Rubio,25621,REP,52,57.680316122141576,-7,-16.41302787027712 +81270,164139,8924,2022,FL,Sen-G,2022_Sen-G_FL,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-21,2022-11-08,18,1251,Val Demings,25620,DEM,44,41.26728825186446,Marco Rubio,25621,REP,51,57.680316122141576,-7,-16.41302787027712 +81262,164048,8924,2022,FL,Sen-G,2022_Sen-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2022-10-21,2022-11-08,18,622,Val Demings,25620,DEM,43,41.26728825186446,Marco Rubio,25621,REP,54,57.680316122141576,-11,-16.41302787027712 +81530,165021,8924,2022,FL,Sen-G,2022_Sen-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-26,2022-11-08,13,1117,Val Demings,25620,DEM,44,41.26728825186446,Marco Rubio,25621,REP,51,57.680316122141576,-7,-16.41302787027712 +81450,164755,8924,2022,FL,Sen-G,2022_Sen-G_FL,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-01,2022-11-08,7,550,Val Demings,25620,DEM,45,41.26728825186446,Marco Rubio,25621,REP,51,57.680316122141576,-6,-16.41302787027712 +81460,164774,8924,2022,FL,Sen-G,2022_Sen-G_FL,Victory Insights,673,FALSE,FALSE,IVR,NA,2022-10-31,2022-11-08,8,500,Val Demings,25620,DEM,45.7,41.26728825186446,Marco Rubio,25621,REP,49.7,57.680316122141576,-4,-16.41302787027712 +81513,164944,8924,2022,FL,Sen-G,2022_Sen-G_FL,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-31,2022-11-08,8,659,Val Demings,25620,DEM,43,41.26728825186446,Marco Rubio,25621,REP,51,57.680316122141576,-8,-16.41302787027712 +81546,165052,8924,2022,FL,Sen-G,2022_Sen-G_FL,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-11-01,2022-11-08,7,600,Val Demings,25620,DEM,40,41.26728825186446,Marco Rubio,25621,REP,49,57.680316122141576,-9,-16.41302787027712 +81453,164761,8924,2022,FL,Sen-G,2022_Sen-G_FL,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-31,2022-11-08,8,772,Val Demings,25620,DEM,45,41.26728825186446,Marco Rubio,25621,REP,52,57.680316122141576,-7,-16.41302787027712 +81583,165131,8924,2022,FL,Sen-G,2022_Sen-G_FL,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Val Demings,25620,DEM,44,41.26728825186446,Marco Rubio,25621,REP,54,57.680316122141576,-10,-16.41302787027712 +81613,165232,8924,2022,FL,Sen-G,2022_Sen-G_FL,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-11-04,2022-11-08,4,1436,Val Demings,25620,DEM,43,41.26728825186446,Marco Rubio,25621,REP,55,57.680316122141576,-12,-16.41302787027712 +80640,161415,8925,2022,GA,Sen-G,2022_Sen-G_GA,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-09-11,2022-11-08,58,542,Raphael Warnock,19086,DEM,49,49.44498420193073,Herschel Junior Walker,19088,REP,45,48.48777567859542,4,0.9572085233353107 +80631,161343,8925,2022,GA,Sen-G,2022_Sen-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-09-10,2022-11-08,59,1278,Raphael Warnock,19086,DEM,52,49.44498420193073,Herschel Junior Walker,19088,REP,46,48.48777567859542,6,0.9572085233353107 +80692,161653,8925,2022,GA,Sen-G,2022_Sen-G_GA,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-14,2022-11-08,55,1202,Raphael Warnock,19086,DEM,47,49.44498420193073,Herschel Junior Walker,19088,REP,42,48.48777567859542,5,0.9572085233353107 +80691,161652,8925,2022,GA,Sen-G,2022_Sen-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2022-09-11,2022-11-08,58,861,Raphael Warnock,19086,DEM,44.2,49.44498420193073,Herschel Junior Walker,19088,REP,45.8,48.48777567859542,-1.5999999999999943,0.9572085233353107 +80718,161751,8925,2022,GA,Sen-G,2022_Sen-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-16,2022-11-08,53,1178,Raphael Warnock,19086,DEM,51,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,2,0.9572085233353107 +80756,161957,8925,2022,GA,Sen-G,2022_Sen-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-18,2022-11-08,51,1006,Raphael Warnock,19086,DEM,46,49.44498420193073,Herschel Junior Walker,19088,REP,46,48.48777567859542,0,0.9572085233353107 +80852,162609,8925,2022,GA,Sen-G,2022_Sen-G_GA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1011,Raphael Warnock,19086,DEM,46,49.44498420193073,Herschel Junior Walker,19088,REP,41,48.48777567859542,5,0.9572085233353107 +80942,162892,8925,2022,GA,Sen-G,2022_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-04,2022-11-08,35,550,Raphael Warnock,19086,DEM,47.2,49.44498420193073,Herschel Junior Walker,19088,REP,43.6,48.48777567859542,3.6000000000000014,0.9572085233353107 +80943,162893,8925,2022,GA,Sen-G,2022_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-02,2022-11-08,37,1076,Raphael Warnock,19086,DEM,50,49.44498420193073,Herschel Junior Walker,19088,REP,38,48.48777567859542,12,0.9572085233353107 +81020,163196,8925,2022,GA,Sen-G,2022_Sen-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2022-09-29,2022-11-08,40,1030,Raphael Warnock,19086,DEM,46.4,49.44498420193073,Herschel Junior Walker,19088,REP,43.4,48.48777567859542,3,0.9572085233353107 +81008,163111,8925,2022,GA,Sen-G,2022_Sen-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-06,2022-11-08,33,1000,Raphael Warnock,19086,DEM,47.8,49.44498420193073,Herschel Junior Walker,19088,REP,45.6,48.48777567859542,2.1999999999999957,0.9572085233353107 +81029,163228,8925,2022,GA,Sen-G,2022_Sen-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-10-09,2022-11-08,30,1157,Raphael Warnock,19086,DEM,52,49.44498420193073,Herschel Junior Walker,19088,REP,45,48.48777567859542,7,0.9572085233353107 +81013,163129,8925,2022,GA,Sen-G,2022_Sen-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-10,2022-11-08,29,1084,Raphael Warnock,19086,DEM,46.3,49.44498420193073,Herschel Junior Walker,19088,REP,44.8,48.48777567859542,1.5,0.9572085233353107 +81030,163229,8925,2022,GA,Sen-G,2022_Sen-G_GA,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2022-10-10,2022-11-08,29,800,Raphael Warnock,19086,DEM,44,49.44498420193073,Herschel Junior Walker,19088,REP,46,48.48777567859542,-2,0.9572085233353107 +81051,163277,8925,2022,GA,Sen-G,2022_Sen-G_GA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-10,2022-11-08,29,717,Raphael Warnock,19086,DEM,49,49.44498420193073,Herschel Junior Walker,19088,REP,46,48.48777567859542,3,0.9572085233353107 +81191,163834,8925,2022,GA,Sen-G,2022_Sen-G_GA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-10,2022-11-08,29,1018,Raphael Warnock,19086,DEM,46.1,49.44498420193073,Herschel Junior Walker,19088,REP,46.1,48.48777567859542,0,0.9572085233353107 +81107,163488,8925,2022,GA,Sen-G,2022_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-16,2022-11-08,23,550,Raphael Warnock,19086,DEM,46.3,49.44498420193073,Herschel Junior Walker,19088,REP,43.4,48.48777567859542,2.8999999999999986,0.9572085233353107 +81112,163519,8925,2022,GA,Sen-G,2022_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-16,2022-11-08,23,500,Raphael Warnock,19086,DEM,46.1,49.44498420193073,Herschel Junior Walker,19088,REP,46,48.48777567859542,0.10000000000000142,0.9572085233353107 +81200,163871,8925,2022,GA,Sen-G,2022_Sen-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-15,2022-11-08,24,984,Raphael Warnock,19086,DEM,48,49.44498420193073,Herschel Junior Walker,19088,REP,47,48.48777567859542,1,0.9572085233353107 +81244,163978,8925,2022,GA,Sen-G,2022_Sen-G_GA,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-15,2022-11-08,24,905,Raphael Warnock,19086,DEM,48.7,49.44498420193073,Herschel Junior Walker,19088,REP,46.5,48.48777567859542,2.200000000000003,0.9572085233353107 +81382,164449,8925,2022,GA,Sen-G,2022_Sen-G_GA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2022-10-20,2022-11-08,19,503,Raphael Warnock,19086,DEM,48,49.44498420193073,Herschel Junior Walker,19088,REP,45,48.48777567859542,3,0.9572085233353107 +81232,163957,8925,2022,GA,Sen-G,2022_Sen-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-22,2022-11-08,17,1076,Raphael Warnock,19086,DEM,46.5,49.44498420193073,Herschel Junior Walker,19088,REP,48.9,48.48777567859542,-2.3999999999999986,0.9572085233353107 +81307,164234,8925,2022,GA,Sen-G,2022_Sen-G_GA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-10-23,2022-11-08,16,1053,Raphael Warnock,19086,DEM,43,49.44498420193073,Herschel Junior Walker,19088,REP,48,48.48777567859542,-5,0.9572085233353107 +81284,164165,8925,2022,GA,Sen-G,2022_Sen-G_GA,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-24,2022-11-08,15,946,Raphael Warnock,19086,DEM,43.6,49.44498420193073,Herschel Junior Walker,19088,REP,47,48.48777567859542,-3.3999999999999986,0.9572085233353107 +81276,164151,8925,2022,GA,Sen-G,2022_Sen-G_GA,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2022-10-24,2022-11-08,15,800,Raphael Warnock,19086,DEM,42,49.44498420193073,Herschel Junior Walker,19088,REP,46,48.48777567859542,-4,0.9572085233353107 +81338,164354,8925,2022,GA,Sen-G,2022_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-27,2022-11-08,12,550,Raphael Warnock,19086,DEM,45.3,49.44498420193073,Herschel Junior Walker,19088,REP,47.5,48.48777567859542,-2.200000000000003,0.9572085233353107 +81355,164380,8925,2022,GA,Sen-G,2022_Sen-G_GA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,604,Raphael Warnock,19086,DEM,47,49.44498420193073,Herschel Junior Walker,19088,REP,44,48.48777567859542,3,0.9572085233353107 +81368,164406,8925,2022,GA,Sen-G,2022_Sen-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2022-10-22,2022-11-08,17,1022,Raphael Warnock,19086,DEM,45.2,49.44498420193073,Herschel Junior Walker,19088,REP,45.5,48.48777567859542,-0.29999999999999716,0.9572085233353107 +81458,164766,8925,2022,GA,Sen-G,2022_Sen-G_GA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,1002,Raphael Warnock,19086,DEM,44,49.44498420193073,Herschel Junior Walker,19088,REP,43,48.48777567859542,1,0.9572085233353107 +81488,164873,8925,2022,GA,Sen-G,2022_Sen-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-30,2022-11-08,9,1000,Raphael Warnock,19086,DEM,49.5,49.44498420193073,Herschel Junior Walker,19088,REP,47.6,48.48777567859542,1.8999999999999986,0.9572085233353107 +81525,164972,8925,2022,GA,Sen-G,2022_Sen-G_GA,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-10-31,2022-11-08,8,700,Raphael Warnock,19086,DEM,49,49.44498420193073,Herschel Junior Walker,19088,REP,45,48.48777567859542,4,0.9572085233353107 +81494,164893,8925,2022,GA,Sen-G,2022_Sen-G_GA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1150,Raphael Warnock,19086,DEM,45,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,-4,0.9572085233353107 +81547,165053,8925,2022,GA,Sen-G,2022_Sen-G_GA,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-11-01,2022-11-08,7,600,Raphael Warnock,19086,DEM,45,49.44498420193073,Herschel Junior Walker,19088,REP,48,48.48777567859542,-3,0.9572085233353107 +81485,164863,8925,2022,GA,Sen-G,2022_Sen-G_GA,Echelon Insights,407,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-11-01,2022-11-08,7,500,Raphael Warnock,19086,DEM,45,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,-4,0.9572085233353107 +81509,164923,8925,2022,GA,Sen-G,2022_Sen-G_GA,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-11-01,2022-11-08,7,1168,Raphael Warnock,19086,DEM,49,49.44498420193073,Herschel Junior Walker,19088,REP,45,48.48777567859542,4,0.9572085233353107 +81495,164895,8925,2022,GA,Sen-G,2022_Sen-G_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-31,2022-11-08,8,1171,Raphael Warnock,19086,DEM,49,49.44498420193073,Herschel Junior Walker,19088,REP,43,48.48777567859542,6,0.9572085233353107 +81504,164914,8925,2022,GA,Sen-G,2022_Sen-G_GA,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2022-10-31,2022-11-08,8,800,Raphael Warnock,19086,DEM,44,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,-5,0.9572085233353107 +81594,165161,8925,2022,GA,Sen-G,2022_Sen-G_GA,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-11-04,2022-11-08,4,1077,Raphael Warnock,19086,DEM,48.9,49.44498420193073,Herschel Junior Walker,19088,REP,48.9,48.48777567859542,0,0.9572085233353107 +81595,165162,8925,2022,GA,Sen-G,2022_Sen-G_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-06,2022-11-08,2,550,Raphael Warnock,19086,DEM,47,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,-2,0.9572085233353107 +81584,165132,8925,2022,GA,Sen-G,2022_Sen-G_GA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Raphael Warnock,19086,DEM,49,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,0,0.9572085233353107 +81592,165157,8925,2022,GA,Sen-G,2022_Sen-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-05,2022-11-08,3,1103,Raphael Warnock,19086,DEM,46.5,49.44498420193073,Herschel Junior Walker,19088,REP,49.7,48.48777567859542,-3.200000000000003,0.9572085233353107 +81619,165274,8925,2022,GA,Sen-G,2022_Sen-G_GA,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1474,Raphael Warnock,19086,DEM,48,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,-1,0.9572085233353107 +81625,165297,8925,2022,GA,Sen-G,2022_Sen-G_GA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,579,Raphael Warnock,19086,DEM,47,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,-2,0.9572085233353107 +81778,166101,8925,2022,GA,Sen-G,2022_Sen-G_GA,AtlasIntel,546,TRUE,FALSE,Online Ad,NA,2022-11-06,2022-11-08,2,791,Raphael Warnock,19086,DEM,45.8,49.44498420193073,Herschel Junior Walker,19088,REP,49,48.48777567859542,-3.200000000000003,0.9572085233353107 +81780,166103,8925,2022,GA,Sen-G,2022_Sen-G_GA,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2022-11-06,2022-11-08,2,690,Raphael Warnock,19086,DEM,59,49.44498420193073,Herschel Junior Walker,19088,REP,41,48.48777567859542,18,0.9572085233353107 +81579,165126,8925,2022,GA,Sen-G,2022_Sen-G_GA,Landmark Communications,166,FALSE,FALSE,Live Phone/Online Panel,NA,2022-11-06,2022-11-08,2,1214,Raphael Warnock,19086,DEM,46.4,49.44498420193073,Herschel Junior Walker,19088,REP,46.8,48.48777567859542,-0.3999999999999986,0.9572085233353107 +80848,162599,8928,2022,IL,Sen-G,2022_Sen-G_IL,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-09-22,2022-11-08,47,1000,Tammy Duckworth,29281,DEM,49.7,56.82349588767317,Kathy Salvi,30396,REP,30.8,41.50032106206159,18.900000000000002,15.32317482561158 +81062,163299,8928,2022,IL,Sen-G,2022_Sen-G_IL,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2022-10-10,2022-11-08,29,770,Tammy Duckworth,29281,DEM,50,56.82349588767317,Kathy Salvi,30396,REP,36,41.50032106206159,14,15.32317482561158 +81095,163445,8928,2022,IL,Sen-G,2022_Sen-G_IL,Repass,268,FALSE,FALSE,Online Panel,NA,2022-10-08,2022-11-08,31,1000,Tammy Duckworth,29281,DEM,48.2,56.82349588767317,Kathy Salvi,30396,REP,28.5,41.50032106206159,19.700000000000003,15.32317482561158 +81279,164154,8928,2022,IL,Sen-G,2022_Sen-G_IL,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-22,2022-11-08,17,1000,Tammy Duckworth,29281,DEM,49.1,56.82349588767317,Kathy Salvi,30396,REP,39.3,41.50032106206159,9.800000000000004,15.32317482561158 +81282,164160,8928,2022,IL,Sen-G,2022_Sen-G_IL,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-24,2022-11-08,15,659,Tammy Duckworth,29281,DEM,56,56.82349588767317,Kathy Salvi,30396,REP,40,41.50032106206159,16,15.32317482561158 +81585,165133,8928,2022,IL,Sen-G,2022_Sen-G_IL,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Tammy Duckworth,29281,DEM,58,56.82349588767317,Kathy Salvi,30396,REP,40,41.50032106206159,18,15.32317482561158 +80894,162714,8929,2022,IN,Sen-G,2022_Sen-G_IN,ARW Strategies,678,FALSE,FALSE,Online Panel,NA,2022-09-25,2022-11-08,44,600,Thomas McDermott,29603,DEM,37,37.87213316746893,Todd Young,29282,REP,39,58.61826493935448,-2,-20.74613177188555 +81606,165209,8929,2022,IN,Sen-G,2022_Sen-G_IN,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-11-06,2022-11-08,2,707,Thomas McDermott,29603,DEM,38,37.87213316746893,Todd Young,29282,REP,49,58.61826493935448,-11,-20.74613177188555 +81033,163245,8930,2022,IA,Sen-G,2022_Sen-G_IA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2022-09-25,2022-11-08,44,978,Michael Franken,30079,DEM,44,43.836087078739425,Chuck Grassley,28661,REP,49,56.01473230504189,-5,-12.178645226302464 +80962,162980,8930,2022,IA,Sen-G,2022_Sen-G_IA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2022-10-03,2022-11-08,36,600,Michael Franken,30079,DEM,39.7,43.836087078739425,Chuck Grassley,28661,REP,54.1,56.01473230504189,-14.399999999999999,-12.178645226302464 +80965,162986,8930,2022,IA,Sen-G,2022_Sen-G_IA,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web/Email,NA,2022-10-03,2022-11-08,36,959,Michael Franken,30079,DEM,38,43.836087078739425,Chuck Grassley,28661,REP,48.7,56.01473230504189,-10.700000000000003,-12.178645226302464 +81077,163390,8930,2022,IA,Sen-G,2022_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2022-10-11,2022-11-08,28,620,Michael Franken,30079,DEM,43,43.836087078739425,Chuck Grassley,28661,REP,46,56.01473230504189,-3,-12.178645226302464 +81189,163832,8930,2022,IA,Sen-G,2022_Sen-G_IA,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,DEM,2022-10-16,2022-11-08,23,1008,Michael Franken,30079,DEM,45,43.836087078739425,Chuck Grassley,28661,REP,48,56.01473230504189,-3,-12.178645226302464 +81161,163735,8930,2022,IA,Sen-G,2022_Sen-G_IA,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2022-10-17,2022-11-08,22,600,Michael Franken,30079,DEM,42,43.836087078739425,Chuck Grassley,28661,REP,53,56.01473230504189,-11,-12.178645226302464 +81281,164159,8930,2022,IA,Sen-G,2022_Sen-G_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-24,2022-11-08,15,623,Michael Franken,30079,DEM,44,43.836087078739425,Chuck Grassley,28661,REP,52,56.01473230504189,-8,-12.178645226302464 +81367,164404,8930,2022,IA,Sen-G,2022_Sen-G_IA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2022-10-26,2022-11-08,13,600,Michael Franken,30079,DEM,42.7,43.836087078739425,Chuck Grassley,28661,REP,53.9,56.01473230504189,-11.199999999999996,-12.178645226302464 +81560,165072,8930,2022,IA,Sen-G,2022_Sen-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2022-11-02,2022-11-08,6,801,Michael Franken,30079,DEM,41,43.836087078739425,Chuck Grassley,28661,REP,53,56.01473230504189,-12,-12.178645226302464 +80717,161750,8931,2022,KS,Sen-G,2022_Sen-G_KS,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-17,2022-11-08,52,1000,Mark R. Holland,29622,DEM,33.1,37.03784046266702,Jerry Moran,29283,REP,45.3,60.000238816425785,-12.199999999999996,-22.962398353758765 +81438,164660,8931,2022,KS,Sen-G,2022_Sen-G_KS,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1000,Mark R. Holland,29622,DEM,32.6,37.03784046266702,Jerry Moran,29283,REP,54.2,60.000238816425785,-21.6,-22.962398353758765 +81014,163131,8933,2022,LA,Sen-P,2022_Sen-P_LA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2022-10-10,2022-11-08,29,633,Gary Chambers,29460,DEM,8,17.85113750551222,John Kennedy,29284,REP,53,61.56106094889719,-45,-43.70992344338497 +80680,161491,8935,2022,MD,Sen-G,2022_Sen-G_MD,Goucher College Sarah T. Hughes Center for Politics,414,TRUE,FALSE,Live Phone,NA,2022-09-10,2022-11-08,59,748,Chris Van Hollen,28762,DEM,56,65.76803293752896,Chris Chaffee,30631,REP,33,34.074850574528945,23,31.693182363000012 +80689,161644,8936,2022,MO,Sen-G,2022_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-09-16,2022-11-08,53,670,Trudy Busch Valentine,30129,DEM,36,42.17685693987328,Eric Schmitt,19218,REP,47,55.43228313349089,-11,-13.255426193617609 +80872,162667,8936,2022,MO,Sen-G,2022_Sen-G_MO,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-25,2022-11-08,44,1160,Trudy Busch Valentine,30129,DEM,37.7,42.17685693987328,Eric Schmitt,19218,REP,49.1,55.43228313349089,-11.399999999999999,-13.255426193617609 +81346,164370,8936,2022,MO,Sen-G,2022_Sen-G_MO,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-10-24,2022-11-08,15,1011,Trudy Busch Valentine,30129,DEM,42,42.17685693987328,Eric Schmitt,19218,REP,51,55.43228313349089,-9,-13.255426193617609 +81405,164497,8936,2022,MO,Sen-G,2022_Sen-G_MO,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-27,2022-11-08,12,1000,Trudy Busch Valentine,30129,DEM,40.1,42.17685693987328,Eric Schmitt,19218,REP,53.6,55.43228313349089,-13.5,-13.255426193617609 +81510,164924,8936,2022,MO,Sen-G,2022_Sen-G_MO,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-31,2022-11-08,8,1079,Trudy Busch Valentine,30129,DEM,42.3,42.17685693987328,Eric Schmitt,19218,REP,53.3,55.43228313349089,-11,-13.255426193617609 +81464,164815,8936,2022,MO,Sen-G,2022_Sen-G_MO,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-29,2022-11-08,10,791,Trudy Busch Valentine,30129,DEM,41,42.17685693987328,Eric Schmitt,19218,REP,50,55.43228313349089,-9,-13.255426193617609 +81607,165210,8936,2022,MO,Sen-G,2022_Sen-G_MO,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-11-06,2022-11-08,2,746,Trudy Busch Valentine,30129,DEM,40,42.17685693987328,Eric Schmitt,19218,REP,55,55.43228313349089,-15,-13.255426193617609 +80620,161259,8937,2022,NV,Sen-G,2022_Sen-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-09,2022-11-08,60,1000,Catherine Cortez Masto,28593,DEM,41.3,48.81383161091247,Adam Paul Laxalt,28594,REP,41.8,48.03722388205907,-0.5,0.7766077288534063 +80757,161958,8937,2022,NV,Sen-G,2022_Sen-G_NV,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-16,2022-11-08,53,874,Catherine Cortez Masto,28593,DEM,46,48.81383161091247,Adam Paul Laxalt,28594,REP,47,48.03722388205907,-1,0.7766077288534063 +80759,161970,8937,2022,NV,Sen-G,2022_Sen-G_NV,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-09-20,2022-11-08,49,500,Catherine Cortez Masto,28593,DEM,43,48.81383161091247,Adam Paul Laxalt,28594,REP,45.9,48.03722388205907,-2.8999999999999986,0.7766077288534063 +81178,163813,8937,2022,NV,Sen-G,2022_Sen-G_NV,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2022-09-19,2022-11-08,50,500,Catherine Cortez Masto,28593,DEM,42,48.81383161091247,Adam Paul Laxalt,28594,REP,39,48.03722388205907,3,0.7766077288534063 +80753,161951,8937,2022,NV,Sen-G,2022_Sen-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-19,2022-11-08,50,1086,Catherine Cortez Masto,28593,DEM,43.1,48.81383161091247,Adam Paul Laxalt,28594,REP,47.1,48.03722388205907,-4,0.7766077288534063 +80896,162716,8937,2022,NV,Sen-G,2022_Sen-G_NV,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone/Text,NA,2022-09-24,2022-11-08,45,741,Catherine Cortez Masto,28593,DEM,43,48.81383161091247,Adam Paul Laxalt,28594,REP,45,48.03722388205907,-2,0.7766077288534063 +80961,162973,8937,2022,NV,Sen-G,2022_Sen-G_NV,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-09-29,2022-11-08,40,828,Catherine Cortez Masto,28593,DEM,46,48.81383161091247,Adam Paul Laxalt,28594,REP,48,48.03722388205907,-2,0.7766077288534063 +81177,163812,8937,2022,NV,Sen-G,2022_Sen-G_NV,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2022-10-03,2022-11-08,36,500,Catherine Cortez Masto,28593,DEM,44,48.81383161091247,Adam Paul Laxalt,28594,REP,42,48.03722388205907,2,0.7766077288534063 +81019,163195,8937,2022,NV,Sen-G,2022_Sen-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-06,2022-11-08,33,500,Catherine Cortez Masto,28593,DEM,45.6,48.81383161091247,Adam Paul Laxalt,28594,REP,43.6,48.03722388205907,2,0.7766077288534063 +81187,163827,8937,2022,NV,Sen-G,2022_Sen-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,REP,2022-10-15,2022-11-08,24,707,Catherine Cortez Masto,28593,DEM,43,48.81383161091247,Adam Paul Laxalt,28594,REP,48,48.03722388205907,-5,0.7766077288534063 +81168,163763,8937,2022,NV,Sen-G,2022_Sen-G_NV,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2022-10-17,2022-11-08,22,500,Catherine Cortez Masto,28593,DEM,43,48.81383161091247,Adam Paul Laxalt,28594,REP,45,48.03722388205907,-2,0.7766077288534063 +81146,163689,8937,2022,NV,Sen-G,2022_Sen-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-16,2022-11-08,23,1057,Catherine Cortez Masto,28593,DEM,48,48.81383161091247,Adam Paul Laxalt,28594,REP,49,48.03722388205907,-1,0.7766077288534063 +81273,164142,8937,2022,NV,Sen-G,2022_Sen-G_NV,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-16,2022-11-08,23,819,Catherine Cortez Masto,28593,DEM,48,48.81383161091247,Adam Paul Laxalt,28594,REP,49,48.03722388205907,-1,0.7766077288534063 +81256,164583,8937,2022,NV,Sen-G,2022_Sen-G_NV,BSP Research/Shaw & Company Research,728,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-16,2022-11-08,23,721,Catherine Cortez Masto,28593,DEM,47,48.81383161091247,Adam Paul Laxalt,28594,REP,45,48.03722388205907,2,0.7766077288534063 +81286,164169,8937,2022,NV,Sen-G,2022_Sen-G_NV,"University of Nevada, Reno Department of Political Science",704,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-12,2022-11-08,27,586,Catherine Cortez Masto,28593,DEM,52,48.81383161091247,Adam Paul Laxalt,28594,REP,39,48.03722388205907,13,0.7766077288534063 +81203,163870,8937,2022,NV,Sen-G,2022_Sen-G_NV,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-20,2022-11-08,19,550,Catherine Cortez Masto,28593,DEM,46.3,48.81383161091247,Adam Paul Laxalt,28594,REP,48.2,48.03722388205907,-1.9000000000000057,0.7766077288534063 +81383,164450,8937,2022,NV,Sen-G,2022_Sen-G_NV,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2022-10-21,2022-11-08,18,501,Catherine Cortez Masto,28593,DEM,47,48.81383161091247,Adam Paul Laxalt,28594,REP,46,48.03722388205907,1,0.7766077288534063 +81234,163960,8937,2022,NV,Sen-G,2022_Sen-G_NV,Phillips Academy,699,FALSE,FALSE,Text,NA,2022-10-22,2022-11-08,17,1052,Catherine Cortez Masto,28593,DEM,48.9,48.81383161091247,Adam Paul Laxalt,28594,REP,47.2,48.03722388205907,1.6999999999999957,0.7766077288534063 +81356,164381,8937,2022,NV,Sen-G,2022_Sen-G_NV,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-21,2022-11-08,18,885,Catherine Cortez Masto,28593,DEM,47,48.81383161091247,Adam Paul Laxalt,28594,REP,47,48.03722388205907,0,0.7766077288534063 +81316,164304,8937,2022,NV,Sen-G,2022_Sen-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-24,2022-11-08,15,1100,Catherine Cortez Masto,28593,DEM,45.6,48.81383161091247,Adam Paul Laxalt,28594,REP,49.8,48.03722388205907,-4.199999999999996,0.7766077288534063 +81312,164281,8937,2022,NV,Sen-G,2022_Sen-G_NV,Echelon Insights,407,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-25,2022-11-08,14,500,Catherine Cortez Masto,28593,DEM,45,48.81383161091247,Adam Paul Laxalt,28594,REP,45,48.03722388205907,0,0.7766077288534063 +81377,164442,8937,2022,NV,Sen-G,2022_Sen-G_NV,Noble Predictive Insights,235,FALSE,FALSE,Live Phone/Text,NA,2022-10-26,2022-11-08,13,600,Catherine Cortez Masto,28593,DEM,43,48.81383161091247,Adam Paul Laxalt,28594,REP,41,48.03722388205907,2,0.7766077288534063 +81437,164659,8937,2022,NV,Sen-G,2022_Sen-G_NV,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,500,Catherine Cortez Masto,28593,DEM,42.5,48.81383161091247,Adam Paul Laxalt,28594,REP,48.1,48.03722388205907,-5.600000000000001,0.7766077288534063 +81418,164548,8937,2022,NV,Sen-G,2022_Sen-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,500,Catherine Cortez Masto,28593,DEM,45,48.81383161091247,Adam Paul Laxalt,28594,REP,44,48.03722388205907,1,0.7766077288534063 +81430,164577,8937,2022,NV,Sen-G,2022_Sen-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-28,2022-11-08,11,2000,Catherine Cortez Masto,28593,DEM,45.8,48.81383161091247,Adam Paul Laxalt,28594,REP,51,48.03722388205907,-5.200000000000003,0.7766077288534063 +81518,164959,8937,2022,NV,Sen-G,2022_Sen-G_NV,Cygnal,67,FALSE,FALSE,IVR/Live Phone/Text,NA,2022-11-01,2022-11-08,7,600,Catherine Cortez Masto,28593,DEM,43.3,48.81383161091247,Adam Paul Laxalt,28594,REP,45.8,48.03722388205907,-2.5,0.7766077288534063 +81532,165025,8937,2022,NV,Sen-G,2022_Sen-G_NV,KAConsulting,757,FALSE,FALSE,Live Phone,REP,2022-11-02,2022-11-08,6,501,Catherine Cortez Masto,28593,DEM,45,48.81383161091247,Adam Paul Laxalt,28594,REP,44,48.03722388205907,1,0.7766077288534063 +81558,165068,8937,2022,NV,Sen-G,2022_Sen-G_NV,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-04,2022-11-08,4,550,Catherine Cortez Masto,28593,DEM,43.8,48.81383161091247,Adam Paul Laxalt,28594,REP,49.8,48.03722388205907,-6,0.7766077288534063 +81586,165134,8937,2022,NV,Sen-G,2022_Sen-G_NV,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Catherine Cortez Masto,28593,DEM,48,48.81383161091247,Adam Paul Laxalt,28594,REP,49,48.03722388205907,-1,0.7766077288534063 +81612,165228,8937,2022,NV,Sen-G,2022_Sen-G_NV,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1100,Catherine Cortez Masto,28593,DEM,47,48.81383161091247,Adam Paul Laxalt,28594,REP,49,48.03722388205907,-2,0.7766077288534063 +81775,166099,8937,2022,NV,Sen-G,2022_Sen-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-06,2022-11-08,2,1089,Catherine Cortez Masto,28593,DEM,45.4,48.81383161091247,Adam Paul Laxalt,28594,REP,50.3,48.03722388205907,-4.899999999999999,0.7766077288534063 +80666,161463,8938,2022,NH,Sen-G,2022_Sen-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-14,2022-11-08,55,800,Maggie Hassan,18225,DEM,50.6,53.49539031361971,Donald C. Bolduc,18228,REP,40.1,44.43463907564717,10.5,9.06075123797254 +80722,161818,8938,2022,NH,Sen-G,2022_Sen-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2022-09-17,2022-11-08,52,555,Maggie Hassan,18225,DEM,53,53.49539031361971,Donald C. Bolduc,18228,REP,40,44.43463907564717,13,9.06075123797254 +80723,161944,8938,2022,NH,Sen-G,2022_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-09-17,2022-11-08,52,870,Maggie Hassan,18225,DEM,49,53.49539031361971,Donald C. Bolduc,18228,REP,41,44.43463907564717,8,9.06075123797254 +80856,162620,8938,2022,NH,Sen-G,2022_Sen-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-25,2022-11-08,44,500,Maggie Hassan,18225,DEM,49.6,53.49539031361971,Donald C. Bolduc,18228,REP,41.2,44.43463907564717,8.399999999999999,9.06075123797254 +80930,162812,8938,2022,NH,Sen-G,2022_Sen-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2022-09-27,2022-11-08,42,901,Maggie Hassan,18225,DEM,49,53.49539031361971,Donald C. Bolduc,18228,REP,43,44.43463907564717,6,9.06075123797254 +80929,162809,8938,2022,NH,Sen-G,2022_Sen-G_NH,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-28,2022-11-08,41,1081,Maggie Hassan,18225,DEM,48.2,53.49539031361971,Donald C. Bolduc,18228,REP,45,44.43463907564717,3.200000000000003,9.06075123797254 +80925,162800,8938,2022,NH,Sen-G,2022_Sen-G_NH,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-27,2022-11-08,42,1147,Maggie Hassan,18225,DEM,50,53.49539031361971,Donald C. Bolduc,18228,REP,43,44.43463907564717,7,9.06075123797254 +81022,163215,8938,2022,NH,Sen-G,2022_Sen-G_NH,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-04,2022-11-08,35,500,Maggie Hassan,18225,DEM,52,53.49539031361971,Donald C. Bolduc,18228,REP,45,44.43463907564717,7,9.06075123797254 +81231,163954,8938,2022,NH,Sen-G,2022_Sen-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-18,2022-11-08,21,727,Maggie Hassan,18225,DEM,49.5,53.49539031361971,Donald C. Bolduc,18228,REP,45.4,44.43463907564717,4.100000000000001,9.06075123797254 +81169,163765,8938,2022,NH,Sen-G,2022_Sen-G_NH,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text-to-Web,REP,2022-10-18,2022-11-08,21,600,Maggie Hassan,18225,DEM,49,53.49539031361971,Donald C. Bolduc,18228,REP,47,44.43463907564717,2,9.06075123797254 +81272,164141,8938,2022,NH,Sen-G,2022_Sen-G_NH,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-16,2022-11-08,23,1392,Maggie Hassan,18225,DEM,50,53.49539031361971,Donald C. Bolduc,18228,REP,44,44.43463907564717,6,9.06075123797254 +81224,163941,8938,2022,NH,Sen-G,2022_Sen-G_NH,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-23,2022-11-08,16,600,Maggie Hassan,18225,DEM,47.6,53.49539031361971,Donald C. Bolduc,18228,REP,47.1,44.43463907564717,0.5,9.06075123797254 +81486,164865,8938,2022,NH,Sen-G,2022_Sen-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2022-10-20,2022-11-08,19,600,Maggie Hassan,18225,DEM,51,53.49539031361971,Donald C. Bolduc,18228,REP,41,44.43463907564717,10,9.06075123797254 +81324,164324,8938,2022,NH,Sen-G,2022_Sen-G_NH,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-25,2022-11-08,14,1098,Maggie Hassan,18225,DEM,45,53.49539031361971,Donald C. Bolduc,18228,REP,45,44.43463907564717,0,9.06075123797254 +81413,164527,8938,2022,NH,Sen-G,2022_Sen-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2022-10-28,2022-11-08,11,1541,Maggie Hassan,18225,DEM,47,53.49539031361971,Donald C. Bolduc,18228,REP,48,44.43463907564717,-1,9.06075123797254 +81469,164822,8938,2022,NH,Sen-G,2022_Sen-G_NH,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-31,2022-11-08,8,1241,Maggie Hassan,18225,DEM,45.7,53.49539031361971,Donald C. Bolduc,18228,REP,47,44.43463907564717,-1.2999999999999972,9.06075123797254 +81519,164960,8938,2022,NH,Sen-G,2022_Sen-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-31,2022-11-08,8,850,Maggie Hassan,18225,DEM,50.2,53.49539031361971,Donald C. Bolduc,18228,REP,45.7,44.43463907564717,4.5,9.06075123797254 +81572,165107,8938,2022,NH,Sen-G,2022_Sen-G_NH,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-05,2022-11-08,3,700,Maggie Hassan,18225,DEM,49.4,53.49539031361971,Donald C. Bolduc,18228,REP,47.6,44.43463907564717,1.7999999999999972,9.06075123797254 +81568,165099,8938,2022,NH,Sen-G,2022_Sen-G_NH,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-11-04,2022-11-08,4,725,Maggie Hassan,18225,DEM,48.3,53.49539031361971,Donald C. Bolduc,18228,REP,48.4,44.43463907564717,-0.10000000000000142,9.06075123797254 +81609,165221,8938,2022,NH,Sen-G,2022_Sen-G_NH,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1995,Maggie Hassan,18225,DEM,50,53.49539031361971,Donald C. Bolduc,18228,REP,47,44.43463907564717,3,9.06075123797254 +81578,165123,8938,2022,NH,Sen-G,2022_Sen-G_NH,Phillips Academy,699,FALSE,FALSE,IVR/Text,NA,2022-11-05,2022-11-08,3,1056,Maggie Hassan,18225,DEM,48.3,53.49539031361971,Donald C. Bolduc,18228,REP,44.7,44.43463907564717,3.5999999999999943,9.06075123797254 +81569,165106,8938,2022,NH,Sen-G,2022_Sen-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-11-04,2022-11-08,4,2077,Maggie Hassan,18225,DEM,50,53.49539031361971,Donald C. Bolduc,18228,REP,48,44.43463907564717,2,9.06075123797254 +80837,162587,8939,2022,NY,Sen-G,2022_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-20,2022-11-08,49,655,Charles E. Schumer,29286,DEM,55,51.648271475062735,Joe Pinion,29771,REP,36,37.666314066294454,19,13.981957408768281 +81034,163246,8939,2022,NY,Sen-G,2022_Sen-G_NY,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-05,2022-11-08,34,1117,Charles E. Schumer,29286,DEM,54,51.648271475062735,Joe Pinion,29771,REP,34,37.666314066294454,20,13.981957408768281 +81098,163449,8939,2022,NY,Sen-G,2022_Sen-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-13,2022-11-08,26,707,Charles E. Schumer,29286,DEM,57,51.648271475062735,Joe Pinion,29771,REP,37,37.666314066294454,20,13.981957408768281 +81111,163516,8939,2022,NY,Sen-G,2022_Sen-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-10-14,2022-11-08,25,1617,Charles E. Schumer,29286,DEM,54,51.648271475062735,Joe Pinion,29771,REP,42,37.666314066294454,12,13.981957408768281 +81158,163726,8939,2022,NY,Sen-G,2022_Sen-G_NY,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-16,2022-11-08,23,702,Charles E. Schumer,29286,DEM,52,51.648271475062735,Joe Pinion,29771,REP,38,37.666314066294454,14,13.981957408768281 +81337,164351,8939,2022,NY,Sen-G,2022_Sen-G_NY,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-22,2022-11-08,17,1000,Charles E. Schumer,29286,DEM,52.8,51.648271475062735,Joe Pinion,29771,REP,39.6,37.666314066294454,13.199999999999996,13.981957408768281 +81283,164161,8939,2022,NY,Sen-G,2022_Sen-G_NY,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-24,2022-11-08,15,593,Charles E. Schumer,29286,DEM,56,51.648271475062735,Joe Pinion,29771,REP,41,37.666314066294454,15,13.981957408768281 +81466,164818,8939,2022,NY,Sen-G,2022_Sen-G_NY,"Long Island University Steven S. Hornstein Center for Policy, Polling, and Analysis",633,FALSE,FALSE,Online Panel,NA,2022-10-25,2022-11-08,14,1001,Charles E. Schumer,29286,DEM,54,51.648271475062735,Joe Pinion,29771,REP,27,37.666314066294454,27,13.981957408768281 +81456,164764,8939,2022,NY,Sen-G,2022_Sen-G_NY,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-27,2022-11-08,12,818,Charles E. Schumer,29286,DEM,56,51.648271475062735,Joe Pinion,29771,REP,39,37.666314066294454,17,13.981957408768281 +81372,164429,8939,2022,NY,Sen-G,2022_Sen-G_NY,KAConsulting,757,FALSE,FALSE,IVR/Live Phone,REP,2022-10-28,2022-11-08,11,501,Charles E. Schumer,29286,DEM,50,51.648271475062735,Joe Pinion,29771,REP,38,37.666314066294454,12,13.981957408768281 +81419,164545,8939,2022,NY,Sen-G,2022_Sen-G_NY,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-30,2022-11-08,9,1000,Charles E. Schumer,29286,DEM,57,51.648271475062735,Joe Pinion,29771,REP,38.5,37.666314066294454,18.5,13.981957408768281 +81402,164546,8939,2022,NY,Sen-G,2022_Sen-G_NY,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-29,2022-11-08,10,1198,Charles E. Schumer,29286,DEM,50.6,51.648271475062735,Joe Pinion,29771,REP,40,37.666314066294454,10.600000000000001,13.981957408768281 +81587,165135,8939,2022,NY,Sen-G,2022_Sen-G_NY,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Charles E. Schumer,29286,DEM,59,51.648271475062735,Joe Pinion,29771,REP,39,37.666314066294454,20,13.981957408768281 +81577,165122,8939,2022,NY,Sen-G,2022_Sen-G_NY,ActiVote,721,TRUE,FALSE,App Panel,NA,2022-09-22,2022-11-08,47,279,Charles E. Schumer,29286,DEM,60,51.648271475062735,Joe Pinion,29771,REP,40,37.666314066294454,20,13.981957408768281 +80617,161255,8940,2022,NC,Sen-G,2022_Sen-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-09-09,2022-11-08,60,1020,Cheri Beasley,28722,DEM,45.9,47.273050543678146,Ted Budd,28723,REP,48.7,50.49879117862469,-2.8000000000000043,-3.225740634946547 +80710,161733,8940,2022,NC,Sen-G,2022_Sen-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-09-15,2022-11-08,54,1000,Cheri Beasley,28722,DEM,43.2,47.273050543678146,Ted Budd,28723,REP,45.6,50.49879117862469,-2.3999999999999986,-3.225740634946547 +80729,161837,8940,2022,NC,Sen-G,2022_Sen-G_NC,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-09-19,2022-11-08,50,586,Cheri Beasley,28722,DEM,49,47.273050543678146,Ted Budd,28723,REP,48,50.49879117862469,1,-3.225740634946547 +80829,162490,8940,2022,NC,Sen-G,2022_Sen-G_NC,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2022-09-16,2022-11-08,53,800,Cheri Beasley,28722,DEM,46,47.273050543678146,Ted Budd,28723,REP,46,50.49879117862469,0,-3.225740634946547 +80867,162639,8940,2022,NC,Sen-G,2022_Sen-G_NC,Meredith College,423,FALSE,FALSE,Online Panel,NA,2022-09-22,2022-11-08,47,731,Cheri Beasley,28722,DEM,41,47.273050543678146,Ted Budd,28723,REP,41.3,50.49879117862469,-0.29999999999999716,-3.225740634946547 +80868,162640,8940,2022,NC,Sen-G,2022_Sen-G_NC,Cygnal,67,FALSE,FALSE,Live Phone/Text-to-Web,REP,2022-09-25,2022-11-08,44,650,Cheri Beasley,28722,DEM,44,47.273050543678146,Ted Budd,28723,REP,43.7,50.49879117862469,0.29999999999999716,-3.225740634946547 +80905,162746,8940,2022,NC,Sen-G,2022_Sen-G_NC,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-09-30,2022-11-08,39,677,Cheri Beasley,28722,DEM,42,47.273050543678146,Ted Budd,28723,REP,43,50.49879117862469,-1,-3.225740634946547 +81015,163132,8940,2022,NC,Sen-G,2022_Sen-G_NC,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2022-10-07,2022-11-08,32,606,Cheri Beasley,28722,DEM,45,47.273050543678146,Ted Budd,28723,REP,46,50.49879117862469,-1,-3.225740634946547 +81088,163429,8940,2022,NC,Sen-G,2022_Sen-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-12,2022-11-08,27,902,Cheri Beasley,28722,DEM,44,47.273050543678146,Ted Budd,28723,REP,50,50.49879117862469,-6,-3.225740634946547 +81193,163836,8940,2022,NC,Sen-G,2022_Sen-G_NC,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-10,2022-11-08,29,1009,Cheri Beasley,28722,DEM,44.2,47.273050543678146,Ted Budd,28723,REP,48.7,50.49879117862469,-4.5,-3.225740634946547 +81145,163688,8940,2022,NC,Sen-G,2022_Sen-G_NC,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-18,2022-11-08,21,1081,Cheri Beasley,28722,DEM,44.2,47.273050543678146,Ted Budd,28723,REP,48.4,50.49879117862469,-4.199999999999996,-3.225740634946547 +81261,164046,8940,2022,NC,Sen-G,2022_Sen-G_NC,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-19,2022-11-08,20,1130,Cheri Beasley,28722,DEM,44,47.273050543678146,Ted Budd,28723,REP,44,50.49879117862469,0,-3.225740634946547 +81254,164018,8940,2022,NC,Sen-G,2022_Sen-G_NC,Cygnal,67,FALSE,FALSE,Live Phone/Text-to-Web,REP,2022-10-21,2022-11-08,18,600,Cheri Beasley,28722,DEM,43.1,47.273050543678146,Ted Budd,28723,REP,46.9,50.49879117862469,-3.799999999999997,-3.225740634946547 +81451,164757,8940,2022,NC,Sen-G,2022_Sen-G_NC,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1000,Cheri Beasley,28722,DEM,45.7,47.273050543678146,Ted Budd,28723,REP,51.4,50.49879117862469,-5.699999999999996,-3.225740634946547 +81409,164516,8940,2022,NC,Sen-G,2022_Sen-G_NC,Meredith College,423,FALSE,FALSE,Online Panel,NA,2022-10-29,2022-11-08,10,724,Cheri Beasley,28722,DEM,42.7,47.273050543678146,Ted Budd,28723,REP,43.9,50.49879117862469,-1.1999999999999957,-3.225740634946547 +81491,164876,8940,2022,NC,Sen-G,2022_Sen-G_NC,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1140,Cheri Beasley,28722,DEM,43,47.273050543678146,Ted Budd,28723,REP,50,50.49879117862469,-7,-3.225740634946547 +81454,164762,8940,2022,NC,Sen-G,2022_Sen-G_NC,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-31,2022-11-08,8,674,Cheri Beasley,28722,DEM,49,47.273050543678146,Ted Budd,28723,REP,49,50.49879117862469,0,-3.225740634946547 +81552,165059,8940,2022,NC,Sen-G,2022_Sen-G_NC,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-11-02,2022-11-08,6,1183,Cheri Beasley,28722,DEM,47,47.273050543678146,Ted Budd,28723,REP,51.9,50.49879117862469,-4.899999999999999,-3.225740634946547 +81483,164861,8940,2022,NC,Sen-G,2022_Sen-G_NC,ActiVote,721,TRUE,FALSE,App Panel,NA,2022-09-19,2022-11-08,50,250,Cheri Beasley,28722,DEM,47,47.273050543678146,Ted Budd,28723,REP,48,50.49879117862469,-1,-3.225740634946547 +81574,165117,8940,2022,NC,Sen-G,2022_Sen-G_NC,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-05,2022-11-08,3,1098,Cheri Beasley,28722,DEM,44.8,47.273050543678146,Ted Budd,28723,REP,51.2,50.49879117862469,-6.400000000000006,-3.225740634946547 +81603,165206,8940,2022,NC,Sen-G,2022_Sen-G_NC,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1322,Cheri Beasley,28722,DEM,45,47.273050543678146,Ted Budd,28723,REP,51,50.49879117862469,-6,-3.225740634946547 +80662,161444,8942,2022,OH,Sen-G,2022_Sen-G_OH,Fallon Research & Communications,476,FALSE,FALSE,Live Phone/Text,REP,2022-09-08,2022-11-08,61,600,Tim Ryan,19168,DEM,46.1,46.9230225807591,J.D. Vance,19167,REP,43.1,53.03490492681225,3,-6.11188234605315 +80659,161435,8942,2022,OH,Sen-G,2022_Sen-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-12,2022-11-08,57,1000,Tim Ryan,19168,DEM,40.1,46.9230225807591,J.D. Vance,19167,REP,44.4,53.03490492681225,-4.299999999999997,-6.11188234605315 +80658,161432,8942,2022,OH,Sen-G,2022_Sen-G_OH,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-09-12,2022-11-08,57,780,Tim Ryan,19168,DEM,45,46.9230225807591,J.D. Vance,19167,REP,48,53.03490492681225,-3,-6.11188234605315 +80716,161749,8942,2022,OH,Sen-G,2022_Sen-G_OH,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-14,2022-11-08,55,1200,Tim Ryan,19168,DEM,45,46.9230225807591,J.D. Vance,19167,REP,46,53.03490492681225,-1,-6.11188234605315 +80760,161971,8942,2022,OH,Sen-G,2022_Sen-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2022-09-14,2022-11-08,55,855,Tim Ryan,19168,DEM,48.2,46.9230225807591,J.D. Vance,19167,REP,45.1,53.03490492681225,3.1000000000000014,-6.11188234605315 +80815,162465,8942,2022,OH,Sen-G,2022_Sen-G_OH,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-20,2022-11-08,49,642,Tim Ryan,19168,DEM,46,46.9230225807591,J.D. Vance,19167,REP,43,53.03490492681225,3,-6.11188234605315 +80937,162876,8942,2022,OH,Sen-G,2022_Sen-G_OH,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-02,2022-11-08,37,528,Tim Ryan,19168,DEM,49,46.9230225807591,J.D. Vance,19167,REP,38,53.03490492681225,11,-6.11188234605315 +81035,163247,8942,2022,OH,Sen-G,2022_Sen-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-06,2022-11-08,33,1000,Tim Ryan,19168,DEM,44.7,46.9230225807591,J.D. Vance,19167,REP,45.5,53.03490492681225,-0.7999999999999972,-6.11188234605315 +80987,163064,8942,2022,OH,Sen-G,2022_Sen-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-07,2022-11-08,32,640,Tim Ryan,19168,DEM,44.4,46.9230225807591,J.D. Vance,19167,REP,46.3,53.03490492681225,-1.8999999999999986,-6.11188234605315 +81069,163339,8942,2022,OH,Sen-G,2022_Sen-G_OH,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-11,2022-11-08,28,1081,Tim Ryan,19168,DEM,43.8,46.9230225807591,J.D. Vance,19167,REP,47.3,53.03490492681225,-3.5,-6.11188234605315 +81201,163872,8942,2022,OH,Sen-G,2022_Sen-G_OH,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-09,2022-11-08,30,1016,Tim Ryan,19168,DEM,46,46.9230225807591,J.D. Vance,19167,REP,49,53.03490492681225,-3,-6.11188234605315 +81089,163430,8942,2022,OH,Sen-G,2022_Sen-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-13,2022-11-08,26,500,Tim Ryan,19168,DEM,45,46.9230225807591,J.D. Vance,19167,REP,47,53.03490492681225,-2,-6.11188234605315 +81116,163537,8942,2022,OH,Sen-G,2022_Sen-G_OH,Ohio Northern University Institute for Civics and Public Policy,731,FALSE,FALSE,Online Panel,NA,2022-10-13,2022-11-08,26,668,Tim Ryan,19168,DEM,43.12,46.9230225807591,J.D. Vance,19167,REP,41.19,53.03490492681225,1.9299999999999997,-6.11188234605315 +81360,164389,8942,2022,OH,Sen-G,2022_Sen-G_OH,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2022-10-16,2022-11-08,23,568,Tim Ryan,19168,DEM,43,46.9230225807591,J.D. Vance,19167,REP,47,53.03490492681225,-4,-6.11188234605315 +81124,163577,8942,2022,OH,Sen-G,2022_Sen-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-16,2022-11-08,23,1438,Tim Ryan,19168,DEM,43.2,46.9230225807591,J.D. Vance,19167,REP,47.3,53.03490492681225,-4.099999999999994,-6.11188234605315 +81211,163900,8942,2022,OH,Sen-G,2022_Sen-G_OH,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-16,2022-11-08,23,644,Tim Ryan,19168,DEM,46,46.9230225807591,J.D. Vance,19167,REP,46,53.03490492681225,0,-6.11188234605315 +81208,163899,8942,2022,OH,Sen-G,2022_Sen-G_OH,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-19,2022-11-08,20,1141,Tim Ryan,19168,DEM,45,46.9230225807591,J.D. Vance,19167,REP,46,53.03490492681225,-1,-6.11188234605315 +81305,164230,8942,2022,OH,Sen-G,2022_Sen-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2022-10-22,2022-11-08,17,1068,Tim Ryan,19168,DEM,50.2,46.9230225807591,J.D. Vance,19167,REP,46,53.03490492681225,4.200000000000003,-6.11188234605315 +81245,163981,8942,2022,OH,Sen-G,2022_Sen-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-22,2022-11-08,17,1886,Tim Ryan,19168,DEM,44.2,46.9230225807591,J.D. Vance,19167,REP,48.3,53.03490492681225,-4.099999999999994,-6.11188234605315 +81301,164341,8942,2022,OH,Sen-G,2022_Sen-G_OH,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-25,2022-11-08,14,508,Tim Ryan,19168,DEM,47,46.9230225807591,J.D. Vance,19167,REP,42,53.03490492681225,5,-6.11188234605315 +81364,164396,8942,2022,OH,Sen-G,2022_Sen-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1510,Tim Ryan,19168,DEM,43.7,46.9230225807591,J.D. Vance,19167,REP,48.2,53.03490492681225,-4.5,-6.11188234605315 +81540,165038,8942,2022,OH,Sen-G,2022_Sen-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-31,2022-11-08,8,1000,Tim Ryan,19168,DEM,43.8,46.9230225807591,J.D. Vance,19167,REP,52.7,53.03490492681225,-8.900000000000006,-6.11188234605315 +81492,164877,8942,2022,OH,Sen-G,2022_Sen-G_OH,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1125,Tim Ryan,19168,DEM,43,46.9230225807591,J.D. Vance,19167,REP,48,53.03490492681225,-5,-6.11188234605315 +81520,164964,8942,2022,OH,Sen-G,2022_Sen-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-11-02,2022-11-08,6,1498,Tim Ryan,19168,DEM,43.1,46.9230225807591,J.D. Vance,19167,REP,49.3,53.03490492681225,-6.199999999999996,-6.11188234605315 +81571,165105,8942,2022,OH,Sen-G,2022_Sen-G_OH,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-04,2022-11-08,4,1123,Tim Ryan,19168,DEM,43.5,46.9230225807591,J.D. Vance,19167,REP,53.9,53.03490492681225,-10.399999999999999,-6.11188234605315 +81614,165236,8942,2022,OH,Sen-G,2022_Sen-G_OH,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1413,Tim Ryan,19168,DEM,45,46.9230225807591,J.D. Vance,19167,REP,55,53.03490492681225,-10,-6.11188234605315 +81588,165136,8942,2022,OH,Sen-G,2022_Sen-G_OH,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Tim Ryan,19168,DEM,46,46.9230225807591,J.D. Vance,19167,REP,54,53.03490492681225,-8,-6.11188234605315 +81628,165304,8942,2022,OH,Sen-G,2022_Sen-G_OH,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,505,Tim Ryan,19168,DEM,45,46.9230225807591,J.D. Vance,19167,REP,52,53.03490492681225,-7,-6.11188234605315 +81605,165208,8942,2022,OH,Sen-G,2022_Sen-G_OH,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-11-06,2022-11-08,2,716,Tim Ryan,19168,DEM,46,46.9230225807591,J.D. Vance,19167,REP,51,53.03490492681225,-5,-6.11188234605315 +80980,163050,8943,2022,OK,Sen-G,2022_Sen-G_OK,Bruno Political Consulting,724,FALSE,FALSE,Online Panel/Text-to-Web/Face-to-Face,LIB,2022-09-17,2022-11-08,52,2989,Madison Horn,30519,DEM,26.68,32.098698915125325,James Lankford,29287,REP,49.12,64.30341730307318,-22.439999999999998,-32.20471838794785 +80808,162999,8943,2022,OK,Sen-G,2022_Sen-G_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-09-20,2022-11-08,49,500,Madison Horn,30519,DEM,34,32.098698915125325,James Lankford,29287,REP,52,64.30341730307318,-18,-32.20471838794785 +80976,163118,8943,2022,OK,Sen-G,2022_Sen-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Online Panel,NA,2022-10-05,2022-11-08,34,301,Madison Horn,30519,DEM,40.4,32.098698915125325,James Lankford,29287,REP,51.7,64.30341730307318,-11.300000000000004,-32.20471838794785 +81086,163426,8943,2022,OK,Sen-G,2022_Sen-G_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-10-11,2022-11-08,28,638,Madison Horn,30519,DEM,37,32.098698915125325,James Lankford,29287,REP,51,64.30341730307318,-14,-32.20471838794785 +81091,163439,8943,2022,OK,Sen-G,2022_Sen-G_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-14,2022-11-08,25,500,Madison Horn,30519,DEM,36,32.098698915125325,James Lankford,29287,REP,52,64.30341730307318,-16,-32.20471838794785 +81467,164819,8943,2022,OK,Sen-G,2022_Sen-G_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-27,2022-11-08,12,501,Madison Horn,30519,DEM,38,32.098698915125325,James Lankford,29287,REP,52,64.30341730307318,-14,-32.20471838794785 +81375,164435,8943,2022,OK,Sen-G,2022_Sen-G_OK,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-27,2022-11-08,12,1000,Madison Horn,30519,DEM,34.2,32.098698915125325,James Lankford,29287,REP,61.5,64.30341730307318,-27.299999999999997,-32.20471838794785 +81380,164468,8943,2022,OK,Sen-G,2022_Sen-G_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,749,Madison Horn,30519,DEM,34,32.098698915125325,James Lankford,29287,REP,51,64.30341730307318,-17,-32.20471838794785 +81601,165202,8943,2022,OK,Sen-G,2022_Sen-G_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-11-05,2022-11-08,3,682,Madison Horn,30519,DEM,36,32.098698915125325,James Lankford,29287,REP,56,64.30341730307318,-20,-32.20471838794785 +80927,162804,8944,2022,OR,Sen-G,2022_Sen-G_OR,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web/Email,NA,2022-09-30,2022-11-08,39,796,Ron Wyden,29288,DEM,51.1,55.83259723156577,Jo Rae Perkins,30317,REP,31.6,40.923852238829966,19.5,14.908744992735805 +81197,163857,8944,2022,OR,Sen-G,2022_Sen-G_OR,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-17,2022-11-08,22,1021,Ron Wyden,29288,DEM,51,55.83259723156577,Jo Rae Perkins,30317,REP,40,40.923852238829966,11,14.908744992735805 +81154,163717,8944,2022,OR,Sen-G,2022_Sen-G_OR,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-17,2022-11-08,22,804,Ron Wyden,29288,DEM,55,55.83259723156577,Jo Rae Perkins,30317,REP,38,40.923852238829966,17,14.908744992735805 +81544,165046,8944,2022,OR,Sen-G,2022_Sen-G_OR,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-31,2022-11-08,8,975,Ron Wyden,29288,DEM,50.6,55.83259723156577,Jo Rae Perkins,30317,REP,33.6,40.923852238829966,17,14.908744992735805 +81608,165213,8944,2022,OR,Sen-G,2022_Sen-G_OR,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-11-03,2022-11-08,5,1393,Ron Wyden,29288,DEM,56,55.83259723156577,Jo Rae Perkins,30317,REP,42,40.923852238829966,14,14.908744992735805 +80621,161262,8945,2022,PA,Sen-G,2022_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-09,2022-11-08,60,1188,John Fetterman,20700,DEM,52,51.248160169269084,Mehmet Oz,28740,REP,47,46.3347665741248,5,4.913393595144285 +80667,161464,8945,2022,PA,Sen-G,2022_Sen-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-14,2022-11-08,55,1078,John Fetterman,20700,DEM,47.7,51.248160169269084,Mehmet Oz,28740,REP,45.9,46.3347665741248,1.8000000000000043,4.913393595144285 +80758,161968,8945,2022,PA,Sen-G,2022_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2022-09-15,2022-11-08,54,420,John Fetterman,20700,DEM,49,51.248160169269084,Mehmet Oz,28740,REP,44,46.3347665741248,5,4.913393595144285 +80804,162439,8945,2022,PA,Sen-G,2022_Sen-G_PA,Phillips Academy,699,FALSE,FALSE,IVR/Text,NA,2022-09-18,2022-11-08,51,759,John Fetterman,20700,DEM,46.5,51.248160169269084,Mehmet Oz,28740,REP,44.5,46.3347665741248,2,4.913393595144285 +80816,162469,8945,2022,PA,Sen-G,2022_Sen-G_PA,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-21,2022-11-08,48,1242,John Fetterman,20700,DEM,51,51.248160169269084,Mehmet Oz,28740,REP,41,46.3347665741248,10,4.913393595144285 +80813,162458,8945,2022,PA,Sen-G,2022_Sen-G_PA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-09-23,2022-11-08,46,500,John Fetterman,20700,DEM,44.8,51.248160169269084,Mehmet Oz,28740,REP,41.7,46.3347665741248,3.0999999999999943,4.913393595144285 +80854,162618,8945,2022,PA,Sen-G,2022_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2022-09-22,2022-11-08,47,517,John Fetterman,20700,DEM,45,51.248160169269084,Mehmet Oz,28740,REP,42,46.3347665741248,3,4.913393595144285 +80871,162666,8945,2022,PA,Sen-G,2022_Sen-G_PA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-25,2022-11-08,44,1000,John Fetterman,20700,DEM,44.6,51.248160169269084,Mehmet Oz,28740,REP,42.6,46.3347665741248,2,4.913393595144285 +80853,162610,8945,2022,PA,Sen-G,2022_Sen-G_PA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1008,John Fetterman,20700,DEM,45,51.248160169269084,Mehmet Oz,28740,REP,41,46.3347665741248,4,4.913393595144285 +80938,162878,8945,2022,PA,Sen-G,2022_Sen-G_PA,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-09-29,2022-11-08,40,568,John Fetterman,20700,DEM,55,51.248160169269084,Mehmet Oz,28740,REP,36,46.3347665741248,19,4.913393595144285 +80916,162770,8945,2022,PA,Sen-G,2022_Sen-G_PA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-29,2022-11-08,40,500,John Fetterman,20700,DEM,46.4,51.248160169269084,Mehmet Oz,28740,REP,40,46.3347665741248,6.399999999999999,4.913393595144285 +81061,163296,8945,2022,PA,Sen-G,2022_Sen-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-10,2022-11-08,29,1078,John Fetterman,20700,DEM,47.2,51.248160169269084,Mehmet Oz,28740,REP,44.8,46.3347665741248,2.4000000000000057,4.913393595144285 +81371,164428,8945,2022,PA,Sen-G,2022_Sen-G_PA,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-10-11,2022-11-08,28,857,John Fetterman,20700,DEM,46,51.248160169269084,Mehmet Oz,28740,REP,47.6,46.3347665741248,-1.6000000000000014,4.913393595144285 +81115,163534,8945,2022,PA,Sen-G,2022_Sen-G_PA,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-08,2022-11-08,31,1400,John Fetterman,20700,DEM,48,51.248160169269084,Mehmet Oz,28740,REP,46,46.3347665741248,2,4.913393595144285 +81190,163833,8945,2022,PA,Sen-G,2022_Sen-G_PA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-10,2022-11-08,29,1013,John Fetterman,20700,DEM,44.6,51.248160169269084,Mehmet Oz,28740,REP,49.1,46.3347665741248,-4.5,4.913393595144285 +81216,163917,8945,2022,PA,Sen-G,2022_Sen-G_PA,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-10-15,2022-11-08,24,703,John Fetterman,20700,DEM,51,51.248160169269084,Mehmet Oz,28740,REP,45,46.3347665741248,6,4.913393595144285 +81152,163715,8945,2022,PA,Sen-G,2022_Sen-G_PA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-19,2022-11-08,20,550,John Fetterman,20700,DEM,46.3,51.248160169269084,Mehmet Oz,28740,REP,45.5,46.3347665741248,0.7999999999999972,4.913393595144285 +81384,164451,8945,2022,PA,Sen-G,2022_Sen-G_PA,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2022-10-18,2022-11-08,21,504,John Fetterman,20700,DEM,46,51.248160169269084,Mehmet Oz,28740,REP,44,46.3347665741248,2,4.913393595144285 +81225,163942,8945,2022,PA,Sen-G,2022_Sen-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-10-19,2022-11-08,20,972,John Fetterman,20700,DEM,45,51.248160169269084,Mehmet Oz,28740,REP,43,46.3347665741248,2,4.913393595144285 +81182,163819,8945,2022,PA,Sen-G,2022_Sen-G_PA,Echelon Insights,407,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-19,2022-11-08,20,500,John Fetterman,20700,DEM,46,51.248160169269084,Mehmet Oz,28740,REP,43,46.3347665741248,3,4.913393595144285 +81298,164202,8945,2022,PA,Sen-G,2022_Sen-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2022-10-18,2022-11-08,21,384,John Fetterman,20700,DEM,49,51.248160169269084,Mehmet Oz,28740,REP,45,46.3347665741248,4,4.913393595144285 +81233,163959,8945,2022,PA,Sen-G,2022_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-23,2022-11-08,16,1084,John Fetterman,20700,DEM,51,51.248160169269084,Mehmet Oz,28740,REP,49,46.3347665741248,2,4.913393595144285 +81313,164299,8945,2022,PA,Sen-G,2022_Sen-G_PA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-26,2022-11-08,13,750,John Fetterman,20700,DEM,44.8,51.248160169269084,Mehmet Oz,28740,REP,47.5,46.3347665741248,-2.700000000000003,4.913393595144285 +81357,164382,8945,2022,PA,Sen-G,2022_Sen-G_PA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-25,2022-11-08,14,620,John Fetterman,20700,DEM,49,51.248160169269084,Mehmet Oz,28740,REP,44,46.3347665741248,5,4.913393595144285 +81465,164816,8945,2022,PA,Sen-G,2022_Sen-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-19,2022-11-08,20,850,John Fetterman,20700,DEM,48.1,51.248160169269084,Mehmet Oz,28740,REP,42.4,46.3347665741248,5.700000000000003,4.913393595144285 +81327,164332,8945,2022,PA,Sen-G,2022_Sen-G_PA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-26,2022-11-08,13,1000,John Fetterman,20700,DEM,45.9,51.248160169269084,Mehmet Oz,28740,REP,47.6,46.3347665741248,-1.7000000000000028,4.913393595144285 +81335,164348,8945,2022,PA,Sen-G,2022_Sen-G_PA,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-27,2022-11-08,12,1716,John Fetterman,20700,DEM,45,51.248160169269084,Mehmet Oz,28740,REP,48,46.3347665741248,-3,4.913393595144285 +81421,164555,8945,2022,PA,Sen-G,2022_Sen-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,460,John Fetterman,20700,DEM,47,51.248160169269084,Mehmet Oz,28740,REP,47,46.3347665741248,0,4.913393595144285 +81452,164758,8945,2022,PA,Sen-G,2022_Sen-G_PA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-29,2022-11-08,10,500,John Fetterman,20700,DEM,46.6,51.248160169269084,Mehmet Oz,28740,REP,44.8,46.3347665741248,1.8000000000000043,4.913393595144285 +81459,164767,8945,2022,PA,Sen-G,2022_Sen-G_PA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,1005,John Fetterman,20700,DEM,45,51.248160169269084,Mehmet Oz,28740,REP,42,46.3347665741248,3,4.913393595144285 +81468,164821,8945,2022,PA,Sen-G,2022_Sen-G_PA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-30,2022-11-08,9,1000,John Fetterman,20700,DEM,47.3,51.248160169269084,Mehmet Oz,28740,REP,48.4,46.3347665741248,-1.1000000000000014,4.913393595144285 +81457,164765,8945,2022,PA,Sen-G,2022_Sen-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2022-10-30,2022-11-08,9,700,John Fetterman,20700,DEM,46.6,51.248160169269084,Mehmet Oz,28740,REP,47.6,46.3347665741248,-1,4.913393595144285 +81489,164874,8945,2022,PA,Sen-G,2022_Sen-G_PA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1180,John Fetterman,20700,DEM,44,51.248160169269084,Mehmet Oz,28740,REP,47,46.3347665741248,-3,4.913393595144285 +81507,164921,8945,2022,PA,Sen-G,2022_Sen-G_PA,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-11-01,2022-11-08,7,1152,John Fetterman,20700,DEM,50,51.248160169269084,Mehmet Oz,28740,REP,44,46.3347665741248,6,4.913393595144285 +81529,165018,8945,2022,PA,Sen-G,2022_Sen-G_PA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-03,2022-11-08,5,750,John Fetterman,20700,DEM,46,51.248160169269084,Mehmet Oz,28740,REP,48.3,46.3347665741248,-2.299999999999997,4.913393595144285 +81511,164925,8945,2022,PA,Sen-G,2022_Sen-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-02,2022-11-08,6,1097,John Fetterman,20700,DEM,45.5,51.248160169269084,Mehmet Oz,28740,REP,47.7,46.3347665741248,-2.200000000000003,4.913393595144285 +81617,165270,8945,2022,PA,Sen-G,2022_Sen-G_PA,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-11-04,2022-11-08,4,846,John Fetterman,20700,DEM,46.1,51.248160169269084,Mehmet Oz,28740,REP,49.4,46.3347665741248,-3.299999999999997,4.913393595144285 +81589,165137,8945,2022,PA,Sen-G,2022_Sen-G_PA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,John Fetterman,20700,DEM,49,51.248160169269084,Mehmet Oz,28740,REP,48,46.3347665741248,1,4.913393595144285 +81627,165302,8945,2022,PA,Sen-G,2022_Sen-G_PA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,631,John Fetterman,20700,DEM,46,51.248160169269084,Mehmet Oz,28740,REP,51,46.3347665741248,-5,4.913393595144285 +81779,166102,8945,2022,PA,Sen-G,2022_Sen-G_PA,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2022-11-06,2022-11-08,2,800,John Fetterman,20700,DEM,53,51.248160169269084,Mehmet Oz,28740,REP,47,46.3347665741248,6,4.913393595144285 +80814,162460,8947,2022,SD,Sen-G,2022_Sen-G_SD,Lake Research Partners,165,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-09-08,2022-11-08,61,400,Brian L. Bengs,29937,DEM,33,26.149933911844148,John R. Thune,29290,REP,46,69.627032929142,-13,-43.47709901729786 +81007,163110,8947,2022,SD,Sen-G,2022_Sen-G_SD,South Dakota State University School of American and Global Studies,725,FALSE,FALSE,Online Panel,NA,2022-10-04,2022-11-08,35,565,Brian L. Bengs,29937,DEM,28,26.149933911844148,John R. Thune,29290,REP,53,69.627032929142,-25,-43.47709901729786 +81275,164286,8947,2022,SD,Sen-G,2022_Sen-G_SD,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-20,2022-11-08,19,1500,Brian L. Bengs,29937,DEM,27,26.149933911844148,John R. Thune,29290,REP,58,69.627032929142,-31,-43.47709901729786 +80707,161720,8948,2022,UT,Sen-G,2022_Sen-G_UT,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2022-09-14,2022-11-08,55,700,Mike Lee,28827,REP,51,53.154075764728624,Evan McMullin,28829,IND,34,42.744324708103946,17,10.409751056624678 +80761,161973,8948,2022,UT,Sen-G,2022_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2022-09-12,2022-11-08,57,786,Mike Lee,28827,REP,37,53.154075764728624,Evan McMullin,28829,IND,34,42.744324708103946,3,10.409751056624678 +81085,163424,8948,2022,UT,Sen-G,2022_Sen-G_UT,Noble Predictive Insights,235,FALSE,FALSE,IVR/Text,NA,2022-10-05,2022-11-08,34,483,Mike Lee,28827,REP,47,53.154075764728624,Evan McMullin,28829,IND,32,42.744324708103946,15,10.409751056624678 +80991,163070,8948,2022,UT,Sen-G,2022_Sen-G_UT,Dan Jones & Associates,70,FALSE,FALSE,Live Phone,NA,2022-10-05,2022-11-08,34,773,Mike Lee,28827,REP,42,53.154075764728624,Evan McMullin,28829,IND,37,42.744324708103946,5,10.409751056624678 +81036,163248,8948,2022,UT,Sen-G,2022_Sen-G_UT,Hill Research Consultants,140,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,IND,2022-10-10,2022-11-08,29,500,Mike Lee,28827,REP,43,53.154075764728624,Evan McMullin,28829,IND,49,42.744324708103946,-6,10.409751056624678 +81026,163221,8948,2022,UT,Sen-G,2022_Sen-G_UT,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-08,2022-11-08,31,239,Mike Lee,28827,REP,50,53.154075764728624,Evan McMullin,28829,IND,38,42.744324708103946,12,10.409751056624678 +81420,164553,8948,2022,UT,Sen-G,2022_Sen-G_UT,Noble Predictive Insights,235,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Text,NA,2022-10-26,2022-11-08,13,600,Mike Lee,28827,REP,51,53.154075764728624,Evan McMullin,28829,IND,36,42.744324708103946,15,10.409751056624678 +81374,164434,8948,2022,UT,Sen-G,2022_Sen-G_UT,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-27,2022-11-08,12,825,Mike Lee,28827,REP,49.6,53.154075764728624,Evan McMullin,28829,IND,39.8,42.744324708103946,9.800000000000004,10.409751056624678 +81378,164443,8948,2022,UT,Sen-G,2022_Sen-G_UT,Hill Research Consultants,140,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,IND,2022-10-29,2022-11-08,10,500,Mike Lee,28827,REP,47,53.154075764728624,Evan McMullin,28829,IND,46,42.744324708103946,1,10.409751056624678 +80931,162941,8949,2022,VT,Sen-G,2022_Sen-G_VT,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-10-01,2022-11-08,38,765,Peter Welch,29999,DEM,62,68.46917450365726,Gerald Malloy,30699,REP,28,28.027864855451064,34,40.44130964820619 +81417,164547,8949,2022,VT,Sen-G,2022_Sen-G_VT,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-23,2022-11-08,16,1039,Peter Welch,29999,DEM,63,68.46917450365726,Gerald Malloy,30699,REP,32,28.027864855451064,31,40.44130964820619 +80749,161938,8950,2022,WA,Sen-G,2022_Sen-G_WA,Elway Research,87,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-14,2022-11-08,55,403,Patty Murray,20850,DEM,50,57.14843006660324,Tiffany Smiley,20851,REP,37,42.63007316513009,13,14.518356901473148 +80810,162449,8950,2022,WA,Sen-G,2022_Sen-G_WA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-23,2022-11-08,46,1091,Patty Murray,20850,DEM,48.7,57.14843006660324,Tiffany Smiley,20851,REP,46.5,42.63007316513009,2.200000000000003,14.518356901473148 +80992,163072,8950,2022,WA,Sen-G,2022_Sen-G_WA,Strategies 360,321,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-25,2022-11-08,44,370,Patty Murray,20850,DEM,52,57.14843006660324,Tiffany Smiley,20851,REP,40,42.63007316513009,12,14.518356901473148 +81010,163116,8950,2022,WA,Sen-G,2022_Sen-G_WA,OnMessage Inc.,239,FALSE,FALSE,Online Panel,REP,2022-09-24,2022-11-08,45,600,Patty Murray,20850,DEM,46,57.14843006660324,Tiffany Smiley,20851,REP,42,42.63007316513009,4,14.518356901473148 +80846,162592,8950,2022,WA,Sen-G,2022_Sen-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2022-09-27,2022-11-08,42,770,Patty Murray,20850,DEM,52,57.14843006660324,Tiffany Smiley,20851,REP,40,42.63007316513009,12,14.518356901473148 +80928,162805,8950,2022,WA,Sen-G,2022_Sen-G_WA,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web/Email,NA,2022-09-30,2022-11-08,39,782,Patty Murray,20850,DEM,50.7,57.14843006660324,Tiffany Smiley,20851,REP,41.9,42.63007316513009,8.800000000000004,14.518356901473148 +81153,163716,8950,2022,WA,Sen-G,2022_Sen-G_WA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-17,2022-11-08,22,698,Patty Murray,20850,DEM,55,57.14843006660324,Tiffany Smiley,20851,REP,41,42.63007316513009,14,14.518356901473148 +81170,163766,8950,2022,WA,Sen-G,2022_Sen-G_WA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-16,2022-11-08,23,589,Patty Murray,20850,DEM,49,57.14843006660324,Tiffany Smiley,20851,REP,41,42.63007316513009,8,14.518356901473148 +81181,163818,8950,2022,WA,Sen-G,2022_Sen-G_WA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2022-10-19,2022-11-08,20,782,Patty Murray,20850,DEM,52,57.14843006660324,Tiffany Smiley,20851,REP,42,42.63007316513009,10,14.518356901473148 +81183,163821,8950,2022,WA,Sen-G,2022_Sen-G_WA,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-19,2022-11-08,20,1181,Patty Murray,20850,DEM,48,57.14843006660324,Tiffany Smiley,20851,REP,45,42.63007316513009,3,14.518356901473148 +81222,163939,8950,2022,WA,Sen-G,2022_Sen-G_WA,KAConsulting,757,FALSE,FALSE,IVR/Live Phone,REP,2022-10-21,2022-11-08,18,500,Patty Murray,20850,DEM,48,57.14843006660324,Tiffany Smiley,20851,REP,42,42.63007316513009,6,14.518356901473148 +81349,164373,8950,2022,WA,Sen-G,2022_Sen-G_WA,Moore Information Group,217,FALSE,FALSE,Live Phone/Online Panel,REP,2022-10-21,2022-11-08,18,500,Patty Murray,20850,DEM,46,57.14843006660324,Tiffany Smiley,20851,REP,46,42.63007316513009,0,14.518356901473148 +81345,164369,8950,2022,WA,Sen-G,2022_Sen-G_WA,American Pulse Research & Polling,497,FALSE,FALSE,IVR,NA,2022-10-26,2022-11-08,13,506,Patty Murray,20850,DEM,50.6,57.14843006660324,Tiffany Smiley,20851,REP,45.4,42.63007316513009,5.200000000000003,14.518356901473148 +81347,164371,8950,2022,WA,Sen-G,2022_Sen-G_WA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-27,2022-11-08,12,1207,Patty Murray,20850,DEM,49.4,57.14843006660324,Tiffany Smiley,20851,REP,48.2,42.63007316513009,1.1999999999999957,14.518356901473148 +81427,164571,8950,2022,WA,Sen-G,2022_Sen-G_WA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-31,2022-11-08,8,550,Patty Murray,20850,DEM,48,57.14843006660324,Tiffany Smiley,20851,REP,46.4,42.63007316513009,1.6000000000000014,14.518356901473148 +81602,165204,8950,2022,WA,Sen-G,2022_Sen-G_WA,Moore Information Group,217,FALSE,FALSE,Live Phone/Online Panel,REP,2022-11-04,2022-11-08,4,500,Patty Murray,20850,DEM,47,57.14843006660324,Tiffany Smiley,20851,REP,47.4,42.63007316513009,-0.3999999999999986,14.518356901473148 +80632,161347,8951,2022,WI,Sen-G,2022_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2022-09-08,2022-11-08,61,632,Mandela Barnes,28662,DEM,48,49.40540483480159,Ron Johnson,19211,REP,49,50.41268972360552,-1,-1.0072848888039303 +80673,161479,8951,2022,WI,Sen-G,2022_Sen-G_WI,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2022-09-12,2022-11-08,57,800,Mandela Barnes,28662,DEM,45,49.40540483480159,Ron Johnson,19211,REP,49,50.41268972360552,-4,-1.0072848888039303 +80657,161431,8951,2022,WI,Sen-G,2022_Sen-G_WI,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-09-12,2022-11-08,57,780,Mandela Barnes,28662,DEM,48,49.40540483480159,Ron Johnson,19211,REP,49,50.41268972360552,-1,-1.0072848888039303 +80690,161651,8951,2022,WI,Sen-G,2022_Sen-G_WI,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-14,2022-11-08,55,651,Mandela Barnes,28662,DEM,48,49.40540483480159,Ron Johnson,19211,REP,47,50.41268972360552,1,-1.0072848888039303 +80704,161675,8951,2022,WI,Sen-G,2022_Sen-G_WI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-17,2022-11-08,52,860,Mandela Barnes,28662,DEM,44.1,49.40540483480159,Ron Johnson,19211,REP,47.7,50.41268972360552,-3.6000000000000014,-1.0072848888039303 +80772,162035,8951,2022,WI,Sen-G,2022_Sen-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-17,2022-11-08,52,1087,Mandela Barnes,28662,DEM,46.5,49.40540483480159,Ron Johnson,19211,REP,48.7,50.41268972360552,-2.200000000000003,-1.0072848888039303 +80880,162681,8951,2022,WI,Sen-G,2022_Sen-G_WI,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-22,2022-11-08,47,999,Mandela Barnes,28662,DEM,48,49.40540483480159,Ron Johnson,19211,REP,50,50.41268972360552,-2,-1.0072848888039303 +80855,162619,8951,2022,WI,Sen-G,2022_Sen-G_WI,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-22,2022-11-08,47,500,Mandela Barnes,28662,DEM,46,49.40540483480159,Ron Johnson,19211,REP,51,50.41268972360552,-5,-1.0072848888039303 +80874,162669,8951,2022,WI,Sen-G,2022_Sen-G_WI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1012,Mandela Barnes,28662,DEM,44,49.40540483480159,Ron Johnson,19211,REP,48,50.41268972360552,-4,-1.0072848888039303 +80845,162591,8951,2022,WI,Sen-G,2022_Sen-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2022-09-26,2022-11-08,43,574,Mandela Barnes,28662,DEM,47,49.40540483480159,Ron Johnson,19211,REP,47,50.41268972360552,0,-1.0072848888039303 +80978,163046,8951,2022,WI,Sen-G,2022_Sen-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-05,2022-11-08,34,1137,Mandela Barnes,28662,DEM,49,49.40540483480159,Ron Johnson,19211,REP,50,50.41268972360552,-1,-1.0072848888039303 +81032,163235,8951,2022,WI,Sen-G,2022_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2022-10-06,2022-11-08,33,652,Mandela Barnes,28662,DEM,46,49.40540483480159,Ron Johnson,19211,REP,52,50.41268972360552,-6,-1.0072848888039303 +81060,163295,8951,2022,WI,Sen-G,2022_Sen-G_WI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2022-10-09,2022-11-08,30,874,Mandela Barnes,28662,DEM,48,49.40540483480159,Ron Johnson,19211,REP,47,50.41268972360552,1,-1.0072848888039303 +81385,164452,8951,2022,WI,Sen-G,2022_Sen-G_WI,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Live Phone,DEM,2022-10-13,2022-11-08,26,502,Mandela Barnes,28662,DEM,46,49.40540483480159,Ron Johnson,19211,REP,48,50.41268972360552,-2,-1.0072848888039303 +81217,163919,8951,2022,WI,Sen-G,2022_Sen-G_WI,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-10-15,2022-11-08,24,714,Mandela Barnes,28662,DEM,49,49.40540483480159,Ron Johnson,19211,REP,50,50.41268972360552,-1,-1.0072848888039303 +81271,164140,8951,2022,WI,Sen-G,2022_Sen-G_WI,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-18,2022-11-08,21,1376,Mandela Barnes,28662,DEM,46,49.40540483480159,Ron Johnson,19211,REP,51,50.41268972360552,-5,-1.0072848888039303 +81370,164427,8951,2022,WI,Sen-G,2022_Sen-G_WI,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-10-22,2022-11-08,17,801,Mandela Barnes,28662,DEM,43.2,49.40540483480159,Ron Johnson,19211,REP,51.6,50.41268972360552,-8.399999999999999,-1.0072848888039303 +81445,164739,8951,2022,WI,Sen-G,2022_Sen-G_WI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1000,Mandela Barnes,28662,DEM,46.4,49.40540483480159,Ron Johnson,19211,REP,51,50.41268972360552,-4.600000000000001,-1.0072848888039303 +81426,164570,8951,2022,WI,Sen-G,2022_Sen-G_WI,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-28,2022-11-08,11,1089,Mandela Barnes,28662,DEM,46.1,49.40540483480159,Ron Johnson,19211,REP,50.2,50.41268972360552,-4.100000000000001,-1.0072848888039303 +81428,164572,8951,2022,WI,Sen-G,2022_Sen-G_WI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,1000,Mandela Barnes,28662,DEM,45,49.40540483480159,Ron Johnson,19211,REP,48,50.41268972360552,-3,-1.0072848888039303 +81425,164569,8951,2022,WI,Sen-G,2022_Sen-G_WI,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2022-10-29,2022-11-08,10,888,Mandela Barnes,28662,DEM,48,49.40540483480159,Ron Johnson,19211,REP,46,50.41268972360552,2,-1.0072848888039303 +81470,164823,8951,2022,WI,Sen-G,2022_Sen-G_WI,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-29,2022-11-08,10,655,Mandela Barnes,28662,DEM,45,49.40540483480159,Ron Johnson,19211,REP,47,50.41268972360552,-2,-1.0072848888039303 +81447,164745,8951,2022,WI,Sen-G,2022_Sen-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,679,Mandela Barnes,28662,DEM,48,49.40540483480159,Ron Johnson,19211,REP,50,50.41268972360552,-2,-1.0072848888039303 +81557,165067,8951,2022,WI,Sen-G,2022_Sen-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-03,2022-11-08,5,1095,Mandela Barnes,28662,DEM,47.4,49.40540483480159,Ron Johnson,19211,REP,50.1,50.41268972360552,-2.700000000000003,-1.0072848888039303 +81611,165224,8951,2022,WI,Sen-G,2022_Sen-G_WI,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1504,Mandela Barnes,28662,DEM,47,49.40540483480159,Ron Johnson,19211,REP,53,50.41268972360552,-6,-1.0072848888039303 +81590,165138,8951,2022,WI,Sen-G,2022_Sen-G_WI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Mandela Barnes,28662,DEM,47,49.40540483480159,Ron Johnson,19211,REP,53,50.41268972360552,-6,-1.0072848888039303 +81604,165207,8951,2022,WI,Sen-G,2022_Sen-G_WI,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-11-06,2022-11-08,2,739,Mandela Barnes,28662,DEM,49,49.40540483480159,Ron Johnson,19211,REP,50,50.41268972360552,-1,-1.0072848888039303 +81391,164466,8952,2022,AL,Gov-G,2022_Gov-G_AL,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-28,2022-11-08,11,616,Yolanda Rochelle Flowers,30525,DEM,25.3,29.17868723075173,Kay Ivey,28904,REP,59.5,66.90760787771775,-34.2,-37.72892064696602 +80655,161427,8953,2022,AK,Gov-G,2022_Gov-G_AK,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-08,2022-11-08,61,500,Les Gara,28698,DEM,41,24.20872637932603,Mike Dunleavy,28699,REP,59,50.28663289757045,-18,-26.07790651824442 +81412,164525,8953,2022,AK,Gov-G,2022_Gov-G_AK,Dittman Research,79,FALSE,FALSE,Live Phone,NA,2022-10-23,2022-11-08,16,403,Les Gara,28698,DEM,25,24.20872637932603,Mike Dunleavy,28699,REP,51,50.28663289757045,-26,-26.07790651824442 +80750,161941,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-12,2022-11-08,57,500,Katie Hobbs,28718,DEM,49,50.31836482729924,Kari Lake,28719,REP,48,49.64959747761757,1,0.6687673496816728 +80676,161483,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-16,2022-11-08,53,1080,Katie Hobbs,28718,DEM,45.6,50.31836482729924,Kari Lake,28719,REP,50,49.64959747761757,-4.399999999999999,0.6687673496816728 +80755,161959,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-17,2022-11-08,52,768,Katie Hobbs,28718,DEM,47,50.31836482729924,Kari Lake,28719,REP,51,49.64959747761757,-4,0.6687673496816728 +80833,162543,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-21,2022-11-08,48,1260,Katie Hobbs,28718,DEM,45,50.31836482729924,Kari Lake,28719,REP,46,49.64959747761757,-1,0.6687673496816728 +80825,162485,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-23,2022-11-08,46,500,Katie Hobbs,28718,DEM,46.2,50.31836482729924,Kari Lake,28719,REP,45.4,49.64959747761757,0.8000000000000043,0.6687673496816728 +80873,162671,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1008,Katie Hobbs,28718,DEM,44,50.31836482729924,Kari Lake,28719,REP,43,49.64959747761757,1,0.6687673496816728 +80960,162975,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-09-29,2022-11-08,40,795,Katie Hobbs,28718,DEM,49,50.31836482729924,Kari Lake,28719,REP,46,49.64959747761757,3,0.6687673496816728 +80933,162819,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-02,2022-11-08,37,1164,Katie Hobbs,28718,DEM,49,50.31836482729924,Kari Lake,28719,REP,49,49.64959747761757,0,0.6687673496816728 +80994,163291,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone/Text,NA,2022-10-05,2022-11-08,34,674,Katie Hobbs,28718,DEM,43.96,50.31836482729924,Kari Lake,28719,REP,46.6,49.64959747761757,-2.6400000000000006,0.6687673496816728 +81379,164447,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Ascend Action,726,FALSE,FALSE,Live Phone/Text,NA,2022-10-09,2022-11-08,30,954,Katie Hobbs,28718,DEM,45,50.31836482729924,Kari Lake,28719,REP,46,49.64959747761757,-1,0.6687673496816728 +81050,163275,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-11,2022-11-08,28,550,Katie Hobbs,28718,DEM,45.6,50.31836482729924,Kari Lake,28719,REP,49.3,49.64959747761757,-3.6999999999999957,0.6687673496816728 +81092,163441,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2022-10-12,2022-11-08,27,500,Katie Hobbs,28718,DEM,45.8,50.31836482729924,Kari Lake,28719,REP,44.8,49.64959747761757,1,0.6687673496816728 +81192,163840,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-10,2022-11-08,29,1000,Katie Hobbs,28718,DEM,47.5,50.31836482729924,Kari Lake,28719,REP,47.4,49.64959747761757,0.10000000000000142,0.6687673496816728 +81121,163548,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-16,2022-11-08,23,1078,Katie Hobbs,28718,DEM,46.4,50.31836482729924,Kari Lake,28719,REP,49.2,49.64959747761757,-2.8000000000000043,0.6687673496816728 +81269,164143,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-14,2022-11-08,25,893,Katie Hobbs,28718,DEM,46,50.31836482729924,Kari Lake,28719,REP,50,49.64959747761757,-4,0.6687673496816728 +81229,163950,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2022-10-16,2022-11-08,23,600,Katie Hobbs,28718,DEM,47.9,50.31836482729924,Kari Lake,28719,REP,47.2,49.64959747761757,0.6999999999999957,0.6687673496816728 +81246,163982,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone,NA,2022-10-18,2022-11-08,21,550,Katie Hobbs,28718,DEM,44.2,50.31836482729924,Kari Lake,28719,REP,46.7,49.64959747761757,-2.5,0.6687673496816728 +81188,163831,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-20,2022-11-08,19,1111,Katie Hobbs,28718,DEM,45.3,50.31836482729924,Kari Lake,28719,REP,48.6,49.64959747761757,-3.3000000000000043,0.6687673496816728 +81280,164158,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,InsiderAdvantage,243,FALSE,FALSE,Live Phone/Text,NA,2022-10-24,2022-11-08,15,550,Katie Hobbs,28718,DEM,43,50.31836482729924,Kari Lake,28719,REP,54,49.64959747761757,-11,0.6687673496816728 +81354,164493,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-25,2022-11-08,14,604,Katie Hobbs,28718,DEM,48,50.31836482729924,Kari Lake,28719,REP,48,49.64959747761757,0,0.6687673496816728 +81359,164385,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Noble Predictive Insights,235,FALSE,FALSE,Live Phone/Text,NA,2022-10-25,2022-11-08,14,600,Katie Hobbs,28718,DEM,47,50.31836482729924,Kari Lake,28719,REP,49,49.64959747761757,-2,0.6687673496816728 +81365,164400,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text,REP,2022-10-25,2022-11-08,14,800,Katie Hobbs,28718,DEM,47,50.31836482729924,Kari Lake,28719,REP,50,49.64959747761757,-3,0.6687673496816728 +81411,164556,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,BSP Research/Shaw & Company Research,728,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-23,2022-11-08,16,669,Katie Hobbs,28718,DEM,44,50.31836482729924,Kari Lake,28719,REP,44,49.64959747761757,0,0.6687673496816728 +81401,164488,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Phillips Academy,699,FALSE,FALSE,IVR/Text,NA,2022-10-29,2022-11-08,10,985,Katie Hobbs,28718,DEM,42.3,50.31836482729924,Kari Lake,28719,REP,53.4,49.64959747761757,-11.100000000000001,0.6687673496816728 +81366,164403,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-28,2022-11-08,11,1122,Katie Hobbs,28718,DEM,46.8,50.31836482729924,Kari Lake,28719,REP,49.2,49.64959747761757,-2.4000000000000057,0.6687673496816728 +81429,164576,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,1003,Katie Hobbs,28718,DEM,46,50.31836482729924,Kari Lake,28719,REP,47,49.64959747761757,-1,0.6687673496816728 +81521,164966,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-31,2022-11-08,8,1000,Katie Hobbs,28718,DEM,46.7,50.31836482729924,Kari Lake,28719,REP,50.2,49.64959747761757,-3.5,0.6687673496816728 +81524,164970,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Alloy Analytics,734,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-31,2022-11-08,8,639,Katie Hobbs,28718,DEM,46,50.31836482729924,Kari Lake,28719,REP,50,49.64959747761757,-4,0.6687673496816728 +81502,164910,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-02,2022-11-08,6,550,Katie Hobbs,28718,DEM,48,50.31836482729924,Kari Lake,28719,REP,51,49.64959747761757,-3,0.6687673496816728 +81490,164880,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1075,Katie Hobbs,28718,DEM,46,50.31836482729924,Kari Lake,28719,REP,49,49.64959747761757,-3,0.6687673496816728 +81499,164905,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,HighGround Inc.,416,FALSE,FALSE,Live Phone,NA,2022-11-01,2022-11-08,7,500,Katie Hobbs,28718,DEM,45.2,50.31836482729924,Kari Lake,28719,REP,46.6,49.64959747761757,-1.3999999999999986,0.6687673496816728 +81508,164927,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-11-01,2022-11-08,7,1157,Katie Hobbs,28718,DEM,48,50.31836482729924,Kari Lake,28719,REP,47,49.64959747761757,1,0.6687673496816728 +81455,164769,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-31,2022-11-08,8,852,Katie Hobbs,28718,DEM,48,50.31836482729924,Kari Lake,28719,REP,50,49.64959747761757,-2,0.6687673496816728 +81531,165022,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,KAConsulting,757,FALSE,FALSE,Live Phone,REP,2022-11-02,2022-11-08,6,501,Katie Hobbs,28718,DEM,45,50.31836482729924,Kari Lake,28719,REP,49,49.64959747761757,-4,0.6687673496816728 +81581,165139,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Katie Hobbs,28718,DEM,49,50.31836482729924,Kari Lake,28719,REP,51,49.64959747761757,-2,0.6687673496816728 +81596,165191,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Data Orbital,73,TRUE,FALSE,Live Phone/Text-to-Web,NA,2022-11-05,2022-11-08,3,550,Katie Hobbs,28718,DEM,46.6,50.31836482729924,Kari Lake,28719,REP,49.7,49.64959747761757,-3.1000000000000014,0.6687673496816728 +81618,165272,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1359,Katie Hobbs,28718,DEM,48,50.31836482729924,Kari Lake,28719,REP,52,49.64959747761757,-4,0.6687673496816728 +81626,165309,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,560,Katie Hobbs,28718,DEM,48,50.31836482729924,Kari Lake,28719,REP,50,49.64959747761757,-2,0.6687673496816728 +81629,165314,8954,2022,AZ,Gov-G,2022_Gov-G_AZ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-06,2022-11-08,2,1094,Katie Hobbs,28718,DEM,46.9,50.31836482729924,Kari Lake,28719,REP,50.5,49.64959747761757,-3.6000000000000014,0.6687673496816728 +80677,161484,8955,2022,AR,Gov-G,2022_Gov-G_AR,Hendrix College,138,FALSE,FALSE,Text-to-Web,NA,2022-09-12,2022-11-08,57,835,Chris Jones,28834,DEM,40,35.196138636020365,Sarah Huckabee Sanders,29381,REP,51,62.96380412265431,-11,-27.767665486633945 +80684,161496,8955,2022,AR,Gov-G,2022_Gov-G_AR,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-09-14,2022-11-08,55,1418,Chris Jones,28834,DEM,34,35.196138636020365,Sarah Huckabee Sanders,29381,REP,59,62.96380412265431,-25,-27.767665486633945 +81163,163738,8955,2022,AR,Gov-G,2022_Gov-G_AR,Hendrix College,138,FALSE,FALSE,Text,NA,2022-10-17,2022-11-08,22,974,Chris Jones,28834,DEM,41,35.196138636020365,Sarah Huckabee Sanders,29381,REP,51,62.96380412265431,-10,-27.767665486633945 +81501,164908,8955,2022,AR,Gov-G,2022_Gov-G_AR,University of Arkansas Department of Political Science,345,TRUE,FALSE,Live Phone,NA,2022-10-22,2022-11-08,17,557,Chris Jones,28834,DEM,33.9,35.196138636020365,Sarah Huckabee Sanders,29381,REP,53,62.96380412265431,-19.1,-27.767665486633945 +80920,162780,8956,2022,CA,Gov-G,2022_Gov-G_CA,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2022-09-24,2022-11-08,45,6939,Gavin Newsom,28653,DEM,53,59.1794902940261,Brian Dahle,29383,REP,32,40.8205097059739,21,18.358980588052205 +81016,163135,8956,2022,CA,Gov-G,2022_Gov-G_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-09,2022-11-08,30,1013,Gavin Newsom,28653,DEM,57,59.1794902940261,Brian Dahle,29383,REP,35,40.8205097059739,22,18.358980588052205 +81300,164209,8956,2022,CA,Gov-G,2022_Gov-G_CA,Public Policy Institute of California,262,TRUE,FALSE,Live Phone,NA,2022-10-18,2022-11-08,21,1111,Gavin Newsom,28653,DEM,55,59.1794902940261,Brian Dahle,29383,REP,36,40.8205097059739,19,18.358980588052205 +81533,165026,8956,2022,CA,Gov-G,2022_Gov-G_CA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-19,2022-11-08,20,860,Gavin Newsom,28653,DEM,56,59.1794902940261,Brian Dahle,29383,REP,37,40.8205097059739,19,18.358980588052205 +81317,164306,8956,2022,CA,Gov-G,2022_Gov-G_CA,ActiVote,721,TRUE,FALSE,App Panel,NA,2022-09-12,2022-11-08,57,200,Gavin Newsom,28653,DEM,61,59.1794902940261,Brian Dahle,29383,REP,39,40.8205097059739,22,18.358980588052205 +81542,165043,8956,2022,CA,Gov-G,2022_Gov-G_CA,University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,Email,NA,2022-10-28,2022-11-08,11,5972,Gavin Newsom,28653,DEM,58,59.1794902940261,Brian Dahle,29383,REP,37,40.8205097059739,21,18.358980588052205 +81541,165041,8956,2022,CA,Gov-G,2022_Gov-G_CA,University of Southern California Schwarzenegger Institute for State and Global Policy,648,FALSE,FALSE,Online Panel,NA,2022-11-01,2022-11-08,7,802,Gavin Newsom,28653,DEM,62,59.1794902940261,Brian Dahle,29383,REP,38,40.8205097059739,24,18.358980588052205 +81582,165140,8956,2022,CA,Gov-G,2022_Gov-G_CA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Gavin Newsom,28653,DEM,60,59.1794902940261,Brian Dahle,29383,REP,40,40.8205097059739,20,18.358980588052205 +80745,161872,8957,2022,CO,Gov-G,2022_Gov-G_CO,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-18,2022-11-08,51,1000,Jared Polis,28368,DEM,52.8,58.53390306803733,Heidi Ganahl,28369,REP,35.9,39.184142029759606,16.9,19.349761038277727 +80832,162502,8957,2022,CO,Gov-G,2022_Gov-G_CO,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-22,2022-11-08,47,1078,Jared Polis,28368,DEM,49.2,58.53390306803733,Heidi Ganahl,28369,REP,40.7,39.184142029759606,8.5,19.349761038277727 +80893,162712,8957,2022,CO,Gov-G,2022_Gov-G_CO,Keating Research/Magellan Strategies,481,FALSE,FALSE,Live Phone,NA,2022-09-22,2022-11-08,47,1060,Jared Polis,28368,DEM,51,58.53390306803733,Heidi Ganahl,28369,REP,34,39.184142029759606,17,19.349761038277727 +80967,162992,8957,2022,CO,Gov-G,2022_Gov-G_CO,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-05,2022-11-08,34,1005,Jared Polis,28368,DEM,56,58.53390306803733,Heidi Ganahl,28369,REP,39,39.184142029759606,17,19.349761038277727 +80993,163078,8957,2022,CO,Gov-G,2022_Gov-G_CO,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-05,2022-11-08,34,1127,Jared Polis,28368,DEM,54,58.53390306803733,Heidi Ganahl,28369,REP,36,39.184142029759606,18,19.349761038277727 +81122,163573,8957,2022,CO,Gov-G,2022_Gov-G_CO,Global Strategy Group,118,FALSE,FALSE,Live Phone/Online Panel,DEM,2022-10-08,2022-11-08,31,800,Jared Polis,28368,DEM,52,58.53390306803733,Heidi Ganahl,28369,REP,34,39.184142029759606,18,19.349761038277727 +81155,163721,8957,2022,CO,Gov-G,2022_Gov-G_CO,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-17,2022-11-08,22,600,Jared Polis,28368,DEM,55,58.53390306803733,Heidi Ganahl,28369,REP,40,39.184142029759606,15,19.349761038277727 +81439,164662,8957,2022,CO,Gov-G,2022_Gov-G_CO,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-15,2022-11-08,24,709,Jared Polis,28368,DEM,57,58.53390306803733,Heidi Ganahl,28369,REP,41,39.184142029759606,16,19.349761038277727 +81387,164455,8957,2022,CO,Gov-G,2022_Gov-G_CO,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-26,2022-11-08,13,1174,Jared Polis,28368,DEM,49.5,58.53390306803733,Heidi Ganahl,28369,REP,41.8,39.184142029759606,7.700000000000003,19.349761038277727 +81404,164498,8957,2022,CO,Gov-G,2022_Gov-G_CO,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1000,Jared Polis,28368,DEM,54.2,58.53390306803733,Heidi Ganahl,28369,REP,40.8,39.184142029759606,13.400000000000006,19.349761038277727 +81463,164813,8957,2022,CO,Gov-G,2022_Gov-G_CO,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-31,2022-11-08,8,1084,Jared Polis,28368,DEM,49.6,58.53390306803733,Heidi Ganahl,28369,REP,42.5,39.184142029759606,7.100000000000001,19.349761038277727 +81615,165243,8957,2022,CO,Gov-G,2022_Gov-G_CO,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1983,Jared Polis,28368,DEM,55,58.53390306803733,Heidi Ganahl,28369,REP,43,39.184142029759606,12,19.349761038277727 +81620,165276,8957,2022,CO,Gov-G,2022_Gov-G_CO,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-11-05,2022-11-08,3,856,Jared Polis,28368,DEM,54,58.53390306803733,Heidi Ganahl,28369,REP,42,39.184142029759606,12,19.349761038277727 +80731,161841,8958,2022,CT,Gov-G,2022_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-09-17,2022-11-08,52,1911,Edward Lamont,28689,DEM,57,54.437103956764744,Robert Stefanowski,28690,REP,40,43.0813800327167,17,11.355723924048043 +80826,162486,8958,2022,CT,Gov-G,2022_Gov-G_CT,Western New England University Polling Institute,380,TRUE,FALSE,Live Phone,NA,2022-09-18,2022-11-08,51,626,Edward Lamont,28689,DEM,55,54.437103956764744,Robert Stefanowski,28690,REP,40,43.0813800327167,15,11.355723924048043 +81074,163353,8958,2022,CT,Gov-G,2022_Gov-G_CT,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-12,2022-11-08,27,1200,Edward Lamont,28689,DEM,46,54.437103956764744,Robert Stefanowski,28690,REP,40,43.0813800327167,6,11.355723924048043 +81219,163921,8958,2022,CT,Gov-G,2022_Gov-G_CT,SurveyUSA,325,FALSE,FALSE,Online Panel,DEM,2022-10-17,2022-11-08,22,718,Edward Lamont,28689,DEM,52,54.437103956764744,Robert Stefanowski,28690,REP,34,43.0813800327167,18,11.355723924048043 +81242,163976,8958,2022,CT,Gov-G,2022_Gov-G_CT,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-20,2022-11-08,19,1000,Edward Lamont,28689,DEM,53.4,54.437103956764744,Robert Stefanowski,28690,REP,42.7,43.0813800327167,10.699999999999996,11.355723924048043 +81218,163929,8958,2022,CT,Gov-G,2022_Gov-G_CT,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-10-21,2022-11-08,18,1879,Edward Lamont,28689,DEM,56,54.437103956764744,Robert Stefanowski,28690,REP,41,43.0813800327167,15,11.355723924048043 +81315,164302,8958,2022,CT,Gov-G,2022_Gov-G_CT,McLaughlin & Associates,203,FALSE,FALSE,Live Phone/Text-to-Web,REP,2022-10-23,2022-11-08,16,500,Edward Lamont,28689,DEM,49,54.437103956764744,Robert Stefanowski,28690,REP,43,43.0813800327167,6,11.355723924048043 +81497,164900,8958,2022,CT,Gov-G,2022_Gov-G_CT,"Long Island University Steven S. Hornstein Center for Policy, Polling, and Analysis",633,FALSE,FALSE,Online Panel,NA,2022-10-25,2022-11-08,14,1004,Edward Lamont,28689,DEM,55,54.437103956764744,Robert Stefanowski,28690,REP,24,43.0813800327167,31,11.355723924048043 +80671,161478,8959,2022,FL,Gov-G,2022_Gov-G_FL,Sachs Media,706,FALSE,FALSE,Online Ad,NA,2022-09-10,2022-11-08,59,600,Charlie Crist,18852,DEM,45,39.9710914341163,Ron DeSantis,18851,REP,51,59.3742516630532,-6,-19.403160228936898 +80639,161387,8959,2022,FL,Gov-G,2022_Gov-G_FL,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-09-09,2022-11-08,60,608,Charlie Crist,18852,DEM,47,39.9710914341163,Ron DeSantis,18851,REP,50,59.3742516630532,-3,-19.403160228936898 +80715,161752,8959,2022,FL,Gov-G,2022_Gov-G_FL,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-17,2022-11-08,52,500,Charlie Crist,18852,DEM,41,39.9710914341163,Ron DeSantis,18851,REP,47.8,59.3742516630532,-6.799999999999997,-19.403160228936898 +80732,161842,8959,2022,FL,Gov-G,2022_Gov-G_FL,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-09-19,2022-11-08,50,617,Charlie Crist,18852,DEM,45,39.9710914341163,Ron DeSantis,18851,REP,52,59.3742516630532,-7,-19.403160228936898 +80762,161974,8959,2022,FL,Gov-G,2022_Gov-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2022-09-21,2022-11-08,48,700,Charlie Crist,18852,DEM,53,39.9710914341163,Ron DeSantis,18851,REP,47,59.3742516630532,6,-19.403160228936898 +80895,162717,8959,2022,FL,Gov-G,2022_Gov-G_FL,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-22,2022-11-08,47,669,Charlie Crist,18852,DEM,41,39.9710914341163,Ron DeSantis,18851,REP,49,59.3742516630532,-8,-19.403160228936898 +80903,162743,8959,2022,FL,Gov-G,2022_Gov-G_FL,Clarity Campaign Labs,52,FALSE,FALSE,IVR/Live Phone,DEM,2022-09-24,2022-11-08,45,2860,Charlie Crist,18852,DEM,46,39.9710914341163,Ron DeSantis,18851,REP,47,59.3742516630532,-1,-19.403160228936898 +80915,162875,8959,2022,FL,Gov-G,2022_Gov-G_FL,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2022-09-27,2022-11-08,42,800,Charlie Crist,18852,DEM,41,39.9710914341163,Ron DeSantis,18851,REP,52,59.3742516630532,-11,-19.403160228936898 +81449,164754,8959,2022,FL,Gov-G,2022_Gov-G_FL,African American Research Collaborative,733,FALSE,FALSE,Live Phone/Online Panel,DEM,2022-10-08,2022-11-08,31,1250,Charlie Crist,18852,DEM,41,39.9710914341163,Ron DeSantis,18851,REP,46,59.3742516630532,-5,-19.403160228936898 +81160,163730,8959,2022,FL,Gov-G,2022_Gov-G_FL,RMG Research,555,FALSE,FALSE,Online Panel,NA,2022-10-12,2022-11-08,27,685,Charlie Crist,18852,DEM,42,39.9710914341163,Ron DeSantis,18851,REP,52,59.3742516630532,-10,-19.403160228936898 +81097,163447,8959,2022,FL,Gov-G,2022_Gov-G_FL,Sachs Media,706,FALSE,FALSE,Online Ad,NA,2022-10-15,2022-11-08,24,600,Charlie Crist,18852,DEM,42,39.9710914341163,Ron DeSantis,18851,REP,52,59.3742516630532,-10,-19.403160228936898 +81166,163760,8959,2022,FL,Gov-G,2022_Gov-G_FL,Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-14,2022-11-08,25,719,Charlie Crist,18852,DEM,39.7,39.9710914341163,Ron DeSantis,18851,REP,50.9,59.3742516630532,-11.199999999999996,-19.403160228936898 +81306,164231,8959,2022,FL,Gov-G,2022_Gov-G_FL,Stetson University Center for Public Opinion Research,730,FALSE,FALSE,Online Panel,NA,2022-10-18,2022-11-08,21,644,Charlie Crist,18852,DEM,45,39.9710914341163,Ron DeSantis,18851,REP,53,59.3742516630532,-8,-19.403160228936898 +81270,164144,8959,2022,FL,Gov-G,2022_Gov-G_FL,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-21,2022-11-08,18,1251,Charlie Crist,18852,DEM,42,39.9710914341163,Ron DeSantis,18851,REP,54,59.3742516630532,-12,-19.403160228936898 +81277,164152,8959,2022,FL,Gov-G,2022_Gov-G_FL,Cherry Communications,49,FALSE,FALSE,Live Phone,REP,2022-10-18,2022-11-08,21,601,Charlie Crist,18852,DEM,42,39.9710914341163,Ron DeSantis,18851,REP,53,59.3742516630532,-11,-19.403160228936898 +81262,164049,8959,2022,FL,Gov-G,2022_Gov-G_FL,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2022-10-21,2022-11-08,18,622,Charlie Crist,18852,DEM,41,39.9710914341163,Ron DeSantis,18851,REP,55,59.3742516630532,-14,-19.403160228936898 +81536,165029,8959,2022,FL,Gov-G,2022_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-19,2022-11-08,20,832,Charlie Crist,18852,DEM,43,39.9710914341163,Ron DeSantis,18851,REP,53,59.3742516630532,-10,-19.403160228936898 +81422,164558,8959,2022,FL,Gov-G,2022_Gov-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR/Live Phone,NA,2022-10-27,2022-11-08,12,633,Charlie Crist,18852,DEM,53.4,39.9710914341163,Ron DeSantis,18851,REP,46.6,59.3742516630532,6.799999999999997,-19.403160228936898 +81530,165020,8959,2022,FL,Gov-G,2022_Gov-G_FL,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-26,2022-11-08,13,1117,Charlie Crist,18852,DEM,43,39.9710914341163,Ron DeSantis,18851,REP,53,59.3742516630532,-10,-19.403160228936898 +81450,164756,8959,2022,FL,Gov-G,2022_Gov-G_FL,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-01,2022-11-08,7,550,Charlie Crist,18852,DEM,43,39.9710914341163,Ron DeSantis,18851,REP,53,59.3742516630532,-10,-19.403160228936898 +81460,164773,8959,2022,FL,Gov-G,2022_Gov-G_FL,Victory Insights,673,FALSE,FALSE,IVR,NA,2022-10-31,2022-11-08,8,500,Charlie Crist,18852,DEM,41.4,39.9710914341163,Ron DeSantis,18851,REP,54.1,59.3742516630532,-12.700000000000003,-19.403160228936898 +81513,164945,8959,2022,FL,Gov-G,2022_Gov-G_FL,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-31,2022-11-08,8,659,Charlie Crist,18852,DEM,42,39.9710914341163,Ron DeSantis,18851,REP,54,59.3742516630532,-12,-19.403160228936898 +81546,165049,8959,2022,FL,Gov-G,2022_Gov-G_FL,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-11-01,2022-11-08,7,600,Charlie Crist,18852,DEM,40,39.9710914341163,Ron DeSantis,18851,REP,53,59.3742516630532,-13,-19.403160228936898 +81453,164768,8959,2022,FL,Gov-G,2022_Gov-G_FL,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-31,2022-11-08,8,772,Charlie Crist,18852,DEM,45,39.9710914341163,Ron DeSantis,18851,REP,54,59.3742516630532,-9,-19.403160228936898 +81563,165075,8959,2022,FL,Gov-G,2022_Gov-G_FL,ActiVote,721,TRUE,FALSE,App Panel,NA,2022-09-21,2022-11-08,48,321,Charlie Crist,18852,DEM,44,39.9710914341163,Ron DeSantis,18851,REP,56,59.3742516630532,-12,-19.403160228936898 +81583,165141,8959,2022,FL,Gov-G,2022_Gov-G_FL,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Charlie Crist,18852,DEM,42,39.9710914341163,Ron DeSantis,18851,REP,56,59.3742516630532,-14,-19.403160228936898 +81613,165233,8959,2022,FL,Gov-G,2022_Gov-G_FL,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-11-04,2022-11-08,4,1436,Charlie Crist,18852,DEM,42,39.9710914341163,Ron DeSantis,18851,REP,57,59.3742516630532,-15,-19.403160228936898 +81623,165294,8959,2022,FL,Gov-G,2022_Gov-G_FL,The Political Matrix/The Listener Group,677,FALSE,FALSE,IVR,NA,2022-11-06,2022-11-08,2,722,Charlie Crist,18852,DEM,48,39.9710914341163,Ron DeSantis,18851,REP,52,59.3742516630532,-4,-19.403160228936898 +80640,161389,8960,2022,GA,Gov-G,2022_Gov-G_GA,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-09-11,2022-11-08,58,542,Stacey Abrams,16673,DEM,47,45.876190871268534,Brian Kemp,16674,REP,49,53.411436411319045,-2,-7.535245540050511 +80631,161344,8960,2022,GA,Gov-G,2022_Gov-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-09-10,2022-11-08,59,1278,Stacey Abrams,16673,DEM,48,45.876190871268534,Brian Kemp,16674,REP,50,53.411436411319045,-2,-7.535245540050511 +80692,161655,8960,2022,GA,Gov-G,2022_Gov-G_GA,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-14,2022-11-08,55,1202,Stacey Abrams,16673,DEM,44,45.876190871268534,Brian Kemp,16674,REP,50,53.411436411319045,-6,-7.535245540050511 +80691,161654,8960,2022,GA,Gov-G,2022_Gov-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2022-09-11,2022-11-08,58,861,Stacey Abrams,16673,DEM,42.2,45.876190871268534,Brian Kemp,16674,REP,50.2,53.411436411319045,-8,-7.535245540050511 +80771,162034,8960,2022,GA,Gov-G,2022_Gov-G_GA,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text,DEM,2022-09-16,2022-11-08,53,600,Stacey Abrams,16673,DEM,46.5,45.876190871268534,Brian Kemp,16674,REP,49.9,53.411436411319045,-3.3999999999999986,-7.535245540050511 +80718,161755,8960,2022,GA,Gov-G,2022_Gov-G_GA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-16,2022-11-08,53,1178,Stacey Abrams,16673,DEM,46,45.876190871268534,Brian Kemp,16674,REP,52,53.411436411319045,-6,-7.535245540050511 +80756,161960,8960,2022,GA,Gov-G,2022_Gov-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-18,2022-11-08,51,1006,Stacey Abrams,16673,DEM,44,45.876190871268534,Brian Kemp,16674,REP,51,53.411436411319045,-7,-7.535245540050511 +80852,162611,8960,2022,GA,Gov-G,2022_Gov-G_GA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1011,Stacey Abrams,16673,DEM,43,45.876190871268534,Brian Kemp,16674,REP,50,53.411436411319045,-7,-7.535245540050511 +80942,162894,8960,2022,GA,Gov-G,2022_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-04,2022-11-08,35,550,Stacey Abrams,16673,DEM,44.6,45.876190871268534,Brian Kemp,16674,REP,50.2,53.411436411319045,-5.600000000000001,-7.535245540050511 +80943,162895,8960,2022,GA,Gov-G,2022_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-02,2022-11-08,37,1076,Stacey Abrams,16673,DEM,45,45.876190871268534,Brian Kemp,16674,REP,47,53.411436411319045,-2,-7.535245540050511 +81020,163199,8960,2022,GA,Gov-G,2022_Gov-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2022-09-29,2022-11-08,40,1030,Stacey Abrams,16673,DEM,40.7,45.876190871268534,Brian Kemp,16674,REP,51,53.411436411319045,-10.299999999999997,-7.535245540050511 +81008,163113,8960,2022,GA,Gov-G,2022_Gov-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-06,2022-11-08,33,1000,Stacey Abrams,16673,DEM,46,45.876190871268534,Brian Kemp,16674,REP,50.9,53.411436411319045,-4.899999999999999,-7.535245540050511 +81029,163227,8960,2022,GA,Gov-G,2022_Gov-G_GA,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-10-09,2022-11-08,30,1157,Stacey Abrams,16673,DEM,49,45.876190871268534,Brian Kemp,16674,REP,50,53.411436411319045,-1,-7.535245540050511 +81013,163130,8960,2022,GA,Gov-G,2022_Gov-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-10,2022-11-08,29,1084,Stacey Abrams,16673,DEM,43.6,45.876190871268534,Brian Kemp,16674,REP,52.5,53.411436411319045,-8.899999999999999,-7.535245540050511 +81051,163279,8960,2022,GA,Gov-G,2022_Gov-G_GA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-10,2022-11-08,29,717,Stacey Abrams,16673,DEM,46,45.876190871268534,Brian Kemp,16674,REP,51,53.411436411319045,-5,-7.535245540050511 +81191,163838,8960,2022,GA,Gov-G,2022_Gov-G_GA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-10,2022-11-08,29,1018,Stacey Abrams,16673,DEM,42.9,45.876190871268534,Brian Kemp,16674,REP,52,53.411436411319045,-9.100000000000001,-7.535245540050511 +81107,163487,8960,2022,GA,Gov-G,2022_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-16,2022-11-08,23,550,Stacey Abrams,16673,DEM,42.9,45.876190871268534,Brian Kemp,16674,REP,50.3,53.411436411319045,-7.399999999999999,-7.535245540050511 +81112,163520,8960,2022,GA,Gov-G,2022_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-16,2022-11-08,23,500,Stacey Abrams,16673,DEM,44.6,45.876190871268534,Brian Kemp,16674,REP,51.2,53.411436411319045,-6.600000000000001,-7.535245540050511 +81200,163875,8960,2022,GA,Gov-G,2022_Gov-G_GA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-15,2022-11-08,24,984,Stacey Abrams,16673,DEM,43,45.876190871268534,Brian Kemp,16674,REP,53,53.411436411319045,-10,-7.535245540050511 +81244,163979,8960,2022,GA,Gov-G,2022_Gov-G_GA,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-15,2022-11-08,24,905,Stacey Abrams,16673,DEM,44,45.876190871268534,Brian Kemp,16674,REP,51.3,53.411436411319045,-7.299999999999997,-7.535245540050511 +81232,163958,8960,2022,GA,Gov-G,2022_Gov-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-22,2022-11-08,17,1076,Stacey Abrams,16673,DEM,45.3,45.876190871268534,Brian Kemp,16674,REP,52.2,53.411436411319045,-6.900000000000006,-7.535245540050511 +81307,164233,8960,2022,GA,Gov-G,2022_Gov-G_GA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-10-23,2022-11-08,16,1053,Stacey Abrams,16673,DEM,41,45.876190871268534,Brian Kemp,16674,REP,51,53.411436411319045,-10,-7.535245540050511 +81338,164355,8960,2022,GA,Gov-G,2022_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-27,2022-11-08,12,550,Stacey Abrams,16673,DEM,43.2,45.876190871268534,Brian Kemp,16674,REP,51.6,53.411436411319045,-8.399999999999999,-7.535245540050511 +81355,164495,8960,2022,GA,Gov-G,2022_Gov-G_GA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,604,Stacey Abrams,16673,DEM,45,45.876190871268534,Brian Kemp,16674,REP,50,53.411436411319045,-5,-7.535245540050511 +81368,164407,8960,2022,GA,Gov-G,2022_Gov-G_GA,University of Georgia School of Public and International Affairs,350,FALSE,FALSE,Live Phone,NA,2022-10-22,2022-11-08,17,1022,Stacey Abrams,16673,DEM,44.3,45.876190871268534,Brian Kemp,16674,REP,51.1,53.411436411319045,-6.800000000000004,-7.535245540050511 +81458,164771,8960,2022,GA,Gov-G,2022_Gov-G_GA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,1002,Stacey Abrams,16673,DEM,43,45.876190871268534,Brian Kemp,16674,REP,49,53.411436411319045,-6,-7.535245540050511 +81488,164878,8960,2022,GA,Gov-G,2022_Gov-G_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-30,2022-11-08,9,1000,Stacey Abrams,16673,DEM,46.4,45.876190871268534,Brian Kemp,16674,REP,52,53.411436411319045,-5.600000000000001,-7.535245540050511 +81446,164742,8960,2022,GA,Gov-G,2022_Gov-G_GA,Seven Letter Insight,661,FALSE,FALSE,Online Panel,NA,2022-10-28,2022-11-08,11,762,Stacey Abrams,16673,DEM,44,45.876190871268534,Brian Kemp,16674,REP,49,53.411436411319045,-5,-7.535245540050511 +81525,164971,8960,2022,GA,Gov-G,2022_Gov-G_GA,Patinkin Research Strategies,490,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-10-31,2022-11-08,8,700,Stacey Abrams,16673,DEM,47,45.876190871268534,Brian Kemp,16674,REP,49,53.411436411319045,-2,-7.535245540050511 +81494,164894,8960,2022,GA,Gov-G,2022_Gov-G_GA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1150,Stacey Abrams,16673,DEM,41,45.876190871268534,Brian Kemp,16674,REP,55,53.411436411319045,-14,-7.535245540050511 +81547,165050,8960,2022,GA,Gov-G,2022_Gov-G_GA,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-11-01,2022-11-08,7,600,Stacey Abrams,16673,DEM,43,45.876190871268534,Brian Kemp,16674,REP,52,53.411436411319045,-9,-7.535245540050511 +81485,164866,8960,2022,GA,Gov-G,2022_Gov-G_GA,Echelon Insights,407,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-11-01,2022-11-08,7,500,Stacey Abrams,16673,DEM,43,45.876190871268534,Brian Kemp,16674,REP,50,53.411436411319045,-7,-7.535245540050511 +81509,164928,8960,2022,GA,Gov-G,2022_Gov-G_GA,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-11-01,2022-11-08,7,1168,Stacey Abrams,16673,DEM,45,45.876190871268534,Brian Kemp,16674,REP,51,53.411436411319045,-6,-7.535245540050511 +81495,164896,8960,2022,GA,Gov-G,2022_Gov-G_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-31,2022-11-08,8,1171,Stacey Abrams,16673,DEM,45,45.876190871268534,Brian Kemp,16674,REP,52,53.411436411319045,-7,-7.535245540050511 +81594,165160,8960,2022,GA,Gov-G,2022_Gov-G_GA,East Carolina University Center for Survey Research,523,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-11-04,2022-11-08,4,1077,Stacey Abrams,16673,DEM,45.7,45.876190871268534,Brian Kemp,16674,REP,53.7,53.411436411319045,-8,-7.535245540050511 +81595,165163,8960,2022,GA,Gov-G,2022_Gov-G_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-06,2022-11-08,2,550,Stacey Abrams,16673,DEM,45,45.876190871268534,Brian Kemp,16674,REP,50,53.411436411319045,-5,-7.535245540050511 +81584,165142,8960,2022,GA,Gov-G,2022_Gov-G_GA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Stacey Abrams,16673,DEM,46,45.876190871268534,Brian Kemp,16674,REP,53,53.411436411319045,-7,-7.535245540050511 +81592,165158,8960,2022,GA,Gov-G,2022_Gov-G_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-05,2022-11-08,3,1103,Stacey Abrams,16673,DEM,43.7,45.876190871268534,Brian Kemp,16674,REP,52.6,53.411436411319045,-8.899999999999999,-7.535245540050511 +81619,165273,8960,2022,GA,Gov-G,2022_Gov-G_GA,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1474,Stacey Abrams,16673,DEM,45,45.876190871268534,Brian Kemp,16674,REP,54,53.411436411319045,-9,-7.535245540050511 +81625,165306,8960,2022,GA,Gov-G,2022_Gov-G_GA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,579,Stacey Abrams,16673,DEM,42,45.876190871268534,Brian Kemp,16674,REP,56,53.411436411319045,-14,-7.535245540050511 +81579,165125,8960,2022,GA,Gov-G,2022_Gov-G_GA,Landmark Communications,166,FALSE,FALSE,Live Phone/Online Panel,NA,2022-11-06,2022-11-08,2,1214,Stacey Abrams,16673,DEM,45.5,45.876190871268534,Brian Kemp,16674,REP,52.1,53.411436411319045,-6.600000000000001,-7.535245540050511 +80700,161670,8963,2022,IL,Gov-G,2022_Gov-G_IL,Osage Research,720,FALSE,FALSE,Live Phone,REP,2022-09-09,2022-11-08,60,500,J.B. Pritzker,28778,DEM,44,54.90737790147531,Darren Bailey,28780,REP,37,42.36904319895845,7,12.538334702516856 +80848,162600,8963,2022,IL,Gov-G,2022_Gov-G_IL,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-09-22,2022-11-08,47,1000,J.B. Pritzker,28778,DEM,50.9,54.90737790147531,Darren Bailey,28780,REP,35.8,42.36904319895845,15.100000000000001,12.538334702516856 +80884,162690,8963,2022,IL,Gov-G,2022_Gov-G_IL,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text-to-Web,REP,2022-09-26,2022-11-08,43,800,J.B. Pritzker,28778,DEM,48,54.90737790147531,Darren Bailey,28780,REP,40,42.36904319895845,8,12.538334702516856 +81062,163298,8963,2022,IL,Gov-G,2022_Gov-G_IL,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2022-10-10,2022-11-08,29,770,J.B. Pritzker,28778,DEM,49,54.90737790147531,Darren Bailey,28780,REP,34,42.36904319895845,15,12.538334702516856 +81095,163444,8963,2022,IL,Gov-G,2022_Gov-G_IL,Repass,268,FALSE,FALSE,Online Panel,NA,2022-10-08,2022-11-08,31,1000,J.B. Pritzker,28778,DEM,49.7,54.90737790147531,Darren Bailey,28780,REP,27.7,42.36904319895845,22.000000000000004,12.538334702516856 +81117,163540,8963,2022,IL,Gov-G,2022_Gov-G_IL,Osage Research,720,FALSE,FALSE,Live Phone,REP,2022-10-14,2022-11-08,25,600,J.B. Pritzker,28778,DEM,44,54.90737790147531,Darren Bailey,28780,REP,42,42.36904319895845,2,12.538334702516856 +81279,164155,8963,2022,IL,Gov-G,2022_Gov-G_IL,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-22,2022-11-08,17,1000,J.B. Pritzker,28778,DEM,51.6,54.90737790147531,Darren Bailey,28780,REP,42.3,42.36904319895845,9.300000000000004,12.538334702516856 +81282,164163,8963,2022,IL,Gov-G,2022_Gov-G_IL,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-24,2022-11-08,15,659,J.B. Pritzker,28778,DEM,56,54.90737790147531,Darren Bailey,28780,REP,39,42.36904319895845,17,12.538334702516856 +81585,165143,8963,2022,IL,Gov-G,2022_Gov-G_IL,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,J.B. Pritzker,28778,DEM,59,54.90737790147531,Darren Bailey,28780,REP,39,42.36904319895845,20,12.538334702516856 +81777,166098,8963,2022,IL,Gov-G,2022_Gov-G_IL,Victory Research,437,FALSE,FALSE,Live Phone,NA,2022-11-06,2022-11-08,2,1208,J.B. Pritzker,28778,DEM,49.3,54.90737790147531,Darren Bailey,28780,REP,41.7,42.36904319895845,7.599999999999994,12.538334702516856 +80962,162981,8964,2022,IA,Gov-G,2022_Gov-G_IA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2022-10-03,2022-11-08,36,600,Deidre DeJear,28830,DEM,38,39.52567552526304,Kim Reynolds,28831,REP,58.6,58.042302580319905,-20.6,-18.516627055056865 +80965,162988,8964,2022,IA,Gov-G,2022_Gov-G_IA,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web/Email,NA,2022-10-03,2022-11-08,36,959,Deidre DeJear,28830,DEM,35.6,39.52567552526304,Kim Reynolds,28831,REP,52.9,58.042302580319905,-17.299999999999997,-18.516627055056865 +81077,163414,8964,2022,IA,Gov-G,2022_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2022-10-11,2022-11-08,28,620,Deidre DeJear,28830,DEM,35,39.52567552526304,Kim Reynolds,28831,REP,52,58.042302580319905,-17,-18.516627055056865 +81161,163734,8964,2022,IA,Gov-G,2022_Gov-G_IA,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2022-10-17,2022-11-08,22,600,Deidre DeJear,28830,DEM,39,39.52567552526304,Kim Reynolds,28831,REP,56,58.042302580319905,-17,-18.516627055056865 +81281,164162,8964,2022,IA,Gov-G,2022_Gov-G_IA,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-24,2022-11-08,15,623,Deidre DeJear,28830,DEM,42,39.52567552526304,Kim Reynolds,28831,REP,54,58.042302580319905,-12,-18.516627055056865 +81367,164405,8964,2022,IA,Gov-G,2022_Gov-G_IA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2022-10-26,2022-11-08,13,600,Deidre DeJear,28830,DEM,38.1,39.52567552526304,Kim Reynolds,28831,REP,57.1,58.042302580319905,-19,-18.516627055056865 +81560,165078,8964,2022,IA,Gov-G,2022_Gov-G_IA,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2022-11-02,2022-11-08,6,801,Deidre DeJear,28830,DEM,37,39.52567552526304,Kim Reynolds,28831,REP,54,58.042302580319905,-17,-18.516627055056865 +80717,161754,8965,2022,KS,Gov-G,2022_Gov-G_KS,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-17,2022-11-08,52,1000,Laura Kelly,28665,DEM,44.6,49.539146757476225,Derek Schmidt,28666,REP,43.1,47.33319590326244,1.5,2.205950854213782 +81438,164658,8965,2022,KS,Gov-G,2022_Gov-G_KS,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1000,Laura Kelly,28665,DEM,48.7,49.539146757476225,Derek Schmidt,28666,REP,44.1,47.33319590326244,4.600000000000001,2.205950854213782 +80828,162489,8966,2022,ME,Gov-G,2022_Gov-G_ME,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-09-17,2022-11-08,52,694,Janet T. Mills,28607,DEM,53,55.6919944623304,Paul R. LePage,28606,REP,39,42.44916292243569,14,13.24283153989471 +80770,162032,8966,2022,ME,Gov-G,2022_Gov-G_ME,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-09-19,2022-11-08,50,1164,Janet T. Mills,28607,DEM,52.6,55.6919944623304,Paul R. LePage,28606,REP,41.3,42.44916292243569,11.300000000000004,13.24283153989471 +81159,163729,8966,2022,ME,Gov-G,2022_Gov-G_ME,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2022-10-11,2022-11-08,28,800,Janet T. Mills,28607,DEM,49,55.6919944623304,Paul R. LePage,28606,REP,39,42.44916292243569,10,13.24283153989471 +84407,183593,8966,2022,ME,Gov-G,2022_Gov-G_ME,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,471,Janet T. Mills,28607,DEM,55,55.6919944623304,Paul R. LePage,28606,REP,40,42.44916292243569,15,13.24283153989471 +81517,164957,8966,2022,ME,Gov-G,2022_Gov-G_ME,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2022-10-30,2022-11-08,9,1116,Janet T. Mills,28607,DEM,49,55.6919944623304,Paul R. LePage,28606,REP,43,42.44916292243569,6,13.24283153989471 +81570,165110,8966,2022,ME,Gov-G,2022_Gov-G_ME,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-11-04,2022-11-08,4,922,Janet T. Mills,28607,DEM,52,55.6919944623304,Paul R. LePage,28606,REP,44,42.44916292243569,8,13.24283153989471 +80680,161492,8967,2022,MD,Gov-G,2022_Gov-G_MD,Goucher College Sarah T. Hughes Center for Politics,414,TRUE,FALSE,Live Phone,NA,2022-09-10,2022-11-08,59,748,Wes Moore,30624,DEM,53,64.52868334344858,Dan Cox,29644,REP,31,32.116128729822066,22,32.41255461362651 +80892,162711,8967,2022,MD,Gov-G,2022_Gov-G_MD,The Washington Post/University of Maryland Center for Democracy and Civic Engagement,755,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,810,Wes Moore,30624,DEM,60,64.52868334344858,Dan Cox,29644,REP,28,32.116128729822066,32,32.41255461362651 +81303,164214,8967,2022,MD,Gov-G,2022_Gov-G_MD,OpinionWorks,244,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-22,2022-11-08,17,989,Wes Moore,30624,DEM,58,64.52868334344858,Dan Cox,29644,REP,27,32.116128729822066,31,32.41255461362651 +80636,161380,8968,2022,MA,Gov-G,2022_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-12,2022-11-08,57,500,Maura Healey,19090,DEM,51.6,63.69067519090519,Geoff Diehl,28712,REP,26.2,34.617621682672436,25.400000000000002,29.073053508232753 +81130,163618,8968,2022,MA,Gov-G,2022_Gov-G_MA,MassINC Polling Group,198,TRUE,FALSE,Online Panel,NA,2022-10-09,2022-11-08,30,987,Maura Healey,19090,DEM,53,63.69067519090519,Geoff Diehl,28712,REP,23,34.617621682672436,30,29.073053508232753 +81118,163541,8968,2022,MA,Gov-G,2022_Gov-G_MA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-15,2022-11-08,24,500,Maura Healey,19090,DEM,56,63.69067519090519,Geoff Diehl,28712,REP,33,34.617621682672436,23,29.073053508232753 +81487,164869,8968,2022,MA,Gov-G,2022_Gov-G_MA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2022-10-22,2022-11-08,17,1000,Maura Healey,19090,DEM,59,63.69067519090519,Geoff Diehl,28712,REP,32,34.617621682672436,27,29.073053508232753 +81323,164316,8968,2022,MA,Gov-G,2022_Gov-G_MA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-23,2022-11-08,16,700,Maura Healey,19090,DEM,61,63.69067519090519,Geoff Diehl,28712,REP,33,34.617621682672436,28,29.073053508232753 +80702,161672,8969,2022,MI,Gov-G,2022_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,IVR/Live Phone,NA,2022-09-10,2022-11-08,59,800,Gretchen Whitmer,18853,DEM,51,54.47154307557286,Tudor M. Dixon,28659,REP,40,43.94099738859858,11,10.530545686974278 +80746,161871,8969,2022,MI,Gov-G,2022_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2022-09-17,2022-11-08,52,600,Gretchen Whitmer,18853,DEM,55,54.47154307557286,Tudor M. Dixon,28659,REP,39,43.94099738859858,16,10.530545686974278 +80881,162683,8969,2022,MI,Gov-G,2022_Gov-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-26,2022-11-08,43,1075,Gretchen Whitmer,18853,DEM,50.9,54.47154307557286,Tudor M. Dixon,28659,REP,45.1,43.94099738859858,5.799999999999997,10.530545686974278 +80918,162772,8969,2022,MI,Gov-G,2022_Gov-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2022-09-28,2022-11-08,41,600,Gretchen Whitmer,18853,DEM,49.5,54.47154307557286,Tudor M. Dixon,28659,REP,32.2,43.94099738859858,17.299999999999997,10.530545686974278 +80979,163048,8969,2022,MI,Gov-G,2022_Gov-G_MI,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-05,2022-11-08,34,1285,Gretchen Whitmer,18853,DEM,53,54.47154307557286,Tudor M. Dixon,28659,REP,47,43.94099738859858,6,10.530545686974278 +81059,163294,8969,2022,MI,Gov-G,2022_Gov-G_MI,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-11,2022-11-08,28,550,Gretchen Whitmer,18853,DEM,44.4,54.47154307557286,Tudor M. Dixon,28659,REP,43.9,43.94099738859858,0.5,10.530545686974278 +81038,163250,8969,2022,MI,Gov-G,2022_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2022-10-09,2022-11-08,30,600,Gretchen Whitmer,18853,DEM,49,54.47154307557286,Tudor M. Dixon,28659,REP,38,43.94099738859858,11,10.530545686974278 +81084,163421,8969,2022,MI,Gov-G,2022_Gov-G_MI,Cygnal,67,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-13,2022-11-08,26,640,Gretchen Whitmer,18853,DEM,48.7,54.47154307557286,Tudor M. Dixon,28659,REP,43.6,43.94099738859858,5.100000000000001,10.530545686974278 +81106,163486,8969,2022,MI,Gov-G,2022_Gov-G_MI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-13,2022-11-08,26,580,Gretchen Whitmer,18853,DEM,49.2,54.47154307557286,Tudor M. Dixon,28659,REP,43.8,43.94099738859858,5.400000000000006,10.530545686974278 +81194,163839,8969,2022,MI,Gov-G,2022_Gov-G_MI,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-11,2022-11-08,28,1136,Gretchen Whitmer,18853,DEM,47.1,54.47154307557286,Tudor M. Dixon,28659,REP,47.9,43.94099738859858,-0.7999999999999972,10.530545686974278 +81220,163927,8969,2022,MI,Gov-G,2022_Gov-G_MI,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-10-15,2022-11-08,24,651,Gretchen Whitmer,18853,DEM,52,54.47154307557286,Tudor M. Dixon,28659,REP,46,43.94099738859858,6,10.530545686974278 +81151,163714,8969,2022,MI,Gov-G,2022_Gov-G_MI,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web/Email,NA,2022-10-17,2022-11-08,22,1793,Gretchen Whitmer,18853,DEM,49.4,54.47154307557286,Tudor M. Dixon,28659,REP,43.6,43.94099738859858,5.799999999999997,10.530545686974278 +81174,163787,8969,2022,MI,Gov-G,2022_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-19,2022-11-08,20,541,Gretchen Whitmer,18853,DEM,49,54.47154307557286,Tudor M. Dixon,28659,REP,47,43.94099738859858,2,10.530545686974278 +81209,163896,8969,2022,MI,Gov-G,2022_Gov-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-20,2022-11-08,19,1079,Gretchen Whitmer,18853,DEM,48.4,54.47154307557286,Tudor M. Dixon,28659,REP,47.9,43.94099738859858,0.5,10.530545686974278 +81265,164089,8969,2022,MI,Gov-G,2022_Gov-G_MI,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web/Email,NA,2022-10-23,2022-11-08,16,1378,Gretchen Whitmer,18853,DEM,50.6,54.47154307557286,Tudor M. Dixon,28659,REP,44.5,43.94099738859858,6.100000000000001,10.530545686974278 +81388,164456,8969,2022,MI,Gov-G,2022_Gov-G_MI,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2022-10-27,2022-11-08,12,600,Gretchen Whitmer,18853,DEM,51.7,54.47154307557286,Tudor M. Dixon,28659,REP,43.1,43.94099738859858,8.600000000000001,10.530545686974278 +81373,164432,8969,2022,MI,Gov-G,2022_Gov-G_MI,KAConsulting,757,FALSE,FALSE,IVR/Live Phone,REP,2022-10-28,2022-11-08,11,501,Gretchen Whitmer,18853,DEM,48,54.47154307557286,Tudor M. Dixon,28659,REP,41,43.94099738859858,7,10.530545686974278 +81400,164487,8969,2022,MI,Gov-G,2022_Gov-G_MI,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-30,2022-11-08,9,550,Gretchen Whitmer,18853,DEM,44.6,54.47154307557286,Tudor M. Dixon,28659,REP,44.8,43.94099738859858,-0.19999999999999574,10.530545686974278 +81436,164656,8969,2022,MI,Gov-G,2022_Gov-G_MI,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-28,2022-11-08,11,1137,Gretchen Whitmer,18853,DEM,48.5,54.47154307557286,Tudor M. Dixon,28659,REP,47.2,43.94099738859858,1.2999999999999972,10.530545686974278 +81408,164515,8969,2022,MI,Gov-G,2022_Gov-G_MI,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web/Email,NA,2022-10-29,2022-11-08,10,1584,Gretchen Whitmer,18853,DEM,50.9,54.47154307557286,Tudor M. Dixon,28659,REP,44.5,43.94099738859858,6.399999999999999,10.530545686974278 +81471,164826,8969,2022,MI,Gov-G,2022_Gov-G_MI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-30,2022-11-08,9,900,Gretchen Whitmer,18853,DEM,50.9,54.47154307557286,Tudor M. Dixon,28659,REP,45.8,43.94099738859858,5.100000000000001,10.530545686974278 +81503,164912,8969,2022,MI,Gov-G,2022_Gov-G_MI,EPIC-MRA,84,FALSE,FALSE,Live Phone,NA,2022-10-30,2022-11-08,9,600,Gretchen Whitmer,18853,DEM,54,54.47154307557286,Tudor M. Dixon,28659,REP,43,43.94099738859858,11,10.530545686974278 +81523,164969,8969,2022,MI,Gov-G,2022_Gov-G_MI,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text-to-Web,NA,2022-11-03,2022-11-08,5,658,Gretchen Whitmer,18853,DEM,49,54.47154307557286,Tudor M. Dixon,28659,REP,47,43.94099738859858,2,10.530545686974278 +81553,165060,8969,2022,MI,Gov-G,2022_Gov-G_MI,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web/Email,NA,2022-11-03,2022-11-08,5,1603,Gretchen Whitmer,18853,DEM,50.2,54.47154307557286,Tudor M. Dixon,28659,REP,46.5,43.94099738859858,3.700000000000003,10.530545686974278 +81776,166097,8969,2022,MI,Gov-G,2022_Gov-G_MI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-06,2022-11-08,2,1097,Gretchen Whitmer,18853,DEM,48.2,54.47154307557286,Tudor M. Dixon,28659,REP,48.5,43.94099738859858,-0.29999999999999716,10.530545686974278 +80703,161673,8970,2022,MN,Gov-G,2022_Gov-G_MN,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-14,2022-11-08,55,1079,Tim Walz,28733,DEM,47.7,52.27105531172867,Scott Jensen,28736,REP,45,44.60741613463546,2.700000000000003,7.663639177093209 +80678,161485,8970,2022,MN,Gov-G,2022_Gov-G_MN,Mason-Dixon Polling & Strategy,197,FALSE,FALSE,Live Phone,NA,2022-09-13,2022-11-08,56,800,Tim Walz,28733,DEM,48,52.27105531172867,Scott Jensen,28736,REP,41,44.60741613463546,7,7.663639177093209 +80877,162678,8970,2022,MN,Gov-G,2022_Gov-G_MN,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,REP,2022-09-25,2022-11-08,44,600,Tim Walz,28733,DEM,47.6,52.27105531172867,Scott Jensen,28736,REP,44.2,44.60741613463546,3.3999999999999986,7.663639177093209 +80946,162943,8970,2022,MN,Gov-G,2022_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-02,2022-11-08,37,604,Tim Walz,28733,DEM,50,52.27105531172867,Scott Jensen,28736,REP,40,44.60741613463546,10,7.663639177093209 +81080,163417,8970,2022,MN,Gov-G,2022_Gov-G_MN,Change Research,48,TRUE,FALSE,Online Ad,NA,2022-10-12,2022-11-08,27,1585,Tim Walz,28733,DEM,47,52.27105531172867,Scott Jensen,28736,REP,42,44.60741613463546,5,7.663639177093209 +81162,163736,8970,2022,MN,Gov-G,2022_Gov-G_MN,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-18,2022-11-08,21,1091,Tim Walz,28733,DEM,45.8,52.27105531172867,Scott Jensen,28736,REP,46.3,44.60741613463546,-0.5,7.663639177093209 +81432,164586,8970,2022,MN,Gov-G,2022_Gov-G_MN,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-28,2022-11-08,11,836,Tim Walz,28733,DEM,51,52.27105531172867,Scott Jensen,28736,REP,43,44.60741613463546,8,7.663639177093209 +81538,165035,8970,2022,MN,Gov-G,2022_Gov-G_MN,St. Cloud State University,312,FALSE,FALSE,Live Phone,NA,2022-10-20,2022-11-08,19,219,Tim Walz,28733,DEM,52,52.27105531172867,Scott Jensen,28736,REP,31,44.60741613463546,21,7.663639177093209 +80986,163063,8971,2022,NE,Gov-G,2022_Gov-G_NE,Data Targeting,406,FALSE,FALSE,IVR/Text-to-Web,REP,2022-09-27,2022-11-08,42,1340,Carol Blood,29727,DEM,41,35.981046487251575,Jim Pillen,30147,REP,48,59.22363152753597,-7,-23.242585040284396 +80620,161260,8972,2022,NV,Gov-G,2022_Gov-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-09,2022-11-08,60,1000,Steve Sisolak,28669,DEM,40.4,47.2970970619319,Joe Lombardo,28671,REP,40.2,48.80690354254021,0.19999999999999574,-1.5098064806083116 +80757,161961,8972,2022,NV,Gov-G,2022_Gov-G_NV,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-16,2022-11-08,53,874,Steve Sisolak,28669,DEM,45,47.2970970619319,Joe Lombardo,28671,REP,45,48.80690354254021,0,-1.5098064806083116 +80753,161952,8972,2022,NV,Gov-G,2022_Gov-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-19,2022-11-08,50,1086,Steve Sisolak,28669,DEM,44.5,47.2970970619319,Joe Lombardo,28671,REP,47.5,48.80690354254021,-3,-1.5098064806083116 +80896,162718,8972,2022,NV,Gov-G,2022_Gov-G_NV,Noble Predictive Insights,235,FALSE,FALSE,IVR/Live Phone/Text,NA,2022-09-24,2022-11-08,45,741,Steve Sisolak,28669,DEM,42,47.2970970619319,Joe Lombardo,28671,REP,45,48.80690354254021,-3,-1.5098064806083116 +80961,162977,8972,2022,NV,Gov-G,2022_Gov-G_NV,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-09-29,2022-11-08,40,828,Steve Sisolak,28669,DEM,46,47.2970970619319,Joe Lombardo,28671,REP,48,48.80690354254021,-2,-1.5098064806083116 +81019,163197,8972,2022,NV,Gov-G,2022_Gov-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-06,2022-11-08,33,500,Steve Sisolak,28669,DEM,43,47.2970970619319,Joe Lombardo,28671,REP,43.6,48.80690354254021,-0.6000000000000014,-1.5098064806083116 +81187,163828,8972,2022,NV,Gov-G,2022_Gov-G_NV,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,REP,2022-10-15,2022-11-08,24,707,Steve Sisolak,28669,DEM,42,47.2970970619319,Joe Lombardo,28671,REP,47,48.80690354254021,-5,-1.5098064806083116 +81146,163693,8972,2022,NV,Gov-G,2022_Gov-G_NV,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-16,2022-11-08,23,1057,Steve Sisolak,28669,DEM,48,47.2970970619319,Joe Lombardo,28671,REP,48,48.80690354254021,0,-1.5098064806083116 +81273,164147,8972,2022,NV,Gov-G,2022_Gov-G_NV,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-16,2022-11-08,23,819,Steve Sisolak,28669,DEM,47,47.2970970619319,Joe Lombardo,28671,REP,48,48.80690354254021,-1,-1.5098064806083116 +81256,164584,8972,2022,NV,Gov-G,2022_Gov-G_NV,BSP Research/Shaw & Company Research,728,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-16,2022-11-08,23,721,Steve Sisolak,28669,DEM,46,47.2970970619319,Joe Lombardo,28671,REP,45,48.80690354254021,1,-1.5098064806083116 +81286,164168,8972,2022,NV,Gov-G,2022_Gov-G_NV,"University of Nevada, Reno Department of Political Science",704,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-12,2022-11-08,27,586,Steve Sisolak,28669,DEM,47,47.2970970619319,Joe Lombardo,28671,REP,45,48.80690354254021,2,-1.5098064806083116 +81203,163874,8972,2022,NV,Gov-G,2022_Gov-G_NV,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-20,2022-11-08,19,550,Steve Sisolak,28669,DEM,42.8,47.2970970619319,Joe Lombardo,28671,REP,48.5,48.80690354254021,-5.700000000000003,-1.5098064806083116 +81234,163961,8972,2022,NV,Gov-G,2022_Gov-G_NV,Phillips Academy,699,FALSE,FALSE,Text,NA,2022-10-22,2022-11-08,17,1052,Steve Sisolak,28669,DEM,50,47.2970970619319,Joe Lombardo,28671,REP,45.4,48.80690354254021,4.600000000000001,-1.5098064806083116 +81356,164492,8972,2022,NV,Gov-G,2022_Gov-G_NV,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-21,2022-11-08,18,885,Steve Sisolak,28669,DEM,45,47.2970970619319,Joe Lombardo,28671,REP,49,48.80690354254021,-4,-1.5098064806083116 +81316,164305,8972,2022,NV,Gov-G,2022_Gov-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-24,2022-11-08,15,1100,Steve Sisolak,28669,DEM,44.1,47.2970970619319,Joe Lombardo,28671,REP,50.9,48.80690354254021,-6.799999999999997,-1.5098064806083116 +81312,164283,8972,2022,NV,Gov-G,2022_Gov-G_NV,Echelon Insights,407,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-25,2022-11-08,14,500,Steve Sisolak,28669,DEM,44,47.2970970619319,Joe Lombardo,28671,REP,44,48.80690354254021,0,-1.5098064806083116 +81377,164446,8972,2022,NV,Gov-G,2022_Gov-G_NV,Noble Predictive Insights,235,FALSE,FALSE,Live Phone/Text,NA,2022-10-26,2022-11-08,13,600,Steve Sisolak,28669,DEM,45,47.2970970619319,Joe Lombardo,28671,REP,41,48.80690354254021,4,-1.5098064806083116 +81437,164657,8972,2022,NV,Gov-G,2022_Gov-G_NV,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,500,Steve Sisolak,28669,DEM,43.4,47.2970970619319,Joe Lombardo,28671,REP,44.6,48.80690354254021,-1.2000000000000028,-1.5098064806083116 +81418,164551,8972,2022,NV,Gov-G,2022_Gov-G_NV,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,500,Steve Sisolak,28669,DEM,42.8,47.2970970619319,Joe Lombardo,28671,REP,43.2,48.80690354254021,-0.4000000000000057,-1.5098064806083116 +81430,164814,8972,2022,NV,Gov-G,2022_Gov-G_NV,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-28,2022-11-08,11,2000,Steve Sisolak,28669,DEM,46,47.2970970619319,Joe Lombardo,28671,REP,50,48.80690354254021,-4,-1.5098064806083116 +81518,164958,8972,2022,NV,Gov-G,2022_Gov-G_NV,Cygnal,67,FALSE,FALSE,IVR/Live Phone/Text,NA,2022-11-01,2022-11-08,7,600,Steve Sisolak,28669,DEM,42,47.2970970619319,Joe Lombardo,28671,REP,47,48.80690354254021,-5,-1.5098064806083116 +81532,165023,8972,2022,NV,Gov-G,2022_Gov-G_NV,KAConsulting,757,FALSE,FALSE,Live Phone,REP,2022-11-02,2022-11-08,6,501,Steve Sisolak,28669,DEM,43,47.2970970619319,Joe Lombardo,28671,REP,45,48.80690354254021,-2,-1.5098064806083116 +81558,165071,8972,2022,NV,Gov-G,2022_Gov-G_NV,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-04,2022-11-08,4,550,Steve Sisolak,28669,DEM,43.5,47.2970970619319,Joe Lombardo,28671,REP,48.7,48.80690354254021,-5.200000000000003,-1.5098064806083116 +81586,165144,8972,2022,NV,Gov-G,2022_Gov-G_NV,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Steve Sisolak,28669,DEM,47,47.2970970619319,Joe Lombardo,28671,REP,49,48.80690354254021,-2,-1.5098064806083116 +81612,165229,8972,2022,NV,Gov-G,2022_Gov-G_NV,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1100,Steve Sisolak,28669,DEM,46,47.2970970619319,Joe Lombardo,28671,REP,48,48.80690354254021,-2,-1.5098064806083116 +81775,166096,8972,2022,NV,Gov-G,2022_Gov-G_NV,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-06,2022-11-08,2,1089,Steve Sisolak,28669,DEM,46.1,47.2970970619319,Joe Lombardo,28671,REP,48.6,48.80690354254021,-2.5,-1.5098064806083116 +80666,161465,8973,2022,NH,Gov-G,2022_Gov-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-14,2022-11-08,55,800,Tom Sherman,29590,DEM,36.8,41.47173072108667,Chris Sununu,28913,REP,52,56.984825603462895,-15.200000000000003,-15.513094882376222 +80722,161819,8973,2022,NH,Gov-G,2022_Gov-G_NH,American Research Group,9,TRUE,FALSE,Live Phone,NA,2022-09-17,2022-11-08,52,555,Tom Sherman,29590,DEM,38,41.47173072108667,Chris Sununu,28913,REP,53,56.984825603462895,-15,-15.513094882376222 +80723,161822,8973,2022,NH,Gov-G,2022_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-09-17,2022-11-08,52,870,Tom Sherman,29590,DEM,37,41.47173072108667,Chris Sununu,28913,REP,55,56.984825603462895,-18,-15.513094882376222 +80856,162617,8973,2022,NH,Gov-G,2022_Gov-G_NH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-25,2022-11-08,44,500,Tom Sherman,29590,DEM,35.6,41.47173072108667,Chris Sununu,28913,REP,52.6,56.984825603462895,-17,-15.513094882376222 +80930,162813,8973,2022,NH,Gov-G,2022_Gov-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2022-09-27,2022-11-08,42,901,Tom Sherman,29590,DEM,34,41.47173072108667,Chris Sununu,28913,REP,50,56.984825603462895,-16,-15.513094882376222 +80925,162799,8973,2022,NH,Gov-G,2022_Gov-G_NH,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-27,2022-11-08,42,1147,Tom Sherman,29590,DEM,39,41.47173072108667,Chris Sununu,28913,REP,52,56.984825603462895,-13,-15.513094882376222 +81022,163216,8973,2022,NH,Gov-G,2022_Gov-G_NH,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-04,2022-11-08,35,500,Tom Sherman,29590,DEM,41,41.47173072108667,Chris Sununu,28913,REP,55,56.984825603462895,-14,-15.513094882376222 +81231,163955,8973,2022,NH,Gov-G,2022_Gov-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-18,2022-11-08,21,727,Tom Sherman,29590,DEM,40.9,41.47173072108667,Chris Sununu,28913,REP,53.8,56.984825603462895,-12.899999999999999,-15.513094882376222 +81169,163764,8973,2022,NH,Gov-G,2022_Gov-G_NH,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text-to-Web,REP,2022-10-18,2022-11-08,21,600,Tom Sherman,29590,DEM,40,41.47173072108667,Chris Sununu,28913,REP,57,56.984825603462895,-17,-15.513094882376222 +81272,164146,8973,2022,NH,Gov-G,2022_Gov-G_NH,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-16,2022-11-08,23,1392,Tom Sherman,29590,DEM,40,41.47173072108667,Chris Sununu,28913,REP,53,56.984825603462895,-13,-15.513094882376222 +81224,163945,8973,2022,NH,Gov-G,2022_Gov-G_NH,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-23,2022-11-08,16,600,Tom Sherman,29590,DEM,37,41.47173072108667,Chris Sununu,28913,REP,53.9,56.984825603462895,-16.9,-15.513094882376222 +81486,164868,8973,2022,NH,Gov-G,2022_Gov-G_NH,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2022-10-20,2022-11-08,19,600,Tom Sherman,29590,DEM,35,41.47173072108667,Chris Sununu,28913,REP,51,56.984825603462895,-16,-15.513094882376222 +81324,164323,8973,2022,NH,Gov-G,2022_Gov-G_NH,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-25,2022-11-08,14,1098,Tom Sherman,29590,DEM,34,41.47173072108667,Chris Sununu,28913,REP,52,56.984825603462895,-18,-15.513094882376222 +81413,164526,8973,2022,NH,Gov-G,2022_Gov-G_NH,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2022-10-28,2022-11-08,11,1541,Tom Sherman,29590,DEM,37,41.47173072108667,Chris Sununu,28913,REP,55,56.984825603462895,-18,-15.513094882376222 +81519,164961,8973,2022,NH,Gov-G,2022_Gov-G_NH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-31,2022-11-08,8,850,Tom Sherman,29590,DEM,37.3,41.47173072108667,Chris Sununu,28913,REP,58.1,56.984825603462895,-20.800000000000004,-15.513094882376222 +81572,165111,8973,2022,NH,Gov-G,2022_Gov-G_NH,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-05,2022-11-08,3,700,Tom Sherman,29590,DEM,40.4,41.47173072108667,Chris Sununu,28913,REP,55.7,56.984825603462895,-15.300000000000004,-15.513094882376222 +81568,165100,8973,2022,NH,Gov-G,2022_Gov-G_NH,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-11-04,2022-11-08,4,725,Tom Sherman,29590,DEM,42.5,41.47173072108667,Chris Sununu,28913,REP,53.1,56.984825603462895,-10.600000000000001,-15.513094882376222 +81609,165222,8973,2022,NH,Gov-G,2022_Gov-G_NH,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1995,Tom Sherman,29590,DEM,40,41.47173072108667,Chris Sununu,28913,REP,58,56.984825603462895,-18,-15.513094882376222 +81578,165124,8973,2022,NH,Gov-G,2022_Gov-G_NH,Phillips Academy,699,FALSE,FALSE,IVR/Text,NA,2022-11-05,2022-11-08,3,1056,Tom Sherman,29590,DEM,35.8,41.47173072108667,Chris Sununu,28913,REP,58,56.984825603462895,-22.200000000000003,-15.513094882376222 +81569,165109,8973,2022,NH,Gov-G,2022_Gov-G_NH,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-11-04,2022-11-08,4,2077,Tom Sherman,29590,DEM,43,41.47173072108667,Chris Sununu,28913,REP,55,56.984825603462895,-12,-15.513094882376222 +80635,161379,8974,2022,NM,Gov-G,2022_Gov-G_NM,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-10,2022-11-08,59,1000,Michelle Lujan Grisham,28785,DEM,48.3,51.97120136580106,Mark V. Ronchetti,28786,REP,43.4,45.58768195704915,4.899999999999999,6.3835194087519085 +80622,161264,8974,2022,NM,Gov-G,2022_Gov-G_NM,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-09-10,2022-11-08,59,558,Michelle Lujan Grisham,28785,DEM,48,51.97120136580106,Mark V. Ronchetti,28786,REP,36,45.58768195704915,12,6.3835194087519085 +80936,162874,8974,2022,NM,Gov-G,2022_Gov-G_NM,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web,REP,2022-09-28,2022-11-08,41,400,Michelle Lujan Grisham,28785,DEM,46.2,51.97120136580106,Mark V. Ronchetti,28786,REP,44.4,45.58768195704915,1.8000000000000043,6.3835194087519085 +80985,163062,8974,2022,NM,Gov-G,2022_Gov-G_NM,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-03,2022-11-08,36,570,Michelle Lujan Grisham,28785,DEM,53,51.97120136580106,Mark V. Ronchetti,28786,REP,37,45.58768195704915,16,6.3835194087519085 +80981,163052,8974,2022,NM,Gov-G,2022_Gov-G_NM,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2022-10-06,2022-11-08,33,806,Michelle Lujan Grisham,28785,DEM,48,51.97120136580106,Mark V. Ronchetti,28786,REP,40,45.58768195704915,8,6.3835194087519085 +81230,163951,8974,2022,NM,Gov-G,2022_Gov-G_NM,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-20,2022-11-08,19,1077,Michelle Lujan Grisham,28785,DEM,45.5,51.97120136580106,Mark V. Ronchetti,28786,REP,46.6,45.58768195704915,-1.1000000000000014,6.3835194087519085 +81361,164390,8974,2022,NM,Gov-G,2022_Gov-G_NM,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-23,2022-11-08,16,650,Michelle Lujan Grisham,28785,DEM,46,51.97120136580106,Mark V. Ronchetti,28786,REP,39,45.58768195704915,7,6.3835194087519085 +81348,164372,8974,2022,NM,Gov-G,2022_Gov-G_NM,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2022-10-24,2022-11-08,15,1254,Michelle Lujan Grisham,28785,DEM,50,51.97120136580106,Mark V. Ronchetti,28786,REP,42,45.58768195704915,8,6.3835194087519085 +81389,164458,8974,2022,NM,Gov-G,2022_Gov-G_NM,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-27,2022-11-08,12,1000,Michelle Lujan Grisham,28785,DEM,49.6,51.97120136580106,Mark V. Ronchetti,28786,REP,48,45.58768195704915,1.6000000000000014,6.3835194087519085 +80580,161099,8975,2022,NY,Gov-G,2022_Gov-G_NY,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2022-09-08,2022-11-08,61,500,Kathy C. Hochul,28809,DEM,54,48.69676466936816,Lee M. Zeldin,28810,REP,39,41.42888216165456,15,7.267882507713594 +80656,161428,8975,2022,NY,Gov-G,2022_Gov-G_NY,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-11,2022-11-08,58,931,Kathy C. Hochul,28809,DEM,52,48.69676466936816,Lee M. Zeldin,28810,REP,39,41.42888216165456,13,7.267882507713594 +80850,162607,8975,2022,NY,Gov-G,2022_Gov-G_NY,McLaughlin & Associates,203,FALSE,FALSE,Online Panel,REP,2022-09-23,2022-11-08,46,800,Kathy C. Hochul,28809,DEM,50.7,48.69676466936816,Lee M. Zeldin,28810,REP,44.9,41.42888216165456,5.800000000000004,7.267882507713594 +80837,162545,8975,2022,NY,Gov-G,2022_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-20,2022-11-08,49,655,Kathy C. Hochul,28809,DEM,54,48.69676466936816,Lee M. Zeldin,28810,REP,37,41.42888216165456,17,7.267882507713594 +80947,162944,8975,2022,NY,Gov-G,2022_Gov-G_NY,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-02,2022-11-08,37,1087,Kathy C. Hochul,28809,DEM,44.5,48.69676466936816,Lee M. Zeldin,28810,REP,42.6,41.42888216165456,1.8999999999999986,7.267882507713594 +81034,163251,8975,2022,NY,Gov-G,2022_Gov-G_NY,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-05,2022-11-08,34,1117,Kathy C. Hochul,28809,DEM,51,48.69676466936816,Lee M. Zeldin,28810,REP,41,41.42888216165456,10,7.267882507713594 +81070,163338,8975,2022,NY,Gov-G,2022_Gov-G_NY,Schoen Cooperman Research,301,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-10,2022-11-08,29,824,Kathy C. Hochul,28809,DEM,50,48.69676466936816,Lee M. Zeldin,28810,REP,44,41.42888216165456,6,7.267882507713594 +81098,163448,8975,2022,NY,Gov-G,2022_Gov-G_NY,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-13,2022-11-08,26,707,Kathy C. Hochul,28809,DEM,52,48.69676466936816,Lee M. Zeldin,28810,REP,41,41.42888216165456,11,7.267882507713594 +81111,163515,8975,2022,NY,Gov-G,2022_Gov-G_NY,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-10-14,2022-11-08,25,1617,Kathy C. Hochul,28809,DEM,50,48.69676466936816,Lee M. Zeldin,28810,REP,46,41.42888216165456,4,7.267882507713594 +81158,163727,8975,2022,NY,Gov-G,2022_Gov-G_NY,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-16,2022-11-08,23,702,Kathy C. Hochul,28809,DEM,47,48.69676466936816,Lee M. Zeldin,28810,REP,41,41.42888216165456,6,7.267882507713594 +81184,163822,8975,2022,NY,Gov-G,2022_Gov-G_NY,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-18,2022-11-08,21,1056,Kathy C. Hochul,28809,DEM,45,48.69676466936816,Lee M. Zeldin,28810,REP,46,41.42888216165456,-1,7.267882507713594 +81206,163879,8975,2022,NY,Gov-G,2022_Gov-G_NY,Bold Decision,686,FALSE,FALSE,Online Panel,NA,2022-10-18,2022-11-08,21,1204,Kathy C. Hochul,28809,DEM,52,48.69676466936816,Lee M. Zeldin,28810,REP,37,41.42888216165456,15,7.267882507713594 +81337,164352,8975,2022,NY,Gov-G,2022_Gov-G_NY,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-22,2022-11-08,17,1000,Kathy C. Hochul,28809,DEM,51.6,48.69676466936816,Lee M. Zeldin,28810,REP,44.4,41.42888216165456,7.200000000000003,7.267882507713594 +81283,164164,8975,2022,NY,Gov-G,2022_Gov-G_NY,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-24,2022-11-08,15,593,Kathy C. Hochul,28809,DEM,54,48.69676466936816,Lee M. Zeldin,28810,REP,43,41.42888216165456,11,7.267882507713594 +81332,164342,8975,2022,NY,Gov-G,2022_Gov-G_NY,Slingshot Strategies,451,FALSE,FALSE,Online Panel,NA,2022-10-25,2022-11-08,14,1000,Kathy C. Hochul,28809,DEM,48,48.69676466936816,Lee M. Zeldin,28810,REP,42,41.42888216165456,6,7.267882507713594 +81534,165027,8975,2022,NY,Gov-G,2022_Gov-G_NY,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-19,2022-11-08,20,796,Kathy C. Hochul,28809,DEM,54,48.69676466936816,Lee M. Zeldin,28810,REP,41,41.42888216165456,13,7.267882507713594 +81456,164770,8975,2022,NY,Gov-G,2022_Gov-G_NY,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-27,2022-11-08,12,818,Kathy C. Hochul,28809,DEM,54,48.69676466936816,Lee M. Zeldin,28810,REP,42,41.42888216165456,12,7.267882507713594 +81372,164433,8975,2022,NY,Gov-G,2022_Gov-G_NY,KAConsulting,757,FALSE,FALSE,IVR/Live Phone,REP,2022-10-28,2022-11-08,11,501,Kathy C. Hochul,28809,DEM,46,48.69676466936816,Lee M. Zeldin,28810,REP,45,41.42888216165456,1,7.267882507713594 +81419,164549,8975,2022,NY,Gov-G,2022_Gov-G_NY,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-30,2022-11-08,9,1000,Kathy C. Hochul,28809,DEM,53.6,48.69676466936816,Lee M. Zeldin,28810,REP,44.9,41.42888216165456,8.700000000000003,7.267882507713594 +81402,164489,8975,2022,NY,Gov-G,2022_Gov-G_NY,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-29,2022-11-08,10,1198,Kathy C. Hochul,28809,DEM,47.6,48.69676466936816,Lee M. Zeldin,28810,REP,48.4,41.42888216165456,-0.7999999999999972,7.267882507713594 +81550,165057,8975,2022,NY,Gov-G,2022_Gov-G_NY,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-11-02,2022-11-08,6,826,Kathy C. Hochul,28809,DEM,49.1,48.69676466936816,Lee M. Zeldin,28810,REP,44,41.42888216165456,5.100000000000001,7.267882507713594 +81587,165145,8975,2022,NY,Gov-G,2022_Gov-G_NY,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Kathy C. Hochul,28809,DEM,55,48.69676466936816,Lee M. Zeldin,28810,REP,45,41.42888216165456,10,7.267882507713594 +81577,165121,8975,2022,NY,Gov-G,2022_Gov-G_NY,ActiVote,721,TRUE,FALSE,App Panel,NA,2022-09-22,2022-11-08,47,260,Kathy C. Hochul,28809,DEM,55,48.69676466936816,Lee M. Zeldin,28810,REP,45,41.42888216165456,10,7.267882507713594 +80662,161445,8976,2022,OH,Gov-G,2022_Gov-G_OH,Fallon Research & Communications,476,FALSE,FALSE,Live Phone/Text,REP,2022-09-08,2022-11-08,61,600,Nan Whaley,28603,DEM,36.5,37.37690383534988,Mike DeWine,28604,REP,49,62.40630616098133,-12.5,-25.02940232563145 +80659,161436,8976,2022,OH,Gov-G,2022_Gov-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-12,2022-11-08,57,1000,Nan Whaley,28603,DEM,33.2,37.37690383534988,Mike DeWine,28604,REP,49.9,62.40630616098133,-16.699999999999996,-25.02940232563145 +80658,161434,8976,2022,OH,Gov-G,2022_Gov-G_OH,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-09-12,2022-11-08,57,780,Nan Whaley,28603,DEM,41,37.37690383534988,Mike DeWine,28604,REP,44,62.40630616098133,-3,-25.02940232563145 +80716,161753,8976,2022,OH,Gov-G,2022_Gov-G_OH,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-14,2022-11-08,55,1200,Nan Whaley,28603,DEM,37,37.37690383534988,Mike DeWine,28604,REP,55,62.40630616098133,-18,-25.02940232563145 +80760,161975,8976,2022,OH,Gov-G,2022_Gov-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2022-09-14,2022-11-08,55,855,Nan Whaley,28603,DEM,38.9,37.37690383534988,Mike DeWine,28604,REP,56.7,62.40630616098133,-17.800000000000004,-25.02940232563145 +80815,162466,8976,2022,OH,Gov-G,2022_Gov-G_OH,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-20,2022-11-08,49,642,Nan Whaley,28603,DEM,32,37.37690383534988,Mike DeWine,28604,REP,55,62.40630616098133,-23,-25.02940232563145 +81302,164213,8976,2022,OH,Gov-G,2022_Gov-G_OH,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-01,2022-11-08,38,538,Nan Whaley,28603,DEM,38,37.37690383534988,Mike DeWine,28604,REP,52,62.40630616098133,-14,-25.02940232563145 +81035,163252,8976,2022,OH,Gov-G,2022_Gov-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-06,2022-11-08,33,1000,Nan Whaley,28603,DEM,36,37.37690383534988,Mike DeWine,28604,REP,49.6,62.40630616098133,-13.600000000000001,-25.02940232563145 +80987,163065,8976,2022,OH,Gov-G,2022_Gov-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-07,2022-11-08,32,640,Nan Whaley,28603,DEM,34.6,37.37690383534988,Mike DeWine,28604,REP,56.9,62.40630616098133,-22.299999999999997,-25.02940232563145 +81069,163337,8976,2022,OH,Gov-G,2022_Gov-G_OH,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-11,2022-11-08,28,1081,Nan Whaley,28603,DEM,37.4,37.37690383534988,Mike DeWine,28604,REP,54.8,62.40630616098133,-17.4,-25.02940232563145 +81201,163876,8976,2022,OH,Gov-G,2022_Gov-G_OH,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-09,2022-11-08,30,1016,Nan Whaley,28603,DEM,38,37.37690383534988,Mike DeWine,28604,REP,57,62.40630616098133,-19,-25.02940232563145 +81089,163431,8976,2022,OH,Gov-G,2022_Gov-G_OH,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-13,2022-11-08,26,500,Nan Whaley,28603,DEM,38,37.37690383534988,Mike DeWine,28604,REP,56,62.40630616098133,-18,-25.02940232563145 +81116,163538,8976,2022,OH,Gov-G,2022_Gov-G_OH,Ohio Northern University Institute for Civics and Public Policy,731,FALSE,FALSE,Online Panel,NA,2022-10-13,2022-11-08,26,668,Nan Whaley,28603,DEM,29.08,37.37690383534988,Mike DeWine,28604,REP,60.04,62.40630616098133,-30.96,-25.02940232563145 +81360,164387,8976,2022,OH,Gov-G,2022_Gov-G_OH,Redfield & Wilton Strategies,562,TRUE,FALSE,Online Panel,NA,2022-10-16,2022-11-08,23,568,Nan Whaley,28603,DEM,37,37.37690383534988,Mike DeWine,28604,REP,53,62.40630616098133,-16,-25.02940232563145 +81124,163576,8976,2022,OH,Gov-G,2022_Gov-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-16,2022-11-08,23,1438,Nan Whaley,28603,DEM,35.2,37.37690383534988,Mike DeWine,28604,REP,56.3,62.40630616098133,-21.099999999999994,-25.02940232563145 +81211,163898,8976,2022,OH,Gov-G,2022_Gov-G_OH,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-16,2022-11-08,23,644,Nan Whaley,28603,DEM,34,37.37690383534988,Mike DeWine,28604,REP,58,62.40630616098133,-24,-25.02940232563145 +81208,163895,8976,2022,OH,Gov-G,2022_Gov-G_OH,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-19,2022-11-08,20,1141,Nan Whaley,28603,DEM,40,37.37690383534988,Mike DeWine,28604,REP,53,62.40630616098133,-13,-25.02940232563145 +81305,164229,8976,2022,OH,Gov-G,2022_Gov-G_OH,Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,Online Panel,NA,2022-10-22,2022-11-08,17,1068,Nan Whaley,28603,DEM,40,37.37690383534988,Mike DeWine,28604,REP,56.6,62.40630616098133,-16.6,-25.02940232563145 +81245,163980,8976,2022,OH,Gov-G,2022_Gov-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-22,2022-11-08,17,1886,Nan Whaley,28603,DEM,37.3,37.37690383534988,Mike DeWine,28604,REP,54.9,62.40630616098133,-17.6,-25.02940232563145 +81301,164211,8976,2022,OH,Gov-G,2022_Gov-G_OH,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-25,2022-11-08,14,508,Nan Whaley,28603,DEM,40,37.37690383534988,Mike DeWine,28604,REP,53,62.40630616098133,-13,-25.02940232563145 +81364,164397,8976,2022,OH,Gov-G,2022_Gov-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1510,Nan Whaley,28603,DEM,35.5,37.37690383534988,Mike DeWine,28604,REP,56,62.40630616098133,-20.5,-25.02940232563145 +81540,165040,8976,2022,OH,Gov-G,2022_Gov-G_OH,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-31,2022-11-08,8,1000,Nan Whaley,28603,DEM,34,37.37690383534988,Mike DeWine,28604,REP,54.8,62.40630616098133,-20.799999999999997,-25.02940232563145 +81492,164881,8976,2022,OH,Gov-G,2022_Gov-G_OH,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1125,Nan Whaley,28603,DEM,35,37.37690383534988,Mike DeWine,28604,REP,58,62.40630616098133,-23,-25.02940232563145 +81520,164963,8976,2022,OH,Gov-G,2022_Gov-G_OH,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-11-02,2022-11-08,6,1498,Nan Whaley,28603,DEM,36.9,37.37690383534988,Mike DeWine,28604,REP,55.8,62.40630616098133,-18.9,-25.02940232563145 +81571,165108,8976,2022,OH,Gov-G,2022_Gov-G_OH,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-04,2022-11-08,4,1123,Nan Whaley,28603,DEM,34,37.37690383534988,Mike DeWine,28604,REP,58.5,62.40630616098133,-24.5,-25.02940232563145 +81614,165237,8976,2022,OH,Gov-G,2022_Gov-G_OH,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1413,Nan Whaley,28603,DEM,38,37.37690383534988,Mike DeWine,28604,REP,62,62.40630616098133,-24,-25.02940232563145 +81565,165077,8976,2022,OH,Gov-G,2022_Gov-G_OH,ActiVote,721,TRUE,FALSE,App Panel,NA,2022-09-21,2022-11-08,48,248,Nan Whaley,28603,DEM,42,37.37690383534988,Mike DeWine,28604,REP,58,62.40630616098133,-16,-25.02940232563145 +81588,165146,8976,2022,OH,Gov-G,2022_Gov-G_OH,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Nan Whaley,28603,DEM,39,37.37690383534988,Mike DeWine,28604,REP,61,62.40630616098133,-22,-25.02940232563145 +81628,165313,8976,2022,OH,Gov-G,2022_Gov-G_OH,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,505,Nan Whaley,28603,DEM,32,37.37690383534988,Mike DeWine,28604,REP,62,62.40630616098133,-30,-25.02940232563145 +81605,165212,8976,2022,OH,Gov-G,2022_Gov-G_OH,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-11-06,2022-11-08,2,716,Nan Whaley,28603,DEM,39,37.37690383534988,Mike DeWine,28604,REP,53,62.40630616098133,-14,-25.02940232563145 +80980,163049,8977,2022,OK,Gov-G,2022_Gov-G_OK,Bruno Political Consulting,724,FALSE,FALSE,Online Panel/Text-to-Web/Face-to-Face,LIB,2022-09-17,2022-11-08,52,2989,Joy Hofmeister,28681,DEM,40.2,41.78537116616549,Kevin Stitt,28682,REP,39.19,55.44896140066107,1.0100000000000051,-13.66359023449558 +80808,163002,8977,2022,OK,Gov-G,2022_Gov-G_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-09-20,2022-11-08,49,500,Joy Hofmeister,28681,DEM,44,41.78537116616549,Kevin Stitt,28682,REP,47,55.44896140066107,-3,-13.66359023449558 +80971,163001,8977,2022,OK,Gov-G,2022_Gov-G_OK,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2022-09-27,2022-11-08,42,500,Joy Hofmeister,28681,DEM,33,41.78537116616549,Kevin Stitt,28682,REP,48,55.44896140066107,-15,-13.66359023449558 +80976,163015,8977,2022,OK,Gov-G,2022_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Online Panel,NA,2022-10-05,2022-11-08,34,301,Joy Hofmeister,28681,DEM,46.8,41.78537116616549,Kevin Stitt,28682,REP,43,55.44896140066107,3.799999999999997,-13.66359023449558 +81086,163425,8977,2022,OK,Gov-G,2022_Gov-G_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-10-11,2022-11-08,28,638,Joy Hofmeister,28681,DEM,49,41.78537116616549,Kevin Stitt,28682,REP,42,55.44896140066107,7,-13.66359023449558 +81091,163438,8977,2022,OK,Gov-G,2022_Gov-G_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-14,2022-11-08,25,500,Joy Hofmeister,28681,DEM,46,41.78537116616549,Kevin Stitt,28682,REP,45,55.44896140066107,1,-13.66359023449558 +81467,164824,8977,2022,OK,Gov-G,2022_Gov-G_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-27,2022-11-08,12,501,Joy Hofmeister,28681,DEM,44,41.78537116616549,Kevin Stitt,28682,REP,45,55.44896140066107,-1,-13.66359023449558 +81375,164437,8977,2022,OK,Gov-G,2022_Gov-G_OK,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-27,2022-11-08,12,1000,Joy Hofmeister,28681,DEM,42.6,41.78537116616549,Kevin Stitt,28682,REP,52.2,55.44896140066107,-9.600000000000001,-13.66359023449558 +81380,164445,8977,2022,OK,Gov-G,2022_Gov-G_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,749,Joy Hofmeister,28681,DEM,48,41.78537116616549,Kevin Stitt,28682,REP,45,55.44896140066107,3,-13.66359023449558 +81505,164915,8977,2022,OK,Gov-G,2022_Gov-G_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Online Panel,NA,2022-10-26,2022-11-08,13,324,Joy Hofmeister,28681,DEM,48.2,41.78537116616549,Kevin Stitt,28682,REP,44.9,55.44896140066107,3.3000000000000043,-13.66359023449558 +81484,164862,8977,2022,OK,Gov-G,2022_Gov-G_OK,WPA Intelligence,383,FALSE,FALSE,Live Phone,REP,2022-10-30,2022-11-08,9,500,Joy Hofmeister,28681,DEM,39,41.78537116616549,Kevin Stitt,28682,REP,52,55.44896140066107,-13,-13.66359023449558 +81559,165070,8977,2022,OK,Gov-G,2022_Gov-G_OK,Blueprint Polling,470,FALSE,FALSE,Live Phone,NA,2022-10-29,2022-11-08,10,557,Joy Hofmeister,28681,DEM,39.7,41.78537116616549,Kevin Stitt,28682,REP,48.2,55.44896140066107,-8.5,-13.66359023449558 +81551,165058,8977,2022,OK,Gov-G,2022_Gov-G_OK,Tomahawk Strategies,737,FALSE,FALSE,Live Phone,NA,2022-11-02,2022-11-08,6,729,Joy Hofmeister,28681,DEM,45.3,41.78537116616549,Kevin Stitt,28682,REP,41.9,55.44896140066107,3.3999999999999986,-13.66359023449558 +81601,165205,8977,2022,OK,Gov-G,2022_Gov-G_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-11-05,2022-11-08,3,682,Joy Hofmeister,28681,DEM,46,41.78537116616549,Kevin Stitt,28682,REP,49,55.44896140066107,-3,-13.66359023449558 +80889,162708,8978,2022,OR,Gov-G,2022_Gov-G_OR,Nelson Research,703,FALSE,FALSE,Live Phone/Text,NA,2022-09-19,2022-11-08,50,620,Tina Kotek,29873,DEM,31.5,46.96000733274855,Christine Drazan,30200,REP,33.4,43.5431615718914,-1.8999999999999986,3.41684576085715 +80842,162585,8978,2022,OR,Gov-G,2022_Gov-G_OR,DHM Research,76,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-09-23,2022-11-08,46,600,Tina Kotek,29873,DEM,31,46.96000733274855,Christine Drazan,30200,REP,32,43.5431615718914,-1,3.41684576085715 +80870,162664,8978,2022,OR,Gov-G,2022_Gov-G_OR,Clout Research,55,FALSE,FALSE,Live Phone,NA,2022-09-25,2022-11-08,44,422,Tina Kotek,29873,DEM,35.1,46.96000733274855,Christine Drazan,30200,REP,38.6,43.5431615718914,-3.5,3.41684576085715 +80927,162806,8978,2022,OR,Gov-G,2022_Gov-G_OR,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web/Email,NA,2022-09-30,2022-11-08,39,796,Tina Kotek,29873,DEM,33.6,46.96000733274855,Christine Drazan,30200,REP,36,43.5431615718914,-2.3999999999999986,3.41684576085715 +81037,163249,8978,2022,OR,Gov-G,2022_Gov-G_OR,Clout Research,55,FALSE,FALSE,Live Phone,NA,2022-10-08,2022-11-08,31,842,Tina Kotek,29873,DEM,38.4,46.96000733274855,Christine Drazan,30200,REP,43.8,43.5431615718914,-5.399999999999999,3.41684576085715 +81128,163616,8978,2022,OR,Gov-G,2022_Gov-G_OR,GBAO,109,FALSE,FALSE,Live Phone/Text,DEM,2022-10-12,2022-11-08,27,800,Tina Kotek,29873,DEM,40,46.96000733274855,Christine Drazan,30200,REP,38,43.5431615718914,2,3.41684576085715 +81147,163692,8978,2022,OR,Gov-G,2022_Gov-G_OR,Hoffman Research Group,141,FALSE,FALSE,Live Phone,NA,2022-10-17,2022-11-08,22,684,Tina Kotek,29873,DEM,35,46.96000733274855,Christine Drazan,30200,REP,37,43.5431615718914,-2,3.41684576085715 +81197,163856,8978,2022,OR,Gov-G,2022_Gov-G_OR,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-17,2022-11-08,22,1021,Tina Kotek,29873,DEM,42,46.96000733274855,Christine Drazan,30200,REP,43,43.5431615718914,-1,3.41684576085715 +81154,163720,8978,2022,OR,Gov-G,2022_Gov-G_OR,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-17,2022-11-08,22,804,Tina Kotek,29873,DEM,47,46.96000733274855,Christine Drazan,30200,REP,39,43.5431615718914,8,3.41684576085715 +81285,164167,8978,2022,OR,Gov-G,2022_Gov-G_OR,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-20,2022-11-08,19,1161,Tina Kotek,29873,DEM,40.4,46.96000733274855,Christine Drazan,30200,REP,41.7,43.5431615718914,-1.3000000000000043,3.41684576085715 +81548,165051,8978,2022,OR,Gov-G,2022_Gov-G_OR,FM3 Research,91,FALSE,FALSE,Live Phone/Online Panel,DEM,2022-10-25,2022-11-08,14,741,Tina Kotek,29873,DEM,40,46.96000733274855,Christine Drazan,30200,REP,38,43.5431615718914,2,3.41684576085715 +81544,165045,8978,2022,OR,Gov-G,2022_Gov-G_OR,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-31,2022-11-08,8,975,Tina Kotek,29873,DEM,46,46.96000733274855,Christine Drazan,30200,REP,40.5,43.5431615718914,5.5,3.41684576085715 +81561,165073,8978,2022,OR,Gov-G,2022_Gov-G_OR,Blueprint Polling,470,FALSE,FALSE,Live Phone,NA,2022-10-29,2022-11-08,10,585,Tina Kotek,29873,DEM,45,46.96000733274855,Christine Drazan,30200,REP,41,43.5431615718914,4,3.41684576085715 +81462,164807,8978,2022,OR,Gov-G,2022_Gov-G_OR,Nelson Research,703,FALSE,FALSE,Live Phone,NA,2022-11-01,2022-11-08,7,577,Tina Kotek,29873,DEM,42.5,46.96000733274855,Christine Drazan,30200,REP,45.4,43.5431615718914,-2.8999999999999986,3.41684576085715 +81608,165214,8978,2022,OR,Gov-G,2022_Gov-G_OR,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-11-03,2022-11-08,5,1393,Tina Kotek,29873,DEM,48,46.96000733274855,Christine Drazan,30200,REP,44,43.5431615718914,4,3.41684576085715 +80621,161265,8979,2022,PA,Gov-G,2022_Gov-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-09,2022-11-08,60,1194,Josh Shapiro,29888,DEM,55,56.485946517997256,Douglas V. Mastriano,30156,REP,44,41.71454213510209,11,14.771404382895163 +80667,161466,8979,2022,PA,Gov-G,2022_Gov-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-14,2022-11-08,55,1078,Josh Shapiro,29888,DEM,47.4,56.485946517997256,Douglas V. Mastriano,30156,REP,45.4,41.71454213510209,2,14.771404382895163 +80758,161969,8979,2022,PA,Gov-G,2022_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2022-09-15,2022-11-08,54,420,Josh Shapiro,29888,DEM,53,56.485946517997256,Douglas V. Mastriano,30156,REP,42,41.71454213510209,11,14.771404382895163 +80804,162440,8979,2022,PA,Gov-G,2022_Gov-G_PA,Phillips Academy,699,FALSE,FALSE,IVR/Text,NA,2022-09-18,2022-11-08,51,759,Josh Shapiro,29888,DEM,45.9,56.485946517997256,Douglas V. Mastriano,30156,REP,42.5,41.71454213510209,3.3999999999999986,14.771404382895163 +80816,162467,8979,2022,PA,Gov-G,2022_Gov-G_PA,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-21,2022-11-08,48,1242,Josh Shapiro,29888,DEM,53,56.485946517997256,Douglas V. Mastriano,30156,REP,40,41.71454213510209,13,14.771404382895163 +80813,162459,8979,2022,PA,Gov-G,2022_Gov-G_PA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-09-23,2022-11-08,46,500,Josh Shapiro,29888,DEM,51.9,56.485946517997256,Douglas V. Mastriano,30156,REP,37.1,41.71454213510209,14.799999999999997,14.771404382895163 +80854,162615,8979,2022,PA,Gov-G,2022_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2022-09-22,2022-11-08,47,517,Josh Shapiro,29888,DEM,51,56.485946517997256,Douglas V. Mastriano,30156,REP,37,41.71454213510209,14,14.771404382895163 +80871,162670,8979,2022,PA,Gov-G,2022_Gov-G_PA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-25,2022-11-08,44,1000,Josh Shapiro,29888,DEM,50.6,56.485946517997256,Douglas V. Mastriano,30156,REP,40.5,41.71454213510209,10.100000000000001,14.771404382895163 +80853,162612,8979,2022,PA,Gov-G,2022_Gov-G_PA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1008,Josh Shapiro,29888,DEM,51,56.485946517997256,Douglas V. Mastriano,30156,REP,40,41.71454213510209,11,14.771404382895163 +81325,164328,8979,2022,PA,Gov-G,2022_Gov-G_PA,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-09-30,2022-11-08,39,1153,Josh Shapiro,29888,DEM,57,56.485946517997256,Douglas V. Mastriano,30156,REP,37,41.71454213510209,20,14.771404382895163 +80916,162773,8979,2022,PA,Gov-G,2022_Gov-G_PA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-09-29,2022-11-08,40,500,Josh Shapiro,29888,DEM,48.2,56.485946517997256,Douglas V. Mastriano,30156,REP,36.8,41.71454213510209,11.400000000000006,14.771404382895163 +81061,163297,8979,2022,PA,Gov-G,2022_Gov-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-10,2022-11-08,29,1078,Josh Shapiro,29888,DEM,52.8,56.485946517997256,Douglas V. Mastriano,30156,REP,43.5,41.71454213510209,9.299999999999997,14.771404382895163 +81371,164431,8979,2022,PA,Gov-G,2022_Gov-G_PA,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-10-11,2022-11-08,28,857,Josh Shapiro,29888,DEM,50.1,56.485946517997256,Douglas V. Mastriano,30156,REP,44.7,41.71454213510209,5.399999999999999,14.771404382895163 +81115,163535,8979,2022,PA,Gov-G,2022_Gov-G_PA,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-08,2022-11-08,31,1400,Josh Shapiro,29888,DEM,53,56.485946517997256,Douglas V. Mastriano,30156,REP,42,41.71454213510209,11,14.771404382895163 +81190,163837,8979,2022,PA,Gov-G,2022_Gov-G_PA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-10,2022-11-08,29,1013,Josh Shapiro,29888,DEM,48.5,56.485946517997256,Douglas V. Mastriano,30156,REP,46.4,41.71454213510209,2.1000000000000014,14.771404382895163 +81216,163923,8979,2022,PA,Gov-G,2022_Gov-G_PA,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-10-15,2022-11-08,24,703,Josh Shapiro,29888,DEM,56,56.485946517997256,Douglas V. Mastriano,30156,REP,41,41.71454213510209,15,14.771404382895163 +81152,163719,8979,2022,PA,Gov-G,2022_Gov-G_PA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-19,2022-11-08,20,550,Josh Shapiro,29888,DEM,48.5,56.485946517997256,Douglas V. Mastriano,30156,REP,42.2,41.71454213510209,6.299999999999997,14.771404382895163 +81225,163944,8979,2022,PA,Gov-G,2022_Gov-G_PA,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-10-19,2022-11-08,20,972,Josh Shapiro,29888,DEM,43,56.485946517997256,Douglas V. Mastriano,30156,REP,40,41.71454213510209,3,14.771404382895163 +81182,163820,8979,2022,PA,Gov-G,2022_Gov-G_PA,Echelon Insights,407,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-19,2022-11-08,20,500,Josh Shapiro,29888,DEM,50,56.485946517997256,Douglas V. Mastriano,30156,REP,38,41.71454213510209,12,14.771404382895163 +81298,164204,8979,2022,PA,Gov-G,2022_Gov-G_PA,Franklin & Marshall College,106,TRUE,FALSE,Mail-to-Web/Mail-to-Phone,NA,2022-10-18,2022-11-08,21,384,Josh Shapiro,29888,DEM,58,56.485946517997256,Douglas V. Mastriano,30156,REP,36,41.71454213510209,22,14.771404382895163 +81233,164072,8979,2022,PA,Gov-G,2022_Gov-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-23,2022-11-08,16,1084,Josh Shapiro,29888,DEM,54,56.485946517997256,Douglas V. Mastriano,30156,REP,45,41.71454213510209,9,14.771404382895163 +81313,164300,8979,2022,PA,Gov-G,2022_Gov-G_PA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-26,2022-11-08,13,750,Josh Shapiro,29888,DEM,50.2,56.485946517997256,Douglas V. Mastriano,30156,REP,41.8,41.71454213510209,8.400000000000006,14.771404382895163 +81326,164330,8979,2022,PA,Gov-G,2022_Gov-G_PA,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-25,2022-11-08,14,1053,Josh Shapiro,29888,DEM,60,56.485946517997256,Douglas V. Mastriano,30156,REP,35,41.71454213510209,25,14.771404382895163 +81357,164494,8979,2022,PA,Gov-G,2022_Gov-G_PA,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-25,2022-11-08,14,620,Josh Shapiro,29888,DEM,53,56.485946517997256,Douglas V. Mastriano,30156,REP,40,41.71454213510209,13,14.771404382895163 +81465,164817,8979,2022,PA,Gov-G,2022_Gov-G_PA,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-19,2022-11-08,20,850,Josh Shapiro,29888,DEM,53.1,56.485946517997256,Douglas V. Mastriano,30156,REP,38.1,41.71454213510209,15,14.771404382895163 +81327,164331,8979,2022,PA,Gov-G,2022_Gov-G_PA,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-26,2022-11-08,13,1000,Josh Shapiro,29888,DEM,49.2,56.485946517997256,Douglas V. Mastriano,30156,REP,43.3,41.71454213510209,5.900000000000006,14.771404382895163 +81335,164347,8979,2022,PA,Gov-G,2022_Gov-G_PA,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-27,2022-11-08,12,1716,Josh Shapiro,29888,DEM,51,56.485946517997256,Douglas V. Mastriano,30156,REP,41,41.71454213510209,10,14.771404382895163 +81421,164557,8979,2022,PA,Gov-G,2022_Gov-G_PA,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,460,Josh Shapiro,29888,DEM,54,56.485946517997256,Douglas V. Mastriano,30156,REP,40,41.71454213510209,14,14.771404382895163 +81452,164760,8979,2022,PA,Gov-G,2022_Gov-G_PA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-29,2022-11-08,10,500,Josh Shapiro,29888,DEM,52.4,56.485946517997256,Douglas V. Mastriano,30156,REP,40.4,41.71454213510209,12,14.771404382895163 +81459,164772,8979,2022,PA,Gov-G,2022_Gov-G_PA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,1005,Josh Shapiro,29888,DEM,53,56.485946517997256,Douglas V. Mastriano,30156,REP,37,41.71454213510209,16,14.771404382895163 +81468,164825,8979,2022,PA,Gov-G,2022_Gov-G_PA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-30,2022-11-08,9,1000,Josh Shapiro,29888,DEM,53.1,56.485946517997256,Douglas V. Mastriano,30156,REP,42.7,41.71454213510209,10.399999999999999,14.771404382895163 +81457,164911,8979,2022,PA,Gov-G,2022_Gov-G_PA,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2022-10-30,2022-11-08,9,700,Josh Shapiro,29888,DEM,51.7,56.485946517997256,Douglas V. Mastriano,30156,REP,38.1,41.71454213510209,13.600000000000001,14.771404382895163 +81489,164879,8979,2022,PA,Gov-G,2022_Gov-G_PA,Remington Research Group,279,FALSE,FALSE,IVR/Live Phone,NA,2022-11-01,2022-11-08,7,1180,Josh Shapiro,29888,DEM,52,56.485946517997256,Douglas V. Mastriano,30156,REP,40,41.71454213510209,12,14.771404382895163 +81507,164926,8979,2022,PA,Gov-G,2022_Gov-G_PA,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-11-01,2022-11-08,7,1152,Josh Shapiro,29888,DEM,54,56.485946517997256,Douglas V. Mastriano,30156,REP,39,41.71454213510209,15,14.771404382895163 +81529,165019,8979,2022,PA,Gov-G,2022_Gov-G_PA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-11-03,2022-11-08,5,750,Josh Shapiro,29888,DEM,50.9,56.485946517997256,Douglas V. Mastriano,30156,REP,43.2,41.71454213510209,7.699999999999996,14.771404382895163 +81511,164929,8979,2022,PA,Gov-G,2022_Gov-G_PA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-02,2022-11-08,6,1097,Josh Shapiro,29888,DEM,49.7,56.485946517997256,Douglas V. Mastriano,30156,REP,45.4,41.71454213510209,4.300000000000004,14.771404382895163 +81617,165269,8979,2022,PA,Gov-G,2022_Gov-G_PA,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-11-04,2022-11-08,4,846,Josh Shapiro,29888,DEM,51.5,56.485946517997256,Douglas V. Mastriano,30156,REP,45,41.71454213510209,6.5,14.771404382895163 +81564,165076,8979,2022,PA,Gov-G,2022_Gov-G_PA,ActiVote,721,TRUE,FALSE,App Panel,NA,2022-09-21,2022-11-08,48,249,Josh Shapiro,29888,DEM,54,56.485946517997256,Douglas V. Mastriano,30156,REP,46,41.71454213510209,8,14.771404382895163 +81589,165147,8979,2022,PA,Gov-G,2022_Gov-G_PA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Josh Shapiro,29888,DEM,55,56.485946517997256,Douglas V. Mastriano,30156,REP,43,41.71454213510209,12,14.771404382895163 +81627,165311,8979,2022,PA,Gov-G,2022_Gov-G_PA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,631,Josh Shapiro,29888,DEM,52,56.485946517997256,Douglas V. Mastriano,30156,REP,46,41.71454213510209,6,14.771404382895163 +80963,162987,8980,2022,RI,Gov-G,2022_Gov-G_RI,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2022-10-01,2022-11-08,38,402,Daniel J. McKee,28908,DEM,45,57.92098862079571,Ashley Kalus,29913,REP,32,38.86291833254117,13,19.05807028825454 +80995,163079,8980,2022,RI,Gov-G,2022_Gov-G_RI,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-03,2022-11-08,36,800,Daniel J. McKee,28908,DEM,46.38,57.92098862079571,Ashley Kalus,29913,REP,36.25,38.86291833254117,10.130000000000003,19.05807028825454 +81007,163112,8982,2022,SD,Gov-G,2022_Gov-G_SD,South Dakota State University School of American and Global Studies,725,FALSE,FALSE,Online Panel,NA,2022-10-04,2022-11-08,35,565,Jamie Smith,29936,DEM,41,35.1684629575687,Kristi Noem,28910,REP,45,61.98060348520416,-4,-26.812140527635464 +81275,164148,8982,2022,SD,Gov-G,2022_Gov-G_SD,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-20,2022-11-08,19,1500,Jamie Smith,29936,DEM,38.6,35.1684629575687,Kristi Noem,28910,REP,57.5,61.98060348520416,-18.9,-26.812140527635464 +81342,164361,8983,2022,TN,Gov-G,2022_Gov-G_TN,RABA Research,269,FALSE,FALSE,Online Panel,NA,2022-10-20,2022-11-08,19,549,Jason Brantley Martin,30686,DEM,28,32.9228074087783,Bill Lee,28911,REP,52,64.91187333393874,-24,-31.989065925160446 +80681,161493,8984,2022,TX,Gov-G,2022_Gov-G_TX,University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,Live Phone/Online Panel,NA,2022-09-10,2022-11-08,59,1268,Beto O'Rourke,28252,DEM,38,43.85655125295758,Greg Abbott,19215,REP,47,54.75934072064005,-9,-10.902789467682467 +80807,162443,8984,2022,TX,Gov-G,2022_Gov-G_TX,Texas Hispanic Policy Foundation,698,FALSE,FALSE,Online Panel,NA,2022-09-10,2022-11-08,59,1172,Beto O'Rourke,28252,DEM,44,43.85655125295758,Greg Abbott,19215,REP,51,54.75934072064005,-7,-10.902789467682467 +80736,161849,8984,2022,TX,Gov-G,2022_Gov-G_TX,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-16,2022-11-08,53,651,Beto O'Rourke,28252,DEM,43,43.85655125295758,Greg Abbott,19215,REP,50,54.75934072064005,-7,-10.902789467682467 +80817,162468,8984,2022,TX,Gov-G,2022_Gov-G_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-09-21,2022-11-08,48,1000,Beto O'Rourke,28252,DEM,42.1,43.85655125295758,Greg Abbott,19215,REP,50,54.75934072064005,-7.899999999999999,-10.902789467682467 +80847,162596,8984,2022,TX,Gov-G,2022_Gov-G_TX,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1327,Beto O'Rourke,28252,DEM,46,43.85655125295758,Greg Abbott,19215,REP,53,54.75934072064005,-7,-10.902789467682467 +81021,163198,8984,2022,TX,Gov-G,2022_Gov-G_TX,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-05,2022-11-08,34,1058,Beto O'Rourke,28252,DEM,45,43.85655125295758,Greg Abbott,19215,REP,49,54.75934072064005,-4,-10.902789467682467 +81052,163278,8984,2022,TX,Gov-G,2022_Gov-G_TX,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-10-10,2022-11-08,29,791,Beto O'Rourke,28252,DEM,44,43.85655125295758,Greg Abbott,19215,REP,52,54.75934072064005,-8,-10.902789467682467 +81165,163759,8984,2022,TX,Gov-G,2022_Gov-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-12,2022-11-08,27,883,Beto O'Rourke,28252,DEM,43,43.85655125295758,Greg Abbott,19215,REP,54,54.75934072064005,-11,-10.902789467682467 +81255,164585,8984,2022,TX,Gov-G,2022_Gov-G_TX,BSP Research/Shaw & Company Research,728,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-15,2022-11-08,24,930,Beto O'Rourke,28252,DEM,41,43.85655125295758,Greg Abbott,19215,REP,53,54.75934072064005,-12,-10.902789467682467 +81210,163897,8984,2022,TX,Gov-G,2022_Gov-G_TX,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-18,2022-11-08,21,1000,Beto O'Rourke,28252,DEM,42.1,43.85655125295758,Greg Abbott,19215,REP,51.8,54.75934072064005,-9.699999999999996,-10.902789467682467 +81213,163907,8984,2022,TX,Gov-G,2022_Gov-G_TX,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-18,2022-11-08,21,649,Beto O'Rourke,28252,DEM,43,43.85655125295758,Greg Abbott,19215,REP,52,54.75934072064005,-9,-10.902789467682467 +81205,163878,8984,2022,TX,Gov-G,2022_Gov-G_TX,Beacon Research,545,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-10-17,2022-11-08,22,1264,Beto O'Rourke,28252,DEM,45,43.85655125295758,Greg Abbott,19215,REP,48,54.75934072064005,-3,-10.902789467682467 +81350,164401,8984,2022,TX,Gov-G,2022_Gov-G_TX,University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-21,2022-11-08,18,973,Beto O'Rourke,28252,DEM,44,43.85655125295758,Greg Abbott,19215,REP,50,54.75934072064005,-6,-10.902789467682467 +81403,164490,8984,2022,TX,Gov-G,2022_Gov-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-23,2022-11-08,16,1200,Beto O'Rourke,28252,DEM,40,43.85655125295758,Greg Abbott,19215,REP,53,54.75934072064005,-13,-10.902789467682467 +81535,165028,8984,2022,TX,Gov-G,2022_Gov-G_TX,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-19,2022-11-08,20,817,Beto O'Rourke,28252,DEM,44,43.85655125295758,Greg Abbott,19215,REP,51,54.75934072064005,-7,-10.902789467682467 +81599,165198,8984,2022,TX,Gov-G,2022_Gov-G_TX,CWS Research,697,FALSE,FALSE,IVR/Text-to-Web,REP,2022-11-04,2022-11-08,4,786,Beto O'Rourke,28252,DEM,42,43.85655125295758,Greg Abbott,19215,REP,53,54.75934072064005,-11,-10.902789467682467 +81562,165074,8984,2022,TX,Gov-G,2022_Gov-G_TX,ActiVote,721,TRUE,FALSE,App Panel,NA,2022-09-21,2022-11-08,48,722,Beto O'Rourke,28252,DEM,47,43.85655125295758,Greg Abbott,19215,REP,53,54.75934072064005,-6,-10.902789467682467 +80931,162816,8985,2022,VT,Gov-G,2022_Gov-G_VT,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-10-01,2022-11-08,38,765,Brenda Siegel,30178,DEM,31,23.963399004919225,Phil Scott,28914,REP,48,70.97833223900197,-17,-47.01493323408275 +81417,164550,8985,2022,VT,Gov-G,2022_Gov-G_VT,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-23,2022-11-08,16,1039,Brenda Siegel,30178,DEM,24,23.963399004919225,Phil Scott,28914,REP,65,70.97833223900197,-41,-47.01493323408275 +80632,161349,8986,2022,WI,Gov-G,2022_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2022-09-08,2022-11-08,61,632,Tony Evers,19212,DEM,47,51.14922322312525,Tim Michels,30436,REP,44,47.752297204205554,3,3.396926018919693 +80657,161433,8986,2022,WI,Gov-G,2022_Gov-G_WI,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-09-12,2022-11-08,57,780,Tony Evers,19212,DEM,49,51.14922322312525,Tim Michels,30436,REP,48,47.752297204205554,1,3.396926018919693 +80690,161650,8986,2022,WI,Gov-G,2022_Gov-G_WI,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-14,2022-11-08,55,651,Tony Evers,19212,DEM,49,51.14922322312525,Tim Michels,30436,REP,44,47.752297204205554,5,3.396926018919693 +80704,161674,8986,2022,WI,Gov-G,2022_Gov-G_WI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-17,2022-11-08,52,860,Tony Evers,19212,DEM,44.8,51.14922322312525,Tim Michels,30436,REP,43.3,47.752297204205554,1.5,3.396926018919693 +80772,162036,8986,2022,WI,Gov-G,2022_Gov-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-17,2022-11-08,52,1087,Tony Evers,19212,DEM,47,51.14922322312525,Tim Michels,30436,REP,47.7,47.752297204205554,-0.7000000000000028,3.396926018919693 +80880,162682,8986,2022,WI,Gov-G,2022_Gov-G_WI,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-22,2022-11-08,47,999,Tony Evers,19212,DEM,47,51.14922322312525,Tim Michels,30436,REP,48,47.752297204205554,-1,3.396926018919693 +80855,162616,8986,2022,WI,Gov-G,2022_Gov-G_WI,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-22,2022-11-08,47,500,Tony Evers,19212,DEM,47,51.14922322312525,Tim Michels,30436,REP,50,47.752297204205554,-3,3.396926018919693 +80874,162672,8986,2022,WI,Gov-G,2022_Gov-G_WI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,1012,Tony Evers,19212,DEM,47,51.14922322312525,Tim Michels,30436,REP,47,47.752297204205554,0,3.396926018919693 +80845,162593,8986,2022,WI,Gov-G,2022_Gov-G_WI,Public Policy Polling,263,FALSE,FALSE,IVR/Text,NA,2022-09-26,2022-11-08,43,574,Tony Evers,19212,DEM,48,51.14922322312525,Tim Michels,30436,REP,46,47.752297204205554,2,3.396926018919693 +80978,163047,8986,2022,WI,Gov-G,2022_Gov-G_WI,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-05,2022-11-08,34,1137,Tony Evers,19212,DEM,50,51.14922322312525,Tim Michels,30436,REP,50,47.752297204205554,0,3.396926018919693 +81032,163237,8986,2022,WI,Gov-G,2022_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2022-10-06,2022-11-08,33,652,Tony Evers,19212,DEM,47,51.14922322312525,Tim Michels,30436,REP,46,47.752297204205554,1,3.396926018919693 +81217,163925,8986,2022,WI,Gov-G,2022_Gov-G_WI,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-10-15,2022-11-08,24,714,Tony Evers,19212,DEM,50,51.14922322312525,Tim Michels,30436,REP,48,47.752297204205554,2,3.396926018919693 +81271,164145,8986,2022,WI,Gov-G,2022_Gov-G_WI,Data for Progress,522,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web,NA,2022-10-18,2022-11-08,21,1376,Tony Evers,19212,DEM,48,51.14922322312525,Tim Michels,30436,REP,49,47.752297204205554,-1,3.396926018919693 +81370,164430,8986,2022,WI,Gov-G,2022_Gov-G_WI,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-10-22,2022-11-08,17,801,Tony Evers,19212,DEM,45.7,51.14922322312525,Tim Michels,30436,REP,50.1,47.752297204205554,-4.399999999999999,3.396926018919693 +81445,164740,8986,2022,WI,Gov-G,2022_Gov-G_WI,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-28,2022-11-08,11,1000,Tony Evers,19212,DEM,47.5,51.14922322312525,Tim Michels,30436,REP,49.4,47.752297204205554,-1.8999999999999986,3.396926018919693 +81426,164574,8986,2022,WI,Gov-G,2022_Gov-G_WI,Wick,284,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-28,2022-11-08,11,1089,Tony Evers,19212,DEM,47.2,51.14922322312525,Tim Michels,30436,REP,47.5,47.752297204205554,-0.29999999999999716,3.396926018919693 +81428,164575,8986,2022,WI,Gov-G,2022_Gov-G_WI,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,1000,Tony Evers,19212,DEM,46,51.14922322312525,Tim Michels,30436,REP,47,47.752297204205554,-1,3.396926018919693 +81470,164827,8986,2022,WI,Gov-G,2022_Gov-G_WI,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-29,2022-11-08,10,655,Tony Evers,19212,DEM,47,51.14922322312525,Tim Michels,30436,REP,45,47.752297204205554,2,3.396926018919693 +81447,164747,8986,2022,WI,Gov-G,2022_Gov-G_WI,Marquette University Law School,195,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,679,Tony Evers,19212,DEM,48,51.14922322312525,Tim Michels,30436,REP,48,47.752297204205554,0,3.396926018919693 +81557,165069,8986,2022,WI,Gov-G,2022_Gov-G_WI,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-03,2022-11-08,5,1095,Tony Evers,19212,DEM,48,51.14922322312525,Tim Michels,30436,REP,49.6,47.752297204205554,-1.6000000000000014,3.396926018919693 +81611,165225,8986,2022,WI,Gov-G,2022_Gov-G_WI,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web/Mail-to-Web,NA,2022-11-04,2022-11-08,4,1504,Tony Evers,19212,DEM,48,51.14922322312525,Tim Michels,30436,REP,50,47.752297204205554,-2,3.396926018919693 +81590,165148,8986,2022,WI,Gov-G,2022_Gov-G_WI,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Tony Evers,19212,DEM,50,51.14922322312525,Tim Michels,30436,REP,50,47.752297204205554,0,3.396926018919693 +81604,165211,8986,2022,WI,Gov-G,2022_Gov-G_WI,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2022-11-06,2022-11-08,2,739,Tony Evers,19212,DEM,51,51.14922322312525,Tim Michels,30436,REP,48,47.752297204205554,3,3.396926018919693 +81549,165056,8987,2022,WY,Gov-G,2022_Gov-G_WY,University of Wyoming Survey & Analysis Center,667,FALSE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,436,Theresa A. Livingston,30380,DEM,23.6,15.817525773195875,Mark Gordon,28912,REP,75.9,74.0701030927835,-52.300000000000004,-58.25257731958762 +76344,145448,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,National Research,225,FALSE,FALSE,Live Phone,REP,2021-09-15,2021-11-02,48,600,Philip Murphy,20855,DEM,45,51.2248335109064,Jack M. Ciattarelli,20856,REP,42,48.00151899547437,3,3.2233145154320297 +76412,145564,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2021-09-18,2021-11-02,45,804,Philip Murphy,20855,DEM,51,51.2248335109064,Jack M. Ciattarelli,20856,REP,38,48.00151899547437,13,3.2233145154320297 +76545,145966,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2021-09-21,2021-11-02,42,552,Philip Murphy,20855,DEM,50,51.2248335109064,Jack M. Ciattarelli,20856,REP,41,48.00151899547437,9,3.2233145154320297 +76895,146550,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Schoen Cooperman Research,301,FALSE,FALSE,Online Panel/Text-to-Web,NA,2021-10-11,2021-11-02,22,500,Philip Murphy,20855,DEM,50,51.2248335109064,Jack M. Ciattarelli,20856,REP,41,48.00151899547437,9,3.2233145154320297 +76925,146678,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2021-10-17,2021-11-02,16,600,Philip Murphy,20855,DEM,52.2,51.2248335109064,Jack M. Ciattarelli,20856,REP,47.8,48.00151899547437,4.400000000000006,3.2233145154320297 +77052,148626,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2021-10-23,2021-11-02,10,1000,Philip Murphy,20855,DEM,50,51.2248335109064,Jack M. Ciattarelli,20856,REP,39,48.00151899547437,11,3.2233145154320297 +77135,148733,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Stockton University,317,TRUE,FALSE,Live Phone,NA,2021-10-21,2021-11-02,12,522,Philip Murphy,20855,DEM,50,51.2248335109064,Jack M. Ciattarelli,20856,REP,41,48.00151899547437,9,3.2233145154320297 +77159,148821,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,Live Phone,NA,2021-10-24,2021-11-02,9,901,Philip Murphy,20855,DEM,50,51.2248335109064,Jack M. Ciattarelli,20856,REP,42,48.00151899547437,8,3.2233145154320297 +77143,148771,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Fairleigh Dickinson University,92,TRUE,FALSE,Live Phone/Text-to-Web,NA,2021-10-25,2021-11-02,8,823,Philip Murphy,20855,DEM,53,51.2248335109064,Jack M. Ciattarelli,20856,REP,44,48.00151899547437,9,3.2233145154320297 +77158,148820,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2021-10-30,2021-11-02,3,1085,Philip Murphy,20855,DEM,49.4,51.2248335109064,Jack M. Ciattarelli,20856,REP,45.2,48.00151899547437,4.199999999999996,3.2233145154320297 +77165,148830,8988,2021,NJ,Gov-G,2021_Gov-G_NJ,Research Co.,449,FALSE,FALSE,Online Panel,NA,2021-10-31,2021-11-02,2,450,Philip Murphy,20855,DEM,50,51.2248335109064,Jack M. Ciattarelli,20856,REP,44,48.00151899547437,6,3.2233145154320297 +76333,145429,8989,2021,VA,Gov-G,2021_Gov-G_VA,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2021-09-10,2021-11-02,53,728,Terry R. McAuliffe,21377,DEM,50,48.644172394609406,Glenn Youngkin,21376,REP,47,50.5739900225875,3,-1.929817627978096 +76416,145577,8989,2021,VA,Gov-G,2021_Gov-G_VA,Repass,268,FALSE,FALSE,Live Phone/Online Panel,NA,2021-09-10,2021-11-02,53,528,Terry R. McAuliffe,21377,DEM,43,48.644172394609406,Glenn Youngkin,21376,REP,48,50.5739900225875,-5,-1.929817627978096 +76323,145400,8989,2021,VA,Gov-G,2021_Gov-G_VA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2021-09-13,2021-11-02,50,778,Terry R. McAuliffe,21377,DEM,50.8,48.644172394609406,Glenn Youngkin,21376,REP,47.6,50.5739900225875,3.1999999999999957,-1.929817627978096 +76362,145470,8989,2021,VA,Gov-G,2021_Gov-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2021-09-11,2021-11-02,52,731,Terry R. McAuliffe,21377,DEM,43,48.644172394609406,Glenn Youngkin,21376,REP,34,50.5739900225875,9,-1.929817627978096 +76365,145479,8989,2021,VA,Gov-G,2021_Gov-G_VA,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2021-09-17,2021-11-02,46,875,Terry R. McAuliffe,21377,DEM,45,48.644172394609406,Glenn Youngkin,21376,REP,42,50.5739900225875,3,-1.929817627978096 +76405,145536,8989,2021,VA,Gov-G,2021_Gov-G_VA,KAConsulting,757,FALSE,FALSE,Live Phone,REP,2021-09-18,2021-11-02,45,700,Terry R. McAuliffe,21377,DEM,46,48.644172394609406,Glenn Youngkin,21376,REP,42,50.5739900225875,4,-1.929817627978096 +76473,145676,8989,2021,VA,Gov-G,2021_Gov-G_VA,Global Strategy Group,118,FALSE,FALSE,Live Phone,NA,2021-09-18,2021-11-02,45,600,Terry R. McAuliffe,21377,DEM,48,48.644172394609406,Glenn Youngkin,21376,REP,45,50.5739900225875,3,-1.929817627978096 +76467,145666,8989,2021,VA,Gov-G,2021_Gov-G_VA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2021-09-24,2021-11-02,39,801,Terry R. McAuliffe,21377,DEM,48,48.644172394609406,Glenn Youngkin,21376,REP,43,50.5739900225875,5,-1.929817627978096 +76509,145869,8989,2021,VA,Gov-G,2021_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone/Online Panel,NA,2021-09-19,2021-11-02,44,603,Terry R. McAuliffe,21377,DEM,48,48.644172394609406,Glenn Youngkin,21376,REP,41,50.5739900225875,7,-1.929817627978096 +76580,146015,8989,2021,VA,Gov-G,2021_Gov-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2021-09-28,2021-11-02,35,901,Terry R. McAuliffe,21377,DEM,48,48.644172394609406,Glenn Youngkin,21376,REP,44,50.5739900225875,4,-1.929817627978096 +76616,146090,8989,2021,VA,Gov-G,2021_Gov-G_VA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2021-10-02,2021-11-02,31,620,Terry R. McAuliffe,21377,DEM,49.1,48.644172394609406,Glenn Youngkin,21376,REP,49.2,50.5739900225875,-0.10000000000000142,-1.929817627978096 +76660,146181,8989,2021,VA,Gov-G,2021_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2021-10-01,2021-11-02,32,802,Terry R. McAuliffe,21377,DEM,49,48.644172394609406,Glenn Youngkin,21376,REP,45,50.5739900225875,4,-1.929817627978096 +76753,146308,8989,2021,VA,Gov-G,2021_Gov-G_VA,YouGov,391,FALSE,FALSE,Online Panel,NA,2021-10-08,2021-11-02,25,1040,Terry R. McAuliffe,21377,DEM,50,48.644172394609406,Glenn Youngkin,21376,REP,47,50.5739900225875,3,-1.929817627978096 +76894,146549,8989,2021,VA,Gov-G,2021_Gov-G_VA,Schoen Cooperman Research,301,FALSE,FALSE,Online Panel/Text-to-Web,NA,2021-10-11,2021-11-02,22,500,Terry R. McAuliffe,21377,DEM,47,48.644172394609406,Glenn Youngkin,21376,REP,43,50.5739900225875,4,-1.929817627978096 +76810,146415,8989,2021,VA,Gov-G,2021_Gov-G_VA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2021-10-12,2021-11-02,21,1095,Terry R. McAuliffe,21377,DEM,47.5,48.644172394609406,Glenn Youngkin,21376,REP,48.4,50.5739900225875,-0.8999999999999986,-1.929817627978096 +76809,146410,8989,2021,VA,Gov-G,2021_Gov-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2021-10-12,2021-11-02,21,726,Terry R. McAuliffe,21377,DEM,51,48.644172394609406,Glenn Youngkin,21376,REP,46,50.5739900225875,5,-1.929817627978096 +76929,146685,8989,2021,VA,Gov-G,2021_Gov-G_VA,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web/Mail-to-Web,NA,2021-10-10,2021-11-02,23,1589,Terry R. McAuliffe,21377,DEM,50,48.644172394609406,Glenn Youngkin,21376,REP,45,50.5739900225875,5,-1.929817627978096 +76907,146607,8989,2021,VA,Gov-G,2021_Gov-G_VA,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2021-10-18,2021-11-02,15,1005,Terry R. McAuliffe,21377,DEM,46,48.644172394609406,Glenn Youngkin,21376,REP,46,50.5739900225875,0,-1.929817627978096 +77138,148750,8989,2021,VA,Gov-G,2021_Gov-G_VA,co/efficient,514,FALSE,FALSE,IVR/Text,REP,2021-10-20,2021-11-02,13,785,Terry R. McAuliffe,21377,DEM,43,48.644172394609406,Glenn Youngkin,21376,REP,47,50.5739900225875,-4,-1.929817627978096 +76932,146693,8989,2021,VA,Gov-G,2021_Gov-G_VA,Cygnal,67,FALSE,FALSE,IVR/Text-to-Web/Email,NA,2021-10-20,2021-11-02,13,816,Terry R. McAuliffe,21377,DEM,48.3,48.644172394609406,Glenn Youngkin,21376,REP,48.3,50.5739900225875,0,-1.929817627978096 +76931,146692,8989,2021,VA,Gov-G,2021_Gov-G_VA,KAConsulting,757,FALSE,FALSE,IVR/Live Phone,REP,2021-10-20,2021-11-02,13,661,Terry R. McAuliffe,21377,DEM,41,48.644172394609406,Glenn Youngkin,21376,REP,43,50.5739900225875,-2,-1.929817627978096 +77039,146821,8989,2021,VA,Gov-G,2021_Gov-G_VA,Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,Live Phone,NA,2021-10-15,2021-11-02,18,722,Terry R. McAuliffe,21377,DEM,41,48.644172394609406,Glenn Youngkin,21376,REP,38,50.5739900225875,3,-1.929817627978096 +77035,146815,8989,2021,VA,Gov-G,2021_Gov-G_VA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2021-10-22,2021-11-02,11,875,Terry R. McAuliffe,21377,DEM,49.4,48.644172394609406,Glenn Youngkin,21376,REP,48.5,50.5739900225875,0.8999999999999986,-1.929817627978096 +77036,146816,8989,2021,VA,Gov-G,2021_Gov-G_VA,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2021-10-23,2021-11-02,10,500,Terry R. McAuliffe,21377,DEM,45.6,48.644172394609406,Glenn Youngkin,21376,REP,45.2,50.5739900225875,0.3999999999999986,-1.929817627978096 +77049,148598,8989,2021,VA,Gov-G,2021_Gov-G_VA,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2021-10-21,2021-11-02,12,944,Terry R. McAuliffe,21377,DEM,49,48.644172394609406,Glenn Youngkin,21376,REP,48,50.5739900225875,1,-1.929817627978096 +77140,148752,8989,2021,VA,Gov-G,2021_Gov-G_VA,The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,Live Phone,NA,2021-10-23,2021-11-02,10,918,Terry R. McAuliffe,21377,DEM,49,48.644172394609406,Glenn Youngkin,21376,REP,48,50.5739900225875,1,-1.929817627978096 +77137,148749,8989,2021,VA,Gov-G,2021_Gov-G_VA,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2021-10-26,2021-11-02,7,1015,Terry R. McAuliffe,21377,DEM,45,48.644172394609406,Glenn Youngkin,21376,REP,53,50.5739900225875,-8,-1.929817627978096 +77148,148790,8989,2021,VA,Gov-G,2021_Gov-G_VA,Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,Live Phone,NA,2021-10-21,2021-11-02,12,571,Terry R. McAuliffe,21377,DEM,48,48.644172394609406,Glenn Youngkin,21376,REP,47,50.5739900225875,1,-1.929817627978096 +77144,148772,8989,2021,VA,Gov-G,2021_Gov-G_VA,Echelon Insights,407,FALSE,FALSE,Online Panel/Text-to-Web,NA,2021-10-28,2021-11-02,5,611,Terry R. McAuliffe,21377,DEM,46,48.644172394609406,Glenn Youngkin,21376,REP,49,50.5739900225875,-3,-1.929817627978096 +77152,148813,8989,2021,VA,Gov-G,2021_Gov-G_VA,InsiderAdvantage,243,FALSE,FALSE,IVR/Live Phone,NA,2021-10-29,2021-11-02,4,500,Terry R. McAuliffe,21377,DEM,45,48.644172394609406,Glenn Youngkin,21376,REP,47,50.5739900225875,-2,-1.929817627978096 +77155,148818,8989,2021,VA,Gov-G,2021_Gov-G_VA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2021-10-30,2021-11-02,3,1081,Terry R. McAuliffe,21377,DEM,47.1,48.644172394609406,Glenn Youngkin,21376,REP,49.4,50.5739900225875,-2.299999999999997,-1.929817627978096 +77164,148829,8989,2021,VA,Gov-G,2021_Gov-G_VA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2021-10-31,2021-11-02,2,450,Terry R. McAuliffe,21377,DEM,47,48.644172394609406,Glenn Youngkin,21376,REP,48,50.5739900225875,-1,-1.929817627978096 +77163,148828,8989,2021,VA,Gov-G,2021_Gov-G_VA,Targoz Market Research,454,FALSE,FALSE,Online Panel,NA,2021-10-29,2021-11-02,4,747,Terry R. McAuliffe,21377,DEM,50,48.644172394609406,Glenn Youngkin,21376,REP,47,50.5739900225875,3,-1.929817627978096 +80655,161421,8998,2022,AK-1,House-G,2022_House-G_AK-1,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-09-08,2022-11-08,61,500,Mary S. Peltola,30406,DEM,53,54.96368135696381,Sarah Palin,30150,REP,47,45.03631864303619,6,9.927362713927621 +80751,161949,8998,2022,AK-1,House-G,2022_House-G_AK-1,Dittman Research,79,FALSE,FALSE,Live Phone,NA,2022-09-10,2022-11-08,59,394,Mary S. Peltola,30406,DEM,57.6,54.96368135696381,Sarah Palin,30150,REP,42.4,45.03631864303619,15.200000000000003,9.927362713927621 +80888,162706,8998,2022,AK-1,House-G,2022_House-G_AK-1,Alaska Survey Research,155,FALSE,FALSE,Text-to-Web,NA,2022-09-26,2022-11-08,43,1282,Mary S. Peltola,30406,DEM,56.4,54.96368135696381,Sarah Palin,30150,REP,43.6,45.03631864303619,12.799999999999997,9.927362713927621 +81600,165201,8998,2022,AK-1,House-G,2022_House-G_AK-1,Dittman Research,79,FALSE,FALSE,Live Phone,NA,2022-11-02,2022-11-08,6,400,Mary S. Peltola,30406,DEM,56,54.96368135696381,Sarah Palin,30150,REP,44,45.03631864303619,12,9.927362713927621 +80968,162994,9032,2022,CA-21,House-G,2022_House-G_CA-21,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-02,2022-11-08,37,515,Jim Costa,28947,DEM,44.2,54.17877068294508,Michael Maher,30383,REP,43.8,45.82122931705492,0.4000000000000057,8.357541365890157 +80857,162621,9037,2022,CA-26,House-G,2022_House-G_CA-26,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2022-09-15,2022-11-08,54,400,Julia Brownley,28956,DEM,47.8,54.53038830742051,Matt Jacobs,30064,REP,43,45.46961169257949,4.799999999999997,9.060776614841018 +81056,163290,9038,2022,CA-27,House-G,2022_House-G_CA-27,Mellman Group,205,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-10-05,2022-11-08,34,400,Christy Smith,29414,DEM,47,46.760569113965275,Mike Garcia,28955,REP,41,53.239430886034725,6,-6.47886177206945 +81314,164301,9052,2022,CA-41,House-G,2022_House-G_CA-41,Tulchin Research,340,FALSE,FALSE,Live Phone,DEM,2022-09-30,2022-11-08,39,600,Will Rollins,29429,DEM,44,47.654645492270895,Ken Calvert,28970,REP,47,52.345354507729105,-3,-4.690709015458211 +81441,164669,9060,2022,CA-49,House-G,2022_House-G_CA-49,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2022-10-29,2022-11-08,10,568,Mike Levin,28976,DEM,49,52.63029804445816,Brian Maryott,30388,REP,43,47.36970195554184,6,5.260596088916316 +80922,162782,9067,2022,CO-3,House-G,2022_House-G_CO-3,Keating Research,161,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-09-30,2022-11-08,39,500,Adam Frisch,30127,DEM,45,49.916547448736296,Lauren Boebert,28983,REP,47,50.083452551263704,-2,-0.16690510252740864 +81055,163289,9067,2022,CO-3,House-G,2022_House-G_CO-3,Center Street PAC,715,FALSE,FALSE,Online Panel,DEM,2022-10-03,2022-11-08,36,144,Adam Frisch,30127,DEM,45,49.916547448736296,Lauren Boebert,28983,REP,40,50.083452551263704,5,-0.16690510252740864 +81344,164365,9073,2022,CT-2,House-G,2022_House-G_CT-2,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-25,2022-11-08,14,600,Joe Courtney,28988,DEM,51,58.22033392859023,Mike France,29473,REP,29,40.17317414597009,22,18.04715978262014 +81344,164367,9075,2022,CT-4,House-G,2022_House-G_CT-4,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-25,2022-11-08,14,600,Jim Himes,28990,DEM,53,59.4119042374748,Jayme Stevenson,30508,REP,37,39.532115687636605,16,19.879788549838196 +81093,163442,9076,2022,CT-5,House-G,2022_House-G_CT-5,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,REP,2022-10-05,2022-11-08,34,400,Jahana Hayes,28991,DEM,48,48.81027468542054,George Logan,29478,REP,46,48.62263079882683,2,0.18764388659370468 +81242,164201,9076,2022,CT-5,House-G,2022_House-G_CT-5,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-20,2022-11-08,19,500,Jahana Hayes,28991,DEM,48.7,48.81027468542054,George Logan,29478,REP,49.4,48.62263079882683,-0.6999999999999957,0.18764388659370468 +81344,164368,9076,2022,CT-5,House-G,2022_House-G_CT-5,"Fabrizio, Lee & Associates",90,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-25,2022-11-08,14,600,Jahana Hayes,28991,DEM,45,48.81027468542054,George Logan,29478,REP,45,48.62263079882683,0,0.18764388659370468 +81171,163767,9077,2022,DE-1,House-G,2022_House-G_DE-1,University of Delaware Center for Political Communication,433,FALSE,FALSE,Live Phone,NA,2022-09-22,2022-11-08,47,905,Lisa Blunt Rochester,28992,DEM,50,55.46605651185854,Lee Murphy,29479,REP,33,42.96399692850059,17,12.502059583357948 +80851,162608,9078,2022,FL-1,House-G,2022_House-G_FL-1,The Political Matrix/The Listener Group,677,FALSE,FALSE,Live Phone,DEM,2022-09-24,2022-11-08,45,618,Rebekah D. Jones,29492,DEM,38.7,32.13956591109155,Matt Gaetz,28706,REP,40.5,67.86043408890845,-1.7999999999999972,-35.7208681778169 +80752,161950,9079,2022,FL-2,House-G,2022_House-G_FL-2,David Binder Research,578,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-09-16,2022-11-08,53,600,Al Lawson,28996,DEM,43,40.19821559512789,Neal Dunn,28993,REP,49,59.8017844048721,-6,-19.60356880974421 +81358,164383,9081,2022,FL-4,House-G,2022_House-G_FL-4,University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,Live Phone,NA,2022-10-24,2022-11-08,15,413,"LaShonda ""L.J."" Holloway",30741,DEM,38,39.54790717358073,Aaron Bean,30409,REP,50,60.45026869461479,-12,-20.90236152103406 +81009,163115,9090,2022,FL-13,House-G,2022_House-G_FL-13,David Binder Research,578,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-05,2022-11-08,34,600,Eric Lynn,30414,DEM,47,45.05278937536964,Anna Paulina Luna,29510,REP,47,53.136912743817824,0,-8.084123368448182 +81352,164376,9090,2022,FL-13,House-G,2022_House-G_FL-13,St. Pete Polls,314,FALSE,FALSE,IVR/Text,NA,2022-10-26,2022-11-08,13,509,Eric Lynn,30414,DEM,45.3,45.05278937536964,Anna Paulina Luna,29510,REP,45.9,53.136912743817824,-0.6000000000000014,-8.084123368448182 +80735,161848,9092,2022,FL-15,House-G,2022_House-G_FL-15,Alvarado Strategies,710,FALSE,FALSE,Online Panel,NA,2022-09-19,2022-11-08,50,352,Alan M. Cohn,30417,DEM,34,41.456698944584645,Laurel Lee,30743,REP,41,58.543301055415355,-7,-17.08660211083071 +80964,162985,9104,2022,FL-27,House-G,2022_House-G_FL-27,SEA Polling & Strategic Design,302,FALSE,FALSE,Live Phone,DEM,2022-10-04,2022-11-08,35,400,Annette Taddeo,30282,DEM,47,42.70685051507315,María Elvira Salazar,29014,REP,46.3,57.29314948492684,0.7000000000000028,-14.586298969853694 +81082,163419,9104,2022,FL-27,House-G,2022_House-G_FL-27,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,REP,2022-10-10,2022-11-08,29,300,Annette Taddeo,30282,DEM,44,42.70685051507315,María Elvira Salazar,29014,REP,50,57.29314948492684,-6,-14.586298969853694 +81083,163420,9106,2022,GA-2,House-G,2022_House-G_GA-2,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-15,2022-11-08,24,515,Sanford Bishop,29016,DEM,50.2,54.97431010193089,Chris West,30431,REP,46.3,45.02568989806912,3.9000000000000057,9.948620203861772 +81156,163723,9106,2022,GA-2,House-G,2022_House-G_GA-2,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-17,2022-11-08,22,550,Sanford Bishop,29016,DEM,47,54.97431010193089,Chris West,30431,REP,43.7,45.02568989806912,3.299999999999997,9.948620203861772 +81063,163300,9132,2022,IL-10,House-G,2022_House-G_IL-10,Victory Research,437,FALSE,FALSE,Live Phone,REP,2022-10-03,2022-11-08,36,600,Brad Schneider,29042,DEM,47.8,63.00084653025829,Joseph Severino,29593,REP,40.8,36.9991534697417,7,26.001693060516594 +80767,161999,9139,2022,IL-17,House-G,2022_House-G_IL-17,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2022-09-21,2022-11-08,48,642,Eric Sorensen,29600,DEM,47,51.98371675038499,Esther Joy King,29601,REP,38,48.01370950099304,9,3.970007249391955 +80769,162031,9152,2022,IA-3,House-G,2022_House-G_IA-3,Impact Research,14,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-09-09,2022-11-08,60,500,Cindy Axne,28652,DEM,47,49.56917208350889,Zach Nunn,28651,REP,47,50.25907568998401,0,-0.6899036064751201 +80887,162695,9152,2022,IA-3,House-G,2022_House-G_IA-3,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2022-09-23,2022-11-08,46,400,Cindy Axne,28652,DEM,44,49.56917208350889,Zach Nunn,28651,REP,46,50.25907568998401,-2,-0.6899036064751201 +81431,164582,9152,2022,IA-3,House-G,2022_House-G_IA-3,Moore Information Group,217,FALSE,FALSE,Live Phone,REP,2022-10-24,2022-11-08,15,400,Cindy Axne,28652,DEM,44,49.56917208350889,Zach Nunn,28651,REP,46,50.25907568998401,-2,-0.6899036064751201 +81129,163617,9155,2022,KS-2,House-G,2022_House-G_KS-2,Jayhawk Consulting Services,157,FALSE,FALSE,Live Phone,DEM,2022-10-11,2022-11-08,28,500,Patrick Schmidt,29624,DEM,42,42.36066472972857,Jake LaTurner,29058,REP,45,57.63933527027143,-3,-15.278670540542862 +81319,164308,9156,2022,KS-3,House-G,2022_House-G_KS-3,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-21,2022-11-08,18,431,Sharice Davids,29066,DEM,55,54.93869775037007,Amanda L. Adkins,29625,REP,41,42.76188706047913,14,12.176810689890935 +80828,162588,9176,2022,ME-1,House-G,2022_House-G_ME-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-09-17,2022-11-08,52,694,Chellie M. Pingree,29095,DEM,57,62.93473778266547,Edwin Thelander,29639,REP,32,37.01944005315371,25,25.915297729511764 +81159,163732,9176,2022,ME-1,House-G,2022_House-G_ME-1,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2022-10-11,2022-11-08,28,400,Chellie M. Pingree,29095,DEM,62.7,62.93473778266547,Edwin Thelander,29639,REP,27.6,37.01944005315371,35.1,25.915297729511764 +81570,165103,9176,2022,ME-1,House-G,2022_House-G_ME-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-11-04,2022-11-08,4,477,Chellie M. Pingree,29095,DEM,58,62.93473778266547,Edwin Thelander,29639,REP,39,37.01944005315371,19,25.915297729511764 +80828,162589,9177,2022,ME-2,House-G,2022_House-G_ME-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-09-17,2022-11-08,52,333,Jared Forrest Golden,29096,DEM,44,53.05097051510226,Bruce Poliquin,29640,REP,33,46.94902948489774,11,6.1019410302045145 +81159,163733,9177,2022,ME-2,House-G,2022_House-G_ME-2,Pan Atlantic Research,249,FALSE,FALSE,Online Panel,NA,2022-10-11,2022-11-08,28,400,Jared Forrest Golden,29096,DEM,46.7,53.05097051510226,Bruce Poliquin,29640,REP,39.3,46.94902948489774,7.400000000000006,6.1019410302045145 +81517,164956,9177,2022,ME-2,House-G,2022_House-G_ME-2,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2022-10-30,2022-11-08,9,544,Jared Forrest Golden,29096,DEM,43,53.05097051510226,Bruce Poliquin,29640,REP,40,46.94902948489774,3,6.1019410302045145 +81570,165104,9177,2022,ME-2,House-G,2022_House-G_ME-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-11-04,2022-11-08,4,433,Jared Forrest Golden,29096,DEM,46,53.05097051510226,Bruce Poliquin,29640,REP,45,46.94902948489774,1,6.1019410302045145 +81539,165037,9178,2022,MD-1,House-G,2022_House-G_MD-1,Washington College,735,FALSE,FALSE,Text,NA,2022-10-30,2022-11-08,9,597,Heather R. Mizeur,29646,DEM,38.8,43.12512356915441,Andy Harris,29088,REP,45.1,54.42940025497855,-6.300000000000004,-11.304276685824142 +81198,163859,9179,2022,MD-2,House-G,2022_House-G_MD-2,KAConsulting,757,FALSE,FALSE,Live Phone,REP,2022-10-18,2022-11-08,21,300,C.A. Dutch Ruppersberger,29089,DEM,43,59.23169196152499,Nicolee Ambrose,30625,REP,34,40.63382432925785,9,18.59786763226714 +81198,163858,9183,2022,MD-6,House-G,2022_House-G_MD-6,KAConsulting,757,FALSE,FALSE,Live Phone,REP,2022-10-18,2022-11-08,21,300,David J. Trone,29092,DEM,42,54.71766550441111,Neil C. Parrott,29652,REP,37,45.15284830614903,5,9.564817198262077 +80682,161494,9201,2022,MI-7,House-G,2022_House-G_MI-7,Target Insyght,330,FALSE,FALSE,Live Phone,NA,2022-09-13,2022-11-08,56,500,Elissa Slotkin,29105,DEM,56,51.73191882116831,Tom Barrett,29674,REP,38,46.316150981465384,18,5.415767839702923 +81610,165223,9201,2022,MI-7,House-G,2022_House-G_MI-7,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text-to-Web,NA,2022-10-11,2022-11-08,28,283,Elissa Slotkin,29105,DEM,53,51.73191882116831,Tom Barrett,29674,REP,42,46.316150981465384,11,5.415767839702923 +81202,163869,9201,2022,MI-7,House-G,2022_House-G_MI-7,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2022-10-19,2022-11-08,20,400,Elissa Slotkin,29105,DEM,47,51.73191882116831,Tom Barrett,29674,REP,41.3,46.316150981465384,5.700000000000003,5.415767839702923 +81500,164906,9201,2022,MI-7,House-G,2022_House-G_MI-7,Mitchell Research & Communications,213,FALSE,FALSE,IVR/Text-to-Web,NA,2022-11-02,2022-11-08,6,402,Elissa Slotkin,29105,DEM,47.5,51.73191882116831,Tom Barrett,29674,REP,48.4,46.316150981465384,-0.8999999999999986,5.415767839702923 +80935,162870,9202,2022,MI-8,House-G,2022_House-G_MI-8,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,REP,2022-09-29,2022-11-08,40,335,Daniel T. Kildee,29102,DEM,44,52.397407191927734,Paul Junge,29675,REP,45,42.26829569295323,-1,10.129111498974503 +80988,163066,9204,2022,MI-10,House-G,2022_House-G_MI-10,Glengariff Group,117,FALSE,FALSE,Live Phone,NA,2022-10-05,2022-11-08,34,400,Carl J. Marlinga,28803,DEM,36.1,48.30905139515138,John James,28802,REP,44,48.79949239356664,-7.899999999999999,-0.49044099841525934 +81329,164334,9204,2022,MI-10,House-G,2022_House-G_MI-10,Target Insyght,330,FALSE,FALSE,Live Phone,DEM,2022-10-17,2022-11-08,22,400,Carl J. Marlinga,28803,DEM,44,48.30905139515138,John James,28802,REP,42,48.79949239356664,2,-0.49044099841525934 +81227,163947,9209,2022,MN-1,House-G,2022_House-G_MN-1,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2022-10-22,2022-11-08,17,563,Jeff Ettinger,30274,DEM,37,42.30594138534533,Brad Finstad,30275,REP,46,53.82654351586764,-9,-11.520602130522313 +81094,163443,9210,2022,MN-2,House-G,2022_House-G_MN-2,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,NA,2022-10-15,2022-11-08,24,586,Angie Craig,29111,DEM,46,50.87472962343919,Tyler Kistner,29686,REP,45,45.64939533969128,1,5.225334283747905 +80812,162457,9229,2022,MT-1,House-G,2022_House-G_MT-1,Impact Research,14,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-09-16,2022-11-08,53,400,Monica Tranel,30325,DEM,43,46.48532021293757,Ryan K. Zinke,29721,REP,45,49.64591063074689,-2,-3.160590417809317 +81068,163336,9229,2022,MT-1,House-G,2022_House-G_MT-1,Victoria Research & Consulting,369,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-09-29,2022-11-08,40,840,Monica Tranel,30325,DEM,40,46.48532021293757,Ryan K. Zinke,29721,REP,41,49.64591063074689,-1,-3.160590417809317 +81287,164170,9229,2022,MT-1,House-G,2022_House-G_MT-1,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2022-10-09,2022-11-08,30,143,Monica Tranel,30325,DEM,32,46.48532021293757,Ryan K. Zinke,29721,REP,34,49.64591063074689,-2,-3.160590417809317 +81320,164309,9233,2022,NV-1,House-G,2022_House-G_NV-1,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-20,2022-11-08,19,399,Dina Titus,29158,DEM,47,51.5714355758216,Mark Robertson,29739,REP,47,45.96187190493383,0,5.609563670887773 +81430,164578,9233,2022,NV-1,House-G,2022_House-G_NV-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-28,2022-11-08,11,480,Dina Titus,29158,DEM,41.9,51.5714355758216,Mark Robertson,29739,REP,53.5,45.96187190493383,-11.600000000000001,5.609563670887773 +81430,164579,9234,2022,NV-2,House-G,2022_House-G_NV-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-28,2022-11-08,11,530,Elizabeth Mercedes Krause,30401,DEM,33.4,37.80088760636139,Mark E. Amodei,29159,REP,59.1,59.73210777525138,-25.700000000000003,-21.931220168889986 +81430,164580,9235,2022,NV-3,House-G,2022_House-G_NV-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-28,2022-11-08,11,510,Susie Lee,29160,DEM,47.4,51.98339209022521,April Becker,30402,REP,51.6,48.01660790977479,-4.200000000000003,3.966784180450418 +81430,164581,9236,2022,NV-4,House-G,2022_House-G_NV-4,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-28,2022-11-08,11,480,Steven A. Horsford,29161,DEM,50.8,52.41519729242607,Sam Peters,29745,REP,47.5,47.58480270757393,3.299999999999997,4.830394584852144 +80666,161462,9237,2022,NH-1,House-G,2022_House-G_NH-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-14,2022-11-08,55,415,Chris Pappas,29144,DEM,47.1,54.00371658461359,Karoline Leavitt,30772,REP,42.4,45.885947309670215,4.700000000000003,8.117769274943377 +80723,161945,9237,2022,NH-1,House-G,2022_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-09-17,2022-11-08,52,423,Chris Pappas,29144,DEM,50,54.00371658461359,Karoline Leavitt,30772,REP,43,45.885947309670215,7,8.117769274943377 +80930,162810,9237,2022,NH-1,House-G,2022_House-G_NH-1,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2022-09-27,2022-11-08,42,450,Chris Pappas,29144,DEM,49,54.00371658461359,Karoline Leavitt,30772,REP,41,45.885947309670215,8,8.117769274943377 +81022,163225,9237,2022,NH-1,House-G,2022_House-G_NH-1,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-04,2022-11-08,35,250,Chris Pappas,29144,DEM,48,54.00371658461359,Karoline Leavitt,30772,REP,47,45.885947309670215,1,8.117769274943377 +81324,164325,9237,2022,NH-1,House-G,2022_House-G_NH-1,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-25,2022-11-08,14,525,Chris Pappas,29144,DEM,48,54.00371658461359,Karoline Leavitt,30772,REP,44,45.885947309670215,4,8.117769274943377 +81413,164528,9237,2022,NH-1,House-G,2022_House-G_NH-1,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2022-10-28,2022-11-08,11,791,Chris Pappas,29144,DEM,45,54.00371658461359,Karoline Leavitt,30772,REP,51,45.885947309670215,-6,8.117769274943377 +81569,165101,9237,2022,NH-1,House-G,2022_House-G_NH-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-11-04,2022-11-08,4,1043,Chris Pappas,29144,DEM,50,54.00371658461359,Karoline Leavitt,30772,REP,49,45.885947309670215,1,8.117769274943377 +80666,161461,9238,2022,NH-2,House-G,2022_House-G_NH-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-09-14,2022-11-08,55,385,Ann McLane Kuster,29145,DEM,53.7,55.80134207240949,Robert Burns,30285,REP,36,44.07869069912609,17.700000000000003,11.722651373283398 +80723,161946,9238,2022,NH-2,House-G,2022_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-09-17,2022-11-08,52,445,Ann McLane Kuster,29145,DEM,48,55.80134207240949,Robert Burns,30285,REP,45,44.07869069912609,3,11.722651373283398 +80930,162811,9238,2022,NH-2,House-G,2022_House-G_NH-2,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2022-09-27,2022-11-08,42,451,Ann McLane Kuster,29145,DEM,49,55.80134207240949,Robert Burns,30285,REP,35,44.07869069912609,14,11.722651373283398 +81022,163226,9238,2022,NH-2,House-G,2022_House-G_NH-2,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-10-04,2022-11-08,35,250,Ann McLane Kuster,29145,DEM,53,55.80134207240949,Robert Burns,30285,REP,43,44.07869069912609,10,11.722651373283398 +81324,164326,9238,2022,NH-2,House-G,2022_House-G_NH-2,co/efficient,514,FALSE,FALSE,IVR/Text,NA,2022-10-25,2022-11-08,14,573,Ann McLane Kuster,29145,DEM,43,55.80134207240949,Robert Burns,30285,REP,44,44.07869069912609,-1,11.722651373283398 +81413,164529,9238,2022,NH-2,House-G,2022_House-G_NH-2,Saint Anselm College Survey Center,494,FALSE,FALSE,Text-to-Web,NA,2022-10-28,2022-11-08,11,750,Ann McLane Kuster,29145,DEM,50,55.80134207240949,Robert Burns,30285,REP,42,44.07869069912609,8,11.722651373283398 +81569,165102,9238,2022,NH-2,House-G,2022_House-G_NH-2,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-11-04,2022-11-08,4,1027,Ann McLane Kuster,29145,DEM,53,55.80134207240949,Robert Burns,30285,REP,45,44.07869069912609,8,11.722651373283398 +80904,162744,9245,2022,NJ-7,House-G,2022_House-G_NJ-7,GQR,126,TRUE,FALSE,Online Panel,DEM,2022-09-23,2022-11-08,46,500,Tom Malinowski,28818,DEM,48,48.59864621258784,Thomas H. Kean Jr.,28819,REP,48,51.40135378741216,0,-2.802707574824325 +81348,164391,9251,2022,NM-1,House-G,2022_House-G_NM-1,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2022-10-24,2022-11-08,15,410,Melanie Ann Stansbury,29155,DEM,48,55.74569513772353,Michelle Garcia Holmes,29767,REP,42,44.23364009819326,6,11.512055039530267 +81389,164459,9251,2022,NM-1,House-G,2022_House-G_NM-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-27,2022-11-08,12,372,Melanie Ann Stansbury,29155,DEM,54.1,55.74569513772353,Michelle Garcia Holmes,29767,REP,42.67,44.23364009819326,11.43,11.512055039530267 +80926,162803,9252,2022,NM-2,House-G,2022_House-G_NM-2,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2022-09-23,2022-11-08,46,500,Gabriel Vasquez,29768,DEM,45,50.33709964551338,Yvette Herrell,29156,REP,43,49.636430636363166,2,0.7006690091502179 +81321,164310,9252,2022,NM-2,House-G,2022_House-G_NM-2,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-22,2022-11-08,17,398,Gabriel Vasquez,29768,DEM,48,50.33709964551338,Yvette Herrell,29156,REP,47,49.636430636363166,1,0.7006690091502179 +81348,164392,9252,2022,NM-2,House-G,2022_House-G_NM-2,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2022-10-24,2022-11-08,15,410,Gabriel Vasquez,29768,DEM,47,50.33709964551338,Yvette Herrell,29156,REP,45,49.636430636363166,2,0.7006690091502179 +81389,164457,9252,2022,NM-2,House-G,2022_House-G_NM-2,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-27,2022-11-08,12,302,Gabriel Vasquez,29768,DEM,43.54,50.33709964551338,Yvette Herrell,29156,REP,54.12,49.636430636363166,-10.579999999999998,0.7006690091502179 +81348,164393,9253,2022,NM-3,House-G,2022_House-G_NM-3,Research & Polling Inc.,280,FALSE,FALSE,Live Phone,NA,2022-10-24,2022-11-08,15,434,Teresa Leger Fernandez,29157,DEM,53,58.15748195266529,Alexis Martinez Johnson,29769,REP,35,41.842518047334714,18,16.31496390533058 +81389,164460,9253,2022,NM-3,House-G,2022_House-G_NM-3,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-27,2022-11-08,12,326,Teresa Leger Fernandez,29157,DEM,58.37,58.15748195266529,Alexis Martinez Johnson,29769,REP,40.25,41.842518047334714,18.119999999999997,16.31496390533058 +80948,162945,9264,2022,NY-11,House-G,2022_House-G_NY-11,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-29,2022-11-08,40,451,Max N. Rose,29797,DEM,43,38.17192010590168,Nicole Malliotakis,29169,REP,49,57.41072520321745,-6,-19.238805097315776 +81072,163347,9270,2022,NY-17,House-G,2022_House-G_NY-17,McLaughlin & Associates,203,FALSE,FALSE,Live Phone/Text-to-Web,REP,2022-10-11,2022-11-08,28,400,Sean Patrick Maloney,30304,DEM,46,46.75647269032688,Michael V. Lawler,30424,REP,52,44.052131871211856,-6,2.704340819115025 +80806,162442,9272,2022,NY-19,House-G,2022_House-G_NY-19,American Pulse Research & Polling,497,FALSE,FALSE,IVR,REP,2022-09-21,2022-11-08,48,652,Josh Riley,30307,DEM,41.6,43.25042243531351,Marcus Molinaro,29802,REP,51.2,45.18493279280156,-9.600000000000001,-1.9345103574880511 +80949,162946,9272,2022,NY-19,House-G,2022_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-27,2022-11-08,42,470,Josh Riley,30307,DEM,46,43.25042243531351,Marcus Molinaro,29802,REP,41,45.18493279280156,5,-1.9345103574880511 +81514,164947,9272,2022,NY-19,House-G,2022_House-G_NY-19,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-29,2022-11-08,10,455,Josh Riley,30307,DEM,48,43.25042243531351,Marcus Molinaro,29802,REP,43,45.18493279280156,5,-1.9345103574880511 +80973,163006,9275,2022,NY-22,House-G,2022_House-G_NY-22,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2022-09-17,2022-11-08,52,400,Francis Conole,29807,DEM,43,49.48214498451275,Brandon M. Williams,30310,REP,42,43.38255003573981,1,6.099594948772939 +80917,162771,9275,2022,NY-22,House-G,2022_House-G_NY-22,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-09-27,2022-11-08,42,453,Francis Conole,29807,DEM,40,49.48214498451275,Brandon M. Williams,30310,REP,45,43.38255003573981,-5,6.099594948772939 +81339,164356,9275,2022,NY-22,House-G,2022_House-G_NY-22,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2022-10-26,2022-11-08,13,400,Francis Conole,29807,DEM,45,49.48214498451275,Brandon M. Williams,30310,REP,43,43.38255003573981,2,6.099594948772939 +81514,164946,9275,2022,NY-22,House-G,2022_House-G_NY-22,Siena College,305,TRUE,FALSE,Live Phone,NA,2022-10-29,2022-11-08,10,432,Francis Conole,29807,DEM,46,49.48214498451275,Brandon M. Williams,30310,REP,42,43.38255003573981,4,6.099594948772939 +81119,163542,9278,2022,NY-25,House-G,2022_House-G_NY-25,Tarrance Group,333,FALSE,FALSE,Live Phone,REP,2022-10-12,2022-11-08,27,465,Joseph D. Morelle,29180,DEM,43,49.54063128665741,La'Ron D. Singletary,29810,REP,39,38.25475306718046,4,11.285878219476949 +81108,163489,9281,2022,NC-1,House-G,2022_House-G_NC-1,GQR,126,TRUE,FALSE,Online Panel,DEM,2022-10-12,2022-11-08,27,402,Don Davis,30157,DEM,54,52.36949909999379,Sandy Smith,30158,REP,39,47.63050090000621,15,4.738998199987577 +81278,164153,9293,2022,NC-13,House-G,2022_House-G_NC-13,SurveyUSA,325,FALSE,FALSE,IVR/Online Panel,REP,2022-10-23,2022-11-08,16,584,Wiley Nickel,29832,DEM,44,51.5925955304926,Bo Hines,30160,REP,43,48.407404469507405,1,3.185191060985197 +80902,162742,9294,2022,ND-1,House-G,2022_House-G_ND-1,1892 Polling,461,FALSE,FALSE,Live Phone,REP,2022-09-11,2022-11-08,58,518,Kelly Armstrong,29139,REP,48,62.19937464897354,Cara Mund,30779,IND,31,37.57303446136822,17,24.626340187605315 +80901,162741,9294,2022,ND-1,House-G,2022_House-G_ND-1,Axis Research,467,FALSE,FALSE,Live Phone,REP,2022-09-18,2022-11-08,51,402,Kelly Armstrong,29139,REP,52,62.19937464897354,Cara Mund,30779,IND,30,37.57303446136822,22,24.626340187605315 +80890,162709,9294,2022,ND-1,House-G,2022_House-G_ND-1,DFM Research,69,FALSE,FALSE,Live Phone,DEM,2022-09-20,2022-11-08,49,400,Kelly Armstrong,29139,REP,44,62.19937464897354,Cara Mund,30779,IND,40,37.57303446136822,4,24.626340187605315 +80805,162441,9295,2022,OH-1,House-G,2022_House-G_OH-1,Impact Research,14,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-09-19,2022-11-08,50,506,Greg Landsman,29843,DEM,49,52.758757934928525,Steve Chabot,29183,REP,46,47.241242065071475,3,5.51751586985705 +81126,163580,9295,2022,OH-1,House-G,2022_House-G_OH-1,Impact Research,14,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-10-15,2022-11-08,24,504,Greg Landsman,29843,DEM,49,52.758757934928525,Steve Chabot,29183,REP,46,47.241242065071475,3,5.51751586985705 +81556,165066,9307,2022,OH-13,House-G,2022_House-G_OH-13,RRH Elections,274,FALSE,FALSE,IVR/Text,NA,2022-11-01,2022-11-08,7,525,Emilia Sykes,29858,DEM,46,52.67625145477112,Madison Gesiotto Gilbert,29857,REP,44,47.32374854522888,2,5.352502909542238 +81555,165065,9319,2022,OR-4,House-G,2022_House-G_OR-4,RRH Elections,274,FALSE,FALSE,IVR/Text,NA,2022-11-01,2022-11-08,7,529,Val Hoyle,29881,DEM,45,50.54073263594995,Alek Skarlatos,29880,REP,45,43.07428696136866,0,7.466445674581294 +81125,163579,9327,2022,PA-7,House-G,2022_House-G_PA-7,Muhlenberg College,219,TRUE,FALSE,Live Phone,NA,2022-10-13,2022-11-08,26,404,Susan Wild,29211,DEM,47,50.98302070456834,Lisa Scheller,29902,REP,46,49.01697929543165,1,1.966041409136686 +80685,161497,9328,2022,PA-8,House-G,2022_House-G_PA-8,GQR,126,TRUE,FALSE,Online Panel,DEM,2022-09-14,2022-11-08,55,400,Matt Cartwright,29213,DEM,52,51.22452820981156,Jim Bognet,30155,REP,44,48.77547179018843,8,2.449056419623126 +81369,164426,9328,2022,PA-8,House-G,2022_House-G_PA-8,Patriot Polling,732,FALSE,FALSE,IVR/Text,NA,2022-10-08,2022-11-08,31,289,Matt Cartwright,29213,DEM,40.1,51.22452820981156,Jim Bognet,30155,REP,42.6,48.77547179018843,-2.5,2.449056419623126 +81322,164311,9328,2022,PA-8,House-G,2022_House-G_PA-8,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-19,2022-11-08,20,415,Matt Cartwright,29213,DEM,50,51.22452820981156,Jim Bognet,30155,REP,44,48.77547179018843,6,2.449056419623126 +81424,164568,9332,2022,PA-12,House-G,2022_House-G_PA-12,DCCC Targeting and Analytics Department,68,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-10-30,2022-11-08,9,785,Summer Lee,29907,DEM,54,56.196823078327554,Mike Doyle,29908,REP,40,43.803176921672446,14,12.393646156655109 +80897,162719,9337,2022,PA-17,House-G,2022_House-G_PA-17,brilliant corners Research & Strategies,564,FALSE,FALSE,Live Phone,DEM,2022-09-19,2022-11-08,50,400,Chris Deluzio,29910,DEM,49,53.392181519353166,Jeremy Shaffer,29911,REP,43,46.607818480646834,6,6.784363038706331 +80963,162983,9340,2022,RI-2,House-G,2022_House-G_RI-2,Fleming & Associates,96,FALSE,FALSE,Live Phone,NA,2022-10-01,2022-11-08,38,254,Seth M. Magaziner,29915,DEM,40,50.441346866312934,Allan W. Fung,30472,REP,46,46.730054851334486,-6,3.711292014978447 +80995,163077,9340,2022,RI-2,House-G,2022_House-G_RI-2,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-03,2022-11-08,36,422,Seth M. Magaziner,29915,DEM,36.73,50.441346866312934,Allan W. Fung,30472,REP,45.26,46.730054851334486,-8.530000000000001,3.711292014978447 +81028,163224,9340,2022,RI-2,House-G,2022_House-G_RI-2,Mellman Group,205,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-10-03,2022-11-08,36,400,Seth M. Magaziner,29915,DEM,40,50.441346866312934,Allan W. Fung,30472,REP,43,46.730054851334486,-3,3.711292014978447 +81274,164137,9340,2022,RI-2,House-G,2022_House-G_RI-2,DCCC Targeting and Analytics Department,68,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-10-23,2022-11-08,16,812,Seth M. Magaziner,29915,DEM,48,50.441346866312934,Allan W. Fung,30472,REP,48,46.730054851334486,0,3.711292014978447 +81275,164285,9348,2022,SD-1,House-G,2022_House-G_SD-1,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web/Email,NA,2022-10-20,2022-11-08,19,1500,Dusty Johnson,29229,REP,59,77.42198199737068,Collin Duprel,30582,LIB,16,22.578018002629324,43,54.84396399474136 +81223,163940,9372,2022,TX-15,House-G,2022_House-G_TX-15,Bendixen & Amandi International,29,FALSE,FALSE,Live Phone,DEM,2022-10-12,2022-11-08,27,400,Michelle Vallejo,30331,DEM,45,44.833398073593216,Monica De La Cruz,28859,REP,45,53.313933201219314,0,-8.480535127626098 +80931,162942,9398,2022,VT-1,House-G,2022_House-G_VT-1,University of New Hampshire Survey Center,357,TRUE,FALSE,Probability Panel,NA,2022-10-01,2022-11-08,38,765,Becca Balint,30080,DEM,57,62.58075496585421,Liam Madden,30705,REP,19,27.79779169296448,38,34.78296327288973 +81417,164544,9398,2022,VT-1,House-G,2022_House-G_VT-1,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-23,2022-11-08,16,1039,Becca Balint,30080,DEM,54,62.58075496585421,Liam Madden,30705,REP,29,27.79779169296448,25,34.78296327288973 +81179,163814,9400,2022,VA-2,House-G,2022_House-G_VA-2,Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,Live Phone,NA,2022-10-15,2022-11-08,24,820,Elaine G. Luria,29245,DEM,45,48.222534983636145,Jen A. Kiggans,30008,REP,45,51.626284529084565,0,-3.40374954544842 +81554,165064,9405,2022,VA-7,House-G,2022_House-G_VA-7,RRH Elections,274,FALSE,FALSE,IVR/Text,NA,2022-11-01,2022-11-08,7,525,Abigail A. Spanberger,29250,DEM,47,52.2076550493463,Yesli I. Vega,30433,REP,47,47.556720929385634,0,4.650934119960667 +81114,163533,9408,2022,VA-10,House-G,2022_House-G_VA-10,OnMessage Inc.,239,FALSE,FALSE,Live Phone,REP,2022-10-12,2022-11-08,27,400,Jennifer T. Wexton,29253,DEM,43,53.15132789680731,Hung Cao,30351,REP,41,46.65383511455537,2,6.497492782251939 +80727,161833,9412,2022,WA-3,House-G,2022_House-G_WA-3,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2022-09-19,2022-11-08,50,834,Marie Gluesenkamp Perez,30358,DEM,44,50.1358835873267,Joe Kent,30696,REP,48,49.31370188172968,-4,0.8221817055970249 +81549,165055,9431,2022,WY-1,House-G,2022_House-G_WY-1,University of Wyoming Survey & Analysis Center,667,FALSE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,436,Lynnette GreyBull,30425,DEM,22.7,24.367979701086114,Harriet Hageman,30378,REP,62.1,68.18186506585802,-39.400000000000006,-43.813885364771906 +74439,139993,9433,2021,LA-2,House-P,2021_House-P_LA-2,Silas Lee,668,FALSE,FALSE,Live Phone,DEM,2021-02-13,2021-03-20,35,650,Troy A. Carter,18939,DEM,28,36.3784406822676,Claston Bernard,18943,REP,2,9.76767794262269,26,26.610762739644912 +74529,140278,9439,2021,TX-6,House-P,2021_House-P_TX-6,Victoria Research & Consulting,369,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2021-03-11,2021-05-01,51,450,Jana Lynne Sanchez,19155,DEM,17,13.403677791795696,Susan Wright,19156,REP,21,19.213467395598375,-4,-5.809789603802679 +74547,140311,9439,2021,TX-6,House-P,2021_House-P_TX-6,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2021-03-13,2021-05-01,49,500,Jana Lynne Sanchez,19155,DEM,9,13.403677791795696,Susan Wright,19156,REP,18,19.213467395598375,-9,-5.809789603802679 +74698,140746,9439,2021,TX-6,House-P,2021_House-P_TX-6,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2021-04-09,2021-05-01,22,344,Jana Lynne Sanchez,19155,DEM,16,13.403677791795696,Susan Wright,19156,REP,22,19.213467395598375,-6,-5.809789603802679 +74672,140665,9439,2021,TX-6,House-P,2021_House-P_TX-6,Meeting Street Insights,204,FALSE,FALSE,Live Phone,NA,2021-04-12,2021-05-01,19,400,Jana Lynne Sanchez,19155,DEM,16,13.403677791795696,Susan Wright,19156,REP,15,19.213467395598375,1,-5.809789603802679 +74843,142514,9440,2021,NM-1,House-G,2021_House-GS_NM-1,RRH Elections,274,FALSE,FALSE,IVR/Online Panel,NA,2021-05-20,2021-06-01,12,555,Melanie Ann Stansbury,20704,DEM,49,60.36306450027597,Mark David Moores,20705,REP,33,35.61918299146398,16,24.743881508811988 +74900,142710,9442,2021,TX-6,House-G,2021_House-SR_TX-6,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2021-06-02,2021-07-27,55,400,Jake Ellzey,19157,REP,34,53.29367308379717,Susan Wright,19156,REP,49,46.706326916202826,-15,6.58734616759434 +75304,143595,9442,2021,TX-6,House-G,2021_House-SR_TX-6,American Viewpoint,10,FALSE,FALSE,Live Phone,REP,2021-07-20,2021-07-27,7,400,Jake Ellzey,19157,REP,34,53.29367308379717,Susan Wright,19156,REP,44,46.706326916202826,-10,6.58734616759434 +80886,162694,9445,2022,FL-28,House-G,2022_House-G_FL-28,Impact Research,14,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-09-10,2022-11-08,59,400,Robert Asencio,30747,DEM,40,36.30831162680559,Carlos A. Gimenez,29013,REP,50,63.678427658062986,-10,-27.370116031257396 +81287,164171,9446,2022,MT-2,House-G,2022_House-G_MT-2,Montana State University Billings Mountain States Poll,216,FALSE,FALSE,Live Phone,NA,2022-10-09,2022-11-08,30,183,Penny Ronning,30137,DEM,14,20.16024333246782,Matt Rosendale,29128,REP,40,56.55764308765162,-26,-36.3973997551838 +80958,162969,9447,2022,OR-6,House-G,2022_House-G_OR-6,Cygnal,67,FALSE,FALSE,IVR/Online Panel/Text-to-Web,REP,2022-09-29,2022-11-08,40,400,Andrea Salinas,30176,DEM,39,49.98895973530541,Mike Erickson,30177,REP,44,47.539719475366624,-5,2.449240259938783 +80989,163067,9447,2022,OR-6,House-G,2022_House-G_OR-6,GBAO,109,FALSE,FALSE,Live Phone/Text,DEM,2022-10-04,2022-11-08,35,500,Andrea Salinas,30176,DEM,45,49.98895973530541,Mike Erickson,30177,REP,44,47.539719475366624,1,2.449240259938783 +81149,163695,9448,2022,CO-8,House-G,2022_House-G_CO-8,Global Strategy Group,118,FALSE,FALSE,Live Phone,DEM,2022-10-13,2022-11-08,26,600,Yadira Caraveo,29456,DEM,44,48.3824163924163,Barbara Kirkmeyer,30512,REP,46,47.692066902987285,-2,0.6903494894290176 +76898,146566,9477,2021,OH-15,House-G,2021_House-GS_OH-15,Emerson College,88,TRUE,FALSE,IVR/Text-to-Web,NA,2021-10-15,2021-11-02,18,445,Allison Russo,28683,DEM,38.9,41.69807945017861,Mike Carey,28684,REP,50,58.30192054982139,-11.100000000000001,-16.60384109964278 +81016,163134,9480,2022,CA,Sen-G,2022_Sen-GS_CA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-10-09,2022-11-08,30,1013,Alex Padilla,30797,DEM,56,60.89357447894488,Mark P. Meuser,30798,REP,34,39.10642552105512,22,21.787148957889755 +81582,165129,9480,2022,CA,Sen-G,2022_Sen-GS_CA,Research Co.,449,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,450,Alex Padilla,30797,DEM,53,60.89357447894488,Mark P. Meuser,30798,REP,37,39.10642552105512,16,21.787148957889755 +79597,159142,9481,2022,MN-1,House-G,2022_House-GS_MN-1,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-07-28,2022-08-09,12,544,Jeff Ettinger,30459,DEM,38,47.00282928824653,Brad Finstad,30460,REP,46,50.95104990455413,-8,-3.9482206163076015 +80980,163051,9482,2022,OK,Sen-G,2022_Sen-GS_OK,Bruno Political Consulting,724,FALSE,FALSE,Online Panel/Text-to-Web/Face-to-Face,LIB,2022-09-17,2022-11-08,52,2989,Kendra Horn,29866,DEM,37.09,35.23647935081066,Markwayne Mullin,29865,REP,49.17,61.76920783567916,-12.079999999999998,-26.5327284848685 +80808,163000,9482,2022,OK,Sen-G,2022_Sen-GS_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-09-20,2022-11-08,49,500,Kendra Horn,29866,DEM,39,35.23647935081066,Markwayne Mullin,29865,REP,50,61.76920783567916,-11,-26.5327284848685 +80976,163119,9482,2022,OK,Sen-G,2022_Sen-GS_OK,SoonerPoll.com,308,TRUE,FALSE,IVR/Online Panel,NA,2022-10-05,2022-11-08,34,301,Kendra Horn,29866,DEM,42,35.23647935081066,Markwayne Mullin,29865,REP,50.7,61.76920783567916,-8.700000000000003,-26.5327284848685 +81086,163427,9482,2022,OK,Sen-G,2022_Sen-GS_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-10-11,2022-11-08,28,638,Kendra Horn,29866,DEM,39,35.23647935081066,Markwayne Mullin,29865,REP,50,61.76920783567916,-11,-26.5327284848685 +81091,163440,9482,2022,OK,Sen-G,2022_Sen-GS_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-14,2022-11-08,25,500,Kendra Horn,29866,DEM,39,35.23647935081066,Markwayne Mullin,29865,REP,52,61.76920783567916,-13,-26.5327284848685 +81467,164820,9482,2022,OK,Sen-G,2022_Sen-GS_OK,Amber Integrated,556,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-27,2022-11-08,12,501,Kendra Horn,29866,DEM,41,35.23647935081066,Markwayne Mullin,29865,REP,52,61.76920783567916,-11,-26.5327284848685 +81375,164436,9482,2022,OK,Sen-G,2022_Sen-GS_OK,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-10-27,2022-11-08,12,1000,Kendra Horn,29866,DEM,36.3,35.23647935081066,Markwayne Mullin,29865,REP,58.9,61.76920783567916,-22.6,-26.5327284848685 +81380,164469,9482,2022,OK,Sen-G,2022_Sen-GS_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-10-26,2022-11-08,13,749,Kendra Horn,29866,DEM,41,35.23647935081066,Markwayne Mullin,29865,REP,47,61.76920783567916,-6,-26.5327284848685 +81601,165203,9482,2022,OK,Sen-G,2022_Sen-GS_OK,Ascend Action,726,FALSE,FALSE,Live Phone,NA,2022-11-05,2022-11-08,3,682,Kendra Horn,29866,DEM,41,35.23647935081066,Markwayne Mullin,29865,REP,53,61.76920783567916,-12,-26.5327284848685 +79328,157750,9496,2022,AK-1,House-G,2022_House-GS_AK-1,Alaska Survey Research,155,FALSE,FALSE,Text-to-Web,NA,2022-07-04,2022-08-16,43,1201,Mary S. Peltola,30139,DEM,40,51.477788055862646,Sarah Palin,29782,REP,29,48.522211944137354,11,2.9555761117252928 +79519,158928,9496,2022,AK-1,House-G,2022_House-GS_AK-1,Alaska Survey Research,155,FALSE,FALSE,Text-to-Web,NA,2022-07-22,2022-08-16,25,1219,Mary S. Peltola,30139,DEM,50.8,51.477788055862646,Sarah Palin,29782,REP,49.2,48.522211944137354,1.5999999999999943,2.9555761117252928 +78866,155155,9501,2022,TX-34,House-P,2022_House-P_TX-34,Ragnar Research Partners,517,FALSE,FALSE,Live Phone,REP,2022-04-20,2022-06-14,55,400,Dan Sanchez,30106,DEM,19,43.36578485672022,Mayra Flores,30109,REP,24,50.90990402146617,-5,-7.5441191647459505 +79145,156451,9501,2022,TX-34,House-P,2022_House-P_TX-34,RRH Elections,274,FALSE,FALSE,IVR/Text,NA,2022-06-10,2022-06-14,4,484,Dan Sanchez,30106,DEM,34,43.36578485672022,Mayra Flores,30109,REP,43,50.90990402146617,-9,-7.5441191647459505 +79309,157713,9503,2022,NY-19,House-G,2022_House-GS_NY-19,Public Policy Polling,263,FALSE,FALSE,IVR/Text,DEM,2022-06-29,2022-08-23,55,581,Pat Ryan,30430,DEM,40,45.60856569936816,Marcus Molinaro,30429,REP,43,40.34731943551133,-3,5.261246263856826 +79598,159143,9503,2022,NY-19,House-G,2022_House-GS_NY-19,American Pulse Research & Polling,497,FALSE,FALSE,IVR,REP,2022-07-27,2022-08-23,27,407,Pat Ryan,30430,DEM,39.7,45.60856569936816,Marcus Molinaro,30429,REP,49.5,40.34731943551133,-9.799999999999997,5.261246263856826 +79740,159571,9503,2022,NY-19,House-G,2022_House-GS_NY-19,DCCC Targeting and Analytics Department,68,FALSE,FALSE,Live Phone/Text-to-Web,DEM,2022-08-07,2022-08-23,16,480,Pat Ryan,30430,DEM,43,45.60856569936816,Marcus Molinaro,30429,REP,46,40.34731943551133,-3,5.261246263856826 +79818,159793,9503,2022,NY-19,House-G,2022_House-GS_NY-19,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web,NA,2022-08-19,2022-08-23,4,1222,Pat Ryan,30430,DEM,45,45.60856569936816,Marcus Molinaro,30429,REP,53,40.34731943551133,-8,5.261246263856826 +80891,162710,9536,2022,VI,Gov-G,2022_Gov-G_VI,VI TechStack,722,FALSE,FALSE,NA,NA,2022-09-10,2022-11-08,59,650,Albert Bryan,30780,DEM,48.7,56.13686738086443,Kurt A. Vialet,30781,IND,25.9,38.06797192463982,22.800000000000004,18.06889545622461 +81543,165044,9536,2022,VI,Gov-G,2022_Gov-G_VI,"Island Analytics & Marketing, LLC",736,FALSE,FALSE,Live Phone/Online Panel,NA,2022-10-18,2022-11-08,21,423,Albert Bryan,30780,DEM,40.2,56.13686738086443,Kurt A. Vialet,30781,IND,44,38.06797192463982,-3.799999999999997,18.06889545622461 +81698,165624,9552,2022,GA,Sen-G,2022_Sen-R_GA,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone/Text-to-Web,NA,2022-11-14,2022-12-06,22,500,Raphael Warnock,19086,DEM,51,51.40305549853933,Herschel Junior Walker,19088,REP,47,48.59694450146066,4,2.806110997078669 +81719,165781,9552,2022,GA,Sen-G,2022_Sen-R_GA,Frederick Polls,108,FALSE,FALSE,Text-to-Web,NA,2022-11-25,2022-12-06,11,939,Raphael Warnock,19086,DEM,50,51.40305549853933,Herschel Junior Walker,19088,REP,50,48.59694450146066,0,2.806110997078669 +81717,165779,9552,2022,GA,Sen-G,2022_Sen-R_GA,Phillips Academy,699,FALSE,FALSE,IVR/Text,NA,2022-11-26,2022-12-06,10,862,Raphael Warnock,19086,DEM,47.3,51.40305549853933,Herschel Junior Walker,19088,REP,48.1,48.59694450146066,-0.8000000000000043,2.806110997078669 +81756,165956,9552,2022,GA,Sen-G,2022_Sen-R_GA,University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,Online Panel,NA,2022-11-23,2022-12-06,13,1300,Raphael Warnock,19086,DEM,51,51.40305549853933,Herschel Junior Walker,19088,REP,46,48.59694450146066,5,2.806110997078669 +81741,165920,9552,2022,GA,Sen-G,2022_Sen-R_GA,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-11-27,2022-12-06,9,1184,Raphael Warnock,19086,DEM,52,51.40305549853933,Herschel Junior Walker,19088,REP,48,48.59694450146066,4,2.806110997078669 +81734,165846,9552,2022,GA,Sen-G,2022_Sen-R_GA,Emerson College,88,TRUE,FALSE,IVR/Online Panel/Text-to-Web,NA,2022-11-29,2022-12-06,7,888,Raphael Warnock,19086,DEM,50.8,51.40305549853933,Herschel Junior Walker,19088,REP,49.2,48.59694450146066,1.5999999999999943,2.806110997078669 +81740,165918,9552,2022,GA,Sen-G,2022_Sen-R_GA,SurveyUSA,325,FALSE,FALSE,Online Panel,NA,2022-11-28,2022-12-06,8,1214,Raphael Warnock,19086,DEM,50,51.40305549853933,Herschel Junior Walker,19088,REP,47,48.59694450146066,3,2.806110997078669 +81754,165943,9552,2022,GA,Sen-G,2022_Sen-R_GA,Patriot Polling,732,FALSE,FALSE,IVR,NA,2022-12-01,2022-12-06,5,818,Raphael Warnock,19086,DEM,48.7,51.40305549853933,Herschel Junior Walker,19088,REP,47,48.59694450146066,1.7000000000000028,2.806110997078669 +81759,165967,9552,2022,GA,Sen-G,2022_Sen-R_GA,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-12-04,2022-12-06,2,750,Raphael Warnock,19086,DEM,50.5,51.40305549853933,Herschel Junior Walker,19088,REP,48.4,48.59694450146066,2.1000000000000014,2.806110997078669 +81761,165971,9552,2022,GA,Sen-G,2022_Sen-R_GA,Mitchell Research & Communications,213,FALSE,FALSE,Text-to-Web,NA,2022-12-04,2022-12-06,2,625,Raphael Warnock,19086,DEM,50,51.40305549853933,Herschel Junior Walker,19088,REP,45,48.59694450146066,5,2.806110997078669 +81764,165974,9552,2022,GA,Sen-G,2022_Sen-R_GA,Landmark Communications,166,FALSE,FALSE,Live Phone/Online Panel,NA,2022-12-04,2022-12-06,2,800,Raphael Warnock,19086,DEM,52.2,51.40305549853933,Herschel Junior Walker,19088,REP,46.7,48.59694450146066,5.5,2.806110997078669 +81762,165972,9552,2022,GA,Sen-G,2022_Sen-R_GA,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-12-04,2022-12-06,2,1099,Raphael Warnock,19086,DEM,51.1,51.40305549853933,Herschel Junior Walker,19088,REP,47.4,48.59694450146066,3.700000000000003,2.806110997078669 +81760,165968,9552,2022,GA,Sen-G,2022_Sen-R_GA,Data for Progress,522,FALSE,FALSE,IVR/Live Phone/Online Panel/Text-to-Web,NA,2022-12-03,2022-12-06,3,1229,Raphael Warnock,19086,DEM,51,51.40305549853933,Herschel Junior Walker,19088,REP,49,48.59694450146066,2,2.806110997078669 +19059,32453,8270,2012,US,House-G-US,2012_House-G_US,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-08,2012-11-06,59,1000,Generic Candidate,4295,DEM,49,48.47861091026909,Generic Candidate,4293,REP,43,47.3884757346418,6,1.0901351756272888 +27172,32451,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-09,2012-11-06,58,818,Generic Candidate,4295,DEM,45,48.47861091026909,Generic Candidate,4293,REP,41,47.3884757346418,4,1.0901351756272888 +27174,32452,8270,2012,US,House-G-US,2012_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2012-09-09,2012-11-06,58,942,Generic Candidate,4295,DEM,49,48.47861091026909,Generic Candidate,4293,REP,43,47.3884757346418,6,1.0901351756272888 +19114,35460,8270,2012,US,House-G-US,2012_House-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2012-09-11,2012-11-06,56,1014,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,39,47.3884757346418,4,1.0901351756272888 +19083,32449,8270,2012,US,House-G-US,2012_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2012-09-10,2012-11-06,57,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,0,1.0901351756272888 +43253,124288,8270,2012,US,House-G-US,2012_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2012-09-13,2012-11-06,54,1000,Generic Candidate,4295,DEM,48,48.47861091026909,Generic Candidate,4293,REP,47,47.3884757346418,1,1.0901351756272888 +27167,32447,8270,2012,US,House-G-US,2012_House-G_US,Public Policy Polling,263,FALSE,FALSE,NA,DEM,2012-09-15,2012-11-06,52,1000,Generic Candidate,4295,DEM,48,48.47861091026909,Generic Candidate,4293,REP,45,47.3884757346418,3,1.0901351756272888 +29579,35216,8270,2012,US,House-G-US,2012_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-13,2012-11-06,54,3500,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,44,47.3884757346418,-1,1.0901351756272888 +29537,35158,8270,2012,US,House-G-US,2012_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-09-18,2012-11-06,49,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,45,47.3884757346418,1,1.0901351756272888 +29580,35218,8270,2012,US,House-G-US,2012_House-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-09-22,2012-11-06,45,1200,Generic Candidate,4295,DEM,48,48.47861091026909,Generic Candidate,4293,REP,44,47.3884757346418,4,1.0901351756272888 +29578,35215,8270,2012,US,House-G-US,2012_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-09-20,2012-11-06,47,3500,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,44,47.3884757346418,-1,1.0901351756272888 +29598,35690,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-23,2012-11-06,44,896,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,38,47.3884757346418,5,1.0901351756272888 +29586,35276,8270,2012,US,House-G-US,2012_House-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2012-09-23,2012-11-06,44,789,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,45,47.3884757346418,-2,1.0901351756272888 +29674,35373,8270,2012,US,House-G-US,2012_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-09-26,2012-11-06,41,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,44,47.3884757346418,2,1.0901351756272888 +42234,35440,8270,2012,US,House-G-US,2012_House-G_US,GQR,126,TRUE,FALSE,Live Phone,"REP,DEM",2012-09-28,2012-11-06,39,800,Generic Candidate,4295,DEM,48,48.47861091026909,Generic Candidate,4293,REP,45,47.3884757346418,3,1.0901351756272888 +29765,35510,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-09-30,2012-11-06,37,785,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,43,47.3884757346418,0,1.0901351756272888 +29815,35583,8270,2012,US,House-G-US,2012_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-03,2012-11-06,34,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,0,1.0901351756272888 +29841,35622,8270,2012,US,House-G-US,2012_House-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-06,2012-11-06,31,1300,Generic Candidate,4295,DEM,45,48.47861091026909,Generic Candidate,4293,REP,47,47.3884757346418,-2,1.0901351756272888 +29840,35620,8270,2012,US,House-G-US,2012_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-04,2012-11-06,33,3500,Generic Candidate,4295,DEM,44,48.47861091026909,Generic Candidate,4293,REP,43,47.3884757346418,1,1.0901351756272888 +29891,35684,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-07,2012-11-06,30,763,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,41,47.3884757346418,5,1.0901351756272888 +43258,124289,8270,2012,US,House-G-US,2012_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2012-10-08,2012-11-06,29,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,47,47.3884757346418,-1,1.0901351756272888 +30000,35862,8270,2012,US,House-G-US,2012_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-09,2012-11-06,28,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,44,47.3884757346418,2,1.0901351756272888 +30221,36211,8270,2012,US,House-G-US,2012_House-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-13,2012-11-06,24,1600,Generic Candidate,4295,DEM,44,48.47861091026909,Generic Candidate,4293,REP,49,47.3884757346418,-5,1.0901351756272888 +30082,36007,8270,2012,US,House-G-US,2012_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-11,2012-11-06,26,3500,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,42,47.3884757346418,1,1.0901351756272888 +30080,36004,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-14,2012-11-06,23,826,Generic Candidate,4295,DEM,42,48.47861091026909,Generic Candidate,4293,REP,43,47.3884757346418,-1,1.0901351756272888 +30188,36160,8270,2012,US,House-G-US,2012_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-16,2012-11-06,21,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,0,1.0901351756272888 +30151,117324,8270,2012,US,House-G-US,2012_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-18,2012-11-06,19,3500,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,44,47.3884757346418,-1,1.0901351756272888 +30171,36210,8270,2012,US,House-G-US,2012_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2012-10-19,2012-11-06,18,816,Generic Candidate,4295,DEM,45,48.47861091026909,Generic Candidate,4293,REP,43,47.3884757346418,2,1.0901351756272888 +30239,36241,8270,2012,US,House-G-US,2012_House-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-20,2012-11-06,17,1300,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,0,1.0901351756272888 +30215,36208,8270,2012,US,House-G-US,2012_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-10-20,2012-11-06,17,1000,Generic Candidate,4295,DEM,47,48.47861091026909,Generic Candidate,4293,REP,44,47.3884757346418,3,1.0901351756272888 +30242,36246,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-21,2012-11-06,16,803,Generic Candidate,4295,DEM,44,48.47861091026909,Generic Candidate,4293,REP,42,47.3884757346418,2,1.0901351756272888 +30434,36523,8270,2012,US,House-G-US,2012_House-G_US,North Star Opinion Research,233,FALSE,FALSE,Live Phone,"DEM,REP",2012-10-24,2012-11-06,13,1000,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,43,47.3884757346418,0,1.0901351756272888 +30407,36478,8270,2012,US,House-G-US,2012_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-24,2012-11-06,13,1000,Generic Candidate,4295,DEM,45,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,-1,1.0901351756272888 +30443,117579,8270,2012,US,House-G-US,2012_House-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-10-27,2012-11-06,10,1400,Generic Candidate,4295,DEM,47,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,1,1.0901351756272888 +30467,117591,8270,2012,US,House-G-US,2012_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2012-10-27,2012-11-06,10,563,Generic Candidate,4295,DEM,48,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,2,1.0901351756272888 +30497,117568,8270,2012,US,House-G-US,2012_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2012-10-27,2012-11-06,10,713,Generic Candidate,4295,DEM,44,48.47861091026909,Generic Candidate,4293,REP,47,47.3884757346418,-3,1.0901351756272888 +30441,36534,8270,2012,US,House-G-US,2012_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-10-25,2012-11-06,12,3500,Generic Candidate,4295,DEM,43,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,-3,1.0901351756272888 +30471,36618,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-10-28,2012-11-06,9,688,Generic Candidate,4295,DEM,41,48.47861091026909,Generic Candidate,4293,REP,45,47.3884757346418,-4,1.0901351756272888 +30675,36935,8270,2012,US,House-G-US,2012_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2012-10-31,2012-11-06,6,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,0,1.0901351756272888 +30676,117569,8270,2012,US,House-G-US,2012_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2012-11-02,2012-11-06,4,1475,Generic Candidate,4295,DEM,47,48.47861091026909,Generic Candidate,4293,REP,45,47.3884757346418,2,1.0901351756272888 +30725,37028,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-02,2012-11-06,4,25528,Generic Candidate,4295,DEM,47.6,48.47861091026909,Generic Candidate,4293,REP,41.7,47.3884757346418,5.899999999999999,1.0901351756272888 +30760,37101,8270,2012,US,House-G-US,2012_House-G_US,Public Policy Polling,263,FALSE,FALSE,IVR,DEM,2012-11-03,2012-11-06,3,1300,Generic Candidate,4295,DEM,47,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,1,1.0901351756272888 +30732,117574,8270,2012,US,House-G-US,2012_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2012-11-03,2012-11-06,3,693,Generic Candidate,4295,DEM,48,48.47861091026909,Generic Candidate,4293,REP,49,47.3884757346418,-1,1.0901351756272888 +30796,117342,8270,2012,US,House-G-US,2012_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2012-11-03,2012-11-06,3,1000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,0,1.0901351756272888 +30767,37109,8270,2012,US,House-G-US,2012_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR/Online Panel,NA,2012-11-01,2012-11-06,5,7000,Generic Candidate,4295,DEM,46,48.47861091026909,Generic Candidate,4293,REP,46,47.3884757346418,0,1.0901351756272888 +42239,117598,8270,2012,US,House-G-US,2012_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2012-11-04,2012-11-06,2,743,Generic Candidate,4295,DEM,44,48.47861091026909,Generic Candidate,4293,REP,44,47.3884757346418,0,1.0901351756272888 +36285,49267,8271,2014,US,House-G-US,2014_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-09-06,2014-11-04,59,1036,Generic Candidate,9973,DEM,45,44.951943780385655,Generic Candidate,9974,REP,49,50.57593822537243,-4,-5.623994444986778 +36127,49283,8271,2014,US,House-G-US,2014_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2014-09-06,2014-11-04,59,1036,Generic Candidate,9973,DEM,44,44.951943780385655,Generic Candidate,9974,REP,47,50.57593822537243,-3,-5.623994444986778 +36287,49269,8271,2014,US,House-G-US,2014_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-09-08,2014-11-04,57,833,Generic Candidate,9973,DEM,40,44.951943780385655,Generic Candidate,9974,REP,47,50.57593822537243,-7,-5.623994444986778 +36286,49268,8271,2014,US,House-G-US,2014_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2014-09-06,2014-11-04,59,1150,Generic Candidate,9973,DEM,44,44.951943780385655,Generic Candidate,9974,REP,47,50.57593822537243,-3,-5.623994444986778 +36288,49270,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-11,2014-11-04,54,3500,Generic Candidate,9973,DEM,41,44.951943780385655,Generic Candidate,9974,REP,38,50.57593822537243,3,-5.623994444986778 +36289,49271,8271,2014,US,House-G-US,2014_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2014-09-14,2014-11-04,51,470,Generic Candidate,9973,DEM,42,44.951943780385655,Generic Candidate,9974,REP,49,50.57593822537243,-7,-5.623994444986778 +36129,49080,8271,2014,US,House-G-US,2014_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2014-09-16,2014-11-04,49,815,Generic Candidate,9973,DEM,46,44.951943780385655,Generic Candidate,9974,REP,42,50.57593822537243,4,-5.623994444986778 +36128,49079,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-18,2014-11-04,47,3500,Generic Candidate,9973,DEM,40,44.951943780385655,Generic Candidate,9974,REP,40,50.57593822537243,0,-5.623994444986778 +36131,49082,8271,2014,US,House-G-US,2014_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2014-09-22,2014-11-04,43,1283,Generic Candidate,9973,DEM,47,44.951943780385655,Generic Candidate,9974,REP,42,50.57593822537243,5,-5.623994444986778 +66665,124323,8271,2014,US,House-G-US,2014_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2014-09-27,2014-11-04,38,1000,Generic Candidate,9973,DEM,49,44.951943780385655,Generic Candidate,9974,REP,45,50.57593822537243,4,-5.623994444986778 +36291,49273,8271,2014,US,House-G-US,2014_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,701,Generic Candidate,9973,DEM,47,44.951943780385655,Generic Candidate,9974,REP,45,50.57593822537243,2,-5.623994444986778 +36290,49272,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-09-25,2014-11-04,40,3500,Generic Candidate,9973,DEM,40,44.951943780385655,Generic Candidate,9974,REP,39,50.57593822537243,1,-5.623994444986778 +36292,49275,8271,2014,US,House-G-US,2014_House-G_US,GfK Group,115,TRUE,TRUE,Probability Panel,NA,2014-09-27,2014-11-04,38,958,Generic Candidate,9973,DEM,33,44.951943780385655,Generic Candidate,9974,REP,33,50.57593822537243,0,-5.623994444986778 +34925,49274,8271,2014,US,House-G-US,2014_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2014-09-26,2014-11-04,39,884,Generic Candidate,9973,DEM,45,44.951943780385655,Generic Candidate,9974,REP,44,50.57593822537243,1,-5.623994444986778 +36293,49276,8271,2014,US,House-G-US,2014_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,845,Generic Candidate,9973,DEM,40,44.951943780385655,Generic Candidate,9974,REP,47,50.57593822537243,-7,-5.623994444986778 +36146,49098,8271,2014,US,House-G-US,2014_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2014-09-27,2014-11-04,38,1095,Generic Candidate,9973,DEM,46,44.951943780385655,Generic Candidate,9974,REP,47,50.57593822537243,-1,-5.623994444986778 +36132,49083,8271,2014,US,House-G-US,2014_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2014-09-29,2014-11-04,36,1181,Generic Candidate,9973,DEM,46,44.951943780385655,Generic Candidate,9974,REP,43,50.57593822537243,3,-5.623994444986778 +36147,49099,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-02,2014-11-04,33,3500,Generic Candidate,9973,DEM,41,44.951943780385655,Generic Candidate,9974,REP,39,50.57593822537243,2,-5.623994444986778 +36299,49284,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-02,2014-11-04,33,3500,Generic Candidate,9973,DEM,41,44.951943780385655,Generic Candidate,9974,REP,39,50.57593822537243,2,-5.623994444986778 +36149,49101,8271,2014,US,House-G-US,2014_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2014-10-05,2014-11-04,30,575,Generic Candidate,9973,DEM,43,44.951943780385655,Generic Candidate,9974,REP,49,50.57593822537243,-6,-5.623994444986778 +36148,49100,8271,2014,US,House-G-US,2014_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2014-10-03,2014-11-04,32,803,Generic Candidate,9973,DEM,42,44.951943780385655,Generic Candidate,9974,REP,33,50.57593822537243,9,-5.623994444986778 +36150,49102,8271,2014,US,House-G-US,2014_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2014-10-05,2014-11-04,30,623,Generic Candidate,9973,DEM,43,44.951943780385655,Generic Candidate,9974,REP,42,50.57593822537243,1,-5.623994444986778 +36130,49081,8271,2014,US,House-G-US,2014_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2014-10-06,2014-11-04,29,1181,Generic Candidate,9973,DEM,48,44.951943780385655,Generic Candidate,9974,REP,43,50.57593822537243,5,-5.623994444986778 +36199,49153,8271,2014,US,House-G-US,2014_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2014-10-11,2014-11-04,24,629,Generic Candidate,9973,DEM,43,44.951943780385655,Generic Candidate,9974,REP,50,50.57593822537243,-7,-5.623994444986778 +36144,49095,8271,2014,US,House-G-US,2014_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2014-10-10,2014-11-04,25,666,Generic Candidate,9973,DEM,47,44.951943780385655,Generic Candidate,9974,REP,48,50.57593822537243,-1,-5.623994444986778 +36145,49097,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-09,2014-11-04,26,3500,Generic Candidate,9973,DEM,40,44.951943780385655,Generic Candidate,9974,REP,40,50.57593822537243,0,-5.623994444986778 +34921,49096,8271,2014,US,House-G-US,2014_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-13,2014-11-04,22,831,Generic Candidate,9973,DEM,42,44.951943780385655,Generic Candidate,9974,REP,45,50.57593822537243,-3,-5.623994444986778 +36133,49084,8271,2014,US,House-G-US,2014_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2014-10-13,2014-11-04,22,484,Generic Candidate,9973,DEM,44,44.951943780385655,Generic Candidate,9974,REP,49,50.57593822537243,-5,-5.623994444986778 +36300,49285,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-16,2014-11-04,19,3500,Generic Candidate,9973,DEM,41,44.951943780385655,Generic Candidate,9974,REP,41,50.57593822537243,0,-5.623994444986778 +34920,49085,8271,2014,US,House-G-US,2014_House-G_US,GfK Group,115,TRUE,TRUE,Probability Panel,NA,2014-10-18,2014-11-04,17,968,Generic Candidate,9973,DEM,32,44.951943780385655,Generic Candidate,9974,REP,40,50.57593822537243,-8,-5.623994444986778 +36101,49046,8271,2014,US,House-G-US,2014_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2014-10-17,2014-11-04,18,1126,Generic Candidate,9973,DEM,47,44.951943780385655,Generic Candidate,9974,REP,46,50.57593822537243,1,-5.623994444986778 +36143,49094,8271,2014,US,House-G-US,2014_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2014-10-18,2014-11-04,17,698,Generic Candidate,9973,DEM,46,44.951943780385655,Generic Candidate,9974,REP,46,50.57593822537243,0,-5.623994444986778 +36135,49086,8271,2014,US,House-G-US,2014_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2014-10-20,2014-11-04,15,823,Generic Candidate,9973,DEM,41,44.951943780385655,Generic Candidate,9974,REP,52,50.57593822537243,-11,-5.623994444986778 +66666,124324,8271,2014,US,House-G-US,2014_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2014-10-23,2014-11-04,12,1000,Generic Candidate,9973,DEM,47,44.951943780385655,Generic Candidate,9974,REP,46,50.57593822537243,1,-5.623994444986778 +36140,49091,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-23,2014-11-04,12,3500,Generic Candidate,9973,DEM,41,44.951943780385655,Generic Candidate,9974,REP,43,50.57593822537243,-2,-5.623994444986778 +36141,49092,8271,2014,US,House-G-US,2014_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,540,Generic Candidate,9973,DEM,47,44.951943780385655,Generic Candidate,9974,REP,46,50.57593822537243,1,-5.623994444986778 +34918,49045,8271,2014,US,House-G-US,2014_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2014-10-25,2014-11-04,10,758,Generic Candidate,9973,DEM,44,44.951943780385655,Generic Candidate,9974,REP,50,50.57593822537243,-6,-5.623994444986778 +36136,49087,8271,2014,US,House-G-US,2014_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2014-10-25,2014-11-04,10,697,Generic Candidate,9973,DEM,43,44.951943780385655,Generic Candidate,9974,REP,42,50.57593822537243,1,-5.623994444986778 +36137,49088,8271,2014,US,House-G-US,2014_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2014-10-26,2014-11-04,9,734,Generic Candidate,9973,DEM,45,44.951943780385655,Generic Candidate,9974,REP,44,50.57593822537243,1,-5.623994444986778 +36100,49044,8271,2014,US,House-G-US,2014_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2014-10-25,2014-11-04,10,624,Generic Candidate,9973,DEM,42,44.951943780385655,Generic Candidate,9974,REP,50,50.57593822537243,-8,-5.623994444986778 +36138,49089,8271,2014,US,House-G-US,2014_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2014-10-29,2014-11-04,6,802,Generic Candidate,9973,DEM,42,44.951943780385655,Generic Candidate,9974,REP,46,50.57593822537243,-4,-5.623994444986778 +36139,49287,8271,2014,US,House-G-US,2014_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2014-10-31,2014-11-04,4,826,Generic Candidate,9973,DEM,48,44.951943780385655,Generic Candidate,9974,REP,48,50.57593822537243,0,-5.623994444986778 +36301,49286,8271,2014,US,House-G-US,2014_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2014-10-30,2014-11-04,5,3500,Generic Candidate,9973,DEM,41,44.951943780385655,Generic Candidate,9974,REP,44,50.57593822537243,-3,-5.623994444986778 +66687,124370,8272,2016,US,House-G-US,2016_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2016-09-10,2016-11-08,59,1000,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,45,48.34412072786899,1,-1.0331770364401507 +45825,71562,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-11,2016-11-08,58,1158,Generic Candidate,9976,DEM,42.7,47.31094369142884,Generic Candidate,9975,REP,36.3,48.34412072786899,6.400000000000006,-1.0331770364401507 +45740,71527,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-12,2016-11-08,57,1085,Generic Candidate,9976,DEM,44,47.31094369142884,Generic Candidate,9975,REP,38,48.34412072786899,6,-1.0331770364401507 +45882,71666,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-09-15,2016-11-08,54,1639,Generic Candidate,9976,DEM,45,47.31094369142884,Generic Candidate,9975,REP,40,48.34412072786899,5,-1.0331770364401507 +45903,71700,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-16,2016-11-08,53,1087,Generic Candidate,9976,DEM,40.4,47.31094369142884,Generic Candidate,9975,REP,39.4,48.34412072786899,1,-1.0331770364401507 +45910,71743,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-18,2016-11-08,51,1060,Generic Candidate,9976,DEM,43,47.31094369142884,Generic Candidate,9975,REP,36,48.34412072786899,7,-1.0331770364401507 +45927,71784,8272,2016,US,House-G-US,2016_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-09-18,2016-11-08,51,1000,Generic Candidate,9976,DEM,48,47.31094369142884,Generic Candidate,9975,REP,45,48.34412072786899,3,-1.0331770364401507 +46004,71906,8272,2016,US,House-G-US,2016_House-G_US,GfK Group,115,TRUE,TRUE,Probability Panel,NA,2016-09-17,2016-11-08,52,1251,Generic Candidate,9976,DEM,45,47.31094369142884,Generic Candidate,9975,REP,41,48.34412072786899,4,-1.0331770364401507 +46006,71916,8272,2016,US,House-G-US,2016_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-09-17,2016-11-08,52,758,Generic Candidate,9976,DEM,49,47.31094369142884,Generic Candidate,9975,REP,45,48.34412072786899,4,-1.0331770364401507 +46164,72182,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-21,2016-11-08,48,1122,Generic Candidate,9976,DEM,38.9,47.31094369142884,Generic Candidate,9975,REP,38.3,48.34412072786899,0.6000000000000014,-1.0331770364401507 +46022,71976,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-09-23,2016-11-08,46,1712,Generic Candidate,9976,DEM,43,47.31094369142884,Generic Candidate,9975,REP,40,48.34412072786899,3,-1.0331770364401507 +46448,72602,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-09-23,2016-11-08,46,1111,Generic Candidate,9976,DEM,43,47.31094369142884,Generic Candidate,9975,REP,38,48.34412072786899,5,-1.0331770364401507 +46040,72603,8272,2016,US,House-G-US,2016_House-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-09-23,2016-11-08,46,1002,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,44,48.34412072786899,2,-1.0331770364401507 +46100,76455,8272,2016,US,House-G-US,2016_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-09-22,2016-11-08,47,13598,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,42,48.34412072786899,5,-1.0331770364401507 +46169,72224,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,1253,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,38,48.34412072786899,8,-1.0331770364401507 +46172,72231,8272,2016,US,House-G-US,2016_House-G_US,Echelon Insights,407,FALSE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,1833,Generic Candidate,9976,DEM,41,47.31094369142884,Generic Candidate,9975,REP,36,48.34412072786899,5,-1.0331770364401507 +46307,72392,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-09-26,2016-11-08,43,2045,Generic Candidate,9976,DEM,41.3,47.31094369142884,Generic Candidate,9975,REP,37.2,48.34412072786899,4.099999999999994,-1.0331770364401507 +46293,72360,8272,2016,US,House-G-US,2016_House-G_US,Public Policy Polling,263,FALSE,FALSE,IVR/Online Panel,NA,2016-09-27,2016-11-08,42,933,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,41,48.34412072786899,5,-1.0331770364401507 +46311,72425,8272,2016,US,House-G-US,2016_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-09-28,2016-11-08,41,911,Generic Candidate,9976,DEM,44,47.31094369142884,Generic Candidate,9975,REP,43,48.34412072786899,1,-1.0331770364401507 +46325,72448,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-01,2016-11-08,38,1778,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,37,48.34412072786899,9,-1.0331770364401507 +46444,76456,8272,2016,US,House-G-US,2016_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-09-29,2016-11-08,40,26925,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,43,48.34412072786899,4,-1.0331770364401507 +46452,72621,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-01,2016-11-08,38,1239,Generic Candidate,9976,DEM,42.3,47.31094369142884,Generic Candidate,9975,REP,37.5,48.34412072786899,4.799999999999997,-1.0331770364401507 +46438,72577,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-02,2016-11-08,37,911,Generic Candidate,9976,DEM,43,47.31094369142884,Generic Candidate,9975,REP,37,48.34412072786899,6,-1.0331770364401507 +46573,72862,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,1775,Generic Candidate,9976,DEM,43,47.31094369142884,Generic Candidate,9975,REP,41,48.34412072786899,2,-1.0331770364401507 +46749,73071,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,1130,Generic Candidate,9976,DEM,42.2,47.31094369142884,Generic Candidate,9975,REP,36.9,48.34412072786899,5.300000000000004,-1.0331770364401507 +46566,72854,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-08,2016-11-08,31,1549,Generic Candidate,9976,DEM,44,47.31094369142884,Generic Candidate,9975,REP,41,48.34412072786899,3,-1.0331770364401507 +46572,72858,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-07,2016-11-08,32,971,Generic Candidate,9976,DEM,42,47.31094369142884,Generic Candidate,9975,REP,39,48.34412072786899,3,-1.0331770364401507 +46576,76457,8272,2016,US,House-G-US,2016_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-06,2016-11-08,33,27200,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,43,48.34412072786899,3,-1.0331770364401507 +46740,73047,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-10,2016-11-08,29,1757,Generic Candidate,9976,DEM,44,47.31094369142884,Generic Candidate,9975,REP,39,48.34412072786899,5,-1.0331770364401507 +46745,73062,8272,2016,US,House-G-US,2016_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-10-09,2016-11-08,30,900,Generic Candidate,9976,DEM,48,47.31094369142884,Generic Candidate,9975,REP,42,48.34412072786899,6,-1.0331770364401507 +46802,73622,8272,2016,US,House-G-US,2016_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2016-10-03,2016-11-08,36,3596,Generic Candidate,9976,DEM,42,47.31094369142884,Generic Candidate,9975,REP,38,48.34412072786899,4,-1.0331770364401507 +46793,73184,8272,2016,US,House-G-US,2016_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-10-11,2016-11-08,28,917,Generic Candidate,9976,DEM,48,47.31094369142884,Generic Candidate,9975,REP,42,48.34412072786899,6,-1.0331770364401507 +46807,73223,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-11,2016-11-08,28,2431,Generic Candidate,9976,DEM,44.8,47.31094369142884,Generic Candidate,9975,REP,36,48.34412072786899,8.799999999999997,-1.0331770364401507 +46864,73316,8272,2016,US,House-G-US,2016_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,740,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,44,48.34412072786899,3,-1.0331770364401507 +46868,73325,8272,2016,US,House-G-US,2016_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-10-12,2016-11-08,27,905,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,44,48.34412072786899,2,-1.0331770364401507 +46875,73333,8272,2016,US,House-G-US,2016_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2016-10-10,2016-11-08,29,1000,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,42,48.34412072786899,5,-1.0331770364401507 +46876,73335,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-14,2016-11-08,25,1737,Generic Candidate,9976,DEM,45,47.31094369142884,Generic Candidate,9975,REP,38,48.34412072786899,7,-1.0331770364401507 +46954,75564,8272,2016,US,House-G-US,2016_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2016-10-14,2016-11-08,25,1333,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,41,48.34412072786899,5,-1.0331770364401507 +47009,76458,8272,2016,US,House-G-US,2016_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-13,2016-11-08,26,26569,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,43,48.34412072786899,4,-1.0331770364401507 +47060,73639,8272,2016,US,House-G-US,2016_House-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-10-16,2016-11-08,23,1000,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,43,48.34412072786899,4,-1.0331770364401507 +47064,73646,8272,2016,US,House-G-US,2016_House-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone,NA,2016-10-14,2016-11-08,25,692,Generic Candidate,9976,DEM,52,47.31094369142884,Generic Candidate,9975,REP,40,48.34412072786899,12,-1.0331770364401507 +47176,73829,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-16,2016-11-08,23,1192,Generic Candidate,9976,DEM,41,47.31094369142884,Generic Candidate,9975,REP,41.5,48.34412072786899,-0.5,-1.0331770364401507 +47077,73724,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-17,2016-11-08,22,1085,Generic Candidate,9976,DEM,43,47.31094369142884,Generic Candidate,9975,REP,38,48.34412072786899,5,-1.0331770364401507 +47159,73797,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-19,2016-11-08,20,1395,Generic Candidate,9976,DEM,42,47.31094369142884,Generic Candidate,9975,REP,39,48.34412072786899,3,-1.0331770364401507 +47348,74095,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-21,2016-11-08,18,1181,Generic Candidate,9976,DEM,42.5,47.31094369142884,Generic Candidate,9975,REP,38.8,48.34412072786899,3.700000000000003,-1.0331770364401507 +47314,74497,8272,2016,US,House-G-US,2016_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2016-10-22,2016-11-08,17,779,Generic Candidate,9976,DEM,50,47.31094369142884,Generic Candidate,9975,REP,47,48.34412072786899,3,-1.0331770364401507 +47324,76459,8272,2016,US,House-G-US,2016_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-20,2016-11-08,19,34203,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,44,48.34412072786899,2,-1.0331770364401507 +47607,74498,8272,2016,US,House-G-US,2016_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,828,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,46,48.34412072786899,1,-1.0331770364401507 +47471,74261,8272,2016,US,House-G-US,2016_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2016-10-23,2016-11-08,16,828,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,46,48.34412072786899,1,-1.0331770364401507 +47355,74122,8272,2016,US,House-G-US,2016_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2016-10-23,2016-11-08,16,900,Generic Candidate,9976,DEM,37,47.31094369142884,Generic Candidate,9975,REP,38,48.34412072786899,-1,-1.0331770364401507 +47538,74356,8272,2016,US,House-G-US,2016_House-G_US,GfK Group,115,TRUE,TRUE,Probability Panel,NA,2016-10-22,2016-11-08,17,1212,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,41,48.34412072786899,5,-1.0331770364401507 +47542,74369,8272,2016,US,House-G-US,2016_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-10-24,2016-11-08,15,1221,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,45,48.34412072786899,2,-1.0331770364401507 +47608,74503,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-24,2016-11-08,15,1200,Generic Candidate,9976,DEM,45,47.31094369142884,Generic Candidate,9975,REP,40,48.34412072786899,5,-1.0331770364401507 +48118,75346,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-26,2016-11-08,13,1196,Generic Candidate,9976,DEM,43.1,47.31094369142884,Generic Candidate,9975,REP,38,48.34412072786899,5.100000000000001,-1.0331770364401507 +47858,74892,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,1794,Generic Candidate,9976,DEM,45,47.31094369142884,Generic Candidate,9975,REP,40,48.34412072786899,5,-1.0331770364401507 +47786,74806,8272,2016,US,House-G-US,2016_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2016-10-29,2016-11-08,10,1772,Generic Candidate,9976,DEM,44,47.31094369142884,Generic Candidate,9975,REP,43,48.34412072786899,1,-1.0331770364401507 +47869,76460,8272,2016,US,House-G-US,2016_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-10-27,2016-11-08,12,43003,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,44,48.34412072786899,3,-1.0331770364401507 +48082,75223,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-10-31,2016-11-08,8,1228,Generic Candidate,9976,DEM,46,47.31094369142884,Generic Candidate,9975,REP,41,48.34412072786899,5,-1.0331770364401507 +48180,75992,8272,2016,US,House-G-US,2016_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2016-10-30,2016-11-08,9,927,Generic Candidate,9976,DEM,49,47.31094369142884,Generic Candidate,9975,REP,46,48.34412072786899,3,-1.0331770364401507 +48360,75807,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-10-31,2016-11-08,8,1922,Generic Candidate,9976,DEM,42.4,47.31094369142884,Generic Candidate,9975,REP,40.9,48.34412072786899,1.5,-1.0331770364401507 +48362,75880,8272,2016,US,House-G-US,2016_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2016-11-02,2016-11-08,6,940,Generic Candidate,9976,DEM,48,47.31094369142884,Generic Candidate,9975,REP,47,48.34412072786899,1,-1.0331770364401507 +48480,75988,8272,2016,US,House-G-US,2016_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2016-11-04,2016-11-08,4,1282,Generic Candidate,9976,DEM,47,47.31094369142884,Generic Candidate,9975,REP,44,48.34412072786899,3,-1.0331770364401507 +48509,76030,8272,2016,US,House-G-US,2016_House-G_US,RKM Research and Communications Inc.,272,FALSE,FALSE,Live Phone,NA,2016-11-03,2016-11-08,5,1009,Generic Candidate,9976,DEM,44.7,47.31094369142884,Generic Candidate,9975,REP,46.3,48.34412072786899,-1.5999999999999943,-1.0331770364401507 +48513,76037,8272,2016,US,House-G-US,2016_House-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,799,Generic Candidate,9976,DEM,45,47.31094369142884,Generic Candidate,9975,REP,48,48.34412072786899,-3,-1.0331770364401507 +48619,76167,8272,2016,US,House-G-US,2016_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2016-11-05,2016-11-08,3,1295,Generic Candidate,9976,DEM,45,47.31094369142884,Generic Candidate,9975,REP,46,48.34412072786899,-1,-1.0331770364401507 +48515,76461,8272,2016,US,House-G-US,2016_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2016-11-03,2016-11-08,5,67223,Generic Candidate,9976,DEM,48,47.31094369142884,Generic Candidate,9975,REP,43,48.34412072786899,5,-1.0331770364401507 +49775,78196,8272,2016,US,House-G-US,2016_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2016-11-05,2016-11-08,3,3276,Generic Candidate,9976,DEM,41.8,47.31094369142884,Generic Candidate,9975,REP,32.7,48.34412072786899,9.099999999999994,-1.0331770364401507 +48687,76351,8272,2016,US,House-G-US,2016_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2016-11-06,2016-11-08,2,3677,Generic Candidate,9976,DEM,45,47.31094369142884,Generic Candidate,9975,REP,42,48.34412072786899,3,-1.0331770364401507 +53925,86835,8273,2018,US,House-G-US,2018_House-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-09-08,2018-11-06,59,1038,Generic Candidate,10427,DEM,52,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,14,8.510562795768287 +53932,86893,8273,2018,US,House-G-US,2018_House-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-09-08,2018-11-06,59,775,Generic Candidate,10427,DEM,52,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,10,8.510562795768287 +53961,86836,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-09-08,2018-11-06,59,1988,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,35,44.393576418555256,10,8.510562795768287 +53962,86837,8273,2018,US,House-G-US,2018_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-09-07,2018-11-06,60,777,Generic Candidate,10427,DEM,50,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,12,8.510562795768287 +53950,87336,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-09-07,2018-11-06,60,1246,Generic Candidate,10427,DEM,49.2,52.90413921432354,Generic Candidate,10428,REP,40.1,44.393576418555256,9.100000000000001,8.510562795768287 +53964,86842,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-09-10,2018-11-06,57,1216,Generic Candidate,10427,DEM,44,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,3,8.510562795768287 +54102,87447,8273,2018,US,House-G-US,2018_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-11,2018-11-06,56,2500,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,5,8.510562795768287 +54045,89754,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-09-11,2018-11-06,56,3630,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,6,8.510562795768287 +54100,87448,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-09-15,2018-11-06,52,1564,Generic Candidate,10427,DEM,43,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,5,8.510562795768287 +54075,87413,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-09-14,2018-11-06,53,1297,Generic Candidate,10427,DEM,48.3,52.90413921432354,Generic Candidate,10428,REP,41.2,44.393576418555256,7.099999999999994,8.510562795768287 +54101,87452,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-09-17,2018-11-06,50,1189,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,4,8.510562795768287 +55829,89391,8273,2018,US,House-G-US,2018_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,594,Generic Candidate,10427,DEM,51,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,8,8.510562795768287 +55830,89387,8273,2018,US,House-G-US,2018_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-09-18,2018-11-06,49,818,Generic Candidate,10427,DEM,49,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,7,8.510562795768287 +55888,89554,8273,2018,US,House-G-US,2018_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-18,2018-11-06,49,2500,Generic Candidate,10427,DEM,46,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,3,8.510562795768287 +55890,89556,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-09-21,2018-11-06,46,1000,Generic Candidate,10427,DEM,44,52.90413921432354,Generic Candidate,10428,REP,36,44.393576418555256,8,8.510562795768287 +55889,89555,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-09-22,2018-11-06,45,1966,Generic Candidate,10427,DEM,43,52.90413921432354,Generic Candidate,10428,REP,35,44.393576418555256,8,8.510562795768287 +55837,89587,8273,2018,US,House-G-US,2018_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2018-09-20,2018-11-06,47,1308,Generic Candidate,10427,DEM,51,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,9,8.510562795768287 +56185,90221,8273,2018,US,House-G-US,2018_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2018-09-16,2018-11-06,51,700,Generic Candidate,10427,DEM,51,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,9,8.510562795768287 +55861,89484,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-09-21,2018-11-06,46,1108,Generic Candidate,10427,DEM,48,52.90413921432354,Generic Candidate,10428,REP,41.7,44.393576418555256,6.299999999999997,8.510562795768287 +55883,89549,8273,2018,US,House-G-US,2018_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-09-23,2018-11-06,44,802,Generic Candidate,10427,DEM,48,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,7,8.510562795768287 +55891,89557,8273,2018,US,House-G-US,2018_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2018-09-21,2018-11-06,46,1439,Generic Candidate,10427,DEM,52,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,10,8.510562795768287 +55934,89629,8273,2018,US,House-G-US,2018_House-G_US,McLaughlin & Associates,203,FALSE,FALSE,Online Panel,NA,2018-09-21,2018-11-06,46,1000,Generic Candidate,10427,DEM,46,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,4,8.510562795768287 +55882,89547,8273,2018,US,House-G-US,2018_House-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2018-09-07,2018-11-06,60,2513,Generic Candidate,10427,DEM,55,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,14,8.510562795768287 +55881,89539,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-09-24,2018-11-06,43,1234,Generic Candidate,10427,DEM,46,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,8,8.510562795768287 +55959,89671,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-09-26,2018-11-06,41,1228,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,36,44.393576418555256,9,8.510562795768287 +56005,89803,8273,2018,US,House-G-US,2018_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-09-25,2018-11-06,42,2500,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,5,8.510562795768287 +55938,89637,8273,2018,US,House-G-US,2018_House-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2018-09-27,2018-11-06,40,741,Generic Candidate,10427,DEM,48,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,8,8.510562795768287 +55961,89674,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-09-28,2018-11-06,39,993,Generic Candidate,10427,DEM,43,52.90413921432354,Generic Candidate,10428,REP,36,44.393576418555256,7,8.510562795768287 +55949,89657,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-09-29,2018-11-06,38,1330,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,37,44.393576418555256,8,8.510562795768287 +55967,89687,8273,2018,US,House-G-US,2018_House-G_US,Civiqs,471,FALSE,FALSE,Online Panel/Online Ad,NA,2018-09-29,2018-11-06,38,2139,Generic Candidate,10427,DEM,48,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,5,8.510562795768287 +55981,89714,8273,2018,US,House-G-US,2018_House-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2018-09-29,2018-11-06,38,1111,Generic Candidate,10427,DEM,49,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,7,8.510562795768287 +55991,89731,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-09-28,2018-11-06,39,2144,Generic Candidate,10427,DEM,49.7,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,11.700000000000003,8.510562795768287 +56014,89819,8273,2018,US,House-G-US,2018_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-01,2018-11-06,36,996,Generic Candidate,10427,DEM,48,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,6,8.510562795768287 +56506,90919,8273,2018,US,House-G-US,2018_House-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone/Probability Panel,NA,2018-09-24,2018-11-06,43,2509,Generic Candidate,10427,DEM,57,52.90413921432354,Generic Candidate,10428,REP,39,44.393576418555256,18,8.510562795768287 +56015,89822,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-01,2018-11-06,36,1223,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,5,8.510562795768287 +66580,124114,8273,2018,US,House-G-US,2018_House-G_US,The Winston Group,385,TRUE,FALSE,Online Panel,REP,2018-10-01,2018-11-06,36,1000,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,44,44.393576418555256,3,8.510562795768287 +56290,90480,8273,2018,US,House-G-US,2018_House-G_US,KFF,419,TRUE,FALSE,Live Phone,NA,2018-09-25,2018-11-06,42,949,Generic Candidate,10427,DEM,50,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,12,8.510562795768287 +56038,89874,8273,2018,US,House-G-US,2018_House-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2018-09-30,2018-11-06,37,846,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,2,8.510562795768287 +56047,89890,8273,2018,US,House-G-US,2018_House-G_US,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2018-10-03,2018-11-06,34,1000,Generic Candidate,10427,DEM,50.2,52.90413921432354,Generic Candidate,10428,REP,41.8,44.393576418555256,8.400000000000006,8.510562795768287 +56128,90086,8273,2018,US,House-G-US,2018_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-10-02,2018-11-06,35,2500,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,45,44.393576418555256,0,8.510562795768287 +56070,89926,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-02,2018-11-06,35,4022,Generic Candidate,10427,DEM,49,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,8,8.510562795768287 +56127,90087,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-10-07,2018-11-06,30,2189,Generic Candidate,10427,DEM,48,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,10,8.510562795768287 +56141,90111,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-06,2018-11-06,31,1000,Generic Candidate,10427,DEM,43,52.90413921432354,Generic Candidate,10428,REP,37,44.393576418555256,6,8.510562795768287 +56087,89976,8273,2018,US,House-G-US,2018_House-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,739,Generic Candidate,10427,DEM,54,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,13,8.510562795768287 +56222,90298,8273,2018,US,House-G-US,2018_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2018-10-06,2018-11-06,31,800,Generic Candidate,10427,DEM,42,52.90413921432354,Generic Candidate,10428,REP,36,44.393576418555256,6,8.510562795768287 +57348,92743,8273,2018,US,House-G-US,2018_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2018-10-04,2018-11-06,33,9532,Generic Candidate,10427,DEM,43,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,1,8.510562795768287 +56210,90276,8273,2018,US,House-G-US,2018_House-G_US,Pew Research Center,253,TRUE,FALSE,Probability Panel,NA,2018-09-30,2018-11-06,37,8904,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,9,8.510562795768287 +56107,89997,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-10-05,2018-11-06,32,2022,Generic Candidate,10427,DEM,50.2,52.90413921432354,Generic Candidate,10428,REP,37.6,44.393576418555256,12.600000000000001,8.510562795768287 +56140,90110,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-08,2018-11-06,29,1156,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,6,8.510562795768287 +56195,90249,8273,2018,US,House-G-US,2018_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2018-10-10,2018-11-06,27,752,Generic Candidate,10427,DEM,55,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,12,8.510562795768287 +56273,90423,8273,2018,US,House-G-US,2018_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-10-09,2018-11-06,28,2500,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,44,44.393576418555256,1,8.510562795768287 +56193,90237,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-09,2018-11-06,28,3724,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,7,8.510562795768287 +67648,126572,8273,2018,US,House-G-US,2018_House-G_US,American Pulse Research & Polling,497,FALSE,FALSE,Live Phone,NA,2018-10-08,2018-11-06,29,1000,Generic Candidate,10427,DEM,40.8,52.90413921432354,Generic Candidate,10428,REP,42.6,44.393576418555256,-1.8000000000000043,8.510562795768287 +56265,90414,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-10-13,2018-11-06,24,1959,Generic Candidate,10427,DEM,44,52.90413921432354,Generic Candidate,10428,REP,37,44.393576418555256,7,8.510562795768287 +56314,91138,8273,2018,US,House-G-US,2018_House-G_US,AP-NORC,397,TRUE,FALSE,Probability Panel,NA,2018-10-13,2018-11-06,24,1152,Generic Candidate,10427,DEM,39,52.90413921432354,Generic Candidate,10428,REP,29,44.393576418555256,10,8.510562795768287 +56257,90378,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-10-12,2018-11-06,25,1194,Generic Candidate,10427,DEM,50.3,52.90413921432354,Generic Candidate,10428,REP,39.9,44.393576418555256,10.399999999999999,8.510562795768287 +56274,90428,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-15,2018-11-06,22,1273,Generic Candidate,10427,DEM,46,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,5,8.510562795768287 +56284,90448,8273,2018,US,House-G-US,2018_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2018-10-15,2018-11-06,22,841,Generic Candidate,10427,DEM,49,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,7,8.510562795768287 +56320,90527,8273,2018,US,House-G-US,2018_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2018-10-16,2018-11-06,21,975,Generic Candidate,10427,DEM,51,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,9,8.510562795768287 +56331,90551,8273,2018,US,House-G-US,2018_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2018-10-16,2018-11-06,21,645,Generic Candidate,10427,DEM,50,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,9,8.510562795768287 +56420,90693,8273,2018,US,House-G-US,2018_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-10-16,2018-11-06,21,2500,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,44,44.393576418555256,3,8.510562795768287 +56412,90679,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-10-18,2018-11-06,19,1968,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,39,44.393576418555256,6,8.510562795768287 +56471,90828,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-10-14,2018-11-06,23,1301,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,7,8.510562795768287 +56432,90715,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-19,2018-11-06,18,1000,Generic Candidate,10427,DEM,44,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,6,8.510562795768287 +56343,90576,8273,2018,US,House-G-US,2018_House-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2018-10-17,2018-11-06,20,2284,Generic Candidate,10427,DEM,55,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,13,8.510562795768287 +56517,90920,8273,2018,US,House-G-US,2018_House-G_US,Public Religion Research Institute,428,TRUE,FALSE,Live Phone/Probability Panel,NA,2018-10-18,2018-11-06,19,821,Generic Candidate,10427,DEM,48,52.90413921432354,Generic Candidate,10428,REP,39,44.393576418555256,9,8.510562795768287 +56435,90755,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-10-19,2018-11-06,18,2112,Generic Candidate,10427,DEM,47.5,52.90413921432354,Generic Candidate,10428,REP,42.5,44.393576418555256,5,8.510562795768287 +56456,90805,8273,2018,US,House-G-US,2018_House-G_US,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2018-10-20,2018-11-06,17,1000,Generic Candidate,10427,DEM,51.2,52.90413921432354,Generic Candidate,10428,REP,42.6,44.393576418555256,8.600000000000001,8.510562795768287 +56469,90824,8273,2018,US,House-G-US,2018_House-G_US,McLaughlin & Associates,203,FALSE,FALSE,Online Panel,NA,2018-10-19,2018-11-06,18,1000,Generic Candidate,10427,DEM,46,52.90413921432354,Generic Candidate,10428,REP,44,44.393576418555256,2,8.510562795768287 +56447,90786,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-22,2018-11-06,15,1233,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,6,8.510562795768287 +56480,90845,8273,2018,US,House-G-US,2018_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-22,2018-11-06,15,738,Generic Candidate,10427,DEM,50,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,10,8.510562795768287 +56675,91282,8273,2018,US,House-G-US,2018_House-G_US,Lucid,175,FALSE,FALSE,Online Panel,NA,2018-10-24,2018-11-06,13,826,Generic Candidate,10427,DEM,53,52.90413921432354,Generic Candidate,10428,REP,47,44.393576418555256,6,8.510562795768287 +56594,91104,8273,2018,US,House-G-US,2018_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-10-23,2018-11-06,14,2500,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,44,44.393576418555256,3,8.510562795768287 +56786,91506,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-21,2018-11-06,16,2321,Generic Candidate,10427,DEM,48,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,8,8.510562795768287 +56494,90878,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-23,2018-11-06,14,3811,Generic Candidate,10427,DEM,46,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,4,8.510562795768287 +56505,90898,8273,2018,US,House-G-US,2018_House-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2018-10-24,2018-11-06,13,2350,Generic Candidate,10427,DEM,57,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,17,8.510562795768287 +56605,91136,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,1835,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,9,8.510562795768287 +56822,91577,8273,2018,US,House-G-US,2018_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2018-10-21,2018-11-06,16,675,Generic Candidate,10427,DEM,54,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,11,8.510562795768287 +56571,91052,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-10-26,2018-11-06,11,1375,Generic Candidate,10427,DEM,49.1,52.90413921432354,Generic Candidate,10428,REP,41.9,44.393576418555256,7.200000000000003,8.510562795768287 +56637,91208,8273,2018,US,House-G-US,2018_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2018-10-28,2018-11-06,9,509,Generic Candidate,10427,DEM,52,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,9,8.510562795768287 +56593,91101,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-10-29,2018-11-06,8,1296,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,5,8.510562795768287 +56614,91152,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-10-27,2018-11-06,10,2543,Generic Candidate,10427,DEM,46,52.90413921432354,Generic Candidate,10428,REP,38,44.393576418555256,8,8.510562795768287 +56724,91372,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-10-31,2018-11-06,6,2321,Generic Candidate,10427,DEM,47,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,5,8.510562795768287 +56729,91388,8273,2018,US,House-G-US,2018_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2018-10-31,2018-11-06,6,737,Generic Candidate,10427,DEM,52,52.90413921432354,Generic Candidate,10428,REP,44,44.393576418555256,8,8.510562795768287 +56776,91484,8273,2018,US,House-G-US,2018_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2018-10-30,2018-11-06,7,2500,Generic Candidate,10427,DEM,45,52.90413921432354,Generic Candidate,10428,REP,46,44.393576418555256,-1,8.510562795768287 +56766,91462,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-11-01,2018-11-06,5,1961,Generic Candidate,10427,DEM,43,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,3,8.510562795768287 +56794,91521,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,1000,Generic Candidate,10427,DEM,43,52.90413921432354,Generic Candidate,10428,REP,37,44.393576418555256,6,8.510562795768287 +56725,91375,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-02,2018-11-06,4,2315,Generic Candidate,10427,DEM,50,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,8,8.510562795768287 +56734,91403,8273,2018,US,House-G-US,2018_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2018-11-02,2018-11-06,4,774,Generic Candidate,10427,DEM,50,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,7,8.510562795768287 +56767,91466,8273,2018,US,House-G-US,2018_House-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2018-11-02,2018-11-06,4,1151,Generic Candidate,10427,DEM,55,52.90413921432354,Generic Candidate,10428,REP,42,44.393576418555256,13,8.510562795768287 +56768,91467,8273,2018,US,House-G-US,2018_House-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2018-10-31,2018-11-06,6,2521,Generic Candidate,10427,DEM,56,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,15,8.510562795768287 +56747,91427,8273,2018,US,House-G-US,2018_House-G_US,TIPP Insights,144,FALSE,FALSE,Live Phone,NA,2018-10-29,2018-11-06,8,798,Generic Candidate,10427,DEM,50,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,9,8.510562795768287 +56844,91662,8273,2018,US,House-G-US,2018_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2018-11-03,2018-11-06,3,1963,Generic Candidate,10427,DEM,44,52.90413921432354,Generic Candidate,10428,REP,41,44.393576418555256,3,8.510562795768287 +56836,91633,8273,2018,US,House-G-US,2018_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2018-11-02,2018-11-06,4,1326,Generic Candidate,10427,DEM,48.1,52.90413921432354,Generic Candidate,10428,REP,43.3,44.393576418555256,4.800000000000004,8.510562795768287 +56846,91661,8273,2018,US,House-G-US,2018_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2018-11-05,2018-11-06,1,2324,Generic Candidate,10427,DEM,50,52.90413921432354,Generic Candidate,10428,REP,40,44.393576418555256,10,8.510562795768287 +56842,91663,8273,2018,US,House-G-US,2018_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2018-11-05,2018-11-06,1,1290,Generic Candidate,10427,DEM,49,52.90413921432354,Generic Candidate,10428,REP,43,44.393576418555256,6,8.510562795768287 +68552,131782,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-06,2020-11-03,58,12000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,6,2.964575207236834 +69628,129815,8274,2020,US,House-G-US,2020_House-G_US,Garin-Hart-Yang Research Group,113,FALSE,FALSE,Online Panel,DEM,2020-09-05,2020-11-03,59,1202,Generic Candidate,13337,DEM,50,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,8,2.964575207236834 +68553,128342,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-07,2020-11-03,57,1057,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,41,47.266561930975136,7,2.964575207236834 +68558,128425,8274,2020,US,House-G-US,2020_House-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-05,2020-11-03,59,758,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,45,47.266561930975136,4,2.964575207236834 +69679,129900,8274,2020,US,House-G-US,2020_House-G_US,Climate Nexus,506,FALSE,FALSE,Online Panel,NA,2020-09-08,2020-11-03,56,1244,Generic Candidate,13337,DEM,51,50.23113713821197,Generic Candidate,13338,REP,41,47.266561930975136,10,2.964575207236834 +69456,131785,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-09,2020-11-03,55,12000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +69409,129266,8274,2020,US,House-G-US,2020_House-G_US,Opinium,559,FALSE,FALSE,Online Panel,NA,2020-09-07,2020-11-03,57,1153,Generic Candidate,13337,DEM,53.03,50.23113713821197,Generic Candidate,13338,REP,45.52,47.266561930975136,7.509999999999998,2.964575207236834 +69412,129291,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-10,2020-11-03,54,1219,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,38,47.266561930975136,11,2.964575207236834 +69439,129538,8274,2020,US,House-G-US,2020_House-G_US,RMG Research,555,FALSE,FALSE,IVR/Text,NA,2020-09-11,2020-11-03,53,941,Generic Candidate,13337,DEM,46,50.23113713821197,Generic Candidate,13338,REP,41,47.266561930975136,5,2.964575207236834 +69459,131788,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-12,2020-11-03,52,12000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,6,2.964575207236834 +69478,129423,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,1062,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,41,47.266561930975136,7,2.964575207236834 +69653,131791,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-15,2020-11-03,49,12000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +69563,129604,8274,2020,US,House-G-US,2020_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2020-09-15,2020-11-03,49,1000,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,7,2.964575207236834 +72155,135307,8274,2020,US,House-G-US,2020_House-G_US,GBAO,109,FALSE,FALSE,Online Panel,NA,2020-09-14,2020-11-03,50,1150,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,9,2.964575207236834 +69549,129577,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-16,2020-11-03,48,1227,Generic Candidate,13337,DEM,47,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,7,2.964575207236834 +69656,131794,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-18,2020-11-03,46,12000,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,7,2.964575207236834 +69624,129851,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-19,2020-11-03,45,1989,Generic Candidate,13337,DEM,47,50.23113713821197,Generic Candidate,13338,REP,41,47.266561930975136,6,2.964575207236834 +70532,131467,8274,2020,US,House-G-US,2020_House-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2020-09-14,2020-11-03,50,5474,Generic Candidate,13337,DEM,50.65,50.23113713821197,Generic Candidate,13338,REP,44.76,47.266561930975136,5.890000000000001,2.964575207236834 +70033,131797,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-21,2020-11-03,43,12000,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,6,2.964575207236834 +69689,129919,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-21,2020-11-03,43,1124,Generic Candidate,13337,DEM,47,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,4,2.964575207236834 +70110,130617,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-18,2020-11-03,46,2000,Generic Candidate,13337,DEM,55.3,50.23113713821197,Generic Candidate,13338,REP,44.7,47.266561930975136,10.599999999999994,2.964575207236834 +69953,130268,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,1124,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,9,2.964575207236834 +70036,131800,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-24,2020-11-03,40,12000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +70009,130410,8274,2020,US,House-G-US,2020_House-G_US,Echelon Insights,407,FALSE,FALSE,Online Panel,NA,2020-09-22,2020-11-03,42,1018,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +70011,130417,8274,2020,US,House-G-US,2020_House-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2020-09-26,2020-11-03,38,809,Generic Candidate,13337,DEM,50,50.23113713821197,Generic Candidate,13338,REP,44,47.266561930975136,6,2.964575207236834 +70021,130432,8274,2020,US,House-G-US,2020_House-G_US,McLaughlin & Associates,203,FALSE,FALSE,Online Panel,NA,2020-09-25,2020-11-03,39,1000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,46,47.266561930975136,2,2.964575207236834 +70567,131803,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-27,2020-11-03,37,12000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +70071,130533,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-09-29,2020-11-03,35,1350,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,6,2.964575207236834 +72212,135467,8274,2020,US,House-G-US,2020_House-G_US,The Winston Group,385,TRUE,FALSE,Online Panel,REP,2020-09-28,2020-11-03,36,1000,Generic Candidate,13337,DEM,46,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,4,2.964575207236834 +70570,131806,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,12000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +70136,131622,8274,2020,US,House-G-US,2020_House-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2020-09-30,2020-11-03,34,1146,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,9,2.964575207236834 +70502,131416,8274,2020,US,House-G-US,2020_House-G_US,John Zogby Strategies,583,FALSE,FALSE,Online Panel,NA,2020-10-02,2020-11-03,32,1006,Generic Candidate,13337,DEM,45.8,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,2.799999999999997,2.964575207236834 +70552,131611,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-01,2020-11-03,33,1346,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,8,2.964575207236834 +70553,131612,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-02,2020-11-03,32,1088,Generic Candidate,13337,DEM,52,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,12,2.964575207236834 +70573,131809,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-03,2020-11-03,31,15478,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,6,2.964575207236834 +70592,131989,8274,2020,US,House-G-US,2020_House-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2020-09-28,2020-11-03,36,4907,Generic Candidate,13337,DEM,51.93,50.23113713821197,Generic Candidate,13338,REP,44.31,47.266561930975136,7.6199999999999974,2.964575207236834 +70696,134724,8274,2020,US,House-G-US,2020_House-G_US,Pew Research Center,253,TRUE,FALSE,Probability Panel,NA,2020-10-02,2020-11-03,32,10542,Generic Candidate,13337,DEM,46,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,6,2.964575207236834 +70680,132180,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-06,2020-11-03,28,17249,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,7,2.964575207236834 +70749,132354,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-09,2020-11-03,25,12000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +70742,132410,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,1366,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,41,47.266561930975136,7,2.964575207236834 +71065,133012,8274,2020,US,House-G-US,2020_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2020-10-11,2020-11-03,23,1000,Generic Candidate,13337,DEM,47,50.23113713821197,Generic Candidate,13338,REP,39,47.266561930975136,8,2.964575207236834 +70778,132426,8274,2020,US,House-G-US,2020_House-G_US,Opinium,559,FALSE,FALSE,Online Panel,NA,2020-10-10,2020-11-03,24,1747,Generic Candidate,13337,DEM,51,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,11,2.964575207236834 +71093,133080,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,12000,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,6,2.964575207236834 +70989,132842,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-12,2020-11-03,22,1333,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,41,47.266561930975136,8,2.964575207236834 +71375,133656,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-15,2020-11-03,19,12000,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,7,2.964575207236834 +71373,133820,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1465,Generic Candidate,13337,DEM,51,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,11,2.964575207236834 +71633,134203,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,12000,Generic Candidate,13337,DEM,50,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,8,2.964575207236834 +71440,133791,8274,2020,US,House-G-US,2020_House-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2020-10-12,2020-11-03,22,5483,Generic Candidate,13337,DEM,52.06,50.23113713821197,Generic Candidate,13338,REP,44.39,47.266561930975136,7.670000000000002,2.964575207236834 +71531,134401,8274,2020,US,House-G-US,2020_House-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1000,Generic Candidate,13337,DEM,51,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,8,2.964575207236834 +72154,135306,8274,2020,US,House-G-US,2020_House-G_US,GBAO,109,FALSE,FALSE,Online Panel,NA,2020-10-17,2020-11-03,17,1150,Generic Candidate,13337,DEM,51,50.23113713821197,Generic Candidate,13338,REP,39,47.266561930975136,12,2.964575207236834 +71542,134011,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-19,2020-11-03,15,1343,Generic Candidate,13337,DEM,50,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,7,2.964575207236834 +71817,134602,8274,2020,US,House-G-US,2020_House-G_US,Echelon Insights,407,FALSE,FALSE,Online Panel,NA,2020-10-18,2020-11-03,16,1006,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,44,47.266561930975136,4,2.964575207236834 +71961,134890,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-21,2020-11-03,13,12000,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,6,2.964575207236834 +71964,134893,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-24,2020-11-03,10,15509,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,6,2.964575207236834 +71973,134923,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-24,2020-11-03,10,1350,Generic Candidate,13337,DEM,54,50.23113713821197,Generic Candidate,13338,REP,41,47.266561930975136,13,2.964575207236834 +72160,135330,8274,2020,US,House-G-US,2020_House-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,886,Generic Candidate,13337,DEM,54,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,12,2.964575207236834 +72213,135468,8274,2020,US,House-G-US,2020_House-G_US,The Winston Group,385,TRUE,FALSE,Online Panel,REP,2020-10-25,2020-11-03,9,1000,Generic Candidate,13337,DEM,47,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,4,2.964575207236834 +72313,135668,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-23,2020-11-03,11,2000,Generic Candidate,13337,DEM,54.5,50.23113713821197,Generic Candidate,13338,REP,45.5,47.266561930975136,9,2.964575207236834 +72600,136243,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-21,2020-11-03,13,2500,Generic Candidate,13337,DEM,51,50.23113713821197,Generic Candidate,13338,REP,40,47.266561930975136,11,2.964575207236834 +72083,135151,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-26,2020-11-03,8,1365,Generic Candidate,13337,DEM,52,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,10,2.964575207236834 +72176,135379,8274,2020,US,House-G-US,2020_House-G_US,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2020-10-25,2020-11-03,9,1000,Generic Candidate,13337,DEM,49.4,50.23113713821197,Generic Candidate,13338,REP,39.3,47.266561930975136,10.100000000000001,2.964575207236834 +72211,135459,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,16374,Generic Candidate,13337,DEM,49,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,6,2.964575207236834 +72227,136340,8274,2020,US,House-G-US,2020_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-10-27,2020-11-03,7,2359,Generic Candidate,13337,DEM,47,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,5,2.964575207236834 +72314,135672,8274,2020,US,House-G-US,2020_House-G_US,Opinium,559,FALSE,FALSE,Online Panel,NA,2020-10-28,2020-11-03,6,1451,Generic Candidate,13337,DEM,50,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,8,2.964575207236834 +72598,136242,8274,2020,US,House-G-US,2020_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2020-10-30,2020-11-03,4,14663,Generic Candidate,13337,DEM,50,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,7,2.964575207236834 +72486,136033,8274,2020,US,House-G-US,2020_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2020-10-30,2020-11-03,4,1000,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +72648,136356,8274,2020,US,House-G-US,2020_House-G_US,John Zogby Strategies,583,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,1008,Generic Candidate,13337,DEM,46.6,50.23113713821197,Generic Candidate,13338,REP,44.3,47.266561930975136,2.3000000000000043,2.964575207236834 +72619,136315,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-10-31,2020-11-03,3,1360,Generic Candidate,13337,DEM,52,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,9,2.964575207236834 +72808,136615,8274,2020,US,House-G-US,2020_House-G_US,University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,Probability Panel,NA,2020-10-26,2020-11-03,8,5413,Generic Candidate,13337,DEM,52.59,50.23113713821197,Generic Candidate,13338,REP,44.59,47.266561930975136,8,2.964575207236834 +72714,136473,8274,2020,US,House-G-US,2020_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,1363,Generic Candidate,13337,DEM,52,50.23113713821197,Generic Candidate,13338,REP,42,47.266561930975136,10,2.964575207236834 +73340,137479,8274,2020,US,House-G-US,2020_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2020-11-01,2020-11-03,2,2297,Generic Candidate,13337,DEM,48,50.23113713821197,Generic Candidate,13338,REP,43,47.266561930975136,5,2.964575207236834 +28139,33417,8652,2000,US,House-G-US,2000_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-09-10,2000-11-07,58,843,Generic Candidate,13742,DEM,42,46.975279737705975,Generic Candidate,13743,REP,34,47.31800861099513,8,-0.342728873289154 +28136,33414,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-11,2000-11-07,57,1005,Generic Candidate,13742,DEM,41,46.975279737705975,Generic Candidate,13743,REP,36,47.31800861099513,5,-0.342728873289154 +28138,33416,8652,2000,US,House-G-US,2000_House-G_US,Selzer & Co.,304,TRUE,FALSE,NA,NA,2000-09-09,2000-11-07,59,773,Generic Candidate,13742,DEM,44,46.975279737705975,Generic Candidate,13743,REP,35,47.31800861099513,9,-0.342728873289154 +6752,33413,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-09-12,2000-11-07,56,1000,Generic Candidate,13742,DEM,39,46.975279737705975,Generic Candidate,13743,REP,38,47.31800861099513,1,-0.342728873289154 +6717,33410,8652,2000,US,House-G-US,2000_House-G_US,McLaughlin & Associates,203,FALSE,FALSE,NA,NA,2000-09-16,2000-11-07,52,1000,Generic Candidate,13742,DEM,43,46.975279737705975,Generic Candidate,13743,REP,44,47.31800861099513,-1,-0.342728873289154 +6719,33408,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-09-16,2000-11-07,52,1000,Generic Candidate,13742,DEM,39,46.975279737705975,Generic Candidate,13743,REP,38,47.31800861099513,1,-0.342728873289154 +28127,33405,8652,2000,US,House-G-US,2000_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-09-21,2000-11-07,47,766,Generic Candidate,13742,DEM,46,46.975279737705975,Generic Candidate,13743,REP,46,47.31800861099513,0,-0.342728873289154 +28125,33403,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-23,2000-11-07,45,1004,Generic Candidate,13742,DEM,40,46.975279737705975,Generic Candidate,13743,REP,36,47.31800861099513,4,-0.342728873289154 +6685,33402,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-09-22,2000-11-07,46,1000,Generic Candidate,13742,DEM,38,46.975279737705975,Generic Candidate,13743,REP,41,47.31800861099513,-3,-0.342728873289154 +6667,33401,8652,2000,US,House-G-US,2000_House-G_US,Los Angeles Times,172,TRUE,TRUE,Live Phone,NA,2000-09-24,2000-11-07,44,694,Generic Candidate,13742,DEM,47,46.975279737705975,Generic Candidate,13743,REP,45,47.31800861099513,2,-0.342728873289154 +6646,120619,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-27,2000-11-07,41,1200,Generic Candidate,13742,DEM,40,46.975279737705975,Generic Candidate,13743,REP,38,47.31800861099513,2,-0.342728873289154 +6634,33397,8652,2000,US,House-G-US,2000_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-09-29,2000-11-07,39,1000,Generic Candidate,13742,DEM,48,46.975279737705975,Generic Candidate,13743,REP,43,47.31800861099513,5,-0.342728873289154 +6643,33396,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-09-28,2000-11-07,40,1000,Generic Candidate,13742,DEM,39,46.975279737705975,Generic Candidate,13743,REP,37,47.31800861099513,2,-0.342728873289154 +6620,120616,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-09-30,2000-11-07,38,1200,Generic Candidate,13742,DEM,40,46.975279737705975,Generic Candidate,13743,REP,37,47.31800861099513,3,-0.342728873289154 +37100,122051,8652,2000,US,House-G-US,2000_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-09-29,2000-11-07,39,1036,Generic Candidate,13742,DEM,39,46.975279737705975,Generic Candidate,13743,REP,39,47.31800861099513,0,-0.342728873289154 +6605,120613,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-03,2000-11-07,35,1200,Generic Candidate,13742,DEM,42,46.975279737705975,Generic Candidate,13743,REP,35,47.31800861099513,7,-0.342728873289154 +6601,33392,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-10-04,2000-11-07,34,1000,Generic Candidate,13742,DEM,40,46.975279737705975,Generic Candidate,13743,REP,39,47.31800861099513,1,-0.342728873289154 +28113,33391,8652,2000,US,House-G-US,2000_House-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-10-04,2000-11-07,34,636,Generic Candidate,13742,DEM,43,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,1,-0.342728873289154 +6574,120610,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-06,2000-11-07,32,1200,Generic Candidate,13742,DEM,40,46.975279737705975,Generic Candidate,13743,REP,37,47.31800861099513,3,-0.342728873289154 +6589,33389,8652,2000,US,House-G-US,2000_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2000-10-06,2000-11-07,32,1009,Generic Candidate,13742,DEM,47,46.975279737705975,Generic Candidate,13743,REP,43,47.31800861099513,4,-0.342728873289154 +28109,33387,8652,2000,US,House-G-US,2000_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-08,2000-11-07,30,999,Generic Candidate,13742,DEM,39,46.975279737705975,Generic Candidate,13743,REP,36,47.31800861099513,3,-0.342728873289154 +6548,120607,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-09,2000-11-07,29,1200,Generic Candidate,13742,DEM,43,46.975279737705975,Generic Candidate,13743,REP,36,47.31800861099513,7,-0.342728873289154 +6542,33385,8652,2000,US,House-G-US,2000_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-10-09,2000-11-07,29,1027,Generic Candidate,13742,DEM,48,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,6,-0.342728873289154 +6552,33384,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-10-10,2000-11-07,28,1000,Generic Candidate,13742,DEM,41,46.975279737705975,Generic Candidate,13743,REP,39,47.31800861099513,2,-0.342728873289154 +6525,120604,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-12,2000-11-07,26,1200,Generic Candidate,13742,DEM,38,46.975279737705975,Generic Candidate,13743,REP,40,47.31800861099513,-2,-0.342728873289154 +28103,33381,8652,2000,US,House-G-US,2000_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-12,2000-11-07,26,803,Generic Candidate,13742,DEM,46,46.975279737705975,Generic Candidate,13743,REP,44,47.31800861099513,2,-0.342728873289154 +28104,33382,8652,2000,US,House-G-US,2000_House-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-10-12,2000-11-07,26,603,Generic Candidate,13742,DEM,42,46.975279737705975,Generic Candidate,13743,REP,48,47.31800861099513,-6,-0.342728873289154 +6498,33379,8652,2000,US,House-G-US,2000_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-14,2000-11-07,24,756,Generic Candidate,13742,DEM,47,46.975279737705975,Generic Candidate,13743,REP,46,47.31800861099513,1,-0.342728873289154 +6490,120601,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-15,2000-11-07,23,1200,Generic Candidate,13742,DEM,39,46.975279737705975,Generic Candidate,13743,REP,41,47.31800861099513,-2,-0.342728873289154 +6519,33377,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2000-10-14,2000-11-07,24,1000,Generic Candidate,13742,DEM,43,46.975279737705975,Generic Candidate,13743,REP,39,47.31800861099513,4,-0.342728873289154 +6476,33375,8652,2000,US,House-G-US,2000_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-17,2000-11-07,21,706,Generic Candidate,13742,DEM,45,46.975279737705975,Generic Candidate,13743,REP,50,47.31800861099513,-5,-0.342728873289154 +6466,120598,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-18,2000-11-07,20,1200,Generic Candidate,13742,DEM,39,46.975279737705975,Generic Candidate,13743,REP,39,47.31800861099513,0,-0.342728873289154 +28095,33373,8652,2000,US,House-G-US,2000_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-19,2000-11-07,19,800,Generic Candidate,13742,DEM,47,46.975279737705975,Generic Candidate,13743,REP,43,47.31800861099513,4,-0.342728873289154 +28094,33372,8652,2000,US,House-G-US,2000_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-20,2000-11-07,18,825,Generic Candidate,13742,DEM,38,46.975279737705975,Generic Candidate,13743,REP,38,47.31800861099513,0,-0.342728873289154 +6423,120595,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-21,2000-11-07,17,1204,Generic Candidate,13742,DEM,40,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,-2,-0.342728873289154 +28091,33369,8652,2000,US,House-G-US,2000_House-G_US,American Viewpoint,10,FALSE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,800,Generic Candidate,13742,DEM,40,46.975279737705975,Generic Candidate,13743,REP,41,47.31800861099513,-1,-0.342728873289154 +6455,33367,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-10-20,2000-11-07,18,1000,Generic Candidate,13742,DEM,42,46.975279737705975,Generic Candidate,13743,REP,40,47.31800861099513,2,-0.342728873289154 +63612,117319,8652,2000,US,House-G-US,2000_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-10-22,2000-11-07,16,3750,Generic Candidate,13742,DEM,39.3,46.975279737705975,Generic Candidate,13743,REP,41.2,47.31800861099513,-1.9000000000000057,-0.342728873289154 +6381,120594,8652,2000,US,House-G-US,2000_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2000-10-24,2000-11-07,14,1209,Generic Candidate,13742,DEM,45,46.975279737705975,Generic Candidate,13743,REP,38,47.31800861099513,7,-0.342728873289154 +28085,33363,8652,2000,US,House-G-US,2000_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-10-24,2000-11-07,14,998,Generic Candidate,13742,DEM,47,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,5,-0.342728873289154 +6378,122053,8652,2000,US,House-G-US,2000_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-25,2000-11-07,13,1036,Generic Candidate,13742,DEM,45,46.975279737705975,Generic Candidate,13743,REP,47,47.31800861099513,-2,-0.342728873289154 +28080,33358,8652,2000,US,House-G-US,2000_House-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,2000-10-25,2000-11-07,13,1076,Generic Candidate,13742,DEM,46,46.975279737705975,Generic Candidate,13743,REP,45,47.31800861099513,1,-0.342728873289154 +63878,33357,8652,2000,US,House-G-US,2000_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-26,2000-11-07,12,818,Generic Candidate,13742,DEM,46,46.975279737705975,Generic Candidate,13743,REP,44,47.31800861099513,2,-0.342728873289154 +6306,122056,8652,2000,US,House-G-US,2000_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-10-28,2000-11-07,10,1036,Generic Candidate,13742,DEM,47,46.975279737705975,Generic Candidate,13743,REP,45,47.31800861099513,2,-0.342728873289154 +6375,33354,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-10-26,2000-11-07,12,1000,Generic Candidate,13742,DEM,42,46.975279737705975,Generic Candidate,13743,REP,38,47.31800861099513,4,-0.342728873289154 +6396,123193,8652,2000,US,House-G-US,2000_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-10-26,2000-11-07,12,1036,Generic Candidate,13742,DEM,43,46.975279737705975,Generic Candidate,13743,REP,37,47.31800861099513,6,-0.342728873289154 +6246,33350,8652,2000,US,House-G-US,2000_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2000-10-30,2000-11-07,8,1016,Generic Candidate,13742,DEM,49,46.975279737705975,Generic Candidate,13743,REP,44,47.31800861099513,5,-0.342728873289154 +28073,33351,8652,2000,US,House-G-US,2000_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-10-30,2000-11-07,8,965,Generic Candidate,13742,DEM,44,46.975279737705975,Generic Candidate,13743,REP,37,47.31800861099513,7,-0.342728873289154 +6237,33348,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-11-01,2000-11-07,6,1000,Generic Candidate,13742,DEM,41,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,-1,-0.342728873289154 +28068,33346,8652,2000,US,House-G-US,2000_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,1000,Generic Candidate,13742,DEM,45,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,3,-0.342728873289154 +28069,117351,8652,2000,US,House-G-US,2000_House-G_US,Polling Company/Global Strategy Group,255,TRUE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,1000,Generic Candidate,13742,DEM,39,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,-3,-0.342728873289154 +63596,122071,8652,2000,US,House-G-US,2000_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2000-11-01,2000-11-07,6,1036,Generic Candidate,13742,DEM,50,46.975279737705975,Generic Candidate,13743,REP,41,47.31800861099513,9,-0.342728873289154 +63641,117320,8652,2000,US,House-G-US,2000_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-01,2000-11-07,6,3750,Generic Candidate,13742,DEM,41.2,46.975279737705975,Generic Candidate,13743,REP,41,47.31800861099513,0.20000000000000284,-0.342728873289154 +6188,33345,8652,2000,US,House-G-US,2000_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-11-03,2000-11-07,4,1158,Generic Candidate,13742,DEM,40,46.975279737705975,Generic Candidate,13743,REP,39,47.31800861099513,1,-0.342728873289154 +65848,33344,8652,2000,US,House-G-US,2000_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2000-11-03,2000-11-07,4,1805,Generic Candidate,13742,DEM,47,46.975279737705975,Generic Candidate,13743,REP,43,47.31800861099513,4,-0.342728873289154 +28064,33342,8652,2000,US,House-G-US,2000_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2000-11-04,2000-11-07,3,1829,Generic Candidate,13742,DEM,48,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,6,-0.342728873289154 +42760,33341,8652,2000,US,House-G-US,2000_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2000-11-04,2000-11-07,3,1273,Generic Candidate,13742,DEM,41,46.975279737705975,Generic Candidate,13743,REP,38,47.31800861099513,3,-0.342728873289154 +6125,33339,8652,2000,US,House-G-US,2000_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,2350,Generic Candidate,13742,DEM,49,46.975279737705975,Generic Candidate,13743,REP,45,47.31800861099513,4,-0.342728873289154 +6126,33338,8652,2000,US,House-G-US,2000_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2000-11-05,2000-11-07,2,1000,Generic Candidate,13742,DEM,44,46.975279737705975,Generic Candidate,13743,REP,42,47.31800861099513,2,-0.342728873289154 +63655,117322,8652,2000,US,House-G-US,2000_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2000-11-05,2000-11-07,2,3750,Generic Candidate,13742,DEM,41.4,46.975279737705975,Generic Candidate,13743,REP,43.9,47.31800861099513,-2.5,-0.342728873289154 +27999,33277,8653,2002,US,House-G-US,2002_House-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,2002-09-08,2002-11-05,58,758,Generic Candidate,13744,DEM,40,44.9859921371811,Generic Candidate,13745,REP,40,49.695010957758264,0,-4.709018820577164 +28000,33278,8653,2002,US,House-G-US,2002_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2002-09-07,2002-11-05,59,1919,Generic Candidate,13744,DEM,46,44.9859921371811,Generic Candidate,13745,REP,44,49.695010957758264,2,-4.709018820577164 +27998,33276,8653,2002,US,House-G-US,2002_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2002-09-12,2002-11-05,54,1036,Generic Candidate,13744,DEM,41,44.9859921371811,Generic Candidate,13745,REP,43,49.695010957758264,-2,-4.709018820577164 +66335,123497,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2002-09-18,2002-11-05,48,1036,Generic Candidate,13744,DEM,44,44.9859921371811,Generic Candidate,13745,REP,43,49.695010957758264,1,-4.709018820577164 +27997,33275,8653,2002,US,House-G-US,2002_House-G_US,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2002-09-17,2002-11-05,49,800,Generic Candidate,13744,DEM,39,44.9859921371811,Generic Candidate,13745,REP,42,49.695010957758264,-3,-4.709018820577164 +27995,33273,8653,2002,US,House-G-US,2002_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-09-21,2002-11-05,45,1036,Generic Candidate,13744,DEM,50,44.9859921371811,Generic Candidate,13745,REP,46,49.695010957758264,4,-4.709018820577164 +66336,123498,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2002-09-21,2002-11-05,45,1036,Generic Candidate,13744,DEM,44,44.9859921371811,Generic Candidate,13745,REP,43,49.695010957758264,1,-4.709018820577164 +27996,33274,8653,2002,US,House-G-US,2002_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2002-09-19,2002-11-05,47,1036,Generic Candidate,13744,DEM,45,44.9859921371811,Generic Candidate,13745,REP,45,49.695010957758264,0,-4.709018820577164 +38114,33272,8653,2002,US,House-G-US,2002_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2002-09-22,2002-11-05,44,903,Generic Candidate,13744,DEM,40,44.9859921371811,Generic Candidate,13745,REP,40,49.695010957758264,0,-4.709018820577164 +27993,33271,8653,2002,US,House-G-US,2002_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2002-09-24,2002-11-05,42,900,Generic Candidate,13744,DEM,45,44.9859921371811,Generic Candidate,13745,REP,42,49.695010957758264,3,-4.709018820577164 +27992,120400,8653,2002,US,House-G-US,2002_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2002-09-25,2002-11-05,41,1036,Generic Candidate,13744,DEM,49,44.9859921371811,Generic Candidate,13745,REP,47,49.695010957758264,2,-4.709018820577164 +27991,123132,8653,2002,US,House-G-US,2002_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2002-09-26,2002-11-05,40,1036,Generic Candidate,13744,DEM,41,44.9859921371811,Generic Candidate,13745,REP,34,49.695010957758264,7,-4.709018820577164 +66323,123471,8653,2002,US,House-G-US,2002_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2002-10-01,2002-11-05,35,1036,Generic Candidate,13744,DEM,46,44.9859921371811,Generic Candidate,13745,REP,44,49.695010957758264,2,-4.709018820577164 +66337,123499,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2002-10-02,2002-11-05,34,1036,Generic Candidate,13744,DEM,44,44.9859921371811,Generic Candidate,13745,REP,43,49.695010957758264,1,-4.709018820577164 +38122,33268,8653,2002,US,House-G-US,2002_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2002-10-04,2002-11-05,32,1036,Generic Candidate,13744,DEM,46,44.9859921371811,Generic Candidate,13745,REP,43,49.695010957758264,3,-4.709018820577164 +27988,123480,8653,2002,US,House-G-US,2002_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-10-05,2002-11-05,31,1036,Generic Candidate,13744,DEM,48,44.9859921371811,Generic Candidate,13745,REP,47,49.695010957758264,1,-4.709018820577164 +27989,33267,8653,2002,US,House-G-US,2002_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2002-10-04,2002-11-05,32,1036,Generic Candidate,13744,DEM,46,44.9859921371811,Generic Candidate,13745,REP,44,49.695010957758264,2,-4.709018820577164 +27987,33265,8653,2002,US,House-G-US,2002_House-G_US,Wirthlin Worldwide,387,TRUE,TRUE,NA,NA,2002-10-06,2002-11-05,30,869,Generic Candidate,13744,DEM,43,44.9859921371811,Generic Candidate,13745,REP,41,49.695010957758264,2,-4.709018820577164 +27986,33264,8653,2002,US,House-G-US,2002_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2002-10-08,2002-11-05,28,900,Generic Candidate,13744,DEM,40,44.9859921371811,Generic Candidate,13745,REP,42,49.695010957758264,-2,-4.709018820577164 +6091,33263,8653,2002,US,House-G-US,2002_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2002-10-09,2002-11-05,27,769,Generic Candidate,13744,DEM,39,44.9859921371811,Generic Candidate,13745,REP,44,49.695010957758264,-5,-4.709018820577164 +38126,33262,8653,2002,US,House-G-US,2002_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2002-10-10,2002-11-05,26,1036,Generic Candidate,13744,DEM,46,44.9859921371811,Generic Candidate,13745,REP,43,49.695010957758264,3,-4.709018820577164 +38124,123474,8653,2002,US,House-G-US,2002_House-G_US,TIPP Insights,144,FALSE,FALSE,NA,NA,2002-10-10,2002-11-05,26,1036,Generic Candidate,13744,DEM,47,44.9859921371811,Generic Candidate,13745,REP,40,49.695010957758264,7,-4.709018820577164 +66338,123500,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2002-10-16,2002-11-05,20,1036,Generic Candidate,13744,DEM,44,44.9859921371811,Generic Candidate,13745,REP,44,49.695010957758264,0,-4.709018820577164 +27983,33261,8653,2002,US,House-G-US,2002_House-G_US,GQR Research/Public Opinion Strategies,222,TRUE,TRUE,Live Phone,NA,2002-10-16,2002-11-05,20,762,Generic Candidate,13744,DEM,45,44.9859921371811,Generic Candidate,13745,REP,41,49.695010957758264,4,-4.709018820577164 +27982,33260,8653,2002,US,House-G-US,2002_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2002-10-20,2002-11-05,16,1012,Generic Candidate,13744,DEM,39,44.9859921371811,Generic Candidate,13745,REP,39,49.695010957758264,0,-4.709018820577164 +27981,33259,8653,2002,US,House-G-US,2002_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-10-21,2002-11-05,15,1036,Generic Candidate,13744,DEM,49,44.9859921371811,Generic Candidate,13745,REP,46,49.695010957758264,3,-4.709018820577164 +27980,33258,8653,2002,US,House-G-US,2002_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2002-10-22,2002-11-05,14,900,Generic Candidate,13744,DEM,40,44.9859921371811,Generic Candidate,13745,REP,41,49.695010957758264,-1,-4.709018820577164 +38134,117348,8653,2002,US,House-G-US,2002_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2002-10-23,2002-11-05,13,882,Generic Candidate,13744,DEM,47,44.9859921371811,Generic Candidate,13745,REP,43,49.695010957758264,4,-4.709018820577164 +27979,33257,8653,2002,US,House-G-US,2002_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2002-10-23,2002-11-05,13,1001,Generic Candidate,13744,DEM,47,44.9859921371811,Generic Candidate,13745,REP,44,49.695010957758264,3,-4.709018820577164 +65021,120621,8653,2002,US,House-G-US,2002_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-23,2002-11-05,13,1200,Generic Candidate,13744,DEM,39,44.9859921371811,Generic Candidate,13745,REP,37,49.695010957758264,2,-4.709018820577164 +27977,33255,8653,2002,US,House-G-US,2002_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2002-10-24,2002-11-05,12,581,Generic Candidate,13744,DEM,43,44.9859921371811,Generic Candidate,13745,REP,46,49.695010957758264,-3,-4.709018820577164 +66195,123134,8653,2002,US,House-G-US,2002_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2002-10-24,2002-11-05,12,1036,Generic Candidate,13744,DEM,38,44.9859921371811,Generic Candidate,13745,REP,37,49.695010957758264,1,-4.709018820577164 +27975,123502,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,1036,Generic Candidate,13744,DEM,46,44.9859921371811,Generic Candidate,13745,REP,40,49.695010957758264,6,-4.709018820577164 +27976,120399,8653,2002,US,House-G-US,2002_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2002-10-26,2002-11-05,10,1036,Generic Candidate,13744,DEM,47,44.9859921371811,Generic Candidate,13745,REP,49,49.695010957758264,-2,-4.709018820577164 +27974,33252,8653,2002,US,House-G-US,2002_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,1006,Generic Candidate,13744,DEM,51,44.9859921371811,Generic Candidate,13745,REP,49,49.695010957758264,2,-4.709018820577164 +66339,123503,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2002-10-30,2002-11-05,6,1036,Generic Candidate,13744,DEM,45,44.9859921371811,Generic Candidate,13745,REP,45,49.695010957758264,0,-4.709018820577164 +38139,33251,8653,2002,US,House-G-US,2002_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2002-10-29,2002-11-05,7,669,Generic Candidate,13744,DEM,40,44.9859921371811,Generic Candidate,13745,REP,47,49.695010957758264,-7,-4.709018820577164 +38138,123501,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2002-10-28,2002-11-05,8,1036,Generic Candidate,13744,DEM,45,44.9859921371811,Generic Candidate,13745,REP,44,49.695010957758264,1,-4.709018820577164 +66191,123127,8653,2002,US,House-G-US,2002_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2002-10-19,2002-11-05,17,1677,Generic Candidate,13744,DEM,42,44.9859921371811,Generic Candidate,13745,REP,37,49.695010957758264,5,-4.709018820577164 +27970,33248,8653,2002,US,House-G-US,2002_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,504,Generic Candidate,13744,DEM,50,44.9859921371811,Generic Candidate,13745,REP,49,49.695010957758264,1,-4.709018820577164 +66192,33249,8653,2002,US,House-G-US,2002_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,1035,Generic Candidate,13744,DEM,46,44.9859921371811,Generic Candidate,13745,REP,44,49.695010957758264,2,-4.709018820577164 +66340,123505,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,505,Generic Candidate,13744,DEM,44,44.9859921371811,Generic Candidate,13745,REP,47,49.695010957758264,-3,-4.709018820577164 +38143,33250,8653,2002,US,House-G-US,2002_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,715,Generic Candidate,13744,DEM,45,44.9859921371811,Generic Candidate,13745,REP,51,49.695010957758264,-6,-4.709018820577164 +66169,123041,8653,2002,US,House-G-US,2002_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,845,Generic Candidate,13744,DEM,48,44.9859921371811,Generic Candidate,13745,REP,48,49.695010957758264,0,-4.709018820577164 +27969,33247,8653,2002,US,House-G-US,2002_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2002-10-31,2002-11-05,5,1036,Generic Candidate,13744,DEM,44,44.9859921371811,Generic Candidate,13745,REP,46,49.695010957758264,-2,-4.709018820577164 +38141,117325,8653,2002,US,House-G-US,2002_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2002-11-02,2002-11-05,3,845,Generic Candidate,13744,DEM,48,44.9859921371811,Generic Candidate,13745,REP,48,49.695010957758264,0,-4.709018820577164 +66193,123129,8653,2002,US,House-G-US,2002_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2002-11-01,2002-11-05,4,1036,Generic Candidate,13744,DEM,37,44.9859921371811,Generic Candidate,13745,REP,33,49.695010957758264,4,-4.709018820577164 +77317,149268,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-04,2004-11-02,59,3000,Generic Candidate,13750,DEM,41.9,46.62708981386551,Generic Candidate,13751,REP,40.4,49.19860378302368,1.5,-2.5715139691581683 +14986,33210,8654,2004,US,House-G-US,2004_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-09-04,2004-11-02,59,1036,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,48,49.19860378302368,-2,-2.5715139691581683 +77314,149265,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-07,2004-11-02,56,3000,Generic Candidate,13750,DEM,44.5,46.62708981386551,Generic Candidate,13751,REP,40.5,49.19860378302368,4,-2.5715139691581683 +77437,149446,8654,2004,US,House-G-US,2004_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-09-07,2004-11-02,56,2106,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,4,-2.5715139691581683 +14913,33208,8654,2004,US,House-G-US,2004_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2004-09-08,2004-11-02,55,1036,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,49,49.19860378302368,-3,-2.5715139691581683 +15027,33209,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-09-08,2004-11-02,55,1036,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,45,49.19860378302368,1,-2.5715139691581683 +77311,149262,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-10,2004-11-02,53,3000,Generic Candidate,13750,DEM,43.8,46.62708981386551,Generic Candidate,13751,REP,40.1,49.19860378302368,3.6999999999999957,-2.5715139691581683 +66155,122976,8654,2004,US,House-G-US,2004_House-G_US,Knowledge Networks,164,TRUE,TRUE,Probability Panel,NA,2004-09-10,2004-11-02,53,959,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,40,49.19860378302368,8,-2.5715139691581683 +77308,149259,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-13,2004-11-02,50,3000,Generic Candidate,13750,DEM,45.4,46.62708981386551,Generic Candidate,13751,REP,38.9,49.19860378302368,6.5,-2.5715139691581683 +15026,33207,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-09-13,2004-11-02,50,1036,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,44,49.19860378302368,4,-2.5715139691581683 +27928,33206,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-09-14,2004-11-02,49,1036,Generic Candidate,13750,DEM,45,46.62708981386551,Generic Candidate,13751,REP,41,49.19860378302368,4,-2.5715139691581683 +66365,123559,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-09-15,2004-11-02,48,1000,Generic Candidate,13750,DEM,45,46.62708981386551,Generic Candidate,13751,REP,41,49.19860378302368,4,-2.5715139691581683 +14948,33205,8654,2004,US,House-G-US,2004_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-09-14,2004-11-02,49,1036,Generic Candidate,13750,DEM,41,46.62708981386551,Generic Candidate,13751,REP,39,49.19860378302368,2,-2.5715139691581683 +77305,149256,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-16,2004-11-02,47,3000,Generic Candidate,13750,DEM,43.1,46.62708981386551,Generic Candidate,13751,REP,41.9,49.19860378302368,1.2000000000000028,-2.5715139691581683 +15296,123569,8654,2004,US,House-G-US,2004_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2004-09-18,2004-11-02,45,1036,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,4,-2.5715139691581683 +77302,149253,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-19,2004-11-02,44,3000,Generic Candidate,13750,DEM,43.4,46.62708981386551,Generic Candidate,13751,REP,41.1,49.19860378302368,2.299999999999997,-2.5715139691581683 +15025,33203,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-09-20,2004-11-02,43,1036,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,45,49.19860378302368,3,-2.5715139691581683 +14908,33202,8654,2004,US,House-G-US,2004_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2004-09-21,2004-11-02,42,1036,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,49,49.19860378302368,-3,-2.5715139691581683 +27923,33201,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-09-22,2004-11-02,41,1000,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,43,49.19860378302368,1,-2.5715139691581683 +77299,149250,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-22,2004-11-02,41,3000,Generic Candidate,13750,DEM,44.6,46.62708981386551,Generic Candidate,13751,REP,40.2,49.19860378302368,4.399999999999999,-2.5715139691581683 +77296,149247,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-25,2004-11-02,38,3000,Generic Candidate,13750,DEM,43.3,46.62708981386551,Generic Candidate,13751,REP,41.8,49.19860378302368,1.5,-2.5715139691581683 +15024,123538,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-09-27,2004-11-02,36,1036,Generic Candidate,13750,DEM,47,46.62708981386551,Generic Candidate,13751,REP,46,49.19860378302368,1,-2.5715139691581683 +77294,149245,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-09-28,2004-11-02,35,3000,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,40.7,49.19860378302368,3.299999999999997,-2.5715139691581683 +77440,149449,8654,2004,US,House-G-US,2004_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-09-28,2004-11-02,35,2225,Generic Candidate,13750,DEM,45,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,3,-2.5715139691581683 +66366,123560,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-09-29,2004-11-02,34,1000,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,4,-2.5715139691581683 +27921,33199,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-09-29,2004-11-02,34,1036,Generic Candidate,13750,DEM,45,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,3,-2.5715139691581683 +77291,149242,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-01,2004-11-02,32,3000,Generic Candidate,13750,DEM,45,46.62708981386551,Generic Candidate,13751,REP,40.1,49.19860378302368,4.899999999999999,-2.5715139691581683 +27920,33198,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-04,2004-11-02,29,3000,Generic Candidate,13750,DEM,45.5,46.62708981386551,Generic Candidate,13751,REP,40.7,49.19860378302368,4.799999999999997,-2.5715139691581683 +77441,149452,8654,2004,US,House-G-US,2004_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-10-04,2004-11-02,29,1566,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,41,49.19860378302368,5,-2.5715139691581683 +15023,33197,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-10-04,2004-11-02,29,1036,Generic Candidate,13750,DEM,49,46.62708981386551,Generic Candidate,13751,REP,45,49.19860378302368,4,-2.5715139691581683 +14907,33196,8654,2004,US,House-G-US,2004_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2004-10-05,2004-11-02,28,1036,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,44,49.19860378302368,4,-2.5715139691581683 +27917,33195,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2004-10-06,2004-11-02,27,1000,Generic Candidate,13750,DEM,43,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,1,-2.5715139691581683 +77286,149237,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-07,2004-11-02,26,3000,Generic Candidate,13750,DEM,43.9,46.62708981386551,Generic Candidate,13751,REP,41.4,49.19860378302368,2.5,-2.5715139691581683 +77284,149235,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-10,2004-11-02,23,3000,Generic Candidate,13750,DEM,44.4,46.62708981386551,Generic Candidate,13751,REP,40.7,49.19860378302368,3.6999999999999957,-2.5715139691581683 +15022,123539,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2004-10-10,2004-11-02,23,1036,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,45,49.19860378302368,3,-2.5715139691581683 +27915,33193,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-13,2004-11-02,20,1000,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,40,49.19860378302368,4,-2.5715139691581683 +77281,149232,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-13,2004-11-02,20,3000,Generic Candidate,13750,DEM,43.6,46.62708981386551,Generic Candidate,13751,REP,42.3,49.19860378302368,1.3000000000000043,-2.5715139691581683 +15322,123575,8654,2004,US,House-G-US,2004_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2004-10-14,2004-11-02,19,1036,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,46,49.19860378302368,-2,-2.5715139691581683 +38555,33190,8654,2004,US,House-G-US,2004_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2004-10-14,2004-11-02,19,678,Generic Candidate,13750,DEM,45,46.62708981386551,Generic Candidate,13751,REP,39,49.19860378302368,6,-2.5715139691581683 +15021,117344,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-15,2004-11-02,18,1024,Generic Candidate,13750,DEM,49,46.62708981386551,Generic Candidate,13751,REP,45,49.19860378302368,4,-2.5715139691581683 +77279,149230,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-16,2004-11-02,17,3000,Generic Candidate,13750,DEM,44.1,46.62708981386551,Generic Candidate,13751,REP,41.2,49.19860378302368,2.8999999999999986,-2.5715139691581683 +15020,117345,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-17,2004-11-02,16,1001,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,46,49.19860378302368,2,-2.5715139691581683 +15295,123570,8654,2004,US,House-G-US,2004_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2004-10-17,2004-11-02,16,1036,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,44,49.19860378302368,0,-2.5715139691581683 +66156,122977,8654,2004,US,House-G-US,2004_House-G_US,Knowledge Networks,164,TRUE,TRUE,Probability Panel,NA,2004-10-15,2004-11-02,18,968,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,4,-2.5715139691581683 +77277,149227,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-19,2004-11-02,14,3000,Generic Candidate,13750,DEM,44.5,46.62708981386551,Generic Candidate,13751,REP,40.9,49.19860378302368,3.6000000000000014,-2.5715139691581683 +14906,33189,8654,2004,US,House-G-US,2004_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2004-10-19,2004-11-02,14,1036,Generic Candidate,13750,DEM,47,46.62708981386551,Generic Candidate,13751,REP,46,49.19860378302368,1,-2.5715139691581683 +63810,149453,8654,2004,US,House-G-US,2004_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2004-10-19,2004-11-02,14,2535,Generic Candidate,13750,DEM,47,46.62708981386551,Generic Candidate,13751,REP,39,49.19860378302368,8,-2.5715139691581683 +38559,122984,8654,2004,US,House-G-US,2004_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2004-10-19,2004-11-02,14,1200,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,45,49.19860378302368,3,-2.5715139691581683 +63737,117340,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,1000,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,4,-2.5715139691581683 +15019,33187,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-20,2004-11-02,13,1036,Generic Candidate,13750,DEM,49,46.62708981386551,Generic Candidate,13751,REP,44,49.19860378302368,5,-2.5715139691581683 +27910,33188,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-20,2004-11-02,13,1036,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,43,49.19860378302368,3,-2.5715139691581683 +15321,33186,8654,2004,US,House-G-US,2004_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2004-10-21,2004-11-02,12,1036,Generic Candidate,13750,DEM,46,46.62708981386551,Generic Candidate,13751,REP,47,49.19860378302368,-1,-2.5715139691581683 +77274,149224,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-22,2004-11-02,11,3000,Generic Candidate,13750,DEM,45,46.62708981386551,Generic Candidate,13751,REP,42.6,49.19860378302368,2.3999999999999986,-2.5715139691581683 +14994,33185,8654,2004,US,House-G-US,2004_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-23,2004-11-02,10,1036,Generic Candidate,13750,DEM,47,46.62708981386551,Generic Candidate,13751,REP,50,49.19860378302368,-3,-2.5715139691581683 +15018,33184,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-24,2004-11-02,9,1036,Generic Candidate,13750,DEM,51,46.62708981386551,Generic Candidate,13751,REP,42,49.19860378302368,9,-2.5715139691581683 +77271,149221,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-25,2004-11-02,8,3000,Generic Candidate,13750,DEM,44.4,46.62708981386551,Generic Candidate,13751,REP,42.2,49.19860378302368,2.1999999999999957,-2.5715139691581683 +66367,123561,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,1000,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,44,49.19860378302368,0,-2.5715139691581683 +15016,33181,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-27,2004-11-02,6,1503,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,45,49.19860378302368,3,-2.5715139691581683 +27904,33182,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-27,2004-11-02,6,1036,Generic Candidate,13750,DEM,45,46.62708981386551,Generic Candidate,13751,REP,44,49.19860378302368,1,-2.5715139691581683 +77269,149219,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-28,2004-11-02,5,3000,Generic Candidate,13750,DEM,45.2,46.62708981386551,Generic Candidate,13751,REP,43,49.19860378302368,2.200000000000003,-2.5715139691581683 +15320,33180,8654,2004,US,House-G-US,2004_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2004-10-28,2004-11-02,5,882,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,49,49.19860378302368,-5,-2.5715139691581683 +15014,33176,8654,2004,US,House-G-US,2004_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2004-10-30,2004-11-02,3,1036,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,46,49.19860378302368,2,-2.5715139691581683 +14993,117333,8654,2004,US,House-G-US,2004_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1573,Generic Candidate,13750,DEM,48,46.62708981386551,Generic Candidate,13751,REP,47,49.19860378302368,1,-2.5715139691581683 +15294,123571,8654,2004,US,House-G-US,2004_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2004-10-30,2004-11-02,3,1014,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,43,49.19860378302368,1,-2.5715139691581683 +14920,33175,8654,2004,US,House-G-US,2004_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2004-10-31,2004-11-02,2,1000,Generic Candidate,13750,DEM,44,46.62708981386551,Generic Candidate,13751,REP,47,49.19860378302368,-3,-2.5715139691581683 +27901,149216,8654,2004,US,House-G-US,2004_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2004-10-31,2004-11-02,2,3000,Generic Candidate,13750,DEM,45.6,46.62708981386551,Generic Candidate,13751,REP,43.2,49.19860378302368,2.3999999999999986,-2.5715139691581683 +27768,123653,8655,2006,US,House-G-US,2006_House-G_US,Gallup,112,TRUE,FALSE,NA,NA,2006-09-09,2006-11-07,59,1036,Generic Candidate,13746,DEM,53,51.96242489024857,Generic Candidate,13747,REP,43,44.07619666109529,10,7.886228229153282 +27769,33047,8655,2006,US,House-G-US,2006_House-G_US,Pew Research Center,253,TRUE,FALSE,NA,NA,2006-09-08,2006-11-07,60,1036,Generic Candidate,13746,DEM,50,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,11,7.886228229153282 +27767,33045,8655,2006,US,House-G-US,2006_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2006-09-10,2006-11-07,58,1036,Generic Candidate,13746,DEM,48,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,9,7.886228229153282 +66387,123610,8655,2006,US,House-G-US,2006_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,NA,NA,2006-09-10,2006-11-07,58,1036,Generic Candidate,13746,DEM,46,51.96242489024857,Generic Candidate,13747,REP,35,44.07619666109529,11,7.886228229153282 +27765,33043,8655,2006,US,House-G-US,2006_House-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2006-09-12,2006-11-07,56,900,Generic Candidate,13746,DEM,41,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,3,7.886228229153282 +27766,33044,8655,2006,US,House-G-US,2006_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2006-09-12,2006-11-07,56,1036,Generic Candidate,13746,DEM,53,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,14,7.886228229153282 +42845,123671,8655,2006,US,House-G-US,2006_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2006-09-13,2006-11-07,55,1036,Generic Candidate,13746,DEM,37,51.96242489024857,Generic Candidate,13747,REP,34,44.07619666109529,3,7.886228229153282 +27764,123655,8655,2006,US,House-G-US,2006_House-G_US,Gallup,112,TRUE,FALSE,NA,NA,2006-09-16,2006-11-07,52,1036,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,45,44.07619666109529,4,7.886228229153282 +27762,33040,8655,2006,US,House-G-US,2006_House-G_US,Los Angeles Times,172,TRUE,TRUE,NA,NA,2006-09-18,2006-11-07,50,1347,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,10,7.886228229153282 +38906,33041,8655,2006,US,House-G-US,2006_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2006-09-17,2006-11-07,51,1036,Generic Candidate,13746,DEM,50,51.96242489024857,Generic Candidate,13747,REP,35,44.07619666109529,15,7.886228229153282 +27761,33039,8655,2006,US,House-G-US,2006_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-09-23,2006-11-07,45,1036,Generic Candidate,13746,DEM,55,51.96242489024857,Generic Candidate,13747,REP,42,44.07619666109529,13,7.886228229153282 +43951,123635,8655,2006,US,House-G-US,2006_House-G_US,RT Strategies,275,FALSE,TRUE,NA,NA,2006-09-23,2006-11-07,45,1036,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,35,44.07619666109529,14,7.886228229153282 +66632,124216,8655,2006,US,House-G-US,2006_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2006-09-24,2006-11-07,44,1000,Generic Candidate,13746,DEM,50,51.96242489024857,Generic Candidate,13747,REP,42,44.07619666109529,8,7.886228229153282 +27760,33038,8655,2006,US,House-G-US,2006_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2006-09-24,2006-11-07,44,1036,Generic Candidate,13746,DEM,42,51.96242489024857,Generic Candidate,13747,REP,33,44.07619666109529,9,7.886228229153282 +27759,33037,8655,2006,US,House-G-US,2006_House-G_US,Financial Dynamics,95,FALSE,TRUE,NA,NA,2006-09-25,2006-11-07,43,1036,Generic Candidate,13746,DEM,43,51.96242489024857,Generic Candidate,13747,REP,33,44.07619666109529,10,7.886228229153282 +27757,33035,8655,2006,US,House-G-US,2006_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2006-09-26,2006-11-07,42,900,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,11,7.886228229153282 +27758,33036,8655,2006,US,House-G-US,2006_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2006-09-26,2006-11-07,42,1000,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,41,44.07619666109529,8,7.886228229153282 +43950,123636,8655,2006,US,House-G-US,2006_House-G_US,RT Strategies,275,FALSE,TRUE,NA,NA,2006-09-29,2006-11-07,39,1036,Generic Candidate,13746,DEM,48,51.96242489024857,Generic Candidate,13747,REP,35,44.07619666109529,13,7.886228229153282 +27754,33032,8655,2006,US,House-G-US,2006_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2006-10-01,2006-11-07,37,1036,Generic Candidate,13746,DEM,48,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,9,7.886228229153282 +27755,33033,8655,2006,US,House-G-US,2006_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-01,2006-11-07,37,1036,Generic Candidate,13746,DEM,53,51.96242489024857,Generic Candidate,13747,REP,42,44.07619666109529,11,7.886228229153282 +27756,33034,8655,2006,US,House-G-US,2006_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2006-10-01,2006-11-07,37,1036,Generic Candidate,13746,DEM,40,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,1,7.886228229153282 +27753,33031,8655,2006,US,House-G-US,2006_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2006-10-02,2006-11-07,36,1036,Generic Candidate,13746,DEM,51,51.96242489024857,Generic Candidate,13747,REP,41,44.07619666109529,10,7.886228229153282 +27750,33028,8655,2006,US,House-G-US,2006_House-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2006-10-03,2006-11-07,35,860,Generic Candidate,13746,DEM,54,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,15,7.886228229153282 +27751,33029,8655,2006,US,House-G-US,2006_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2006-10-03,2006-11-07,35,1036,Generic Candidate,13746,DEM,51,51.96242489024857,Generic Candidate,13747,REP,41,44.07619666109529,10,7.886228229153282 +66160,122995,8655,2006,US,House-G-US,2006_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2006-10-03,2006-11-07,35,1036,Generic Candidate,13746,DEM,53,51.96242489024857,Generic Candidate,13747,REP,34,44.07619666109529,19,7.886228229153282 +27752,33030,8655,2006,US,House-G-US,2006_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2006-09-27,2006-11-07,41,1036,Generic Candidate,13746,DEM,51,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,13,7.886228229153282 +27749,123630,8655,2006,US,House-G-US,2006_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2006-10-05,2006-11-07,33,1036,Generic Candidate,13746,DEM,51,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,12,7.886228229153282 +27744,33022,8655,2006,US,House-G-US,2006_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-07,2006-11-07,31,1036,Generic Candidate,13746,DEM,58,51.96242489024857,Generic Candidate,13747,REP,37,44.07619666109529,21,7.886228229153282 +27745,123657,8655,2006,US,House-G-US,2006_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-10-07,2006-11-07,31,1036,Generic Candidate,13746,DEM,52,51.96242489024857,Generic Candidate,13747,REP,42,44.07619666109529,10,7.886228229153282 +27746,33024,8655,2006,US,House-G-US,2006_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2006-10-07,2006-11-07,31,1036,Generic Candidate,13746,DEM,54,51.96242489024857,Generic Candidate,13747,REP,41,44.07619666109529,13,7.886228229153282 +27747,33025,8655,2006,US,House-G-US,2006_House-G_US,RT Strategies,275,FALSE,TRUE,NA,NA,2006-10-07,2006-11-07,31,1036,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,11,7.886228229153282 +38921,33026,8655,2006,US,House-G-US,2006_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2006-10-07,2006-11-07,31,1036,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,35,44.07619666109529,14,7.886228229153282 +38924,33021,8655,2006,US,House-G-US,2006_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,NA,NA,2006-10-08,2006-11-07,30,1036,Generic Candidate,13746,DEM,47,51.96242489024857,Generic Candidate,13747,REP,35,44.07619666109529,12,7.886228229153282 +66388,123612,8655,2006,US,House-G-US,2006_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,NA,NA,2006-10-08,2006-11-07,30,1036,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,36,44.07619666109529,13,7.886228229153282 +28954,33020,8655,2006,US,House-G-US,2006_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2006-10-10,2006-11-07,28,900,Generic Candidate,13746,DEM,50,51.96242489024857,Generic Candidate,13747,REP,41,44.07619666109529,9,7.886228229153282 +42844,123672,8655,2006,US,House-G-US,2006_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2006-10-11,2006-11-07,27,1036,Generic Candidate,13746,DEM,37,51.96242489024857,Generic Candidate,13747,REP,34,44.07619666109529,3,7.886228229153282 +27741,33019,8655,2006,US,House-G-US,2006_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-14,2006-11-07,24,1036,Generic Candidate,13746,DEM,56,51.96242489024857,Generic Candidate,13747,REP,40,44.07619666109529,16,7.886228229153282 +66157,122978,8655,2006,US,House-G-US,2006_House-G_US,Knowledge Networks,164,TRUE,TRUE,Probability Panel,NA,2006-10-10,2006-11-07,28,1058,Generic Candidate,13746,DEM,57,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,19,7.886228229153282 +27740,33018,8655,2006,US,House-G-US,2006_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2006-10-15,2006-11-07,23,1036,Generic Candidate,13746,DEM,52,51.96242489024857,Generic Candidate,13747,REP,37,44.07619666109529,15,7.886228229153282 +27739,33017,8655,2006,US,House-G-US,2006_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2006-10-19,2006-11-07,19,1036,Generic Candidate,13746,DEM,55,51.96242489024857,Generic Candidate,13747,REP,37,44.07619666109529,18,7.886228229153282 +27735,33013,8655,2006,US,House-G-US,2006_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,1036,Generic Candidate,13746,DEM,57,51.96242489024857,Generic Candidate,13747,REP,40,44.07619666109529,17,7.886228229153282 +27736,123659,8655,2006,US,House-G-US,2006_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,1036,Generic Candidate,13746,DEM,48,51.96242489024857,Generic Candidate,13747,REP,44,44.07619666109529,4,7.886228229153282 +27737,33015,8655,2006,US,House-G-US,2006_House-G_US,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-21,2006-11-07,17,1036,Generic Candidate,13746,DEM,57,51.96242489024857,Generic Candidate,13747,REP,35,44.07619666109529,22,7.886228229153282 +28953,117327,8655,2006,US,House-G-US,2006_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2006-10-21,2006-11-07,17,875,Generic Candidate,13746,DEM,55,51.96242489024857,Generic Candidate,13747,REP,41,44.07619666109529,14,7.886228229153282 +27738,33016,8655,2006,US,House-G-US,2006_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2006-10-19,2006-11-07,19,1118,Generic Candidate,13746,DEM,50,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,11,7.886228229153282 +27734,33012,8655,2006,US,House-G-US,2006_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2006-10-21,2006-11-07,17,1000,Generic Candidate,13746,DEM,52,51.96242489024857,Generic Candidate,13747,REP,34,44.07619666109529,18,7.886228229153282 +27733,33011,8655,2006,US,House-G-US,2006_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,1013,Generic Candidate,13746,DEM,44,51.96242489024857,Generic Candidate,13747,REP,33,44.07619666109529,11,7.886228229153282 +38936,117350,8655,2006,US,House-G-US,2006_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,795,Generic Candidate,13746,DEM,47,51.96242489024857,Generic Candidate,13747,REP,33,44.07619666109529,14,7.886228229153282 +66389,123614,8655,2006,US,House-G-US,2006_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,1000,Generic Candidate,13746,DEM,46,51.96242489024857,Generic Candidate,13747,REP,31,44.07619666109529,15,7.886228229153282 +27731,33009,8655,2006,US,House-G-US,2006_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2006-10-24,2006-11-07,14,900,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,11,7.886228229153282 +27732,33010,8655,2006,US,House-G-US,2006_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,970,Generic Candidate,13746,DEM,56,51.96242489024857,Generic Candidate,13747,REP,37,44.07619666109529,19,7.886228229153282 +66161,122996,8655,2006,US,House-G-US,2006_House-G_US,Ipsos,154,TRUE,FALSE,Live Phone,NA,2006-10-22,2006-11-07,16,1036,Generic Candidate,13746,DEM,54,51.96242489024857,Generic Candidate,13747,REP,34,44.07619666109529,20,7.886228229153282 +27730,123631,8655,2006,US,House-G-US,2006_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2006-10-26,2006-11-07,12,1036,Generic Candidate,13746,DEM,53,51.96242489024857,Generic Candidate,13747,REP,39,44.07619666109529,14,7.886228229153282 +4087,33006,8655,2006,US,House-G-US,2006_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-10-28,2006-11-07,10,1036,Generic Candidate,13746,DEM,53,51.96242489024857,Generic Candidate,13747,REP,42,44.07619666109529,11,7.886228229153282 +27729,117590,8655,2006,US,House-G-US,2006_House-G_US,RT Strategies,275,FALSE,TRUE,Live Phone,NA,2006-10-28,2006-11-07,10,807,Generic Candidate,13746,DEM,61,51.96242489024857,Generic Candidate,13747,REP,35,44.07619666109529,26,7.886228229153282 +27727,33005,8655,2006,US,House-G-US,2006_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2006-10-29,2006-11-07,9,1010,Generic Candidate,13746,DEM,52,51.96242489024857,Generic Candidate,13747,REP,37,44.07619666109529,15,7.886228229153282 +66634,124136,8655,2006,US,House-G-US,2006_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2006-10-30,2006-11-07,8,1000,Generic Candidate,13746,DEM,52,51.96242489024857,Generic Candidate,13747,REP,43,44.07619666109529,9,7.886228229153282 +38942,33004,8655,2006,US,House-G-US,2006_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2006-10-29,2006-11-07,9,598,Generic Candidate,13746,DEM,52,51.96242489024857,Generic Candidate,13747,REP,34,44.07619666109529,18,7.886228229153282 +27724,33002,8655,2006,US,House-G-US,2006_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2006-11-02,2006-11-07,5,838,Generic Candidate,13746,DEM,54,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,16,7.886228229153282 +38946,117328,8655,2006,US,House-G-US,2006_House-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,679,Generic Candidate,13746,DEM,55,51.96242489024857,Generic Candidate,13747,REP,40,44.07619666109529,15,7.886228229153282 +66164,123022,8655,2006,US,House-G-US,2006_House-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2006-11-02,2006-11-07,5,1036,Generic Candidate,13746,DEM,53,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,15,7.886228229153282 +27722,120394,8655,2006,US,House-G-US,2006_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2006-11-03,2006-11-07,4,1036,Generic Candidate,13746,DEM,51,51.96242489024857,Generic Candidate,13747,REP,45,44.07619666109529,6,7.886228229153282 +27723,33001,8655,2006,US,House-G-US,2006_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2006-11-03,2006-11-07,4,1795,Generic Candidate,13746,DEM,47,51.96242489024857,Generic Candidate,13747,REP,43,44.07619666109529,4,7.886228229153282 +27719,32997,8655,2006,US,House-G-US,2006_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2006-11-04,2006-11-07,3,900,Generic Candidate,13746,DEM,49,51.96242489024857,Generic Candidate,13747,REP,36,44.07619666109529,13,7.886228229153282 +27720,32998,8655,2006,US,House-G-US,2006_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2006-11-04,2006-11-07,3,636,Generic Candidate,13746,DEM,58,51.96242489024857,Generic Candidate,13747,REP,38,44.07619666109529,20,7.886228229153282 +27721,123661,8655,2006,US,House-G-US,2006_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2006-11-04,2006-11-07,3,801,Generic Candidate,13746,DEM,51,51.96242489024857,Generic Candidate,13747,REP,43,44.07619666109529,8,7.886228229153282 +14967,32951,8656,2008,US,House-G-US,2008_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-09-06,2008-11-04,59,942,Generic Candidate,13748,DEM,49,52.92984754828992,Generic Candidate,13749,REP,46,42.380248826024946,3,10.549598722264975 +15623,32952,8656,2008,US,House-G-US,2008_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-09-06,2008-11-04,59,823,Generic Candidate,13748,DEM,45,52.92984754828992,Generic Candidate,13749,REP,50,42.380248826024946,-5,10.549598722264975 +15206,120322,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-08,2008-11-04,57,913,Generic Candidate,13748,DEM,42,52.92984754828992,Generic Candidate,13749,REP,35,42.380248826024946,7,10.549598722264975 +15150,32949,8656,2008,US,House-G-US,2008_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-09-09,2008-11-04,56,1036,Generic Candidate,13748,DEM,50,52.92984754828992,Generic Candidate,13749,REP,45,42.380248826024946,5,10.549598722264975 +14897,32950,8656,2008,US,House-G-US,2008_House-G_US,GfK Group,115,TRUE,TRUE,NA,NA,2008-09-07,2008-11-04,58,1036,Generic Candidate,13748,DEM,46,52.92984754828992,Generic Candidate,13749,REP,41,42.380248826024946,5,10.549598722264975 +15341,32947,8656,2008,US,House-G-US,2008_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2008-09-10,2008-11-04,55,1038,Generic Candidate,13748,DEM,49,52.92984754828992,Generic Candidate,13749,REP,41,42.380248826024946,8,10.549598722264975 +27670,32948,8656,2008,US,House-G-US,2008_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-09-09,2008-11-04,56,1000,Generic Candidate,13748,DEM,48,52.92984754828992,Generic Candidate,13749,REP,40,42.380248826024946,8,10.549598722264975 +15205,120319,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-11,2008-11-04,54,906,Generic Candidate,13748,DEM,44,52.92984754828992,Generic Candidate,13749,REP,34,42.380248826024946,10,10.549598722264975 +27668,32946,8656,2008,US,House-G-US,2008_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-11,2008-11-04,54,1036,Generic Candidate,13748,DEM,44,52.92984754828992,Generic Candidate,13749,REP,38,42.380248826024946,6,10.549598722264975 +15204,120316,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-14,2008-11-04,51,912,Generic Candidate,13748,DEM,42,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,5,10.549598722264975 +18182,123678,8656,2008,US,House-G-US,2008_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-09-14,2008-11-04,51,712,Generic Candidate,13748,DEM,51,52.92984754828992,Generic Candidate,13749,REP,32,42.380248826024946,19,10.549598722264975 +15193,120313,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-17,2008-11-04,48,1036,Generic Candidate,13748,DEM,43,52.92984754828992,Generic Candidate,13749,REP,35,42.380248826024946,8,10.549598722264975 +15203,120310,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-20,2008-11-04,45,903,Generic Candidate,13748,DEM,44,52.92984754828992,Generic Candidate,13749,REP,35,42.380248826024946,9,10.549598722264975 +14966,32943,8656,2008,US,House-G-US,2008_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-09-20,2008-11-04,45,697,Generic Candidate,13748,DEM,56,52.92984754828992,Generic Candidate,13749,REP,42,42.380248826024946,14,10.549598722264975 +27666,32944,8656,2008,US,House-G-US,2008_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-09-18,2008-11-04,47,1036,Generic Candidate,13748,DEM,45,52.92984754828992,Generic Candidate,13749,REP,38,42.380248826024946,7,10.549598722264975 +15256,32941,8656,2008,US,House-G-US,2008_House-G_US,Los Angeles Times,172,TRUE,TRUE,NA,NA,2008-09-21,2008-11-04,44,1036,Generic Candidate,13748,DEM,51,52.92984754828992,Generic Candidate,13749,REP,41,42.380248826024946,10,10.549598722264975 +18181,32942,8656,2008,US,House-G-US,2008_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,NA,NA,2008-09-21,2008-11-04,44,1036,Generic Candidate,13748,DEM,50,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,13,10.549598722264975 +15197,120307,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-23,2008-11-04,42,914,Generic Candidate,13748,DEM,43,52.92984754828992,Generic Candidate,13749,REP,35,42.380248826024946,8,10.549598722264975 +27662,32940,8656,2008,US,House-G-US,2008_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-09-23,2008-11-04,42,1000,Generic Candidate,13748,DEM,46,52.92984754828992,Generic Candidate,13749,REP,41,42.380248826024946,5,10.549598722264975 +66159,122993,8656,2008,US,House-G-US,2008_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2008-09-24,2008-11-04,41,1000,Generic Candidate,13748,DEM,52,52.92984754828992,Generic Candidate,13749,REP,44,42.380248826024946,8,10.549598722264975 +15196,120305,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-26,2008-11-04,39,901,Generic Candidate,13748,DEM,45,52.92984754828992,Generic Candidate,13749,REP,35,42.380248826024946,10,10.549598722264975 +15563,32939,8656,2008,US,House-G-US,2008_House-G_US,Abt Associates,7,TRUE,FALSE,Live Phone,NA,2008-09-28,2008-11-04,37,1036,Generic Candidate,13748,DEM,46,52.92984754828992,Generic Candidate,13749,REP,36,42.380248826024946,10,10.549598722264975 +15202,120302,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-09-29,2008-11-04,36,909,Generic Candidate,13748,DEM,44,52.92984754828992,Generic Candidate,13749,REP,36,42.380248826024946,8,10.549598722264975 +15152,32937,8656,2008,US,House-G-US,2008_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-09-29,2008-11-04,36,1036,Generic Candidate,13748,DEM,51,52.92984754828992,Generic Candidate,13749,REP,43,42.380248826024946,8,10.549598722264975 +14896,32938,8656,2008,US,House-G-US,2008_House-G_US,GfK Group,115,TRUE,TRUE,NA,NA,2008-09-29,2008-11-04,36,1036,Generic Candidate,13748,DEM,49,52.92984754828992,Generic Candidate,13749,REP,36,42.380248826024946,13,10.549598722264975 +64961,120435,8656,2008,US,House-G-US,2008_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-10-01,2008-11-04,34,1000,Generic Candidate,13748,DEM,49,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,12,10.549598722264975 +15201,120300,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-02,2008-11-04,33,909,Generic Candidate,13748,DEM,44,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,7,10.549598722264975 +15308,32935,8656,2008,US,House-G-US,2008_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2008-10-04,2008-11-04,31,1036,Generic Candidate,13748,DEM,49,52.92984754828992,Generic Candidate,13749,REP,36,42.380248826024946,13,10.549598722264975 +14964,123685,8656,2008,US,House-G-US,2008_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-04,2008-11-04,31,694,Generic Candidate,13748,DEM,52,52.92984754828992,Generic Candidate,13749,REP,47,42.380248826024946,5,10.549598722264975 +15149,32936,8656,2008,US,House-G-US,2008_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2008-10-03,2008-11-04,32,1036,Generic Candidate,13748,DEM,54,52.92984754828992,Generic Candidate,13749,REP,41,42.380248826024946,13,10.549598722264975 +15200,120297,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-05,2008-11-04,30,852,Generic Candidate,13748,DEM,43,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,6,10.549598722264975 +15192,120294,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-08,2008-11-04,27,808,Generic Candidate,13748,DEM,42,52.92984754828992,Generic Candidate,13749,REP,34,42.380248826024946,8,10.549598722264975 +15061,32933,8656,2008,US,House-G-US,2008_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2008-10-08,2008-11-04,27,900,Generic Candidate,13748,DEM,44,52.92984754828992,Generic Candidate,13749,REP,39,42.380248826024946,5,10.549598722264975 +15190,120291,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-11,2008-11-04,24,823,Generic Candidate,13748,DEM,45,52.92984754828992,Generic Candidate,13749,REP,34,42.380248826024946,11,10.549598722264975 +15082,122966,8656,2008,US,House-G-US,2008_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-10-11,2008-11-04,24,1269,Generic Candidate,13748,DEM,51,52.92984754828992,Generic Candidate,13749,REP,43,42.380248826024946,8,10.549598722264975 +15257,32930,8656,2008,US,House-G-US,2008_House-G_US,Los Angeles Times,172,TRUE,TRUE,NA,NA,2008-10-12,2008-11-04,23,1446,Generic Candidate,13748,DEM,45,52.92984754828992,Generic Candidate,13749,REP,39,42.380248826024946,6,10.549598722264975 +15536,32931,8656,2008,US,House-G-US,2008_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-12,2008-11-04,23,699,Generic Candidate,13748,DEM,48,52.92984754828992,Generic Candidate,13749,REP,34,42.380248826024946,14,10.549598722264975 +15191,117357,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-14,2008-11-04,21,725,Generic Candidate,13748,DEM,44,52.92984754828992,Generic Candidate,13749,REP,38,42.380248826024946,6,10.549598722264975 +27651,120433,8656,2008,US,House-G-US,2008_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2008-10-12,2008-11-04,23,1000,Generic Candidate,13748,DEM,48,52.92984754828992,Generic Candidate,13749,REP,40,42.380248826024946,8,10.549598722264975 +15195,117359,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-17,2008-11-04,18,785,Generic Candidate,13748,DEM,42,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,5,10.549598722264975 +15306,32928,8656,2008,US,House-G-US,2008_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,1036,Generic Candidate,13748,DEM,49,52.92984754828992,Generic Candidate,13749,REP,38,42.380248826024946,11,10.549598722264975 +18178,117330,8656,2008,US,House-G-US,2008_House-G_US,GfK Group,115,TRUE,TRUE,Live Phone,NA,2008-10-18,2008-11-04,17,800,Generic Candidate,13748,DEM,43,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,6,10.549598722264975 +15194,117358,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-20,2008-11-04,15,780,Generic Candidate,13748,DEM,43,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,6,10.549598722264975 +27649,120432,8656,2008,US,House-G-US,2008_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2008-10-19,2008-11-04,16,1000,Generic Candidate,13748,DEM,48,52.92984754828992,Generic Candidate,13749,REP,40,42.380248826024946,8,10.549598722264975 +15535,32926,8656,2008,US,House-G-US,2008_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-21,2008-11-04,14,1036,Generic Candidate,13748,DEM,48,52.92984754828992,Generic Candidate,13749,REP,36,42.380248826024946,12,10.549598722264975 +43062,122994,8656,2008,US,House-G-US,2008_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2008-10-22,2008-11-04,13,1000,Generic Candidate,13748,DEM,52,52.92984754828992,Generic Candidate,13749,REP,42,42.380248826024946,10,10.549598722264975 +15187,117354,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-23,2008-11-04,12,869,Generic Candidate,13748,DEM,46,52.92984754828992,Generic Candidate,13749,REP,38,42.380248826024946,8,10.549598722264975 +27647,32925,8656,2008,US,House-G-US,2008_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2008-10-23,2008-11-04,12,1036,Generic Candidate,13748,DEM,47,52.92984754828992,Generic Candidate,13749,REP,40,42.380248826024946,7,10.549598722264975 +15189,117356,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-26,2008-11-04,9,800,Generic Candidate,13748,DEM,46,52.92984754828992,Generic Candidate,13749,REP,38,42.380248826024946,8,10.549598722264975 +27646,32924,8656,2008,US,House-G-US,2008_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,1036,Generic Candidate,13748,DEM,45,52.92984754828992,Generic Candidate,13749,REP,41,42.380248826024946,4,10.549598722264975 +64960,120431,8656,2008,US,House-G-US,2008_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2008-10-26,2008-11-04,9,1000,Generic Candidate,13748,DEM,45,52.92984754828992,Generic Candidate,13749,REP,41,42.380248826024946,4,10.549598722264975 +18176,32923,8656,2008,US,House-G-US,2008_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-27,2008-11-04,8,1036,Generic Candidate,13748,DEM,48,52.92984754828992,Generic Candidate,13749,REP,36,42.380248826024946,12,10.549598722264975 +15188,117355,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-10-29,2008-11-04,6,870,Generic Candidate,13748,DEM,46,52.92984754828992,Generic Candidate,13749,REP,37,42.380248826024946,9,10.549598722264975 +63538,122952,8656,2008,US,House-G-US,2008_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-30,2008-11-04,5,1036,Generic Candidate,13748,DEM,45,52.92984754828992,Generic Candidate,13749,REP,36,42.380248826024946,9,10.549598722264975 +14962,123686,8656,2008,US,House-G-US,2008_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2008-10-31,2008-11-04,4,1036,Generic Candidate,13748,DEM,54,52.92984754828992,Generic Candidate,13749,REP,45,42.380248826024946,9,10.549598722264975 +43068,122953,8656,2008,US,House-G-US,2008_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2008-10-31,2008-11-04,4,257,Generic Candidate,13748,DEM,46,52.92984754828992,Generic Candidate,13749,REP,28,42.380248826024946,18,10.549598722264975 +15186,32921,8656,2008,US,House-G-US,2008_House-G_US,Financial Dynamics,95,FALSE,TRUE,Live Phone,NA,2008-11-01,2008-11-04,3,1036,Generic Candidate,13748,DEM,44,52.92984754828992,Generic Candidate,13749,REP,39,42.380248826024946,5,10.549598722264975 +15145,123689,8656,2008,US,House-G-US,2008_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,2458,Generic Candidate,13748,DEM,54,52.92984754828992,Generic Candidate,13749,REP,41,42.380248826024946,13,10.549598722264975 +15318,32920,8656,2008,US,House-G-US,2008_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2008-11-01,2008-11-04,3,1011,Generic Candidate,13748,DEM,48,52.92984754828992,Generic Candidate,13749,REP,36,42.380248826024946,12,10.549598722264975 +43138,124268,8657,2010,US,House-G-US,2010_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2010-09-04,2010-11-02,59,1000,Generic Candidate,13740,DEM,48,44.870170299214415,Generic Candidate,13741,REP,43,51.384096439662926,5,-6.513926140448511 +27419,32697,8657,2010,US,House-G-US,2010_House-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2010-09-04,2010-11-02,59,1036,Generic Candidate,13740,DEM,37,44.870170299214415,Generic Candidate,13741,REP,42,51.384096439662926,-5,-6.513926140448511 +1164,32696,8657,2010,US,House-G-US,2010_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2010-09-08,2010-11-02,55,1036,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,43,51.384096439662926,0,-6.513926140448511 +43141,124269,8657,2010,US,House-G-US,2010_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2010-09-11,2010-11-02,52,1000,Generic Candidate,13740,DEM,49,44.870170299214415,Generic Candidate,13741,REP,46,51.384096439662926,3,-6.513926140448511 +27416,32694,8657,2010,US,House-G-US,2010_House-G_US,Gallup,112,TRUE,FALSE,NA,NA,2010-09-09,2010-11-02,54,1036,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-5,-6.513926140448511 +27417,32695,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-09,2010-11-02,54,1036,Generic Candidate,13740,DEM,38,44.870170299214415,Generic Candidate,13741,REP,47,51.384096439662926,-9,-6.513926140448511 +1160,32692,8657,2010,US,House-G-US,2010_House-G_US,Public Policy Polling,263,FALSE,FALSE,NA,NA,2010-09-12,2010-11-02,51,1036,Generic Candidate,13740,DEM,45,44.870170299214415,Generic Candidate,13741,REP,44,51.384096439662926,1,-6.513926140448511 +27415,32693,8657,2010,US,House-G-US,2010_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2010-09-10,2010-11-02,53,1036,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,53,51.384096439662926,-10,-6.513926140448511 +27412,32690,8657,2010,US,House-G-US,2010_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,2010-09-13,2010-11-02,50,1036,Generic Candidate,13740,DEM,40,44.870170299214415,Generic Candidate,13741,REP,50,51.384096439662926,-10,-6.513926140448511 +1157,32691,8657,2010,US,House-G-US,2010_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,NA,NA,2010-09-12,2010-11-02,51,1036,Generic Candidate,13740,DEM,38,44.870170299214415,Generic Candidate,13741,REP,40,51.384096439662926,-2,-6.513926140448511 +1150,32687,8657,2010,US,House-G-US,2010_House-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2010-09-15,2010-11-02,48,1036,Generic Candidate,13740,DEM,40,44.870170299214415,Generic Candidate,13741,REP,46,51.384096439662926,-6,-6.513926140448511 +27411,32689,8657,2010,US,House-G-US,2010_House-G_US,Public Opinion Strategies,260,TRUE,FALSE,NA,NA,2010-09-15,2010-11-02,48,1036,Generic Candidate,13740,DEM,39,44.870170299214415,Generic Candidate,13741,REP,44,51.384096439662926,-5,-6.513926140448511 +35150,32688,8657,2010,US,House-G-US,2010_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-09-15,2010-11-02,48,1036,Generic Candidate,13740,DEM,45,44.870170299214415,Generic Candidate,13741,REP,47,51.384096439662926,-2,-6.513926140448511 +1147,32684,8657,2010,US,House-G-US,2010_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2010-09-18,2010-11-02,45,1036,Generic Candidate,13740,DEM,46,44.870170299214415,Generic Candidate,13741,REP,45,51.384096439662926,1,-6.513926140448511 +27407,32685,8657,2010,US,House-G-US,2010_House-G_US,Gallup,112,TRUE,FALSE,NA,NA,2010-09-16,2010-11-02,47,1036,Generic Candidate,13740,DEM,46,44.870170299214415,Generic Candidate,13741,REP,45,51.384096439662926,1,-6.513926140448511 +27408,32686,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-16,2010-11-02,47,1036,Generic Candidate,13740,DEM,38,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-10,-6.513926140448511 +1139,32683,8657,2010,US,House-G-US,2010_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,NA,NA,2010-09-21,2010-11-02,42,1036,Generic Candidate,13740,DEM,42,44.870170299214415,Generic Candidate,13741,REP,47,51.384096439662926,-5,-6.513926140448511 +1136,32682,8657,2010,US,House-G-US,2010_House-G_US,Big Village,37,FALSE,FALSE,NA,NA,2010-09-22,2010-11-02,41,1036,Generic Candidate,13740,DEM,44,44.870170299214415,Generic Candidate,13741,REP,53,51.384096439662926,-9,-6.513926140448511 +27402,32680,8657,2010,US,House-G-US,2010_House-G_US,Gallup,112,TRUE,FALSE,NA,NA,2010-09-23,2010-11-02,40,1036,Generic Candidate,13740,DEM,46,44.870170299214415,Generic Candidate,13741,REP,46,51.384096439662926,0,-6.513926140448511 +27403,32681,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-23,2010-11-02,40,1036,Generic Candidate,13740,DEM,40,44.870170299214415,Generic Candidate,13741,REP,46,51.384096439662926,-6,-6.513926140448511 +1126,32679,8657,2010,US,House-G-US,2010_House-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,2010-09-28,2010-11-02,35,1036,Generic Candidate,13740,DEM,38,44.870170299214415,Generic Candidate,13741,REP,44,51.384096439662926,-6,-6.513926140448511 +1124,32678,8657,2010,US,House-G-US,2010_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,2010-09-29,2010-11-02,34,1036,Generic Candidate,13740,DEM,48,44.870170299214415,Generic Candidate,13741,REP,43,51.384096439662926,5,-6.513926140448511 +43143,124270,8657,2010,US,House-G-US,2010_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2010-09-29,2010-11-02,34,1000,Generic Candidate,13740,DEM,48,44.870170299214415,Generic Candidate,13741,REP,47,51.384096439662926,1,-6.513926140448511 +1121,32676,8657,2010,US,House-G-US,2010_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,NA,NA,2010-10-02,2010-11-02,31,1036,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,49,51.384096439662926,-6,-6.513926140448511 +27399,32677,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-09-30,2010-11-02,33,1036,Generic Candidate,13740,DEM,42,44.870170299214415,Generic Candidate,13741,REP,45,51.384096439662926,-3,-6.513926140448511 +1116,32675,8657,2010,US,House-G-US,2010_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2010-10-03,2010-11-02,30,1036,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,49,51.384096439662926,-6,-6.513926140448511 +27396,32674,8657,2010,US,House-G-US,2010_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2010-10-03,2010-11-02,30,1036,Generic Candidate,13740,DEM,37,44.870170299214415,Generic Candidate,13741,REP,45,51.384096439662926,-8,-6.513926140448511 +1113,32673,8657,2010,US,House-G-US,2010_House-G_US,Big Village,37,FALSE,FALSE,NA,NA,2010-10-06,2010-11-02,27,1036,Generic Candidate,13740,DEM,45,44.870170299214415,Generic Candidate,13741,REP,52,51.384096439662926,-7,-6.513926140448511 +27393,32671,8657,2010,US,House-G-US,2010_House-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2010-10-09,2010-11-02,24,1036,Generic Candidate,13740,DEM,42,44.870170299214415,Generic Candidate,13741,REP,40,51.384096439662926,2,-6.513926140448511 +27394,32672,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-07,2010-11-02,26,1036,Generic Candidate,13740,DEM,39,44.870170299214415,Generic Candidate,13741,REP,47,51.384096439662926,-8,-6.513926140448511 +1111,32670,8657,2010,US,House-G-US,2010_House-G_US,Ipsos,154,TRUE,FALSE,NA,NA,2010-10-09,2010-11-02,24,1036,Generic Candidate,13740,DEM,44,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-4,-6.513926140448511 +1104,32669,8657,2010,US,House-G-US,2010_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2010-10-12,2010-11-02,21,1036,Generic Candidate,13740,DEM,39,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-9,-6.513926140448511 +63735,117338,8657,2010,US,House-G-US,2010_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2010-10-12,2010-11-02,21,1951,Generic Candidate,13740,DEM,40.5,44.870170299214415,Generic Candidate,13741,REP,54.5,51.384096439662926,-14,-6.513926140448511 +43147,124138,8657,2010,US,House-G-US,2010_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2010-10-13,2010-11-02,20,1000,Generic Candidate,13740,DEM,47,44.870170299214415,Generic Candidate,13741,REP,46,51.384096439662926,1,-6.513926140448511 +27390,32668,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-14,2010-11-02,19,1036,Generic Candidate,13740,DEM,39,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-9,-6.513926140448511 +43148,117346,8657,2010,US,House-G-US,2010_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2010-10-17,2010-11-02,16,801,Generic Candidate,13740,DEM,45,44.870170299214415,Generic Candidate,13741,REP,50,51.384096439662926,-5,-6.513926140448511 +63870,117599,8657,2010,US,House-G-US,2010_House-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2010-10-17,2010-11-02,16,2068,Generic Candidate,13740,DEM,41,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-7,-6.513926140448511 +1103,32667,8657,2010,US,House-G-US,2010_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2010-10-15,2010-11-02,18,1036,Generic Candidate,13740,DEM,40,44.870170299214415,Generic Candidate,13741,REP,50,51.384096439662926,-10,-6.513926140448511 +27388,32666,8657,2010,US,House-G-US,2010_House-G_US,GfK Group,115,TRUE,TRUE,Live Phone,NA,2010-10-15,2010-11-02,18,1036,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,50,51.384096439662926,-7,-6.513926140448511 +1096,117594,8657,2010,US,House-G-US,2010_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-18,2010-11-02,15,742,Generic Candidate,13740,DEM,43.9,44.870170299214415,Generic Candidate,13741,REP,51.4,51.384096439662926,-7.5,-6.513926140448511 +63736,117339,8657,2010,US,House-G-US,2010_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,1900,Generic Candidate,13740,DEM,42,44.870170299214415,Generic Candidate,13741,REP,54,51.384096439662926,-12,-6.513926140448511 +1092,32665,8657,2010,US,House-G-US,2010_House-G_US,Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,Live Phone,NA,2010-10-19,2010-11-02,14,1036,Generic Candidate,13740,DEM,42,44.870170299214415,Generic Candidate,13741,REP,47,51.384096439662926,-5,-6.513926140448511 +1088,32664,8657,2010,US,House-G-US,2010_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,2010-10-20,2010-11-02,13,1036,Generic Candidate,13740,DEM,48,44.870170299214415,Generic Candidate,13741,REP,45,51.384096439662926,3,-6.513926140448511 +1089,117360,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,3500,Generic Candidate,13740,DEM,40,44.870170299214415,Generic Candidate,13741,REP,49,51.384096439662926,-9,-6.513926140448511 +63732,117331,8657,2010,US,House-G-US,2010_House-G_US,Schoen Cooperman Research,301,FALSE,FALSE,Live Phone,NA,2010-10-22,2010-11-02,11,1000,Generic Candidate,13740,DEM,39,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-9,-6.513926140448511 +43150,124139,8657,2010,US,House-G-US,2010_House-G_US,The Winston Group,385,TRUE,FALSE,Live Phone,REP,2010-10-23,2010-11-02,10,1000,Generic Candidate,13740,DEM,48,44.870170299214415,Generic Candidate,13741,REP,46,51.384096439662926,2,-6.513926140448511 +27385,32663,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-21,2010-11-02,12,1036,Generic Candidate,13740,DEM,39,44.870170299214415,Generic Candidate,13741,REP,51,51.384096439662926,-12,-6.513926140448511 +1081,117347,8657,2010,US,House-G-US,2010_House-G_US,GQR,126,TRUE,FALSE,Live Phone,DEM,2010-10-24,2010-11-02,9,800,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,50,51.384096439662926,-7,-6.513926140448511 +63871,117600,8657,2010,US,House-G-US,2010_House-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2010-10-24,2010-11-02,9,2070,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-5,-6.513926140448511 +27384,117567,8657,2010,US,House-G-US,2010_House-G_US,Marist College,183,TRUE,FALSE,Live Phone,NA,2010-10-24,2010-11-02,9,416,Generic Candidate,13740,DEM,46,44.870170299214415,Generic Candidate,13741,REP,46,51.384096439662926,0,-6.513926140448511 +27382,32660,8657,2010,US,House-G-US,2010_House-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2010-10-25,2010-11-02,8,1036,Generic Candidate,13740,DEM,44,44.870170299214415,Generic Candidate,13741,REP,47,51.384096439662926,-3,-6.513926140448511 +1083,117595,8657,2010,US,House-G-US,2010_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-25,2010-11-02,8,1147,Generic Candidate,13740,DEM,44,44.870170299214415,Generic Candidate,13741,REP,52,51.384096439662926,-8,-6.513926140448511 +27383,32661,8657,2010,US,House-G-US,2010_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,2010-10-23,2010-11-02,10,1036,Generic Candidate,13740,DEM,43,44.870170299214415,Generic Candidate,13741,REP,49,51.384096439662926,-6,-6.513926140448511 +28731,32658,8657,2010,US,House-G-US,2010_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,2010-10-27,2010-11-02,6,1036,Generic Candidate,13740,DEM,37,44.870170299214415,Generic Candidate,13741,REP,50,51.384096439662926,-13,-6.513926140448511 +27381,32659,8657,2010,US,House-G-US,2010_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2010-10-27,2010-11-02,6,1036,Generic Candidate,13740,DEM,45,44.870170299214415,Generic Candidate,13741,REP,49,51.384096439662926,-4,-6.513926140448511 +1072,117573,8657,2010,US,House-G-US,2010_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,748,Generic Candidate,13740,DEM,46,44.870170299214415,Generic Candidate,13741,REP,51,51.384096439662926,-5,-6.513926140448511 +27378,32656,8657,2010,US,House-G-US,2010_House-G_US,Big Village,37,FALSE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,1036,Generic Candidate,13740,DEM,42,44.870170299214415,Generic Candidate,13741,REP,52,51.384096439662926,-10,-6.513926140448511 +27379,32657,8657,2010,US,House-G-US,2010_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,2010-10-29,2010-11-02,4,1036,Generic Candidate,13740,DEM,42,44.870170299214415,Generic Candidate,13741,REP,48,51.384096439662926,-6,-6.513926140448511 +1071,32654,8657,2010,US,House-G-US,2010_House-G_US,Ipsos,154,TRUE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,1036,Generic Candidate,13740,DEM,44,44.870170299214415,Generic Candidate,13741,REP,50,51.384096439662926,-6,-6.513926140448511 +27375,117332,8657,2010,US,House-G-US,2010_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,2010-10-30,2010-11-02,3,1539,Generic Candidate,13740,DEM,41,44.870170299214415,Generic Candidate,13741,REP,53.5,51.384096439662926,-12.5,-6.513926140448511 +27377,32655,8657,2010,US,House-G-US,2010_House-G_US,Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,IVR,NA,2010-10-28,2010-11-02,5,1036,Generic Candidate,13740,DEM,39,44.870170299214415,Generic Candidate,13741,REP,51,51.384096439662926,-12,-6.513926140448511 +63872,117601,8657,2010,US,House-G-US,2010_House-G_US,Zogby Analytics,395,FALSE,FALSE,Online Panel,NA,2010-10-31,2010-11-02,2,2056,Generic Candidate,13740,DEM,45,44.870170299214415,Generic Candidate,13741,REP,50,51.384096439662926,-5,-6.513926140448511 +1073,117596,8657,2010,US,House-G-US,2010_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2010-10-30,2010-11-02,3,1634,Generic Candidate,13740,DEM,45,44.870170299214415,Generic Candidate,13741,REP,52,51.384096439662926,-7,-6.513926140448511 +28294,33572,8661,1998,US,House-G-US,1998_House-G_US,American Viewpoint,10,FALSE,FALSE,NA,NA,1998-09-06,1998-11-03,58,1000,Generic Candidate,13752,DEM,38,47.13148760655426,Generic Candidate,13753,REP,40,48.01997910000544,-2,-0.8884914934511841 +28292,33570,8661,1998,US,House-G-US,1998_House-G_US,Opinion Dynamics,104,TRUE,TRUE,NA,NA,1998-09-09,1998-11-03,55,900,Generic Candidate,13752,DEM,38,47.13148760655426,Generic Candidate,13753,REP,38,48.01997910000544,0,-0.8884914934511841 +28293,33571,8661,1998,US,House-G-US,1998_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-09-09,1998-11-03,55,482,Generic Candidate,13752,DEM,46,47.13148760655426,Generic Candidate,13753,REP,47,48.01997910000544,-1,-0.8884914934511841 +66172,123044,8661,1998,US,House-G-US,1998_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-09-09,1998-11-03,55,1036,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,42,48.01997910000544,5,-0.8884914934511841 +28291,123194,8661,1998,US,House-G-US,1998_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,1998-09-10,1998-11-03,54,1036,Generic Candidate,13752,DEM,45,47.13148760655426,Generic Candidate,13753,REP,43,48.01997910000544,2,-0.8884914934511841 +28290,123173,8661,1998,US,House-G-US,1998_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,1998-09-11,1998-11-03,53,449,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,46,48.01997910000544,1,-0.8884914934511841 +28288,33566,8661,1998,US,House-G-US,1998_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,1998-09-12,1998-11-03,52,1036,Generic Candidate,13752,DEM,49,47.13148760655426,Generic Candidate,13753,REP,43,48.01997910000544,6,-0.8884914934511841 +59788,33567,8661,1998,US,House-G-US,1998_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,1998-09-12,1998-11-03,52,1704,Generic Candidate,13752,DEM,37,47.13148760655426,Generic Candidate,13753,REP,35,48.01997910000544,2,-0.8884914934511841 +28287,33565,8661,1998,US,House-G-US,1998_House-G_US,Wirthlin Worldwide,387,TRUE,TRUE,NA,NA,1998-09-13,1998-11-03,51,824,Generic Candidate,13752,DEM,40,47.13148760655426,Generic Candidate,13753,REP,44,48.01997910000544,-4,-0.8884914934511841 +28286,123174,8661,1998,US,House-G-US,1998_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,1998-09-14,1998-11-03,50,401,Generic Candidate,13752,DEM,48,47.13148760655426,Generic Candidate,13753,REP,47,48.01997910000544,1,-0.8884914934511841 +39837,123157,8661,1998,US,House-G-US,1998_House-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,1998-09-16,1998-11-03,48,1020,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,34,48.01997910000544,13,-0.8884914934511841 +28285,33563,8661,1998,US,House-G-US,1998_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,NA,NA,1998-09-05,1998-11-03,59,1036,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,41,48.01997910000544,6,-0.8884914934511841 +28284,123144,8661,1998,US,House-G-US,1998_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-09-22,1998-11-03,42,1036,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,48,48.01997910000544,-1,-0.8884914934511841 +28282,123177,8661,1998,US,House-G-US,1998_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,1998-09-23,1998-11-03,41,539,Generic Candidate,13752,DEM,51,47.13148760655426,Generic Candidate,13753,REP,45,48.01997910000544,6,-0.8884914934511841 +28283,123167,8661,1998,US,House-G-US,1998_House-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,1998-09-23,1998-11-03,41,373,Generic Candidate,13752,DEM,45,47.13148760655426,Generic Candidate,13753,REP,49,48.01997910000544,-4,-0.8884914934511841 +28281,33559,8661,1998,US,House-G-US,1998_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,1998-09-24,1998-11-03,40,1036,Generic Candidate,13752,DEM,48,47.13148760655426,Generic Candidate,13753,REP,43,48.01997910000544,5,-0.8884914934511841 +28280,123170,8661,1998,US,House-G-US,1998_House-G_US,McLaughlin & Associates,203,FALSE,FALSE,NA,NA,1998-09-24,1998-11-03,40,1036,Generic Candidate,13752,DEM,39,47.13148760655426,Generic Candidate,13753,REP,43,48.01997910000544,-4,-0.8884914934511841 +28278,120407,8661,1998,US,House-G-US,1998_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,1998-09-27,1998-11-03,37,715,Generic Candidate,13752,DEM,46,47.13148760655426,Generic Candidate,13753,REP,49,48.01997910000544,-3,-0.8884914934511841 +28279,33557,8661,1998,US,House-G-US,1998_House-G_US,Wirthlin Worldwide,387,TRUE,TRUE,NA,NA,1998-09-27,1998-11-03,37,844,Generic Candidate,13752,DEM,42,47.13148760655426,Generic Candidate,13753,REP,43,48.01997910000544,-1,-0.8884914934511841 +28275,33553,8661,1998,US,House-G-US,1998_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-10-03,1998-11-03,31,735,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,44,48.01997910000544,3,-0.8884914934511841 +28276,33554,8661,1998,US,House-G-US,1998_House-G_US,American Viewpoint,10,FALSE,FALSE,NA,NA,1998-10-03,1998-11-03,31,1000,Generic Candidate,13752,DEM,39,47.13148760655426,Generic Candidate,13753,REP,41,48.01997910000544,-2,-0.8884914934511841 +28277,33555,8661,1998,US,House-G-US,1998_House-G_US,GQR,126,TRUE,FALSE,NA,DEM,1998-10-03,1998-11-03,31,1100,Generic Candidate,13752,DEM,46,47.13148760655426,Generic Candidate,13753,REP,42,48.01997910000544,4,-0.8884914934511841 +28274,33552,8661,1998,US,House-G-US,1998_House-G_US,Wirthlin Worldwide,387,TRUE,TRUE,NA,NA,1998-10-04,1998-11-03,30,832,Generic Candidate,13752,DEM,42,47.13148760655426,Generic Candidate,13753,REP,44,48.01997910000544,-2,-0.8884914934511841 +28273,123171,8661,1998,US,House-G-US,1998_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,1998-10-07,1998-11-03,27,1036,Generic Candidate,13752,DEM,38,47.13148760655426,Generic Candidate,13753,REP,47,48.01997910000544,-9,-0.8884914934511841 +36804,123045,8661,1998,US,House-G-US,1998_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-10-07,1998-11-03,27,1036,Generic Candidate,13752,DEM,50,47.13148760655426,Generic Candidate,13753,REP,42,48.01997910000544,8,-0.8884914934511841 +28272,123136,8661,1998,US,House-G-US,1998_House-G_US,Princeton Survey Research Associates International,258,TRUE,TRUE,Live Phone,NA,1998-10-08,1998-11-03,26,251,Generic Candidate,13752,DEM,41,47.13148760655426,Generic Candidate,13753,REP,49,48.01997910000544,-8,-0.8884914934511841 +28271,33549,8661,1998,US,House-G-US,1998_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,1998-10-09,1998-11-03,25,1036,Generic Candidate,13752,DEM,49,47.13148760655426,Generic Candidate,13753,REP,45,48.01997910000544,4,-0.8884914934511841 +28270,123075,8661,1998,US,House-G-US,1998_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,1998-10-11,1998-11-03,23,461,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,46,48.01997910000544,1,-0.8884914934511841 +28268,33546,8661,1998,US,House-G-US,1998_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-10-12,1998-11-03,22,1036,Generic Candidate,13752,DEM,48,47.13148760655426,Generic Candidate,13753,REP,46,48.01997910000544,2,-0.8884914934511841 +28269,33547,8661,1998,US,House-G-US,1998_House-G_US,American Viewpoint,10,FALSE,FALSE,NA,NA,1998-10-11,1998-11-03,23,800,Generic Candidate,13752,DEM,42,47.13148760655426,Generic Candidate,13753,REP,40,48.01997910000544,2,-0.8884914934511841 +28267,33545,8661,1998,US,House-G-US,1998_House-G_US,Zogby Analytics,395,FALSE,FALSE,Live Phone,NA,1998-10-13,1998-11-03,21,864,Generic Candidate,13752,DEM,39,47.13148760655426,Generic Candidate,13753,REP,36,48.01997910000544,3,-0.8884914934511841 +28266,117593,8661,1998,US,House-G-US,1998_House-G_US,Yankelovich Partners Inc.,390,TRUE,TRUE,Live Phone,NA,1998-10-14,1998-11-03,20,442,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,47,48.01997910000544,0,-0.8884914934511841 +36811,33541,8661,1998,US,House-G-US,1998_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,1998-10-17,1998-11-03,17,548,Generic Candidate,13752,DEM,48,47.13148760655426,Generic Candidate,13753,REP,47,48.01997910000544,1,-0.8884914934511841 +28264,117577,8661,1998,US,House-G-US,1998_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,1998-10-16,1998-11-03,18,743,Generic Candidate,13752,DEM,43,47.13148760655426,Generic Candidate,13753,REP,48,48.01997910000544,-5,-0.8884914934511841 +28265,33543,8661,1998,US,House-G-US,1998_House-G_US,Hill Research Consultants,140,FALSE,FALSE,Live Phone,NA,1998-10-15,1998-11-03,19,600,Generic Candidate,13752,DEM,41,47.13148760655426,Generic Candidate,13753,REP,38,48.01997910000544,3,-0.8884914934511841 +28262,33540,8661,1998,US,House-G-US,1998_House-G_US,Wirthlin Worldwide,387,TRUE,TRUE,Live Phone,NA,1998-10-18,1998-11-03,16,416,Generic Candidate,13752,DEM,41,47.13148760655426,Generic Candidate,13753,REP,45,48.01997910000544,-4,-0.8884914934511841 +28259,117336,8661,1998,US,House-G-US,1998_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,519,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,49,48.01997910000544,-2,-0.8884914934511841 +36812,33538,8661,1998,US,House-G-US,1998_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,1998-10-24,1998-11-03,10,581,Generic Candidate,13752,DEM,49,47.13148760655426,Generic Candidate,13753,REP,47,48.01997910000544,2,-0.8884914934511841 +28261,33539,8661,1998,US,House-G-US,1998_House-G_US,SSRS,297,TRUE,FALSE,Live Phone,NA,1998-10-23,1998-11-03,11,1036,Generic Candidate,13752,DEM,44,47.13148760655426,Generic Candidate,13753,REP,39,48.01997910000544,5,-0.8884914934511841 +28258,33536,8661,1998,US,House-G-US,1998_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,1998-10-26,1998-11-03,8,1025,Generic Candidate,13752,DEM,43,47.13148760655426,Generic Candidate,13753,REP,40,48.01997910000544,3,-0.8884914934511841 +66199,123151,8661,1998,US,House-G-US,1998_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,1998-10-25,1998-11-03,9,1036,Generic Candidate,13752,DEM,44,47.13148760655426,Generic Candidate,13753,REP,36,48.01997910000544,8,-0.8884914934511841 +66181,123115,8661,1998,US,House-G-US,1998_House-G_US,PSB Research,250,FALSE,FALSE,Live Phone,DEM,1998-10-27,1998-11-03,7,500,Generic Candidate,13752,DEM,43,47.13148760655426,Generic Candidate,13753,REP,33,48.01997910000544,10,-0.8884914934511841 +28257,123195,8661,1998,US,House-G-US,1998_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-10-27,1998-11-03,7,485,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,50,48.01997910000544,-3,-0.8884914934511841 +28256,33534,8661,1998,US,House-G-US,1998_House-G_US,Opinion Dynamics,104,TRUE,TRUE,Live Phone,NA,1998-10-28,1998-11-03,6,673,Generic Candidate,13752,DEM,38,47.13148760655426,Generic Candidate,13753,REP,48,48.01997910000544,-10,-0.8884914934511841 +66189,33533,8661,1998,US,House-G-US,1998_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,743,Generic Candidate,13752,DEM,46,47.13148760655426,Generic Candidate,13753,REP,44,48.01997910000544,2,-0.8884914934511841 +28252,33530,8661,1998,US,House-G-US,1998_House-G_US,CBS News/The New York Times,36,TRUE,TRUE,Live Phone,NA,1998-10-31,1998-11-03,3,1036,Generic Candidate,13752,DEM,49,47.13148760655426,Generic Candidate,13753,REP,48,48.01997910000544,1,-0.8884914934511841 +28254,117335,8661,1998,US,House-G-US,1998_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,1998-10-31,1998-11-03,3,1105,Generic Candidate,13752,DEM,49,47.13148760655426,Generic Candidate,13753,REP,45,48.01997910000544,4,-0.8884914934511841 +36819,120403,8661,1998,US,House-G-US,1998_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,1998-10-31,1998-11-03,3,1036,Generic Candidate,13752,DEM,49,47.13148760655426,Generic Candidate,13753,REP,46,48.01997910000544,3,-0.8884914934511841 +66174,123079,8661,1998,US,House-G-US,1998_House-G_US,Gallup,112,TRUE,FALSE,Live Phone,NA,1998-11-02,1998-11-03,1,1037,Generic Candidate,13752,DEM,47,47.13148760655426,Generic Candidate,13753,REP,38,48.01997910000544,9,-0.8884914934511841 +66188,123122,8661,1998,US,House-G-US,1998_House-G_US,Pew Research Center,253,TRUE,FALSE,Live Phone,NA,1998-10-30,1998-11-03,4,3184,Generic Candidate,13752,DEM,48,47.13148760655426,Generic Candidate,13753,REP,39,48.01997910000544,9,-0.8884914934511841 +80624,161304,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-10,2022-11-08,59,2006,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,5,-2.6371682316493263 +80794,162124,8990,2022,US,House-G-US,2022_House-G_US,The Winston Group,385,TRUE,FALSE,Online Panel,REP,2022-09-10,2022-11-08,59,1000,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,0,-2.6371682316493263 +80651,161854,8990,2022,US,House-G-US,2022_House-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2022-09-10,2022-11-08,59,1001,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,6,-2.6371682316493263 +80693,161656,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-11,2022-11-08,58,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,3,-2.6371682316493263 +80634,161378,8990,2022,US,House-G-US,2022_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-09-11,2022-11-08,58,1201,Generic Candidate,16625,DEM,44,47.876367236652534,Generic Candidate,16626,REP,41,50.51353546830186,3,-2.6371682316493263 +81416,164543,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-09-09,2022-11-08,60,4411,Generic Candidate,16625,DEM,37,47.876367236652534,Generic Candidate,16626,REP,34,50.51353546830186,3,-2.6371682316493263 +80616,165248,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-09-12,2022-11-08,57,452,Generic Candidate,16625,DEM,41.67,47.876367236652534,Generic Candidate,16626,REP,42.89,50.51353546830186,-1.2199999999999989,-2.6371682316493263 +80627,161305,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-12,2022-11-08,57,1307,Generic Candidate,16625,DEM,43.2,47.876367236652534,Generic Candidate,16626,REP,39.3,50.51353546830186,3.9000000000000057,-2.6371682316493263 +80675,161482,8990,2022,US,House-G-US,2022_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2022-09-11,2022-11-08,58,1000,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,0,-2.6371682316493263 +80724,161910,8990,2022,US,House-G-US,2022_House-G_US,Marquette University Law School,195,TRUE,FALSE,Probability Panel,NA,2022-09-11,2022-11-08,58,1282,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,41,50.51353546830186,6,-2.6371682316493263 +80661,163423,8990,2022,US,House-G-US,2022_House-G_US,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-09-10,2022-11-08,59,1399,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,1,-2.6371682316493263 +80696,161659,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-14,2022-11-08,55,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,3,-2.6371682316493263 +80706,161719,8990,2022,US,House-G-US,2022_House-G_US,OnMessage Inc.,239,FALSE,FALSE,Online Panel,REP,2022-09-14,2022-11-08,55,1600,Generic Candidate,16625,DEM,43,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,-3,-2.6371682316493263 +80664,161459,8990,2022,US,House-G-US,2022_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-09-13,2022-11-08,56,2500,Generic Candidate,16625,DEM,42,47.876367236652534,Generic Candidate,16626,REP,43,50.51353546830186,-1,-2.6371682316493263 +80728,161836,8990,2022,US,House-G-US,2022_House-G_US,GQR,126,TRUE,FALSE,Online Panel,DEM,2022-09-12,2022-11-08,57,1000,Generic Candidate,16625,DEM,50,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,3,-2.6371682316493263 +80754,161953,8990,2022,US,House-G-US,2022_House-G_US,Cygnal,67,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-09-15,2022-11-08,54,5196,Generic Candidate,16625,DEM,47.1,47.876367236652534,Generic Candidate,16626,REP,46.9,50.51353546830186,0.20000000000000284,-2.6371682316493263 +80699,161662,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-17,2022-11-08,52,8430,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,4,-2.6371682316493263 +80708,161797,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-17,2022-11-08,52,2005,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,41,50.51353546830186,5,-2.6371682316493263 +80705,161706,8990,2022,US,House-G-US,2022_House-G_US,Echelon Insights,407,FALSE,FALSE,Online Panel,NA,2022-09-18,2022-11-08,51,1056,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,5,-2.6371682316493263 +80748,161934,8990,2022,US,House-G-US,2022_House-G_US,Premise,709,FALSE,FALSE,App Panel,NA,2022-09-18,2022-11-08,51,1703,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,34,50.51353546830186,12,-2.6371682316493263 +80858,164318,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-09-12,2022-11-08,57,930,Generic Candidate,16625,DEM,41,47.876367236652534,Generic Candidate,16626,REP,41,50.51353546830186,0,-2.6371682316493263 +80711,166069,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-09-19,2022-11-08,50,452,Generic Candidate,16625,DEM,41.8,47.876367236652534,Generic Candidate,16626,REP,42.26,50.51353546830186,-0.46000000000000085,-2.6371682316493263 +80720,161800,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-19,2022-11-08,50,1318,Generic Candidate,16625,DEM,45.5,47.876367236652534,Generic Candidate,16626,REP,40.5,50.51353546830186,5,-2.6371682316493263 +80820,162472,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-20,2022-11-08,49,7947,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,2,-2.6371682316493263 +80763,161992,8990,2022,US,House-G-US,2022_House-G_US,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2022-09-20,2022-11-08,49,1368,Generic Candidate,16625,DEM,45.2,47.876367236652534,Generic Candidate,16626,REP,44.8,50.51353546830186,0.4000000000000057,-2.6371682316493263 +80801,162401,8990,2022,US,House-G-US,2022_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2022-09-20,2022-11-08,49,1036,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,51,50.51353546830186,-5,-2.6371682316493263 +80765,161996,8990,2022,US,House-G-US,2022_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-09-20,2022-11-08,49,2500,Generic Candidate,16625,DEM,42,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,-2,-2.6371682316493263 +80773,162038,8990,2022,US,House-G-US,2022_House-G_US,McLaughlin & Associates,203,FALSE,FALSE,Online Panel,NA,2022-09-19,2022-11-08,50,1000,Generic Candidate,16625,DEM,44,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-4,-2.6371682316493263 +80768,162022,8990,2022,US,House-G-US,2022_House-G_US,Big Village,37,FALSE,FALSE,Online Panel,NA,2022-09-22,2022-11-08,47,821,Generic Candidate,16625,DEM,45.6,47.876367236652534,Generic Candidate,16626,REP,41.3,50.51353546830186,4.300000000000004,-2.6371682316493263 +80802,162404,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-22,2022-11-08,47,1954,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,-1,-2.6371682316493263 +80823,162475,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-23,2022-11-08,46,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,4,-2.6371682316493263 +81138,163669,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-23,2022-11-08,46,2005,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,41,50.51353546830186,6,-2.6371682316493263 +81139,163672,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-24,2022-11-08,45,2005,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,41,50.51353546830186,5,-2.6371682316493263 +80834,162528,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-24,2022-11-08,45,2005,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,43,50.51353546830186,2,-2.6371682316493263 +80882,162737,8990,2022,US,House-G-US,2022_House-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2022-09-23,2022-11-08,46,750,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-2,-2.6371682316493263 +80835,162531,8990,2022,US,House-G-US,2022_House-G_US,Selzer & Co.,304,TRUE,FALSE,Live Phone,NA,2022-09-22,2022-11-08,47,563,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,4,-2.6371682316493263 +81006,163109,8990,2022,US,House-G-US,2022_House-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2022-09-24,2022-11-08,45,997,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,43,50.51353546830186,6,-2.6371682316493263 +81025,163219,8990,2022,US,House-G-US,2022_House-G_US,KFF,419,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-09-21,2022-11-08,48,1291,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,43,50.51353546830186,4,-2.6371682316493263 +80907,162761,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-26,2022-11-08,43,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,4,-2.6371682316493263 +80831,166070,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-09-26,2022-11-08,43,452,Generic Candidate,16625,DEM,43.93,47.876367236652534,Generic Candidate,16626,REP,42.96,50.51353546830186,0.9699999999999989,-2.6371682316493263 +80849,162603,8990,2022,US,House-G-US,2022_House-G_US,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-09-26,2022-11-08,43,1084,Generic Candidate,16625,DEM,45.6,47.876367236652534,Generic Candidate,16626,REP,51.3,50.51353546830186,-5.699999999999996,-2.6371682316493263 +80841,162574,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-26,2022-11-08,43,1055,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-1,-2.6371682316493263 +80869,162647,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-09-25,2022-11-08,44,1138,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,41,50.51353546830186,4,-2.6371682316493263 +80875,162676,8990,2022,US,House-G-US,2022_House-G_US,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2022-09-24,2022-11-08,45,881,Generic Candidate,16625,DEM,43,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,-1,-2.6371682316493263 +81140,163675,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-27,2022-11-08,42,2005,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,3,-2.6371682316493263 +80950,162947,8990,2022,US,House-G-US,2022_House-G_US,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-09-28,2022-11-08,41,1562,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,2,-2.6371682316493263 +80919,162779,8990,2022,US,House-G-US,2022_House-G_US,NewsNation,696,FALSE,FALSE,Online Panel,NA,2022-09-28,2022-11-08,41,1017,Generic Candidate,16625,DEM,44.8,47.876367236652534,Generic Candidate,16626,REP,43.79,50.51353546830186,1.009999999999998,-2.6371682316493263 +80878,162679,8990,2022,US,House-G-US,2022_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-09-27,2022-11-08,42,2500,Generic Candidate,16625,DEM,44,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,-1,-2.6371682316493263 +80910,162764,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-09-29,2022-11-08,40,7947,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,5,-2.6371682316493263 +83086,174991,8990,2022,US,House-G-US,2022_House-G_US,GQR,126,TRUE,FALSE,Online Panel,NA,2022-09-27,2022-11-08,42,2000,Generic Candidate,16625,DEM,50,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,4,-2.6371682316493263 +80932,162857,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-01,2022-11-08,38,2005,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,43,50.51353546830186,3,-2.6371682316493263 +80996,163080,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-02,2022-11-08,37,7947,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,5,-2.6371682316493263 +80924,162796,8990,2022,US,House-G-US,2022_House-G_US,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-03,2022-11-08,36,750,Generic Candidate,16625,DEM,44.4,47.876367236652534,Generic Candidate,16626,REP,46.5,50.51353546830186,-2.1000000000000014,-2.6371682316493263 +81415,164542,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-10-01,2022-11-08,38,4415,Generic Candidate,16625,DEM,37,47.876367236652534,Generic Candidate,16626,REP,34,50.51353546830186,3,-2.6371682316493263 +80970,162996,8990,2022,US,House-G-US,2022_House-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2022-09-24,2022-11-08,45,7380,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-2,-2.6371682316493263 +80940,166071,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-10-03,2022-11-08,36,452,Generic Candidate,16625,DEM,46.79,47.876367236652534,Generic Candidate,16626,REP,40.1,50.51353546830186,6.689999999999998,-2.6371682316493263 +80934,162861,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-03,2022-11-08,36,1042,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,1,-2.6371682316493263 +80972,163003,8990,2022,US,House-G-US,2022_House-G_US,John Zogby Strategies,583,FALSE,FALSE,Online Panel,NA,2022-10-05,2022-11-08,34,1006,Generic Candidate,16625,DEM,44.8,47.876367236652534,Generic Candidate,16626,REP,42.7,50.51353546830186,2.0999999999999943,-2.6371682316493263 +81018,163270,8990,2022,US,House-G-US,2022_House-G_US,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-09-19,2022-11-08,50,1198,Generic Candidate,16625,DEM,50,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,3,-2.6371682316493263 +80999,163083,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-05,2022-11-08,34,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,3,-2.6371682316493263 +80969,162995,8990,2022,US,House-G-US,2022_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-10-04,2022-11-08,35,2500,Generic Candidate,16625,DEM,43,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-4,-2.6371682316493263 +80977,163017,8990,2022,US,House-G-US,2022_House-G_US,Big Village,37,FALSE,FALSE,Online Panel,NA,2022-10-06,2022-11-08,33,708,Generic Candidate,16625,DEM,50.5,47.876367236652534,Generic Candidate,16626,REP,45.1,50.51353546830186,5.399999999999999,-2.6371682316493263 +81226,163930,8990,2022,US,House-G-US,2022_House-G_US,TIPP Insights,144,FALSE,FALSE,Online Panel,NA,2022-10-06,2022-11-08,33,1158,Generic Candidate,16625,DEM,43,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,1,-2.6371682316493263 +81002,163086,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-08,2022-11-08,31,8381,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,3,-2.6371682316493263 +81024,163188,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-08,2022-11-08,31,2006,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,4,-2.6371682316493263 +81263,164084,8990,2022,US,House-G-US,2022_House-G_US,Pioneer Polling/Tarrance Group,729,FALSE,FALSE,Online Panel,NA,2022-10-09,2022-11-08,30,1208,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-1,-2.6371682316493263 +81031,163406,8990,2022,US,House-G-US,2022_House-G_US,AP-NORC,397,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-10-08,2022-11-08,31,1121,Generic Candidate,16625,DEM,41,47.876367236652534,Generic Candidate,16626,REP,34,50.51353546830186,7,-2.6371682316493263 +81047,163902,8990,2022,US,House-G-US,2022_House-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2022-10-08,2022-11-08,31,1000,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,5,-2.6371682316493263 +81012,166072,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-10-10,2022-11-08,29,452,Generic Candidate,16625,DEM,42.31,47.876367236652534,Generic Candidate,16626,REP,42.56,50.51353546830186,-0.25,-2.6371682316493263 +81017,163192,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-10,2022-11-08,29,1030,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,2,-2.6371682316493263 +81048,163273,8990,2022,US,House-G-US,2022_House-G_US,Public Opinion Strategies,260,TRUE,FALSE,Live Phone,NA,2022-10-09,2022-11-08,30,2000,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,43,50.51353546830186,2,-2.6371682316493263 +81053,163283,8990,2022,US,House-G-US,2022_House-G_US,Susquehanna Polling & Research Inc.,326,FALSE,FALSE,Live Phone,NA,2022-10-08,2022-11-08,31,800,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,0,-2.6371682316493263 +81101,163474,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-11,2022-11-08,28,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,3,-2.6371682316493263 +81073,163352,8990,2022,US,House-G-US,2022_House-G_US,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-11,2022-11-08,28,1079,Generic Candidate,16625,DEM,42.9,47.876367236652534,Generic Candidate,16626,REP,48.2,50.51353546830186,-5.300000000000004,-2.6371682316493263 +81076,163387,8990,2022,US,House-G-US,2022_House-G_US,Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,Live Phone,NA,2022-10-11,2022-11-08,28,1206,Generic Candidate,16625,DEM,44,47.876367236652534,Generic Candidate,16626,REP,41,50.51353546830186,3,-2.6371682316493263 +81079,163407,8990,2022,US,House-G-US,2022_House-G_US,The New York Times/Siena College,448,TRUE,FALSE,Live Phone,NA,2022-10-11,2022-11-08,28,792,Generic Candidate,16625,DEM,45.47,47.876367236652534,Generic Candidate,16626,REP,48.51,50.51353546830186,-3.039999999999999,-2.6371682316493263 +81071,163514,8990,2022,US,House-G-US,2022_House-G_US,Harris Insights & Analytics,133,FALSE,FALSE,Online Panel,NA,2022-10-12,2022-11-08,27,1036,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,53,50.51353546830186,-6,-2.6371682316493263 +81066,163321,8990,2022,US,House-G-US,2022_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-10-11,2022-11-08,28,2500,Generic Candidate,16625,DEM,41,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-7,-2.6371682316493263 +81075,163384,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-13,2022-11-08,26,1753,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-2,-2.6371682316493263 +81104,163477,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-14,2022-11-08,25,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,3,-2.6371682316493263 +81120,163562,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-15,2022-11-08,24,2005,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,1,-2.6371682316493263 +81141,163678,8990,2022,US,House-G-US,2022_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2022-10-15,2022-11-08,24,800,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-2,-2.6371682316493263 +81157,163725,8990,2022,US,House-G-US,2022_House-G_US,Pew Research Center,253,TRUE,FALSE,Probability Panel,NA,2022-10-13,2022-11-08,26,3993,Generic Candidate,16625,DEM,41,47.876367236652534,Generic Candidate,16626,REP,40,50.51353546830186,1,-2.6371682316493263 +81109,163507,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-15,2022-11-08,24,1209,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,2,-2.6371682316493263 +81150,163711,8990,2022,US,House-G-US,2022_House-G_US,Monmouth University,215,TRUE,FALSE,Live Phone,NA,2022-10-15,2022-11-08,24,756,Generic Candidate,16625,DEM,44,47.876367236652534,Generic Candidate,16626,REP,50,50.51353546830186,-6,-2.6371682316493263 +81175,163790,8990,2022,US,House-G-US,2022_House-G_US,McLaughlin & Associates,203,FALSE,FALSE,Online Panel,NA,2022-10-14,2022-11-08,25,1000,Generic Candidate,16625,DEM,43,47.876367236652534,Generic Candidate,16626,REP,49,50.51353546830186,-6,-2.6371682316493263 +81236,163963,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-17,2022-11-08,22,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,3,-2.6371682316493263 +81113,166073,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-10-17,2022-11-08,22,452,Generic Candidate,16625,DEM,42.21,47.876367236652534,Generic Candidate,16626,REP,45.08,50.51353546830186,-2.8699999999999974,-2.6371682316493263 +81127,163582,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-17,2022-11-08,22,1110,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-1,-2.6371682316493263 +81199,163866,8990,2022,US,House-G-US,2022_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2022-10-16,2022-11-08,23,797,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-1,-2.6371682316493263 +81186,163824,8990,2022,US,House-G-US,2022_House-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2022-10-12,2022-11-08,27,4576,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-3,-2.6371682316493263 +81185,163823,8990,2022,US,House-G-US,2022_House-G_US,SurveyMonkey,324,FALSE,FALSE,Online Panel,NA,2022-10-01,2022-11-08,38,108206,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,51,50.51353546830186,-2,-2.6371682316493263 +81164,163755,8990,2022,US,House-G-US,2022_House-G_US,Emerson College,88,TRUE,FALSE,IVR/Online Panel,NA,2022-10-18,2022-11-08,21,1000,Generic Candidate,16625,DEM,40.7,47.876367236652534,Generic Candidate,16626,REP,45.6,50.51353546830186,-4.899999999999999,-2.6371682316493263 +81180,163815,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-18,2022-11-08,21,1000,Generic Candidate,16625,DEM,43,47.876367236652534,Generic Candidate,16626,REP,40,50.51353546830186,3,-2.6371682316493263 +81340,164359,8990,2022,US,House-G-US,2022_House-G_US,The Winston Group,385,TRUE,FALSE,Online Panel,REP,2022-10-18,2022-11-08,21,1300,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,2,-2.6371682316493263 +81176,163811,8990,2022,US,House-G-US,2022_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-10-18,2022-11-08,21,2500,Generic Candidate,16625,DEM,43,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-4,-2.6371682316493263 +81239,163966,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-20,2022-11-08,19,7947,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,2,-2.6371682316493263 +81390,164461,8990,2022,US,House-G-US,2022_House-G_US,Cygnal,67,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-20,2022-11-08,19,5502,Generic Candidate,16625,DEM,46.9,47.876367236652534,Generic Candidate,16626,REP,48.6,50.51353546830186,-1.7000000000000028,-2.6371682316493263 +81260,164063,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-22,2022-11-08,17,2005,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,5,-2.6371682316493263 +81258,164034,8990,2022,US,House-G-US,2022_House-G_US,GQR,126,TRUE,FALSE,Online Panel,DEM,2022-10-21,2022-11-08,18,1000,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,49,50.51353546830186,0,-2.6371682316493263 +81311,164317,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-10-18,2022-11-08,21,937,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,1,-2.6371682316493263 +81392,164478,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-23,2022-11-08,16,7947,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,2,-2.6371682316493263 +81297,164199,8990,2022,US,House-G-US,2022_House-G_US,Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,Online Panel,NA,2022-10-22,2022-11-08,17,1000,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,3,-2.6371682316493263 +81296,164196,8990,2022,US,House-G-US,2022_House-G_US,Suffolk University,323,TRUE,FALSE,Live Phone,NA,2022-10-21,2022-11-08,18,1000,Generic Candidate,16625,DEM,44.9,47.876367236652534,Generic Candidate,16626,REP,49.4,50.51353546830186,-4.5,-2.6371682316493263 +81414,164541,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-10-21,2022-11-08,18,4413,Generic Candidate,16625,DEM,37,47.876367236652534,Generic Candidate,16626,REP,34,50.51353546830186,3,-2.6371682316493263 +81310,164275,8990,2022,US,House-G-US,2022_House-G_US,InsiderAdvantage,243,FALSE,FALSE,Text,NA,2022-10-25,2022-11-08,14,750,Generic Candidate,16625,DEM,43.5,47.876367236652534,Generic Candidate,16626,REP,48.2,50.51353546830186,-4.700000000000003,-2.6371682316493263 +81259,166074,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-10-24,2022-11-08,15,452,Generic Candidate,16625,DEM,45.62,47.876367236652534,Generic Candidate,16626,REP,44.33,50.51353546830186,1.2899999999999991,-2.6371682316493263 +81267,164132,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-24,2022-11-08,15,1114,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,45,50.51353546830186,4,-2.6371682316493263 +81268,164136,8990,2022,US,House-G-US,2022_House-G_US,Big Village,37,FALSE,FALSE,Online Panel,NA,2022-10-25,2022-11-08,14,713,Generic Candidate,16625,DEM,50.3,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,4.299999999999997,-2.6371682316493263 +81309,164242,8990,2022,US,House-G-US,2022_House-G_US,Echelon Insights,407,FALSE,FALSE,Online Panel,NA,2022-10-25,2022-11-08,14,1014,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,2,-2.6371682316493263 +81406,164511,8990,2022,US,House-G-US,2022_House-G_US,Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,Live Phone,NA,2022-10-24,2022-11-08,15,1500,Generic Candidate,16625,DEM,44,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,-2,-2.6371682316493263 +81395,164481,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-26,2022-11-08,13,7947,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,1,-2.6371682316493263 +81334,164344,8990,2022,US,House-G-US,2022_House-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2022-10-26,2022-11-08,13,1217,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,49,50.51353546830186,-4,-2.6371682316493263 +81330,164335,8990,2022,US,House-G-US,2022_House-G_US,Tufts University Public Opinion Lab,666,FALSE,FALSE,Online Panel,NA,2022-10-26,2022-11-08,13,642,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,1,-2.6371682316493263 +81341,164360,8990,2022,US,House-G-US,2022_House-G_US,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-10-26,2022-11-08,13,1089,Generic Candidate,16625,DEM,42.4,47.876367236652534,Generic Candidate,16626,REP,48.2,50.51353546830186,-5.800000000000004,-2.6371682316493263 +81433,164614,8990,2022,US,House-G-US,2022_House-G_US,Marist College,183,TRUE,FALSE,Live Phone/Online Panel/Text,NA,2022-10-26,2022-11-08,13,1469,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,0,-2.6371682316493263 +82000,167245,8990,2022,US,House-G-US,2022_House-G_US,Public Opinion Strategies,260,TRUE,FALSE,Online Panel,REP,2022-10-26,2022-11-08,13,1000,Generic Candidate,16625,DEM,53,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,6,-2.6371682316493263 +83374,178618,8990,2022,US,House-G-US,2022_House-G_US,WPA Intelligence,383,FALSE,FALSE,Online Panel,NA,2022-10-26,2022-11-08,13,1434,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-2,-2.6371682316493263 +81331,164339,8990,2022,US,House-G-US,2022_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-10-25,2022-11-08,14,2500,Generic Candidate,16625,DEM,42,47.876367236652534,Generic Candidate,16626,REP,49,50.51353546830186,-7,-2.6371682316493263 +81353,164378,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-27,2022-11-08,12,1899,Generic Candidate,16625,DEM,45,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,-2,-2.6371682316493263 +81575,165118,8990,2022,US,House-G-US,2022_House-G_US,Impact Research,14,FALSE,FALSE,Online Panel/Text-to-Web,DEM,2022-10-25,2022-11-08,14,800,Generic Candidate,16625,DEM,38,47.876367236652534,Generic Candidate,16626,REP,40,50.51353546830186,-2,-2.6371682316493263 +81398,164484,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-29,2022-11-08,10,6974,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,46,50.51353546830186,0,-2.6371682316493263 +81410,164518,8990,2022,US,House-G-US,2022_House-G_US,Cygnal,67,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-10-29,2022-11-08,10,2015,Generic Candidate,16625,DEM,46.9,47.876367236652534,Generic Candidate,16626,REP,50,50.51353546830186,-3.1000000000000014,-2.6371682316493263 +81506,164918,8990,2022,US,House-G-US,2022_House-G_US,Benenson Strategy Group,30,FALSE,FALSE,Online Panel,NA,2022-10-29,2022-11-08,10,1000,Generic Candidate,16625,DEM,42,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,-2,-2.6371682316493263 +81443,164677,8990,2022,US,House-G-US,2022_House-G_US,Quinnipiac University,267,TRUE,FALSE,Live Phone,NA,2022-10-28,2022-11-08,11,2010,Generic Candidate,16625,DEM,44,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-4,-2.6371682316493263 +81435,164652,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-10-30,2022-11-08,9,2005,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,5,-2.6371682316493263 +81440,164668,8990,2022,US,House-G-US,2022_House-G_US,NewsNation,696,FALSE,FALSE,Online Panel,NA,2022-10-30,2022-11-08,9,1017,Generic Candidate,16625,DEM,43.44,47.876367236652534,Generic Candidate,16626,REP,44.67,50.51353546830186,-1.230000000000004,-2.6371682316493263 +81498,164901,8990,2022,US,House-G-US,2022_House-G_US,Data for Progress,522,FALSE,FALSE,Online Panel,NA,2022-10-30,2022-11-08,9,1276,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,51,50.51353546830186,-4,-2.6371682316493263 +81482,164852,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-29,2022-11-08,10,1172,Generic Candidate,16625,DEM,46,47.876367236652534,Generic Candidate,16626,REP,44,50.51353546830186,2,-2.6371682316493263 +81434,164618,8990,2022,US,House-G-US,2022_House-G_US,SSRS,297,TRUE,FALSE,Live Phone/Probability Panel,NA,2022-10-28,2022-11-08,11,992,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,51,50.51353546830186,-4,-2.6371682316493263 +81423,165247,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-10-31,2022-11-08,8,452,Generic Candidate,16625,DEM,48.35,47.876367236652534,Generic Candidate,16626,REP,45.82,50.51353546830186,2.530000000000001,-2.6371682316493263 +81444,164729,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-10-31,2022-11-08,8,1101,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,49,50.51353546830186,0,-2.6371682316493263 +81461,164797,8990,2022,US,House-G-US,2022_House-G_US,Big Village,37,FALSE,FALSE,Online Panel,NA,2022-11-01,2022-11-08,7,702,Generic Candidate,16625,DEM,51.5,47.876367236652534,Generic Candidate,16626,REP,44.9,50.51353546830186,6.600000000000001,-2.6371682316493263 +81635,166088,8990,2022,US,House-G-US,2022_House-G_US,Premise,709,FALSE,FALSE,App Panel,NA,2022-11-01,2022-11-08,7,1211,Generic Candidate,16625,DEM,44,47.876367236652534,Generic Candidate,16626,REP,42,50.51353546830186,2,-2.6371682316493263 +81566,165093,8990,2022,US,House-G-US,2022_House-G_US,ABC News/The Washington Post,3,TRUE,FALSE,Live Phone,NA,2022-11-01,2022-11-08,7,688,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,50,50.51353546830186,-2,-2.6371682316493263 +81522,164968,8990,2022,US,House-G-US,2022_House-G_US,Rasmussen Reports,277,FALSE,FALSE,IVR/Online Panel,NA,2022-11-01,2022-11-08,7,2500,Generic Candidate,16625,DEM,43,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-5,-2.6371682316493263 +81526,164976,8990,2022,US,House-G-US,2022_House-G_US,Big Village,37,FALSE,FALSE,Online Panel,NA,2022-11-03,2022-11-08,5,702,Generic Candidate,16625,DEM,50,47.876367236652534,Generic Candidate,16626,REP,46.2,50.51353546830186,3.799999999999997,-2.6371682316493263 +81597,165194,8990,2022,US,House-G-US,2022_House-G_US,Morning Consult,218,FALSE,FALSE,Online Panel,NA,2022-11-04,2022-11-08,4,2005,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,43,50.51353546830186,5,-2.6371682316493263 +81567,165097,8990,2022,US,House-G-US,2022_House-G_US,Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,Live Phone,NA,2022-11-04,2022-11-08,4,786,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,47,50.51353546830186,1,-2.6371682316493263 +81622,165286,8990,2022,US,House-G-US,2022_House-G_US,Trafalgar Group,338,FALSE,FALSE,IVR/Live Phone/Text/Online Panel/Email,REP,2022-11-05,2022-11-08,3,1099,Generic Candidate,16625,DEM,42.7,47.876367236652534,Generic Candidate,16626,REP,48.4,50.51353546830186,-5.699999999999996,-2.6371682316493263 +81591,165185,8990,2022,US,House-G-US,2022_House-G_US,YouGov,391,FALSE,FALSE,Online Panel,NA,2022-11-05,2022-11-08,3,1071,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,49,50.51353546830186,-1,-2.6371682316493263 +81598,165195,8990,2022,US,House-G-US,2022_House-G_US,Data for Progress,522,FALSE,FALSE,Online Panel/Text-to-Web,NA,2022-11-05,2022-11-08,3,1130,Generic Candidate,16625,DEM,48,47.876367236652534,Generic Candidate,16626,REP,52,50.51353546830186,-4,-2.6371682316493263 +81616,165244,8990,2022,US,House-G-US,2022_House-G_US,AtlasIntel,546,TRUE,FALSE,Online Ad,NA,2022-11-06,2022-11-08,2,863,Generic Candidate,16625,DEM,46.6,47.876367236652534,Generic Candidate,16626,REP,49.7,50.51353546830186,-3.1000000000000014,-2.6371682316493263 +81621,166075,8990,2022,US,House-G-US,2022_House-G_US,Ipsos,154,TRUE,FALSE,Probability Panel,NA,2022-11-06,2022-11-08,2,452,Generic Candidate,16625,DEM,45.76,47.876367236652534,Generic Candidate,16626,REP,44.55,50.51353546830186,1.2100000000000009,-2.6371682316493263 +81650,166091,8990,2022,US,House-G-US,2022_House-G_US,African American Research Collaborative,733,FALSE,FALSE,Live Phone/Online Panel/Text-to-Web/Email,DEM,2022-11-01,2022-11-08,7,12208,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,49,50.51353546830186,0,-2.6371682316493263 +81674,166094,8990,2022,US,House-G-US,2022_House-G_US,GQR,126,TRUE,FALSE,Online Panel,DEM,2022-11-07,2022-11-08,1,1000,Generic Candidate,16625,DEM,49,47.876367236652534,Generic Candidate,16626,REP,51,50.51353546830186,-2,-2.6371682316493263 +82892,173758,8990,2022,US,House-G-US,2022_House-G_US,Change Research,48,TRUE,FALSE,Text-to-Web/Online Ad,NA,2022-11-03,2022-11-08,5,3201,Generic Candidate,16625,DEM,47,47.876367236652534,Generic Candidate,16626,REP,48,50.51353546830186,-1,-2.6371682316493263