Merge branch 'fivethirtyeight:master' into master
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
This folder contains data behind the story [Comic Books Are Still Made By Men, For Men And About Men](http://fivethirtyeight.com/features/women-in-comic-books/).
|
||||
|
||||
The data comes from [Marvel Wikia](http://marvel.wikia.com/Main_Page) and [DC Wikia](http://dc.wikia.com/wiki/Main_Page). Characters were scraped on August 24. Appearance counts were scraped on September 2. The month and year of the first issue each character appeared in was pulled on October 6.
|
||||
The data comes from [Marvel Wikia](http://marvel.wikia.com/Main_Page) and [DC Wikia](http://dc.wikia.com/wiki/Main_Page). Characters were scraped on August 24, 2014. Appearance counts were scraped on September 2, 2014. The month and year of the first issue each character appeared in was pulled on October 6, 2014.
|
||||
|
||||
The data is split into two files, for DC and Marvel, respectively: `dc-wikia-data.csv` and `marvel-wikia-data.csv`. Each file has the following variables:
|
||||
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
---
|
||||
files:
|
||||
- https://projects.fivethirtyeight.com/generic-ballot-data/generic_polllist.csv
|
||||
- https://projects.fivethirtyeight.com/generic-ballot-data/generic_topline.csv
|
||||
- https://projects.fivethirtyeight.com/polls/data/generic_ballot_averages.csv
|
||||
---
|
||||
# Congress Generic Ballot Polls
|
||||
|
||||
This file contains links to the data behind [Are Democrats Winning The Race For Congress?](https://projects.fivethirtyeight.com/congress-generic-ballot-polls/)
|
||||
This file contains links to the data behind [Do Voters Want Democrats or Republicans in Congress?](https://projects.fivethirtyeight.com/polls/generic-ballot/)
|
||||
|
||||
- [`generic_polllist.csv`](https://projects.fivethirtyeight.com/generic-ballot-data/generic_polllist.csv) contains a list of generic ballot polls for the current election cycle.
|
||||
- [`generic_topline.csv`](https://projects.fivethirtyeight.com/polls/data/generic_ballot_averages.csv) contains a trendline for the generic ballot from the 2018 election cycle to the present.
|
||||
- [`generic_topline_historical.csv`](./generic_topline_historical.csv) contains a trendline for the generic ballot for previous election cycles going back to 1996.
|
||||
|
||||
|
||||
|
||||
7670
congress-generic-ballot/generic_topline_historical.csv
Normal file
7670
congress-generic-ballot/generic_topline_historical.csv
Normal file
File diff suppressed because it is too large
Load Diff
249
election-forecasts-2020/README.md
Normal file
249
election-forecasts-2020/README.md
Normal file
@@ -0,0 +1,249 @@
|
||||
---
|
||||
files:
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/presidential_national_toplines_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/presidential_state_toplines_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/presidential_polls_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/presidential_poll_averages_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/presidential_ev_probabilities_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/presidential_scenario_analysis_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/presidential_forecast_steps.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/economic_index.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/electoral_college_vs_popvote.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/senate_national_toplines_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/senate_state_toplines_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/house_national_toplines_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/house_district_toplines_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/senate_fundamentals.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/house_fundamentals.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/senate_seat_distribution.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/house_seat_distribution.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/senate_steps.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/house_steps.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/joint_probabilities.csv
|
||||
---
|
||||
|
||||
# election-forecasts-2020
|
||||
|
||||
This file contains links to the data behind our [2020 General Election Forecast](https://projects.fivethirtyeight.com/2020-election-forecast/).
|
||||
|
||||
|
||||
## Presidential Forecast
|
||||
`presidential_national_toplines_2020.csv` contains the final national topline on each day. It includes the following columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`cycle` | The election cycle (2020)
|
||||
`branch` | The kind of race this forecast pertains to (presidential)
|
||||
`model` | The model type (polls-plus is the only model we are running for the 2020 presidential race)
|
||||
`modeldate` | Date of the model run
|
||||
`candidate_inc` | Name of the incumbent
|
||||
`candidate_chal` | Name of the challenger
|
||||
`candidate_3rd` | Name of the third-party candidate
|
||||
`ecwin_inc` | Chance that the incumbent will win a majority of the electoral votes
|
||||
`ecwin_chal` | Chance that the challenger will win a majority of the electoral votes
|
||||
`ecwin_3rd` | Chance that the third-party candidate will win a majority of the electoral votes
|
||||
`ec_nomajority` | Chance that no candidate will win a majority of the electoral votes
|
||||
`popwin_inc` | Chance that the incumbent will win the popular vote
|
||||
`popwin_chal` | Chance that the challenger will win the popular vote
|
||||
`popwin_3rd` | Chance that a third-party candidate will win the popular vote
|
||||
`ev_inc`, `ev_inc_lo`, `ev_inc_hi` | Forecasted number of Electoral College votes for the incumbent, including the upper and lower bounds of an 80% confidence interval
|
||||
`ev_chal`, `ev_chal_lo`, `ev_chal_hi` | Forecasted number of Electoral College votes for the challenger, including the upper and lower bounds of an 80% confidence interval
|
||||
`ev_3rd`, `ev_3rd_lo`, `ev_3rd_hi` | Forecasted number of Electoral College votes for the third-party candidate, including the upper and lower bounds of an 80% confidence interval
|
||||
`national_voteshare_inc`, `national_voteshare_inc_lo`, `national_voteshare_inc_hi`| Forecasted national vote share for the incumbent, including the upper and lower bounds of an 80% confidence interval
|
||||
`national_voteshare_chal`, `national_voteshare_chal_lo`, `national_voteshare_chal_hi` | Forecasted national vote share for the challenger, including the upper and lower bounds of an 80% confidence interval
|
||||
`national_voteshare_3rd`, `national_voteshare_3rd_lo`, `national_voteshare_3rd_hi` | Forecasted national vote share for the third-party candidate, including the upper and lower bounds of an 80% confidence interval
|
||||
`nat_voteshare_other`, `nat_voteshare_other_lo`, `nat_voteshare_other_hi` | Forecasted national voter turnout based on past turnout, estimates of population growth, polls about whether voters are more or less enthusiastic about the election than usual and other factors in each state. Includes the upper and lower bounds of an 80% confidence interval.
|
||||
`national_turnout`, `national_turnout_lo`, `national_turnout_hi` | Forecasted national voter turnout based on past turnout, estimates of population growth, polls about whether voters are more or less enthusiastic about the election than usual and other factors in each state. Includes the upper and lower bounds of an 80% confidence interval. Turnout estimates are only available on model runs after Sept. 5, 2020.
|
||||
`timestamp` | Date and time the simulations were run
|
||||
`simulations` | Number of simulations run
|
||||
|
||||
|
||||
`presidential_state_toplines_2020.csv` contains the final state-level toplines on each day. This sheet contains the following additional columns:
|
||||
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`state` | Name of the state
|
||||
`tipping` | Tipping-point chance, the chance the state will deliver the decisive vote in the Electoral College
|
||||
`vpi` | Voter power index, the relative likelihood that an individual voter in the state will determine the Electoral College winner
|
||||
`winstate_inc` | Chance the incumbent will win the state
|
||||
`winstate_chal` | Chance the challenger will win the state
|
||||
`winstate_3rd` | Chance the third-party candidate will win the state
|
||||
`voteshare_inc`, `voteshare_inc_lo`, `voteshare_inc_hi` | Forecasted vote share for the incumbent, including the upper and lower bounds of an 80% confidence interval
|
||||
`voteshare_chal`, `voteshare_chal_lo`, `voteshare_chal_hi` | Forecasted vote share for the challenger, including the upper and lower bounds of an 80% confidence interval
|
||||
`voteshare_3rd`, `voteshare_3rd_lo`, `voteshare_3rd_hi` | Forecasted vote share for the third-party candidate, including the upper and lower bounds of an 80% confidence interval
|
||||
`voteshare_other`, `voteshare_other_lo`, `voteshare_other_hi` | Forecasted vote share for other candidates, including the upper and lower bounds of an 80% confidence interval
|
||||
`margin`, `margin_lo`, `margin_hi` | Forecasted margin for the incumbent, including the upper and lower bounds of an 80% confidence interval
|
||||
`win_EC_if_win_state_inc` | Chance that the incumbent will win the Electoral College if they win this state
|
||||
`win_EC_if_win_state_chal` | Chance that the challenger will win the Electoral College if they win this state
|
||||
`win_state_if_win_EC_inc` | Chance that the incumbent will win this state if they win the Electoral College
|
||||
`win_state_if_win_EC_chal` | Chance that the challenger will win this state if they win the Electoral College
|
||||
`state_turnout`, `state_turnout_hi`, `state_turnout_lo` | Forecasted state-level voter turnout based on past turnout, estimates of population growth, polls about whether voters are more or less enthusiastic about the election than usual and other factors in each state. Includes the upper and lower bounds of an 80% confidence interval. Turnout estimates are only available on model runs after Sept. 5, 2020.
|
||||
|
||||
`presidential_polls_2020.csv` contains an entry for each poll, and how much the model adjusts each poll for the house and trendline adjustments. Additional poll and poling average data can be found in our [polls dataset](https://github.com/fivethirtyeight/data/tree/master/polls). This sheet contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`candidate_name` | The candidate for this answer choice
|
||||
`startdate` | The first day interviews were conducted for this poll
|
||||
`enddate` | The last day interviews were conducted for this poll
|
||||
`pollster` | The name of the pollster
|
||||
`samplesize` | The size of the sample
|
||||
`population` | Whether the population interviewed was adults, registered voters, or likely voters
|
||||
`weight` | A relative weight that describes how much this poll factors into the forecast relative to other polls
|
||||
`influence` | A relative weight that describes how much this poll factors into today's the forecast (similar to "weight", but also takes into account how old the poll is)
|
||||
`pct` | Voteshare for this candidate in this poll
|
||||
`house_adjusted_pct` | Voteshare in this poll after applying the house adjustment
|
||||
`trend_and_house_adjusted_pct` | Voteshare in this poll after applying both house and trendline adjustments
|
||||
`tracking` | Whether or not the poll sample overlaps with other polls in our database
|
||||
`poll_id` | Unique identifier for a poll
|
||||
`question_id` | Unique identifier for a question
|
||||
|
||||
`presidential_poll_averages_2020.csv` contains the polling averages for each day. Additional poll and poling average data can be found in our [polls dataset](https://github.com/fivethirtyeight/data/tree/master/polls). This sheet contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
pct_estimate | Polling average for the candidate listed in `candidate_name` on `modeldate`
|
||||
pct_trend_adjusted | Trendline adjusted polling average for the candidate listed in `candidate_name` on `modeldate`
|
||||
|
||||
|
||||
`presidential_ev_probabilities_2020.csv` contains the forecasted chances of every possible Electoral College outcome. This sheet contains the following additional columns:
|
||||
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`evprob_inc` | Chance that the incumbent wins `total_ev` electoral votes
|
||||
`evprob_chal` | Chance that the challenger wins `total_ev` electoral votes
|
||||
`evprob_3rd` | Chance that the third-party candidate wins `total_ev` electoral votes
|
||||
`total_ev` | Number of electoral votes in question
|
||||
|
||||
`presidential_scenario_analysis_2020.csv` contains the forecasted chances of various possible election outcome scenarios. This sheet contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`scenario_id` | A unique identifier for each scenario
|
||||
`probability` | The forecasted chance that the scenario will happen
|
||||
`scenario_description` | A description of the scenario in question
|
||||
|
||||
|
||||
`economic_index.csv` contains economic indicators that serve as inputs to the forecast. For more information on these indicators, see [this post](https://fivethirtyeight.com/features/measuring-the-effect-of-the-economy-on-elections/). The economic indexes were collected from the [Federal Reserve Bank Of St. Louis]( https://fred.stlouisfed.org/series/DSPIC96) and the stock prices data from [Yahoo Finance](https://finance.yahoo.com/). This sheet contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`indicator` | Name of the economic indicator
|
||||
`category` | What that indicator helps measure
|
||||
`current_zscore` | Number of standard deviations from the previous 2-year average for the current value of the indicator
|
||||
`projected_zscore` | Number of standard deviations from the previous 2-year average for the projected value of the indicator on Election Day
|
||||
`projected_hi` | Upper bound of an 80% confidence interval for `projected_zscore`
|
||||
`projected_lo` | Lower bound of an 80% confidence interval for `projected_zscore`
|
||||
|
||||
|
||||
`forecast_steps.csv` contains the every intermediate step in calculating the chance of winning from the polling average in a particular state. This sheet contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`step_no` | A value from 1 - 10 where 1 is the starting point (Polling average) and 10 is the final step (Chance of winning).
|
||||
`value_inc`, `value_chal`, `value_3rd` | The value of that step for the incumbent, challenger, and third party candidate
|
||||
`weight` | The weight of the component when blending with either a regression or economic fundamentals
|
||||
`step_description` | A description of each step in the process of calculating the chance of winning
|
||||
|
||||
`ec_vs_popvote.csv` contains the the probability that each candidate will win the electoral college conditional on the popular vote outcome. This sheet contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`lower_bin_text`, `upper_bin_text` | A range of popular vote outcomes
|
||||
`total_ev_inc `, `ev_inc_lo`, `ev_inc_hi` | Forecasted number of Electoral College votes for the incumbent conditional on the popular vote outcome falling between `lower_bin_text` and `upper_bin_text`, including the upper and lower bounds of an 80% confidence interval
|
||||
`total_ev_chal `, `ev_chal_lo`, `ev_chal_hi` | Forecasted number of Electoral College votes for the challenger conditional on the popular vote outcome falling between `lower_bin_text` and `upper_bin_text`, including the upper and lower bounds of an 80% confidence interval
|
||||
`ecwin_inc`, `ecwin_chal`, `ecwin_3rd`, `ecwin_nomajority` | Chance that the incumbent, challenger, 3rd party candidate or nobody will win a majority of electoral votes, conditional on the popular vote outcome falling between `lower_bin_text` and `upper_bin_text`
|
||||
`count` | Number of simulations in which this outcome is present
|
||||
|
||||
|
||||
|
||||
## Congressional Forecasts
|
||||
|
||||
`senate_national_toplines_2020.csv` contains the final national Senate topline on each day. This sheet contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`branch` | Kind of race this forecast pertains to (senate)
|
||||
`expression` | Model type (lite, classic, or deluxe)
|
||||
`forecastdate` | Date the model was run
|
||||
`chamber_Dparty`, `chamber_Rparty` | Chance that each party (D or R) win control of the Senate
|
||||
`mean_seats_Dparty`, `mean_seats_Rparty` | Average forecasted number of seats that each party (D or R) hold in the Senate
|
||||
`median_seats_Dparty`, `median_seats_Rparty` | Median forecasted number of seats that each party (D or R) hold in the Senate
|
||||
`p90_seats_Dparty`,`p90_seats_Rparty`,`p10_seats_Dparty`,`p10_seats_Rparty` | 90th and 10th percentile for the number of seats for each party (D or R)
|
||||
`total_national_turnout`, `p90_total_national_turnout`, `p10_total_national_turnout` | Average, 90th percentile, and 10th percentile of national turnout in states with Senate races
|
||||
`popvote_margin`, `p90_popvote_margin`, `p10_popvote_margin` | Average, 90th percentile, and 10th percentile of popular vote margin (with positive being more Democratic and negative more Republican) in Senate races
|
||||
|
||||
`house_national_toplines_2020.csv` contains the final national House topline on each day. This sheet contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`statesmajority_Dparty`, `statesmajority_Rparty`, `statesmajority_noparty` | Forecasted chances that each party, or no party, controls a majority of state delegations in the house
|
||||
`delegations_Dparty`, `delegations_Rparty`, `delegations_nomajority` | How many state delegations each party is expected to control in the house
|
||||
|
||||
`senate_state_toplines_2020.csv` and `house_district_toplines_2020.csv` contain the final state-level Senate toplines and district-level House toplines on each day. These sheets contain the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`seat` | Senate seat corresponding to this row, in the format XX-S#, where XX is the state postal code and # is the class of the seat being contested
|
||||
`name_D1`, `name_D2`,`name_D3`,`name_D4`,`name_R1`, `name_R2`,`name_R3`,`name_R4` | Name of the top four Democrats (D) and Republicans (R) in contention for the seat. Blanks indicate that there are no Democrats or Republicans other than those listed in contention for the seat.
|
||||
`name_I1` | Name of the top candidate on the ballot that is neither a Democrat nor a Republican.
|
||||
`name_O1` | Placeholder for model chances for all candidates other than those named in the previous columns.
|
||||
`winner_XX`, where `XX` is one of `D1`,`D2`,`D3`,`D4`,`R1`,`R2`,`R3`,`R4`,`I1`,`O1` | Chance that the correspondingly named candidate wins the seat
|
||||
`winner_Dparty`, `winner_Rparty` | Chance that the corresponding party, regardless of candidate, wins the seat
|
||||
`tipping` | Chance that this seat is the tipping point for control of the Senate
|
||||
`vpi` | Voter power index: the relative likelihood that an individual vote in the state will determine control of the Senate chamber
|
||||
`mean_predicted_turnout`, `p90_simmed_turnout_gross`,`p10_simmed_turnout_gross` | Average, 90th percentile, and 10th percentile of state turnout in this Senate race
|
||||
`voteshare_mean_XX`, where `XX` is one of `D1`,`D2`,`D3`,`D4`,`R1`,`R2`,`R3`,`R4`,`I1`,`O1` | Average voteshare for the correspondingly named candidate
|
||||
`p90_voteshare_simmed_XX`, `p10_voteshare_simmed_XX`, where `XX` is one of `D1`,`D2`,`D3`,`D4`,`R1`,`R2`,`R3`,`R4`,`I1`,`O1` | 90th and 10th percentile for voteshare for the correspondingly named candidate
|
||||
`pvi_538` | Partisan voter index for the state, as calculated by 538
|
||||
`vep` | Total voting eligible population in the state
|
||||
`mean_netpartymargin`, `p90_netpartymargin`, `p10_netpartymargin` | Mean, 90th, and 10th percentiles of the margin between Democrats and Republicans, where positive numbers are more Democratic and negative numbers are more Republican
|
||||
`won_runoff_XX`, `lost_runoff_XX`, where `XX` is one of `D1`,`D2`,`D3`,`D4`,`R1`,`R2`,`R3`,`R4`,`I1`,`O1` | Where applicable, chance the the correspondingly named candidate wins in a runoff for the seat
|
||||
|
||||
`senate_seat_distribution.csv` and `house_seat_distribution.csv` contain the probablity of each distribution of seats for each day's forecast run. These sheets contain the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`seatsheld` | number of seats held by each party
|
||||
`seatprob_Dparty` | probability that Democrats will hold `seatsheld` number of seats
|
||||
`seatprob_Rparty` | probability that Republicans will hold `seatsheld` number of seats
|
||||
|
||||
|
||||
`senate_seat_distribution.csv` also contains the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`chamber_Dparty` | probability that each party will hold 50 seats and Democrats will control the Senate
|
||||
`chamber_Rparty` | probability that each party will hold 50 seats and Republicans will control the Senate
|
||||
|
||||
|
||||
`senate_fundamentals.csv` and `house_fundamentals.csv` contain the fundamentals for each senate and house race. These sheets contain the following additional columns:
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`component_no` | Number from 1 to 11 corresponding with each `component_name`
|
||||
`component_name` | One of the following values `Incumbency`,`District partisanship`,`Incumbent's margin in last election`,`Generic ballot`,`Fundraising`,`Incumbent's voting record in Congress`,`Challenger experience`,`Scandals`,`Top-two primary margin`,`Number of candidates`,`Total`
|
||||
`component_impact` | The impact each component has on the chances of winning
|
||||
`component_narrative` | Narrative explanation of that component for a particular race
|
||||
`genre` | Number of Democrats and Republicans running in a race. For example, `DR` means that there are one Democrat and one Republican in the race, while `DDR` means there are two Democrats and one Republican in the race
|
||||
`candidateA`, `candidateB` | Full names of the first and second candidates in the race
|
||||
`shortnmA`, `shortnmB` | Last names of the first and second candidates in the race
|
||||
|
||||
`senate_steps.csv` and `house_steps.csv` contain intermediate calculation steps performed in calculating the chance of winning from the polling average in a particular state.
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`displaystep` | A value from 1-4 indicating the order in which each calculation step is performed
|
||||
`description` | A description of each step
|
||||
`margin` | Forecasted margin in this step for `candidateA` - `candidateB`
|
||||
`lite_weight`, `classic_weight`, `deluxe_weight` | Relatively how much of each forecast that is derived from each component during the calculation of this step
|
||||
|
||||
`joint_probabilities.csv` contains the probabilities of each possible combination of Democratic or Republican control of the Senate, House and Presidency
|
||||
|
||||
Column | Description
|
||||
-------|------------
|
||||
`expression` | `_lite`, `_classic` or `_deluxe`
|
||||
`DsenateDhouseDpotus`, `DsenateRhouseDpotus`, `RsenateDhouseDpotus`, `RsenateRhouseDpotus`, `DsenateDhouseRpotus` , `DsenateRhouseRpotus` , `RsenateDhouseRpotus`, `RsenateRhouseRpotus` | Probability of each possible outcome for Democratic or Republican control of the Senate, House and Presidency
|
||||
|
||||
37
index.csv
37
index.csv
@@ -1,15 +1,27 @@
|
||||
dataset_url,article_url,live
|
||||
https://github.com/fivethirtyeight/WNBA-stats,https://fivethirtyeight.com/features/its-time-to-give-basketballs-other-goat-her-due/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/redistricting-2022-state-legislatures, https://fivethirtyeight.com/features/how-redistricting-affects-the-battle-for-state-legislatures/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/redlining, https://projects.fivethirtyeight.com/redlining/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/the-big-lies-long-shadow, https://fivethirtyeight.com/features/the-big-lie-voting-laws/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/nhl-forecasts,https://projects.fivethirtyeight.com/2022-nhl-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/election-results,https://projects.fivethirtyeight.com/2020-election-forecast/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/wnba-forecasts,https://projects.fivethirtyeight.com/2022-wnba-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/negro-leagues-player-ratings,https://projects.fivethirtyeight.com/negro-leagues-mlb/,
|
||||
https://github.com/fivethirtyeight/police-settlements,https://fivethirtyeight.com/features/police-misconduct-costs-cities-millions-every-year-but-thats-where-the-accountability-ends/,
|
||||
https://github.com/fivethirtyeight/superbowl-ads,https://projects.fivethirtyeight.com/super-bowl-ads/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/sports-political-donations,https://fivethirtyeight.com/features/inside-the-political-donation-history-of-wealthy-sports-owners/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/non-voters,https://projects.fivethirtyeight.com/non-voters-poll-2020-election/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/election-forecasts-2020,https://projects.fivethirtyeight.com/2020-election-forecast/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/voter-registration,https://fivethirtyeight.com/features/voter-registrations-are-way-way-down-during-the-pandemic,
|
||||
https://github.com/fivethirtyeight/WNBA-stats,https://fivethirtyeight.com/features/its-time-to-give-basketballs-other-goat-her-due/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/covid-geography,https://fivethirtyeight.com/features/how-one-high-risk-community-in-rural-south-carolina-is-bracing-for-covid-19/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/urbanization-index,https://fivethirtyeight.com/features/how-urban-or-rural-is-your-state-and-what-does-that-mean-for-the-2020-election/,
|
||||
https://github.com/fivethirtyeight/covid-19-polls,https://projects.fivethirtyeight.com/coronavirus-polls/,TRUE
|
||||
https://github.com/fivethirtyeight/nba-player-advanced-metrics,https://fivethirtyeight.com/features/luka-doncic-and-the-mavs-are-pushing-the-limits-of-offensive-efficiency/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/presidential-candidate-favorables-2019,https://fivethirtyeight.com/features/the-democratic-presidential-candidates-are-becoming-less-popular/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/nba-raptor,https://projects.fivethirtyeight.com/2020-nba-player-ratings/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/nba-raptor,https://projects.fivethirtyeight.com/nba-player-ratings/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/nba-raptor,https://fivethirtyeight.com/features/how-our-raptor-metric-works/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/nba-raptor,https://fivethirtyeight.com/features/introducing-raptor-our-new-metric-for-the-modern-nba/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/impeachment-polls,https://projects.fivethirtyeight.com/impeachment-polls/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/impeachment-polls,https://projects.fivethirtyeight.com/impeachment-polls/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/media-mentions-2020,https://fivethirtyeight.com/features/the-media-frenzy-around-biden-is-fading/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/fight-songs,https://projects.fivethirtyeight.com/college-fight-song-lyrics/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/foul-balls,https://fivethirtyeight.com/features/we-watched-906-foul-balls-to-find-out-where-the-most-dangerous-ones-land/,
|
||||
@@ -17,14 +29,15 @@ https://github.com/fivethirtyeight/candidate-emails,https://fivethirtyeight.com/
|
||||
https://github.com/fivethirtyeight/data/tree/master/nba-draymond,https://fivethirtyeight.com/features/a-better-way-to-evaluate-nba-defense/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/state-of-the-state,https://fivethirtyeight.com/features/what-americas-governors-are-talking-about/,
|
||||
https://github.com/fivethirtyeight/twitter-overlap,https://fivethirtyeight.com/features/which-2020-candidates-have-the-most-in-common-on-twitter/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/womens-world-cup-2019,https://projects.fivethirtyeight.com/2019-womens-world-cup-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/womens-world-cup-2019,https://projects.fivethirtyeight.com/2019-womens-world-cup-predictions/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/riddler-castles,https://fivethirtyeight.com/features/are-you-the-best-warlord/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/riddler-castles,https://fivethirtyeight.com/features/a-peaceful-but-not-peaceful-transition-of-power-in-riddler-nation/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/trump-lawsuits,https://fivethirtyeight.com/features/will-trumps-latest-lawsuits-keep-congress-from-investigating-future-presidents/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/mueller-polls,https://fivethirtyeight.com/features/both-parties-think-the-mueller-report-was-fair-they-just-disagree-on-what-it-says/,
|
||||
https://github.com/fivethirtyeight/checking-our-work-data,https://projects.fivethirtyeight.com/checking-our-work/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/russia-investigation,https://projects.fivethirtyeight.com/russia-investigation/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/ncaa-womens-basketball-tournament,https://fivethirtyeight.com/features/louisiana-tech-was-the-uconn-of-the-80s/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/endorsements,https://projects.fivethirtyeight.com/2020-endorsements/democratic-primary/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/endorsements,https://projects.fivethirtyeight.com/2020-endorsements/democratic-primary/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/polls,https://projects.fivethirtyeight.com/polls/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/cabinet-turnover,https://fivethirtyeight.com/features/two-years-in-turnover-in-trumps-cabinet-is-still-historically-high/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/forecast-review,https://fivethirtyeight.com/features/how-fivethirtyeights-2018-midterm-forecasts-did/,
|
||||
@@ -52,7 +65,7 @@ https://github.com/fivethirtyeight/data/tree/master/world-cup-comparisons,https:
|
||||
https://github.com/fivethirtyeight/data/tree/master/masculinity-survey,https://fivethirtyeight.com/features/what-do-men-think-it-means-to-be-a-man/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/world-cup-2018,https://projects.fivethirtyeight.com/2018-world-cup-predictions/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/special-elections,https://fivethirtyeight.com/features/be-skeptical-of-anyone-who-tells-you-they-know-how-democrats-can-win-in-november/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/congress-trump-score,https://projects.fivethirtyeight.com/congress-trump-score/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/congress-trump-score,https://projects.fivethirtyeight.com/congress-trump-score/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/reluctant-trump,https://fivethirtyeight.com/features/reluctant-trump-voters-swung-the-election-heres-how-they-think-hes-doing/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/reluctant-trump,https://fivethirtyeight.com/features/the-economy-is-keeping-reluctant-trump-voters-with-him/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/march-madness-predictions-2018,https://projects.fivethirtyeight.com/2018-march-madness-predictions/,
|
||||
@@ -62,19 +75,19 @@ https://github.com/fivethirtyeight/data/tree/master/congress-resignations,https:
|
||||
https://github.com/fivethirtyeight/redistricting-atlas-data,https://projects.fivethirtyeight.com/redistricting-maps/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/next-bechdel,https://projects.fivethirtyeight.com/next-bechdel/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/candy-power-ranking,http://fivethirtyeight.com/features/the-ultimate-halloween-candy-power-ranking/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/nfl-elo,https://projects.fivethirtyeight.com/2019-nfl-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/mlb-elo,https://projects.fivethirtyeight.com/2019-mlb-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/nba-forecasts,https://projects.fivethirtyeight.com/2020-nba-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/nfl-elo,https://projects.fivethirtyeight.com/2021-nfl-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/mlb-elo,https://projects.fivethirtyeight.com/2022-mlb-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/nba-forecasts,https://projects.fivethirtyeight.com/2022-nba-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/soccer-spi,https://projects.fivethirtyeight.com/soccer-predictions/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/twitter-ratio,https://fivethirtyeight.com/features/the-worst-tweeter-in-politics-isnt-trump/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/puerto-rico-media,https://fivethirtyeight.com/features/the-media-really-started-paying-attention-to-puerto-rico-when-trump-did/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/nfl-fandom,https://fivethirtyeight.com/features/how-every-nfl-teams-fans-lean-politically/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/puerto-rico-media,https://fivethirtyeight.com/features/the-media-really-has-neglected-puerto-rico/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/sandy-311-calls,https://projects.fivethirtyeight.com/sandy-311/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/congress-generic-ballot,https://projects.fivethirtyeight.com/congress-generic-ballot-polls/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/trump-approval-ratings,https://projects.fivethirtyeight.com/trump-approval-ratings/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/congress-generic-ballot,https://projects.fivethirtyeight.com/congress-generic-ballot-polls/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/trump-approval-ratings,https://projects.fivethirtyeight.com/trump-approval-ratings/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/trump-world-trust,https://fivethirtyeight.com/features/what-the-world-thinks-of-trump/,
|
||||
https://github.com/fivethirtyeight/nfl-elo-game,https://projects.fivethirtyeight.com/2019-nfl-forecasting-game/,TRUE
|
||||
https://github.com/fivethirtyeight/nfl-elo-game,https://projects.fivethirtyeight.com/2021-nfl-forecasting-game/,TRUE
|
||||
https://github.com/fivethirtyeight/data/tree/master/goose,https://fivethirtyeight.com/features/kenley-jansen-is-the-model-of-a-modern-reliever/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/inconvenient-sequel,https://fivethirtyeight.com/features/al-gores-new-movie-exposes-the-big-flaw-in-online-movie-ratings/,
|
||||
https://github.com/fivethirtyeight/data/tree/master/mayweather-mcgregor,https://fivethirtyeight.com/features/the-mayweather-mcgregor-fight-as-told-through-emojis/,
|
||||
|
||||
|
@@ -1,11 +1,11 @@
|
||||
---
|
||||
files:
|
||||
- https://projects.fivethirtyeight.com/nba-model/2020/latest_RAPTOR_by_team.csv
|
||||
- https://projects.fivethirtyeight.com/nba-model/2020/latest_RAPTOR_by_player.csv
|
||||
- https://projects.fivethirtyeight.com/nba-model/2022/latest_RAPTOR_by_team.csv
|
||||
- https://projects.fivethirtyeight.com/nba-model/2022/latest_RAPTOR_by_player.csv
|
||||
---
|
||||
# nba-raptor
|
||||
|
||||
This folder contains data behind the story [Introducing RAPTOR, Our New Metric For The Modern NBA](https://fivethirtyeight.com/features/introducing-raptor-our-new-metric-for-the-modern-nba) and the interactive [The Best NBA Players This Season, According To RAPTOR](https://projects.fivethirtyeight.com/2020-nba-player-ratings/).
|
||||
This folder contains data behind the story [Introducing RAPTOR, Our New Metric For The Modern NBA](https://fivethirtyeight.com/features/introducing-raptor-our-new-metric-for-the-modern-nba) and the interactive [The Best NBA Players, According To RAPTOR](https://projects.fivethirtyeight.com/nba-player-ratings/).
|
||||
|
||||
|
||||
`modern_RAPTOR_by_player.csv` contains RAPTOR data for every player broken out by season since 2014, when NBA player-tracking data first became available.
|
||||
@@ -23,9 +23,9 @@ These "modern" data files contain the box score and on/off plus-minus components
|
||||
These "historical" data files use full player-tracking RAPTOR for seasons since 2014, a version of RAPTOR that mixes box score value estimates with single-year regularized plus-minus data for seasons from 2001 through 2013, and a version of RAPTOR that only uses a box score estimate of value for the seasons from 1977 through 2000. In each era, the RAPTOR version with the highest level of detail is the version used.
|
||||
|
||||
|
||||
The linked file `latest_RAPTOR_by_player.csv` contains RAPTOR data for every player in the 2019-20 season.
|
||||
The linked file `latest_RAPTOR_by_player.csv` contains RAPTOR data for every player in the latest season.
|
||||
|
||||
The linked file `latest_RAPTOR_by_team.csv` contains RAPTOR data for every player broken out by team, season and season_type for the 2019-20 season.
|
||||
The linked file `latest_RAPTOR_by_team.csv` contains RAPTOR data for every player broken out by team, season and season_type for the latest season.
|
||||
|
||||
These "latest" data files contain the box score and on/off plus-minus components of RAPTOR, which are then combined into a total RAPTOR rating.
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ files:
|
||||
---
|
||||
# NFL Elo
|
||||
|
||||
This file contains links to the data behind [The Complete History Of The NFL](https://projects.fivethirtyeight.com/complete-history-of-the-nfl/) and our [NFL Predictions](https://projects.fivethirtyeight.com/2019-nfl-predictions/).
|
||||
This file contains links to the data behind [The Complete History Of The NFL](https://projects.fivethirtyeight.com/complete-history-of-the-nfl/) and our [NFL Predictions](https://projects.fivethirtyeight.com/2020-nfl-predictions/).
|
||||
|
||||
`nfl_elo.csv` contains game-by-game Elo ratings and forecasts back to 1920.
|
||||
`nfl_elo_latest.csv` contains game-by-game Elo ratings and forecasts for only the latest season.
|
||||
@@ -41,4 +41,7 @@ qb2_value_post | Away starting quarterbacks's raw Elo value after the game
|
||||
qbelo1_post | Home team's quarterback-adjusted base rating after the game
|
||||
qbelo2_post | Away team's quarterback-adjusted base rating after the game
|
||||
score1 | Home team's score
|
||||
score2 | Away team's score
|
||||
score2 | Away team's score
|
||||
quality | Rating of game's quality, based on the harmonic mean of the teams’ pregame Elo ratings, scaled from 0-100
|
||||
importance | Rating of game's importance, based on how much the result would affect the model's forecasted playoff odds, scaled from 0-100
|
||||
total_rating | The average of `quality` and `importance`
|
||||
40
nhl-forecasts/README.md
Normal file
40
nhl-forecasts/README.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
files:
|
||||
- https://projects.fivethirtyeight.com/nhl-api/nhl_elo.csv
|
||||
- https://projects.fivethirtyeight.com/nhl-api/nhl_elo_latest.csv
|
||||
---
|
||||
# NHL Elo
|
||||
|
||||
This file contains links to the data behind our [NHL Predictions](https://projects.fivethirtyeight.com/2022-nhl-predictions/). More information on how our NHL Elo model works can be found in [this article](https://fivethirtyeight.com/methodology/how-our-nhl-predictions-work/).
|
||||
|
||||
`nhl_elo.csv` contains game-by-game Elo ratings and forecasts since the NHL's inaugural 1917-18 season.
|
||||
|
||||
`nhl_elo_latest.csv` contains game-by-game Elo ratings and forecasts for only the latest NHL season.
|
||||
|
||||
|
||||
Column | Definition
|
||||
-----| ---------
|
||||
season | Year of season
|
||||
date | Date of game
|
||||
playoff | Whether game was a playoff game
|
||||
neutral | Whether game was played at a neutral site
|
||||
status | `post` if the game already happened; `pre` if it hasn't happened yet; `live` if it is being played at the time of data export
|
||||
ot | Overtime status: `OT` if the game ended in overtime, `SO` if the game ended in a shootout, blank if the game ended in regulation or if the game hasn't happened yet (will be blank for `pre` and `live` games). Games that went into multiple overtimes have the number of overtimes listed before `OT`: `2OT`, `3OT`, etc.
|
||||
home_team | Home team name
|
||||
away_team | Away team name
|
||||
home_team_abbr | Home team abbreviation. Multiple team names can fall under the same team_abbr because of name changes or moves. Interactive is grouped by team_abbr.
|
||||
away_team_abbr | Away team abbreviation. Multiple team names can fall under the same team_abbr because of name changes or moves. Interactive is grouped by team_abbr.
|
||||
home_team_pregame_rating | Home team's Elo rating before the game
|
||||
away_team_pregame_rating | Away team's Elo rating before the game
|
||||
home_team_winprob | Home team's probability of winning according to team pregame ratings
|
||||
away_team_winprob | Away team's probability of winning according to team pregame ratings
|
||||
overtime_prob | Probability that the game ends in overtime according to team pregame ratings (including shootouts)
|
||||
home_team_expected_points | Home team's expected points earned at the time the game started, according to team pregame ratings (2 points for a win, 1 point for a loss in overtime)
|
||||
away_team_expected_points | Away team's expected points earned at the time the game started, according to team pregame ratings (2 points for a win, 1 point for a loss in overtime or shootout)
|
||||
home_team_score | Home team's score (will be blank for `pre` and `live` games)
|
||||
away_team_score | Away team's score (will be blank for `pre` and `live` games)
|
||||
home_team_postgame_rating | Home team's rating after the game (will be blank for `pre` and `live` games)
|
||||
away_team_postgame_rating | Away team's rating after the game (will be blank for `pre` and `live` games)
|
||||
game_quality_rating | Rating of game's quality, based on the harmonic mean of the teams’ pregame Elo ratings, scaled from 0-100
|
||||
game_importance_rating | Rating of game's importance, based on how much the result would affect the model's forecasted playoff odds, scaled from 0-100. For `post` games, this rating is as of when the game started. (will be blank for all games played prior to 2021-22 season, the year we added a NHL forecast)
|
||||
game_quality_rating | The average of `game_quality_rating` and `game_importance_rating` (will be blank for all games played prior to 2021-22 season, the year we added a NHL forecast)
|
||||
5
non-voters/README.md
Normal file
5
non-voters/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
This directory contains the data behind the story [Why Many Americans Don't Vote](https://projects.fivethirtyeight.com/non-voters-poll-2020-election/).
|
||||
|
||||
Data presented here comes from polling done by Ipsos for FiveThirtyEight, using Ipsos’s KnowledgePanel, a probability-based online panel that is recruited to be representative of the U.S. population. The poll was conducted from Sept. 15 to Sept. 25 among a sample of U.S. citizens that oversampled young, Black and Hispanic respondents, with 8,327 respondents, and was weighted according to general population benchmarks for U.S. citizens from the U.S. Census Bureau’s Current Population Survey [March 2019 Supplement](https://www2.census.gov/programs-surveys/cps/techdocs/cpsmar19.pdf). The voter file company Aristotle then matched respondents to a voter file to more accurately understand their voting history using the panelist’s first name, last name, zip code, and eight characters of their address, using the [National Change of Address program](https://www.uspsoig.gov/document/national-change-address-program) if applicable. Sixty-four percent of the sample (5,355 respondents) matched, although we also included respondents who did not match the voter file but described themselves as voting “rarely” or “never” in our survey, so as to avoid underrepresenting nonvoters, who are less likely to be included in the voter file to begin with. We dropped respondents who were only eligible to vote in three elections or fewer. We defined those who almost always vote as those who voted in all (or all but one) of the national elections (presidential and midterm) they were eligible to vote in since 2000; those who vote sometimes as those who voted in at least two elections, but fewer than all the elections they were eligible to vote in (or all but one); and those who rarely or never vote as those who voted in no elections, or just one.
|
||||
|
||||
The data included here is the final sample we used: 5,239 respondents who matched to the voter file and whose verified vote history we have, and 597 respondents who did not match to the voter file and described themselves as voting "rarely" or "never," all of whom have been eligible for at least 4 elections.
|
||||
BIN
non-voters/nonvoters_codebook.pdf
Normal file
BIN
non-voters/nonvoters_codebook.pdf
Normal file
Binary file not shown.
5837
non-voters/nonvoters_data.csv
Normal file
5837
non-voters/nonvoters_data.csv
Normal file
File diff suppressed because it is too large
Load Diff
7
partisan-lean/2018/README.md
Normal file
7
partisan-lean/2018/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# FiveThirtyEight's Partisan Lean (2018)
|
||||
|
||||
⚠️ The data in this folder is out of date. Please see the [toplevel folder in the `partisan-lean`](../) dataset for the most up-to-date partisan-lean numbers.
|
||||
|
||||
This directory contains the data for FiveThirtyEight's partisan lean, which is used in our election forecasts.
|
||||
|
||||
Partisan lean is the average difference between how a state or district votes and how the country votes overall, with 2016 presidential election results weighted 50 percent, 2012 presidential election results weighted 25 percent and results from elections for the state legislature weighted 25 percent.
|
||||
436
partisan-lean/2018/fivethirtyeight_partisan_lean_DISTRICTS.csv
Normal file
436
partisan-lean/2018/fivethirtyeight_partisan_lean_DISTRICTS.csv
Normal file
@@ -0,0 +1,436 @@
|
||||
district,2018
|
||||
AK-1,R+15.21
|
||||
AL-1,R+28.61
|
||||
AL-2,R+30.97
|
||||
AL-3,R+31.37
|
||||
AL-4,R+59.81
|
||||
AL-5,R+32.81
|
||||
AL-6,R+47.21
|
||||
AL-7,D+41.69
|
||||
AR-1,R+30
|
||||
AR-2,R+9.63
|
||||
AR-3,R+30.8
|
||||
AR-4,R+29.13
|
||||
AZ-1,R+5.56
|
||||
AZ-2,R+1.22
|
||||
AZ-3,D+24.11
|
||||
AZ-4,R+42.86
|
||||
AZ-5,R+27.79
|
||||
AZ-6,R+17.56
|
||||
AZ-7,D+43.88
|
||||
AZ-8,R+26.32
|
||||
AZ-9,D+8.38
|
||||
CA-1,R+22.53
|
||||
CA-10,R+0.77
|
||||
CA-11,D+41.1
|
||||
CA-12,D+71.57
|
||||
CA-13,D+75.93
|
||||
CA-14,D+52.03
|
||||
CA-15,D+39.23
|
||||
CA-16,D+16.83
|
||||
CA-17,D+47.1
|
||||
CA-18,D+44.6
|
||||
CA-19,D+45.2
|
||||
CA-2,D+40.5
|
||||
CA-20,D+42.4
|
||||
CA-21,D+10.07
|
||||
CA-22,R+15.3
|
||||
CA-23,R+27.1
|
||||
CA-24,D+13.17
|
||||
CA-25,R+0.1
|
||||
CA-26,D+14.07
|
||||
CA-27,D+30.3
|
||||
CA-28,D+43.83
|
||||
CA-29,D+55.47
|
||||
CA-3,D+8.17
|
||||
CA-30,D+36.03
|
||||
CA-31,D+15.63
|
||||
CA-32,D+32.87
|
||||
CA-33,D+31.5
|
||||
CA-34,D+67.6
|
||||
CA-35,D+35.5
|
||||
CA-36,D+2.97
|
||||
CA-37,D+70.83
|
||||
CA-38,D+33.07
|
||||
CA-39,D+0.53
|
||||
CA-4,R+19.9
|
||||
CA-40,D+63.97
|
||||
CA-41,D+23.03
|
||||
CA-42,R+17
|
||||
CA-43,D+56.5
|
||||
CA-44,D+66.87
|
||||
CA-45,R+4.3
|
||||
CA-46,D+30.03
|
||||
CA-47,D+24.6
|
||||
CA-48,R+6.73
|
||||
CA-49,R+1.13
|
||||
CA-5,D+40.03
|
||||
CA-50,R+21.57
|
||||
CA-51,D+42.2
|
||||
CA-52,D+13.17
|
||||
CA-53,D+27.63
|
||||
CA-6,D+39.5
|
||||
CA-7,D+4.97
|
||||
CA-8,R+18.67
|
||||
CA-9,D+14.33
|
||||
CO-1,D+40.37
|
||||
CO-2,D+16.77
|
||||
CO-3,R+13.56
|
||||
CO-4,R+25.39
|
||||
CO-5,R+26.49
|
||||
CO-6,D+4.07
|
||||
CO-7,D+9.37
|
||||
CT-1,D+20.56
|
||||
CT-2,D+2.29
|
||||
CT-3,D+15.02
|
||||
CT-4,D+14.96
|
||||
CT-5,D+1.39
|
||||
DE-1,D+13.66
|
||||
FL-1,R+43.9
|
||||
FL-10,D+20.46
|
||||
FL-11,R+32.9
|
||||
FL-12,R+19.8
|
||||
FL-13,D+0.8
|
||||
FL-14,D+12.7
|
||||
FL-15,R+13.44
|
||||
FL-16,R+14.9
|
||||
FL-17,R+28.47
|
||||
FL-18,R+12.27
|
||||
FL-19,R+26.9
|
||||
FL-2,R+38.84
|
||||
FL-20,D+58.3
|
||||
FL-21,D+15.26
|
||||
FL-22,D+10.06
|
||||
FL-23,D+20.3
|
||||
FL-24,D+64.03
|
||||
FL-25,R+9.3
|
||||
FL-26,D+9.8
|
||||
FL-27,D+10.4
|
||||
FL-3,R+20.47
|
||||
FL-4,R+34.67
|
||||
FL-5,D+21.43
|
||||
FL-6,R+18.1
|
||||
FL-7,R+0.04
|
||||
FL-8,R+23.54
|
||||
FL-9,D+7.76
|
||||
GA-1,R+20.37
|
||||
GA-10,R+31.47
|
||||
GA-11,R+34.2
|
||||
GA-12,R+20.47
|
||||
GA-13,D+36.93
|
||||
GA-14,R+56.97
|
||||
GA-2,D+8
|
||||
GA-3,R+37.7
|
||||
GA-4,D+45.66
|
||||
GA-5,D+65.43
|
||||
GA-6,R+14.5
|
||||
GA-7,R+17.24
|
||||
GA-8,R+33.04
|
||||
GA-9,R+63.94
|
||||
HI-1,D+35.57
|
||||
HI-2,D+36.37
|
||||
IA-1,D+0.74
|
||||
IA-2,D+0.14
|
||||
IA-3,R+2.42
|
||||
IA-4,R+22.46
|
||||
ID-1,R+39.58
|
||||
ID-2,R+29.95
|
||||
IL-1,D+51.63
|
||||
IL-10,D+21.13
|
||||
IL-11,D+17.47
|
||||
IL-12,R+13.27
|
||||
IL-13,R+7.7
|
||||
IL-14,R+9.87
|
||||
IL-15,R+44.67
|
||||
IL-16,R+17.97
|
||||
IL-17,D+1.26
|
||||
IL-18,R+29.9
|
||||
IL-2,D+56.06
|
||||
IL-3,D+10.7
|
||||
IL-4,D+63.26
|
||||
IL-5,D+38.53
|
||||
IL-6,R+2
|
||||
IL-7,D+73.33
|
||||
IL-8,D+16.03
|
||||
IL-9,D+36.77
|
||||
IN-1,D+14.48
|
||||
IN-2,R+21.99
|
||||
IN-3,R+34.12
|
||||
IN-4,R+32.59
|
||||
IN-5,R+15.32
|
||||
IN-6,R+36.42
|
||||
IN-7,D+22.54
|
||||
IN-8,R+30.59
|
||||
IN-9,R+25.29
|
||||
KS-1,R+46.55
|
||||
KS-2,R+19.05
|
||||
KS-3,R+4.75
|
||||
KS-4,R+29.02
|
||||
KY-1,R+39.53
|
||||
KY-2,R+31.76
|
||||
KY-3,D+18.54
|
||||
KY-4,R+29.23
|
||||
KY-5,R+54.43
|
||||
KY-6,R+10.5
|
||||
LA-1,R+41.19
|
||||
LA-2,D+54.08
|
||||
LA-3,R+35.19
|
||||
LA-4,R+20.96
|
||||
LA-5,R+25.89
|
||||
LA-6,R+32.42
|
||||
MA-1,D+27.23
|
||||
MA-2,D+22.96
|
||||
MA-3,D+23.9
|
||||
MA-4,D+24.96
|
||||
MA-5,D+43.3
|
||||
MA-6,D+19.06
|
||||
MA-7,D+73.96
|
||||
MA-8,D+26.53
|
||||
MA-9,D+14.8
|
||||
MD-1,R+30.39
|
||||
MD-2,D+21.88
|
||||
MD-3,D+24.44
|
||||
MD-4,D+53.68
|
||||
MD-5,D+28.81
|
||||
MD-6,D+10.44
|
||||
MD-7,D+51.28
|
||||
MD-8,D+27.84
|
||||
ME-1,D+14.87
|
||||
ME-2,R+6.13
|
||||
MI-1,R+18.64
|
||||
MI-10,R+27.01
|
||||
MI-11,R+6.41
|
||||
MI-12,D+26.99
|
||||
MI-13,D+62.42
|
||||
MI-14,D+59.72
|
||||
MI-2,R+17.71
|
||||
MI-3,R+10.38
|
||||
MI-4,R+20.88
|
||||
MI-5,D+8.59
|
||||
MI-6,R+7.74
|
||||
MI-7,R+14.04
|
||||
MI-8,R+7.18
|
||||
MI-9,D+8.62
|
||||
MN-1,R+10.99
|
||||
MN-2,R+2.29
|
||||
MN-3,D+5.01
|
||||
MN-4,D+28.08
|
||||
MN-5,D+51.78
|
||||
MN-6,R+23.65
|
||||
MN-7,R+25.32
|
||||
MN-8,R+10.09
|
||||
MO-1,D+55.63
|
||||
MO-2,R+15.61
|
||||
MO-3,R+38.14
|
||||
MO-4,R+35.77
|
||||
MO-5,D+11.99
|
||||
MO-6,R+31.81
|
||||
MO-7,R+46.41
|
||||
MO-8,R+51.07
|
||||
MS-1,R+29.99
|
||||
MS-2,D+30.44
|
||||
MS-3,R+22.99
|
||||
MS-4,R+39.29
|
||||
MT-1,R+17.95
|
||||
NC-1,D+35
|
||||
NC-10,R+24.4
|
||||
NC-11,R+28.26
|
||||
NC-12,D+36.87
|
||||
NC-13,R+10.5
|
||||
NC-2,R+12.7
|
||||
NC-3,R+23.66
|
||||
NC-4,D+34.8
|
||||
NC-5,R+18.43
|
||||
NC-6,R+16
|
||||
NC-7,R+18
|
||||
NC-8,R+15.4
|
||||
NC-9,R+13.56
|
||||
ND-1,R+33.68
|
||||
NE-1,R+19.83
|
||||
NE-2,R+3.9
|
||||
NE-3,R+50.8
|
||||
NH-1,R+4.37
|
||||
NH-2,D+1
|
||||
NJ-1,D+24.81
|
||||
NJ-10,D+71.78
|
||||
NJ-11,R+4.49
|
||||
NJ-12,D+31.54
|
||||
NJ-2,R+2.32
|
||||
NJ-3,R+4.56
|
||||
NJ-4,R+14.99
|
||||
NJ-5,R+3.69
|
||||
NJ-6,D+16.44
|
||||
NJ-7,R+3.29
|
||||
NJ-8,D+53.34
|
||||
NJ-9,D+31.38
|
||||
NM-1,D+14.53
|
||||
NM-2,R+10.77
|
||||
NM-3,D+14.63
|
||||
NV-1,D+25.27
|
||||
NV-2,R+16.03
|
||||
NV-3,R+5.53
|
||||
NV-4,D+1.7
|
||||
NY-1,R+10.44
|
||||
NY-10,D+53.46
|
||||
NY-11,R+7.51
|
||||
NY-12,D+62.59
|
||||
NY-13,D+85.52
|
||||
NY-14,D+56.99
|
||||
NY-15,D+88.09
|
||||
NY-16,D+48.72
|
||||
NY-17,D+16.16
|
||||
NY-18,R+2.24
|
||||
NY-19,R+4.88
|
||||
NY-2,R+7.01
|
||||
NY-20,D+13.39
|
||||
NY-21,R+9.64
|
||||
NY-22,R+12.88
|
||||
NY-23,R+12.68
|
||||
NY-24,D+5.29
|
||||
NY-25,D+14.99
|
||||
NY-26,D+20.52
|
||||
NY-27,R+22.88
|
||||
NY-3,D+2.52
|
||||
NY-4,D+8.49
|
||||
NY-5,D+73.42
|
||||
NY-6,D+31.86
|
||||
NY-7,D+74.62
|
||||
NY-8,D+71.39
|
||||
NY-9,D+67.49
|
||||
OH-1,R+9.42
|
||||
OH-10,R+8.48
|
||||
OH-11,D+61.42
|
||||
OH-12,R+14.02
|
||||
OH-13,D+10.52
|
||||
OH-14,R+11.75
|
||||
OH-15,R+15.12
|
||||
OH-16,R+16.85
|
||||
OH-2,R+17.38
|
||||
OH-3,D+36.22
|
||||
OH-4,R+30.05
|
||||
OH-5,R+22.98
|
||||
OH-6,R+35.55
|
||||
OH-7,R+25.95
|
||||
OH-8,R+34.48
|
||||
OH-9,D+24.05
|
||||
OK-1,R+28.1
|
||||
OK-2,R+43.7
|
||||
OK-3,R+49.5
|
||||
OK-4,R+34.76
|
||||
OK-5,R+13.5
|
||||
OR-1,D+18.35
|
||||
OR-2,R+21.45
|
||||
OR-3,D+45.28
|
||||
OR-4,R+0.32
|
||||
OR-5,D+1.32
|
||||
PA-1,R+0.68
|
||||
PA-10,R+10.68
|
||||
PA-11,R+27.24
|
||||
PA-12,R+35.04
|
||||
PA-13,R+44.51
|
||||
PA-14,R+27.78
|
||||
PA-15,R+40.38
|
||||
PA-16,R+17.48
|
||||
PA-17,R+5.78
|
||||
PA-18,D+25.22
|
||||
PA-2,D+47.99
|
||||
PA-3,D+81.42
|
||||
PA-4,D+14.76
|
||||
PA-5,D+25.49
|
||||
PA-6,D+4.72
|
||||
PA-7,D+0.52
|
||||
PA-8,R+4.98
|
||||
PA-9,R+30.54
|
||||
RI-1,D+34.62
|
||||
RI-2,D+18.12
|
||||
SC-1,R+18.95
|
||||
SC-2,R+22.55
|
||||
SC-3,R+39.72
|
||||
SC-4,R+29.99
|
||||
SC-5,R+20.35
|
||||
SC-6,D+34.41
|
||||
SC-7,R+20.15
|
||||
SD-1,R+30.6
|
||||
TN-1,R+57.66
|
||||
TN-2,R+39.72
|
||||
TN-3,R+36.86
|
||||
TN-4,R+42.19
|
||||
TN-5,D+12.68
|
||||
TN-6,R+49.79
|
||||
TN-7,R+41.12
|
||||
TN-8,R+38.79
|
||||
TN-9,D+53.64
|
||||
TX-1,R+51.65
|
||||
TX-10,R+18.51
|
||||
TX-11,R+64.68
|
||||
TX-12,R+37.51
|
||||
TX-13,R+68.25
|
||||
TX-14,R+25.48
|
||||
TX-15,D+10.75
|
||||
TX-16,D+31.35
|
||||
TX-17,R+24.91
|
||||
TX-18,D+49.75
|
||||
TX-19,R+54.55
|
||||
TX-2,R+20.98
|
||||
TX-20,D+18.52
|
||||
TX-21,R+19.65
|
||||
TX-22,R+19.41
|
||||
TX-23,R+4.28
|
||||
TX-24,R+17.28
|
||||
TX-25,R+22.98
|
||||
TX-26,R+35.65
|
||||
TX-27,R+28.85
|
||||
TX-28,D+14.72
|
||||
TX-29,D+35.75
|
||||
TX-3,R+25.18
|
||||
TX-30,D+54.85
|
||||
TX-31,R+21.25
|
||||
TX-32,R+9.58
|
||||
TX-33,D+42.09
|
||||
TX-34,D+16.15
|
||||
TX-35,D+26.19
|
||||
TX-36,R+52.71
|
||||
TX-4,R+57.81
|
||||
TX-5,R+34.65
|
||||
TX-6,R+19.58
|
||||
TX-7,R+11.85
|
||||
TX-8,R+56.65
|
||||
TX-9,D+54.15
|
||||
UT-1,R+40.52
|
||||
UT-2,R+25.58
|
||||
UT-3,R+38.85
|
||||
UT-4,R+20.12
|
||||
VA-1,R+16.99
|
||||
VA-10,D+1.55
|
||||
VA-11,D+30.25
|
||||
VA-2,R+7.79
|
||||
VA-3,D+28.48
|
||||
VA-4,D+16.91
|
||||
VA-5,R+14.35
|
||||
VA-6,R+27.72
|
||||
VA-7,R+12.59
|
||||
VA-8,D+42.58
|
||||
VA-9,R+41.82
|
||||
VT-1,D+24.2
|
||||
WA-1,D+10.67
|
||||
WA-10,D+8.87
|
||||
WA-2,D+18.01
|
||||
WA-3,R+9.29
|
||||
WA-4,R+26.26
|
||||
WA-5,R+15.79
|
||||
WA-6,D+9.37
|
||||
WA-7,D+63.17
|
||||
WA-8,R+1.26
|
||||
WA-9,D+40.57
|
||||
WI-1,R+11.49
|
||||
WI-2,D+33.91
|
||||
WI-3,R+2.56
|
||||
WI-4,D+48.74
|
||||
WI-5,R+24.49
|
||||
WI-6,R+16.93
|
||||
WI-7,R+17.86
|
||||
WI-8,R+16.19
|
||||
WV-1,R+30.43
|
||||
WV-2,R+25.39
|
||||
WV-3,R+37.33
|
||||
WY-1,R+48.35
|
||||
|
51
partisan-lean/2018/fivethirtyeight_partisan_lean_STATES.csv
Normal file
51
partisan-lean/2018/fivethirtyeight_partisan_lean_STATES.csv
Normal file
@@ -0,0 +1,51 @@
|
||||
state,2018
|
||||
Alabama,R+27
|
||||
Alaska,R+15
|
||||
Arizona,R+9
|
||||
Arkansas,R+24
|
||||
California,D+24
|
||||
Colorado,D+1
|
||||
Connecticut,D+11
|
||||
Delaware,D+14
|
||||
Florida,R+5
|
||||
Georgia,R+12
|
||||
Hawaii,D+36
|
||||
Idaho,R+35
|
||||
Illinois,D+13
|
||||
Indiana,R+18
|
||||
Iowa,R+6
|
||||
Kansas,R+23
|
||||
Kentucky,R+23
|
||||
Louisiana,R+17
|
||||
Maine,D+5
|
||||
Maryland,D+23
|
||||
Massachusetts,D+29
|
||||
Michigan,D+1
|
||||
Minnesota,D+2
|
||||
Mississippi,R+15
|
||||
Missouri,R+19
|
||||
Montana,R+18
|
||||
Nebraska,R+24
|
||||
Nevada,R+1
|
||||
New Hampshire,R+2
|
||||
New Jersey,D+13
|
||||
New Mexico,D+7
|
||||
New York,D+22
|
||||
North Carolina,R+5
|
||||
North Dakota,R+33
|
||||
Ohio,R+7
|
||||
Oklahoma,R+34
|
||||
Oregon,D+9
|
||||
Pennsylvania,R+1
|
||||
Rhode Island,D+26
|
||||
South Carolina,R+17
|
||||
South Dakota,R+31
|
||||
Tennessee,R+28
|
||||
Texas,R+17
|
||||
Utah,R+31
|
||||
Vermont,D+24
|
||||
Virginia,D+0
|
||||
Washington,D+12
|
||||
West Virginia,R+30
|
||||
Wisconsin,R+1
|
||||
Wyoming,R+47
|
||||
|
8
partisan-lean/2020/README.md
Normal file
8
partisan-lean/2020/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# FiveThirtyEight's Partisan Lean (2020)
|
||||
|
||||
⚠️ The data in this folder is out of date. Please see the [toplevel folder in the `partisan-lean`](../) dataset for the most up-to-date partisan-lean numbers.
|
||||
|
||||
This directory contains the data for FiveThirtyEight's partisan lean, which is used in our election forecasts.
|
||||
|
||||
Partisan lean is the average difference between how a state or district votes and how the country votes overall, with 2016 presidential election results weighted 50 percent, 2012 presidential election results weighted 25 percent and results from elections for the state legislature weighted 25 percent.
|
||||
|
||||
436
partisan-lean/2020/fivethirtyeight_partisan_lean_DISTRICTS.csv
Normal file
436
partisan-lean/2020/fivethirtyeight_partisan_lean_DISTRICTS.csv
Normal file
@@ -0,0 +1,436 @@
|
||||
district,2020
|
||||
AK-1,R+15.52
|
||||
AL-1,R+28.78
|
||||
AL-2,R+31.15
|
||||
AL-3,R+31.55
|
||||
AL-4,R+60.1
|
||||
AL-5,R+32.99
|
||||
AL-6,R+47.44
|
||||
AL-7,D+41.48
|
||||
AR-1,R+31.56
|
||||
AR-2,R+11.2
|
||||
AR-3,R+32.36
|
||||
AR-4,R+30.69
|
||||
AZ-1,R+3.79
|
||||
AZ-2,D+0.54
|
||||
AZ-3,D+25.82
|
||||
AZ-4,R+41.24
|
||||
AZ-5,R+26.08
|
||||
AZ-6,R+15.81
|
||||
AZ-7,D+45.47
|
||||
AZ-8,R+24.61
|
||||
AZ-9,D+10.13
|
||||
CA-1,R+23.88
|
||||
CA-10,R+2.2
|
||||
CA-11,D+39.96
|
||||
CA-12,D+71.11
|
||||
CA-13,D+75.62
|
||||
CA-14,D+51.09
|
||||
CA-15,D+38.07
|
||||
CA-16,D+15.44
|
||||
CA-17,D+46.06
|
||||
CA-18,D+43.52
|
||||
CA-19,D+44.13
|
||||
CA-2,D+39.35
|
||||
CA-20,D+41.28
|
||||
CA-21,D+8.65
|
||||
CA-22,R+16.7
|
||||
CA-23,R+28.41
|
||||
CA-24,D+11.76
|
||||
CA-25,R+1.54
|
||||
CA-26,D+12.66
|
||||
CA-27,D+29.02
|
||||
CA-28,D+42.74
|
||||
CA-29,D+54.59
|
||||
CA-3,D+6.74
|
||||
CA-30,D+34.82
|
||||
CA-31,D+14.24
|
||||
CA-32,D+31.62
|
||||
CA-33,D+30.24
|
||||
CA-34,D+67.03
|
||||
CA-35,D+34.28
|
||||
CA-36,D+1.53
|
||||
CA-37,D+70.35
|
||||
CA-38,D+31.82
|
||||
CA-39,R+0.9
|
||||
CA-4,R+21.27
|
||||
CA-40,D+63.3
|
||||
CA-41,D+21.69
|
||||
CA-42,R+18.39
|
||||
CA-43,D+55.65
|
||||
CA-44,D+66.27
|
||||
CA-45,R+5.73
|
||||
CA-46,D+28.75
|
||||
CA-47,D+23.27
|
||||
CA-48,R+8.16
|
||||
CA-49,R+2.57
|
||||
CA-5,D+38.88
|
||||
CA-50,R+22.92
|
||||
CA-51,D+41.08
|
||||
CA-52,D+11.76
|
||||
CA-53,D+26.33
|
||||
CA-6,D+38.34
|
||||
CA-7,D+3.53
|
||||
CA-8,R+20.04
|
||||
CA-9,D+12.93
|
||||
CO-1,D+39
|
||||
CO-2,D+15.13
|
||||
CO-3,R+15.22
|
||||
CO-4,R+26.96
|
||||
CO-5,R+28.04
|
||||
CO-6,D+2.38
|
||||
CO-7,D+7.69
|
||||
CT-1,D+19.61
|
||||
CT-2,D+1.31
|
||||
CT-3,D+14.06
|
||||
CT-4,D+13.99
|
||||
CT-5,D+0.41
|
||||
DE-1,D+12.13
|
||||
FL-1,R+44.25
|
||||
FL-10,D+20.09
|
||||
FL-11,R+33.27
|
||||
FL-12,R+20.18
|
||||
FL-13,D+0.42
|
||||
FL-14,D+12.32
|
||||
FL-15,R+13.81
|
||||
FL-16,R+15.28
|
||||
FL-17,R+28.84
|
||||
FL-18,R+12.65
|
||||
FL-19,R+27.27
|
||||
FL-2,R+39.19
|
||||
FL-20,D+57.97
|
||||
FL-21,D+14.89
|
||||
FL-22,D+9.69
|
||||
FL-23,D+19.92
|
||||
FL-24,D+63.71
|
||||
FL-25,R+9.68
|
||||
FL-26,D+9.42
|
||||
FL-27,D+10.02
|
||||
FL-3,R+20.84
|
||||
FL-4,R+35.03
|
||||
FL-5,D+21.06
|
||||
FL-6,R+18.48
|
||||
FL-7,R+0.41
|
||||
FL-8,R+23.91
|
||||
FL-9,D+7.39
|
||||
GA-1,R+21.32
|
||||
GA-10,R+32.35
|
||||
GA-11,R+35.07
|
||||
GA-12,R+21.42
|
||||
GA-13,D+36.09
|
||||
GA-14,R+57.57
|
||||
GA-2,D+7
|
||||
GA-3,R+38.53
|
||||
GA-4,D+44.91
|
||||
GA-5,D+64.96
|
||||
GA-6,R+15.48
|
||||
GA-7,R+18.2
|
||||
GA-8,R+33.91
|
||||
GA-9,R+64.43
|
||||
HI-1,D+35.73
|
||||
HI-2,D+36.52
|
||||
IA-1,R+2.84
|
||||
IA-2,R+3.44
|
||||
IA-3,R+6
|
||||
IA-4,R+25.87
|
||||
ID-1,R+37.21
|
||||
ID-2,R+27.6
|
||||
IL-1,D+51.46
|
||||
IL-10,D+21.12
|
||||
IL-11,D+17.47
|
||||
IL-12,R+13.26
|
||||
IL-13,R+7.68
|
||||
IL-14,R+9.85
|
||||
IL-15,R+44.8
|
||||
IL-16,R+17.97
|
||||
IL-17,D+1.29
|
||||
IL-18,R+29.95
|
||||
IL-2,D+55.86
|
||||
IL-3,D+10.71
|
||||
IL-4,D+62.99
|
||||
IL-5,D+38.45
|
||||
IL-6,R+1.98
|
||||
IL-7,D+72.94
|
||||
IL-8,D+16.04
|
||||
IL-9,D+36.69
|
||||
IN-1,D+15.27
|
||||
IN-2,R+21.23
|
||||
IN-3,R+33.43
|
||||
IN-4,R+31.89
|
||||
IN-5,R+14.53
|
||||
IN-6,R+35.75
|
||||
IN-7,D+23.3
|
||||
IN-8,R+29.87
|
||||
IN-9,R+24.54
|
||||
KS-1,R+44.54
|
||||
KS-2,R+16.9
|
||||
KS-3,R+2.58
|
||||
KS-4,R+26.91
|
||||
KY-1,R+39.94
|
||||
KY-2,R+32.17
|
||||
KY-3,D+18.14
|
||||
KY-4,R+29.63
|
||||
KY-5,R+54.86
|
||||
KY-6,R+10.89
|
||||
LA-1,R+42.91
|
||||
LA-2,D+52.44
|
||||
LA-3,R+36.95
|
||||
LA-4,R+22.78
|
||||
LA-5,R+27.69
|
||||
LA-6,R+34.19
|
||||
MA-1,D+20.85
|
||||
MA-2,D+16.57
|
||||
MA-3,D+17.51
|
||||
MA-4,D+18.58
|
||||
MA-5,D+36.97
|
||||
MA-6,D+12.66
|
||||
MA-7,D+67.85
|
||||
MA-8,D+20.15
|
||||
MA-9,D+8.39
|
||||
MD-1,R+29.89
|
||||
MD-2,D+22.37
|
||||
MD-3,D+24.94
|
||||
MD-4,D+54.17
|
||||
MD-5,D+29.31
|
||||
MD-6,D+10.94
|
||||
MD-7,D+51.77
|
||||
MD-8,D+28.34
|
||||
ME-1,D+12.99
|
||||
ME-2,R+8.03
|
||||
MI-1,R+14.29
|
||||
MI-10,R+22.77
|
||||
MI-11,R+1.97
|
||||
MI-12,D+31.14
|
||||
MI-13,D+65.39
|
||||
MI-14,D+62.81
|
||||
MI-2,R+13.34
|
||||
MI-3,R+5.95
|
||||
MI-4,R+16.55
|
||||
MI-5,D+13
|
||||
MI-6,R+3.31
|
||||
MI-7,R+9.64
|
||||
MI-8,R+2.74
|
||||
MI-9,D+13.03
|
||||
MN-1,R+11.58
|
||||
MN-2,R+2.89
|
||||
MN-3,D+4.41
|
||||
MN-4,D+27.51
|
||||
MN-5,D+51.31
|
||||
MN-6,R+24.23
|
||||
MN-7,R+25.89
|
||||
MN-8,R+10.68
|
||||
MO-1,D+54.27
|
||||
MO-2,R+17.46
|
||||
MO-3,R+39.78
|
||||
MO-4,R+37.44
|
||||
MO-5,D+10.11
|
||||
MO-6,R+33.52
|
||||
MO-7,R+47.92
|
||||
MO-8,R+52.5
|
||||
MS-1,R+29.32
|
||||
MS-2,D+31.11
|
||||
MS-3,R+22.28
|
||||
MS-4,R+38.7
|
||||
MT-1,R+18.36
|
||||
NC-1,D+11.44
|
||||
NC-10,R+36.71
|
||||
NC-11,R+16.31
|
||||
NC-12,D+35.63
|
||||
NC-13,R+35.27
|
||||
NC-2,D+20.48
|
||||
NC-3,R+23.25
|
||||
NC-4,D+30.42
|
||||
NC-5,R+34.65
|
||||
NC-6,D+19.34
|
||||
NC-7,R+19.29
|
||||
NC-8,R+8.45
|
||||
NC-9,R+11.45
|
||||
ND-1,R+33.96
|
||||
NE-1,R+20.65
|
||||
NE-2,R+4.75
|
||||
NE-3,R+51.41
|
||||
NH-1,R+3.31
|
||||
NH-2,D+2.06
|
||||
NJ-1,D+22.25
|
||||
NJ-10,D+69.68
|
||||
NJ-11,R+7.09
|
||||
NJ-12,D+29.02
|
||||
NJ-2,R+4.93
|
||||
NJ-3,R+7.16
|
||||
NJ-4,R+17.57
|
||||
NJ-5,R+6.29
|
||||
NJ-6,D+13.86
|
||||
NJ-7,R+5.89
|
||||
NJ-8,D+51
|
||||
NJ-9,D+28.85
|
||||
NM-1,D+15.32
|
||||
NM-2,R+9.97
|
||||
NM-3,D+15.42
|
||||
NV-1,D+25.86
|
||||
NV-2,R+15.42
|
||||
NV-3,R+4.91
|
||||
NV-4,D+2.32
|
||||
NY-1,R+9.96
|
||||
NY-10,D+53.71
|
||||
NY-11,R+7.02
|
||||
NY-12,D+62.75
|
||||
NY-13,D+85.36
|
||||
NY-14,D+57.21
|
||||
NY-15,D+87.88
|
||||
NY-16,D+49.02
|
||||
NY-17,D+16.63
|
||||
NY-18,R+1.75
|
||||
NY-19,R+4.39
|
||||
NY-2,R+6.52
|
||||
NY-20,D+13.87
|
||||
NY-21,R+9.16
|
||||
NY-22,R+12.4
|
||||
NY-23,R+12.2
|
||||
NY-24,D+5.78
|
||||
NY-25,D+15.46
|
||||
NY-26,D+20.98
|
||||
NY-27,R+22.43
|
||||
NY-3,D+3.01
|
||||
NY-4,D+8.97
|
||||
NY-5,D+73.45
|
||||
NY-6,D+32.27
|
||||
NY-7,D+74.63
|
||||
NY-8,D+71.45
|
||||
NY-9,D+67.6
|
||||
OH-1,R+8.11
|
||||
OH-10,R+7.17
|
||||
OH-11,D+62.22
|
||||
OH-12,R+12.72
|
||||
OH-13,D+11.82
|
||||
OH-14,R+10.45
|
||||
OH-15,R+13.83
|
||||
OH-16,R+15.57
|
||||
OH-2,R+16.1
|
||||
OH-3,D+37.36
|
||||
OH-4,R+28.85
|
||||
OH-5,R+21.73
|
||||
OH-6,R+34.39
|
||||
OH-7,R+24.72
|
||||
OH-8,R+33.32
|
||||
OH-9,D+25.29
|
||||
OK-1,R+27.7
|
||||
OK-2,R+43.31
|
||||
OK-3,R+49.12
|
||||
OK-4,R+34.37
|
||||
OK-5,R+13.09
|
||||
OR-1,D+17.13
|
||||
OR-2,R+22.65
|
||||
OR-3,D+44.23
|
||||
OR-4,R+1.57
|
||||
OR-5,D+0.07
|
||||
PA-1,R+0.86
|
||||
PA-10,R+10.87
|
||||
PA-11,R+27.45
|
||||
PA-12,R+35.26
|
||||
PA-13,R+44.74
|
||||
PA-14,R+27.98
|
||||
PA-15,R+40.6
|
||||
PA-16,R+17.67
|
||||
PA-17,R+5.96
|
||||
PA-18,D+25.02
|
||||
PA-2,D+47.76
|
||||
PA-3,D+81.09
|
||||
PA-4,D+14.57
|
||||
PA-5,D+25.29
|
||||
PA-6,D+4.54
|
||||
PA-7,D+0.34
|
||||
PA-8,R+5.16
|
||||
PA-9,R+30.75
|
||||
RI-1,D+33.03
|
||||
RI-2,D+16.57
|
||||
SC-1,R+18.04
|
||||
SC-2,R+21.64
|
||||
SC-3,R+38.79
|
||||
SC-4,R+29.07
|
||||
SC-5,R+19.44
|
||||
SC-6,D+35.34
|
||||
SC-7,R+19.24
|
||||
SD-1,R+28.19
|
||||
TN-1,R+57.23
|
||||
TN-2,R+39.22
|
||||
TN-3,R+36.34
|
||||
TN-4,R+41.69
|
||||
TN-5,D+13.24
|
||||
TN-6,R+49.32
|
||||
TN-7,R+40.62
|
||||
TN-8,R+38.28
|
||||
TN-9,D+54.09
|
||||
TX-1,R+51.44
|
||||
TX-10,R+18.54
|
||||
TX-11,R+64.32
|
||||
TX-12,R+37.44
|
||||
TX-13,R+67.83
|
||||
TX-14,R+25.48
|
||||
TX-15,D+10.71
|
||||
TX-16,D+31.4
|
||||
TX-17,R+24.91
|
||||
TX-18,D+49.95
|
||||
TX-19,R+54.31
|
||||
TX-2,R+21
|
||||
TX-20,D+18.5
|
||||
TX-21,R+19.67
|
||||
TX-22,R+19.44
|
||||
TX-23,R+4.34
|
||||
TX-24,R+17.31
|
||||
TX-25,R+22.99
|
||||
TX-26,R+35.58
|
||||
TX-27,R+28.83
|
||||
TX-28,D+14.69
|
||||
TX-29,D+35.83
|
||||
TX-3,R+25.18
|
||||
TX-30,D+55.11
|
||||
TX-31,R+21.26
|
||||
TX-32,R+9.63
|
||||
TX-33,D+42.21
|
||||
TX-34,D+16.12
|
||||
TX-35,D+26.2
|
||||
TX-36,R+52.5
|
||||
TX-4,R+57.54
|
||||
TX-5,R+34.59
|
||||
TX-6,R+19.6
|
||||
TX-7,R+11.89
|
||||
TX-8,R+56.39
|
||||
TX-9,D+54.4
|
||||
UT-1,R+39.4
|
||||
UT-2,R+24.44
|
||||
UT-3,R+37.73
|
||||
UT-4,R+18.96
|
||||
VA-1,R+9.91
|
||||
VA-10,D+8.67
|
||||
VA-11,D+36.89
|
||||
VA-2,R+0.65
|
||||
VA-3,D+35.18
|
||||
VA-4,D+23.87
|
||||
VA-5,R+7.25
|
||||
VA-6,R+20.8
|
||||
VA-7,R+5.47
|
||||
VA-8,D+48.81
|
||||
VA-9,R+35.26
|
||||
VT-1,D+23.93
|
||||
WA-1,D+14.44
|
||||
WA-10,D+12.65
|
||||
WA-2,D+21.71
|
||||
WA-3,R+5.5
|
||||
WA-4,R+22.61
|
||||
WA-5,R+12.04
|
||||
WA-6,D+13.15
|
||||
WA-7,D+65.78
|
||||
WA-8,D+2.55
|
||||
WA-9,D+43.88
|
||||
WI-1,R+12.84
|
||||
WI-2,D+32.59
|
||||
WI-3,R+3.91
|
||||
WI-4,D+47.46
|
||||
WI-5,R+25.82
|
||||
WI-6,R+18.27
|
||||
WI-7,R+19.2
|
||||
WI-8,R+17.54
|
||||
WV-1,R+33.3
|
||||
WV-2,R+28.32
|
||||
WV-3,R+40.11
|
||||
WY-1,R+44.56
|
||||
|
51
partisan-lean/2020/fivethirtyeight_partisan_lean_STATES.csv
Normal file
51
partisan-lean/2020/fivethirtyeight_partisan_lean_STATES.csv
Normal file
@@ -0,0 +1,51 @@
|
||||
state,2020
|
||||
Alabama,R+27
|
||||
Alaska,R+16
|
||||
Arizona,R+8
|
||||
Arkansas,R+26
|
||||
California,D+22
|
||||
Colorado,R+0
|
||||
Connecticut,D+10
|
||||
Delaware,D+12
|
||||
Florida,R+6
|
||||
Georgia,R+13
|
||||
Hawaii,D+36
|
||||
Idaho,R+33
|
||||
Illinois,D+13
|
||||
Indiana,R+17
|
||||
Iowa,R+9
|
||||
Kansas,R+21
|
||||
Kentucky,R+24
|
||||
Louisiana,R+19
|
||||
Maine,D+3
|
||||
Maryland,D+23
|
||||
Massachusetts,D+23
|
||||
Michigan,D+6
|
||||
Minnesota,D+1
|
||||
Mississippi,R+15
|
||||
Missouri,R+21
|
||||
Montana,R+18
|
||||
Nebraska,R+25
|
||||
Nevada,R+1
|
||||
New Hampshire,R+1
|
||||
New Jersey,D+11
|
||||
New Mexico,D+8
|
||||
New York,D+22
|
||||
North Carolina,R+4
|
||||
North Dakota,R+34
|
||||
Ohio,R+6
|
||||
Oklahoma,R+33
|
||||
Oregon,D+7
|
||||
Pennsylvania,R+1
|
||||
Rhode Island,D+24
|
||||
South Carolina,R+16
|
||||
South Dakota,R+28
|
||||
Tennessee,R+28
|
||||
Texas,R+17
|
||||
Utah,R+30
|
||||
Vermont,D+24
|
||||
Virginia,D+7
|
||||
Washington,D+15
|
||||
West Virginia,R+33
|
||||
Wisconsin,R+3
|
||||
Wyoming,R+45
|
||||
|
@@ -1,6 +1,14 @@
|
||||
# FiveThirtyEight's Partisan Lean
|
||||
|
||||
This directory contains the data for FiveThirtyEight's partisan lean, which is used in our [House](https://projects.fivethirtyeight.com/2018-midterm-election-forecast/house), [Senate](https://projects.fivethirtyeight.com/2018-midterm-election-forecast/senate) and [Governor](https://projects.fivethirtyeight.com/2018-midterm-election-forecast/governor/) forecasts.
|
||||
This directory contains the data for FiveThirtyEight's partisan lean metric, or the average margin difference between how a state or district votes and how the country votes overall. Positive numbers mean Democratic leans, while negative numbers mean Republican leans.
|
||||
|
||||
Partisan lean is the average difference between how a state or district votes and how the country votes overall, with 2016 presidential election results weighted 50 percent, 2012 presidential election results weighted 25 percent and results from elections for the state legislature weighted 25 percent.
|
||||
This version of partisan lean, meant to be used for congressional and gubernatorial elections, is calculated as 50 percent the state or district’s lean relative to the nation in the most recent presidential election, 25 percent its relative lean in the second-most-recent presidential election and 25 percent a custom state-legislative lean based on the statewide popular vote in the four most recent state House elections. Presidential results by congressional district were calculated by [Daily Kos Elections](https://www.dailykos.com/stories/2020/11/19/1163009/-Daily-Kos-Elections-presidential-results-by-congressional-district-for-2020-2016-and-2012).
|
||||
|
||||
Due to redistricting and changes in methodology, partisan leans are not comparable across years. Additionally, the current congressional-district partisan leans in every state except Alaska, Delaware, North Dakota, South Dakota, Vermont and Wyoming are not applicable to the 2022 election because they do not take into account the 2021-22 redistricting process.
|
||||
|
||||
|
||||
Column | Description
|
||||
------|-------------------------
|
||||
`state`/`district` | The state or district the partisan lean is calculated for.
|
||||
`2021` | Partisan lean as it stands after the 2020 election, taking the 2020 results into account. For congressional districts, scores correspond to the district lines for the 117th Congress and do not reflect the results of the 2021-22 redistricting process.
|
||||
|
||||
|
||||
@@ -1,436 +1,436 @@
|
||||
district,pvi_538
|
||||
AK-1,R+15.21
|
||||
AL-1,R+28.61
|
||||
AL-2,R+30.97
|
||||
AL-3,R+31.37
|
||||
AL-4,R+59.81
|
||||
AL-5,R+32.81
|
||||
AL-6,R+47.21
|
||||
AL-7,D+41.69
|
||||
AR-1,R+30
|
||||
AR-2,R+9.63
|
||||
AR-3,R+30.8
|
||||
AR-4,R+29.13
|
||||
AZ-1,R+5.56
|
||||
AZ-2,R+1.22
|
||||
AZ-3,D+24.11
|
||||
AZ-4,R+42.86
|
||||
AZ-5,R+27.79
|
||||
AZ-6,R+17.56
|
||||
AZ-7,D+43.88
|
||||
AZ-8,R+26.32
|
||||
AZ-9,D+8.38
|
||||
CA-1,R+22.53
|
||||
CA-10,R+0.77
|
||||
CA-11,D+41.1
|
||||
CA-12,D+71.57
|
||||
CA-13,D+75.93
|
||||
CA-14,D+52.03
|
||||
CA-15,D+39.23
|
||||
CA-16,D+16.83
|
||||
CA-17,D+47.1
|
||||
CA-18,D+44.6
|
||||
CA-19,D+45.2
|
||||
CA-2,D+40.5
|
||||
CA-20,D+42.4
|
||||
CA-21,D+10.07
|
||||
CA-22,R+15.3
|
||||
CA-23,R+27.1
|
||||
CA-24,D+13.17
|
||||
CA-25,R+0.1
|
||||
CA-26,D+14.07
|
||||
CA-27,D+30.3
|
||||
CA-28,D+43.83
|
||||
CA-29,D+55.47
|
||||
CA-3,D+8.17
|
||||
CA-30,D+36.03
|
||||
CA-31,D+15.63
|
||||
CA-32,D+32.87
|
||||
CA-33,D+31.5
|
||||
CA-34,D+67.6
|
||||
CA-35,D+35.5
|
||||
CA-36,D+2.97
|
||||
CA-37,D+70.83
|
||||
CA-38,D+33.07
|
||||
CA-39,D+0.53
|
||||
CA-4,R+19.9
|
||||
CA-40,D+63.97
|
||||
CA-41,D+23.03
|
||||
CA-42,R+17
|
||||
CA-43,D+56.5
|
||||
CA-44,D+66.87
|
||||
CA-45,R+4.3
|
||||
CA-46,D+30.03
|
||||
CA-47,D+24.6
|
||||
CA-48,R+6.73
|
||||
CA-49,R+1.13
|
||||
CA-5,D+40.03
|
||||
CA-50,R+21.57
|
||||
CA-51,D+42.2
|
||||
CA-52,D+13.17
|
||||
CA-53,D+27.63
|
||||
CA-6,D+39.5
|
||||
CA-7,D+4.97
|
||||
CA-8,R+18.67
|
||||
CA-9,D+14.33
|
||||
CO-1,D+40.37
|
||||
CO-2,D+16.77
|
||||
CO-3,R+13.56
|
||||
CO-4,R+25.39
|
||||
CO-5,R+26.49
|
||||
CO-6,D+4.07
|
||||
CO-7,D+9.37
|
||||
CT-1,D+20.56
|
||||
CT-2,D+2.29
|
||||
CT-3,D+15.02
|
||||
CT-4,D+14.96
|
||||
CT-5,D+1.39
|
||||
DE-1,D+13.66
|
||||
FL-1,R+43.9
|
||||
FL-10,D+20.46
|
||||
FL-11,R+32.9
|
||||
FL-12,R+19.8
|
||||
FL-13,D+0.8
|
||||
FL-14,D+12.7
|
||||
FL-15,R+13.44
|
||||
FL-16,R+14.9
|
||||
FL-17,R+28.47
|
||||
FL-18,R+12.27
|
||||
FL-19,R+26.9
|
||||
FL-2,R+38.84
|
||||
FL-20,D+58.3
|
||||
FL-21,D+15.26
|
||||
FL-22,D+10.06
|
||||
FL-23,D+20.3
|
||||
FL-24,D+64.03
|
||||
FL-25,R+9.3
|
||||
FL-26,D+9.8
|
||||
FL-27,D+10.4
|
||||
FL-3,R+20.47
|
||||
FL-4,R+34.67
|
||||
FL-5,D+21.43
|
||||
FL-6,R+18.1
|
||||
FL-7,R+0.04
|
||||
FL-8,R+23.54
|
||||
FL-9,D+7.76
|
||||
GA-1,R+20.37
|
||||
GA-10,R+31.47
|
||||
GA-11,R+34.2
|
||||
GA-12,R+20.47
|
||||
GA-13,D+36.93
|
||||
GA-14,R+56.97
|
||||
GA-2,D+8
|
||||
GA-3,R+37.7
|
||||
GA-4,D+45.66
|
||||
GA-5,D+65.43
|
||||
GA-6,R+14.5
|
||||
GA-7,R+17.24
|
||||
GA-8,R+33.04
|
||||
GA-9,R+63.94
|
||||
HI-1,D+35.57
|
||||
HI-2,D+36.37
|
||||
IA-1,D+0.74
|
||||
IA-2,D+0.14
|
||||
IA-3,R+2.42
|
||||
IA-4,R+22.46
|
||||
ID-1,R+39.58
|
||||
ID-2,R+29.95
|
||||
IL-1,D+51.63
|
||||
IL-10,D+21.13
|
||||
IL-11,D+17.47
|
||||
IL-12,R+13.27
|
||||
IL-13,R+7.7
|
||||
IL-14,R+9.87
|
||||
IL-15,R+44.67
|
||||
IL-16,R+17.97
|
||||
IL-17,D+1.26
|
||||
IL-18,R+29.9
|
||||
IL-2,D+56.06
|
||||
IL-3,D+10.7
|
||||
IL-4,D+63.26
|
||||
IL-5,D+38.53
|
||||
IL-6,R+2
|
||||
IL-7,D+73.33
|
||||
IL-8,D+16.03
|
||||
IL-9,D+36.77
|
||||
IN-1,D+14.48
|
||||
IN-2,R+21.99
|
||||
IN-3,R+34.12
|
||||
IN-4,R+32.59
|
||||
IN-5,R+15.32
|
||||
IN-6,R+36.42
|
||||
IN-7,D+22.54
|
||||
IN-8,R+30.59
|
||||
IN-9,R+25.29
|
||||
KS-1,R+46.55
|
||||
KS-2,R+19.05
|
||||
KS-3,R+4.75
|
||||
KS-4,R+29.02
|
||||
KY-1,R+39.53
|
||||
KY-2,R+31.76
|
||||
KY-3,D+18.54
|
||||
KY-4,R+29.23
|
||||
KY-5,R+54.43
|
||||
KY-6,R+10.5
|
||||
LA-1,R+41.19
|
||||
LA-2,D+54.08
|
||||
LA-3,R+35.19
|
||||
LA-4,R+20.96
|
||||
LA-5,R+25.89
|
||||
LA-6,R+32.42
|
||||
MA-1,D+27.23
|
||||
MA-2,D+22.96
|
||||
MA-3,D+23.9
|
||||
MA-4,D+24.96
|
||||
MA-5,D+43.3
|
||||
MA-6,D+19.06
|
||||
MA-7,D+73.96
|
||||
MA-8,D+26.53
|
||||
MA-9,D+14.8
|
||||
MD-1,R+30.39
|
||||
MD-2,D+21.88
|
||||
MD-3,D+24.44
|
||||
MD-4,D+53.68
|
||||
MD-5,D+28.81
|
||||
MD-6,D+10.44
|
||||
MD-7,D+51.28
|
||||
MD-8,D+27.84
|
||||
ME-1,D+14.87
|
||||
ME-2,R+6.13
|
||||
MI-1,R+18.64
|
||||
MI-10,R+27.01
|
||||
MI-11,R+6.41
|
||||
MI-12,D+26.99
|
||||
MI-13,D+62.42
|
||||
MI-14,D+59.72
|
||||
MI-2,R+17.71
|
||||
MI-3,R+10.38
|
||||
MI-4,R+20.88
|
||||
MI-5,D+8.59
|
||||
MI-6,R+7.74
|
||||
MI-7,R+14.04
|
||||
MI-8,R+7.18
|
||||
MI-9,D+8.62
|
||||
MN-1,R+10.99
|
||||
MN-2,R+2.29
|
||||
MN-3,D+5.01
|
||||
MN-4,D+28.08
|
||||
MN-5,D+51.78
|
||||
MN-6,R+23.65
|
||||
MN-7,R+25.32
|
||||
MN-8,R+10.09
|
||||
MO-1,D+55.63
|
||||
MO-2,R+15.61
|
||||
MO-3,R+38.14
|
||||
MO-4,R+35.77
|
||||
MO-5,D+11.99
|
||||
MO-6,R+31.81
|
||||
MO-7,R+46.41
|
||||
MO-8,R+51.07
|
||||
MS-1,R+29.99
|
||||
MS-2,D+30.44
|
||||
MS-3,R+22.99
|
||||
MS-4,R+39.29
|
||||
MT-1,R+17.95
|
||||
NC-1,D+35
|
||||
NC-10,R+24.4
|
||||
NC-11,R+28.26
|
||||
NC-12,D+36.87
|
||||
NC-13,R+10.5
|
||||
NC-2,R+12.7
|
||||
NC-3,R+23.66
|
||||
NC-4,D+34.8
|
||||
NC-5,R+18.43
|
||||
NC-6,R+16
|
||||
NC-7,R+18
|
||||
NC-8,R+15.4
|
||||
NC-9,R+13.56
|
||||
ND-1,R+33.68
|
||||
NE-1,R+19.83
|
||||
NE-2,R+3.9
|
||||
NE-3,R+50.8
|
||||
NH-1,R+4.37
|
||||
NH-2,D+1
|
||||
NJ-1,D+24.81
|
||||
NJ-10,D+71.78
|
||||
NJ-11,R+4.49
|
||||
NJ-12,D+31.54
|
||||
NJ-2,R+2.32
|
||||
NJ-3,R+4.56
|
||||
NJ-4,R+14.99
|
||||
NJ-5,R+3.69
|
||||
NJ-6,D+16.44
|
||||
NJ-7,R+3.29
|
||||
NJ-8,D+53.34
|
||||
NJ-9,D+31.38
|
||||
NM-1,D+14.53
|
||||
NM-2,R+10.77
|
||||
NM-3,D+14.63
|
||||
NV-1,D+25.27
|
||||
NV-2,R+16.03
|
||||
NV-3,R+5.53
|
||||
NV-4,D+1.7
|
||||
NY-1,R+10.44
|
||||
NY-10,D+53.46
|
||||
NY-11,R+7.51
|
||||
NY-12,D+62.59
|
||||
NY-13,D+85.52
|
||||
NY-14,D+56.99
|
||||
NY-15,D+88.09
|
||||
NY-16,D+48.72
|
||||
NY-17,D+16.16
|
||||
NY-18,R+2.24
|
||||
NY-19,R+4.88
|
||||
NY-2,R+7.01
|
||||
NY-20,D+13.39
|
||||
NY-21,R+9.64
|
||||
NY-22,R+12.88
|
||||
NY-23,R+12.68
|
||||
NY-24,D+5.29
|
||||
NY-25,D+14.99
|
||||
NY-26,D+20.52
|
||||
NY-27,R+22.88
|
||||
NY-3,D+2.52
|
||||
NY-4,D+8.49
|
||||
NY-5,D+73.42
|
||||
NY-6,D+31.86
|
||||
NY-7,D+74.62
|
||||
NY-8,D+71.39
|
||||
NY-9,D+67.49
|
||||
OH-1,R+9.42
|
||||
OH-10,R+8.48
|
||||
OH-11,D+61.42
|
||||
OH-12,R+14.02
|
||||
OH-13,D+10.52
|
||||
OH-14,R+11.75
|
||||
OH-15,R+15.12
|
||||
OH-16,R+16.85
|
||||
OH-2,R+17.38
|
||||
OH-3,D+36.22
|
||||
OH-4,R+30.05
|
||||
OH-5,R+22.98
|
||||
OH-6,R+35.55
|
||||
OH-7,R+25.95
|
||||
OH-8,R+34.48
|
||||
OH-9,D+24.05
|
||||
OK-1,R+28.1
|
||||
OK-2,R+43.7
|
||||
OK-3,R+49.5
|
||||
OK-4,R+34.76
|
||||
OK-5,R+13.5
|
||||
OR-1,D+18.35
|
||||
OR-2,R+21.45
|
||||
OR-3,D+45.28
|
||||
OR-4,R+0.32
|
||||
OR-5,D+1.32
|
||||
PA-1,R+0.68
|
||||
PA-10,R+10.68
|
||||
PA-11,R+27.24
|
||||
PA-12,R+35.04
|
||||
PA-13,R+44.51
|
||||
PA-14,R+27.78
|
||||
PA-15,R+40.38
|
||||
PA-16,R+17.48
|
||||
PA-17,R+5.78
|
||||
PA-18,D+25.22
|
||||
PA-2,D+47.99
|
||||
PA-3,D+81.42
|
||||
PA-4,D+14.76
|
||||
PA-5,D+25.49
|
||||
PA-6,D+4.72
|
||||
PA-7,D+0.52
|
||||
PA-8,R+4.98
|
||||
PA-9,R+30.54
|
||||
RI-1,D+34.62
|
||||
RI-2,D+18.12
|
||||
SC-1,R+18.95
|
||||
SC-2,R+22.55
|
||||
SC-3,R+39.72
|
||||
SC-4,R+29.99
|
||||
SC-5,R+20.35
|
||||
SC-6,D+34.41
|
||||
SC-7,R+20.15
|
||||
SD-1,R+30.6
|
||||
TN-1,R+57.66
|
||||
TN-2,R+39.72
|
||||
TN-3,R+36.86
|
||||
TN-4,R+42.19
|
||||
TN-5,D+12.68
|
||||
TN-6,R+49.79
|
||||
TN-7,R+41.12
|
||||
TN-8,R+38.79
|
||||
TN-9,D+53.64
|
||||
TX-1,R+51.65
|
||||
TX-10,R+18.51
|
||||
TX-11,R+64.68
|
||||
TX-12,R+37.51
|
||||
TX-13,R+68.25
|
||||
TX-14,R+25.48
|
||||
TX-15,D+10.75
|
||||
TX-16,D+31.35
|
||||
TX-17,R+24.91
|
||||
TX-18,D+49.75
|
||||
TX-19,R+54.55
|
||||
TX-2,R+20.98
|
||||
TX-20,D+18.52
|
||||
TX-21,R+19.65
|
||||
TX-22,R+19.41
|
||||
TX-23,R+4.28
|
||||
TX-24,R+17.28
|
||||
TX-25,R+22.98
|
||||
TX-26,R+35.65
|
||||
TX-27,R+28.85
|
||||
TX-28,D+14.72
|
||||
TX-29,D+35.75
|
||||
TX-3,R+25.18
|
||||
TX-30,D+54.85
|
||||
TX-31,R+21.25
|
||||
TX-32,R+9.58
|
||||
TX-33,D+42.09
|
||||
TX-34,D+16.15
|
||||
TX-35,D+26.19
|
||||
TX-36,R+52.71
|
||||
TX-4,R+57.81
|
||||
TX-5,R+34.65
|
||||
TX-6,R+19.58
|
||||
TX-7,R+11.85
|
||||
TX-8,R+56.65
|
||||
TX-9,D+54.15
|
||||
UT-1,R+40.52
|
||||
UT-2,R+25.58
|
||||
UT-3,R+38.85
|
||||
UT-4,R+20.12
|
||||
VA-1,R+16.99
|
||||
VA-10,D+1.55
|
||||
VA-11,D+30.25
|
||||
VA-2,R+7.79
|
||||
VA-3,D+28.48
|
||||
VA-4,D+16.91
|
||||
VA-5,R+14.35
|
||||
VA-6,R+27.72
|
||||
VA-7,R+12.59
|
||||
VA-8,D+42.58
|
||||
VA-9,R+41.82
|
||||
VT-1,D+24.2
|
||||
WA-1,D+10.67
|
||||
WA-10,D+8.87
|
||||
WA-2,D+18.01
|
||||
WA-3,R+9.29
|
||||
WA-4,R+26.26
|
||||
WA-5,R+15.79
|
||||
WA-6,D+9.37
|
||||
WA-7,D+63.17
|
||||
WA-8,R+1.26
|
||||
WA-9,D+40.57
|
||||
WI-1,R+11.49
|
||||
WI-2,D+33.91
|
||||
WI-3,R+2.56
|
||||
WI-4,D+48.74
|
||||
WI-5,R+24.49
|
||||
WI-6,R+16.93
|
||||
WI-7,R+17.86
|
||||
WI-8,R+16.19
|
||||
WV-1,R+30.43
|
||||
WV-2,R+25.39
|
||||
WV-3,R+37.33
|
||||
WY-1,R+48.35
|
||||
district,2021
|
||||
AK-1,-14.62028
|
||||
AL-1,-31.93851
|
||||
AL-2,-33.01281
|
||||
AL-3,-35.23648
|
||||
AL-4,-66.45895
|
||||
AL-5,-32.37688
|
||||
AL-6,-41.60968
|
||||
AL-7,38.71875
|
||||
AR-1,-43.29444
|
||||
AR-2,-13.74737
|
||||
AR-3,-32.54647
|
||||
AR-4,-40.58274
|
||||
AZ-1,-5.63324
|
||||
AZ-2,2.282094
|
||||
AZ-3,21.57156
|
||||
AZ-4,-44.76074
|
||||
AZ-5,-23.14967
|
||||
AZ-6,-12.50877
|
||||
AZ-7,42.55263
|
||||
AZ-8,-24.07534
|
||||
AZ-9,14.60426
|
||||
CA-1,-20.57485
|
||||
CA-10,-0.9217147
|
||||
CA-11,46.24732
|
||||
CA-12,71.45914
|
||||
CA-13,76.29875
|
||||
CA-14,53.83249
|
||||
CA-15,41.45082
|
||||
CA-16,16.62029
|
||||
CA-17,45.25702
|
||||
CA-18,50.58445
|
||||
CA-19,41.34695
|
||||
CA-2,44.53015
|
||||
CA-20,43.65272
|
||||
CA-21,8.58812
|
||||
CA-22,-10.61698
|
||||
CA-23,-22.28618
|
||||
CA-24,18.76755
|
||||
CA-25,5.106485
|
||||
CA-26,20.02192
|
||||
CA-27,32.91468
|
||||
CA-28,41.84745
|
||||
CA-29,50.07952
|
||||
CA-3,8.504353
|
||||
CA-30,36.79708
|
||||
CA-31,16.44822
|
||||
CA-32,30.66952
|
||||
CA-33,36.58085
|
||||
CA-34,63.03182
|
||||
CA-35,31.41368
|
||||
CA-36,8.144352
|
||||
CA-37,68.49752
|
||||
CA-38,31.53905
|
||||
CA-39,5.783819
|
||||
CA-4,-15.26335
|
||||
CA-40,56.95702
|
||||
CA-41,22.46642
|
||||
CA-42,-12.76005
|
||||
CA-43,54.04508
|
||||
CA-44,59.23159
|
||||
CA-45,5.500552
|
||||
CA-46,29.48002
|
||||
CA-47,24.76572
|
||||
CA-48,-2.289448
|
||||
CA-49,7.128985
|
||||
CA-5,42.56279
|
||||
CA-50,-13.99288
|
||||
CA-51,36.48505
|
||||
CA-52,23.12505
|
||||
CA-53,31.84159
|
||||
CA-6,39.74998
|
||||
CA-7,9.164751
|
||||
CA-8,-15.87051
|
||||
CA-9,14.34562
|
||||
CO-1,46.83479
|
||||
CO-2,23.04442
|
||||
CO-3,-11.74848
|
||||
CO-4,-22.38275
|
||||
CO-5,-20.69528
|
||||
CO-6,11.52472
|
||||
CO-7,15.13566
|
||||
CT-1,20.72887
|
||||
CT-2,2.627266
|
||||
CT-3,13.59913
|
||||
CT-4,21.81877
|
||||
CT-5,2.837433
|
||||
DE-1,13.7246
|
||||
FL-1,-40.22806
|
||||
FL-10,20.84093
|
||||
FL-11,-36.6558
|
||||
FL-12,-22.25183
|
||||
FL-13,-0.9963656
|
||||
FL-14,11.6587
|
||||
FL-15,-13.8029
|
||||
FL-16,-13.753
|
||||
FL-17,-32.1039
|
||||
FL-18,-13.48527
|
||||
FL-19,-25.5823
|
||||
FL-2,-40.0195
|
||||
FL-20,52.7183
|
||||
FL-21,13.03087
|
||||
FL-22,10.36973
|
||||
FL-23,15.3067
|
||||
FL-24,52.01094
|
||||
FL-25,-20.70853
|
||||
FL-26,-3.109599
|
||||
FL-27,3.891968
|
||||
FL-3,-18.92327
|
||||
FL-4,-28.16743
|
||||
FL-5,21.3627
|
||||
FL-6,-22.0961
|
||||
FL-7,4.562968
|
||||
FL-8,-23.44187
|
||||
FL-9,4.132734
|
||||
GA-1,-19.14122
|
||||
GA-10,-27.82706
|
||||
GA-11,-24.24236
|
||||
GA-12,-19.59585
|
||||
GA-13,43.91094
|
||||
GA-14,-55.42715
|
||||
GA-2,6.417945
|
||||
GA-3,-32.99269
|
||||
GA-4,50.99615
|
||||
GA-5,67.69181
|
||||
GA-6,1.196612
|
||||
GA-7,-3.631955
|
||||
GA-8,-32.00152
|
||||
GA-9,-61.20309
|
||||
HI-1,31.85172
|
||||
HI-2,31.79512
|
||||
IA-1,-4.360376
|
||||
IA-2,-4.937143
|
||||
IA-3,-2.161876
|
||||
IA-4,-27.98168
|
||||
ID-1,-43.16006
|
||||
ID-2,-29.56707
|
||||
IL-1,47.39468
|
||||
IL-10,26.57084
|
||||
IL-11,21.57211
|
||||
IL-12,-17.83956
|
||||
IL-13,-7.523723
|
||||
IL-14,-3.073822
|
||||
IL-15,-49.64703
|
||||
IL-16,-19.81442
|
||||
IL-17,-4.683989
|
||||
IL-18,-28.65352
|
||||
IL-2,53.70585
|
||||
IL-3,10.12474
|
||||
IL-4,61.84288
|
||||
IL-5,42.85038
|
||||
IL-6,7.372011
|
||||
IL-7,72.16211
|
||||
IL-8,17.30458
|
||||
IL-9,40.72265
|
||||
IN-1,7.322787
|
||||
IN-2,-24.10865
|
||||
IN-3,-34.29615
|
||||
IN-4,-33.94201
|
||||
IN-5,-8.127747
|
||||
IN-6,-42.64348
|
||||
IN-7,23.30129
|
||||
IN-8,-35.24275
|
||||
IN-9,-27.40108
|
||||
KS-1,-46.55544
|
||||
KS-2,-19.97314
|
||||
KS-3,3.58969
|
||||
KS-4,-27.37904
|
||||
KY-1,-47.56785
|
||||
KY-2,-37.65712
|
||||
KY-3,19.85592
|
||||
KY-4,-32.54515
|
||||
KY-5,-61.42095
|
||||
KY-6,-10.85332
|
||||
LA-1,-40.66314
|
||||
LA-2,50.93336
|
||||
LA-3,-39.43204
|
||||
LA-4,-25.71634
|
||||
LA-5,-31.46344
|
||||
LA-6,-32.27977
|
||||
MA-1,24.49972
|
||||
MA-2,25.03918
|
||||
MA-3,28.24495
|
||||
MA-4,30.01835
|
||||
MA-5,49.69641
|
||||
MA-6,25.37078
|
||||
MA-7,73.51435
|
||||
MA-8,32.79531
|
||||
MA-9,16.76775
|
||||
MD-1,-27.55392
|
||||
MD-2,25.54055
|
||||
MD-3,31.54941
|
||||
MD-4,54.23254
|
||||
MD-5,31.73338
|
||||
MD-6,15.50048
|
||||
MD-7,52.55548
|
||||
MD-8,33.56388
|
||||
ME-1,17.5271
|
||||
ME-2,-11.19993
|
||||
MI-1,-21.88493
|
||||
MI-10,-33.82783
|
||||
MI-11,-1.687666
|
||||
MI-12,25.4032
|
||||
MI-13,56.21447
|
||||
MI-14,57.05404
|
||||
MI-2,-16.96243
|
||||
MI-3,-8.544932
|
||||
MI-4,-27.4874
|
||||
MI-5,1.072901
|
||||
MI-6,-9.074366
|
||||
MI-7,-18.97547
|
||||
MI-8,-6.0625
|
||||
MI-9,8.129567
|
||||
MN-1,-14.87902
|
||||
MN-2,1.015885
|
||||
MN-3,12.87835
|
||||
MN-4,31.89075
|
||||
MN-5,57.03702
|
||||
MN-6,-25.11635
|
||||
MN-7,-32.99185
|
||||
MN-8,-18.07311
|
||||
MO-1,56.23102
|
||||
MO-2,-8.026811
|
||||
MO-3,-41.27991
|
||||
MO-4,-39.27715
|
||||
MO-5,12.41376
|
||||
MO-6,-33.93544
|
||||
MO-7,-47.74868
|
||||
MO-8,-60.01754
|
||||
MS-1,-34.82414
|
||||
MS-2,25.31052
|
||||
MS-3,-25.63278
|
||||
MS-4,-42.18744
|
||||
MT-1,-19.98505
|
||||
NC-1,6.960443
|
||||
NC-10,-39.57793
|
||||
NC-11,-16.32502
|
||||
NC-12,37.82054
|
||||
NC-13,-38.16293
|
||||
NC-2,25.83111
|
||||
NC-3,-26.13742
|
||||
NC-4,31.48438
|
||||
NC-5,-38.63563
|
||||
NC-6,20.89951
|
||||
NC-7,-20.72639
|
||||
NC-8,-9.853624
|
||||
NC-9,-11.24372
|
||||
ND-1,-37.24163
|
||||
NE-1,-20.69153
|
||||
NE-2,0.0009696
|
||||
NE-3,-57.36016
|
||||
NH-1,-1.021633
|
||||
NH-2,2.137767
|
||||
NJ-1,21.94666
|
||||
NJ-10,65.20702
|
||||
NJ-11,1.258426
|
||||
NJ-12,31.77296
|
||||
NJ-2,-6.662641
|
||||
NJ-3,-5.369841
|
||||
NJ-4,-15.12474
|
||||
NJ-5,-0.0959742
|
||||
NJ-6,12.48293
|
||||
NJ-7,3.813126
|
||||
NJ-8,46.31593
|
||||
NJ-9,24.12683
|
||||
NM-1,17.95034
|
||||
NM-2,-14.03309
|
||||
NM-3,14.02391
|
||||
NV-1,21.59029
|
||||
NV-2,-15.55871
|
||||
NV-3,-4.974973
|
||||
NV-4,-0.5085731
|
||||
NY-1,-9.633387
|
||||
NY-10,52.56115
|
||||
NY-11,-13.07299
|
||||
NY-12,66.70065
|
||||
NY-13,77.44987
|
||||
NY-14,48.14235
|
||||
NY-15,75.78387
|
||||
NY-16,49.08841
|
||||
NY-17,17.40548
|
||||
NY-18,-0.0875196
|
||||
NY-19,-4.061753
|
||||
NY-2,-8.47532
|
||||
NY-20,15.50061
|
||||
NY-21,-14.33305
|
||||
NY-22,-15.57915
|
||||
NY-23,-15.24309
|
||||
NY-24,4.495047
|
||||
NY-25,17.56731
|
||||
NY-26,21.77918
|
||||
NY-27,-21.38295
|
||||
NY-3,6.22808
|
||||
NY-4,8.59788
|
||||
NY-5,66.32748
|
||||
NY-6,24.51428
|
||||
NY-7,65.74072
|
||||
NY-8,65.19807
|
||||
NY-9,62.63935
|
||||
OH-1,-8.462405
|
||||
OH-10,-9.482105
|
||||
OH-11,57.4194
|
||||
OH-12,-11.8294
|
||||
OH-13,0.2951286
|
||||
OH-14,-13.93607
|
||||
OH-15,-18.71544
|
||||
OH-16,-19.1526
|
||||
OH-2,-17.94141
|
||||
OH-3,36.40053
|
||||
OH-4,-39.24087
|
||||
OH-5,-29.10231
|
||||
OH-6,-48.76597
|
||||
OH-7,-35.3924
|
||||
OH-8,-37.91607
|
||||
OH-9,15.99069
|
||||
OK-1,-27.63652
|
||||
OK-2,-55.50552
|
||||
OK-3,-54.73032
|
||||
OK-4,-37.70145
|
||||
OK-5,-10.86969
|
||||
OR-1,23.41539
|
||||
OR-2,-19.37864
|
||||
OR-3,46.3491
|
||||
OR-4,-0.9534046
|
||||
OR-5,4.200062
|
||||
PA-1,1.288501
|
||||
PA-10,-8.183132
|
||||
PA-11,-26.4419
|
||||
PA-12,-39.47206
|
||||
PA-13,-48.06266
|
||||
PA-14,-31.2458
|
||||
PA-15,-46.79483
|
||||
PA-16,-22.36897
|
||||
PA-17,-2.300365
|
||||
PA-18,26.0029
|
||||
PA-2,40.1063
|
||||
PA-3,80.15927
|
||||
PA-4,19.26077
|
||||
PA-5,26.894
|
||||
PA-6,9.882301
|
||||
PA-7,0.3082011
|
||||
PA-8,-9.3874
|
||||
PA-9,-34.92347
|
||||
RI-1,33.21795
|
||||
RI-2,16.46872
|
||||
SC-1,-14.22772
|
||||
SC-2,-19.36782
|
||||
SC-3,-43.59715
|
||||
SC-4,-28.15738
|
||||
SC-5,-23.16782
|
||||
SC-6,29.73688
|
||||
SC-7,-24.63395
|
||||
SD-1,-32.23668
|
||||
TN-1,-60.15281
|
||||
TN-2,-36.2934
|
||||
TN-3,-38.45357
|
||||
TN-4,-43.37977
|
||||
TN-5,16.73503
|
||||
TN-6,-52.82217
|
||||
TN-7,-41.89844
|
||||
TN-8,-38.41991
|
||||
TN-9,53.28453
|
||||
TX-1,-50.29572
|
||||
TX-10,-9.226946
|
||||
TX-11,-64.30408
|
||||
TX-12,-30.21091
|
||||
TX-13,-65.92558
|
||||
TX-14,-24.64901
|
||||
TX-15,1.724621
|
||||
TX-16,31.43062
|
||||
TX-17,-18.24645
|
||||
TX-18,48.86392
|
||||
TX-19,-52.05698
|
||||
TX-2,-9.060513
|
||||
TX-20,23.13165
|
||||
TX-21,-10.20758
|
||||
TX-22,-8.336479
|
||||
TX-23,-5.148013
|
||||
TX-24,-3.543379
|
||||
TX-25,-16.44321
|
||||
TX-26,-23.32988
|
||||
TX-27,-28.78665
|
||||
TX-28,4.435054
|
||||
TX-29,32.18342
|
||||
TX-3,-10.51578
|
||||
TX-30,55.80079
|
||||
TX-31,-11.23388
|
||||
TX-32,2.478588
|
||||
TX-33,42.86412
|
||||
TX-34,4.759388
|
||||
TX-35,30.90172
|
||||
TX-36,-50.68528
|
||||
TX-4,-56.33728
|
||||
TX-5,-29.82908
|
||||
TX-6,-11.17891
|
||||
TX-7,1.008221
|
||||
TX-8,-49.65911
|
||||
TX-9,50.32849
|
||||
UT-1,-37.32347
|
||||
UT-2,-21.73263
|
||||
UT-3,-31.1591
|
||||
UT-4,-14.80237
|
||||
VA-1,-10.76528
|
||||
VA-10,12.48896
|
||||
VA-11,37.45406
|
||||
VA-2,-1.706376
|
||||
VA-3,30.80766
|
||||
VA-4,20.12532
|
||||
VA-5,-13.04978
|
||||
VA-6,-26.10554
|
||||
VA-7,-5.14001
|
||||
VA-8,51.48513
|
||||
VA-9,-45.58558
|
||||
VT-1,27.54904
|
||||
WA-1,13.94858
|
||||
WA-10,8.678684
|
||||
WA-2,19.99902
|
||||
WA-3,-10.40978
|
||||
WA-4,-25.18125
|
||||
WA-5,-15.80635
|
||||
WA-6,10.58745
|
||||
WA-7,66.84651
|
||||
WA-8,-0.0490487
|
||||
WA-9,42.77592
|
||||
WI-1,-13.71213
|
||||
WI-2,34.91674
|
||||
WI-3,-8.715729
|
||||
WI-4,49.02067
|
||||
WI-5,-20.88873
|
||||
WI-6,-19.8637
|
||||
WI-7,-24.20036
|
||||
WI-8,-20.55703
|
||||
WV-1,-34.40671
|
||||
WV-2,-29.26637
|
||||
WV-3,-43.58364
|
||||
WY-1,-49.73126
|
||||
|
@@ -1,51 +1,52 @@
|
||||
state,pvi_538
|
||||
Alabama,R+27
|
||||
Alaska,R+15
|
||||
Arizona,R+9
|
||||
Arkansas,R+24
|
||||
California,D+24
|
||||
Colorado,D+1
|
||||
Connecticut,D+11
|
||||
Delaware,D+14
|
||||
Florida,R+5
|
||||
Georgia,R+12
|
||||
Hawaii,D+36
|
||||
Idaho,R+35
|
||||
Illinois,D+13
|
||||
Indiana,R+18
|
||||
Iowa,R+6
|
||||
Kansas,R+23
|
||||
Kentucky,R+23
|
||||
Louisiana,R+17
|
||||
Maine,D+5
|
||||
Maryland,D+23
|
||||
Massachusetts,D+29
|
||||
Michigan,D+1
|
||||
Minnesota,D+2
|
||||
Mississippi,R+15
|
||||
Missouri,R+19
|
||||
Montana,R+18
|
||||
Nebraska,R+24
|
||||
Nevada,R+1
|
||||
New Hampshire,R+2
|
||||
New Jersey,D+13
|
||||
New Mexico,D+7
|
||||
New York,D+22
|
||||
North Carolina,R+5
|
||||
North Dakota,R+33
|
||||
Ohio,R+7
|
||||
Oklahoma,R+34
|
||||
Oregon,D+9
|
||||
Pennsylvania,R+1
|
||||
Rhode Island,D+26
|
||||
South Carolina,R+17
|
||||
South Dakota,R+31
|
||||
Tennessee,R+28
|
||||
Texas,R+17
|
||||
Utah,R+31
|
||||
Vermont,D+24
|
||||
Virginia,D+0
|
||||
Washington,D+12
|
||||
West Virginia,R+30
|
||||
Wisconsin,R+1
|
||||
Wyoming,R+47
|
||||
state,2021
|
||||
Alabama,-29.59438
|
||||
Alaska,-14.62028
|
||||
Arizona,-7.58754
|
||||
Arkansas,-31.83641
|
||||
California,25.45492
|
||||
Colorado,6.367356
|
||||
Connecticut,12.13077
|
||||
Delaware,13.7246
|
||||
District of Columbia,68.15865
|
||||
Florida,-7.603365
|
||||
Georgia,-7.432655
|
||||
Hawaii,31.64859
|
||||
Idaho,-36.9668
|
||||
Illinois,13.44461
|
||||
Indiana,-19.98048
|
||||
Iowa,-9.679443
|
||||
Kansas,-20.68411
|
||||
Kentucky,-27.10645
|
||||
Louisiana,-20.53777
|
||||
Maine,4.045471
|
||||
Maryland,25.89621
|
||||
Massachusetts,32.63558
|
||||
Michigan,-1.645566
|
||||
Minnesota,1.930285
|
||||
Mississippi,-20.30344
|
||||
Missouri,-21.22918
|
||||
Montana,-19.98505
|
||||
Nebraska,-24.83943
|
||||
Nevada,-2.54994
|
||||
New Hampshire,0.3410335
|
||||
New Jersey,11.96593
|
||||
New Mexico,7.024009
|
||||
New York,19.95745
|
||||
North Carolina,-4.803924
|
||||
North Dakota,-37.24163
|
||||
Ohio,-12.35004
|
||||
Oklahoma,-37.20762
|
||||
Oregon,10.5522
|
||||
Pennsylvania,-2.898966
|
||||
Rhode Island,24.01542
|
||||
South Carolina,-18.63975
|
||||
South Dakota,-32.23668
|
||||
Tennessee,-29.41324
|
||||
Texas,-11.98431
|
||||
Utah,-26.3219
|
||||
Vermont,27.54904
|
||||
Virginia,4.63189
|
||||
Washington,12.43642
|
||||
West Virginia,-35.53008
|
||||
Wisconsin,-4.120129
|
||||
Wyoming,-49.73126
|
||||
|
@@ -1,35 +1,29 @@
|
||||
---
|
||||
files:
|
||||
- https://projects.fivethirtyeight.com/polls-page/president_primary_polls.csv
|
||||
- https://projects.fivethirtyeight.com/polls-page/president_polls.csv
|
||||
- https://projects.fivethirtyeight.com/polls-page/senate_polls.csv
|
||||
- https://projects.fivethirtyeight.com/polls-page/house_polls.csv
|
||||
- https://projects.fivethirtyeight.com/polls-page/governor_polls.csv
|
||||
- https://projects.fivethirtyeight.com/polls-page/president_approval_polls.csv
|
||||
- https://projects.fivethirtyeight.com/polls-page/generic_ballot_polls.csv
|
||||
- https://projects.fivethirtyeight.com/2020-primary-data/pres_primary_avgs_2020.csv
|
||||
- https://projects.fivethirtyeight.com/2020-general-data/presidential_poll_averages_2020.csv
|
||||
---
|
||||
|
||||
|
||||
This file contains links to the polling data behind our [Latest Polls](https://projects.fivethirtyeight.com/polls/) dashboard.
|
||||
|
||||
## Polls
|
||||
|
||||
- [Presidential Primary Polls](https://projects.fivethirtyeight.com/polls-page/president_primary_polls.csv)
|
||||
- [Presidential General Election Polls](https://projects.fivethirtyeight.com/polls-page/president_polls.csv)
|
||||
- [Senate Polls](https://projects.fivethirtyeight.com/polls-page/senate_polls.csv)
|
||||
- [House Polls](https://projects.fivethirtyeight.com/polls-page/house_polls.csv)
|
||||
- [Governor Polls](https://projects.fivethirtyeight.com/polls-page/governor_polls.csv)
|
||||
- [Presidential Approval Polls](https://projects.fivethirtyeight.com/polls-page/president_approval_polls.csv)
|
||||
- [Generic Ballot Polls](https://projects.fivethirtyeight.com/polls-page/generic_ballot_polls.csv)
|
||||
Current polls files contain data since the most recent election. Historical files contain data prior to the most recent election.
|
||||
|
||||
- Presidential Primary Polls: [current](https://projects.fivethirtyeight.com/polls-page/data/president_primary_polls.csv), [historical](https://projects.fivethirtyeight.com/polls-page/data/president_primary_polls_historical.csv)
|
||||
- Presidential General Election Polls: [current](https://projects.fivethirtyeight.com/polls-page/data/president_polls.csv), [historical](https://projects.fivethirtyeight.com/polls-page/data/president_polls_historical.csv)
|
||||
- Senate Polls: [current](https://projects.fivethirtyeight.com/polls-page/data/senate_polls.csv), [historical](https://projects.fivethirtyeight.com/polls-page/data/senate_polls_historical.csv)
|
||||
- House Polls: [current](https://projects.fivethirtyeight.com/polls-page/data/house_polls.csv), [historical](https://projects.fivethirtyeight.com/polls-page/data/house_polls_historical.csv)
|
||||
- Governor Polls: [current](https://projects.fivethirtyeight.com/polls-page/data/governor_polls.csv), [historical](https://projects.fivethirtyeight.com/polls-page/data/governor_polls_historical.csv)
|
||||
- Presidential Approval Polls*: [current](https://projects.fivethirtyeight.com/polls-page/data/president_approval_polls.csv), [historical](https://projects.fivethirtyeight.com/polls-page/data/president_approval_polls_historical.csv)
|
||||
- Vice Presidential Approval Polls**: [current](https://projects.fivethirtyeight.com/polls-page/data/vp_approval_polls.csv)
|
||||
- Generic Ballot Polls: [current](https://projects.fivethirtyeight.com/polls-page/data/generic_ballot_polls.csv), [historical](https://projects.fivethirtyeight.com/polls-page/data/generic_ballot_polls_historical.csv)
|
||||
- Favorability Polls***: [current](https://projects.fivethirtyeight.com/polls-page/data/favorability_polls.csv)
|
||||
|
||||
*Historical approval polls prior to the Trump presidency are not available, however [The Roper Center](https://ropercenter.cornell.edu/presidential-approval/) maintains a collection of historical approval polls.
|
||||
|
||||
**Historical vice presidential approval polls prior to the Biden presidency are not available.
|
||||
|
||||
***At this time, we are tracking only post-2020 Trump favorability. Favorability polls prior to this time are not available.
|
||||
|
||||
## Polling Averages
|
||||
|
||||
- [Presidential Primary Polling Averages (2020)](https://projects.fivethirtyeight.com/2020-primary-data/pres_primary_avgs_2020.csv)
|
||||
- [Presidential Primary Polling Averages (1980-2016)](./pres_primary_avgs_1980-2016.csv)
|
||||
- [Presidential General Election Polling Averages (2020)](https://projects.fivethirtyeight.com/2020-general-data/presidential_poll_averages_2020.csv)
|
||||
- [Presidential General Election Polling Averages (1980-2016)](./pres_pollaverages_1968-2016.csv)
|
||||
- [Presidential General Election Polling Averages (1968-2016)](./pres_pollaverages_1968-2016.csv)
|
||||
|
||||
Please see [What Makes Our New 2020 Democratic Primary Polling Averages Different](https://fivethirtyeight.com/features/what-makes-our-new-2020-democratic-primary-polling-averages-different/) for more information about the methodology used to calculate polling averages. For more information about the general election polling averages, please see [Our New Polling Averages Show Biden Leads Trump By 9 Points Nationally
|
||||
](https://fivethirtyeight.com/features/our-new-polling-averages-show-biden-leads-trump-by-9-points-nationally/).
|
||||
|
||||
454
pollster-ratings/2020/pollster-ratings.csv
Normal file
454
pollster-ratings/2020/pollster-ratings.csv
Normal file
@@ -0,0 +1,454 @@
|
||||
Pollster,Pollster Rating ID,# of Polls,NCPP / AAPOR / Roper,Live Caller With Cellphones,Methodology,Banned by 538,Predictive Plus-Minus,538 Grade,Mean-Reverted Bias,Races Called Correctly,Misses Outside MOE,Simple Average Error,Simple Expected Error,Simple Plus-Minus,Advanced Plus-Minus,Mean-Reverted Advanced Plus Minus,# of Polls for Bias Analysis,Bias,House Effect,Average Distance from Polling Average (ADPA),Herding Penalty,latest_poll
|
||||
Monmouth University,215,108,yes,yes,Live,no,-1.6,A+,D +1.3,81%,21%,5.4,6.7,-1.2,-2,-1.6,71,D +1.8,R +0.4,5.2,0.2,3/13/20
|
||||
Selzer & Co.,304,48,yes,yes,Live,no,-1.3,A+,D +0.1,79%,25%,4.6,6.1,-1.3,-1.8,-1.1,31,D +0.2,D +0.2,5.2,0,11/1/18
|
||||
ABC News/The Washington Post,3,73,yes,yes,Live,no,-1.3,A+,D +0.5,72%,7%,2.8,4.8,-1.7,-1.7,-1.2,68,D +0.8,D +1.3,3.8,0.12,10/31/18
|
||||
Siena College/The New York Times Upshot,448,59,yes,yes,Live,no,-1.1,A+,R +0.3,69%,10%,3.9,5.7,-1.6,-1.5,-1.1,58,R +0.4,D +0.4,4.4,0.19,1/22/20
|
||||
Field Research Corp. (Field Poll),94,25,yes,yes,Live,no,-1.1,A/B,R +0.7,100%,16%,3.9,5.6,-1.5,-2,-0.7,18,R +2.5,D +0.6,4.7,0.01,5/29/16
|
||||
Marquette University Law School,195,12,yes,yes,Live,no,-1,A/B,D +0.2,79%,8%,2.8,5.9,-2.9,-2.8,-0.9,8,D +1.0,R +0.3,4.9,0,3/27/20
|
||||
Muhlenberg College,219,29,yes,yes,Live,no,-1,A+,R +0.2,84%,7%,3.4,6,-2.4,-2.3,-1.1,28,R +0.3,D +0.2,3.9,0.97,10/30/18
|
||||
Marist College,183,183,yes,yes,Live,no,-1,A+,R +0.3,84%,25%,5.4,6.5,-0.8,-1,-0.9,113,R +0.4,R +0.2,5.2,0,3/13/20
|
||||
Data Orbital,73,9,yes,yes,Live,no,-0.9,A/B,D +0.3,94%,0%,2.3,5.3,-2.8,-2.4,-0.7,9,D +1.2,R +1.1,3.7,0.65,10/17/18
|
||||
National Journal,224,12,yes,yes,Live,no,-0.8,A/B,R +0.1,100%,0%,2.6,6.1,-3.4,-3.2,-0.7,12,R +0.6,D +0.3,3.5,0.89,10/25/08
|
||||
Stockton University,317,10,yes,yes,Live,no,-0.8,A/B,D +0.7,100%,20%,4,5.3,-1.1,-1.4,-0.4,10,D +2.3,D +0.7,6.1,0,10/28/18
|
||||
SurveyUSA,325,787,yes,partial,IVR/Online/Live,no,-0.8,A,D +0.1,89%,20%,4.7,5.9,-1,-1.1,-1,627,D +0.1,R +0.4,5,0.12,3/5/20
|
||||
Ciruli Associates,51,16,yes,yes,Live,no,-0.8,A/B,R +0.4,94%,0%,3.5,5.9,-2.3,-2.5,-0.5,16,R +2.1,R +2.7,5.3,0.59,10/25/06
|
||||
MassINC Polling Group,198,18,yes,partial,Online/Live,no,-0.7,A/B,R +0.7,83%,22%,4.9,6.7,-1.7,-1.6,-0.7,12,R +2.4,R +1.4,6.4,0,2/25/20
|
||||
Fairleigh Dickinson University (PublicMind),92,19,yes,yes,Live,no,-0.7,A/B,D +0.0,95%,5%,3.9,5.4,-1.3,-1.4,-0.4,18,D +0.1,D +2.8,4.5,0.3,10/16/14
|
||||
CBS News/The New York Times,36,62,yes,yes,Live,no,-0.7,A,D +0.4,76%,23%,4.3,5.5,-1,-1,-0.6,51,D +0.7,D +1.5,4.1,0.23,10/16/18
|
||||
Grove Insight,129,29,no,yes,Live,no,-0.7,A/B,D +0.5,90%,7%,3,5.8,-2.6,-3,-1.4,29,D +1.1,D +3.4,3.8,0.67,11/2/12
|
||||
Behavior Research Center (Rocky Mountain Poll),27,8,yes,yes,Live,no,-0.7,A/B,D +0.1,75%,0%,3.1,6.4,-3.1,-2.7,-0.3,6,D +1.0,R +1.4,8.1,0,10/22/08
|
||||
Western New England University,380,10,yes,yes,Live,no,-0.6,A/B,R +0.3,100%,10%,4.3,6.4,-1.9,-2.5,-0.7,9,R +1.1,D +2.2,2.6,1.46,10/19/18
|
||||
Suffolk University,323,88,yes,yes,Live,no,-0.6,A,D +0.6,79%,24%,5.1,6.7,-1.4,-0.6,-0.5,52,D +1.0,D +1.8,5.7,0,2/28/20
|
||||
IBD/TIPP,144,27,yes,partial,Online/Live,no,-0.6,A/B,R +0.8,78%,4%,2.2,4.1,-1.6,-1.6,-0.7,27,R +1.9,R +1.6,3.4,0.25,10/30/18
|
||||
Los Angeles Times,172,36,yes,yes,Live,no,-0.6,A/B,R +0.1,85%,22%,4.6,6.4,-1.6,-0.8,-0.3,23,R +0.3,D +0.8,5.1,0.15,10/26/08
|
||||
Michigan State University,463,2,yes,yes,Live,no,-0.6,A/B,R +0.0,100%,0%,1,9.6,-8.4,-7.7,-0.7,2,R +0.5,R +1.5,,0,10/18/18
|
||||
University of Connecticut,347,7,yes,yes,Live,no,-0.6,A/B,R +0.3,93%,14%,4,5.4,-1.2,-1.4,-0.2,7,R +2.3,R +2.0,8,0,10/20/08
|
||||
University of Cincinnati (Ohio Poll),346,39,yes,yes,Live,no,-0.6,A/B,R +1.3,94%,21%,3.9,5.7,-1.7,-0.9,-0.4,30,R +3.2,R +2.4,3.4,0.46,11/2/12
|
||||
Temple University,336,6,yes,yes*,Live*,no,-0.6,A/B,R +0.2,100%,17%,3.7,5.2,-1.3,-1.4,-0.2,5,R +2.5,D +0.7,3.7,0.08,10/23/08
|
||||
Fox News/Beacon Research/Shaw & Co. Research,103,40,yes,yes,Live,no,-0.5,A-,D +1.4,71%,38%,5.6,5.8,0,-0.5,-0.3,25,D +2.7,D +1.0,4.8,0,10/29/18
|
||||
Castleton University,45,3,yes,yes,Live,no,-0.5,A/B,,100%,33%,9.9,9.5,0.6,-1,-0.1,0,,,,0,2/10/16
|
||||
KRC/Communications Research,160,22,yes,yes*,Live*,no,-0.5,A/B,D +0.1,91%,41%,7.1,7.4,-0.1,-0.5,-0.1,11,D +0.7,D +2.5,6.5,0,1/26/04
|
||||
Wirthlin Worldwide,387,4,yes,yes*,Live*,no,-0.5,A/B,R +0.2,75%,25%,4.5,6.1,-1.3,-1.6,-0.1,4,R +3.9,R +5.6,5.3,0.14,10/22/00
|
||||
Indiana University,149,2,yes,yes,Live,no,-0.5,A/B,D +0.0,100%,0%,0.9,6.1,-5,-4.7,-0.1,2,D +0.9,D +4.1,,0,10/18/04
|
||||
Siena College,305,53,yes,partial,Online/Live,no,-0.5,A-,R +0.7,90%,23%,4.9,5.4,-0.2,-0.9,-0.6,49,R +1.1,R +1.1,4.7,0.2,10/30/18
|
||||
Louis Harris & Associates,173,2,yes,yes*,Live*,no,-0.5,A/B,D +0.0,100%,0%,0.9,5,-3.9,-5.2,-0.1,2,D +0.9,D +5.4,5.5,0,10/31/98
|
||||
Market Strategies International,189,1,yes,yes*,Live*,no,-0.5,A/B,R +0.0,100%,0%,1.1,6.3,-5,-5.4,-0.1,1,R +1.1,R +4.6,3.6,1.27,10/28/02
|
||||
NBC News/The Wall Street Journal,221,31,yes,yes,Live,no,-0.4,A-,D +0.6,73%,10%,4,5.2,-1,-0.7,-0.3,26,D +1.2,D +0.7,3.1,0.5,11/2/18
|
||||
University of Florida,349,1,yes,yes,Live,no,-0.4,A/B,D +0.0,50%,0%,1.1,4.5,-3.3,-1,0,1,D +1.1,R +0.1,1.4,1.2,10/26/14
|
||||
Gordon S. Black Corp.,123,2,yes,yes*,Live*,no,-0.4,A/B,R +0.1,100%,50%,6.4,4.4,2.1,0.5,0,2,R +6.4,R +1.3,6,0,10/18/98
|
||||
Fox News/Opinion Dynamics Corp.,104,34,yes,yes*,Live*,no,-0.4,A/B,R +0.3,72%,12%,3.9,5.1,-1.1,-0.3,-0.1,28,R +0.9,R +1.6,4.1,0.15,10/27/10
|
||||
Yankelovich Partners Inc.,390,7,yes,yes*,Live*,no,-0.4,A/B,R +0.0,50%,43%,8.1,7.1,1.2,0.2,0,3,R +1.0,R +1.8,4.3,0.23,10/26/00
|
||||
Emerson College,88,165,yes,no,IVR/Online/Text,no,-0.4,A-,D +0.3,80%,24%,5.4,6.2,-0.6,-0.7,-0.6,123,D +0.4,R +1.3,5.2,0.05,3/12/20
|
||||
Harvard University,135,1,yes,yes*,Live*,no,-0.4,A/B,D +0.1,0%,0%,6.8,6.2,0.8,0.7,0,1,D +6.8,D +1.5,2,2.69,10/26/02
|
||||
Public Policy Institute of California,262,16,yes,yes,Live,no,-0.3,A/B,R +1.0,100%,25%,5.2,5.5,-0.1,0,0,10,R +4.4,R +1.1,,0,2/12/20
|
||||
University of Illinois at Chicago,352,1,yes,yes*,Live*,no,-0.3,A/B,R +0.2,100%,100%,14.1,5.3,8.9,7.2,0.1,1,R +14.1,R +5.1,,0,10/16/98
|
||||
Abt Associates,7,10,yes,yes,Live,no,-0.3,A/B,D +0.8,90%,20%,3.8,5.1,-1.1,-0.3,-0.1,9,D +3.3,D +0.3,4,0.4,6/7/17
|
||||
Winthrop University,386,2,yes,yes,Live,no,-0.3,A/B,D +0.0,100%,50%,12,6.4,5.8,0.6,0.1,1,D +0.2,R +1.2,3.6,0.27,2/14/20
|
||||
RKM Research and Communications Inc.,272,34,no,yes,Live,no,-0.3,A-,R +0.1,87%,24%,5.3,6.9,-1.4,-1.2,-0.6,20,R +0.5,R +1.5,4.5,0.05,2/7/20
|
||||
Georgetown University (Battleground),114,35,yes,yes,Live,no,-0.3,A/B,R +0.6,57%,11%,3.4,4.6,-1,-0.3,-0.1,35,R +1.4,R +1.6,3.3,0.43,11/5/12
|
||||
Princeton Survey Research Associates International,258,35,yes,yes,Live,no,-0.3,A/B,D +0.5,63%,31%,5.1,5.1,0.2,0.1,0.1,33,D +1.2,D +0.2,4.7,0,10/25/14
|
||||
Market Shares Corp.,187,25,yes,yes,Live,no,-0.3,A/B,R +1.1,84%,28%,5.8,5.5,0.5,-0.1,0,22,R +4.1,R +1.9,4.6,0.36,10/22/12
|
||||
Mason-Dixon Polling & Strategy,197,433,no,yes,Live,no,-0.3,B+,R +0.6,87%,23%,5.1,5.7,-0.4,-0.6,-0.6,376,R +0.7,R +1.2,5.1,0.09,11/6/19
|
||||
CNN/Opinion Research Corp.,37,103,yes,yes,Live,no,-0.2,B+,D +0.0,72%,25%,5.5,6.2,-0.4,-0.2,-0.2,71,D +0.0,D +0.1,5,0.09,10/30/16
|
||||
Research & Polling Inc.,280,32,no,yes,Live,no,-0.2,B+,R +0.9,84%,9%,4.5,6,-1.2,-1.5,-0.7,31,R +1.8,R +0.5,3.2,0.56,10/29/18
|
||||
Quinnipiac University,267,207,yes,yes,Live,no,-0.2,B+,D +0.2,83%,23%,4.6,5.6,-0.8,-0.2,-0.1,153,D +0.2,D +0.4,5.2,0,11/1/18
|
||||
EPIC-MRA,84,49,no,yes,Live,no,-0.2,B+,R +0.2,78%,24%,5.5,6.1,-0.4,-0.8,-0.5,42,R +0.4,D +0.6,5.3,0.13,3/5/20
|
||||
Elway Research,87,21,no,partial,Live/Text,no,-0.2,A/B,D +0.8,90%,5%,3.9,6.3,-2.2,-2.6,-1,20,D +2.1,D +3.7,4.2,0.37,10/21/16
|
||||
St. Norbert College,313,12,no,yes,Live,no,-0.2,A/B,D +0.2,88%,0%,3.9,6.7,-2.7,-2.4,-0.6,11,D +0.9,D +3.0,5.3,0.22,10/20/14
|
||||
University of North Florida,360,9,yes,partial,Online/Live,no,-0.1,A/B,D +0.7,44%,33%,4,5.9,-1.7,-0.4,-0.1,6,D +3.9,D +1.4,4,0.04,3/8/20
|
||||
Elon University,86,8,yes,partial,Online/Live,no,-0.1,A/B,D +0.5,56%,13%,3.2,4.6,-1.3,-1,-0.2,8,D +2.1,D +0.8,3.6,0.57,10/25/16
|
||||
National Research Inc.,225,10,no,yes,Live,no,-0.1,A/B,R +0.5,75%,20%,5.1,6.8,-1.5,-1.7,-0.4,7,R +3.3,R +5.5,5.9,0,3/5/16
|
||||
Blum & Weprin Associates,32,19,no,yes,Live,no,-0.1,A/B,R +0.7,95%,21%,4.8,5.2,-0.2,-2.1,-0.5,17,R +3.4,D +0.9,4.6,0.04,10/25/10
|
||||
Public Religion Research Institute,428,1,yes,partial,Online/Live,no,-0.1,A/B,D +0.0,100%,0%,0.4,5.1,-4.4,-2.9,-0.1,1,D +0.4,D +1.7,2,1.23,10/19/18
|
||||
Middle Tennessee State University,208,5,yes,yes,Live,no,-0.1,A/B,D +0.6,100%,60%,9.3,6,3.5,2.1,0.3,4,D +4.6,R +5.0,4.5,0.21,10/24/14
|
||||
Fleming & Associates,96,17,no,yes,Live,no,-0.1,A/B,R +0.4,100%,12%,5,6.3,-1.1,-1.7,-0.6,15,R +1.4,R +0.2,3.7,0.63,10/22/18
|
||||
University of Massachusetts Lowell,355,19,yes,no,Online,no,-0.1,A/B,R +0.2,74%,37%,7.2,6.9,0.5,-0.6,-0.3,9,R +0.8,R +0.6,5.5,0,2/16/20
|
||||
Cygnal,67,13,no,partial,IVR/Online/Live/Text,no,-0.1,A/B,D +1.0,92%,0%,3,5.6,-2.4,-3,-1.1,13,D +2.6,R +1.0,3.5,0.76,11/8/19
|
||||
Angus Reid Global,13,30,no,no,Online,no,0,B+,R +1.2,93%,7%,3.2,5.6,-2.1,-2.6,-1.2,30,R +2.6,D +0.8,3.1,0.85,11/3/16
|
||||
Public Opinion Strategies,260,64,yes,partial,Online/Live,no,0,B+,R +1.5,70%,22%,5.7,6.1,-0.2,-0.4,-0.2,62,R +2.4,R +4.1,4.3,0.33,10/16/18
|
||||
Strategic Vision LLC,320,133,no,yes*,Live*,yes,0,F,R +1.5,89%,18%,3.8,5.1,-1.1,-0.4,-0.3,110,R +2.2,R +2.1,4.4,0.12,11/1/08
|
||||
"North Star Opinion Research/Ayres, McHenry & Associates",233,8,no,yes,Live,no,0,A/B,R +0.6,94%,25%,5.5,6.7,-1,-3.5,-0.7,6,R +3.5,R +6.1,4.4,0.37,10/23/16
|
||||
American Viewpoint,10,8,no,yes,Live,no,0,B/C,R +0.8,69%,0%,4.2,5.7,-1.3,-1.6,-0.3,8,R +3.5,R +3.3,6.3,0,10/17/18
|
||||
Landmark Communications,166,39,no,partial,IVR/Live,no,0,B,D +1.5,82%,23%,4.8,5.4,-0.5,-0.8,-0.4,33,D +2.8,R +0.5,4.5,0,6/19/17
|
||||
Ward Research (Honolulu Star-Advertiser),375,15,no,yes,Live,no,0,B/C,R +0.4,80%,33%,5.9,6,0,-1.5,-0.4,15,R +1.4,D +1.8,3.9,0.49,10/15/14
|
||||
University of Arkansas,345,6,no,yes,Live,no,0,B/C,D +0.7,100%,0%,4.1,5.3,-1,-2.6,-0.5,6,D +4.1,R +3.9,6.9,0,10/22/16
|
||||
Harstad Strategic Research Inc.,134,10,no,yes,Live,no,0,B/C,D +0.6,75%,10%,3.8,5.9,-1.9,-1.6,-0.3,10,D +2.6,D +3.3,5.1,0,10/21/14
|
||||
RT Strategies,275,42,yes,yes,Live,no,0.1,B/C,D +1.0,69%,40%,5.9,4.8,1.3,0.9,0.4,42,D +2.2,D +3.4,8.6,0,10/28/06
|
||||
Harper Polling,132,11,no,partial,IVR/Live,no,0.1,B/C,D +0.1,91%,18%,3.6,6,-2.3,-1.9,-0.6,8,D +0.5,R +1.1,5.3,0,11/3/16
|
||||
University of South Alabama,361,9,no,yes,Live,no,0.1,B/C,R +0.4,100%,11%,3.3,5.3,-1.8,-2,-0.3,9,R +2.6,R +2.0,7.2,0,10/14/10
|
||||
Public Policy Polling,263,423,no,no,IVR/Text,no,0.1,B,D +0.3,80%,31%,5,5.5,-0.3,-0.4,-0.4,294,D +0.4,D +0.9,4.7,0,2/25/20
|
||||
GQR Research (GQRR),126,57,yes,partial,Online/Live,no,0.1,B,D +2.1,56%,14%,4.5,5.3,-0.6,0.1,0,55,D +3.6,D +3.4,4.1,0.13,10/24/18
|
||||
University of Wisconsin (Badger Poll),365,7,yes,yes*,Live*,no,0.1,B/C,D +0.4,86%,29%,12.2,6,6.4,3.6,0.4,6,D +4.1,D +3.8,4,0.89,10/25/08
|
||||
Gallup,112,84,yes,yes,Live,no,0.1,B,R +0.4,69%,30%,4.3,5,-0.6,0.6,0.4,69,R +0.7,R +1.4,4.1,0,10/22/18
|
||||
Rutgers University,295,14,yes,yes,Live,no,0.1,B/C,R +0.0,86%,14%,5.7,5.6,0.3,1.8,0.5,14,R +0.1,D +0.9,6.1,0,10/16/18
|
||||
Pharos Research Group,254,33,no,yes,Live,yes,0.1,F,D +0.8,92%,15%,3.8,4.9,-1,-0.4,-0.2,33,D +1.6,D +1.1,4.1,0.22,10/27/12
|
||||
Keating Research,161,5,no,yes,Live,no,0.1,B/C,D +0.1,80%,0%,2.4,5,-2.4,-2.1,-0.3,5,D +0.9,D +2.8,3.7,0.62,11/3/16
|
||||
American Research Group,9,273,yes,yes,Live,no,0.2,B,R +0.2,75%,39%,7.4,7.4,0.2,0.3,0.2,82,R +0.2,R +1.7,6.9,0,2/9/20
|
||||
Montana State University Billings,216,7,no,yes,Live,no,0.2,B/C,D +0.3,57%,0%,3.6,6.3,-2.5,-4.1,-0.5,7,D +3.0,D +2.5,,0,10/18/08
|
||||
Greenberg Quinlan Rosner/American Viewpoint,127,8,no,yes,Live,no,0.2,B/C,R +0.7,100%,50%,4.4,4.9,-0.3,-0.8,-0.2,6,R +4.2,D +1.5,5.4,0,10/26/16
|
||||
Financial Dynamics,95,15,no,yes*,Live*,no,0.2,B/C,R +0.4,100%,0%,2.6,4.7,-1.9,-1.3,-0.3,15,R +1.7,R +2.2,2.4,0.63,11/1/08
|
||||
University of Washington,364,9,no,yes,Live,no,0.2,B/C,D +0.1,100%,0%,3.6,5.5,-1.7,-1.6,-0.3,9,D +0.3,D +3.4,4.8,0.74,10/25/12
|
||||
Market Research Institute Inc.,186,11,no,yes*,Live*,no,0.2,B/C,D +0.1,100%,27%,4.2,5.3,-1,-1.6,-0.2,11,D +0.6,D +0.4,5.1,0.35,10/24/04
|
||||
Iowa State University,153,3,no,yes,Live,no,0.2,B/C,,67%,33%,6.2,8.9,-2.4,-3.7,-0.4,0,,,,0,1/14/16
|
||||
McKeon & Associates,202,3,no,yes,Live,no,0.2,B/C,D +0.2,67%,33%,2.9,5.9,-2.9,-4.1,-0.4,2,D +3.0,D +0.5,12.8,0,3/12/16
|
||||
Christopher Newport University,50,10,no,yes,Live,no,0.2,B/C,D +0.7,100%,30%,5.9,5.1,1,-0.4,-0.1,9,D +2.7,D +2.1,5.4,0,2/14/20
|
||||
Tarrance Group,333,28,no,yes,Live,no,0.2,B/C,R +0.9,82%,25%,6.2,6.6,-0.2,-0.1,0,24,R +2.4,R +6.0,7.2,0,10/21/18
|
||||
Victory Research,437,2,no,yes,Live,no,0.2,B/C,D +0.0,100%,0%,2,5.9,-3.7,-4.6,-0.4,1,D +0.3,,,0,3/8/20
|
||||
SSRS,297,18,yes,yes,Live,no,0.2,B/C,D +1.2,50%,22%,5.6,5.3,0.5,1.3,0.6,16,D +2.9,D +2.7,5.9,0,2/24/20
|
||||
Orion Strategies,246,4,no,yes,Live,no,0.2,B/C,D +0.1,100%,25%,3.2,6.6,-3.2,-3.9,-0.3,3,D +1.5,D +6.5,2.7,0.35,10/12/10
|
||||
CJ&N,63,4,no,yes*,Live*,no,0.2,B/C,D +0.1,100%,25%,3.5,7.6,-3.9,-3.3,-0.3,1,D +3.2,,,0,10/26/10
|
||||
Marshall Marketing & Communications,196,4,no,yes*,Live*,no,0.3,B/C,R +0.2,100%,0%,3.4,6.6,-3.1,-1.9,-0.2,3,R +2.9,R +1.2,,0,10/21/08
|
||||
YouGov,391,416,no,no,Online,no,0.3,B,D +0.4,88%,30%,4.9,5.2,-0.1,-0.2,-0.2,357,D +0.4,D +0.2,4.6,0,3/7/20
|
||||
University of Massachusetts Amherst,354,11,no,yes*,Live*,no,0.3,B/C,R +0.2,100%,36%,6.4,8.3,-1.7,-1,-0.1,2,R +6.1,R +0.8,7.7,0,10/27/00
|
||||
Missouri State University,212,3,no,yes,Live,no,0.3,B/C,D +0.3,67%,0%,4.4,7.5,-2.9,-3.1,-0.2,3,D +4.1,D +1.2,4.1,0.26,10/24/10
|
||||
Northern Arizona University,234,4,no,yes*,Live*,no,0.3,B/C,R +0.2,100%,25%,3.6,5.6,-1.9,-3.2,-0.2,4,R +3.3,R +5.1,6,0.19,10/23/08
|
||||
Potomac Incorporated,256,8,no,yes*,Live*,no,0.3,B/C,R +0.3,88%,13%,4.6,6.2,-1.4,-1.4,-0.2,6,R +3.1,D +1.3,4.5,0.35,10/29/06
|
||||
Louisville Courier-Journal,174,9,no,yes*,Live*,no,0.3,B/C,R +0.2,78%,11%,3.7,5.2,-1.4,-1.2,-0.2,9,R +1.4,R +1.5,5.3,0.34,10/28/07
|
||||
Ethridge & Associates LLC,89,6,no,yes*,Live*,no,0.3,B/C,R +0.1,83%,0%,2.7,5.6,-2.8,-3,-0.2,6,R +0.7,R +3.6,3.1,1.25,10/29/02
|
||||
APC Research,4,2,no,yes,Live,no,0.3,B/C,D +0.2,100%,0%,2.5,5.1,-2.3,-3.4,-0.2,2,D +2.5,D +0.3,,0,10/19/14
|
||||
Dittman Research,79,6,no,yes,Live,no,0.3,B/C,D +0.5,100%,33%,5.4,5.9,-0.3,-0.8,-0.1,5,D +4.6,R +1.0,9.1,0,10/26/10
|
||||
Franklin & Marshall College,106,21,yes,partial,Online/Live,no,0.3,B/C,D +0.4,86%,29%,6.4,6.5,0.1,0.8,0.3,18,D +1.1,D +2.1,5.7,0.03,10/25/18
|
||||
SEA Polling & Strategic Design,302,12,no,yes,Live,no,0.3,B/C,D +0.6,83%,0%,3,5.4,-2.2,-0.6,-0.2,10,D +2.2,D +0.2,3.5,0.53,10/19/18
|
||||
Clemson University,54,7,no,partial,Online/Live,no,0.3,B/C,R +0.2,100%,43%,8.7,7.7,1.2,-3.5,-0.7,1,R +16.7,R +9.7,16,0,2/21/20
|
||||
Frederick Polls,108,2,no,yes,Live,no,0.3,B/C,R +0.0,75%,0%,2.4,6.5,-3.9,-5.7,-0.3,1,R +0.6,D +4.5,10.5,0,10/17/12
|
||||
University of New Hampshire,357,112,yes,yes,Live,no,0.3,B-,D +2.8,85%,26%,5.9,6,0.1,0.5,0.4,99,D +3.7,D +3.6,5.6,0.1,2/8/20
|
||||
Market Decisions,184,4,no,yes,Live,no,0.3,B/C,R +0.1,100%,25%,4.7,5.2,-0.3,-2,-0.1,4,R +1.0,R +0.4,5.5,0.65,10/20/08
|
||||
Park Street Strategies,534,1,no,yes,Live,no,0.3,B/C,,100%,0%,2.4,7.7,-5.1,-2.8,-0.1,0,,,4.6,0,1/26/20
|
||||
Wiese Research Associates Inc.,382,7,no,yes,Live,no,0.3,B/C,D +0.9,100%,43%,7.3,6.6,0.9,-0.3,0,7,D +5.4,D +6.1,,0,10/24/12
|
||||
GBAO,109,6,no,partial,Online/Live,no,0.3,B/C,D +0.0,75%,0%,3.7,6,-2.1,-2,-0.4,6,D +0.0,D +1.9,,0,10/21/18
|
||||
University of Wisconsin-Milwaukee,366,4,no,yes*,Live*,no,0.3,B/C,R +0.2,100%,25%,4.4,6.1,-1.5,-1.6,-0.1,4,R +3.5,R +1.2,3.9,0,10/21/08
|
||||
RBI Strategies & Research,271,2,no,yes,Live,no,0.3,B/C,R +0.0,100%,0%,0.7,5.6,-4.8,-6.9,-0.4,1,R +0.7,D +3.5,5.1,0.17,10/25/10
|
||||
Valley Research,368,6,no,yes*,Live*,no,0.3,B/C,D +0.2,83%,17%,4.3,4.4,0.1,-1.1,-0.1,6,D +2.4,D +1.3,2,0.21,10/24/04
|
||||
Research Co.,449,21,no,no,Online,no,0.3,B-,R +0.5,88%,14%,4.1,5.9,-1.7,-1.9,-1,20,R +1.1,D +0.8,3.9,1.05,11/2/18
|
||||
MSR Group,178,3,no,yes*,Live*,no,0.3,B/C,D +0.2,100%,0%,3.5,6.8,-3.1,-3.9,-0.2,3,D +3.5,D +1.3,,0,10/19/04
|
||||
Richard Day Research Inc.,287,11,no,yes*,Live*,no,0.3,B/C,R +0.4,100%,36%,5.5,5.3,0.4,-0.3,0,11,R +2.9,R +0.7,5.5,0,10/21/06
|
||||
Lake Research Partners,165,10,no,partial,IVR/Online/Live,no,0.3,B/C,D +0.6,80%,20%,3.9,6.1,-1.9,-2.2,-0.5,10,D +2.4,D +3.4,5.8,0.06,4/15/18
|
||||
Southern Media & Opinion Research,310,7,no,yes,Live,no,0.3,B/C,R +0.1,100%,14%,5.6,5.3,0.5,-0.2,0,7,R +0.7,R +1.6,,0,11/29/16
|
||||
Mason Strategies,464,1,no,yes,Live,no,0.3,B/C,D +0.1,100%,0%,1.9,5.7,-3.6,-4.8,-0.2,1,D +1.9,R +4.1,,0,10/18/18
|
||||
Research 2000,281,280,no,yes*,Live*,yes,0.3,F,D +1.3,88%,21%,5.5,5.8,-0.2,-0.1,-0.1,248,D +1.5,D +1.2,4.6,0.24,1/16/10
|
||||
Public Opinion Strategies/Hamilton Campaigns (Texas Credit Union League),261,2,no,yes*,Live*,no,0.3,B/C,,100%,50%,6.9,9.4,-2.4,-2.3,-0.1,0,,,,0,2/12/08
|
||||
Personal Marketing Research,252,3,no,yes*,Live*,no,0.3,B/C,,67%,33%,5.4,8.3,-2.7,-2.6,-0.1,0,,,6.1,0.03,1/6/04
|
||||
High Point University,139,3,yes,partial,Online/Live,no,0.3,B/C,D +0.0,67%,33%,11.5,6.3,5.4,3.1,0.4,2,D +0.1,D +1.8,6,0,2/25/20
|
||||
Targeted Persuasion,579,1,no,yes,Live,no,0.4,B/C,,100%,0%,0.9,8.3,-7.2,-6.4,-0.3,0,,,,0,5/24/16
|
||||
University of Houston,351,1,no,yes,Live,no,0.4,B/C,,100%,0%,2,8.5,-6.3,-6.3,-0.3,0,,,,0,2/17/16
|
||||
Market Solutions Group,188,4,no,yes*,Live*,no,0.4,B/C,R +0.0,100%,25%,4.4,6.6,-2,-1.4,-0.1,2,R +0.1,D +1.5,4.4,0.45,10/19/04
|
||||
Moore Information,217,9,no,yes,Live,no,0.4,B/C,R +0.7,67%,11%,6.5,6.5,0.2,-0.2,0,9,R +4.1,R +5.0,5.3,0.22,10/27/14
|
||||
Merrill Poll,206,2,no,yes,Live,no,0.4,B/C,,100%,50%,8.7,9.1,-0.2,-0.7,-0.1,0,,,,0,3/9/16
|
||||
Richmond Times-Dispatch,288,4,no,yes,Live,no,0.4,B/C,D +0.2,100%,0%,3.3,4.9,-1.3,-1.3,-0.1,4,D +2.9,D +2.4,5,0.17,10/23/04
|
||||
Mercyhurst University,422,1,no,yes,Live,no,0.4,B/C,R +0.0,100%,0%,0.7,5.7,-4.8,-5.4,-0.2,1,R +0.7,,,0,10/18/14
|
||||
Odney,524,1,no,yes,Live,no,0.4,B/C,D +0.1,100%,0%,2.1,6.3,-4.1,-4.8,-0.2,1,D +2.1,R +8.0,8,0,10/22/14
|
||||
University of Tennessee,362,2,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,2.7,5.1,-2.2,-5.7,-0.2,2,R +2.7,R +5.4,,0,10/14/04
|
||||
"Fabrizio, Lee & Associates",90,3,no,yes,Live,no,0.4,B/C,D +0.2,33%,33%,5.7,6.1,-0.2,-0.3,0,3,D +2.1,R +4.5,,0,10/17/18
|
||||
Frank N. Magid Associates Inc.,105,4,no,yes*,Live*,no,0.4,B/C,D +0.3,100%,25%,4.7,5.7,-0.8,-1.7,-0.1,4,D +4.7,R +0.9,4,0.8,10/24/02
|
||||
Winston Group,385,3,no,yes*,Live*,no,0.4,B/C,D +0.2,67%,33%,4.2,5.3,-0.9,-1.5,-0.1,3,D +3.8,R +2.2,2,0.7,10/23/08
|
||||
Gotham Research Group,576,1,no,yes,Live,no,0.4,B/C,R +0.2,100%,0%,5.8,6.4,-0.5,-2.8,-0.1,1,R +5.8,D +2.0,6,0.75,10/23/12
|
||||
Strategic Services,319,2,no,yes*,Live*,no,0.4,B/C,D +0.1,50%,0%,4.2,5.7,-1.3,-1.7,-0.1,2,D +4.2,D +3.4,,0,10/23/06
|
||||
RMS Research,273,2,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,2.3,5.9,-3.4,-3.7,-0.1,2,R +2.3,R +5.8,4,0.35,10/22/02
|
||||
Knowledge Networks,164,3,yes,no,Online,no,0.4,B/C,D +0.2,100%,33%,4.2,4.5,-0.1,-0.9,0,3,D +4.0,D +0.6,3.1,0.16,10/22/08
|
||||
Lincoln Institute,170,2,no,yes*,Live*,no,0.4,B/C,R +0.1,75%,0%,4.1,5.1,-0.8,-2.5,-0.1,2,R +4.1,D +2.7,,0,10/17/00
|
||||
Midwest Survey and Research,209,3,no,yes*,Live*,no,0.4,B/C,R +0.0,100%,33%,7.3,5.8,1.7,-1,0,3,R +1.1,,,0,10/26/02
|
||||
QEV Analytics,266,1,no,yes,Live,no,0.4,B/C,,100%,0%,2,6.5,-4.3,-6.3,-0.2,0,,,,0,11/2/09
|
||||
Baruch College,22,2,no,yes,Live,no,0.4,B/C,,100%,0%,5.7,8.7,-2.9,-0.3,0,0,,,9.2,0,4/8/16
|
||||
Neighborhood Research and Media,227,2,no,yes,Live,no,0.4,B/C,R +0.1,50%,50%,6.8,7.3,-0.4,-0.2,0,1,R +3.4,R +7.2,8.4,0,1/16/20
|
||||
Florida International University/Univision,98,1,no,yes,Live,no,0.4,B/C,D +0.0,100%,0%,1.8,6.3,-4.3,-6.1,-0.1,1,D +1.8,R +13.0,,0,10/16/08
|
||||
GfK Group,115,21,yes,no,Online,no,0.4,B/C,D +0.2,88%,19%,3.9,5,-0.9,0.1,0,21,D +0.6,D +1.3,4.6,0.22,10/22/16
|
||||
Dan Jones & Associates,70,38,no,partial,Online/Live,no,0.4,B-,D +1.0,95%,21%,6.9,6.3,0.9,-0.2,-0.1,31,D +2.1,R +2.7,9.8,0,10/24/16
|
||||
Centre College,47,1,no,yes,Live,no,0.4,B/C,D +0.2,100%,0%,3.9,5.4,-1.3,-1.1,0,1,D +3.9,D +2.3,4.8,0.35,10/21/16
|
||||
Blumenthal Research Daily,447,2,no,yes,Live,yes,0.4,F,R +0.2,100%,0%,2.5,5.3,-2.6,-1.7,-0.1,2,R +1.8,R +3.1,1,1.58,4/14/18
|
||||
New Mexico State University,230,1,no,yes*,Live*,no,0.4,B/C,,0%,0%,7.1,8.6,-1.3,-1.7,0,0,,,,0,1/27/08
|
||||
Aspen Media & Market Research,17,1,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,3.5,5.7,-2.1,-2.6,-0.1,1,R +3.5,,,0,10/22/06
|
||||
Voter/Consumer Research,371,6,no,yes,Live,no,0.4,B/C,R +0.0,100%,50%,5.2,5.7,-0.3,-1.1,-0.1,6,R +0.0,R +3.0,2.5,1.19,10/19/14
|
||||
Jim Meader (KELOLAND-TV),159,4,no,yes*,Live*,no,0.4,B/C,D +0.3,100%,25%,4.6,5.5,-0.7,-0.4,0,4,D +4.6,D +4.4,,0,10/21/02
|
||||
Garin-Hart-Yang Research Group,113,24,no,partial,Online/Live,no,0.4,B/C,D +1.3,85%,33%,5.5,5.7,0,-0.5,-0.2,24,D +3.2,D +4.7,4.9,0.09,10/18/16
|
||||
Manhattanville College,181,3,no,yes*,Live*,no,0.4,B/C,R +0.2,100%,33%,6.5,6.7,0,-0.9,0,2,R +8.2,D +0.2,7.2,0,2/22/00
|
||||
Canisius College,43,1,no,yes*,Live*,no,0.4,B/C,,100%,0%,0.1,8.6,-8.3,-5.7,-0.1,0,,,,0,2/19/04
|
||||
Central Surveys Inc.,46,1,no,yes*,Live*,no,0.4,B/C,D +0.0,0%,0%,1.7,5.7,-3.8,-3.5,-0.1,1,D +1.7,D +2.3,,0,10/17/04
|
||||
Scripps Howard,303,5,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,40%,4.8,4.4,0.6,-0.6,0,5,R +2.2,R +2.7,2.8,0.46,10/18/02
|
||||
Cooper & Secrest,60,1,no,yes*,Live*,no,0.4,B/C,R +0.0,0%,0%,2.6,5.8,-3,-3.3,0,1,R +2.6,,,0,10/15/02
|
||||
Red Sea Communications,278,1,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,4.4,7.1,-2.5,-3,0,1,R +4.4,,,0,10/24/02
|
||||
Thirty-Ninth Street Strategies,460,1,no,yes,Live,no,0.4,B/C,R +0.1,0%,0%,2,6.8,-4.5,-2.8,-0.1,1,R +2.0,R +2.4,3,2.58,10/21/18
|
||||
Dynamic Marketing Inc.,83,1,no,yes*,Live*,no,0.4,B/C,D +0.0,100%,0%,3,6.2,-3,-4.6,-0.1,1,D +3.0,R +7.5,,0,10/22/00
|
||||
Vox Populi Communications,529,1,no,yes*,Live*,no,0.4,B/C,,100%,0%,3.5,8.6,-4.9,-3,0,0,,,6,0,2/15/00
|
||||
Diversified Research Inc,80,1,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,5,7,-1.8,-2.2,0,1,R +5.0,,,0,10/19/00
|
||||
Global Strategy Group/National Research (Philadelphia Inquirer),119,4,no,yes,Live,no,0.4,B/C,R +0.3,100%,25%,3,5.3,-2.1,-1.7,-0.2,4,R +2.7,D +0.1,2.3,1.93,10/24/12
|
||||
Lauer Lalley Victoria Inc.,168,1,no,yes*,Live*,no,0.4,B/C,R +0.0,100%,0%,1.7,6.6,-4.7,-4.1,0,1,R +1.7,D +4.0,,0,10/18/98
|
||||
Overtime Politics,247,12,no,yes,Live,yes,0.4,F,,67%,42%,9.8,8.9,1.1,0.4,0.1,0,,,6.9,0,2/22/16
|
||||
Becker Institute,26,3,no,yes*,Live*,no,0.4,B/C,D +0.3,67%,67%,6.9,6.4,0.7,-0.2,0,3,D +6.9,D +0.8,11.5,0,10/23/02
|
||||
Ohio State University,236,1,no,yes*,Live*,no,0.4,B/C,R +0.0,100%,0%,3.7,5.1,-1.3,-1.5,0,1,R +3.7,R +5.8,,0,10/18/00
|
||||
Opinion Savvy/InsiderAdvantage,243,119,yes,no,IVR/Online,no,0.4,B-,D +1.1,70%,41%,7.2,7.2,0.2,0.3,0.2,42,D +1.8,D +0.3,5.9,0,10/29/18
|
||||
Morningside College,536,1,no,yes,Live,no,0.4,B/C,,0%,0%,6.4,8.5,-1.9,-1.3,-0.1,0,,,2.3,1.37,1/20/20
|
||||
Dartmouth College,72,3,no,yes,Live,no,0.4,B/C,,100%,67%,9.3,9,0.5,0,0,0,,,,0,1/26/00
|
||||
Market Trends Pacific,190,1,no,yes*,Live*,no,0.4,B/C,D +0.1,50%,0%,4.5,5.5,-0.8,-0.6,0,1,D +4.5,D +2.5,,0,10/21/02
|
||||
Basswood Research,24,2,no,yes,Live,no,0.4,B/C,R +0.2,100%,100%,10.7,7.7,3.2,0.2,0,1,R +13.0,,,0,3/20/16
|
||||
Wick Communications,381,1,no,yes*,Live*,no,0.4,B/C,D +0.1,100%,0%,2.8,6.3,-3.2,-1.4,0,1,D +2.8,D +4.0,5,1.19,10/27/06
|
||||
Bendixen & Amandi International,29,2,no,yes,Live,no,0.4,B/C,D +0.1,100%,0%,3,4.8,-1.7,0.3,0,2,D +1.6,D +3.2,,0,10/22/16
|
||||
NRECA Market Research,223,1,no,yes*,Live*,no,0.4,B/C,D +0.1,100%,0%,6.3,5.5,0.9,-0.6,0,1,D +6.3,,,0,10/20/98
|
||||
Associated Industries of Florida,18,2,no,yes,Live,no,0.4,B/C,D +0.3,50%,0%,3.4,4.5,-0.9,0.3,0,2,D +3.4,D +1.0,,0,10/19/16
|
||||
University of North Carolina,359,1,no,yes*,Live*,no,0.4,B/C,D +0.0,100%,0%,1.6,5.4,-3.6,-3.2,0,1,D +1.6,R +1.6,1,2.97,10/28/02
|
||||
University of Denver,348,2,no,yes,Live,no,0.4,B/C,R +0.1,100%,0%,3.4,5.2,-1.7,-0.1,0,2,R +1.0,R +1.1,4.5,0.44,10/30/16
|
||||
Analytical Group,11,1,no,yes*,Live*,no,0.4,B/C,D +0.1,100%,0%,4,5.3,-1.1,-0.8,0,1,D +4.0,D +3.0,3.7,0.86,10/26/02
|
||||
ASA Marketing Group,5,1,no,yes*,Live*,no,0.4,B/C,D +0.1,100%,0%,5.5,4.5,1.2,0.1,0,1,D +5.5,,,0,10/28/06
|
||||
Belden Russonello,28,2,no,yes,Live,no,0.4,B/C,D +0.1,100%,50%,4.7,5.3,-0.3,0.4,0,2,D +3.3,D +5.4,,0,10/18/04
|
||||
Feldman Group,93,2,no,yes,Live,no,0.4,B/C,D +0.2,50%,50%,6.7,5.4,1.4,-0.4,0,2,D +4.1,D +2.8,1.5,0.84,10/29/12
|
||||
Meeting Street Research,204,1,no,yes,Live,no,0.5,B/C,D +0.1,100%,0%,2.6,5.1,-2.2,-0.9,0,1,D +2.6,D +5.3,3,1.39,4/4/17
|
||||
University of Nevada Las Vegas,356,1,no,yes,Live,no,0.5,B/C,,100%,100%,8.9,8.6,0.5,0.5,0,0,,,,0,1/29/12
|
||||
Cromer Group,65,1,no,yes*,Live*,no,0.5,B/C,R +0.1,100%,0%,3.9,5.3,-1.2,0.6,0,1,R +3.9,R +3.8,,0,10/19/06
|
||||
West Virginia Research Center,378,2,no,yes*,Live*,no,0.5,B/C,D +0.2,50%,50%,6.4,5.4,1.2,0.6,0,2,D +6.4,D +3.8,5.3,0.02,10/25/00
|
||||
Rhode Island College,285,5,no,yes*,Live*,no,0.5,B/C,R +0.1,100%,20%,6.1,6.1,0.2,-0.1,0,4,R +1.5,R +0.8,3.9,0.68,10/24/10
|
||||
Braun Research,33,6,no,yes,Live,no,0.5,B/C,D +1.2,100%,50%,6.6,5.1,1.6,0.4,0.1,6,D +6.6,D +2.8,2.5,0.17,10/21/16
|
||||
Zimmerman & Associates/Marketing Intelligence,394,3,no,yes*,Live*,no,0.5,B/C,D +0.2,100%,0%,4.7,6,-1.1,0,0,3,D +3.2,D +0.7,2.2,0.72,10/18/08
|
||||
Virginia Commonwealth University,370,5,no,yes,Live,no,0.5,B/C,R +0.2,100%,20%,4.9,5.1,0,0.5,0,5,R +1.9,R +1.8,5.3,0.13,10/23/09
|
||||
DFM Research,69,10,no,yes,Live,no,0.5,B/C,D +1.5,75%,40%,6.4,5.9,0.7,0.1,0,10,D +5.4,D +3.8,2.5,0.47,10/25/18
|
||||
Public Strategies Inc.,264,6,no,yes*,Live*,no,0.5,B/C,,100%,33%,8,8.7,-0.6,0.7,0.1,0,,,7.6,0,3/1/08
|
||||
Clarus Research Group,53,3,no,yes,Live,no,0.5,B/C,D +0.3,100%,33%,6.8,5,1.9,0.8,0.1,3,D +4.1,D +2.2,,0,10/6/11
|
||||
Independent Market Research,148,2,no,yes*,Live*,no,0.5,B/C,D +0.1,100%,50%,5.8,5.1,0.8,1.5,0,2,D +5.3,D +4.2,5.5,0.23,10/22/98
|
||||
University of Maryland,575,1,yes,no,Landline,no,0.5,B/C,D +0.1,0%,100%,6.6,4.8,2,2.2,0,1,D +6.6,D +2.2,,0,10/15/04
|
||||
Insights West,151,9,no,no,Online,no,0.5,B/C,R +0.1,94%,0%,2.4,5.7,-3.1,-3.7,-1,8,R +0.4,R +1.0,3.1,1.25,11/6/16
|
||||
Rice University,286,2,no,yes*,Live*,no,0.5,B/C,D +0.2,100%,0%,5.9,5.1,1,0.2,0,2,D +5.9,D +0.6,2.3,1.34,10/27/02
|
||||
Val Smith,367,1,no,yes,Live,no,0.5,B/C,R +0.2,100%,0%,8.5,6.5,2.2,1.9,0,1,R +8.5,R +15.0,,0,10/22/08
|
||||
Kiley & Company,162,3,no,yes,Live,no,0.5,B/C,D +0.5,100%,67%,6.6,5.7,1.1,0.9,0.1,3,D +5.5,D +9.2,7.4,0,10/25/12
|
||||
SMS Research & Marketing Services Inc.,296,2,no,yes*,Live*,no,0.5,B/C,R +0.2,50%,50%,5.9,5.4,0.7,0.3,0,2,R +5.9,D +1.8,1,1.44,10/19/04
|
||||
Old Dominion University,238,1,no,yes,Live,no,0.5,B/C,D +0.1,100%,0%,4.5,5.3,-0.6,-1,0,1,D +4.5,R +0.8,0,2.78,10/22/13
|
||||
Polling Company/Global Strategy Group (Hotline Bullseye),255,4,no,yes*,Live*,no,0.5,B/C,R +0.2,25%,25%,4.3,3.6,0.9,1.1,0.1,4,R +4.3,R +2.8,3.2,0.2,11/4/00
|
||||
Jeffrey Stonecash,158,1,no,yes*,Live*,no,0.5,B/C,R +0.2,100%,100%,8.4,4.8,3.8,2.8,0.1,1,R +8.4,R +16.5,22,0,10/29/06
|
||||
A&A Research,2,1,no,yes*,Live*,no,0.5,B/C,R +0.1,0%,100%,10,6.3,3.9,3.6,0.1,1,R +10.0,,,0,10/22/02
|
||||
TMR Research,328,2,no,yes*,Live*,no,0.5,B/C,D +0.2,0%,50%,7.9,5.1,3,2.7,0.1,2,D +7.9,D +6.7,,0,10/18/98
|
||||
"California State University, Bakersfield",41,1,no,yes*,Live*,no,0.5,B/C,R +0.1,0%,100%,9.9,5.9,4.1,4.4,0.1,1,R +9.9,R +14.0,,0,10/20/00
|
||||
West Chester University,377,7,no,yes*,Live*,no,0.5,B/C,D +0.1,100%,14%,5.2,5.3,0,0,0,7,D +1.0,D +2.3,3.7,0.89,10/24/06
|
||||
Illinois Wesleyan University,147,3,no,yes*,Live*,no,0.5,B/C,R +0.3,100%,33%,8.2,5.9,2.4,1.5,0.1,3,R +8.2,R +5.9,5,0.25,10/21/02
|
||||
Hill Research Consultants,140,5,no,yes,Live,no,0.5,B/C,R +0.3,60%,20%,5.3,5.6,-0.1,-0.3,0,5,R +3.7,R +2.7,2.2,1.49,10/15/08
|
||||
OnMessage Inc.,239,11,no,yes,Live,no,0.5,B/C,R +1.4,82%,27%,6.4,5.7,0.8,0.7,0.2,11,R +5.0,R +6.2,8.3,0,10/17/18
|
||||
Tulsa Surveys,341,1,no,yes*,Live*,no,0.5,B/C,R +0.1,100%,100%,11.9,4.5,7.6,5.8,0.1,1,R +11.9,,,0,10/18/98
|
||||
Ipsos,154,66,yes,no,Online,no,0.5,B-,D +0.4,70%,21%,4.6,4.8,0,0.4,0.3,60,D +0.5,D +1.0,3.7,0.06,11/5/18
|
||||
Decision Forecasting,77,3,no,yes*,Live*,no,0.5,B/C,R +0.1,100%,67%,8.1,4.6,3.6,1.6,0.1,3,R +1.4,D +0.6,3.5,0.5,11/1/00
|
||||
Marketing Research Institute,192,1,no,yes*,Live*,no,0.5,B/C,R +0.1,0%,100%,7.4,5,2.6,4.6,0.1,1,R +7.4,R +7.3,,0,11/21/02
|
||||
PSI,248,3,no,yes*,Live*,no,0.5,B/C,R +0.0,67%,67%,11.7,8,3.9,1.3,0,1,R +3.3,R +4.0,2,0.8,10/31/00
|
||||
Southern Opinion Research,311,2,no,yes*,Live*,no,0.5,B/C,D +0.0,100%,50%,8.5,6,2.7,2.8,0.1,2,D +0.9,D +4.2,3.5,0.69,10/30/98
|
||||
NPR,222,3,no,yes,Live,no,0.5,B/C,D +0.1,17%,33%,4.9,4.7,0.4,0.7,0.1,3,D +0.9,D +0.6,2.1,0.61,10/24/12
|
||||
HighGround Inc.,416,2,no,yes,Live,no,0.5,B/C,R +0.4,50%,0%,4.4,6.5,-1.8,-0.7,-0.1,2,R +4.4,R +3.0,2.6,1.94,10/27/18
|
||||
Minnesota State University Moorhead,211,4,no,yes*,Live*,no,0.5,B/C,D +0.4,100%,50%,8.3,5.2,3.2,1.6,0.1,4,D +6.2,D +3.3,,0,10/19/04
|
||||
Talmey-Drake Research & Strategy Inc.,329,9,no,yes,Live,no,0.5,B/C,R +0.2,50%,44%,7.7,5.8,2,1.1,0.1,9,R +1.7,D +2.4,6.7,0,10/30/02
|
||||
Arthur J. Finkelstein & Associates,16,1,no,yes*,Live*,no,0.5,B/C,R +0.2,0%,100%,13.7,7.2,6.7,5.8,0.1,1,R +13.7,,,0,10/17/02
|
||||
Florida Atlantic University,97,8,no,no,IVR/Online,no,0.5,B/C,D +0.4,75%,0%,3.4,6.9,-3.3,-2,-0.6,4,D +2.9,D +0.4,4.4,0.26,3/6/20
|
||||
Ron Lester and Associates,293,1,no,yes*,Live*,no,0.5,B/C,,100%,100%,18.9,8.1,11,2.9,0.1,0,,,1.9,1.33,1/21/08
|
||||
Vox Populi Polling,372,19,no,no,IVR/Online,no,0.5,B/C,D +0.3,74%,16%,4.2,5.3,-1,-0.9,-0.4,19,D +0.7,R +1.2,4.8,0.17,10/29/18
|
||||
JMC Analytics/Bold Blue Campaigns,503,5,no,yes,Live,no,0.5,B/C,R +1.1,80%,20%,6.7,5.8,1.1,0.9,0.2,5,R +5.5,R +6.8,26,0,11/22/18
|
||||
Alaska Survey Research,155,9,no,yes,Live,no,0.5,B/C,D +1.8,56%,44%,7.1,6,1.4,0.8,0.2,9,D +7.1,D +3.1,10.3,0,10/28/18
|
||||
Clarity Campaign Labs,52,12,no,partial,IVR/Live,no,0.5,B/C,D +1.1,54%,17%,3.5,4.4,-0.7,-0.7,-0.2,12,D +3.5,D +1.1,2.7,0.39,10/16/18
|
||||
CallFire,42,4,no,yes,Live,no,0.5,B/C,R +0.4,75%,0%,3.9,4.6,-0.4,0.3,0,4,R +3.9,R +0.5,2.5,0.98,10/30/12
|
||||
MarketAide Services Inc.,191,1,no,yes*,Live*,no,0.5,B/C,D +0.2,100%,100%,11.2,6.5,4.9,6.6,0.1,1,D +11.2,D +9.5,,0,10/19/02
|
||||
Big Ten,31,10,no,yes*,Live*,no,0.5,B/C,D +0.8,100%,20%,4.7,5.1,-0.3,1,0.2,10,D +4.3,D +5.2,5.4,0,10/21/08
|
||||
Abacus Associates,6,2,no,yes*,Live*,no,0.5,B/C,D +0.2,50%,50%,8.1,6.5,1.8,2.5,0.1,2,D +3.6,D +6.5,,0,10/21/10
|
||||
Data for Progress,522,31,no,no,Online/Text,no,0.5,B-,D +0.0,81%,45%,8.9,8.1,0.9,-0.2,-0.1,2,D +0.3,R +1.9,7.6,0,3/8/20
|
||||
Forman Center,100,2,no,yes*,Live*,no,0.6,B/C,D +0.2,100%,50%,11,5.9,5.3,5.1,0.1,2,D +11.0,D +17.1,21,0,10/22/98
|
||||
Magellan Strategies,179,18,no,partial,Online/Live,no,0.6,B/C,R +0.5,94%,33%,6.5,5.8,0.8,0,0,11,R +1.8,R +4.3,6.4,0,2/25/20
|
||||
Strategies 360,321,4,no,partial,Online/Live,no,0.6,B/C,R +0.1,63%,0%,2,5.5,-3.3,-3.1,-0.4,4,R +0.6,D +1.0,3.6,0.24,10/23/14
|
||||
DHM Research,76,14,no,partial,Online/Live,no,0.6,B/C,R +0.1,86%,7%,4.4,5.9,-1.3,-0.9,-0.3,12,R +0.3,D +0.3,4.5,0.54,10/27/16
|
||||
Bannon Communications,21,2,no,yes*,Live*,no,0.6,B/C,D +0.3,100%,50%,10.4,6.4,4.2,4,0.1,2,D +10.4,D +8.3,21,0,10/16/04
|
||||
Opinion Consultants,241,2,no,yes*,Live*,no,0.6,B/C,R +0.3,100%,50%,6.6,5.1,1.7,1.6,0.1,2,R +6.6,R +5.4,2.2,1.79,10/26/06
|
||||
Riley Research Associates,290,7,no,partial,Online/Live,no,0.6,B/C,R +0.1,100%,0%,2.7,5.6,-2.7,-2.3,-0.3,7,R +0.6,R +1.3,,0,10/15/08
|
||||
Hendrix College,138,14,no,partial,IVR/Live/Text,no,0.6,B/C,D +1.5,93%,50%,6.5,5.6,1.1,-0.5,-0.2,13,D +4.7,R +3.0,,0,10/19/18
|
||||
Hoffman Research Group,141,2,no,yes,Live,no,0.6,B/C,R +0.4,100%,0%,5.2,5.1,0.4,-0.2,0,2,R +5.2,R +1.3,2.1,2.19,10/30/18
|
||||
Glover Park Group,120,1,no,yes,Live,no,0.6,B/C,R +0.3,0%,100%,11.4,6.7,4.8,4.4,0.1,1,R +11.4,R +7.3,,0,10/16/12
|
||||
Y2 Analytics,389,4,no,partial,Online/Live,no,0.6,B/C,D +0.4,100%,50%,9.7,5.8,4,-1.5,-0.2,3,D +3.3,R +6.7,7.1,0,11/2/16
|
||||
Anderson Group,12,1,no,yes*,Live*,no,0.6,B/C,R +0.2,0%,100%,10.9,4.3,6.8,8.2,0.1,1,R +10.9,R +5.0,5,0,11/11/03
|
||||
Baselice & Associates,23,2,no,yes,Live,no,0.6,B/C,D +0.3,100%,50%,10,5.9,4.4,4.4,0.1,2,D +10.0,D +8.5,4,0.23,9/25/03
|
||||
Florida Poll,99,5,no,yes,Live,no,0.6,B/C,D +0.3,60%,0%,4.6,4.8,0,1.2,0.1,5,D +3.1,D +0.8,3.3,0.71,10/25/10
|
||||
Market Research Insight,185,11,no,yes,Live,no,0.6,B/C,D +1.2,100%,36%,4.8,4.9,0.1,0.9,0.3,11,D +3.9,D +3.6,6.4,0,10/9/19
|
||||
Howey Politics/DePauw University,142,7,no,yes,Live,no,0.6,B/C,D +0.1,57%,29%,6.7,5.7,1.2,1.3,0.2,6,D +0.6,D +1.3,7.2,0,10/29/12
|
||||
Lauer Johnson Research,167,1,no,yes,Live,no,0.6,B/C,D +0.3,0%,100%,13.8,6.4,7.6,7.3,0.1,1,D +13.8,D +17.0,,0,10/28/06
|
||||
Franklin Pierce University,107,17,no,yes,Live,no,0.6,B/C,D +0.7,85%,47%,6.7,6.1,0.8,1.1,0.2,12,D +4.5,D +5.1,6,0.04,10/26/04
|
||||
Neighbor,226,1,no,yes*,Live*,no,0.6,B/C,R +0.2,100%,100%,17.1,6.3,11,12.9,0.1,1,R +17.1,R +14.0,13,0,10/30/98
|
||||
Gonzales Research & Marketing Strategies Inc.,121,9,no,yes,Live,no,0.6,B/C,R +0.3,78%,33%,6.4,6.1,0.5,1.1,0.2,8,R +2.1,R +1.4,3,0.23,10/22/14
|
||||
McCulloch Research & Polling,201,4,no,yes*,Live*,no,0.6,B/C,R +0.4,75%,50%,7,4.5,2.7,2.6,0.2,4,R +5.5,R +3.2,5.1,0,11/5/06
|
||||
Concord Public Opinion Partners,553,1,no,yes,Live,no,0.6,B/C,,100%,100%,13.4,9.1,4.5,3.3,0.2,0,,,14.6,0,3/8/20
|
||||
Lycoming College,176,3,no,yes*,Live*,no,0.6,B/C,D +0.5,67%,33%,7.3,6.2,1.2,1.6,0.1,3,D +7.3,D +6.3,5,1.11,10/19/10
|
||||
OpinionWorks,244,6,no,yes,Live,no,0.6,B/C,R +0.5,92%,50%,7.3,5,2.4,1.5,0.2,6,R +3.1,D +3.7,9.5,0,10/23/12
|
||||
Data West Polling,74,2,no,yes*,Live*,no,0.6,B/C,D +0.4,50%,100%,13.1,6.8,6.5,6.1,0.2,2,D +13.1,D +7.5,,0,10/26/02
|
||||
Tulchin Research,340,3,no,partial,Online/Live,no,0.6,B/C,R +0.1,67%,0%,3.8,5.5,-1.5,-2.5,-0.2,3,R +0.8,D +5.3,2.9,0.55,10/27/18
|
||||
Spry Strategies,508,4,no,partial,IVR/Online/Live,no,0.6,B/C,R +0.3,75%,75%,10.8,7,4,-1.4,-0.2,1,R +5.4,R +11.6,16.4,0,3/2/20
|
||||
University of Alabama at Birmingham,344,2,no,yes*,Live*,no,0.6,B/C,R +0.4,100%,100%,12,5.1,7.1,6.7,0.2,2,R +12.0,R +4.7,7,0,10/30/02
|
||||
Latino Decisions,482,2,no,partial,Online/Live/Text,no,0.6,B/C,,100%,0%,4.7,8.6,-3.7,-2.7,-0.3,0,,,5.3,0.89,3/9/20
|
||||
Cherry Communications,49,5,no,yes,Live,no,0.6,B/C,R +0.5,50%,20%,7.6,6.5,1.3,1.6,0.3,4,R +3.3,R +3.9,11.7,0,10/22/16
|
||||
Strategic Research Associates,462,5,no,yes,Live,no,0.6,B/C,D +0.4,80%,20%,5,5.4,-0.2,1.1,0.2,5,D +1.9,D +0.0,3.2,0.36,10/20/18
|
||||
SoonerPoll.com,308,20,yes,partial,Online/Live,no,0.6,B/C,D +1.9,80%,45%,8.9,6,3,1.5,0.6,16,D +5.4,D +1.8,5.9,0.11,2/19/20
|
||||
Pew Research Center,253,25,yes,no,Online,no,0.7,B/C,D +0.8,50%,40%,4.4,4,0.6,1,0.4,25,D +2.1,D +1.0,3.8,0,10/23/16
|
||||
Schapiro Group,300,2,no,yes*,Live*,no,0.7,B/C,,50%,50%,21.5,9.8,11.9,4.5,0.2,0,,,6.5,0.61,1/25/08
|
||||
WCIA-TV,373,2,no,yes*,Live*,no,0.7,B/C,R +0.4,100%,100%,18.3,6.6,11.8,10,0.2,2,R +18.3,R +8.8,,0,10/14/98
|
||||
Pan Atlantic Research,249,17,no,no,Online,no,0.7,B/C,D +0.8,91%,24%,6.8,6.8,0.3,-1,-0.3,15,D +2.7,D +1.1,7.5,0,10/18/14
|
||||
David Binder Research,578,2,no,partial,Online/Live/Text,no,0.7,B/C,,0%,50%,5.4,8.1,-2.5,-1.4,-0.1,0,,,7.4,0,1/29/20
|
||||
Rainmaker Media Group,276,1,no,yes*,Live*,no,0.7,B/C,D +0.3,100%,100%,12.1,5.2,7.1,10.3,0.2,1,D +12.1,D +7.8,,0,10/15/08
|
||||
Southeastern Louisiana University,309,8,no,yes*,Live*,no,0.7,B/C,D +0.1,88%,38%,6.3,5,1.5,2.2,0.3,8,D +0.4,D +0.1,6,0,10/22/08
|
||||
Douglas Fulmer & Associates,82,2,no,partial,IVR/Live,no,0.7,B/C,,100%,50%,5,8.3,-3.1,-2.8,-0.2,0,,,9.1,0,1/19/16
|
||||
Ohio University,237,2,no,yes*,Live*,no,0.7,B/C,D +0.3,50%,50%,8.8,6,2.9,6.3,0.3,2,D +8.8,D +8.1,8.5,0,10/18/08
|
||||
East Carolina University,523,3,yes,no,IVR/Online,no,0.7,B/C,,100%,100%,19.1,7.9,11.4,2.1,0.3,0,,,6.5,0,2/28/20
|
||||
Star Tribune,315,14,no,yes,Live,no,0.7,B/C,D +0.9,50%,50%,5.9,4.2,1.9,1.8,0.3,12,D +5.1,D +3.7,5.1,0,11/6/06
|
||||
University of Iowa,353,3,no,yes,Live,no,0.7,B/C,R +0.3,67%,67%,17.3,8.2,9.3,4.4,0.3,1,R +6.6,R +2.8,13.1,0,10/23/12
|
||||
Hays Research Group,136,7,no,yes,Live,no,0.7,B/C,D +0.7,71%,43%,7.8,5.3,2.7,2.2,0.3,3,D +11.9,D +3.9,8.2,0,10/30/10
|
||||
BK Strategies,20,3,no,partial,IVR/Live,no,0.7,B/C,D +0.4,67%,33%,3.8,3.7,0.3,-1,-0.1,3,D +3.6,R +2.9,3.3,0.27,10/28/16
|
||||
New England College,228,19,no,no,IVR,no,0.7,B/C,R +1.2,74%,16%,4.2,5.1,-0.7,-0.4,-0.2,19,R +3.1,R +3.4,5.3,0,11/1/14
|
||||
Hellenthal & Associates,137,5,no,yes,Live,no,0.7,B/C,D +0.4,40%,40%,8.3,6.6,1.8,2.4,0.3,3,D +4.4,D +1.2,18,0,10/18/14
|
||||
Hickman Analytics,415,1,no,yes,Live,no,0.7,B/C,D +0.4,0%,100%,9.1,6.2,3.1,6.1,0.3,1,D +9.1,D +7.7,,0,10/15/19
|
||||
St. Cloud State University,312,9,no,yes,Live,no,0.7,B/C,D +0.3,67%,44%,6.4,5.6,1,2.1,0.3,9,D +2.0,D +1.3,5.8,0.05,10/18/12
|
||||
RRH Elections,274,9,no,partial,IVR/Online/Live,no,0.7,B/C,D +0.5,83%,22%,4.2,5.6,-1.2,-1,-0.3,9,D +1.8,R +4.1,3.9,0.83,8/27/19
|
||||
Benenson Strategy Group,30,9,no,partial,Online/Live,no,0.7,B/C,D +0.7,61%,11%,5.8,6.2,-0.2,0,0,9,D +3.8,D +7.6,9.9,0,10/16/14
|
||||
Greg Smith and Associates,128,5,no,yes*,Live*,no,0.7,B/C,D +0.8,60%,40%,8.5,6.2,2.5,2.7,0.3,5,D +8.5,D +3.7,5.2,0.81,10/29/10
|
||||
Mellman Group,205,22,no,partial,Live/Text,no,0.7,B/C,D +1.7,80%,18%,5.2,5.4,0.1,0,0,22,D +4.4,D +5.5,3.7,0.38,10/14/14
|
||||
Consumer Logic,59,4,no,yes*,Live*,no,0.7,B/C,D +0.3,50%,75%,8.8,5.1,3.8,4.4,0.3,4,D +5.4,D +2.5,3.1,1.17,10/17/04
|
||||
East Tennessee State University,456,2,no,yes,Live,no,0.7,B/C,D +0.9,75%,100%,9.9,5.8,4.2,3.8,0.3,2,D +9.9,D +3.9,,0,10/26/18
|
||||
Hamilton Campaigns,130,9,no,yes,Live,no,0.7,B/C,D +1.0,61%,33%,6.9,5.8,1.3,1.8,0.3,9,D +5.6,D +4.9,4.3,0.35,10/25/14
|
||||
The Tyson Group,334,12,no,partial,Online/Live,no,0.8,B/C,R +0.0,96%,17%,4.7,5.8,-0.9,0,0,10,R +0.1,D +0.1,4.5,0.24,3/7/16
|
||||
Keating Research/OnSight Public Affairs/Melanson,455,1,no,partial,Online/Live,no,0.8,B/C,R +0.1,100%,0%,2.6,5.9,-3.1,-3.9,-0.2,1,R +2.6,D +3.0,,0,10/28/18
|
||||
1892 Polling,461,1,no,partial,IVR/Live,no,0.8,B/C,R +0.0,100%,0%,0.6,3.9,-3.1,-2.3,-0.1,1,R +0.6,R +4.3,7.5,0,10/21/18
|
||||
Starboard Communications,316,2,no,partial,IVR/Live/Text,no,0.8,B/C,D +0.1,100%,0%,1.7,6.1,-4.2,-8.5,-0.8,1,D +3.3,R +7.3,19.5,0,2/26/20
|
||||
DCCC Targeting and Analytics Department,68,1,no,partial,IVR/Live,no,0.8,B/C,D +0.2,100%,0%,4.5,6.2,-1.6,-2,-0.1,1,D +4.5,,,0,10/20/16
|
||||
Massie & Associates,199,2,no,yes*,Live*,no,0.8,B/C,R +0.5,0%,100%,24,7,17.1,15.4,0.3,2,R +24.0,,,0,10/24/98
|
||||
Rasmussen Reports/Pulse Opinion Research,277,722,no,no,IVR/Online,no,0.8,C+,R +1.5,78%,29%,5.3,5.6,-0.1,0.2,0.2,581,R +1.6,R +1.2,4.6,0.09,10/30/18
|
||||
CVOTER,40,6,no,no,Online,no,0.8,B/C,R +0.2,100%,0%,1.9,3.4,-1.4,-1.8,-0.3,6,R +1.3,R +0.4,3.2,0.02,11/3/16
|
||||
KG Polling,502,2,no,partial,Online/Live,yes,0.8,F,D +0.2,100%,0%,2.2,5.2,-2.8,-1.6,-0.1,2,D +2.2,D +1.0,1,1.57,3/5/18
|
||||
IMGE Insights,145,2,no,partial,IVR/Live,no,0.8,B/C,R +0.5,100%,50%,6.4,5,1.6,0.2,0,2,R +6.4,R +0.5,6.5,0,11/4/17
|
||||
Millersville University,210,5,no,yes*,Live*,no,0.8,B/C,R +0.6,80%,80%,14.1,5.2,9,6.9,0.4,5,R +10.5,R +6.2,5.8,0,10/26/02
|
||||
University of Georgia,350,2,no,partial,Online/Live,no,0.8,B/C,R +0.3,50%,50%,5.7,5.1,0.8,-0.7,-0.1,2,R +4.1,D +0.7,1.3,0.9,10/26/18
|
||||
University of New Orleans,358,12,no,partial,IVR/Live,no,0.8,B/C,D +0.3,83%,33%,5.6,5.4,0.3,0.7,0.2,11,D +1.0,D +2.2,8.6,0,12/6/16
|
||||
FM3 Research,91,7,no,partial,Online/Live,no,0.9,B/C,D +0.5,79%,29%,5.9,6.2,-0.1,0.5,0,7,D +5.5,D +6.9,8.8,0,10/21/04
|
||||
Zogby Interactive/JZ Analytics,395,473,no,no,Online,no,0.9,C+,R +0.6,77%,29%,5.4,5.7,-0.1,0.4,0.4,376,R +0.7,D +0.2,5,0,10/30/14
|
||||
Marketing Workshop,194,7,no,yes*,Live*,no,0.9,B/C,D +0.1,57%,57%,9.7,5.4,4.5,3.5,0.3,7,D +1.6,D +0.7,2.6,1.83,10/28/02
|
||||
Kimball Political Consulting,163,4,no,yes,Live,no,0.9,B/C,R +0.9,75%,75%,8.1,4.8,3.5,4.3,0.5,4,R +8.1,R +4.5,6.5,0,11/1/12
|
||||
Momentum Analysis,214,3,no,yes,Live,no,0.9,B/C,D +0.4,33%,100%,13.7,6.5,7.4,7.2,0.5,3,D +5.7,D +2.8,,0,10/13/10
|
||||
ROI Rocket,554,3,no,no,Online,no,0.9,B/C,,100%,33%,2.6,8,-5.2,-3.6,-0.5,0,,,3.6,0.77,3/9/20
|
||||
R.L. Repass & Partners,268,1,no,partial,Online/Live,no,0.9,B/C,,100%,100%,11.6,9.8,1.9,0.7,0,0,,,,0,4/27/16
|
||||
Univision/University of Houston/Latino Decisions,568,1,no,partial,Online/Live,no,0.9,B/C,,0%,100%,10.7,8,2.9,0.7,0,0,,,4.6,0,2/24/20
|
||||
Schoen Consulting,301,1,no,partial,Online/Live,no,0.9,B/C,R +0.1,100%,0%,2.3,4.5,-2.1,-0.3,0,1,R +2.3,R +1.5,1.9,0.97,10/22/10
|
||||
20/20 Insight,1,6,no,partial,IVR/Live,no,0.9,B/C,D +0.2,50%,33%,12.1,7.6,4.7,0.8,0.1,3,D +1.9,D +4.3,8.8,0,11/1/18
|
||||
Victoria Research & Consulting,369,1,no,partial,Live/Text,no,0.9,B/C,D +0.1,50%,0%,8,6.5,1.7,1,0,1,D +8.0,,,0,10/18/04
|
||||
JMC Analytics,156,11,no,partial,IVR/Live/Text,no,0.9,B/C,R +1.0,86%,18%,5.6,5.2,0.6,-0.1,0,11,R +3.0,R +2.8,3.6,0.57,11/13/19
|
||||
Sacred Heart University,453,1,no,partial,Online/Live,no,0.9,B/C,R +0.3,0%,0%,5.6,5.6,0.2,0.9,0,1,R +5.6,R +8.8,6.4,0,10/30/18
|
||||
Ed Renwick/Loyola University New Orleans,85,7,no,yes*,Live*,no,0.9,B/C,D +0.6,86%,43%,8.1,5,3.3,4.1,0.5,7,D +5.3,D +4.6,6.1,0.01,10/25/08
|
||||
"Normington, Petts & Associates",232,10,no,partial,Online/Live,no,0.9,B/C,D +0.5,60%,40%,6.4,6.2,0.5,0.7,0.1,10,D +2.7,D +4.5,3,0.12,10/16/14
|
||||
Loras College,171,18,no,yes,Live,no,0.9,B/C,D +1.5,72%,33%,8.1,6.5,1.7,0.9,0.4,14,D +4.3,R +0.6,3.3,0.61,11/2/16
|
||||
Probolsky Research,259,4,no,partial,Online/Live/Text,no,0.9,B/C,R +0.8,50%,25%,6.4,5,1.6,1,0.1,3,R +7.7,R +5.6,6.2,0,10/28/18
|
||||
University of Texas at Tyler,458,3,no,partial,Online/Live,no,0.9,B/C,R +0.3,67%,67%,7.6,5.8,2,1.1,0.1,2,R +4.1,R +0.9,4.9,0,2/22/20
|
||||
Gravis Marketing,124,132,no,partial,IVR/Online/Live,no,0.9,C,D +0.9,68%,32%,5.3,5.1,0.4,0.6,0.5,103,D +1.1,R +0.3,4.4,0,3/11/20
|
||||
AtlasIntel,546,8,no,no,Online,no,0.9,B/C,,81%,63%,8.8,8.2,0.8,-0.1,0,0,,,8.9,0,3/15/20
|
||||
Harper Polling/Clarity Campaign Labs,513,1,no,partial,IVR/Live,no,1,B/C,D +0.3,0%,0%,7,5.9,1.3,2.1,0.1,1,D +7.0,D +4.8,,0,8/27/19
|
||||
Susquehanna Polling & Research Inc.,326,38,no,partial,IVR/Online/Live,no,1,C,D +0.9,76%,29%,5.8,5.5,0.5,0.7,0.4,33,D +1.7,D +0.3,4.8,0,10/30/18
|
||||
Multi-Quest International,220,2,no,partial,IVR/Live,no,1,B/C,D +0.0,0%,0%,5,5.7,-0.5,-0.1,0,2,D +0.9,D +2.7,1.6,2.11,10/17/14
|
||||
Ogden & Fry,425,3,no,no,IVR,no,1,B/C,R +0.0,100%,0%,2.5,5.8,-3,-4.4,-0.5,2,R +0.2,R +6.0,6,0,3/8/20
|
||||
Marketing Resource Group (MRG),193,10,no,yes,Live,no,1,B/C,D +0.3,30%,70%,9.9,7.2,2.9,1.7,0.5,6,D +1.7,D +1.6,5.6,0.59,10/16/18
|
||||
Beacon Research,545,1,no,partial,Online/Live,no,1,B/C,,100%,100%,11.4,7.8,3.8,2.4,0.1,0,,,,0,2/14/20
|
||||
Civiqs,471,3,no,no,Online,no,1,B/C,,100%,33%,4.9,7.8,-2.7,-1.4,-0.2,0,,,9.3,0,1/28/20
|
||||
Clout Research/Wenzel Strategies,55,15,no,yes,Live,no,1,B/C,R +1.8,53%,40%,6.7,5,1.9,2,0.7,14,R +5.5,R +4.6,5.2,0,4/15/17
|
||||
Harris Insights & Analytics,133,169,yes,no,Online,no,1,C,R +1.3,83%,49%,5.1,3.4,1.9,0.9,0.8,169,R +1.5,D +0.7,4.1,0,11/5/18
|
||||
Praecones Analytica,257,3,no,no,IVR/Online,no,1,B/C,R +0.2,33%,0%,1.8,6.4,-4.4,-5.6,-0.6,3,R +1.8,R +5.2,4.9,0.76,10/27/16
|
||||
SocialSphere,307,2,no,partial,Online/Live,no,1,B/C,R +0.4,100%,0%,6.1,5.8,0.5,2.2,0.1,2,R +6.1,R +6.4,6.5,0,10/28/14
|
||||
Cole Hargrave Snodgrass & Associates,56,5,no,partial,Live/Text,no,1,B/C,D +0.1,60%,40%,8.1,7,1.3,1,0.2,3,D +3.4,R +2.2,3.7,0.41,2/12/20
|
||||
Maine People's Resource Center,180,14,no,no,IVR/Online,no,1,B/C,D +0.1,93%,36%,6.4,5.3,1.3,0.1,0,12,D +0.5,R +1.2,6.8,0,10/25/16
|
||||
Western Kentucky University,379,5,no,yes,Live,no,1,B/C,D +1.2,80%,80%,11.1,5.9,5.4,3.3,0.6,4,D +9.2,R +0.1,2,0.46,10/28/16
|
||||
Morning Consult,218,12,no,no,Online,no,1,B/C,D +0.2,75%,25%,3,3.5,-0.3,0.2,0.1,12,D +0.6,R +0.6,3.5,0,11/3/18
|
||||
Alabama State University,8,4,no,no,Landline,no,1,B/C,,50%,50%,6.4,8.2,-1.6,-3.1,-0.3,0,,,5,0.03,3/7/12
|
||||
Glengariff Group,117,10,no,partial,IVR/Live/Text,no,1,B/C,D +0.3,80%,40%,5.6,6,-0.2,0.7,0.2,8,D +1.3,D +3.0,4.8,0.2,3/1/20
|
||||
TargetSmart/William & Mary,332,3,no,partial,Online/Live,no,1,B/C,D +0.6,67%,33%,5.3,4.6,0.9,1.8,0.2,3,D +5.3,D +1.7,4,0.23,11/2/16
|
||||
Optimus,245,16,yes,partial,Online/Live/Text,no,1,B/C,R +1.4,81%,69%,8,4.6,3.5,2.7,1.1,13,R +3.9,R +2.7,6.4,0,3/8/20
|
||||
St. Pete Polls,314,22,no,no,IVR,no,1,C,R +0.4,52%,27%,4.4,4.6,0,0.5,0.3,21,R +0.9,R +1.3,3.6,0,3/7/20
|
||||
Meredith College,423,1,no,partial,Online/Live,no,1,B/C,,0%,100%,20.3,8.1,12.4,3,0.2,0,,,2.9,0.74,2/20/20
|
||||
Roanoke College,292,16,yes,yes,Live,no,1.1,B/C,D +0.5,78%,56%,8.6,5.9,2.9,4,1.4,13,D +1.8,D +1.9,5.5,0,10/31/17
|
||||
IVR Polls,146,4,no,no,IVR,no,1.1,B/C,,100%,25%,4.2,8.3,-4,-2,-0.2,0,,,8,0,3/1/08
|
||||
Strategic National,318,2,no,no,IVR,no,1.1,B/C,D +0.1,25%,0%,0.7,5.1,-4.2,-7.2,-0.6,2,D +0.7,R +4.8,5.4,0.03,11/3/16
|
||||
Master Image,200,2,no,no,IVR,no,1.1,B/C,,100%,0%,1.2,7.5,-6.1,-4.1,-0.3,0,,,,0,2/24/16
|
||||
Capital Survey Research Center,44,13,no,no,Landline,no,1.1,B/C,D +0.0,35%,62%,9.7,7.6,2.2,0.1,0,4,D +0.6,D +1.3,10.2,0,3/10/12
|
||||
OH Predictive Insights,235,6,no,partial,IVR/Online/Live,no,1.1,B/C,R +0.9,67%,33%,7.2,6.6,0.8,1.2,0.3,4,R +5.4,R +4.7,4.9,0.07,3/4/20
|
||||
Riggs Research Services,289,1,no,yes*,Live*,no,1.1,B/C,D +0.9,0%,100%,33.7,5.9,28,25.9,0.7,1,D +33.7,D +29.0,29,0,10/28/10
|
||||
Research America Inc.,282,3,no,partial,Online/Live,no,1.1,B/C,D +0.1,100%,33%,14.4,7.6,7,2.7,0.3,1,D +1.7,R +1.6,11.9,0,10/25/18
|
||||
Columbus Dispatch,57,22,no,no,Mail,no,1.1,B/C,D +1.0,93%,45%,5.1,4.6,0.7,0.6,0.2,17,D +3.0,D +2.8,5.5,0,11/1/16
|
||||
Dixie Strategies,81,11,no,partial,IVR/Live,no,1.1,B/C,R +1.2,95%,55%,6.9,5.7,1.4,1.5,0.5,8,R +4.5,R +4.0,7.2,0,10/30/18
|
||||
OnPoint,240,4,no,no,IVR,no,1.1,B/C,D +0.1,100%,0%,1.7,5.2,-3.4,-2.4,-0.2,4,D +1.6,D +2.3,3.7,0.79,11/6/06
|
||||
Craciun Research Group,61,1,no,yes,Live,no,1.1,B/C,D +0.7,0%,100%,18.7,6.2,12.7,17.5,0.7,1,D +18.7,D +11.3,,0,10/24/16
|
||||
ALG Research,14,15,no,partial,Online/Live,no,1.1,B/C,D +1.5,60%,40%,6.5,5.9,0.8,1.3,0.4,15,D +4.6,D +6.8,4.4,0.22,10/27/18
|
||||
USC Dornsife/Los Angeles Times,343,6,yes,no,Online,no,1.1,B/C,D +0.3,67%,83%,5.3,3.1,2.3,3.7,0.8,6,D +1.2,D +1.2,8.7,0,10/31/18
|
||||
The Polling Company Inc.,337,7,no,partial,IVR/Online/Live,no,1.1,B/C,R +1.1,71%,57%,6.2,5.3,1.1,1.4,0.3,7,R +4.8,R +3.3,6.1,0,11/4/17
|
||||
M4 Strategies,177,2,no,no,Online,no,1.1,B/C,R +0.2,100%,50%,3.1,3.2,0.1,-4.4,-0.3,2,R +3.1,D +4.8,6.7,0,10/25/12
|
||||
Victory Enterprises,525,1,no,partial,IVR/Live,no,1.2,B/C,R +0.5,0%,100%,17.3,6.7,10.9,9.5,0.3,1,R +17.3,,,0,10/24/12
|
||||
We Ask America,376,53,no,partial,IVR/Online/Live/Text,no,1.2,C,R +0.8,82%,45%,6.9,5.6,1.5,1,0.6,34,R +1.6,R +2.2,5.8,0,9/25/19
|
||||
Edgewater Research/My People Vote,530,2,no,no,IVR,no,1.2,B/C,R +0.1,100%,0%,1.7,5.5,-3.6,-1.7,-0.2,2,R +0.7,D +0.7,1.2,1.03,11/11/19
|
||||
RMG Research,555,1,no,no,IVR/Online,no,1.2,B/C,,100%,0%,4.3,8.1,-3.6,-5.1,-0.3,0,,,,0,2/24/20
|
||||
Evan Falchuk and Lou DiNatale,531,1,no,no,IVR,no,1.2,B/C,,0%,100%,11.3,7.9,3.5,-2.9,-0.2,0,,,,0,2/17/20
|
||||
RABA Research,269,2,no,partial,IVR/Online/Live,no,1.2,B/C,D +0.3,100%,50%,5.3,6,-0.4,2.1,0.2,1,D +6.9,D +2.0,2.3,0.57,11/2/16
|
||||
WPA Intelligence (WPAi),383,17,no,partial,IVR/Online/Live,no,1.2,B/C,R +0.7,68%,47%,7.5,6.2,1.5,1.3,0.5,15,R +2.1,R +4.8,10,0,2/12/20
|
||||
Forward Strategies,102,2,no,no,IVR,no,1.2,B/C,D +0.1,100%,0%,1.3,5.1,-3.6,-2.9,-0.1,2,D +1.3,D +3.6,3.4,1.1,10/28/10
|
||||
CSP Polling,39,1,no,no,Online,yes,1.2,F,D +0.1,100%,0%,2.6,5.6,-2.8,-2.7,-0.1,1,D +2.6,R +2.6,4.1,0.8,6/16/17
|
||||
Purple Strategies,265,4,no,no,Online,no,1.2,B/C,R +0.3,88%,0%,3,4.8,-1.6,-1.3,-0.1,4,R +3.0,R +0.1,2.2,1.29,11/1/12
|
||||
Revily,284,1,no,no,IVR,no,1.2,B/C,R +0.0,100%,0%,0.5,4.8,-4.1,-2.8,-0.1,1,R +0.5,D +1.7,2,1.58,4/11/17
|
||||
Global Strategy Group,118,22,no,partial,Online/Live/Text,no,1.2,B/C,D +1.8,68%,27%,6.7,5.8,1.1,1.6,0.6,22,D +4.8,D +5.2,5.6,0.05,10/22/14
|
||||
Pacific Market Research,459,2,no,no,Online,no,1.2,B/C,R +0.7,100%,50%,7.5,6.5,1.2,0,0,2,R +7.5,R +0.9,,0,10/22/18
|
||||
Arizona State University,15,8,no,partial,Online/Live,no,1.2,B/C,D +0.6,100%,50%,8.2,6.1,2.3,2.4,0.3,6,D +5.8,D +6.8,0.4,0.87,10/25/08
|
||||
Crantford Research,62,1,no,no,Online,no,1.2,B/C,D +0.1,100%,0%,2.5,5.4,-2.8,-3.9,-0.1,1,D +2.5,D +9.5,,0,10/18/10
|
||||
Rivercity Polling,291,1,no,no,IVR,no,1.2,B/C,R +0.2,100%,0%,6.7,7.6,-0.8,-3.1,-0.1,1,R +6.7,R +11.5,,0,10/21/10
|
||||
AFL-CIO,526,1,no,no,IVR,no,1.3,B/C,R +0.1,100%,0%,3.8,4.9,-0.8,-1.5,0,1,R +3.8,,,0,10/22/12
|
||||
War Room Logistics,374,1,no,no,IVR,no,1.3,B/C,,100%,100%,4.5,7.5,-2.8,-1.3,0,0,,,11.6,0,1/27/12
|
||||
Diamond State Consulting Group,78,1,no,no,IVR,no,1.3,B/C,D +0.1,100%,0%,4.2,5,-0.6,-1.6,-0.1,1,D +4.2,R +5.0,5,0.62,10/21/14
|
||||
MRG Research,207,22,no,partial,IVR/Live,no,1.3,B/C,R +2.1,82%,45%,7.1,5.2,2.1,1.7,0.7,21,R +5.5,R +2.4,8.5,0,10/18/14
|
||||
Pasquines,552,1,no,no,Online,no,1.3,B/C,,100%,0%,10.4,10.1,0.4,-0.7,0,0,,,,0,5/27/16
|
||||
Florida Chamber of Commerce,577,1,no,no,Landline,no,1.3,B/C,D +0.0,100%,0%,1.2,4.8,-3.4,-2.6,-0.1,1,D +1.2,D +1.9,3.2,0.85,10/27/08
|
||||
PSB Research,250,19,no,no,Online,no,1.3,B/C,D +2.3,63%,42%,7.8,6.4,1.6,0.9,0.3,19,D +7.0,D +1.0,5.4,0.02,10/20/10
|
||||
Trafalgar Group,338,48,no,no,IVR,no,1.3,C-,R +0.9,75%,50%,5.6,4.7,1,0.9,0.6,34,R +1.5,R +3.4,5.1,0,2/27/20
|
||||
Singularis Group,306,1,no,no,IVR,no,1.3,B/C,R +0.0,100%,0%,0.8,4.1,-3.1,-2.6,-0.1,1,R +0.8,D +2.0,2,2.38,10/27/16
|
||||
Constituent Dynamics,58,8,no,no,IVR,no,1.3,B/C,R +0.0,88%,63%,8.5,7.6,1.2,0.8,0.1,1,R +1.9,D +2.3,10.9,0,2/25/08
|
||||
TargetPoint,331,2,no,partial,IVR/Live,no,1.3,B/C,,100%,100%,18.3,8.2,10.4,5.9,0.4,0,,,,0,4/9/16
|
||||
BIGresearch,19,1,no,no,Online,no,1.3,B/C,R +0.0,100%,0%,1.9,3.9,-1.8,-3.6,-0.1,1,R +1.9,R +7.8,6.4,0,10/4/03
|
||||
Rossman Group,294,1,no,no,IVR,no,1.3,C/D,D +0.1,100%,0%,4.2,6.5,-2.1,0.2,0,1,D +4.2,D +4.7,,0,10/18/10
|
||||
Remington Research Group,279,39,no,partial,IVR/Live,no,1.3,C-,D +1.2,69%,36%,4.9,3.7,1.4,1.4,0.9,38,D +2.0,R +1.9,4.7,0,3/5/20
|
||||
Triumph Campaigns,339,1,no,no,IVR,no,1.3,C/D,R +0.2,100%,0%,4.2,4.2,0.3,0.9,0,1,R +4.2,R +5.0,,0,11/5/15
|
||||
Liberty Opinion Research,169,1,no,no,IVR,no,1.3,C/D,,100%,100%,5.7,7.3,-1.4,0.5,0,0,,,2.5,0.51,4/7/16
|
||||
Big Data Poll,251,4,no,no,IVR/Online,yes,1.3,F,R +0.4,25%,25%,3,2.9,0.3,1.1,0.2,4,R +3.0,R +4.9,6.7,0,11/5/16
|
||||
Iona College,152,1,no,no,IVR,no,1.3,C/D,D +0.1,100%,0%,4.4,5.5,-0.9,-1.1,0,1,D +4.4,R +1.7,1.5,2.26,10/20/10
|
||||
"University of California, Berkeley",457,3,no,no,Online,no,1.3,C/D,R +0.3,100%,67%,8,5.3,2.9,1.2,0.2,1,R +5.9,D +2.7,8.3,0,2/23/20
|
||||
Datamar,75,8,no,no,IVR,no,1.3,C/D,R +0.3,69%,38%,6.3,6,0.5,1.2,0.2,5,R +2.8,R +3.3,5.8,0,11/2/08
|
||||
co/efficient,514,1,no,no,IVR/Text,no,1.3,C/D,D +0.2,0%,0%,3.5,4.1,-0.4,0.4,0,1,D +3.5,R +0.5,3,1.04,9/6/19
|
||||
Change Research,48,65,no,no,Online,no,1.3,C-,D +1.1,77%,38%,6.6,5.1,1.7,1,0.7,57,D +1.6,D +2.1,6.4,0,3/2/20
|
||||
CrossTarget,66,2,no,no,IVR,no,1.3,C/D,R +0.4,100%,50%,7.7,4.9,3.1,1.5,0.1,2,R +7.7,R +13.3,15.8,0,1/17/10
|
||||
TeleResearch Corporation,335,1,no,no,IVR,no,1.4,C/D,,100%,100%,8.9,8,1,2.2,0,0,,,11.3,0,4/27/08
|
||||
Critical Insights,64,19,no,partial,Online/Live,no,1.4,C/D,R +0.1,89%,42%,8.6,6.4,2.4,2.2,0.7,17,R +0.2,R +2.1,11.4,0,10/31/12
|
||||
RAND (American Life Panel),270,4,no,no,Online,no,1.4,C/D,D +0.2,100%,25%,2.7,2.6,0.3,1.5,0.2,4,D +1.4,D +3.7,4.1,0,10/26/16
|
||||
Great Lakes Strategies Group,125,1,no,no,IVR,no,1.4,C/D,R +0.2,0%,100%,7.5,5,2.7,3,0.1,1,R +7.5,R +10.0,10,0,10/27/10
|
||||
MarblePort,182,2,no,no,IVR,no,1.4,C/D,R +0.4,100%,100%,5.6,4.1,1.6,2,0.1,2,R +5.6,R +4.4,6.3,0,11/11/15
|
||||
ResearchNow,283,2,no,no,Online,no,1.4,C/D,,100%,100%,9.4,8.7,0.8,0.4,0,0,,,1,1.6,2/23/16
|
||||
New Frontier Strategy,229,1,no,no,IVR,no,1.4,C/D,,0%,100%,21.6,7.8,13.9,4,0.1,0,,,,0,1/12/12
|
||||
Hampton University,131,4,no,partial,Online/Live,no,1.4,C/D,R +0.8,50%,50%,7.5,4.5,3.2,4.6,0.7,4,R +5.8,R +6.8,5.5,0,10/20/17
|
||||
Indiana University-Purdue University Fort Wayne,150,3,no,yes,Live,no,1.4,C/D,,0%,100%,23.4,9.2,14.4,9.3,1,0,,,,0,4/21/16
|
||||
McLaughlin & Associates,203,25,no,partial,Online/Live,no,1.4,C/D,R +0.9,70%,36%,6.2,5.7,0.7,2,0.9,25,R +2.1,R +4.4,5.9,0,10/20/18
|
||||
Zata3,392,2,no,no,IVR,no,1.4,C/D,R +0.2,100%,50%,10.5,5.8,4.8,3.3,0.2,2,R +4.3,D +0.0,,0,10/20/10
|
||||
GCR & Associates,110,1,no,no,IVR,no,1.5,C/D,,100%,100%,18.3,8.2,10.3,5.5,0.2,0,,,,0,3/9/12
|
||||
Mitchell Research & Communications,213,66,no,partial,IVR/Live,no,1.5,C-,D +0.8,67%,41%,7.3,6.1,1.4,1.5,1.1,41,D +1.4,R +0.2,5.2,0,3/8/20
|
||||
Slingshot Strategies,451,1,no,no,IVR/Online,no,1.5,C/D,D +0.4,100%,100%,9.3,5.8,3.7,4.9,0.2,1,D +9.3,D +9.0,9,0,11/1/18
|
||||
ccAdvertising,396,30,no,yes,Live,no,1.5,C/D,R +2.6,88%,70%,7.1,4.1,3.1,2.8,1.3,30,R +5.7,R +3.7,4.9,0,11/1/14
|
||||
Strategy Research,322,1,no,no,IVR,no,1.5,C/D,R +0.4,0%,100%,8.7,3.1,5.7,5.5,0.2,1,R +8.7,R +4.7,3.8,0,12/4/17
|
||||
GaPundit.com,111,2,no,no,IVR,no,1.5,C/D,D +0.6,25%,100%,8.3,4.4,4,4,0.3,2,D +8.3,D +3.1,,0,10/14/14
|
||||
Lucid,175,25,no,no,Online,no,1.6,D+,D +1.9,88%,32%,4.1,4,0.3,1.6,0.8,25,D +3.8,D +2.3,3.8,0,10/25/18
|
||||
Target Insyght,330,6,no,partial,IVR/Live,no,1.6,C/D,R +0.6,75%,33%,10.4,6.6,4,3.8,0.8,4,R +3.9,R +3.7,12.2,0,3/8/20
|
||||
Baldwin Wallace University,401,2,no,no,Online,no,1.6,C/D,D +0.7,50%,50%,8.3,4.5,4,4.1,0.4,2,D +8.3,D +3.5,,0,10/23/18
|
||||
Brown University,35,12,no,yes,Live,no,1.6,C/D,R +0.3,83%,67%,11.4,7.4,4.1,4.7,1.2,7,R +2.2,R +0.1,4.9,0.31,4/20/16
|
||||
University of Colorado,580,2,no,no,Online,no,1.6,C/D,D +0.5,100%,50%,6.7,4.4,2.5,5,0.4,2,D +6.7,D +7.3,,0,10/21/16
|
||||
Opinion Research Associates,242,14,no,yes,Live,no,1.6,C/D,D +2.0,61%,43%,9.3,6,3.4,5,1.3,14,D +7.7,D +6.5,8.7,0,10/31/14
|
||||
BWD Global,527,2,no,no,IVR,no,1.6,C/D,R +0.1,100%,50%,13.5,6.2,7.5,5.3,0.4,1,R +4.4,R +5.3,,0,5/26/16
|
||||
Google Surveys,122,24,yes,no,Online,no,1.6,D+,R +0.1,92%,38%,5.3,3.4,2.1,3,1.4,24,R +0.2,R +0.7,3.6,0,11/4/16
|
||||
Targoz Market Research,454,7,no,no,Online,no,1.7,C/D,D +1.6,93%,43%,7.3,6.1,1.4,2.3,0.6,7,D +6.1,D +4.3,5.1,0.16,11/10/19
|
||||
OurProgress (The Progress Campaign),561,2,no,no,Online/Text,yes,1.7,F,,100%,100%,14.6,8.8,5.9,3.2,0.3,0,,,0.5,1.42,3/5/20
|
||||
Saguaro Strategies,298,2,no,no,Online,no,1.7,C/D,D +0.4,0%,100%,5,2.9,2.2,4.9,0.4,2,D +5.0,D +4.0,2.4,0.89,10/30/16
|
||||
Elucd,549,4,no,no,Online,no,1.7,C/D,,50%,75%,12.9,7.8,5.4,3.2,0.6,0,,,4,0,2/28/20
|
||||
Baydoun Consulting,25,6,no,no,IVR,no,1.8,C/D,R +1.0,83%,67%,6.8,5.2,1.8,3.9,0.6,4,R +8.8,R +6.7,7.9,0,11/2/12
|
||||
CPEC,38,2,no,no,IVR,no,1.8,C/D,,100%,100%,15.8,8.4,7.6,6.9,0.5,0,,,11.2,0,4/23/16
|
||||
Zia Poll,393,3,no,no,IVR,no,1.8,C/D,R +0.5,100%,33%,4.9,2.5,2.5,5.3,0.6,3,R +4.9,R +3.3,5.9,0,11/6/16
|
||||
Glascock Group,116,2,no,no,IVR,no,1.9,C/D,D +0.2,50%,100%,15.5,5.1,10.6,9.6,0.6,2,D +3.4,D +20.0,20,0,12/2/14
|
||||
Point Blank Political,550,6,no,no,Online/Text,no,1.9,C/D,,83%,83%,10.7,7.5,3.3,3.4,0.9,0,,,9.4,0,3/12/20
|
||||
TP Research,452,2,no,no,IVR,no,2,C/D,R +1.4,0%,100%,15.6,6.3,9.5,7.9,0.7,2,R +15.6,R +8.3,7.1,0.37,10/31/18
|
||||
Carroll Strategies,450,5,no,no,IVR,no,2,C/D,R +1.9,80%,60%,9.9,5.5,4.6,3.6,0.7,5,R +9.9,R +1.7,4.5,0.92,11/1/18
|
||||
Dane & Associates,71,2,no,no,IVR,no,2,C/D,R +0.9,50%,100%,21.2,3.9,17.5,15.2,0.7,2,R +21.2,R +10.5,3,0.79,10/28/08
|
||||
Brigham Young University,34,4,no,no,Online,no,2.2,C/D,D +2.1,75%,75%,16.5,8.7,8,8.1,1,4,D +16.5,D +16.5,,0,10/19/14
|
||||
Swayable,543,22,no,no,Online,no,2.2,D-,,77%,68%,12,7.8,4.4,2.8,1.5,0,,,10.2,0,3/16/20
|
||||
Fort Hays State University,101,6,no,yes,Live,no,2.3,C/D,R +1.4,67%,50%,22.1,9,13.3,9.5,1.9,2,R +18.8,R +27.7,28.3,0,11/2/16
|
||||
Saint Leo University,299,6,no,no,Online,no,2.5,C/D,D +1.8,33%,67%,8.5,4.9,3.8,6.9,1.4,6,D +8.5,D +6.5,8,0,10/19/18
|
||||
SurveyMonkey,324,210,no,no,Online,no,2.6,D-,D +5.0,84%,54%,7.1,4.4,2.9,2.3,2.1,197,D +5.6,D +2.9,5.5,0,10/15/19
|
||||
Nielson Brothers Polling,231,9,no,no,IVR,no,3,C/D,D +2.9,89%,67%,12.2,5.1,7.3,8,1.9,9,D +12.2,D +9.9,8.2,0,10/25/16
|
||||
TCJ Research,327,132,no,no,IVR,yes,3,F,R +4.4,60%,49%,6.4,4.5,2.1,3,2.4,124,R +5.6,R +3.5,4.4,0,11/5/12
|
||||
Humphrey Institute,143,12,no,no,Landline,no,3,C/D,D +0.6,33%,50%,17.9,6.5,11.6,9.2,1.9,8,D +3.8,D +3.0,5.5,0,10/23/10
|
||||
Jayhawk Consulting,157,2,no,no,Landline,no,3.4,C/D,D +3.0,50%,100%,37.6,5.8,32,26.9,2.1,2,D +37.6,D +10.9,,0,10/23/18
|
||||
|
BIN
pollster-ratings/2020/pollster-stats-full.xlsx
Normal file
BIN
pollster-ratings/2020/pollster-stats-full.xlsx
Normal file
Binary file not shown.
9560
pollster-ratings/2020/raw-polls.csv
Normal file
9560
pollster-ratings/2020/raw-polls.csv
Normal file
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,7 @@ 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/)
|
||||
* [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 State Of The Polls, 2016](https://fivethirtyeight.com/features/the-state-of-the-polls-2016/)
|
||||
@@ -16,6 +17,7 @@ Past data:
|
||||
* [2016](2016/)
|
||||
* [2018](2018/)
|
||||
* [2019](2019/)
|
||||
* [2020](2020/)
|
||||
|
||||
`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.
|
||||
|
||||
@@ -32,6 +34,7 @@ Header | Definition
|
||||
`type_simple` | Type of election (5 categories)
|
||||
`type_detail` | Detailed type of election (this distinguishes between Republican and Democratic primaries, for example, whereas `type_simple` does not)
|
||||
`pollster` | Pollster name
|
||||
`methodology` | Methodology used to conduct this poll. One or more of the following values: <ul><li>`Live Phone` — Live telephone interviews, may or may not include calls to cell phones</li><li>`IVR` — Interactive voice response, otherwise known as automated polls or "robopolls"</li><li>`Mail`— By U.S. mail or other “snail mail” service</li><li>`Online`— Poll conducted by Internet; generally this mean by web browser, or application-based polling of mobile phones</li><li>`Text` — Poll conducted by text message</li><li>`Face-to-face` — Poll conducted in person</ul> Mixed method polls list the methods involved in the poll separated by slashes.
|
||||
`partisan` | Flag for internal/partisan poll. "D" indicates Democratic poll, "R" indicates Republican poll, "I" indicates poll put out by independent candidate's campaign. Note that different sources define these categories differently and our categorization will often reflect the original source's definition. In other words, these definitions may be inconsistent and should be used carefully.
|
||||
`polldate` | Median field date of the poll
|
||||
`samplesize` | Sample size of the poll. Where missing, this is estimated from the poll's margin of error, or similar polls conducted by the same polling firm. A sample size of 600 is used if no better estimate is available.
|
||||
|
||||
@@ -1,454 +1,494 @@
|
||||
Pollster,Pollster Rating ID,# of Polls,NCPP / AAPOR / Roper,Live Caller With Cellphones,Methodology,Banned by 538,Predictive Plus-Minus,538 Grade,Mean-Reverted Bias,Races Called Correctly,Misses Outside MOE,Simple Average Error,Simple Expected Error,Simple Plus-Minus,Advanced Plus-Minus,Mean-Reverted Advanced Plus Minus,# of Polls for Bias Analysis,Bias,House Effect,Average Distance from Polling Average (ADPA),Herding Penalty,latest_poll
|
||||
Monmouth University,215,108,yes,yes,Live,no,-1.6,A+,D +1.3,81%,21%,5.4,6.7,-1.2,-2,-1.6,71,D +1.8,R +0.4,5.2,0.2,3/13/20
|
||||
Selzer & Co.,304,48,yes,yes,Live,no,-1.3,A+,D +0.1,79%,25%,4.6,6.1,-1.3,-1.8,-1.1,31,D +0.2,D +0.2,5.2,0,11/1/18
|
||||
ABC News/The Washington Post,3,73,yes,yes,Live,no,-1.3,A+,D +0.5,72%,7%,2.8,4.8,-1.7,-1.7,-1.2,68,D +0.8,D +1.3,3.8,0.12,10/31/18
|
||||
Siena College/The New York Times Upshot,448,59,yes,yes,Live,no,-1.1,A+,R +0.3,69%,10%,3.9,5.7,-1.6,-1.5,-1.1,58,R +0.4,D +0.4,4.4,0.19,1/22/20
|
||||
Field Research Corp. (Field Poll),94,25,yes,yes,Live,no,-1.1,A/B,R +0.7,100%,16%,3.9,5.6,-1.5,-2,-0.7,18,R +2.5,D +0.6,4.7,0.01,5/29/16
|
||||
Marquette University Law School,195,12,yes,yes,Live,no,-1,A/B,D +0.2,79%,8%,2.8,5.9,-2.9,-2.8,-0.9,8,D +1.0,R +0.3,4.9,0,3/27/20
|
||||
Muhlenberg College,219,29,yes,yes,Live,no,-1,A+,R +0.2,84%,7%,3.4,6,-2.4,-2.3,-1.1,28,R +0.3,D +0.2,3.9,0.97,10/30/18
|
||||
Marist College,183,183,yes,yes,Live,no,-1,A+,R +0.3,84%,25%,5.4,6.5,-0.8,-1,-0.9,113,R +0.4,R +0.2,5.2,0,3/13/20
|
||||
Data Orbital,73,9,yes,yes,Live,no,-0.9,A/B,D +0.3,94%,0%,2.3,5.3,-2.8,-2.4,-0.7,9,D +1.2,R +1.1,3.7,0.65,10/17/18
|
||||
National Journal,224,12,yes,yes,Live,no,-0.8,A/B,R +0.1,100%,0%,2.6,6.1,-3.4,-3.2,-0.7,12,R +0.6,D +0.3,3.5,0.89,10/25/08
|
||||
Stockton University,317,10,yes,yes,Live,no,-0.8,A/B,D +0.7,100%,20%,4,5.3,-1.1,-1.4,-0.4,10,D +2.3,D +0.7,6.1,0,10/28/18
|
||||
SurveyUSA,325,787,yes,partial,IVR/Online/Live,no,-0.8,A,D +0.1,89%,20%,4.7,5.9,-1,-1.1,-1,627,D +0.1,R +0.4,5,0.12,3/5/20
|
||||
Ciruli Associates,51,16,yes,yes,Live,no,-0.8,A/B,R +0.4,94%,0%,3.5,5.9,-2.3,-2.5,-0.5,16,R +2.1,R +2.7,5.3,0.59,10/25/06
|
||||
MassINC Polling Group,198,18,yes,partial,Online/Live,no,-0.7,A/B,R +0.7,83%,22%,4.9,6.7,-1.7,-1.6,-0.7,12,R +2.4,R +1.4,6.4,0,2/25/20
|
||||
Fairleigh Dickinson University (PublicMind),92,19,yes,yes,Live,no,-0.7,A/B,D +0.0,95%,5%,3.9,5.4,-1.3,-1.4,-0.4,18,D +0.1,D +2.8,4.5,0.3,10/16/14
|
||||
CBS News/The New York Times,36,62,yes,yes,Live,no,-0.7,A,D +0.4,76%,23%,4.3,5.5,-1,-1,-0.6,51,D +0.7,D +1.5,4.1,0.23,10/16/18
|
||||
Grove Insight,129,29,no,yes,Live,no,-0.7,A/B,D +0.5,90%,7%,3,5.8,-2.6,-3,-1.4,29,D +1.1,D +3.4,3.8,0.67,11/2/12
|
||||
Behavior Research Center (Rocky Mountain Poll),27,8,yes,yes,Live,no,-0.7,A/B,D +0.1,75%,0%,3.1,6.4,-3.1,-2.7,-0.3,6,D +1.0,R +1.4,8.1,0,10/22/08
|
||||
Western New England University,380,10,yes,yes,Live,no,-0.6,A/B,R +0.3,100%,10%,4.3,6.4,-1.9,-2.5,-0.7,9,R +1.1,D +2.2,2.6,1.46,10/19/18
|
||||
Suffolk University,323,88,yes,yes,Live,no,-0.6,A,D +0.6,79%,24%,5.1,6.7,-1.4,-0.6,-0.5,52,D +1.0,D +1.8,5.7,0,2/28/20
|
||||
IBD/TIPP,144,27,yes,partial,Online/Live,no,-0.6,A/B,R +0.8,78%,4%,2.2,4.1,-1.6,-1.6,-0.7,27,R +1.9,R +1.6,3.4,0.25,10/30/18
|
||||
Los Angeles Times,172,36,yes,yes,Live,no,-0.6,A/B,R +0.1,85%,22%,4.6,6.4,-1.6,-0.8,-0.3,23,R +0.3,D +0.8,5.1,0.15,10/26/08
|
||||
Michigan State University,463,2,yes,yes,Live,no,-0.6,A/B,R +0.0,100%,0%,1,9.6,-8.4,-7.7,-0.7,2,R +0.5,R +1.5,,0,10/18/18
|
||||
University of Connecticut,347,7,yes,yes,Live,no,-0.6,A/B,R +0.3,93%,14%,4,5.4,-1.2,-1.4,-0.2,7,R +2.3,R +2.0,8,0,10/20/08
|
||||
University of Cincinnati (Ohio Poll),346,39,yes,yes,Live,no,-0.6,A/B,R +1.3,94%,21%,3.9,5.7,-1.7,-0.9,-0.4,30,R +3.2,R +2.4,3.4,0.46,11/2/12
|
||||
Temple University,336,6,yes,yes*,Live*,no,-0.6,A/B,R +0.2,100%,17%,3.7,5.2,-1.3,-1.4,-0.2,5,R +2.5,D +0.7,3.7,0.08,10/23/08
|
||||
Fox News/Beacon Research/Shaw & Co. Research,103,40,yes,yes,Live,no,-0.5,A-,D +1.4,71%,38%,5.6,5.8,0,-0.5,-0.3,25,D +2.7,D +1.0,4.8,0,10/29/18
|
||||
Castleton University,45,3,yes,yes,Live,no,-0.5,A/B,,100%,33%,9.9,9.5,0.6,-1,-0.1,0,,,,0,2/10/16
|
||||
KRC/Communications Research,160,22,yes,yes*,Live*,no,-0.5,A/B,D +0.1,91%,41%,7.1,7.4,-0.1,-0.5,-0.1,11,D +0.7,D +2.5,6.5,0,1/26/04
|
||||
Wirthlin Worldwide,387,4,yes,yes*,Live*,no,-0.5,A/B,R +0.2,75%,25%,4.5,6.1,-1.3,-1.6,-0.1,4,R +3.9,R +5.6,5.3,0.14,10/22/00
|
||||
Indiana University,149,2,yes,yes,Live,no,-0.5,A/B,D +0.0,100%,0%,0.9,6.1,-5,-4.7,-0.1,2,D +0.9,D +4.1,,0,10/18/04
|
||||
Siena College,305,53,yes,partial,Online/Live,no,-0.5,A-,R +0.7,90%,23%,4.9,5.4,-0.2,-0.9,-0.6,49,R +1.1,R +1.1,4.7,0.2,10/30/18
|
||||
Louis Harris & Associates,173,2,yes,yes*,Live*,no,-0.5,A/B,D +0.0,100%,0%,0.9,5,-3.9,-5.2,-0.1,2,D +0.9,D +5.4,5.5,0,10/31/98
|
||||
Market Strategies International,189,1,yes,yes*,Live*,no,-0.5,A/B,R +0.0,100%,0%,1.1,6.3,-5,-5.4,-0.1,1,R +1.1,R +4.6,3.6,1.27,10/28/02
|
||||
NBC News/The Wall Street Journal,221,31,yes,yes,Live,no,-0.4,A-,D +0.6,73%,10%,4,5.2,-1,-0.7,-0.3,26,D +1.2,D +0.7,3.1,0.5,11/2/18
|
||||
University of Florida,349,1,yes,yes,Live,no,-0.4,A/B,D +0.0,50%,0%,1.1,4.5,-3.3,-1,0,1,D +1.1,R +0.1,1.4,1.2,10/26/14
|
||||
Gordon S. Black Corp.,123,2,yes,yes*,Live*,no,-0.4,A/B,R +0.1,100%,50%,6.4,4.4,2.1,0.5,0,2,R +6.4,R +1.3,6,0,10/18/98
|
||||
Fox News/Opinion Dynamics Corp.,104,34,yes,yes*,Live*,no,-0.4,A/B,R +0.3,72%,12%,3.9,5.1,-1.1,-0.3,-0.1,28,R +0.9,R +1.6,4.1,0.15,10/27/10
|
||||
Yankelovich Partners Inc.,390,7,yes,yes*,Live*,no,-0.4,A/B,R +0.0,50%,43%,8.1,7.1,1.2,0.2,0,3,R +1.0,R +1.8,4.3,0.23,10/26/00
|
||||
Emerson College,88,165,yes,no,IVR/Online/Text,no,-0.4,A-,D +0.3,80%,24%,5.4,6.2,-0.6,-0.7,-0.6,123,D +0.4,R +1.3,5.2,0.05,3/12/20
|
||||
Harvard University,135,1,yes,yes*,Live*,no,-0.4,A/B,D +0.1,0%,0%,6.8,6.2,0.8,0.7,0,1,D +6.8,D +1.5,2,2.69,10/26/02
|
||||
Public Policy Institute of California,262,16,yes,yes,Live,no,-0.3,A/B,R +1.0,100%,25%,5.2,5.5,-0.1,0,0,10,R +4.4,R +1.1,,0,2/12/20
|
||||
University of Illinois at Chicago,352,1,yes,yes*,Live*,no,-0.3,A/B,R +0.2,100%,100%,14.1,5.3,8.9,7.2,0.1,1,R +14.1,R +5.1,,0,10/16/98
|
||||
Abt Associates,7,10,yes,yes,Live,no,-0.3,A/B,D +0.8,90%,20%,3.8,5.1,-1.1,-0.3,-0.1,9,D +3.3,D +0.3,4,0.4,6/7/17
|
||||
Winthrop University,386,2,yes,yes,Live,no,-0.3,A/B,D +0.0,100%,50%,12,6.4,5.8,0.6,0.1,1,D +0.2,R +1.2,3.6,0.27,2/14/20
|
||||
RKM Research and Communications Inc.,272,34,no,yes,Live,no,-0.3,A-,R +0.1,87%,24%,5.3,6.9,-1.4,-1.2,-0.6,20,R +0.5,R +1.5,4.5,0.05,2/7/20
|
||||
Georgetown University (Battleground),114,35,yes,yes,Live,no,-0.3,A/B,R +0.6,57%,11%,3.4,4.6,-1,-0.3,-0.1,35,R +1.4,R +1.6,3.3,0.43,11/5/12
|
||||
Princeton Survey Research Associates International,258,35,yes,yes,Live,no,-0.3,A/B,D +0.5,63%,31%,5.1,5.1,0.2,0.1,0.1,33,D +1.2,D +0.2,4.7,0,10/25/14
|
||||
Market Shares Corp.,187,25,yes,yes,Live,no,-0.3,A/B,R +1.1,84%,28%,5.8,5.5,0.5,-0.1,0,22,R +4.1,R +1.9,4.6,0.36,10/22/12
|
||||
Mason-Dixon Polling & Strategy,197,433,no,yes,Live,no,-0.3,B+,R +0.6,87%,23%,5.1,5.7,-0.4,-0.6,-0.6,376,R +0.7,R +1.2,5.1,0.09,11/6/19
|
||||
CNN/Opinion Research Corp.,37,103,yes,yes,Live,no,-0.2,B+,D +0.0,72%,25%,5.5,6.2,-0.4,-0.2,-0.2,71,D +0.0,D +0.1,5,0.09,10/30/16
|
||||
Research & Polling Inc.,280,32,no,yes,Live,no,-0.2,B+,R +0.9,84%,9%,4.5,6,-1.2,-1.5,-0.7,31,R +1.8,R +0.5,3.2,0.56,10/29/18
|
||||
Quinnipiac University,267,207,yes,yes,Live,no,-0.2,B+,D +0.2,83%,23%,4.6,5.6,-0.8,-0.2,-0.1,153,D +0.2,D +0.4,5.2,0,11/1/18
|
||||
EPIC-MRA,84,49,no,yes,Live,no,-0.2,B+,R +0.2,78%,24%,5.5,6.1,-0.4,-0.8,-0.5,42,R +0.4,D +0.6,5.3,0.13,3/5/20
|
||||
Elway Research,87,21,no,partial,Live/Text,no,-0.2,A/B,D +0.8,90%,5%,3.9,6.3,-2.2,-2.6,-1,20,D +2.1,D +3.7,4.2,0.37,10/21/16
|
||||
St. Norbert College,313,12,no,yes,Live,no,-0.2,A/B,D +0.2,88%,0%,3.9,6.7,-2.7,-2.4,-0.6,11,D +0.9,D +3.0,5.3,0.22,10/20/14
|
||||
University of North Florida,360,9,yes,partial,Online/Live,no,-0.1,A/B,D +0.7,44%,33%,4,5.9,-1.7,-0.4,-0.1,6,D +3.9,D +1.4,4,0.04,3/8/20
|
||||
Elon University,86,8,yes,partial,Online/Live,no,-0.1,A/B,D +0.5,56%,13%,3.2,4.6,-1.3,-1,-0.2,8,D +2.1,D +0.8,3.6,0.57,10/25/16
|
||||
National Research Inc.,225,10,no,yes,Live,no,-0.1,A/B,R +0.5,75%,20%,5.1,6.8,-1.5,-1.7,-0.4,7,R +3.3,R +5.5,5.9,0,3/5/16
|
||||
Blum & Weprin Associates,32,19,no,yes,Live,no,-0.1,A/B,R +0.7,95%,21%,4.8,5.2,-0.2,-2.1,-0.5,17,R +3.4,D +0.9,4.6,0.04,10/25/10
|
||||
Public Religion Research Institute,428,1,yes,partial,Online/Live,no,-0.1,A/B,D +0.0,100%,0%,0.4,5.1,-4.4,-2.9,-0.1,1,D +0.4,D +1.7,2,1.23,10/19/18
|
||||
Middle Tennessee State University,208,5,yes,yes,Live,no,-0.1,A/B,D +0.6,100%,60%,9.3,6,3.5,2.1,0.3,4,D +4.6,R +5.0,4.5,0.21,10/24/14
|
||||
Fleming & Associates,96,17,no,yes,Live,no,-0.1,A/B,R +0.4,100%,12%,5,6.3,-1.1,-1.7,-0.6,15,R +1.4,R +0.2,3.7,0.63,10/22/18
|
||||
University of Massachusetts Lowell,355,19,yes,no,Online,no,-0.1,A/B,R +0.2,74%,37%,7.2,6.9,0.5,-0.6,-0.3,9,R +0.8,R +0.6,5.5,0,2/16/20
|
||||
Cygnal,67,13,no,partial,IVR/Online/Live/Text,no,-0.1,A/B,D +1.0,92%,0%,3,5.6,-2.4,-3,-1.1,13,D +2.6,R +1.0,3.5,0.76,11/8/19
|
||||
Angus Reid Global,13,30,no,no,Online,no,0,B+,R +1.2,93%,7%,3.2,5.6,-2.1,-2.6,-1.2,30,R +2.6,D +0.8,3.1,0.85,11/3/16
|
||||
Public Opinion Strategies,260,64,yes,partial,Online/Live,no,0,B+,R +1.5,70%,22%,5.7,6.1,-0.2,-0.4,-0.2,62,R +2.4,R +4.1,4.3,0.33,10/16/18
|
||||
Strategic Vision LLC,320,133,no,yes*,Live*,yes,0,F,R +1.5,89%,18%,3.8,5.1,-1.1,-0.4,-0.3,110,R +2.2,R +2.1,4.4,0.12,11/1/08
|
||||
"North Star Opinion Research/Ayres, McHenry & Associates",233,8,no,yes,Live,no,0,A/B,R +0.6,94%,25%,5.5,6.7,-1,-3.5,-0.7,6,R +3.5,R +6.1,4.4,0.37,10/23/16
|
||||
American Viewpoint,10,8,no,yes,Live,no,0,B/C,R +0.8,69%,0%,4.2,5.7,-1.3,-1.6,-0.3,8,R +3.5,R +3.3,6.3,0,10/17/18
|
||||
Landmark Communications,166,39,no,partial,IVR/Live,no,0,B,D +1.5,82%,23%,4.8,5.4,-0.5,-0.8,-0.4,33,D +2.8,R +0.5,4.5,0,6/19/17
|
||||
Ward Research (Honolulu Star-Advertiser),375,15,no,yes,Live,no,0,B/C,R +0.4,80%,33%,5.9,6,0,-1.5,-0.4,15,R +1.4,D +1.8,3.9,0.49,10/15/14
|
||||
University of Arkansas,345,6,no,yes,Live,no,0,B/C,D +0.7,100%,0%,4.1,5.3,-1,-2.6,-0.5,6,D +4.1,R +3.9,6.9,0,10/22/16
|
||||
Harstad Strategic Research Inc.,134,10,no,yes,Live,no,0,B/C,D +0.6,75%,10%,3.8,5.9,-1.9,-1.6,-0.3,10,D +2.6,D +3.3,5.1,0,10/21/14
|
||||
RT Strategies,275,42,yes,yes,Live,no,0.1,B/C,D +1.0,69%,40%,5.9,4.8,1.3,0.9,0.4,42,D +2.2,D +3.4,8.6,0,10/28/06
|
||||
Harper Polling,132,11,no,partial,IVR/Live,no,0.1,B/C,D +0.1,91%,18%,3.6,6,-2.3,-1.9,-0.6,8,D +0.5,R +1.1,5.3,0,11/3/16
|
||||
University of South Alabama,361,9,no,yes,Live,no,0.1,B/C,R +0.4,100%,11%,3.3,5.3,-1.8,-2,-0.3,9,R +2.6,R +2.0,7.2,0,10/14/10
|
||||
Public Policy Polling,263,423,no,no,IVR/Text,no,0.1,B,D +0.3,80%,31%,5,5.5,-0.3,-0.4,-0.4,294,D +0.4,D +0.9,4.7,0,2/25/20
|
||||
GQR Research (GQRR),126,57,yes,partial,Online/Live,no,0.1,B,D +2.1,56%,14%,4.5,5.3,-0.6,0.1,0,55,D +3.6,D +3.4,4.1,0.13,10/24/18
|
||||
University of Wisconsin (Badger Poll),365,7,yes,yes*,Live*,no,0.1,B/C,D +0.4,86%,29%,12.2,6,6.4,3.6,0.4,6,D +4.1,D +3.8,4,0.89,10/25/08
|
||||
Gallup,112,84,yes,yes,Live,no,0.1,B,R +0.4,69%,30%,4.3,5,-0.6,0.6,0.4,69,R +0.7,R +1.4,4.1,0,10/22/18
|
||||
Rutgers University,295,14,yes,yes,Live,no,0.1,B/C,R +0.0,86%,14%,5.7,5.6,0.3,1.8,0.5,14,R +0.1,D +0.9,6.1,0,10/16/18
|
||||
Pharos Research Group,254,33,no,yes,Live,yes,0.1,F,D +0.8,92%,15%,3.8,4.9,-1,-0.4,-0.2,33,D +1.6,D +1.1,4.1,0.22,10/27/12
|
||||
Keating Research,161,5,no,yes,Live,no,0.1,B/C,D +0.1,80%,0%,2.4,5,-2.4,-2.1,-0.3,5,D +0.9,D +2.8,3.7,0.62,11/3/16
|
||||
American Research Group,9,273,yes,yes,Live,no,0.2,B,R +0.2,75%,39%,7.4,7.4,0.2,0.3,0.2,82,R +0.2,R +1.7,6.9,0,2/9/20
|
||||
Montana State University Billings,216,7,no,yes,Live,no,0.2,B/C,D +0.3,57%,0%,3.6,6.3,-2.5,-4.1,-0.5,7,D +3.0,D +2.5,,0,10/18/08
|
||||
Greenberg Quinlan Rosner/American Viewpoint,127,8,no,yes,Live,no,0.2,B/C,R +0.7,100%,50%,4.4,4.9,-0.3,-0.8,-0.2,6,R +4.2,D +1.5,5.4,0,10/26/16
|
||||
Financial Dynamics,95,15,no,yes*,Live*,no,0.2,B/C,R +0.4,100%,0%,2.6,4.7,-1.9,-1.3,-0.3,15,R +1.7,R +2.2,2.4,0.63,11/1/08
|
||||
University of Washington,364,9,no,yes,Live,no,0.2,B/C,D +0.1,100%,0%,3.6,5.5,-1.7,-1.6,-0.3,9,D +0.3,D +3.4,4.8,0.74,10/25/12
|
||||
Market Research Institute Inc.,186,11,no,yes*,Live*,no,0.2,B/C,D +0.1,100%,27%,4.2,5.3,-1,-1.6,-0.2,11,D +0.6,D +0.4,5.1,0.35,10/24/04
|
||||
Iowa State University,153,3,no,yes,Live,no,0.2,B/C,,67%,33%,6.2,8.9,-2.4,-3.7,-0.4,0,,,,0,1/14/16
|
||||
McKeon & Associates,202,3,no,yes,Live,no,0.2,B/C,D +0.2,67%,33%,2.9,5.9,-2.9,-4.1,-0.4,2,D +3.0,D +0.5,12.8,0,3/12/16
|
||||
Christopher Newport University,50,10,no,yes,Live,no,0.2,B/C,D +0.7,100%,30%,5.9,5.1,1,-0.4,-0.1,9,D +2.7,D +2.1,5.4,0,2/14/20
|
||||
Tarrance Group,333,28,no,yes,Live,no,0.2,B/C,R +0.9,82%,25%,6.2,6.6,-0.2,-0.1,0,24,R +2.4,R +6.0,7.2,0,10/21/18
|
||||
Victory Research,437,2,no,yes,Live,no,0.2,B/C,D +0.0,100%,0%,2,5.9,-3.7,-4.6,-0.4,1,D +0.3,,,0,3/8/20
|
||||
SSRS,297,18,yes,yes,Live,no,0.2,B/C,D +1.2,50%,22%,5.6,5.3,0.5,1.3,0.6,16,D +2.9,D +2.7,5.9,0,2/24/20
|
||||
Orion Strategies,246,4,no,yes,Live,no,0.2,B/C,D +0.1,100%,25%,3.2,6.6,-3.2,-3.9,-0.3,3,D +1.5,D +6.5,2.7,0.35,10/12/10
|
||||
CJ&N,63,4,no,yes*,Live*,no,0.2,B/C,D +0.1,100%,25%,3.5,7.6,-3.9,-3.3,-0.3,1,D +3.2,,,0,10/26/10
|
||||
Marshall Marketing & Communications,196,4,no,yes*,Live*,no,0.3,B/C,R +0.2,100%,0%,3.4,6.6,-3.1,-1.9,-0.2,3,R +2.9,R +1.2,,0,10/21/08
|
||||
YouGov,391,416,no,no,Online,no,0.3,B,D +0.4,88%,30%,4.9,5.2,-0.1,-0.2,-0.2,357,D +0.4,D +0.2,4.6,0,3/7/20
|
||||
University of Massachusetts Amherst,354,11,no,yes*,Live*,no,0.3,B/C,R +0.2,100%,36%,6.4,8.3,-1.7,-1,-0.1,2,R +6.1,R +0.8,7.7,0,10/27/00
|
||||
Missouri State University,212,3,no,yes,Live,no,0.3,B/C,D +0.3,67%,0%,4.4,7.5,-2.9,-3.1,-0.2,3,D +4.1,D +1.2,4.1,0.26,10/24/10
|
||||
Northern Arizona University,234,4,no,yes*,Live*,no,0.3,B/C,R +0.2,100%,25%,3.6,5.6,-1.9,-3.2,-0.2,4,R +3.3,R +5.1,6,0.19,10/23/08
|
||||
Potomac Incorporated,256,8,no,yes*,Live*,no,0.3,B/C,R +0.3,88%,13%,4.6,6.2,-1.4,-1.4,-0.2,6,R +3.1,D +1.3,4.5,0.35,10/29/06
|
||||
Louisville Courier-Journal,174,9,no,yes*,Live*,no,0.3,B/C,R +0.2,78%,11%,3.7,5.2,-1.4,-1.2,-0.2,9,R +1.4,R +1.5,5.3,0.34,10/28/07
|
||||
Ethridge & Associates LLC,89,6,no,yes*,Live*,no,0.3,B/C,R +0.1,83%,0%,2.7,5.6,-2.8,-3,-0.2,6,R +0.7,R +3.6,3.1,1.25,10/29/02
|
||||
APC Research,4,2,no,yes,Live,no,0.3,B/C,D +0.2,100%,0%,2.5,5.1,-2.3,-3.4,-0.2,2,D +2.5,D +0.3,,0,10/19/14
|
||||
Dittman Research,79,6,no,yes,Live,no,0.3,B/C,D +0.5,100%,33%,5.4,5.9,-0.3,-0.8,-0.1,5,D +4.6,R +1.0,9.1,0,10/26/10
|
||||
Franklin & Marshall College,106,21,yes,partial,Online/Live,no,0.3,B/C,D +0.4,86%,29%,6.4,6.5,0.1,0.8,0.3,18,D +1.1,D +2.1,5.7,0.03,10/25/18
|
||||
SEA Polling & Strategic Design,302,12,no,yes,Live,no,0.3,B/C,D +0.6,83%,0%,3,5.4,-2.2,-0.6,-0.2,10,D +2.2,D +0.2,3.5,0.53,10/19/18
|
||||
Clemson University,54,7,no,partial,Online/Live,no,0.3,B/C,R +0.2,100%,43%,8.7,7.7,1.2,-3.5,-0.7,1,R +16.7,R +9.7,16,0,2/21/20
|
||||
Frederick Polls,108,2,no,yes,Live,no,0.3,B/C,R +0.0,75%,0%,2.4,6.5,-3.9,-5.7,-0.3,1,R +0.6,D +4.5,10.5,0,10/17/12
|
||||
University of New Hampshire,357,112,yes,yes,Live,no,0.3,B-,D +2.8,85%,26%,5.9,6,0.1,0.5,0.4,99,D +3.7,D +3.6,5.6,0.1,2/8/20
|
||||
Market Decisions,184,4,no,yes,Live,no,0.3,B/C,R +0.1,100%,25%,4.7,5.2,-0.3,-2,-0.1,4,R +1.0,R +0.4,5.5,0.65,10/20/08
|
||||
Park Street Strategies,534,1,no,yes,Live,no,0.3,B/C,,100%,0%,2.4,7.7,-5.1,-2.8,-0.1,0,,,4.6,0,1/26/20
|
||||
Wiese Research Associates Inc.,382,7,no,yes,Live,no,0.3,B/C,D +0.9,100%,43%,7.3,6.6,0.9,-0.3,0,7,D +5.4,D +6.1,,0,10/24/12
|
||||
GBAO,109,6,no,partial,Online/Live,no,0.3,B/C,D +0.0,75%,0%,3.7,6,-2.1,-2,-0.4,6,D +0.0,D +1.9,,0,10/21/18
|
||||
University of Wisconsin-Milwaukee,366,4,no,yes*,Live*,no,0.3,B/C,R +0.2,100%,25%,4.4,6.1,-1.5,-1.6,-0.1,4,R +3.5,R +1.2,3.9,0,10/21/08
|
||||
RBI Strategies & Research,271,2,no,yes,Live,no,0.3,B/C,R +0.0,100%,0%,0.7,5.6,-4.8,-6.9,-0.4,1,R +0.7,D +3.5,5.1,0.17,10/25/10
|
||||
Valley Research,368,6,no,yes*,Live*,no,0.3,B/C,D +0.2,83%,17%,4.3,4.4,0.1,-1.1,-0.1,6,D +2.4,D +1.3,2,0.21,10/24/04
|
||||
Research Co.,449,21,no,no,Online,no,0.3,B-,R +0.5,88%,14%,4.1,5.9,-1.7,-1.9,-1,20,R +1.1,D +0.8,3.9,1.05,11/2/18
|
||||
MSR Group,178,3,no,yes*,Live*,no,0.3,B/C,D +0.2,100%,0%,3.5,6.8,-3.1,-3.9,-0.2,3,D +3.5,D +1.3,,0,10/19/04
|
||||
Richard Day Research Inc.,287,11,no,yes*,Live*,no,0.3,B/C,R +0.4,100%,36%,5.5,5.3,0.4,-0.3,0,11,R +2.9,R +0.7,5.5,0,10/21/06
|
||||
Lake Research Partners,165,10,no,partial,IVR/Online/Live,no,0.3,B/C,D +0.6,80%,20%,3.9,6.1,-1.9,-2.2,-0.5,10,D +2.4,D +3.4,5.8,0.06,4/15/18
|
||||
Southern Media & Opinion Research,310,7,no,yes,Live,no,0.3,B/C,R +0.1,100%,14%,5.6,5.3,0.5,-0.2,0,7,R +0.7,R +1.6,,0,11/29/16
|
||||
Mason Strategies,464,1,no,yes,Live,no,0.3,B/C,D +0.1,100%,0%,1.9,5.7,-3.6,-4.8,-0.2,1,D +1.9,R +4.1,,0,10/18/18
|
||||
Research 2000,281,280,no,yes*,Live*,yes,0.3,F,D +1.3,88%,21%,5.5,5.8,-0.2,-0.1,-0.1,248,D +1.5,D +1.2,4.6,0.24,1/16/10
|
||||
Public Opinion Strategies/Hamilton Campaigns (Texas Credit Union League),261,2,no,yes*,Live*,no,0.3,B/C,,100%,50%,6.9,9.4,-2.4,-2.3,-0.1,0,,,,0,2/12/08
|
||||
Personal Marketing Research,252,3,no,yes*,Live*,no,0.3,B/C,,67%,33%,5.4,8.3,-2.7,-2.6,-0.1,0,,,6.1,0.03,1/6/04
|
||||
High Point University,139,3,yes,partial,Online/Live,no,0.3,B/C,D +0.0,67%,33%,11.5,6.3,5.4,3.1,0.4,2,D +0.1,D +1.8,6,0,2/25/20
|
||||
Targeted Persuasion,579,1,no,yes,Live,no,0.4,B/C,,100%,0%,0.9,8.3,-7.2,-6.4,-0.3,0,,,,0,5/24/16
|
||||
University of Houston,351,1,no,yes,Live,no,0.4,B/C,,100%,0%,2,8.5,-6.3,-6.3,-0.3,0,,,,0,2/17/16
|
||||
Market Solutions Group,188,4,no,yes*,Live*,no,0.4,B/C,R +0.0,100%,25%,4.4,6.6,-2,-1.4,-0.1,2,R +0.1,D +1.5,4.4,0.45,10/19/04
|
||||
Moore Information,217,9,no,yes,Live,no,0.4,B/C,R +0.7,67%,11%,6.5,6.5,0.2,-0.2,0,9,R +4.1,R +5.0,5.3,0.22,10/27/14
|
||||
Merrill Poll,206,2,no,yes,Live,no,0.4,B/C,,100%,50%,8.7,9.1,-0.2,-0.7,-0.1,0,,,,0,3/9/16
|
||||
Richmond Times-Dispatch,288,4,no,yes,Live,no,0.4,B/C,D +0.2,100%,0%,3.3,4.9,-1.3,-1.3,-0.1,4,D +2.9,D +2.4,5,0.17,10/23/04
|
||||
Mercyhurst University,422,1,no,yes,Live,no,0.4,B/C,R +0.0,100%,0%,0.7,5.7,-4.8,-5.4,-0.2,1,R +0.7,,,0,10/18/14
|
||||
Odney,524,1,no,yes,Live,no,0.4,B/C,D +0.1,100%,0%,2.1,6.3,-4.1,-4.8,-0.2,1,D +2.1,R +8.0,8,0,10/22/14
|
||||
University of Tennessee,362,2,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,2.7,5.1,-2.2,-5.7,-0.2,2,R +2.7,R +5.4,,0,10/14/04
|
||||
"Fabrizio, Lee & Associates",90,3,no,yes,Live,no,0.4,B/C,D +0.2,33%,33%,5.7,6.1,-0.2,-0.3,0,3,D +2.1,R +4.5,,0,10/17/18
|
||||
Frank N. Magid Associates Inc.,105,4,no,yes*,Live*,no,0.4,B/C,D +0.3,100%,25%,4.7,5.7,-0.8,-1.7,-0.1,4,D +4.7,R +0.9,4,0.8,10/24/02
|
||||
Winston Group,385,3,no,yes*,Live*,no,0.4,B/C,D +0.2,67%,33%,4.2,5.3,-0.9,-1.5,-0.1,3,D +3.8,R +2.2,2,0.7,10/23/08
|
||||
Gotham Research Group,576,1,no,yes,Live,no,0.4,B/C,R +0.2,100%,0%,5.8,6.4,-0.5,-2.8,-0.1,1,R +5.8,D +2.0,6,0.75,10/23/12
|
||||
Strategic Services,319,2,no,yes*,Live*,no,0.4,B/C,D +0.1,50%,0%,4.2,5.7,-1.3,-1.7,-0.1,2,D +4.2,D +3.4,,0,10/23/06
|
||||
RMS Research,273,2,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,2.3,5.9,-3.4,-3.7,-0.1,2,R +2.3,R +5.8,4,0.35,10/22/02
|
||||
Knowledge Networks,164,3,yes,no,Online,no,0.4,B/C,D +0.2,100%,33%,4.2,4.5,-0.1,-0.9,0,3,D +4.0,D +0.6,3.1,0.16,10/22/08
|
||||
Lincoln Institute,170,2,no,yes*,Live*,no,0.4,B/C,R +0.1,75%,0%,4.1,5.1,-0.8,-2.5,-0.1,2,R +4.1,D +2.7,,0,10/17/00
|
||||
Midwest Survey and Research,209,3,no,yes*,Live*,no,0.4,B/C,R +0.0,100%,33%,7.3,5.8,1.7,-1,0,3,R +1.1,,,0,10/26/02
|
||||
QEV Analytics,266,1,no,yes,Live,no,0.4,B/C,,100%,0%,2,6.5,-4.3,-6.3,-0.2,0,,,,0,11/2/09
|
||||
Baruch College,22,2,no,yes,Live,no,0.4,B/C,,100%,0%,5.7,8.7,-2.9,-0.3,0,0,,,9.2,0,4/8/16
|
||||
Neighborhood Research and Media,227,2,no,yes,Live,no,0.4,B/C,R +0.1,50%,50%,6.8,7.3,-0.4,-0.2,0,1,R +3.4,R +7.2,8.4,0,1/16/20
|
||||
Florida International University/Univision,98,1,no,yes,Live,no,0.4,B/C,D +0.0,100%,0%,1.8,6.3,-4.3,-6.1,-0.1,1,D +1.8,R +13.0,,0,10/16/08
|
||||
GfK Group,115,21,yes,no,Online,no,0.4,B/C,D +0.2,88%,19%,3.9,5,-0.9,0.1,0,21,D +0.6,D +1.3,4.6,0.22,10/22/16
|
||||
Dan Jones & Associates,70,38,no,partial,Online/Live,no,0.4,B-,D +1.0,95%,21%,6.9,6.3,0.9,-0.2,-0.1,31,D +2.1,R +2.7,9.8,0,10/24/16
|
||||
Centre College,47,1,no,yes,Live,no,0.4,B/C,D +0.2,100%,0%,3.9,5.4,-1.3,-1.1,0,1,D +3.9,D +2.3,4.8,0.35,10/21/16
|
||||
Blumenthal Research Daily,447,2,no,yes,Live,yes,0.4,F,R +0.2,100%,0%,2.5,5.3,-2.6,-1.7,-0.1,2,R +1.8,R +3.1,1,1.58,4/14/18
|
||||
New Mexico State University,230,1,no,yes*,Live*,no,0.4,B/C,,0%,0%,7.1,8.6,-1.3,-1.7,0,0,,,,0,1/27/08
|
||||
Aspen Media & Market Research,17,1,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,3.5,5.7,-2.1,-2.6,-0.1,1,R +3.5,,,0,10/22/06
|
||||
Voter/Consumer Research,371,6,no,yes,Live,no,0.4,B/C,R +0.0,100%,50%,5.2,5.7,-0.3,-1.1,-0.1,6,R +0.0,R +3.0,2.5,1.19,10/19/14
|
||||
Jim Meader (KELOLAND-TV),159,4,no,yes*,Live*,no,0.4,B/C,D +0.3,100%,25%,4.6,5.5,-0.7,-0.4,0,4,D +4.6,D +4.4,,0,10/21/02
|
||||
Garin-Hart-Yang Research Group,113,24,no,partial,Online/Live,no,0.4,B/C,D +1.3,85%,33%,5.5,5.7,0,-0.5,-0.2,24,D +3.2,D +4.7,4.9,0.09,10/18/16
|
||||
Manhattanville College,181,3,no,yes*,Live*,no,0.4,B/C,R +0.2,100%,33%,6.5,6.7,0,-0.9,0,2,R +8.2,D +0.2,7.2,0,2/22/00
|
||||
Canisius College,43,1,no,yes*,Live*,no,0.4,B/C,,100%,0%,0.1,8.6,-8.3,-5.7,-0.1,0,,,,0,2/19/04
|
||||
Central Surveys Inc.,46,1,no,yes*,Live*,no,0.4,B/C,D +0.0,0%,0%,1.7,5.7,-3.8,-3.5,-0.1,1,D +1.7,D +2.3,,0,10/17/04
|
||||
Scripps Howard,303,5,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,40%,4.8,4.4,0.6,-0.6,0,5,R +2.2,R +2.7,2.8,0.46,10/18/02
|
||||
Cooper & Secrest,60,1,no,yes*,Live*,no,0.4,B/C,R +0.0,0%,0%,2.6,5.8,-3,-3.3,0,1,R +2.6,,,0,10/15/02
|
||||
Red Sea Communications,278,1,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,4.4,7.1,-2.5,-3,0,1,R +4.4,,,0,10/24/02
|
||||
Thirty-Ninth Street Strategies,460,1,no,yes,Live,no,0.4,B/C,R +0.1,0%,0%,2,6.8,-4.5,-2.8,-0.1,1,R +2.0,R +2.4,3,2.58,10/21/18
|
||||
Dynamic Marketing Inc.,83,1,no,yes*,Live*,no,0.4,B/C,D +0.0,100%,0%,3,6.2,-3,-4.6,-0.1,1,D +3.0,R +7.5,,0,10/22/00
|
||||
Vox Populi Communications,529,1,no,yes*,Live*,no,0.4,B/C,,100%,0%,3.5,8.6,-4.9,-3,0,0,,,6,0,2/15/00
|
||||
Diversified Research Inc,80,1,no,yes*,Live*,no,0.4,B/C,R +0.1,100%,0%,5,7,-1.8,-2.2,0,1,R +5.0,,,0,10/19/00
|
||||
Global Strategy Group/National Research (Philadelphia Inquirer),119,4,no,yes,Live,no,0.4,B/C,R +0.3,100%,25%,3,5.3,-2.1,-1.7,-0.2,4,R +2.7,D +0.1,2.3,1.93,10/24/12
|
||||
Lauer Lalley Victoria Inc.,168,1,no,yes*,Live*,no,0.4,B/C,R +0.0,100%,0%,1.7,6.6,-4.7,-4.1,0,1,R +1.7,D +4.0,,0,10/18/98
|
||||
Overtime Politics,247,12,no,yes,Live,yes,0.4,F,,67%,42%,9.8,8.9,1.1,0.4,0.1,0,,,6.9,0,2/22/16
|
||||
Becker Institute,26,3,no,yes*,Live*,no,0.4,B/C,D +0.3,67%,67%,6.9,6.4,0.7,-0.2,0,3,D +6.9,D +0.8,11.5,0,10/23/02
|
||||
Ohio State University,236,1,no,yes*,Live*,no,0.4,B/C,R +0.0,100%,0%,3.7,5.1,-1.3,-1.5,0,1,R +3.7,R +5.8,,0,10/18/00
|
||||
Opinion Savvy/InsiderAdvantage,243,119,yes,no,IVR/Online,no,0.4,B-,D +1.1,70%,41%,7.2,7.2,0.2,0.3,0.2,42,D +1.8,D +0.3,5.9,0,10/29/18
|
||||
Morningside College,536,1,no,yes,Live,no,0.4,B/C,,0%,0%,6.4,8.5,-1.9,-1.3,-0.1,0,,,2.3,1.37,1/20/20
|
||||
Dartmouth College,72,3,no,yes,Live,no,0.4,B/C,,100%,67%,9.3,9,0.5,0,0,0,,,,0,1/26/00
|
||||
Market Trends Pacific,190,1,no,yes*,Live*,no,0.4,B/C,D +0.1,50%,0%,4.5,5.5,-0.8,-0.6,0,1,D +4.5,D +2.5,,0,10/21/02
|
||||
Basswood Research,24,2,no,yes,Live,no,0.4,B/C,R +0.2,100%,100%,10.7,7.7,3.2,0.2,0,1,R +13.0,,,0,3/20/16
|
||||
Wick Communications,381,1,no,yes*,Live*,no,0.4,B/C,D +0.1,100%,0%,2.8,6.3,-3.2,-1.4,0,1,D +2.8,D +4.0,5,1.19,10/27/06
|
||||
Bendixen & Amandi International,29,2,no,yes,Live,no,0.4,B/C,D +0.1,100%,0%,3,4.8,-1.7,0.3,0,2,D +1.6,D +3.2,,0,10/22/16
|
||||
NRECA Market Research,223,1,no,yes*,Live*,no,0.4,B/C,D +0.1,100%,0%,6.3,5.5,0.9,-0.6,0,1,D +6.3,,,0,10/20/98
|
||||
Associated Industries of Florida,18,2,no,yes,Live,no,0.4,B/C,D +0.3,50%,0%,3.4,4.5,-0.9,0.3,0,2,D +3.4,D +1.0,,0,10/19/16
|
||||
University of North Carolina,359,1,no,yes*,Live*,no,0.4,B/C,D +0.0,100%,0%,1.6,5.4,-3.6,-3.2,0,1,D +1.6,R +1.6,1,2.97,10/28/02
|
||||
University of Denver,348,2,no,yes,Live,no,0.4,B/C,R +0.1,100%,0%,3.4,5.2,-1.7,-0.1,0,2,R +1.0,R +1.1,4.5,0.44,10/30/16
|
||||
Analytical Group,11,1,no,yes*,Live*,no,0.4,B/C,D +0.1,100%,0%,4,5.3,-1.1,-0.8,0,1,D +4.0,D +3.0,3.7,0.86,10/26/02
|
||||
ASA Marketing Group,5,1,no,yes*,Live*,no,0.4,B/C,D +0.1,100%,0%,5.5,4.5,1.2,0.1,0,1,D +5.5,,,0,10/28/06
|
||||
Belden Russonello,28,2,no,yes,Live,no,0.4,B/C,D +0.1,100%,50%,4.7,5.3,-0.3,0.4,0,2,D +3.3,D +5.4,,0,10/18/04
|
||||
Feldman Group,93,2,no,yes,Live,no,0.4,B/C,D +0.2,50%,50%,6.7,5.4,1.4,-0.4,0,2,D +4.1,D +2.8,1.5,0.84,10/29/12
|
||||
Meeting Street Research,204,1,no,yes,Live,no,0.5,B/C,D +0.1,100%,0%,2.6,5.1,-2.2,-0.9,0,1,D +2.6,D +5.3,3,1.39,4/4/17
|
||||
University of Nevada Las Vegas,356,1,no,yes,Live,no,0.5,B/C,,100%,100%,8.9,8.6,0.5,0.5,0,0,,,,0,1/29/12
|
||||
Cromer Group,65,1,no,yes*,Live*,no,0.5,B/C,R +0.1,100%,0%,3.9,5.3,-1.2,0.6,0,1,R +3.9,R +3.8,,0,10/19/06
|
||||
West Virginia Research Center,378,2,no,yes*,Live*,no,0.5,B/C,D +0.2,50%,50%,6.4,5.4,1.2,0.6,0,2,D +6.4,D +3.8,5.3,0.02,10/25/00
|
||||
Rhode Island College,285,5,no,yes*,Live*,no,0.5,B/C,R +0.1,100%,20%,6.1,6.1,0.2,-0.1,0,4,R +1.5,R +0.8,3.9,0.68,10/24/10
|
||||
Braun Research,33,6,no,yes,Live,no,0.5,B/C,D +1.2,100%,50%,6.6,5.1,1.6,0.4,0.1,6,D +6.6,D +2.8,2.5,0.17,10/21/16
|
||||
Zimmerman & Associates/Marketing Intelligence,394,3,no,yes*,Live*,no,0.5,B/C,D +0.2,100%,0%,4.7,6,-1.1,0,0,3,D +3.2,D +0.7,2.2,0.72,10/18/08
|
||||
Virginia Commonwealth University,370,5,no,yes,Live,no,0.5,B/C,R +0.2,100%,20%,4.9,5.1,0,0.5,0,5,R +1.9,R +1.8,5.3,0.13,10/23/09
|
||||
DFM Research,69,10,no,yes,Live,no,0.5,B/C,D +1.5,75%,40%,6.4,5.9,0.7,0.1,0,10,D +5.4,D +3.8,2.5,0.47,10/25/18
|
||||
Public Strategies Inc.,264,6,no,yes*,Live*,no,0.5,B/C,,100%,33%,8,8.7,-0.6,0.7,0.1,0,,,7.6,0,3/1/08
|
||||
Clarus Research Group,53,3,no,yes,Live,no,0.5,B/C,D +0.3,100%,33%,6.8,5,1.9,0.8,0.1,3,D +4.1,D +2.2,,0,10/6/11
|
||||
Independent Market Research,148,2,no,yes*,Live*,no,0.5,B/C,D +0.1,100%,50%,5.8,5.1,0.8,1.5,0,2,D +5.3,D +4.2,5.5,0.23,10/22/98
|
||||
University of Maryland,575,1,yes,no,Landline,no,0.5,B/C,D +0.1,0%,100%,6.6,4.8,2,2.2,0,1,D +6.6,D +2.2,,0,10/15/04
|
||||
Insights West,151,9,no,no,Online,no,0.5,B/C,R +0.1,94%,0%,2.4,5.7,-3.1,-3.7,-1,8,R +0.4,R +1.0,3.1,1.25,11/6/16
|
||||
Rice University,286,2,no,yes*,Live*,no,0.5,B/C,D +0.2,100%,0%,5.9,5.1,1,0.2,0,2,D +5.9,D +0.6,2.3,1.34,10/27/02
|
||||
Val Smith,367,1,no,yes,Live,no,0.5,B/C,R +0.2,100%,0%,8.5,6.5,2.2,1.9,0,1,R +8.5,R +15.0,,0,10/22/08
|
||||
Kiley & Company,162,3,no,yes,Live,no,0.5,B/C,D +0.5,100%,67%,6.6,5.7,1.1,0.9,0.1,3,D +5.5,D +9.2,7.4,0,10/25/12
|
||||
SMS Research & Marketing Services Inc.,296,2,no,yes*,Live*,no,0.5,B/C,R +0.2,50%,50%,5.9,5.4,0.7,0.3,0,2,R +5.9,D +1.8,1,1.44,10/19/04
|
||||
Old Dominion University,238,1,no,yes,Live,no,0.5,B/C,D +0.1,100%,0%,4.5,5.3,-0.6,-1,0,1,D +4.5,R +0.8,0,2.78,10/22/13
|
||||
Polling Company/Global Strategy Group (Hotline Bullseye),255,4,no,yes*,Live*,no,0.5,B/C,R +0.2,25%,25%,4.3,3.6,0.9,1.1,0.1,4,R +4.3,R +2.8,3.2,0.2,11/4/00
|
||||
Jeffrey Stonecash,158,1,no,yes*,Live*,no,0.5,B/C,R +0.2,100%,100%,8.4,4.8,3.8,2.8,0.1,1,R +8.4,R +16.5,22,0,10/29/06
|
||||
A&A Research,2,1,no,yes*,Live*,no,0.5,B/C,R +0.1,0%,100%,10,6.3,3.9,3.6,0.1,1,R +10.0,,,0,10/22/02
|
||||
TMR Research,328,2,no,yes*,Live*,no,0.5,B/C,D +0.2,0%,50%,7.9,5.1,3,2.7,0.1,2,D +7.9,D +6.7,,0,10/18/98
|
||||
"California State University, Bakersfield",41,1,no,yes*,Live*,no,0.5,B/C,R +0.1,0%,100%,9.9,5.9,4.1,4.4,0.1,1,R +9.9,R +14.0,,0,10/20/00
|
||||
West Chester University,377,7,no,yes*,Live*,no,0.5,B/C,D +0.1,100%,14%,5.2,5.3,0,0,0,7,D +1.0,D +2.3,3.7,0.89,10/24/06
|
||||
Illinois Wesleyan University,147,3,no,yes*,Live*,no,0.5,B/C,R +0.3,100%,33%,8.2,5.9,2.4,1.5,0.1,3,R +8.2,R +5.9,5,0.25,10/21/02
|
||||
Hill Research Consultants,140,5,no,yes,Live,no,0.5,B/C,R +0.3,60%,20%,5.3,5.6,-0.1,-0.3,0,5,R +3.7,R +2.7,2.2,1.49,10/15/08
|
||||
OnMessage Inc.,239,11,no,yes,Live,no,0.5,B/C,R +1.4,82%,27%,6.4,5.7,0.8,0.7,0.2,11,R +5.0,R +6.2,8.3,0,10/17/18
|
||||
Tulsa Surveys,341,1,no,yes*,Live*,no,0.5,B/C,R +0.1,100%,100%,11.9,4.5,7.6,5.8,0.1,1,R +11.9,,,0,10/18/98
|
||||
Ipsos,154,66,yes,no,Online,no,0.5,B-,D +0.4,70%,21%,4.6,4.8,0,0.4,0.3,60,D +0.5,D +1.0,3.7,0.06,11/5/18
|
||||
Decision Forecasting,77,3,no,yes*,Live*,no,0.5,B/C,R +0.1,100%,67%,8.1,4.6,3.6,1.6,0.1,3,R +1.4,D +0.6,3.5,0.5,11/1/00
|
||||
Marketing Research Institute,192,1,no,yes*,Live*,no,0.5,B/C,R +0.1,0%,100%,7.4,5,2.6,4.6,0.1,1,R +7.4,R +7.3,,0,11/21/02
|
||||
PSI,248,3,no,yes*,Live*,no,0.5,B/C,R +0.0,67%,67%,11.7,8,3.9,1.3,0,1,R +3.3,R +4.0,2,0.8,10/31/00
|
||||
Southern Opinion Research,311,2,no,yes*,Live*,no,0.5,B/C,D +0.0,100%,50%,8.5,6,2.7,2.8,0.1,2,D +0.9,D +4.2,3.5,0.69,10/30/98
|
||||
NPR,222,3,no,yes,Live,no,0.5,B/C,D +0.1,17%,33%,4.9,4.7,0.4,0.7,0.1,3,D +0.9,D +0.6,2.1,0.61,10/24/12
|
||||
HighGround Inc.,416,2,no,yes,Live,no,0.5,B/C,R +0.4,50%,0%,4.4,6.5,-1.8,-0.7,-0.1,2,R +4.4,R +3.0,2.6,1.94,10/27/18
|
||||
Minnesota State University Moorhead,211,4,no,yes*,Live*,no,0.5,B/C,D +0.4,100%,50%,8.3,5.2,3.2,1.6,0.1,4,D +6.2,D +3.3,,0,10/19/04
|
||||
Talmey-Drake Research & Strategy Inc.,329,9,no,yes,Live,no,0.5,B/C,R +0.2,50%,44%,7.7,5.8,2,1.1,0.1,9,R +1.7,D +2.4,6.7,0,10/30/02
|
||||
Arthur J. Finkelstein & Associates,16,1,no,yes*,Live*,no,0.5,B/C,R +0.2,0%,100%,13.7,7.2,6.7,5.8,0.1,1,R +13.7,,,0,10/17/02
|
||||
Florida Atlantic University,97,8,no,no,IVR/Online,no,0.5,B/C,D +0.4,75%,0%,3.4,6.9,-3.3,-2,-0.6,4,D +2.9,D +0.4,4.4,0.26,3/6/20
|
||||
Ron Lester and Associates,293,1,no,yes*,Live*,no,0.5,B/C,,100%,100%,18.9,8.1,11,2.9,0.1,0,,,1.9,1.33,1/21/08
|
||||
Vox Populi Polling,372,19,no,no,IVR/Online,no,0.5,B/C,D +0.3,74%,16%,4.2,5.3,-1,-0.9,-0.4,19,D +0.7,R +1.2,4.8,0.17,10/29/18
|
||||
JMC Analytics/Bold Blue Campaigns,503,5,no,yes,Live,no,0.5,B/C,R +1.1,80%,20%,6.7,5.8,1.1,0.9,0.2,5,R +5.5,R +6.8,26,0,11/22/18
|
||||
Alaska Survey Research,155,9,no,yes,Live,no,0.5,B/C,D +1.8,56%,44%,7.1,6,1.4,0.8,0.2,9,D +7.1,D +3.1,10.3,0,10/28/18
|
||||
Clarity Campaign Labs,52,12,no,partial,IVR/Live,no,0.5,B/C,D +1.1,54%,17%,3.5,4.4,-0.7,-0.7,-0.2,12,D +3.5,D +1.1,2.7,0.39,10/16/18
|
||||
CallFire,42,4,no,yes,Live,no,0.5,B/C,R +0.4,75%,0%,3.9,4.6,-0.4,0.3,0,4,R +3.9,R +0.5,2.5,0.98,10/30/12
|
||||
MarketAide Services Inc.,191,1,no,yes*,Live*,no,0.5,B/C,D +0.2,100%,100%,11.2,6.5,4.9,6.6,0.1,1,D +11.2,D +9.5,,0,10/19/02
|
||||
Big Ten,31,10,no,yes*,Live*,no,0.5,B/C,D +0.8,100%,20%,4.7,5.1,-0.3,1,0.2,10,D +4.3,D +5.2,5.4,0,10/21/08
|
||||
Abacus Associates,6,2,no,yes*,Live*,no,0.5,B/C,D +0.2,50%,50%,8.1,6.5,1.8,2.5,0.1,2,D +3.6,D +6.5,,0,10/21/10
|
||||
Data for Progress,522,31,no,no,Online/Text,no,0.5,B-,D +0.0,81%,45%,8.9,8.1,0.9,-0.2,-0.1,2,D +0.3,R +1.9,7.6,0,3/8/20
|
||||
Forman Center,100,2,no,yes*,Live*,no,0.6,B/C,D +0.2,100%,50%,11,5.9,5.3,5.1,0.1,2,D +11.0,D +17.1,21,0,10/22/98
|
||||
Magellan Strategies,179,18,no,partial,Online/Live,no,0.6,B/C,R +0.5,94%,33%,6.5,5.8,0.8,0,0,11,R +1.8,R +4.3,6.4,0,2/25/20
|
||||
Strategies 360,321,4,no,partial,Online/Live,no,0.6,B/C,R +0.1,63%,0%,2,5.5,-3.3,-3.1,-0.4,4,R +0.6,D +1.0,3.6,0.24,10/23/14
|
||||
DHM Research,76,14,no,partial,Online/Live,no,0.6,B/C,R +0.1,86%,7%,4.4,5.9,-1.3,-0.9,-0.3,12,R +0.3,D +0.3,4.5,0.54,10/27/16
|
||||
Bannon Communications,21,2,no,yes*,Live*,no,0.6,B/C,D +0.3,100%,50%,10.4,6.4,4.2,4,0.1,2,D +10.4,D +8.3,21,0,10/16/04
|
||||
Opinion Consultants,241,2,no,yes*,Live*,no,0.6,B/C,R +0.3,100%,50%,6.6,5.1,1.7,1.6,0.1,2,R +6.6,R +5.4,2.2,1.79,10/26/06
|
||||
Riley Research Associates,290,7,no,partial,Online/Live,no,0.6,B/C,R +0.1,100%,0%,2.7,5.6,-2.7,-2.3,-0.3,7,R +0.6,R +1.3,,0,10/15/08
|
||||
Hendrix College,138,14,no,partial,IVR/Live/Text,no,0.6,B/C,D +1.5,93%,50%,6.5,5.6,1.1,-0.5,-0.2,13,D +4.7,R +3.0,,0,10/19/18
|
||||
Hoffman Research Group,141,2,no,yes,Live,no,0.6,B/C,R +0.4,100%,0%,5.2,5.1,0.4,-0.2,0,2,R +5.2,R +1.3,2.1,2.19,10/30/18
|
||||
Glover Park Group,120,1,no,yes,Live,no,0.6,B/C,R +0.3,0%,100%,11.4,6.7,4.8,4.4,0.1,1,R +11.4,R +7.3,,0,10/16/12
|
||||
Y2 Analytics,389,4,no,partial,Online/Live,no,0.6,B/C,D +0.4,100%,50%,9.7,5.8,4,-1.5,-0.2,3,D +3.3,R +6.7,7.1,0,11/2/16
|
||||
Anderson Group,12,1,no,yes*,Live*,no,0.6,B/C,R +0.2,0%,100%,10.9,4.3,6.8,8.2,0.1,1,R +10.9,R +5.0,5,0,11/11/03
|
||||
Baselice & Associates,23,2,no,yes,Live,no,0.6,B/C,D +0.3,100%,50%,10,5.9,4.4,4.4,0.1,2,D +10.0,D +8.5,4,0.23,9/25/03
|
||||
Florida Poll,99,5,no,yes,Live,no,0.6,B/C,D +0.3,60%,0%,4.6,4.8,0,1.2,0.1,5,D +3.1,D +0.8,3.3,0.71,10/25/10
|
||||
Market Research Insight,185,11,no,yes,Live,no,0.6,B/C,D +1.2,100%,36%,4.8,4.9,0.1,0.9,0.3,11,D +3.9,D +3.6,6.4,0,10/9/19
|
||||
Howey Politics/DePauw University,142,7,no,yes,Live,no,0.6,B/C,D +0.1,57%,29%,6.7,5.7,1.2,1.3,0.2,6,D +0.6,D +1.3,7.2,0,10/29/12
|
||||
Lauer Johnson Research,167,1,no,yes,Live,no,0.6,B/C,D +0.3,0%,100%,13.8,6.4,7.6,7.3,0.1,1,D +13.8,D +17.0,,0,10/28/06
|
||||
Franklin Pierce University,107,17,no,yes,Live,no,0.6,B/C,D +0.7,85%,47%,6.7,6.1,0.8,1.1,0.2,12,D +4.5,D +5.1,6,0.04,10/26/04
|
||||
Neighbor,226,1,no,yes*,Live*,no,0.6,B/C,R +0.2,100%,100%,17.1,6.3,11,12.9,0.1,1,R +17.1,R +14.0,13,0,10/30/98
|
||||
Gonzales Research & Marketing Strategies Inc.,121,9,no,yes,Live,no,0.6,B/C,R +0.3,78%,33%,6.4,6.1,0.5,1.1,0.2,8,R +2.1,R +1.4,3,0.23,10/22/14
|
||||
McCulloch Research & Polling,201,4,no,yes*,Live*,no,0.6,B/C,R +0.4,75%,50%,7,4.5,2.7,2.6,0.2,4,R +5.5,R +3.2,5.1,0,11/5/06
|
||||
Concord Public Opinion Partners,553,1,no,yes,Live,no,0.6,B/C,,100%,100%,13.4,9.1,4.5,3.3,0.2,0,,,14.6,0,3/8/20
|
||||
Lycoming College,176,3,no,yes*,Live*,no,0.6,B/C,D +0.5,67%,33%,7.3,6.2,1.2,1.6,0.1,3,D +7.3,D +6.3,5,1.11,10/19/10
|
||||
OpinionWorks,244,6,no,yes,Live,no,0.6,B/C,R +0.5,92%,50%,7.3,5,2.4,1.5,0.2,6,R +3.1,D +3.7,9.5,0,10/23/12
|
||||
Data West Polling,74,2,no,yes*,Live*,no,0.6,B/C,D +0.4,50%,100%,13.1,6.8,6.5,6.1,0.2,2,D +13.1,D +7.5,,0,10/26/02
|
||||
Tulchin Research,340,3,no,partial,Online/Live,no,0.6,B/C,R +0.1,67%,0%,3.8,5.5,-1.5,-2.5,-0.2,3,R +0.8,D +5.3,2.9,0.55,10/27/18
|
||||
Spry Strategies,508,4,no,partial,IVR/Online/Live,no,0.6,B/C,R +0.3,75%,75%,10.8,7,4,-1.4,-0.2,1,R +5.4,R +11.6,16.4,0,3/2/20
|
||||
University of Alabama at Birmingham,344,2,no,yes*,Live*,no,0.6,B/C,R +0.4,100%,100%,12,5.1,7.1,6.7,0.2,2,R +12.0,R +4.7,7,0,10/30/02
|
||||
Latino Decisions,482,2,no,partial,Online/Live/Text,no,0.6,B/C,,100%,0%,4.7,8.6,-3.7,-2.7,-0.3,0,,,5.3,0.89,3/9/20
|
||||
Cherry Communications,49,5,no,yes,Live,no,0.6,B/C,R +0.5,50%,20%,7.6,6.5,1.3,1.6,0.3,4,R +3.3,R +3.9,11.7,0,10/22/16
|
||||
Strategic Research Associates,462,5,no,yes,Live,no,0.6,B/C,D +0.4,80%,20%,5,5.4,-0.2,1.1,0.2,5,D +1.9,D +0.0,3.2,0.36,10/20/18
|
||||
SoonerPoll.com,308,20,yes,partial,Online/Live,no,0.6,B/C,D +1.9,80%,45%,8.9,6,3,1.5,0.6,16,D +5.4,D +1.8,5.9,0.11,2/19/20
|
||||
Pew Research Center,253,25,yes,no,Online,no,0.7,B/C,D +0.8,50%,40%,4.4,4,0.6,1,0.4,25,D +2.1,D +1.0,3.8,0,10/23/16
|
||||
Schapiro Group,300,2,no,yes*,Live*,no,0.7,B/C,,50%,50%,21.5,9.8,11.9,4.5,0.2,0,,,6.5,0.61,1/25/08
|
||||
WCIA-TV,373,2,no,yes*,Live*,no,0.7,B/C,R +0.4,100%,100%,18.3,6.6,11.8,10,0.2,2,R +18.3,R +8.8,,0,10/14/98
|
||||
Pan Atlantic Research,249,17,no,no,Online,no,0.7,B/C,D +0.8,91%,24%,6.8,6.8,0.3,-1,-0.3,15,D +2.7,D +1.1,7.5,0,10/18/14
|
||||
David Binder Research,578,2,no,partial,Online/Live/Text,no,0.7,B/C,,0%,50%,5.4,8.1,-2.5,-1.4,-0.1,0,,,7.4,0,1/29/20
|
||||
Rainmaker Media Group,276,1,no,yes*,Live*,no,0.7,B/C,D +0.3,100%,100%,12.1,5.2,7.1,10.3,0.2,1,D +12.1,D +7.8,,0,10/15/08
|
||||
Southeastern Louisiana University,309,8,no,yes*,Live*,no,0.7,B/C,D +0.1,88%,38%,6.3,5,1.5,2.2,0.3,8,D +0.4,D +0.1,6,0,10/22/08
|
||||
Douglas Fulmer & Associates,82,2,no,partial,IVR/Live,no,0.7,B/C,,100%,50%,5,8.3,-3.1,-2.8,-0.2,0,,,9.1,0,1/19/16
|
||||
Ohio University,237,2,no,yes*,Live*,no,0.7,B/C,D +0.3,50%,50%,8.8,6,2.9,6.3,0.3,2,D +8.8,D +8.1,8.5,0,10/18/08
|
||||
East Carolina University,523,3,yes,no,IVR/Online,no,0.7,B/C,,100%,100%,19.1,7.9,11.4,2.1,0.3,0,,,6.5,0,2/28/20
|
||||
Star Tribune,315,14,no,yes,Live,no,0.7,B/C,D +0.9,50%,50%,5.9,4.2,1.9,1.8,0.3,12,D +5.1,D +3.7,5.1,0,11/6/06
|
||||
University of Iowa,353,3,no,yes,Live,no,0.7,B/C,R +0.3,67%,67%,17.3,8.2,9.3,4.4,0.3,1,R +6.6,R +2.8,13.1,0,10/23/12
|
||||
Hays Research Group,136,7,no,yes,Live,no,0.7,B/C,D +0.7,71%,43%,7.8,5.3,2.7,2.2,0.3,3,D +11.9,D +3.9,8.2,0,10/30/10
|
||||
BK Strategies,20,3,no,partial,IVR/Live,no,0.7,B/C,D +0.4,67%,33%,3.8,3.7,0.3,-1,-0.1,3,D +3.6,R +2.9,3.3,0.27,10/28/16
|
||||
New England College,228,19,no,no,IVR,no,0.7,B/C,R +1.2,74%,16%,4.2,5.1,-0.7,-0.4,-0.2,19,R +3.1,R +3.4,5.3,0,11/1/14
|
||||
Hellenthal & Associates,137,5,no,yes,Live,no,0.7,B/C,D +0.4,40%,40%,8.3,6.6,1.8,2.4,0.3,3,D +4.4,D +1.2,18,0,10/18/14
|
||||
Hickman Analytics,415,1,no,yes,Live,no,0.7,B/C,D +0.4,0%,100%,9.1,6.2,3.1,6.1,0.3,1,D +9.1,D +7.7,,0,10/15/19
|
||||
St. Cloud State University,312,9,no,yes,Live,no,0.7,B/C,D +0.3,67%,44%,6.4,5.6,1,2.1,0.3,9,D +2.0,D +1.3,5.8,0.05,10/18/12
|
||||
RRH Elections,274,9,no,partial,IVR/Online/Live,no,0.7,B/C,D +0.5,83%,22%,4.2,5.6,-1.2,-1,-0.3,9,D +1.8,R +4.1,3.9,0.83,8/27/19
|
||||
Benenson Strategy Group,30,9,no,partial,Online/Live,no,0.7,B/C,D +0.7,61%,11%,5.8,6.2,-0.2,0,0,9,D +3.8,D +7.6,9.9,0,10/16/14
|
||||
Greg Smith and Associates,128,5,no,yes*,Live*,no,0.7,B/C,D +0.8,60%,40%,8.5,6.2,2.5,2.7,0.3,5,D +8.5,D +3.7,5.2,0.81,10/29/10
|
||||
Mellman Group,205,22,no,partial,Live/Text,no,0.7,B/C,D +1.7,80%,18%,5.2,5.4,0.1,0,0,22,D +4.4,D +5.5,3.7,0.38,10/14/14
|
||||
Consumer Logic,59,4,no,yes*,Live*,no,0.7,B/C,D +0.3,50%,75%,8.8,5.1,3.8,4.4,0.3,4,D +5.4,D +2.5,3.1,1.17,10/17/04
|
||||
East Tennessee State University,456,2,no,yes,Live,no,0.7,B/C,D +0.9,75%,100%,9.9,5.8,4.2,3.8,0.3,2,D +9.9,D +3.9,,0,10/26/18
|
||||
Hamilton Campaigns,130,9,no,yes,Live,no,0.7,B/C,D +1.0,61%,33%,6.9,5.8,1.3,1.8,0.3,9,D +5.6,D +4.9,4.3,0.35,10/25/14
|
||||
The Tyson Group,334,12,no,partial,Online/Live,no,0.8,B/C,R +0.0,96%,17%,4.7,5.8,-0.9,0,0,10,R +0.1,D +0.1,4.5,0.24,3/7/16
|
||||
Keating Research/OnSight Public Affairs/Melanson,455,1,no,partial,Online/Live,no,0.8,B/C,R +0.1,100%,0%,2.6,5.9,-3.1,-3.9,-0.2,1,R +2.6,D +3.0,,0,10/28/18
|
||||
1892 Polling,461,1,no,partial,IVR/Live,no,0.8,B/C,R +0.0,100%,0%,0.6,3.9,-3.1,-2.3,-0.1,1,R +0.6,R +4.3,7.5,0,10/21/18
|
||||
Starboard Communications,316,2,no,partial,IVR/Live/Text,no,0.8,B/C,D +0.1,100%,0%,1.7,6.1,-4.2,-8.5,-0.8,1,D +3.3,R +7.3,19.5,0,2/26/20
|
||||
DCCC Targeting and Analytics Department,68,1,no,partial,IVR/Live,no,0.8,B/C,D +0.2,100%,0%,4.5,6.2,-1.6,-2,-0.1,1,D +4.5,,,0,10/20/16
|
||||
Massie & Associates,199,2,no,yes*,Live*,no,0.8,B/C,R +0.5,0%,100%,24,7,17.1,15.4,0.3,2,R +24.0,,,0,10/24/98
|
||||
Rasmussen Reports/Pulse Opinion Research,277,722,no,no,IVR/Online,no,0.8,C+,R +1.5,78%,29%,5.3,5.6,-0.1,0.2,0.2,581,R +1.6,R +1.2,4.6,0.09,10/30/18
|
||||
CVOTER,40,6,no,no,Online,no,0.8,B/C,R +0.2,100%,0%,1.9,3.4,-1.4,-1.8,-0.3,6,R +1.3,R +0.4,3.2,0.02,11/3/16
|
||||
KG Polling,502,2,no,partial,Online/Live,yes,0.8,F,D +0.2,100%,0%,2.2,5.2,-2.8,-1.6,-0.1,2,D +2.2,D +1.0,1,1.57,3/5/18
|
||||
IMGE Insights,145,2,no,partial,IVR/Live,no,0.8,B/C,R +0.5,100%,50%,6.4,5,1.6,0.2,0,2,R +6.4,R +0.5,6.5,0,11/4/17
|
||||
Millersville University,210,5,no,yes*,Live*,no,0.8,B/C,R +0.6,80%,80%,14.1,5.2,9,6.9,0.4,5,R +10.5,R +6.2,5.8,0,10/26/02
|
||||
University of Georgia,350,2,no,partial,Online/Live,no,0.8,B/C,R +0.3,50%,50%,5.7,5.1,0.8,-0.7,-0.1,2,R +4.1,D +0.7,1.3,0.9,10/26/18
|
||||
University of New Orleans,358,12,no,partial,IVR/Live,no,0.8,B/C,D +0.3,83%,33%,5.6,5.4,0.3,0.7,0.2,11,D +1.0,D +2.2,8.6,0,12/6/16
|
||||
FM3 Research,91,7,no,partial,Online/Live,no,0.9,B/C,D +0.5,79%,29%,5.9,6.2,-0.1,0.5,0,7,D +5.5,D +6.9,8.8,0,10/21/04
|
||||
Zogby Interactive/JZ Analytics,395,473,no,no,Online,no,0.9,C+,R +0.6,77%,29%,5.4,5.7,-0.1,0.4,0.4,376,R +0.7,D +0.2,5,0,10/30/14
|
||||
Marketing Workshop,194,7,no,yes*,Live*,no,0.9,B/C,D +0.1,57%,57%,9.7,5.4,4.5,3.5,0.3,7,D +1.6,D +0.7,2.6,1.83,10/28/02
|
||||
Kimball Political Consulting,163,4,no,yes,Live,no,0.9,B/C,R +0.9,75%,75%,8.1,4.8,3.5,4.3,0.5,4,R +8.1,R +4.5,6.5,0,11/1/12
|
||||
Momentum Analysis,214,3,no,yes,Live,no,0.9,B/C,D +0.4,33%,100%,13.7,6.5,7.4,7.2,0.5,3,D +5.7,D +2.8,,0,10/13/10
|
||||
ROI Rocket,554,3,no,no,Online,no,0.9,B/C,,100%,33%,2.6,8,-5.2,-3.6,-0.5,0,,,3.6,0.77,3/9/20
|
||||
R.L. Repass & Partners,268,1,no,partial,Online/Live,no,0.9,B/C,,100%,100%,11.6,9.8,1.9,0.7,0,0,,,,0,4/27/16
|
||||
Univision/University of Houston/Latino Decisions,568,1,no,partial,Online/Live,no,0.9,B/C,,0%,100%,10.7,8,2.9,0.7,0,0,,,4.6,0,2/24/20
|
||||
Schoen Consulting,301,1,no,partial,Online/Live,no,0.9,B/C,R +0.1,100%,0%,2.3,4.5,-2.1,-0.3,0,1,R +2.3,R +1.5,1.9,0.97,10/22/10
|
||||
20/20 Insight,1,6,no,partial,IVR/Live,no,0.9,B/C,D +0.2,50%,33%,12.1,7.6,4.7,0.8,0.1,3,D +1.9,D +4.3,8.8,0,11/1/18
|
||||
Victoria Research & Consulting,369,1,no,partial,Live/Text,no,0.9,B/C,D +0.1,50%,0%,8,6.5,1.7,1,0,1,D +8.0,,,0,10/18/04
|
||||
JMC Analytics,156,11,no,partial,IVR/Live/Text,no,0.9,B/C,R +1.0,86%,18%,5.6,5.2,0.6,-0.1,0,11,R +3.0,R +2.8,3.6,0.57,11/13/19
|
||||
Sacred Heart University,453,1,no,partial,Online/Live,no,0.9,B/C,R +0.3,0%,0%,5.6,5.6,0.2,0.9,0,1,R +5.6,R +8.8,6.4,0,10/30/18
|
||||
Ed Renwick/Loyola University New Orleans,85,7,no,yes*,Live*,no,0.9,B/C,D +0.6,86%,43%,8.1,5,3.3,4.1,0.5,7,D +5.3,D +4.6,6.1,0.01,10/25/08
|
||||
"Normington, Petts & Associates",232,10,no,partial,Online/Live,no,0.9,B/C,D +0.5,60%,40%,6.4,6.2,0.5,0.7,0.1,10,D +2.7,D +4.5,3,0.12,10/16/14
|
||||
Loras College,171,18,no,yes,Live,no,0.9,B/C,D +1.5,72%,33%,8.1,6.5,1.7,0.9,0.4,14,D +4.3,R +0.6,3.3,0.61,11/2/16
|
||||
Probolsky Research,259,4,no,partial,Online/Live/Text,no,0.9,B/C,R +0.8,50%,25%,6.4,5,1.6,1,0.1,3,R +7.7,R +5.6,6.2,0,10/28/18
|
||||
University of Texas at Tyler,458,3,no,partial,Online/Live,no,0.9,B/C,R +0.3,67%,67%,7.6,5.8,2,1.1,0.1,2,R +4.1,R +0.9,4.9,0,2/22/20
|
||||
Gravis Marketing,124,132,no,partial,IVR/Online/Live,no,0.9,C,D +0.9,68%,32%,5.3,5.1,0.4,0.6,0.5,103,D +1.1,R +0.3,4.4,0,3/11/20
|
||||
AtlasIntel,546,8,no,no,Online,no,0.9,B/C,,81%,63%,8.8,8.2,0.8,-0.1,0,0,,,8.9,0,3/15/20
|
||||
Harper Polling/Clarity Campaign Labs,513,1,no,partial,IVR/Live,no,1,B/C,D +0.3,0%,0%,7,5.9,1.3,2.1,0.1,1,D +7.0,D +4.8,,0,8/27/19
|
||||
Susquehanna Polling & Research Inc.,326,38,no,partial,IVR/Online/Live,no,1,C,D +0.9,76%,29%,5.8,5.5,0.5,0.7,0.4,33,D +1.7,D +0.3,4.8,0,10/30/18
|
||||
Multi-Quest International,220,2,no,partial,IVR/Live,no,1,B/C,D +0.0,0%,0%,5,5.7,-0.5,-0.1,0,2,D +0.9,D +2.7,1.6,2.11,10/17/14
|
||||
Ogden & Fry,425,3,no,no,IVR,no,1,B/C,R +0.0,100%,0%,2.5,5.8,-3,-4.4,-0.5,2,R +0.2,R +6.0,6,0,3/8/20
|
||||
Marketing Resource Group (MRG),193,10,no,yes,Live,no,1,B/C,D +0.3,30%,70%,9.9,7.2,2.9,1.7,0.5,6,D +1.7,D +1.6,5.6,0.59,10/16/18
|
||||
Beacon Research,545,1,no,partial,Online/Live,no,1,B/C,,100%,100%,11.4,7.8,3.8,2.4,0.1,0,,,,0,2/14/20
|
||||
Civiqs,471,3,no,no,Online,no,1,B/C,,100%,33%,4.9,7.8,-2.7,-1.4,-0.2,0,,,9.3,0,1/28/20
|
||||
Clout Research/Wenzel Strategies,55,15,no,yes,Live,no,1,B/C,R +1.8,53%,40%,6.7,5,1.9,2,0.7,14,R +5.5,R +4.6,5.2,0,4/15/17
|
||||
Harris Insights & Analytics,133,169,yes,no,Online,no,1,C,R +1.3,83%,49%,5.1,3.4,1.9,0.9,0.8,169,R +1.5,D +0.7,4.1,0,11/5/18
|
||||
Praecones Analytica,257,3,no,no,IVR/Online,no,1,B/C,R +0.2,33%,0%,1.8,6.4,-4.4,-5.6,-0.6,3,R +1.8,R +5.2,4.9,0.76,10/27/16
|
||||
SocialSphere,307,2,no,partial,Online/Live,no,1,B/C,R +0.4,100%,0%,6.1,5.8,0.5,2.2,0.1,2,R +6.1,R +6.4,6.5,0,10/28/14
|
||||
Cole Hargrave Snodgrass & Associates,56,5,no,partial,Live/Text,no,1,B/C,D +0.1,60%,40%,8.1,7,1.3,1,0.2,3,D +3.4,R +2.2,3.7,0.41,2/12/20
|
||||
Maine People's Resource Center,180,14,no,no,IVR/Online,no,1,B/C,D +0.1,93%,36%,6.4,5.3,1.3,0.1,0,12,D +0.5,R +1.2,6.8,0,10/25/16
|
||||
Western Kentucky University,379,5,no,yes,Live,no,1,B/C,D +1.2,80%,80%,11.1,5.9,5.4,3.3,0.6,4,D +9.2,R +0.1,2,0.46,10/28/16
|
||||
Morning Consult,218,12,no,no,Online,no,1,B/C,D +0.2,75%,25%,3,3.5,-0.3,0.2,0.1,12,D +0.6,R +0.6,3.5,0,11/3/18
|
||||
Alabama State University,8,4,no,no,Landline,no,1,B/C,,50%,50%,6.4,8.2,-1.6,-3.1,-0.3,0,,,5,0.03,3/7/12
|
||||
Glengariff Group,117,10,no,partial,IVR/Live/Text,no,1,B/C,D +0.3,80%,40%,5.6,6,-0.2,0.7,0.2,8,D +1.3,D +3.0,4.8,0.2,3/1/20
|
||||
TargetSmart/William & Mary,332,3,no,partial,Online/Live,no,1,B/C,D +0.6,67%,33%,5.3,4.6,0.9,1.8,0.2,3,D +5.3,D +1.7,4,0.23,11/2/16
|
||||
Optimus,245,16,yes,partial,Online/Live/Text,no,1,B/C,R +1.4,81%,69%,8,4.6,3.5,2.7,1.1,13,R +3.9,R +2.7,6.4,0,3/8/20
|
||||
St. Pete Polls,314,22,no,no,IVR,no,1,C,R +0.4,52%,27%,4.4,4.6,0,0.5,0.3,21,R +0.9,R +1.3,3.6,0,3/7/20
|
||||
Meredith College,423,1,no,partial,Online/Live,no,1,B/C,,0%,100%,20.3,8.1,12.4,3,0.2,0,,,2.9,0.74,2/20/20
|
||||
Roanoke College,292,16,yes,yes,Live,no,1.1,B/C,D +0.5,78%,56%,8.6,5.9,2.9,4,1.4,13,D +1.8,D +1.9,5.5,0,10/31/17
|
||||
IVR Polls,146,4,no,no,IVR,no,1.1,B/C,,100%,25%,4.2,8.3,-4,-2,-0.2,0,,,8,0,3/1/08
|
||||
Strategic National,318,2,no,no,IVR,no,1.1,B/C,D +0.1,25%,0%,0.7,5.1,-4.2,-7.2,-0.6,2,D +0.7,R +4.8,5.4,0.03,11/3/16
|
||||
Master Image,200,2,no,no,IVR,no,1.1,B/C,,100%,0%,1.2,7.5,-6.1,-4.1,-0.3,0,,,,0,2/24/16
|
||||
Capital Survey Research Center,44,13,no,no,Landline,no,1.1,B/C,D +0.0,35%,62%,9.7,7.6,2.2,0.1,0,4,D +0.6,D +1.3,10.2,0,3/10/12
|
||||
OH Predictive Insights,235,6,no,partial,IVR/Online/Live,no,1.1,B/C,R +0.9,67%,33%,7.2,6.6,0.8,1.2,0.3,4,R +5.4,R +4.7,4.9,0.07,3/4/20
|
||||
Riggs Research Services,289,1,no,yes*,Live*,no,1.1,B/C,D +0.9,0%,100%,33.7,5.9,28,25.9,0.7,1,D +33.7,D +29.0,29,0,10/28/10
|
||||
Research America Inc.,282,3,no,partial,Online/Live,no,1.1,B/C,D +0.1,100%,33%,14.4,7.6,7,2.7,0.3,1,D +1.7,R +1.6,11.9,0,10/25/18
|
||||
Columbus Dispatch,57,22,no,no,Mail,no,1.1,B/C,D +1.0,93%,45%,5.1,4.6,0.7,0.6,0.2,17,D +3.0,D +2.8,5.5,0,11/1/16
|
||||
Dixie Strategies,81,11,no,partial,IVR/Live,no,1.1,B/C,R +1.2,95%,55%,6.9,5.7,1.4,1.5,0.5,8,R +4.5,R +4.0,7.2,0,10/30/18
|
||||
OnPoint,240,4,no,no,IVR,no,1.1,B/C,D +0.1,100%,0%,1.7,5.2,-3.4,-2.4,-0.2,4,D +1.6,D +2.3,3.7,0.79,11/6/06
|
||||
Craciun Research Group,61,1,no,yes,Live,no,1.1,B/C,D +0.7,0%,100%,18.7,6.2,12.7,17.5,0.7,1,D +18.7,D +11.3,,0,10/24/16
|
||||
ALG Research,14,15,no,partial,Online/Live,no,1.1,B/C,D +1.5,60%,40%,6.5,5.9,0.8,1.3,0.4,15,D +4.6,D +6.8,4.4,0.22,10/27/18
|
||||
USC Dornsife/Los Angeles Times,343,6,yes,no,Online,no,1.1,B/C,D +0.3,67%,83%,5.3,3.1,2.3,3.7,0.8,6,D +1.2,D +1.2,8.7,0,10/31/18
|
||||
The Polling Company Inc.,337,7,no,partial,IVR/Online/Live,no,1.1,B/C,R +1.1,71%,57%,6.2,5.3,1.1,1.4,0.3,7,R +4.8,R +3.3,6.1,0,11/4/17
|
||||
M4 Strategies,177,2,no,no,Online,no,1.1,B/C,R +0.2,100%,50%,3.1,3.2,0.1,-4.4,-0.3,2,R +3.1,D +4.8,6.7,0,10/25/12
|
||||
Victory Enterprises,525,1,no,partial,IVR/Live,no,1.2,B/C,R +0.5,0%,100%,17.3,6.7,10.9,9.5,0.3,1,R +17.3,,,0,10/24/12
|
||||
We Ask America,376,53,no,partial,IVR/Online/Live/Text,no,1.2,C,R +0.8,82%,45%,6.9,5.6,1.5,1,0.6,34,R +1.6,R +2.2,5.8,0,9/25/19
|
||||
Edgewater Research/My People Vote,530,2,no,no,IVR,no,1.2,B/C,R +0.1,100%,0%,1.7,5.5,-3.6,-1.7,-0.2,2,R +0.7,D +0.7,1.2,1.03,11/11/19
|
||||
RMG Research,555,1,no,no,IVR/Online,no,1.2,B/C,,100%,0%,4.3,8.1,-3.6,-5.1,-0.3,0,,,,0,2/24/20
|
||||
Evan Falchuk and Lou DiNatale,531,1,no,no,IVR,no,1.2,B/C,,0%,100%,11.3,7.9,3.5,-2.9,-0.2,0,,,,0,2/17/20
|
||||
RABA Research,269,2,no,partial,IVR/Online/Live,no,1.2,B/C,D +0.3,100%,50%,5.3,6,-0.4,2.1,0.2,1,D +6.9,D +2.0,2.3,0.57,11/2/16
|
||||
WPA Intelligence (WPAi),383,17,no,partial,IVR/Online/Live,no,1.2,B/C,R +0.7,68%,47%,7.5,6.2,1.5,1.3,0.5,15,R +2.1,R +4.8,10,0,2/12/20
|
||||
Forward Strategies,102,2,no,no,IVR,no,1.2,B/C,D +0.1,100%,0%,1.3,5.1,-3.6,-2.9,-0.1,2,D +1.3,D +3.6,3.4,1.1,10/28/10
|
||||
CSP Polling,39,1,no,no,Online,yes,1.2,F,D +0.1,100%,0%,2.6,5.6,-2.8,-2.7,-0.1,1,D +2.6,R +2.6,4.1,0.8,6/16/17
|
||||
Purple Strategies,265,4,no,no,Online,no,1.2,B/C,R +0.3,88%,0%,3,4.8,-1.6,-1.3,-0.1,4,R +3.0,R +0.1,2.2,1.29,11/1/12
|
||||
Revily,284,1,no,no,IVR,no,1.2,B/C,R +0.0,100%,0%,0.5,4.8,-4.1,-2.8,-0.1,1,R +0.5,D +1.7,2,1.58,4/11/17
|
||||
Global Strategy Group,118,22,no,partial,Online/Live/Text,no,1.2,B/C,D +1.8,68%,27%,6.7,5.8,1.1,1.6,0.6,22,D +4.8,D +5.2,5.6,0.05,10/22/14
|
||||
Pacific Market Research,459,2,no,no,Online,no,1.2,B/C,R +0.7,100%,50%,7.5,6.5,1.2,0,0,2,R +7.5,R +0.9,,0,10/22/18
|
||||
Arizona State University,15,8,no,partial,Online/Live,no,1.2,B/C,D +0.6,100%,50%,8.2,6.1,2.3,2.4,0.3,6,D +5.8,D +6.8,0.4,0.87,10/25/08
|
||||
Crantford Research,62,1,no,no,Online,no,1.2,B/C,D +0.1,100%,0%,2.5,5.4,-2.8,-3.9,-0.1,1,D +2.5,D +9.5,,0,10/18/10
|
||||
Rivercity Polling,291,1,no,no,IVR,no,1.2,B/C,R +0.2,100%,0%,6.7,7.6,-0.8,-3.1,-0.1,1,R +6.7,R +11.5,,0,10/21/10
|
||||
AFL-CIO,526,1,no,no,IVR,no,1.3,B/C,R +0.1,100%,0%,3.8,4.9,-0.8,-1.5,0,1,R +3.8,,,0,10/22/12
|
||||
War Room Logistics,374,1,no,no,IVR,no,1.3,B/C,,100%,100%,4.5,7.5,-2.8,-1.3,0,0,,,11.6,0,1/27/12
|
||||
Diamond State Consulting Group,78,1,no,no,IVR,no,1.3,B/C,D +0.1,100%,0%,4.2,5,-0.6,-1.6,-0.1,1,D +4.2,R +5.0,5,0.62,10/21/14
|
||||
MRG Research,207,22,no,partial,IVR/Live,no,1.3,B/C,R +2.1,82%,45%,7.1,5.2,2.1,1.7,0.7,21,R +5.5,R +2.4,8.5,0,10/18/14
|
||||
Pasquines,552,1,no,no,Online,no,1.3,B/C,,100%,0%,10.4,10.1,0.4,-0.7,0,0,,,,0,5/27/16
|
||||
Florida Chamber of Commerce,577,1,no,no,Landline,no,1.3,B/C,D +0.0,100%,0%,1.2,4.8,-3.4,-2.6,-0.1,1,D +1.2,D +1.9,3.2,0.85,10/27/08
|
||||
PSB Research,250,19,no,no,Online,no,1.3,B/C,D +2.3,63%,42%,7.8,6.4,1.6,0.9,0.3,19,D +7.0,D +1.0,5.4,0.02,10/20/10
|
||||
Trafalgar Group,338,48,no,no,IVR,no,1.3,C-,R +0.9,75%,50%,5.6,4.7,1,0.9,0.6,34,R +1.5,R +3.4,5.1,0,2/27/20
|
||||
Singularis Group,306,1,no,no,IVR,no,1.3,B/C,R +0.0,100%,0%,0.8,4.1,-3.1,-2.6,-0.1,1,R +0.8,D +2.0,2,2.38,10/27/16
|
||||
Constituent Dynamics,58,8,no,no,IVR,no,1.3,B/C,R +0.0,88%,63%,8.5,7.6,1.2,0.8,0.1,1,R +1.9,D +2.3,10.9,0,2/25/08
|
||||
TargetPoint,331,2,no,partial,IVR/Live,no,1.3,B/C,,100%,100%,18.3,8.2,10.4,5.9,0.4,0,,,,0,4/9/16
|
||||
BIGresearch,19,1,no,no,Online,no,1.3,B/C,R +0.0,100%,0%,1.9,3.9,-1.8,-3.6,-0.1,1,R +1.9,R +7.8,6.4,0,10/4/03
|
||||
Rossman Group,294,1,no,no,IVR,no,1.3,C/D,D +0.1,100%,0%,4.2,6.5,-2.1,0.2,0,1,D +4.2,D +4.7,,0,10/18/10
|
||||
Remington Research Group,279,39,no,partial,IVR/Live,no,1.3,C-,D +1.2,69%,36%,4.9,3.7,1.4,1.4,0.9,38,D +2.0,R +1.9,4.7,0,3/5/20
|
||||
Triumph Campaigns,339,1,no,no,IVR,no,1.3,C/D,R +0.2,100%,0%,4.2,4.2,0.3,0.9,0,1,R +4.2,R +5.0,,0,11/5/15
|
||||
Liberty Opinion Research,169,1,no,no,IVR,no,1.3,C/D,,100%,100%,5.7,7.3,-1.4,0.5,0,0,,,2.5,0.51,4/7/16
|
||||
Big Data Poll,251,4,no,no,IVR/Online,yes,1.3,F,R +0.4,25%,25%,3,2.9,0.3,1.1,0.2,4,R +3.0,R +4.9,6.7,0,11/5/16
|
||||
Iona College,152,1,no,no,IVR,no,1.3,C/D,D +0.1,100%,0%,4.4,5.5,-0.9,-1.1,0,1,D +4.4,R +1.7,1.5,2.26,10/20/10
|
||||
"University of California, Berkeley",457,3,no,no,Online,no,1.3,C/D,R +0.3,100%,67%,8,5.3,2.9,1.2,0.2,1,R +5.9,D +2.7,8.3,0,2/23/20
|
||||
Datamar,75,8,no,no,IVR,no,1.3,C/D,R +0.3,69%,38%,6.3,6,0.5,1.2,0.2,5,R +2.8,R +3.3,5.8,0,11/2/08
|
||||
co/efficient,514,1,no,no,IVR/Text,no,1.3,C/D,D +0.2,0%,0%,3.5,4.1,-0.4,0.4,0,1,D +3.5,R +0.5,3,1.04,9/6/19
|
||||
Change Research,48,65,no,no,Online,no,1.3,C-,D +1.1,77%,38%,6.6,5.1,1.7,1,0.7,57,D +1.6,D +2.1,6.4,0,3/2/20
|
||||
CrossTarget,66,2,no,no,IVR,no,1.3,C/D,R +0.4,100%,50%,7.7,4.9,3.1,1.5,0.1,2,R +7.7,R +13.3,15.8,0,1/17/10
|
||||
TeleResearch Corporation,335,1,no,no,IVR,no,1.4,C/D,,100%,100%,8.9,8,1,2.2,0,0,,,11.3,0,4/27/08
|
||||
Critical Insights,64,19,no,partial,Online/Live,no,1.4,C/D,R +0.1,89%,42%,8.6,6.4,2.4,2.2,0.7,17,R +0.2,R +2.1,11.4,0,10/31/12
|
||||
RAND (American Life Panel),270,4,no,no,Online,no,1.4,C/D,D +0.2,100%,25%,2.7,2.6,0.3,1.5,0.2,4,D +1.4,D +3.7,4.1,0,10/26/16
|
||||
Great Lakes Strategies Group,125,1,no,no,IVR,no,1.4,C/D,R +0.2,0%,100%,7.5,5,2.7,3,0.1,1,R +7.5,R +10.0,10,0,10/27/10
|
||||
MarblePort,182,2,no,no,IVR,no,1.4,C/D,R +0.4,100%,100%,5.6,4.1,1.6,2,0.1,2,R +5.6,R +4.4,6.3,0,11/11/15
|
||||
ResearchNow,283,2,no,no,Online,no,1.4,C/D,,100%,100%,9.4,8.7,0.8,0.4,0,0,,,1,1.6,2/23/16
|
||||
New Frontier Strategy,229,1,no,no,IVR,no,1.4,C/D,,0%,100%,21.6,7.8,13.9,4,0.1,0,,,,0,1/12/12
|
||||
Hampton University,131,4,no,partial,Online/Live,no,1.4,C/D,R +0.8,50%,50%,7.5,4.5,3.2,4.6,0.7,4,R +5.8,R +6.8,5.5,0,10/20/17
|
||||
Indiana University-Purdue University Fort Wayne,150,3,no,yes,Live,no,1.4,C/D,,0%,100%,23.4,9.2,14.4,9.3,1,0,,,,0,4/21/16
|
||||
McLaughlin & Associates,203,25,no,partial,Online/Live,no,1.4,C/D,R +0.9,70%,36%,6.2,5.7,0.7,2,0.9,25,R +2.1,R +4.4,5.9,0,10/20/18
|
||||
Zata3,392,2,no,no,IVR,no,1.4,C/D,R +0.2,100%,50%,10.5,5.8,4.8,3.3,0.2,2,R +4.3,D +0.0,,0,10/20/10
|
||||
GCR & Associates,110,1,no,no,IVR,no,1.5,C/D,,100%,100%,18.3,8.2,10.3,5.5,0.2,0,,,,0,3/9/12
|
||||
Mitchell Research & Communications,213,66,no,partial,IVR/Live,no,1.5,C-,D +0.8,67%,41%,7.3,6.1,1.4,1.5,1.1,41,D +1.4,R +0.2,5.2,0,3/8/20
|
||||
Slingshot Strategies,451,1,no,no,IVR/Online,no,1.5,C/D,D +0.4,100%,100%,9.3,5.8,3.7,4.9,0.2,1,D +9.3,D +9.0,9,0,11/1/18
|
||||
ccAdvertising,396,30,no,yes,Live,no,1.5,C/D,R +2.6,88%,70%,7.1,4.1,3.1,2.8,1.3,30,R +5.7,R +3.7,4.9,0,11/1/14
|
||||
Strategy Research,322,1,no,no,IVR,no,1.5,C/D,R +0.4,0%,100%,8.7,3.1,5.7,5.5,0.2,1,R +8.7,R +4.7,3.8,0,12/4/17
|
||||
GaPundit.com,111,2,no,no,IVR,no,1.5,C/D,D +0.6,25%,100%,8.3,4.4,4,4,0.3,2,D +8.3,D +3.1,,0,10/14/14
|
||||
Lucid,175,25,no,no,Online,no,1.6,D+,D +1.9,88%,32%,4.1,4,0.3,1.6,0.8,25,D +3.8,D +2.3,3.8,0,10/25/18
|
||||
Target Insyght,330,6,no,partial,IVR/Live,no,1.6,C/D,R +0.6,75%,33%,10.4,6.6,4,3.8,0.8,4,R +3.9,R +3.7,12.2,0,3/8/20
|
||||
Baldwin Wallace University,401,2,no,no,Online,no,1.6,C/D,D +0.7,50%,50%,8.3,4.5,4,4.1,0.4,2,D +8.3,D +3.5,,0,10/23/18
|
||||
Brown University,35,12,no,yes,Live,no,1.6,C/D,R +0.3,83%,67%,11.4,7.4,4.1,4.7,1.2,7,R +2.2,R +0.1,4.9,0.31,4/20/16
|
||||
University of Colorado,580,2,no,no,Online,no,1.6,C/D,D +0.5,100%,50%,6.7,4.4,2.5,5,0.4,2,D +6.7,D +7.3,,0,10/21/16
|
||||
Opinion Research Associates,242,14,no,yes,Live,no,1.6,C/D,D +2.0,61%,43%,9.3,6,3.4,5,1.3,14,D +7.7,D +6.5,8.7,0,10/31/14
|
||||
BWD Global,527,2,no,no,IVR,no,1.6,C/D,R +0.1,100%,50%,13.5,6.2,7.5,5.3,0.4,1,R +4.4,R +5.3,,0,5/26/16
|
||||
Google Surveys,122,24,yes,no,Online,no,1.6,D+,R +0.1,92%,38%,5.3,3.4,2.1,3,1.4,24,R +0.2,R +0.7,3.6,0,11/4/16
|
||||
Targoz Market Research,454,7,no,no,Online,no,1.7,C/D,D +1.6,93%,43%,7.3,6.1,1.4,2.3,0.6,7,D +6.1,D +4.3,5.1,0.16,11/10/19
|
||||
OurProgress (The Progress Campaign),561,2,no,no,Online/Text,yes,1.7,F,,100%,100%,14.6,8.8,5.9,3.2,0.3,0,,,0.5,1.42,3/5/20
|
||||
Saguaro Strategies,298,2,no,no,Online,no,1.7,C/D,D +0.4,0%,100%,5,2.9,2.2,4.9,0.4,2,D +5.0,D +4.0,2.4,0.89,10/30/16
|
||||
Elucd,549,4,no,no,Online,no,1.7,C/D,,50%,75%,12.9,7.8,5.4,3.2,0.6,0,,,4,0,2/28/20
|
||||
Baydoun Consulting,25,6,no,no,IVR,no,1.8,C/D,R +1.0,83%,67%,6.8,5.2,1.8,3.9,0.6,4,R +8.8,R +6.7,7.9,0,11/2/12
|
||||
CPEC,38,2,no,no,IVR,no,1.8,C/D,,100%,100%,15.8,8.4,7.6,6.9,0.5,0,,,11.2,0,4/23/16
|
||||
Zia Poll,393,3,no,no,IVR,no,1.8,C/D,R +0.5,100%,33%,4.9,2.5,2.5,5.3,0.6,3,R +4.9,R +3.3,5.9,0,11/6/16
|
||||
Glascock Group,116,2,no,no,IVR,no,1.9,C/D,D +0.2,50%,100%,15.5,5.1,10.6,9.6,0.6,2,D +3.4,D +20.0,20,0,12/2/14
|
||||
Point Blank Political,550,6,no,no,Online/Text,no,1.9,C/D,,83%,83%,10.7,7.5,3.3,3.4,0.9,0,,,9.4,0,3/12/20
|
||||
TP Research,452,2,no,no,IVR,no,2,C/D,R +1.4,0%,100%,15.6,6.3,9.5,7.9,0.7,2,R +15.6,R +8.3,7.1,0.37,10/31/18
|
||||
Carroll Strategies,450,5,no,no,IVR,no,2,C/D,R +1.9,80%,60%,9.9,5.5,4.6,3.6,0.7,5,R +9.9,R +1.7,4.5,0.92,11/1/18
|
||||
Dane & Associates,71,2,no,no,IVR,no,2,C/D,R +0.9,50%,100%,21.2,3.9,17.5,15.2,0.7,2,R +21.2,R +10.5,3,0.79,10/28/08
|
||||
Brigham Young University,34,4,no,no,Online,no,2.2,C/D,D +2.1,75%,75%,16.5,8.7,8,8.1,1,4,D +16.5,D +16.5,,0,10/19/14
|
||||
Swayable,543,22,no,no,Online,no,2.2,D-,,77%,68%,12,7.8,4.4,2.8,1.5,0,,,10.2,0,3/16/20
|
||||
Fort Hays State University,101,6,no,yes,Live,no,2.3,C/D,R +1.4,67%,50%,22.1,9,13.3,9.5,1.9,2,R +18.8,R +27.7,28.3,0,11/2/16
|
||||
Saint Leo University,299,6,no,no,Online,no,2.5,C/D,D +1.8,33%,67%,8.5,4.9,3.8,6.9,1.4,6,D +8.5,D +6.5,8,0,10/19/18
|
||||
SurveyMonkey,324,210,no,no,Online,no,2.6,D-,D +5.0,84%,54%,7.1,4.4,2.9,2.3,2.1,197,D +5.6,D +2.9,5.5,0,10/15/19
|
||||
Nielson Brothers Polling,231,9,no,no,IVR,no,3,C/D,D +2.9,89%,67%,12.2,5.1,7.3,8,1.9,9,D +12.2,D +9.9,8.2,0,10/25/16
|
||||
TCJ Research,327,132,no,no,IVR,yes,3,F,R +4.4,60%,49%,6.4,4.5,2.1,3,2.4,124,R +5.6,R +3.5,4.4,0,11/5/12
|
||||
Humphrey Institute,143,12,no,no,Landline,no,3,C/D,D +0.6,33%,50%,17.9,6.5,11.6,9.2,1.9,8,D +3.8,D +3.0,5.5,0,10/23/10
|
||||
Jayhawk Consulting,157,2,no,no,Landline,no,3.4,C/D,D +3.0,50%,100%,37.6,5.8,32,26.9,2.1,2,D +37.6,D +10.9,,0,10/23/18
|
||||
Rank,Pollster,Pollster Rating ID,Polls Analyzed,NCPP/AAPOR/Roper,Banned by 538,Predictive Plus-Minus,538 Grade,Mean-Reverted Bias,Races Called Correctly,Misses Outside MOE,Simple Average Error,Simple Expected Error,Simple Plus-Minus,Advanced Plus-Minus,Mean-Reverted Advanced Plus Minus,# of Polls for Bias Analysis,Bias,House Effect,Average Distance from Polling Average (ADPA),Herding Penalty
|
||||
1,Selzer & Co.,304,50,yes,no,-1.164872371474521,A+,.1068463875508721,.78,.24,4.562133331298828,5.959977154458428,-1.39298948255301,-1.623991286805722,-1.006764054913049,33,.2013049270167495,-.2436310533715819,5.339088853326275,0
|
||||
2,ABC News/The Washington Post,3,82,yes,no,-.9919601103089348,A+,.919806741264664,.7378048780487805,.0853658536585366,3.053507269882574,4.972745084419228,-1.914383473930063,-1.328716976870906,-.980676124300166,77,1.256718524090656,1.231279279930035,3.827491674106647,.1323492717694392
|
||||
3,Siena College/The New York Times Upshot,448,83,yes,no,-.9544521038153676,A+,1.14294147140295,.7289156626506024,.2048192771084337,4.352681654045381,5.364920020225804,-1.007384025573833,-1.309740901950579,-1.055391384869558,82,1.422586092134801,.2312039975053743,3.574593667720398,.225521742481611
|
||||
4,IBD/TIPP,144,31,yes,no,-.9384244225719548,A+,-.8323505085998764,.8064516129032258,.032258064516129,2.085001545567666,4.009343275206846,-1.919487389032589,-1.512109181475797,-.7926143837060662,31,-1.587915728169103,-1.814818206485563,3.704195219998842,.0994545884761387
|
||||
5,Field Research Corp. (Field Poll),94,25,yes,no,-.9066947881490729,A/B,-.68286791423325,1,.2,4.103997268676758,5.990497434167947,-1.881645824884602,-2.473642991473191,-.9231339849666499,18,-2.45507632361518,.7254408972487491,4.752570927914591,0
|
||||
6,SurveyUSA,325,834,yes,no,-.8752330868681902,A,.0484691218432057,.8932853717026379,.1954436450839329,4.704052174977547,5.683743839377613,-.9748373237934711,-1.032314128557589,-.9872966045424653,673,.0512701689222769,-.5315926826248129,4.945520069959565,.1361415019183604
|
||||
7,Marquette University Law School,195,13,yes,no,-.8697002861718625,A/B,.3831011403830225,.8076923076923077,.0769230769230769,2.932985892662635,6.054269110656587,-3.116428877387361,-3.454291736544523,-1.235316783275665,9,1.407818264431424,-.5141475002058183,4.347614329091975,.1538779277881331
|
||||
8,Siena College,305,55,yes,no,-.8293660466608428,A,-.5366020204415759,.8727272727272727,.2545454545454545,5.02008486661044,5.578377511654227,-.5534383044371974,-1.225251368148029,-.8036684444001194,50,-.844322738647461,-1.053552798344115,4.695373958576219,.1790445736095319
|
||||
9,Landmark Communications,166,48,no,no,-.786005596999762,A,1.414304425825647,.7708333333333334,.1666666666666667,4.448425730069478,5.431063119323992,-.9777830486479258,-1.360030188032199,-.9120955116881638,42,2.192652974809919,-1.707165289556037,4.390866224150755,.0583615807178807
|
||||
10,Research & Polling Inc.,280,40,no,no,-.7513833843367311,A,-.6080981815445845,.875,.1,4.338134384155273,5.568008056561508,-1.225019331799646,-1.767130072846286,-1.045516722924715,39,-1.030772771590795,.4793430099621862,4.64207646394386,.3149313028156319
|
||||
11,AtlasIntel,546,22,yes,no,-.7499685151956839,A,.4354616403579712,.75,.2272727272727273,4.584125345403498,5.225420256679696,-.6364405706696089,-1.023215482173971,-.5627685151956839,14,.9953408922467913,-1.740201084411755,6.067670031564372,0
|
||||
12,MassINC Polling Group,198,20,yes,no,-.7440584999606555,A/B,-.7850465739065724,.85,.2,4.52824182510376,6.208162293460438,-1.675066127750088,-1.257475622479393,-.5865806232527697,14,-2.180184500558036,-1.995397342239822,5.79614435261604,.0812833459930051
|
||||
13,Monmouth University,215,120,yes,no,-.7076238531971101,A,2.087707895122895,.7833333333333333,.2666666666666667,5.895935599009196,6.281559100011743,-.3807691603959558,-1.036981998571407,-.8643483465169622,83,2.741045687572066,-.1174755194307274,4.889776770866244,.2711130049671029
|
||||
14,Marist College,183,189,yes,no,-.669456194648838,A,.1069875574214711,.8333333333333334,.2698412698412698,5.503499348958333,6.156418871325839,-.6480651817609135,-.7272975370227955,-.6370061782261081,121,.1314358671834646,.0296862598112305,4.997716942331857,.0219156245512363
|
||||
15,Fox News/Beacon Research/Shaw & Co. Research,103,46,yes,no,-.6526828278459328,A,1.807602334432939,.75,.3695652173913043,5.56253603230352,5.996276726177782,-.428886353267673,-.7697429920479961,-.5150206567139288,31,3.073489773658014,.8663459100829412,4.616863057440015,0
|
||||
16,Stockton University,317,11,yes,no,-.5988865336566043,A/B,.8586874339554346,.9090909090909091,.1818181818181818,4.268058083274147,5.3663269154552,-1.093414491574463,-1.443419811806566,-.4592542556950052,11,2.698824102228338,.7386111683315703,6.07582560725001,0
|
||||
17,Data Orbital,73,13,yes,no,-.5601375650091485,A/B,.5515915781817705,.9615384615384616,0,2.397174541766827,4.830461730624204,-2.428432848250788,-1.487450615111105,-.5659004369636715,13,1.449840252216046,-1.198510417111883,4.046261810032384,.4437168583600935
|
||||
18,University of North Florida,360,10,yes,no,-.5472183790769786,A/B,.8902943716826435,.4,.3,4.059848022460938,6.303158922207842,-2.238456559140316,-1.393749348566706,-.4314608606122858,7,3.979950496128627,1.022124882062393,3.95182601196337,.0666741928082798
|
||||
19,Blum & Weprin Associates,32,19,yes,no,-.5370805569371541,A/B,-.6930586251044314,.9473684210526315,.2105263157894737,4.740097848992598,5.245323230143717,-.5003710405445295,-2.155558391362864,-.4691066218503643,17,-3.425431644215303,.5520147939495113,4.496007923756143,.0729941157575656
|
||||
20,Greenberg Quinlan Rosner/American Viewpoint,127,8,yes,no,-.463154299736858,A/B,-.6666186527357043,1,.5,4.377521991729736,5.458382514305143,-1.076006181968817,-1.622196341123171,-.3597660894434694,6,-4.268723805745442,1.512220143538255,5.405572548404853,0
|
||||
21,Los Angeles Times,172,36,yes,no,-.4478968987718507,A/B,-.1703826699373148,.8472222222222222,.2777777777777778,5.032578468322754,6.34540278620666,-1.307969977277317,-.8479272108704069,-.3299054331784183,23,-.6038673235022504,.8650991554956743,5.176007332823471,.1241410678532038
|
||||
22,Trafalgar Group,338,76,no,no,-.44111500781667,A-,-1.322880839391394,.6578947368421053,.3289473684210527,4.464504016073127,4.785290985686268,-.3159326290065507,-.628346204721615,-.4965072263540098,62,-1.730800259497858,-4.426759876682544,5.635691353916745,0
|
||||
23,Public Policy Institute of California,262,17,yes,no,-.4350847160589734,A/B,-1.142767725530053,1,.2352941176470588,5.058373956119313,6.340402037348159,-1.277173740622257,-.6710188021511885,-.2660216305465535,11,-4.278469779274681,-1.420514016184773,,0
|
||||
24,Christopher Newport University,50,13,yes,no,-.4157477143028115,A/B,1.035338401208234,1,.3076923076923077,5.421989147479717,5.367781174548801,.0590623135375051,-.6752688755025994,-.2542033919649918,12,2.971978823343913,2.005821493074492,4.543501255013545,0
|
||||
25,Strategic Vision LLC,320,133,no,yes,-.4093433552458224,F,-1.565349522249775,.8872180451127819,.1879699248120301,3.9196988729606,5.182542290160064,-1.257989076592874,-.7759489547791791,-.5668363365415784,110,-2.31423058943315,-2.151473507112263,4.35200216571219,.1182012843699503
|
||||
26,Public Opinion Strategies,260,77,yes,no,-.4030286177198171,A-,-1.463957198958165,.6818181818181818,.2077922077922078,5.400956191025771,5.741270746812678,-.335460215180316,-.7056691730313095,-.490177117985457,75,-2.147500305175781,-4.293983837071058,4.560357895633497,.3083430447215038
|
||||
27,CBS News/The New York Times,36,62,yes,no,-.3994224601982951,A-,.3025593291962615,.7741935483870968,.2258064516129032,4.476905945808657,5.503620680677048,-1.021860394261805,-.5990196850785335,-.35552109890906,51,.5306224449008119,1.517954371398464,4.121276802729937,.2109512837990196
|
||||
28,Mason-Dixon Polling & Strategy,197,445,no,no,-.3941200659842879,A-,-.515802352230278,.8595505617977528,.2314606741573034,5.126149068253763,5.502781457258179,-.3717780483978276,-.5459035304715585,-.4987849836613195,388,-.5711412626443449,-1.116511699454303,5.146237051158085,.0896130661159873
|
||||
29,Public Policy Polling,263,454,no,no,-.3918422921735414,A-,.9321825021704334,.7929515418502202,.3149779735682819,5.105827020653544,5.550127917653857,-.4394465563937247,-.432649072316288,-.4073063046667555,327,1.010979282017513,1.05247566824167,4.572874664914711,0
|
||||
30,Emerson College,88,201,yes,no,-.3918043792305625,A-,.8432465238911562,.763681592039801,.2189054726368159,5.191912617849473,5.690332812916279,-.4935658544602152,-.6118003743061373,-.5538779247346115,159,.9540351651749521,-1.373640348124942,4.557129234575539,.2225262811932984
|
||||
31,University of Connecticut,347,11,yes,no,-.3806335800402641,A/B,-.1612337393223545,.9545454545454546,.0909090909090909,3.636163191361861,5.702708061135182,-2.061690529166732,-1.812616607025872,-.2986774449822354,11,-.9784968983043324,-.6515151515151515,8,0
|
||||
32,Grove Insight,129,29,no,no,-.3776262492576777,A/B,.5517539789181637,.896551724137931,.0689655172413793,2.952531748804553,5.123228803365846,-2.165842713954703,-1.854106225333469,-.8506096999546133,29,1.202679075043777,3.314108001571689,3.847079442203469,.6483529342285926
|
||||
33,The Winston Group,385,10,yes,no,-.3628111184548534,A/B,1.084935521863051,.5,.4,4.175388336181641,5.243162856132545,-1.062920179344315,-.9085701682795456,-.2424686196782707,10,4.065433502197266,.5544444618730905,4.733011955875233,0
|
||||
34,National Research Inc.,225,15,no,no,-.3587017883973611,A/B,-.4235082427366348,.7666666666666667,.1333333333333333,4.39080924987793,6.097393954064403,-1.701730363579884,-1.639751504682349,-.6537048030578724,12,-1.213219165802002,-2.9290894101226,4.708379748852069,.1404424683507143
|
||||
35,Fairleigh Dickinson University (PublicMind),92,20,yes,no,-.3279580548271417,A/B,-.2165206327505528,.95,.1,4.440978050231934,5.358511689099378,-.9126792982608565,-.8380466513142142,-.2720944607518267,19,-.6907659831799959,2.435522153841081,4.523587596163656,.2655406954045892
|
||||
36,Quinnipiac University,267,219,yes,no,-.3149763346868122,A-,.5485570013033918,.817351598173516,.2694063926940639,4.796165736298583,5.627070789704262,-.8260507127990924,-.3017991517287681,-.2669757445552307,165,.6401595375754616,.5421931999487883,4.89597885188422,0
|
||||
37,Ciruli Associates,51,20,yes,no,-.303590018460776,A/B,-.6109127602102492,.95,.1,3.77440013885498,5.259219176594611,-1.479964697133042,-.8894583268149803,-.2662673607425706,20,-2.040736198425293,-2.6586610296301,5.241835566962915,.3181341688029125
|
||||
38,Elon University,86,8,yes,no,-.2903980097900636,A/B,.4572253997293468,.5625,.125,3.152763366699219,4.723235578300777,-1.565617870994968,-1.421942556563748,-.3126489823390849,8,2.079483032226563,.7813109061682718,3.566882986360794,.5681594481906921
|
||||
39,Elway Research,87,21,no,no,-.2878686657814885,A/B,.7794182414161517,.9047619047619048,.0476190476190476,3.919994990030924,5.772737359049807,-1.847888028412294,-1.814172326516857,-.6849752711822185,20,2.090176296234131,3.493979747174967,4.20824696842231,.3597209642869031
|
||||
40,Louisville Courier-Journal,174,10,yes,no,-.2754931355358016,A/B,-.222187321142904,.8,.1,3.537170791625976,5.386656777087478,-1.844631644854912,-1.669356578377343,-.2448219489169292,10,-1.515018844604492,-1.027777438693577,5.348942075163053,.3032368524958057
|
||||
41,YouGov,391,455,no,no,-.273505537653068,B+,.6766339784370394,.8868131868131868,.3208791208791209,5.038859289819068,5.174998705898146,-.1312850754724879,-.3428717352678932,-.3236017801576189,395,.7261292566227008,.280365261549705,4.228015171115431,.0373586246742392
|
||||
42,Suffolk University,323,90,yes,no,-.2723487593473102,B+,.9143103775867303,.8111111111111111,.2444444444444444,5.100966284010146,6.171914465587268,-1.066093840970535,-.2287499662750266,-.1754884407814448,54,1.371931076049805,1.690754449233349,5.290999667886991,0
|
||||
43,RKM Research and Communications Inc.,272,35,no,no,-.2502523505654984,B+,-.1532592156273004,.8428571428571429,.2285714285714286,5.225879396711077,6.439681586328422,-1.208947849010754,-.8296452957554462,-.4097837807572352,21,-.5748111179896763,-1.533106154161316,4.493119662042916,.0427549324484808
|
||||
44,Temple University,336,6,yes,no,-.2497520325929586,A/B,-.2160478104403776,1,.1666666666666667,3.65904426574707,5.680047545301856,-2.016148938948197,-1.860153293013499,-.2040752715764456,5,-2.454236602783203,.7319953757764655,3.404894870860216,.1419554183619184
|
||||
45,National Journal,224,12,yes,no,-.2406283419287637,A/B,-.1370833076306571,1,0,2.58882745107015,5.180404786862579,-2.586722995185841,-1.52528217964292,-.3327836470072496,12,-.6283082962036133,.3330994514929227,3.469211118333305,.890053168558799
|
||||
46,Fox News/Opinion Dynamics Corp.,104,34,yes,no,-.239209639108953,A/B,-.2998547030637924,.7205882352941176,.1176470588235294,3.895261147442986,5.056274404687062,-1.156158916637486,-.3006300472953212,-.1202377278616926,28,-.9087292807442802,-1.627355866590143,4.126998931852371,.1285408132013464
|
||||
47,Michigan State University,463,2,yes,no,-.2283145698385184,A/B,-.0470255683040697,1,0,1.030765533447266,7.354118595320895,-6.318498721267041,-4.047355406498196,-.3548497897677919,2,-.5363655090332031,-1.523426869532446,,0
|
||||
48,Abt Associates,7,10,yes,no,-.2230922139435841,A/B,.8133371554939981,.9,.3,3.862665557861328,5.52278232564798,-1.655262427180062,-.7831479146443763,-.199387794214817,9,3.323231167263455,.2381627661094586,4.072007221867431,.3614499188529773
|
||||
49,Muhlenberg College,219,32,yes,no,-.2210083283841471,B+,-.1419693389474709,.859375,.09375,3.769753098487854,5.368856193738219,-1.594248754643777,-1.1234256042749,-.5991136673049047,31,-.2723562179073211,.2832179336884245,3.64568803660892,1.073063459774076
|
||||
50,Florida Atlantic University,97,9,no,no,-.2161511206524903,A/B,.6514053149811404,.6666666666666666,0,3.636521657307943,6.661359402823979,-3.019983404909446,-2.279551776412484,-.6921803183240303,5,3.434135437011719,.3300030026579208,3.668343239936295,.4501304626064923
|
||||
51,Gallup,112,84,yes,no,-.2154808928142098,B+,-.5755774082287161,.6904761904761905,.2976190476190476,4.266228675842285,5.117734480780458,-.8466514643315844,-.096501672301949,-.060565040547599,69,-.9780368804931641,-1.518965194111872,4.154284865219057,0
|
||||
52,RT Strategies,275,45,yes,no,-.2021314652948369,B+,1.002058800878988,.6666666666666666,.3777777777777778,5.921910264756945,5.55415604226124,.3726085631022948,-.007357279439896,-.0034954131741795,45,2.109171719021267,3.299978956228956,7.47149558923968,0
|
||||
53,Potomac Incorporated,256,8,yes,no,-.1972893066528501,A/B,-.2989758208518576,.875,.125,4.56696891784668,6.241066865240605,-1.669243606787337,-1.544391936630235,-.1745590910046846,6,-3.137205123901367,1.314545504252116,4.517884820899634,.3518447239383526
|
||||
54,University of Massachusetts Lowell,355,26,yes,no,-.1954232368586374,B+,.8186157419018985,.7884615384615384,.3076923076923077,6.218944916358361,6.265896810268798,-.0420975533038478,-.1259619758484186,-.0703227270573977,17,1.859513002283433,-.3285967155637531,4.401121623922567,.1050587827293154
|
||||
55,Northern Arizona University,234,4,yes,no,-.1914932071865612,A/B,-.2397644110238754,1,.25,3.581880569458008,5.649931661070706,-2.063196751006109,-3.035183791440176,-.2190712974725346,4,-3.321882247924805,-5.12962962962963,6,.1880023408760161
|
||||
56,Market Shares Corp.,187,25,yes,no,-.1904870355902863,A/B,-1.116463552379,.84,.28,5.833436889648437,5.459175339675063,.3791158905799643,-.5181010231370671,-.1709831472780438,22,-4.090595765547319,-1.910674497184886,4.568093518841848,.3775032824995286
|
||||
57,Angus Reid Global,13,31,no,no,-.1891576113303911,B+,-1.156968436932061,.9354838709677419,.0645161290322581,3.188856924733808,4.892401796541075,-1.698690531200678,-1.402220205704477,-.6996465885099965,31,-2.318777145877961,.7856167374884813,2.999321370691419,.7563524627758474
|
||||
58,Tarrance Group,333,31,no,no,-.1877888208114844,B+,-.9321207960623455,.8387096774193549,.2258064516129032,5.727274064094789,6.269753478804693,-.5376250741033142,-.6242494207968549,-.3175109413086395,27,-2.074528164333767,-5.391174342874497,6.234594881392646,0
|
||||
59,Pharos Research Group,254,33,no,yes,-.181091218007201,F,.7837683835376599,.9393939393939394,.1515151515151515,3.727244232640122,4.996001396717071,-1.26390282347036,-.842373933489471,-.4265716036697134,33,1.547749663844253,.8805577264040833,4.020183078748705,.2274283195553339
|
||||
60,Cygnal,67,20,no,no,-.1781167384084711,B+,2.050310420752583,.95,.15,4.379972457885742,5.295646775726844,-.9108199772345129,-1.34953509896708,-.6761011620367349,20,4.092532348632813,-.6020701489306607,3.324110385764116,.7310457766211726
|
||||
61,Susquehanna Polling & Research Inc.,326,46,no,no,-.1748126895970972,B+,.6142521511939343,.7173913043478261,.2608695652173913,5.351888656616211,5.511775495543286,-.1550324983204863,-.4183686364766303,-.2690414781712609,41,.9773832181604897,-1.257913985607085,5.39987791449076,0
|
||||
62,Castleton University,45,3,yes,no,-.1563042889882817,A/B,,1,.3333333333333333,9.956270853678385,10.88909266019898,-.927967465914008,-.9340794387797972,-.0971842088293806,0,,,,0
|
||||
63,Wick,284,7,no,no,-.1558947575762597,A/B,-.1659714457749334,.7142857142857143,0,2.200096947806222,3.925699169269442,-1.72074788085663,-1.907580142382158,-.5251704232891569,7,-.6028592245919364,-3.730497145167032,5.761407580823872,0
|
||||
64,Columbus Dispatch,57,22,yes,no,-.1475464656834379,A/B,.9783372510156999,.9318181818181818,.4545454545454545,5.398525238037109,5.205428865655135,.1979507129885654,.0248458562544853,.0090245301346492,17,2.964653912712546,2.693081749123809,5.531728786497386,0
|
||||
65,Lake Research Partners,165,12,no,no,-.1326501768887209,A/B,.8029285444950569,.8333333333333334,.25,4.055425008138021,5.466569561056333,-1.406290212311723,-1.459355515377667,-.4598786932247855,12,2.547972361246745,2.352757065794363,6.00216277883069,0
|
||||
66,Public Religion Research Institute,428,1,yes,no,-.1289325890940318,A/B,-.0395204838800565,1,0,.8620071411132813,5.824591809115224,-4.957730327395354,-3.43964563678583,-.1576976030223359,1,-.8620071411132813,1.674285670689174,2,1.229466967224174
|
||||
67,Public Opinion Strategies/Hamilton Campaigns (Texas Credit Union League),261,2,yes,no,-.1255979863026042,A/B,,1,.5,6.854116439819336,11.09983460908339,-4.240863828657471,-2.734016207015824,-.1215095143011595,0,,,,0
|
||||
68,Western New England University,380,11,yes,no,-.110773336936859,A/B,-.3796960623710915,1,.0909090909090909,4.244961478493431,5.767853875608458,-1.518038056508439,-1.39739932795524,-.4006546707201787,10,-1.362352752685547,2.019394173077492,2.6320729388773,1.456800997018991
|
||||
69,Market Solutions Group,188,4,yes,no,-.1008247146695525,A/B,-.0033886612645791,1,.25,4.36395263671875,6.097904568171559,-1.72909759084622,-1.376334201919537,-.0853178266666887,2,-.12042236328125,1.5,4.401517070360253,.4484821992814314
|
||||
70,Scripps Howard,303,5,yes,no,-.098184248386978,A/B,-.1400422760768051,1,.4,4.791368103027343,4.674275851460114,.1219465921738193,-1.346039014200504,-.0874592030155707,5,-2.155317687988281,-3.042857142857143,2.449489742783178,.5187459930409232
|
||||
71,Wirthlin Worldwide,387,4,yes,no,-.0964891616331315,A/B,-.1770737898220353,.75,.25,4.596271514892578,5.801935779527188,-1.200809924028021,-1.472980607947777,-.0660914706539207,4,-3.946443557739258,-5.564639632766311,5.251780870545703,.1442666609128854
|
||||
72,Indiana University,149,2,yes,no,-.0950399518333271,A/B,.0274411754240121,1,0,.8688735961914063,5.810770506827918,-4.937042570029924,-4.491494658622478,-.1418525011964127,2,.8688735961914063,4.125,,0
|
||||
73,Baruch College,22,2,yes,no,-.0937916384673061,A/B,,1,0,5.486835479736328,9.283068746160636,-3.791378925817718,-.5855972152556834,-.0449379192348417,0,,,9.150757595082503,0
|
||||
74,Knowledge Networks,164,3,yes,no,-.0935157378665621,A/B,.216354991345209,1,.3333333333333333,4.162570953369141,4.799824124241399,-.6323988302656692,-1.118871371364212,-.0607503467046331,3,3.984724680582682,.7536700251929291,3.138353812727866,.1408930172400337
|
||||
75,Princeton Survey Research Associates International,258,35,yes,no,-.0887239206500411,A/B,.445906197212584,.6571428571428571,.3142857142857143,4.96545273917062,5.250081343486058,-.2797742637088484,.2179024459265716,.0947206962882701,33,1.072647672710997,.0717976123456168,4.761307992785031,0
|
||||
76,GfK Group,115,21,yes,no,-.0884180165916167,A/B,.1994639123490759,.9285714285714286,.1428571428571428,3.810167948404948,4.906137733499703,-1.091115444488166,-.0279496806216638,-.0102266942597903,21,.5451373145693824,1.27808715300271,4.621799279541408,.2169624036066385
|
||||
77,Vox Populi Polling,372,19,no,no,-.0824722486637735,A/B,.39372786799427,.7631578947368421,.1578947368421053,3.956891310842414,5.167959912711793,-1.20621426126279,-.7980057743990526,-.3511785784526951,19,.8946932742470189,-1.300901224920249,4.7989892898252,.1668381106557129
|
||||
78,Fleming & Associates,96,18,no,no,-.0758072388077397,A/B,-.5879486169435573,1,.1111111111111111,5.132949617173937,5.804779806534564,-.6669758487540385,-1.634495628457428,-.5652653590346407,16,-1.821194887161255,-.2280219780219779,4.121158932446784,.562868849288604
|
||||
79,NBC News/The Wall Street Journal,221,34,yes,no,-.074224876190926,B+,.7641021561590894,.7794117647058824,.1176470588235294,4.058129142312443,5.146696635890477,-1.083713152971445,-.2587223426008963,-.139355755040453,29,1.43655356045427,.6217559621670972,3.053721056841095,.4772484204720722
|
||||
80,Louis Harris & Associates,173,2,yes,no,-.0723071526680285,A/B,.0189190483417673,1,0,.8593788146972656,4.876444529458897,-4.012211374155043,-4.505402691124016,-.0991855161597517,2,.8593788146972656,5.375,5.497869162102364,0
|
||||
81,KRC Research,160,22,yes,no,-.0702860441389983,A/B,.0850921296692476,.9090909090909091,.4090909090909091,7.130356875332919,6.784775967616778,.3504352483227293,.1624733399840239,.0382628639685359,11,.7248476201837714,2.476515145735307,6.49785078408102,0
|
||||
82,Harris Insights & Analytics,133,182,yes,no,-.0622054637457226,B+,-1.065041464326777,.8324175824175825,.4835164835164835,5.043052254142342,4.155189055042091,.8927175397068411,-.0052398861622841,-.0045132013366394,182,-1.236527159973815,.5303280530923598,3.927387720535005,0
|
||||
83,Georgetown University (Battleground),114,35,yes,no,-.0584013212469942,A/B,-.5307652890102345,.5571428571428572,.1428571428571428,3.355102648053851,4.717154975203762,-1.357197986543323,-.1870124153098356,-.0819393053753601,35,-1.211380767822266,-1.415722424694828,3.17295012842062,.4753679838054304
|
||||
84,Behavior Research Center (Rocky Mountain Poll),27,7,yes,no,-.0580673294746412,A/B,.439183496978731,1,.2857142857142857,5.286084856305804,6.095606947030773,-.8046677501183795,-.5948831378209584,-.0653931342852088,6,5.300599416097005,2.95,4.64820917074919,.6245835965331664
|
||||
85,Escalent,189,1,yes,no,-.0552193460940959,A/B,-.0166482327432473,1,0,1.123138427734375,5.486926266072844,-4.35893349773188,-3.875852503676521,-.0574515954278837,1,-1.123138427734375,-4.641666730244955,3.6,1.265265741385294
|
||||
86,St. Pete Polls,314,26,no,no,-.0501213089677877,B+,-.1213159892046658,.5576923076923077,.3461538461538461,4.886916087223933,5.23281610777392,-.3410456799433982,-.314876591309273,-.1708644787340178,25,-.23000732421875,-1.43883243254266,3.387095196662985,0
|
||||
87,"Lauer, Lalley, Victoria",168,1,yes,no,-.0464446632527891,A/B,-.0184639711316201,1,0,1.658950805664063,6.284845112644165,-4.621039966373513,-4.423442351258791,-.0492325098472914,1,-1.658950805664063,4,,0
|
||||
88,Gordon S. Black Corp.,123,2,yes,no,-.0418053502782946,A/B,-.1399591861875582,1,.5,6.357505798339844,5.137398300763543,1.22496183818289,-.6144861881899994,-.0135277873981688,2,-6.357505798339844,-1.269841269841269,6.000000000000001,0
|
||||
89,University of Florida,349,1,yes,no,-.0411360947075567,A/B,.0373956668765794,.5,0,1.077785491943359,4.854339825419885,-3.771699992869936,-1.405468170236857,-.0487651948302299,1,1.077785491943359,-.1470588235294118,1.414285387311663,1.172301971721692
|
||||
90,University of Cincinnati (Ohio Poll),346,39,no,no,-.0370594289568832,A/B,-1.306065146884215,.9358974358974359,.2307692307692308,4.199360969739082,5.688044858653705,-1.483829548308032,-.8723258548608629,-.4079996282714262,30,-3.206029510498047,-2.56406304192143,3.426229651161958,.4379740993217192
|
||||
91,New England College,228,19,no,no,-.0339156692478161,A/B,-1.233823913352059,.7368421052631579,.1578947368421053,4.186138956170333,5.130762388156788,-.9397690913798653,-.7022128287799915,-.2771430608747104,19,-3.126208455939042,-3.275668947623061,5.506584216856184,0
|
||||
92,Clemson University,54,8,no,no,-.0327079524429111,A/B,.0305970901911662,1,.5,10.055743932724,7.745665259712248,2.31493301361834,-4.333011535195882,-.9821700093118635,2,1.24305534362793,2.166666666666666,15.99796985711743,0
|
||||
93,Ohio State University,236,1,yes,no,-.028267094412787,A/B,-.0472408228151871,1,0,3.677444458007813,4.889618661903905,-1.207319863289503,-.2675489206245848,-.0034369604484707,1,-3.677444458007813,-5.8,,0
|
||||
94,Global Strategy Group/National Research (Philadelphia Inquirer),119,4,yes,no,-.0241629481333874,A/B,-.2957787846748048,1,.25,2.981807708740234,4.960417918246559,-1.973755868899735,-1.602300614760774,-.17721193398286,4,-2.674348831176758,.2030208667119344,2.248334797424331,1.940660405078344
|
||||
95,Voter/Consumer Research,371,8,yes,no,-.0205286453863129,A/B,-.0938706638267403,1,.375,4.966556310653687,5.544527388315651,-.5731167370553751,-.9994758721376947,-.1615045714218247,8,-.5809214115142822,-2.906479969685212,2.05764765011757,1.372204334348485
|
||||
96,Saint Anselm College,494,5,no,no,-.0043478260869565,A/B,.4983920221743376,1,.2,2.593349456787109,5.025210111007667,-2.427006313613969,-2.983210610041913,-.6485240456612853,5,2.292603302001953,.0333333333333332,2.666666666666667,.9257676034617009
|
||||
97,Star Tribune (Minnesota Poll),315,14,yes,no,-.0027021768417726,A/B,.7866531081869236,.5714285714285714,.4285714285714285,5.33117812020438,4.399871006504118,.9361614543068519,.4676652409284022,.0882514522723825,12,4.415757815043132,3.103320208554546,4.948527776277877,0
|
||||
98,co/efficient,514,5,no,no,.0025374719739618,B/C,-.1458200546642594,.8,0,2.651225280761719,4.891678480928892,-2.235598859560584,-3.390815593488743,-.7294941728289335,5,-.6777969360351562,-7.721500015258789,3,.2086763622067728
|
||||
99,Pew Research Center,253,25,yes,no,.0050416989092537,B/C,.7468037257420483,.5,.36,4.317460784912109,4.529008709484654,-.2066935839659541,.4441390606891732,.1632249772615992,25,2.032070770263672,1.005657165685872,3.818391934927934,0
|
||||
100,American Viewpoint,10,8,no,no,.0051543406263754,B/C,-.7621450628157735,.6875,0,4.16240930557251,5.712293976693308,-1.545030330514208,-2.079017544121555,-.4454959471628316,8,-3.556739330291748,-3.333993881672352,6.252438154863531,0
|
||||
101,GQR Research (GQRR),126,57,yes,no,.0080043239378806,B,2.127007880972816,.543859649122807,.1228070175438596,4.536231860779879,5.335848746522271,-.7947625451358039,.1889929341982939,.1133013102353454,55,3.593433310768821,3.318148647061287,4.138938620735813,.1022700367888276
|
||||
102,EPIC-MRA,84,54,no,no,.0107773328025,B,.115735045363567,.7962962962962963,.2222222222222222,5.469057718912761,5.689511943504002,-.2155998839846535,-.5945972458868907,-.3840742838142684,47,.1919800778652759,.4101546190582647,3.96975026527523,.4665754239193021
|
||||
103,Polling Company/Global Strategy Group (Hotline Bullseye),255,4,yes,no,.0186936466241424,B/C,-.2124617456842096,.25,.25,4.294097900390625,3.808016719558901,.4909355214383134,.9575147130651566,.0473755494576945,4,-4.294097900390625,-2.752550264884686,3.15546352046416,.2005286905231236
|
||||
104,NPR,222,3,yes,no,.0187906392292975,B/C,.0628007749075856,.1666666666666667,.3333333333333333,4.715724945068359,5.210355843090765,-.489776557415816,.2624936646787062,.0203155393532452,3,.811438242594401,.6736111898270866,2.092172684857494,.6147136559579165
|
||||
105,Harvard University,135,1,yes,no,.0259599162417106,B/C,.1012598233566302,0,0,6.831283569335938,5.543205937713233,1.292931972229294,1.037013564768634,.0153716075933749,1,6.831283569335938,1.583333333333333,2.5,2.439576681812079
|
||||
106,Rasmussen Reports/Pulse Opinion Research,277,748,no,no,.034939605456722,B,-1.466656728993862,.7814171122994652,.2794117647058824,5.124549337886871,5.499760509362544,-.3703568308690899,-.0448965087539173,-.0429351062370877,609,-1.546923927094157,-1.259056324888526,4.632534083773963,.0693719585641567
|
||||
107,Harstad Strategic Research Inc.,134,11,no,no,.0397295118765566,B/C,.617120123267614,.7727272727272727,.0909090909090909,3.71497240933505,5.669405626106609,-1.949578876164969,-1.649749559329973,-.3802153345477424,11,2.677676460959695,3.614009769879855,5.24202705227114,.0144037048440678
|
||||
108,University of Illinois at Chicago,352,1,yes,no,.0413190733537317,B/C,-.1568976460641931,1,1,14.09693908691406,5.544373067504281,8.557420360016371,5.885395861681104,.0655039190536681,1,-14.09693908691406,-5.111111111111111,,0
|
||||
109,Opinion Savvy/InsiderAdvantage,243,140,no,no,.0430876567634524,B,1.134172436865841,.6678571428571428,.3571428571428572,6.636673082624163,6.63630015324382,.005227269986932,-.001721821588002,-.0014314655806875,63,1.515061544993567,-.4339651302440422,5.842477416317707,0
|
||||
110,"North Star Opinion Research/Ayres, McHenry & Associates",233,9,no,no,.0504356796517282,B/C,-.5912618270888067,.9444444444444444,.2222222222222222,4.970684263441298,6.491519398164647,-1.515980794116761,-2.929827124984147,-.5843972775454493,7,-3.121360778808594,-4.666666666666667,4.414213562373095,.3295715813110982
|
||||
111,CNN/Opinion Research Corp.,37,103,yes,no,.0524343084910431,B,-.0417071860793513,.7378640776699029,.2524271844660194,5.555428514202822,6.127109926458443,-.5668270716490319,.0863242342354958,.0657567294399635,71,-.0620621694645412,.1710135668725464,4.914145789854601,.1126277762206029
|
||||
112,Harper Polling,132,14,no,no,.0532142634898178,B/C,.4813360855681433,.7857142857142857,.1428571428571428,3.74915885925293,5.637929723046637,-1.883916523187118,-.9728707779115373,-.3676020560722559,11,1.475977117365057,-.7397462573945109,4.419007504327381,.4229926231162012
|
||||
113,University of Arkansas,345,8,yes,no,.0894898074870736,B/C,.5707628581405555,1,.125,6.495942831039429,5.212411798800342,1.288385372845676,.8064343901162643,.2051331123912655,7,2.752563749040876,-4.88392869404384,6.9375,0
|
||||
114,Clarity Campaign Labs,52,12,no,no,.1030683156366483,B/C,1.125647983043073,.5416666666666666,.1666666666666667,3.510533014933268,4.635695564395752,-1.120308208855895,-1.071911308359979,-.3449217581609216,12,3.498169581095377,1.098717960991697,2.634383123322027,.3971380059273483
|
||||
115,Magellan Strategies,179,18,no,no,.1035523858765678,B/C,-.4776541252787224,.9444444444444444,.3333333333333333,6.506266805860731,6.063859171475669,.4472619749916513,-.2990168739268659,-.1227934716392558,11,-1.76110146262429,-4.2279328028361,6.207724546209279,0
|
||||
116,Starboard Communications,316,4,no,no,.1274346382177961,B/C,.374046740297524,1,0,2.159484386444092,5.083658222124731,-2.91931949507405,-6.562266283829818,-1.143598075117469,3,2.83880869547526,-5.112361537085639,14.37580641278399,0
|
||||
117,Gravis Marketing,124,153,no,no,.1293244318018504,B,1.453605099111492,.7058823529411765,.3202614379084967,5.225739161173503,5.165997143657467,.0645963581226266,.1050020355552562,.091404214670689,124,1.718738925072455,-.0742539108877049,4.254951041714478,.0042872779483457
|
||||
118,The Kitchens Group,664,1,yes,no,.1322986317253363,B/C,.2585877357845111,0,1,11.37808227539063,6.271495277910399,5.111441338086816,7.07727048733797,.1608439196131968,1,11.37808227539063,12.5,,0
|
||||
119,Data for Progress,522,73,yes,no,.140218339878291,B,3.339741873872823,.773972602739726,.4246575342465753,6.634929578598231,5.665492615618223,.9742913035865973,.1685872306374833,.1351924338388511,42,4.777564820789156,.763076297843122,4.063613611005019,.1090263606499889
|
||||
120,SEA Polling & Strategic Design,302,12,no,no,.1451600955110219,B/C,.5545560229747505,.8333333333333334,0,3.021411736806234,5.603694830321737,-2.577428752908915,-1.201709097646268,-.3328360521905492,10,2.169110870361328,.0115923127490971,3.751690993240957,.3988726134857696
|
||||
121,Spry Strategies,508,5,no,no,.1510535317674696,B/C,-.4597777031608106,.8,.8,9.491231155395507,6.36591430356789,3.130171192434207,-1.309671563957201,-.2817604637837424,2,-4.835419654846191,-9.453224503096713,13.78226443376999,0
|
||||
122,Ward Research/The Honolulu Star-Advertiser,375,15,no,no,.1511211430834034,B/C,-.4059751230387894,.8,.3333333333333333,5.849984232584635,5.784769724457165,.0700688487340593,-1.164893858867452,-.3423701519998299,15,-1.381305948893229,4.183333333333334,3.857677038939983,.4894641420330041
|
||||
123,Mellman Group,205,26,no,no,.1520480746988814,B/C,1.746657827030764,.8269230769230769,.1153846153846154,4.490122281588041,5.184555974988902,-.6895793527942712,-.3493463202353861,-.1610423784242387,26,3.788993248572716,5.262387912805107,4.306543304829863,.3034553912964162
|
||||
124,Strategic National,318,4,no,no,.1543586758086807,B/C,.4398194325814016,.375,.25,3.024273872375488,5.346863823211337,-2.317735610229259,-3.108772776530754,-.5143730311959864,4,2.658185005187988,-4.752777735392253,5.38876275643042,.0146684532680748
|
||||
125,Ohio University,237,2,yes,no,.1591715359092751,B/C,.3488958471434552,.5,.5,8.756826400756836,5.068121585103855,3.69355915625957,4.872969650857947,.1941524014103431,2,8.756826400756836,8.1292410833495,8.507804121881106,0
|
||||
126,Victory Research,437,11,no,no,.1606736875907723,B/C,.3170668221454945,.9090909090909091,.3636363636363636,6.008824608542702,4.960331774427822,1.053347174721469,-.4083780092122424,-.1426449226854447,10,1.003410911560059,-1.35357224146525,4.988767384375763,.0348571992873492
|
||||
127,Winthrop University,386,2,yes,no,.1711058354640243,B/C,.0061413156523676,1,.5,12.02864551544189,7.058343476577327,4.975156379471157,2.219962263503816,.2002199151860212,1,.178802490234375,-1.166666666666667,3.625,.2749465506935191
|
||||
128,Yankelovich Partners Inc.,390,7,yes,no,.1762504140293043,B/C,-.0382907746033507,.5,.5714285714285714,10.17622865949358,7.449670633024032,2.73141236707614,2.538778596444412,.2086456842966096,3,-1.088362375895182,-1.833511944593351,4.329685523570529,.2251756637197322
|
||||
129,Middle Tennessee State University,208,5,yes,no,.1841976417493187,B/C,.5520228368341119,1,.6,9.306238555908203,6.189826948219094,3.121265948295698,1.581817502443504,.2252081836044526,4,4.588798999786377,-6.125,4.414213562373095,.2284261316336307
|
||||
130,St. Norbert College,313,12,no,no,.2008059463973449,B/C,-.0109146689642649,.875,.0833333333333333,4.796833038330078,6.029303755886158,-1.227616376949491,-1.042018643054396,-.2542176501342202,11,-.0496240095658736,1.500361373121844,5.274291885177433,.215817448994672
|
||||
131,CVOTER,40,6,no,no,.2074642111036509,B/C,-.2389402614864285,1,0,1.865321477254232,3.741884229672774,-1.871708411811952,-1.434479972329097,-.2610489329781672,6,-1.312991460164388,-.3925210524768365,3.221708933333288,.0037679274717715
|
||||
132,Hendrix College,138,16,no,no,.2125062490338201,B/C,1.285739969520104,.9375,.5625,7.155205965042114,5.760620306055093,1.39943999959361,-.1630797025130941,-.0598624910525482,15,3.654452260335286,-2.656944260773836,,0
|
||||
133,Optimus,245,19,yes,no,.2176788044997423,B/C,-1.117009354017847,.8421052631578947,.631578947368421,7.233441904971474,5.350868055476922,1.887428190101142,.8914593771203826,.4110527587988255,16,-2.699467897415161,-3.307204778863009,6.255169107607781,0
|
||||
134,GBAO,109,12,no,no,.2203111677535956,B/C,1.479041192353375,.7916666666666666,.25,5.452708562215169,5.611396884510587,-.1538339816888291,-.2625917060492124,-.0974839426861965,12,3.984081268310547,3.627154042170042,3.988812036885472,.1342054634653038
|
||||
135,Glengariff Group,117,11,yes,no,.2224727202504899,B/C,.7204900844657204,.8181818181818182,.3636363636363636,5.300437233664772,5.592308861686994,-.2870172874156318,.7053953000278429,.2219701410628892,10,2.378857421875,2.724774344433477,4.13841022737519,.4411548128416278
|
||||
136,ROI Rocket,554,3,no,no,.2234285714285715,B/C,,1,.3333333333333333,2.599483489990234,8.232182047700974,-5.62784421710415,-5.238768298462158,-.7483954712088796,0,,,4,.4249855547435774
|
||||
137,Cardinal Point Analytics (CardinalGPS),591,3,no,no,.224718970036331,B/C,-.3554905482700892,1,0,2.488433837890625,4.54301327063627,-2.049725092139056,-1.990967209745684,-.2844238871065263,3,-2.488433837890625,-7.321529435918518,7.266176789875896,0
|
||||
138,Pan Atlantic Research,249,17,no,no,.2377477215300939,B/C,.7574779155386769,.9411764705882353,.2352941176470588,6.268916186164407,6.081014144731148,.1927563820398495,-.2843979661130155,-.0895910708755155,15,2.647677993774414,1.376905109466068,7.30000114440918,0
|
||||
139,University of South Alabama,361,9,no,no,.2390427125467455,B/C,-.4270172343358059,1,.1111111111111111,3.683771345350477,5.098838933470263,-1.410213247513195,-1.91859403625147,-.2769230134479074,9,-2.958485497368707,-.8229166666666667,5.744313994368434,.0580934133217054
|
||||
140,Strategies 360,321,9,no,no,.2422163877128761,B/C,1.421533554644307,.6666666666666666,.2222222222222222,5.857921600341797,5.570875705055731,.2919002358926544,-.4192802021357459,-.1272913004310815,9,4.682337866889106,.2282407619335033,3.622497581846635,.0991578998611475
|
||||
141,RRH Elections,274,9,no,no,.252404032823645,B/C,.4858699786980575,.8333333333333334,.2222222222222222,4.217260148790148,5.555821995380273,-1.333707505983536,-1.249068238111956,-.3462611766241897,9,1.752679189046224,-3.953673428905254,3.888251871823019,.8347469576668479
|
||||
142,Insights West,151,9,no,no,.2538491059172749,B/C,-.1131277768133897,.9444444444444444,0,2.45503913031684,4.639068437529775,-2.179174966606345,-1.694811304753787,-.4613475285323269,8,-.453394889831543,-.9934361641541187,3.120698850743814,1.258770957388996
|
||||
143,"University of Nevada, Las Vegas Lee Business School",609,5,no,no,.2604786172823264,B/C,.1809057152789572,.6,.2,3.195565032958984,5.426599648891894,-2.226180275326319,-1.062737337696629,-.2310298560210063,5,.8321662902832031,.7062503337860108,4.057142530168806,.2809389771953303
|
||||
144,Morning Consult,218,66,no,no,.261043316912064,B,2.920609137490698,.8333333333333334,.5303030303030303,4.486910039728338,4.316107631936749,.1756567483981795,.2602110381036971,.2030533947586488,66,3.742733464096532,.1526781997972775,2.98245856099305,0
|
||||
145,Remington Research Group,279,43,no,no,.2642897009964653,B,1.781602967307602,.7209302325581395,.4186046511627907,5.384396841359693,4.293254222450261,1.095996959516021,.2644414713430218,.173530986701008,42,2.750752676100958,-1.470989094996343,4.615157539084379,0
|
||||
146,Dan Jones & Associates,70,42,no,no,.2660904579794332,B,.9436845309851456,.9523809523809523,.1666666666666667,6.009996141706194,5.934434028306922,.0804164540058607,.2678409226956416,.145774918798337,36,1.895715607537164,-1.712228741464027,9.452576820828821,0
|
||||
147,Market Research Institute Inc.,186,11,no,no,.2883837372784128,B/C,.0988550591203688,1,.2727272727272727,4.200706481933594,5.203628818713973,-.9980679961737898,-1.723606437434558,-.2635927690693167,11,.6464032259854403,.3711111492580839,5.071841119416734,.3496453085924283
|
||||
148,RBI Strategies & Research,271,4,no,no,.2909029756979314,B/C,.3606007321116089,1,0,2.368895530700684,5.377189597858191,-3.003439726550918,-1.395041023732948,-.2176161786109427,3,2.516201019287109,3.802380770728702,5.136646549690034,.0849233300678187
|
||||
149,East Carolina University,523,11,yes,no,.2983267913189318,B/C,1.595381223238432,.6363636363636364,.5454545454545454,8.97020062533292,5.677284900575867,3.297770065363641,.9625211653595179,.3650942351363688,8,5.184988975524902,.2522740556978051,3.575512006888751,.2527040117540297
|
||||
150,Ogden & Fry,425,3,no,no,.3001234758833004,B/C,-.0130636356899012,1,0,2.535954157511393,5.944371449213182,-3.403562951095199,-3.96749256953032,-.4672144749284703,2,-.2278366088867188,-5.816668192545573,5.950001525878906,0
|
||||
151,Riley Research Associates,290,7,no,no,.3074442208645212,B/C,-.0702740521806737,1,0,2.681526184082031,5.462639974584008,-2.776259449895388,-1.966914782914964,-.2293968648084062,7,-.6025499616350446,-1.264285796029227,,0
|
||||
152,Kiley & Company,162,5,no,no,.3078822293489991,B/C,.3994022836547365,1,.4,4.352800750732422,5.496475498612677,-1.138820407273666,-1.533021049075753,-.2084973215471987,5,2.936690521240235,7.015042792426215,5.499278384924339,0
|
||||
153,David Binder Research,578,3,no,no,.3091073661133812,B/C,.096672258879009,.3333333333333333,.3333333333333333,4.217210133870442,7.210829379443751,-2.988764904966718,-1.400248437206332,-.200035491029476,1,1.836772918701172,.6599998474121094,6.41262560450705,0
|
||||
154,"University of California, Berkeley",457,4,yes,no,.3151056467591002,B/C,.0443195435297263,1,.75,7.708187580108643,5.584454447447209,2.128587473268023,2.31988120194679,.3999242802513288,2,.4698581695556641,4.664999961853027,8.582088739025295,0
|
||||
155,Praecones Analytica,257,3,no,no,.3212286124688598,B/C,-.1990078903029578,.3333333333333333,0,1.795216878255208,5.473129376508742,-3.673058157646944,-3.760935854690828,-.4169167074310298,3,-1.795216878255208,-5.199742801372822,4.881398235057152,.7616229920472635
|
||||
156,BK Strategies,20,3,no,no,.3273159900092489,B/C,.4063231875307592,.6666666666666666,.6666666666666666,3.803844451904297,4.427948959480438,-.6192501669695522,-2.213302633524329,-.2453545825213887,3,3.66537348429362,-2.929798049156112,3.271102183887483,.2682158477098666
|
||||
157,Civiqs,471,25,no,no,.3274533126306269,B-,2.927802991867066,.76,.4,5.48242561340332,5.09352827863797,.3937516753719403,.3731396977246782,.2169416847236501,22,5.323278167031028,1.472329253885023,5.520112441226815,0
|
||||
158,Garin-Hart-Yang Research Group,113,29,no,no,.3304158734381752,B-,1.959083005749283,.8103448275862069,.3103448275862069,5.900503750505118,5.640044379424337,.2653137116873695,.3461745585905003,.1698422737237103,29,3.993026470315868,4.497608627244601,5.158349718852759,.0380631231743099
|
||||
159,Iowa State University,153,3,no,no,.3420453059425479,B/C,,.6666666666666666,.3333333333333333,6.246297836303711,10.63547991170321,-4.384327734792912,-5.024609190012803,-.5227742401075861,0,,,,0
|
||||
160,Ipsos,154,104,yes,no,.3421952743450896,B-,1.592525706599351,.75,.1826923076923077,4.582377892274123,4.860149538442533,-.2729173055618214,.0182809291524002,.0149901542650309,97,1.954096961267216,.6117508094780559,3.12818030037829,.4903602619206709
|
||||
161,DFM Research,69,10,no,no,.3459895569589327,B/C,1.515475650193169,.75,.4,6.439217758178711,5.624288879464038,.8197832193212623,-.5437796796667821,-.1515633757690232,10,5.437229537963868,3.838333291718454,2.498721330692217,.4731717688670373
|
||||
162,McKeon & Associates,202,3,no,no,.3472626287757798,B/C,.1940686070137743,.6666666666666666,.3333333333333333,2.908102671305338,5.773995098674106,-2.861038086762178,-5.210448699142625,-.5332140147475531,2,3.034235000610352,.5928573608398438,12.75257481287512,0
|
||||
163,Research 2000,281,278,no,yes,.3508719145828048,F,1.268858879698728,.8812949640287769,.2158273381294964,5.457386202091794,5.581333865269827,-.1190933225714433,.1187426239551961,.1013265964685532,248,1.513538160631734,1.215816503805117,4.616712737120298,.2470608456676614
|
||||
164,Lucid,175,25,no,no,.3541473843982731,B-,1.923144122786303,.88,.32,4.200403137207031,4.485141787554547,-.2798843097409274,.4402957548806966,.2251416132567578,25,3.760975952148438,2.267085901910336,3.834581601635828,0
|
||||
165,Echelon Insights,407,2,no,no,.3543999999999999,B/C,.1488210678100586,1,0,1.488210678100586,5.022068575452601,-3.529003556745426,-3.28584820902155,-.328584820902155,2,1.488210678100586,-2.832186497240511,3.10272692285871,.3785494922808028
|
||||
166,John Zogby Strategies/EMI Research Solutions,583,2,no,no,.3543999999999999,B/C,.0338211059570313,1,0,1.108814239501953,4.114685807989426,-3.001017227880884,-2.668757774072982,-.2668757774072982,2,.3382110595703125,-4.016893409628738,4.53855784500827,0
|
||||
167,El Nuevo Día/The Research Office,599,2,no,no,.3543999999999999,B/C,,1,0,1.738414764404297,4.743661413535933,-3.000392308525047,-2.252755431561434,-.2252755431561434,0,,,4.416666666666666,0
|
||||
168,Alabama State University,8,4,no,no,.354813048295232,B/C,,.5,.5,6.384744644165039,9.412257812926747,-3.022658828155119,-4.208478728945152,-.4202790558249763,0,,,5,.0298356183924002
|
||||
169,Frederick Polls,108,7,no,no,.370331414542987,B/C,.8153998077643643,.5,0,3.650873184204102,4.737125969854708,-1.081398445044017,-.795073100153267,-.2091508301011534,6,3.200395584106445,.2371146105583032,2.939237664711974,.7499170581479203
|
||||
170,USC Dornsife/Los Angeles Times,343,10,yes,no,.3772102066585035,B/C,.9204266116962065,.8,.8,5.216633605957031,4.389563749914563,.8319241966490576,1.570846139308792,.5222062482325219,10,2.768730926513672,1.510197427257284,6.713971738964036,0
|
||||
171,University of Washington,364,9,no,no,.3800481449922722,B/C,.0532533730961987,1,0,3.622421688503689,5.063046854146427,-1.435770825036149,-1.191054899146847,-.2296040934072544,9,.2762480841742622,3.356217749513037,4.606347677453184,.7948245687372982
|
||||
172,Latino Decisions,482,2,no,no,.381147274344124,B/C,.230152732447574,1,0,3.48735237121582,6.998023892727285,-3.505817180904875,-3.421120513867502,-.3421120513867502,1,4.372901916503906,-2.489285469055176,.5,1.688593257308742
|
||||
173,Orion Strategies,246,4,no,no,.3896180920689654,B/C,.1061730685778454,1,.25,3.205460548400879,6.358808464901305,-3.148493575893838,-4.259172410081579,-.3768334955644899,3,1.527838389078776,6.492857124691917,2.666666666666667,.3487572785930814
|
||||
174,Tulchin Research,340,3,no,no,.3967495028002202,B/C,-.0834851339549489,.6666666666666666,0,3.758841196695963,5.287960358380499,-1.524264821077946,-2.135247734142755,-.2126782791453226,3,-.8381741841634115,5.405614937024239,2.891996797437437,.5482649626219331
|
||||
175,GS Strategy Group,478,2,no,no,.3985605216558946,B/C,-.437889356618411,1,.5,5.118545532226563,6.080013998170813,-.9566141253376605,-2.701267272389335,-.2310922469114765,2,-5.118545532226563,-5.806252956390381,,0
|
||||
176,IVR Polls,146,4,no,no,.3999196421644681,B/C,,1,.25,4.152257919311523,8.539092643493515,-4.381980383575401,-2.930696528475484,-.2494164273014579,0,,,7.977818519066259,0
|
||||
177,Richard Day Research,287,11,no,no,.4014517960307858,B/C,-.4405887038086112,1,.3636363636363636,5.4930551702326,5.325724484158049,.1721850266811397,-.6287171747472912,-.0964872316683623,11,-2.870905095880682,-.4476785587129141,5.530808907381044,0
|
||||
178,University of Massachusetts,354,11,no,no,.4059316386698545,B/C,-.1538409348022615,1,.3636363636363636,6.411165757612749,8.012160594895089,-1.596140496675752,-.972958332112748,-.1218348968384141,2,-6.064765930175781,-.8333333333333339,7.665543245237642,0
|
||||
179,University of Georgia School of Public and International Affairs,350,4,no,no,.40783038322842,B/C,.5246314953730709,.5,.25,2.959074020385742,4.819615461263455,-1.855687100271123,-1.486505520089792,-.263551235458236,4,2.959074020385742,.4448982410582287,2.073838434916397,1.120195635341472
|
||||
180,MWR Strategies,617,2,no,no,.410275427724254,B/C,-.0343067081139238,.5,0,1.786197662353516,4.816119989194961,-3.025067986234856,-1.792315334770503,-.1571403190141825,2,-.39129638671875,-3.042161028652905,5.016464085746227,0
|
||||
181,Keating Research,161,5,no,no,.4115774659102327,B/C,.1445028223253213,.8,0,2.420847320556641,4.517917228295543,-2.092215567132313,-1.139007483398565,-.1772226130476071,5,.9287178039550781,2.774069838145422,3.758756290232343,.5983990116734001
|
||||
182,MSR Group,178,6,no,no,.4153592331752826,B/C,.1043288883051664,1,.1666666666666667,5.407261530558269,5.762207736041764,-.3500918648769066,-1.68912491721802,-.1505318801410795,6,1.170679092407227,1.333333333333333,,0
|
||||
183,Maine People's Resource Center,180,14,no,no,.4159045296029102,B/C,.1268877269017686,.9285714285714286,.2142857142857143,5.755923271179199,4.803206507591379,.95757110419441,.3139144266510329,.1032564065246739,12,.4145644505818685,-.9958338207668728,6.716335779629527,0
|
||||
184,OH Predictive Insights,235,7,no,no,.4170434020782141,B/C,-.6531998586549802,.7142857142857143,.1428571428571428,4.496619360787528,5.834802874919428,-1.333329173525312,-.2700804289519074,-.0696944887808915,6,-2.741799672444662,-3.343813371058983,3.664822717550536,.3845738144231155
|
||||
185,OnPoint,240,6,no,no,.4195104486711769,B/C,.0247740893716518,1,0,2.569707234700521,5.068054022507265,-2.493492447200155,-1.921803885622261,-.2069507297089412,6,.2300593058268229,2.054282395927995,3.48864719924326,.7445488744159957
|
||||
186,RMG Research,555,25,no,no,.4235716826249638,B-,3.492471828017124,.76,.48,6.007100372314453,4.656199106200393,1.355755606720648,.2317904196741725,.1347618719035887,25,6.007051544189453,.2064141580260035,2.876574458095805,.306672874440765
|
||||
187,Master Image,200,2,no,no,.425486792621247,B/C,,1,0,1.163215637207031,9.148190844036044,-7.980120866222423,-6.450210786693455,-.4949802420996439,0,,,,0
|
||||
188,Douglas Fulmer & Associates,82,2,no,no,.425486792621247,B/C,,1,.5,5.041962623596191,9.504355831588605,-4.457538867385824,-4.250752548276271,-.32619686317725,0,,,8.624999523162842,0
|
||||
189,Keating Research/OnSight Public Affairs/Melanson,455,3,no,no,.4254993434463736,B/C,-.112109205074789,1,0,1.932412465413411,4.84802488565374,-2.91075807963374,-1.871559196768958,-.2579638566620892,3,-.8133659362792969,.5753966437445749,2.064001485289123,1.226228374303404
|
||||
190,Franklin & Marshall College,106,23,yes,no,.4279359074981099,B/C,.5073830960855338,.8695652173913043,.2173913043478261,6.114802153214164,6.002996384078755,.1166601097419994,1.104060899282322,.5034039014384792,20,1.220170974731445,1.145535388367243,4.923448892725063,.2543480956420943
|
||||
191,Basswood Research,24,4,no,no,.4343457605308099,B/C,-.2108626115923885,.75,.5,8.042419910430908,7.189219979778214,.858054271259283,-1.093209658063048,-.1147805161981799,2,-8.710025787353516,,,0
|
||||
192,University of New Orleans,358,13,no,no,.4359643533691773,B/C,.3304770389901732,.9230769230769231,.3076923076923077,5.591800983135517,5.283226298607721,.3134290251343854,.3739608014864815,.1228383209619059,12,1.091541290283203,1.878889080330178,9.540870496982253,0
|
||||
193,CJ&N,63,3,no,no,.4500784824373211,B/C,.0932771905456728,1,.3333333333333333,4.423019409179688,7.308646503488428,-2.880772753702151,-3.244320802681246,-.2228575740703586,1,3.24993896484375,,,0
|
||||
194,Marshall Marketing,196,4,no,no,.4519125179642489,B/C,-.212397164185273,1,0,3.451752662658691,6.163325362506762,-2.706718359241481,-1.507514846342002,-.1223690859268654,3,-3.065058390299479,-1.328352507960294,,0
|
||||
195,Missouri State University,212,3,no,no,.452661694231157,B/C,.3071272553435229,.6666666666666666,0,4.362482706705729,6.31140230716012,-1.944065259847801,-1.98086169407013,-.1478569754636185,3,4.114629109700521,1.158334732055664,4.099998474121094,.2591198504872457
|
||||
196,Financial Dynamics,95,15,no,no,.4549580514686224,B/C,-.3469518745512442,1,.0666666666666667,2.941521453857422,4.91220702997542,-1.965831235511408,-.362446170419581,-.0931873153007553,15,-1.349447377522786,-1.859637693875078,2.458646647744388,.6209484768685331
|
||||
197,APC Research,4,2,no,no,.4550446757982236,B/C,.1699623547622983,1,0,2.534235000610352,5.353794251459908,-2.814704910242967,-3.205234956036415,-.2149639952739889,2,2.534235000610352,.4023811703636535,,0
|
||||
198,"Fabrizio, Lee & Associates",90,4,no,no,.4636891018724317,B/C,.2501784336043184,.5,.25,4.573753356933594,5.563214117501117,-.9846064199609336,-.6227911300934329,-.0833447176815853,4,1.869451522827148,-2.922580575430265,3.222222222222222,.2118632971668584
|
||||
199,Virginia Commonwealth University,370,7,no,no,.4749581782835856,B/C,-.087163255349526,1,.1428571428571428,4.460221426827567,5.036781490020702,-.5717057225865455,-.2945046710252905,-.0636500878046174,7,-.4032985142299107,-1.391741566216149,4.314236685412268,.4943286198972069
|
||||
200,Ragnar Research Partners,517,2,no,no,.4757084010757188,B/C,.3257184982299805,1,.5,4.802282333374023,4.923467673449888,-.1163309994692749,-.7869159892428119,-.0786915989242812,2,3.257184982299805,-2.324999809265137,,0
|
||||
201,Research Co.,449,35,no,no,.4769787054749654,B-,.9496960640523799,.9142857142857143,.1142857142857143,4.513995851789202,4.852324778592667,-.333474586196877,-.3359545927938091,-.2158033154751522,34,1.492109130410587,.450240570258209,3.745042801324442,.9315119375642282
|
||||
202,MFour Mobile Research,177,2,no,no,.4811133034493815,B/C,-.1644033527150696,1,.5,2.808574676513672,4.216155656972621,-1.40272663985236,-4.391196247839257,-.2570440414533494,2,-2.808574676513672,5.108332951863607,6.905530131437598,0
|
||||
203,University of New Hampshire,357,122,yes,no,.4834199274943768,B-,2.352768823189662,.8483606557377049,.2622950819672131,5.961604024543137,5.56955014986755,.3969082152821748,.5348175869328725,.4311423888747619,109,2.985096310256818,2.444572968110578,5.444211178734649,.164882487275349
|
||||
204,We Ask America,376,56,no,no,.4866695154302745,B-,-.9043882774240214,.8125,.4464285714285715,6.731526851654053,6.026793678148879,.7095875141117655,.6081688735259547,.3934715739411216,37,-1.679796115772144,-1.629044703856119,5.43529354630518,0
|
||||
205,Zogby Interactive/JZ Analytics,395,477,no,no,.4914365489964064,B-,-.6877063507385689,.7725366876310272,.3039832285115304,5.542520027240617,5.372256791247741,.175117576599467,.5156488912629753,.466035847541718,380,-.7811335764433208,.1102941801144466,5.035142159606,0
|
||||
206,Merrill Poll,206,2,no,no,.4974766349515035,B/C,,1,.5,8.717165946960449,9.741641432809779,-1.019621145242739,-1.061882438860048,-.0814873876296605,0,,,,0
|
||||
207,Amber Integrated,556,1,no,no,.4991578947368421,B/C,-.0197500931589227,1,0,.3752517700195313,5.821665544995738,-5.441559434369617,-4.582240064473633,-.2411705297091386,1,-.3752517700195313,-5.399999618530273,6.299999237060547,.1961096424653417
|
||||
208,Park Street Strategies,534,1,no,no,.4991578947368421,B/C,,1,0,2.407428741455078,8.392593806561234,-5.980310724499566,-3.834212157916771,-.2018006398903564,0,,,4.939999961853028,0
|
||||
209,Data Targeting,406,1,no,no,.4991578947368421,B/C,-.2104961997584293,1,0,3.999427795410156,6.190354653596476,-2.18607251757973,-3.531059731289722,-.1858452490152485,1,-3.999427795410156,,,0
|
||||
210,Rethink Priorities,672,2,no,yes,.5018514637863866,F,.3788209915161133,1,.5,3.788209915161133,4.44201379632886,-.6489495405611372,-.5254853621361339,-.0525485362136134,2,3.788209915161133,-.4903712688523529,2.787908394822637,0
|
||||
211,Wiese Research Associates,382,7,no,no,.5048358593013772,B/C,.9467606616622736,1,.4285714285714285,7.323360988071987,5.847293605205125,1.480921723473451,.1754684624898306,.0309204293567153,7,5.372714451381138,6.66444426642524,,0
|
||||
212,RAND (American Life Panel),270,4,no,no,.5095395936292186,B/C,.1736514275035423,1,.25,2.674911499023438,3.579110389595308,-.8993445499652808,-.1906186158601363,-.0230066790590666,4,1.438764572143555,3.721805380385323,4.048593495678862,0
|
||||
213,JMC Analytics,156,13,no,no,.5106998119231376,B/C,-.7819164735009975,.8846153846153846,.1538461538461539,5.687059842623198,5.164945171268722,.5269690119610644,.6542144436661432,.24310067383506,13,-2.104235429030198,-1.712971273868803,5.797091969873341,0
|
||||
214,Moore Information,217,12,no,no,.5118782690384208,B/C,-.6951948202835481,.75,.1666666666666667,6.462831497192383,5.818690209241944,.6489956285570281,.3852976995698104,.1144288607242513,12,-2.340816497802734,-4.355487005555785,5.241224483740024,.1719560764917774
|
||||
215,OnMessage Inc.,239,12,no,no,.5168366660895292,B/C,-1.638568026149947,.75,.3333333333333333,6.76245911916097,5.638599712294909,1.128713747472649,.5763589538430638,.172031710009919,12,-5.489705085754395,-5.856712356886356,7.706283608555769,0
|
||||
216,The Tyson Group,334,14,no,no,.5169735290229934,B/C,.1068472848265846,.8928571428571429,.1428571428571428,4.524324689592634,5.719990683847969,-1.190811653648746,.2916074229095915,.0874990608818113,12,.4594434102376302,.108508396639826,4.207747811540017,.2877293970616016
|
||||
217,Dittman Research,79,6,no,no,.5185105759063202,B/C,.4780232558042909,1,.3333333333333333,5.36842155456543,5.218344633396079,.1549312617759401,-.0514986940478487,-.0065792588303422,5,4.585626983642578,-1.083808898925781,8.511497639172701,0
|
||||
218,Mason Strategies,464,1,no,no,.5198914173942083,B/C,.0866587653277707,1,0,1.890171051025391,5.708192679384823,-3.813167287752842,-4.604348099564906,-.2110957742322349,1,1.890171051025391,-4.050000190734863,,0
|
||||
219,1892 Polling,461,1,no,no,.5198914173942083,B/C,-.0277419910364482,1,0,.6050987243652344,4.986418844306704,-4.376465779334881,-3.738883553313888,-.1714167785284408,1,-.6050987243652344,-4.217575998017282,7.549999237060547,0
|
||||
220,Braun Research,33,6,no,no,.5218497983001612,B/C,1.168395140330185,1,.5,6.57904052734375,5.333275649057244,1.250619218893095,.084193314818258,.0149521893767173,6,6.57904052734375,2.750000317891438,2.25,.193905661400436
|
||||
221,Big Data Poll,251,4,no,yes,.522758638732403,F,-.4342454568686589,.25,.25,3.046503067016602,3.696486658840722,-.6451292512175306,.0931661432263936,.0132798075498592,4,-3.046503067016602,-4.851080095445788,6.731741858822733,0
|
||||
222,Blumenthal Research Daily,447,2,no,yes,.5263744841283232,F,-.1575991160111993,1,0,2.467611312866211,5.638341035807127,-3.165875382334327,-2.051734484823545,-.1798847586821848,2,-1.797548294067383,-3.291666666666667,1,1.5836249328262
|
||||
223,Southern Media & Opinion Research,310,7,no,no,.5266091678016338,B/C,.0930673670065113,1,.2857142857142857,6.942311150687082,5.298149337056105,1.649016154237565,.345261579985275,.0647984239819264,7,.4958853040422712,.4604760669526599,,0
|
||||
224,Edgewater Research/My People Vote,530,2,no,no,.5280291468967028,B/C,-.0622989158976114,1,0,1.700000762939453,5.328922781218676,-3.624067677672634,-1.380189154171575,-.1292624283363107,2,-.665191650390625,.6833324432373047,1.23333485921224,1.027081012971852
|
||||
225,The Polling Company Inc./National Research Inc.,644,1,no,no,.5292794977249156,B/C,-.1123074703570687,0,0,2.625537872314453,5.513608298180296,-2.883216085259253,-3.702385581933174,-.1583696671748479,1,-2.625537872314453,1.806111229790582,3.55000114440918,.8307405767476224
|
||||
226,Dixie Strategies,81,11,no,no,.5298564900697459,B/C,-1.115235573972929,.9545454545454546,.5454545454545454,6.573435003107244,5.957171311888197,.6211180318256374,.6577821430093992,.2149729736070278,8,-4.019611358642578,-3.992251247054335,7.151050894272147,0
|
||||
227,Personal Marketing Research,252,3,no,no,.530340999794168,B/C,,.6666666666666666,.3333333333333333,5.411446253458659,9.377282965354292,-3.960982371289043,-3.530717722236241,-.1498001733881424,0,,,6.100505063388336,.027413447753404
|
||||
228,Ethridge & Associates LLC,89,6,no,no,.5308744366044175,B/C,-.055599642064223,.8333333333333334,0,2.664740244547526,4.98668521896212,-2.317090633808005,-1.87322592458754,-.1461447971745971,6,-.7126541137695313,-3.704166666666667,1.945446689463193,1.274145774244554
|
||||
229,Bendixen & Amandi International,29,2,no,no,.5315842228214828,B/C,.1210308213228181,1,0,3.005687713623047,4.984013891347866,-1.97347183711823,-.6174179684120591,-.0473797997596811,2,1.577182769775391,3.181666628519694,,0
|
||||
230,Forward Strategies,102,2,no,no,.5325782279628469,B/C,.0664861010956853,1,0,1.30284309387207,4.886251782915052,-3.578554348436392,-2.347493426889205,-.119796225681907,2,1.30284309387207,3.616071428571428,4,.9065719204133242
|
||||
231,CSP Polling,39,1,no,yes,.5348104598229051,F,.1097464575157897,1,0,2.565666198730469,5.441342618051372,-2.870822078714313,-2.766629486439672,-.1183426688731848,1,2.565666198730469,-2.554444630940755,4.166666666666667,.8959329994868166
|
||||
232,Market Decisions Research,184,4,no,no,.5366016543782307,B/C,-.0691058240412036,1,.25,4.664346694946289,5.005561781468037,-.3363607459151585,-1.297582604298548,-.0942474546031129,4,-.9514369964599609,-.3999999999999999,5.5,.654655589746167
|
||||
233,Targeted Persuasion,579,1,no,no,.5380648282103843,B/C,,1,0,.9474029541015625,9.672130421329964,-8.719873126621811,-10.15794896327855,-.4053047290142406,0,,,,0
|
||||
234,University of Houston,351,1,no,no,.5380648282103843,B/C,,1,0,2.005395889282227,9.546341300288688,-7.536091070399872,-8.858919949950904,-.3534731433140437,0,,,,0
|
||||
235,Singularis Group,306,1,no,no,.5380648282103843,B/C,-.0318606585104297,1,0,.7985076904296875,5.294739482378556,-4.491377451342279,-4.471793064531674,-.1784256726214928,1,-.7985076904296875,2,,0
|
||||
236,Change Research,48,109,yes,no,.5429569259997251,B-,2.87662266524397,.7477064220183486,.3486238532110092,6.361464404184884,5.119239181516076,1.247079563275397,.5089871793837869,.4322299068123009,101,3.433526256296894,.8843236647144364,4.25586283905743,.2042655012436705
|
||||
237,Valley Research,368,8,no,no,.543939611598199,B/C,.4143418875818117,.875,.125,5.055089473724365,4.956138550299345,.1038052640316096,-.1034487324724526,-.0120083683019043,8,3.56943941116333,3.237499713897705,2,.1596209649877704
|
||||
238,University of Wisconsin-Milwaukee,366,3,no,no,.5472114288863595,B/C,-.0600707773696393,1,0,1.627614339192708,6.21254154765672,-4.580072867857422,-4.605856013381849,-.1699895021284382,3,-1.627614339192708,3.361111111111111,,0
|
||||
239,Tufts University,666,1,no,no,.5475642325774921,B/C,.1340538827996505,1,0,2.547023773193359,3.799137245215796,-1.247259131415847,-1.337384828697161,-.0703886751945874,1,2.547023773193359,-1.293440993114185,3.034583250681559,.2571052476695102
|
||||
240,Mercyhurst University,422,1,no,no,.5539666948301877,B/C,-.0256045861832137,1,0,.7379531860351563,6.010215435191023,-5.267407908549278,-6.730360836853476,-.2335217292267797,1,-.7379531860351563,,,0
|
||||
241,Odney,524,1,no,no,.5539666948301877,B/C,.0714600242176442,1,0,2.059558868408203,6.073717909854865,-4.009304700840073,-5.155234784676257,-.1788699552178043,1,2.059558868408203,-8,8,0
|
||||
242,Diamond State Consulting Group,78,1,no,no,.5539666948301877,B/C,.1311797930771222,1,0,3.780750274658203,5.635256578671561,-1.849651963406769,-2.870160877203463,-.0995852893255796,1,3.780750274658203,-5.400001525878906,5.400001525878906,.4194975189688179
|
||||
243,University of Tennessee,362,2,no,no,.5572493027700784,B/C,-.091661963825131,1,0,2.726200103759766,4.856763059162516,-2.125708614796161,-3.986092255272814,-.1340228267186099,2,-2.726200103759766,-5.439999389648438,,0
|
||||
244,Jim Meader (KELOLAND-TV),159,4,no,no,.5587163216241517,B/C,.2520143302391507,1,.25,4.569961547851563,5.400266969587797,-.8254510811296456,-.780651571215634,-.0430496801362668,4,4.569961547851563,4.379166603088379,,0
|
||||
245,Overtime Politics,247,12,no,yes,.5606575823109456,F,,.6666666666666666,.4166666666666667,9.819032033284506,8.8002319152952,1.023654458595894,.7574553550038076,.2520475497343417,0,,,6.634753052243117,0
|
||||
246,Reconnect Research/Probolsky Research,651,2,no,no,.5612857184847847,B/C,-.1652378082275391,.5,0,1.652378082275391,5.308732091518542,-3.651499668636562,-1.94561455137911,-.194561455137911,2,-1.652378082275391,-1.215624690055847,2.200000762939453,2.014471736226958
|
||||
247,KG Polling,502,2,no,yes,.5629580963561331,F,.1902591516344927,1,0,2.170063018798828,5.563354060502096,-3.388436701096678,-1.625743500085212,-.1425362196498393,2,2.170063018798828,.5,1,1.574900309824624
|
||||
248,DHM Research,76,14,no,no,.5642438083247361,B/C,-.0778338840348906,.8571428571428571,.0714285714285714,4.376786095755441,5.490767137210339,-1.109126700848309,.1861249118860822,.0541392592911868,12,-.3195734024047852,.3325756911075473,4.497297898437283,.5406756684793275
|
||||
249,Richmond Times-Dispatch,288,4,no,no,.5651237642740335,B/C,.1608213861396819,1,0,3.31916332244873,4.581592794419672,-1.257575131364352,-.8314425452721331,-.0458175309691152,4,2.918396949768066,2.411111111111111,4.964109123704968,.1657404533149993
|
||||
250,Manhattanville College,181,3,no,no,.5663975253264174,B/C,-.1715809583025112,1,.3333333333333333,6.246330261230469,6.767597272395764,-.5164126705587059,-1.659693474538157,-.0572050630429813,2,-8.190769195556641,.1535353323425901,7.177654338522139,0
|
||||
251,War Room Logistics,374,1,no,no,.5678598845666973,B/C,,1,1,4.470468521118164,7.490421217887829,-3.015098356163076,-2.561214517790606,-.0772220554053263,0,,,11.55555555555556,0
|
||||
252,IMGE Insights,145,2,no,no,.569244618947208,B/C,-.5264236856242678,1,.5,6.416610717773438,5.028467100058508,1.392997958321519,-.050222927770391,-.0041203276780526,2,-6.416610717773438,-.539500045776367,6.877749860236933,0
|
||||
253,Franklin Pierce University,107,17,no,no,.5729475581501563,B/C,.7443353315476624,.8529411764705882,.4705882352941176,6.727921429802389,5.895960444249671,.8368153261593081,.5520588097406083,.1153434623410852,12,4.465128262837728,5.21357908574944,5.853875597785531,.0872893362468564
|
||||
254,Alaska Survey Research,155,9,no,no,.5740976421836099,B/C,1.864177303236265,.4444444444444444,.4444444444444444,7.410337236192492,5.666928752451221,1.748262824347859,.7170276814330256,.1817091398941078,9,7.356078677707249,3.51202323247516,11.22645419647108,0
|
||||
255,Crantford Research,62,1,no,no,.5799820738756363,B/C,.0644898214916852,1,0,2.462959289550781,5.432348998703429,-2.964535368546058,-3.657323993631593,-.0957629192196584,1,2.462959289550781,9,,0
|
||||
256,Lincoln Institute,170,2,no,no,.5824804547828468,B/C,-.1048016342512832,.75,0,4.131523132324219,5.241303960991875,-1.104926488061066,-2.900882953570159,-.0735847929610441,2,-4.131523132324219,2.731892899104527,,0
|
||||
257,Belden Russonello,28,3,no,no,.5854152596770307,B/C,.0612298840920925,1,.3333333333333333,4.136116027832031,5.484229198564642,-1.343258830126022,-.4477223734118073,-.0222070626520885,3,1.234471638997396,2.103030233672171,,0
|
||||
258,PSB Research,250,19,no,no,.58657849860232,B/C,2.312793349272176,.631578947368421,.4210526315789473,7.750792453163548,6.17902469742683,1.576622096343309,.8199137789340896,.2728400172265894,19,6.950194308632298,1.048611153496636,5.391713725320113,.0154466635775686
|
||||
259,Rivercity Polling,291,1,no,no,.5867095617996063,B/C,-.1747003444309101,1,0,6.67205810546875,6.567956656091599,.1089557899837401,-1.74306753384611,-.0456402647752209,1,-6.67205810546875,-11.25000095367432,,0
|
||||
260,JMC Analytics/Bold Blue Campaigns,503,5,no,no,.5874416106710005,B/C,-1.070948914995215,.8,.2,6.71466293334961,5.744101656167575,.9754156177886241,.6814295843276099,.1320003689858563,5,-5.528592681884765,-6.841666539510092,26.00000000000001,0
|
||||
261,AYTM,635,4,no,no,.5874428609973176,B/C,.6593147624622692,.75,0,3.62623119354248,4.288456421692077,-.6573708875430071,-.621834409146875,-.1130608016630682,4,3.62623119354248,.2269919453753536,3.051699940686654,1.278770144632121
|
||||
262,Sacred Heart University,453,2,no,no,.590285521478589,B/C,-.0296161979447906,.5,0,5.240124702453613,4.791280420565943,.4536986224942599,.3169148321298133,.029893107341468,2,-.3139791488647461,-4.999999364217123,6.400001525878906,0
|
||||
263,Florida International University/Univision,98,1,no,no,.5905468090816441,B/C,.0409435610025319,1,0,1.801551818847656,6.275675393553641,-4.469269234099396,-6.748338224380611,-.153368332159537,1,1.801551818847656,-13,,0
|
||||
264,New Mexico State University,230,1,no,no,.5905468090816441,B/C,,0,0,7.145587921142578,8.887578428768251,-1.737136167019083,-3.246362520751393,-.0737795274685672,0,,,,0
|
||||
265,Google Surveys,122,24,yes,no,.5910540989182087,B-,-.1320225189736835,.875,.375,5.395437399546306,4.042196857099917,1.358094883052978,1.673735555736507,.7880981354922491,24,-.2803848584493001,-.7534010766392506,3.622811150441299,0
|
||||
266,"Drake Research & Strategy, Inc.",329,8,no,no,.5930347165011257,B/C,-.0084243407434823,.375,.25,6.763461589813232,5.462638528883079,1.305677401536743,.3030344080762783,.0302695564089603,8,-.0843377113342285,3.447916666666666,6.077265755114779,.082563133011754
|
||||
267,Myers Research & Strategic Services,319,2,no,no,.5931762470380728,B/C,.14019584241651,.5,0,4.186407089233398,5.420198471970155,-1.228937042130168,-.939433161975486,-.0314600612720815,2,4.186407089233398,3.4,,0
|
||||
268,Aspen Media & Market Research,17,3,no,no,.5947561192509095,B/C,-.0063020479446093,1,.6666666666666666,7.454544067382813,5.585990837842279,1.873407570147123,-.0905029317702228,-.0051502375826832,3,-.1107432047526042,,,0
|
||||
269,Strategy Research,322,2,no,no,.5964185280907349,B/C,-.502543845186506,0,1,6.125537872314453,4.795572996646543,1.3348192162745,.2810015239701942,.0230535814654743,2,-6.125537872314453,-1.999411639045267,3.18333371480306,0
|
||||
270,Thirty-Ninth Street Strategies,460,1,no,no,.5974059606860419,B/C,-.0930488167484266,0,0,2.029548645019531,6.352832115291105,-4.318429129664985,-2.889176387062972,-.1324602122020666,1,-2.029548645019531,-2.366666158040364,3,2.579896826126576
|
||||
271,Léger,572,3,no,no,.5986432751854601,B/C,.5543367295038132,1,0,3.880357106526693,4.067416440790304,-.1822049936570226,-.2087787508579852,-.029825535836855,3,3.880357106526693,.0554211096012545,2.481682881901375,.8352816771562054
|
||||
272,Jorge Benítez,600,4,no,no,.6023811895696973,B/C,,.5,0,5.131099700927734,5.297056208821066,-.1611021672867416,.7390965426333351,.1343811895696973,0,,,9.25,0
|
||||
273,Morningside College,536,1,no,no,.6034162189016622,B/C,,0,0,6.407428741455078,9.729677981260473,-3.317394899198805,-1.103253928318778,-.0580659962273041,0,,,3.699999809265137,1.08416208745036
|
||||
274,Strategic Research Associates,462,5,no,no,.6036641636076195,B/C,.3747894164079429,.8,.2,5.041973876953125,5.698348743882117,-.6515205263224031,.4061735327735359,.0786802590194251,5,1.934786987304687,.0516381561224897,3.249998092651368,.3590022379417611
|
||||
275,Pasquines,552,1,no,no,.6050388666367741,B/C,,1,0,10.38766098022461,9.457199369386293,.9353159514449056,-.3214632953961422,-.0128264666715264,0,,,,0
|
||||
276,Rhode Island College,285,5,no,no,.6052651567589953,B/C,-.1309599430563732,1,.2,6.078450393676758,5.643182177476349,.4401225568069987,-.1207338524825411,-.0132398729805376,4,-1.535097599029541,-.7666666666666666,3.899063505374267,.6776090875222862
|
||||
277,Benenson Strategy Group,30,11,no,no,.605386233072347,B/C,1.073700341264608,.6818181818181818,.2727272727272727,6.616428722034801,5.982649614913623,.6386334477277672,.8050801346974074,.1752290867103117,11,4.933055530894887,6.076555563608805,9.891467459076249,0
|
||||
278,Canisius College,43,1,no,no,.6077461967520814,B/C,,1,0,.0537261962890625,9.408736251272929,-9.350155714377276,-7.814129174736894,-.1336119006709826,0,,,,0
|
||||
279,Central Surveys Inc.,46,1,no,no,.6077461967520814,B/C,.0285126270690753,0,0,1.667526245117188,4.926187360836865,-3.253806775113088,-2.185356381181451,-.037366879047395,1,1.667526245117188,2.2526317395662,,0
|
||||
280,Clarus Research Group,53,3,no,no,.607940232459405,B/C,.3041951139593911,1,.3333333333333333,6.774649302164714,5.256346821450742,1.523156821320561,.3619302539864748,.0271471347031992,3,4.055581410725911,2.230769230769231,,0
|
||||
281,ASA Marketing Group,5,1,no,no,.6092912170977801,B/C,.1091834640090221,1,0,5.53753662109375,5.337060581610748,.2053303800895914,-1.515833975783473,-.0298876586582136,1,5.53753662109375,,,0
|
||||
282,Big Ten,31,10,no,no,.6096351794226076,B/C,.8017199283111563,1,.2,4.693703460693359,4.686770196983301,.0117876043166478,.7890621290033689,.1488772365018657,10,4.249184417724609,5.247590615481009,5.429372335731,0
|
||||
283,Frank N. Magid Associates Inc.,105,5,no,no,.6096971367765378,B/C,.4424162741492621,.8,.4,6.323271942138672,5.399626510996111,.9284997717491503,.1270103684589344,.0088864522206397,5,6.323271942138672,-.0400000000000002,5.126399401608414,.2100317129115976
|
||||
284,Purple Strategies,265,4,no,no,.610557670306633,B/C,-.3335362614200786,.875,0,3.015741348266602,4.333702658060196,-1.313106969187005,-.6859282325093059,-.0758625862941251,4,-3.015741348266602,-.151845747877509,2.240816279876927,1.294884551633112
|
||||
285,Triumph Campaigns,339,1,no,no,.6113271515044195,B/C,-.1573667355033384,1,0,4.229019165039063,5.054368836402566,-.8204953307569141,-.2520172785339738,-.0093778568660047,1,-4.229019165039063,-5,,0
|
||||
286,BIGresearch,19,1,no,no,.611345728047248,B/C,-.0300829916661306,1,0,1.889528274536133,4.344390565009105,-2.450007949866383,-3.720704480533952,-.0592369658546209,1,-1.889528274536133,-7.5,6.4,0
|
||||
287,University of Texas at Tyler,458,5,no,no,.6146207669324337,B/C,.088754363783471,.6,.6,6.617877197265625,5.799107866113763,.8236236717584504,.8387642208673118,.1752127445093873,4,.5210199356079102,-.0544177547333733,4.951616544283369,0
|
||||
288,Cooper & Secrest,60,1,no,no,.6147010430708935,B/C,-.0391345768022912,0,0,2.640132904052734,6.184046929344141,-3.539059684684817,-4.960907426329268,-.0735353180086958,1,-2.640132904052734,,,0
|
||||
289,OurProgress (The Progress Campaign),561,1,no,yes,.6161654942043626,F,,1,1,9.39239501953125,8.365918202901572,1.031331157236268,.2231443898828894,.0117444415727837,0,,,,0
|
||||
290,Meeting Street Insights,204,4,no,no,.6180909705289955,B/C,.7125785299598706,.5,0,4.057546138763428,5.064239196281024,-1.001838716911006,-.4478094737895041,-.0786434474488259,4,4.057546138763428,1.280954818209123,2.589868277385861,1.265172167780616
|
||||
291,Analytical Group,11,1,no,no,.6184552499999836,B/C,.0598262926693221,1,0,4.036056518554688,5.176661106527053,-1.135750247365776,-1.746730230604324,-.0258917072915293,1,4.036056518554688,-1.333333333333333,6.666666666666666,0
|
||||
292,The Polling Company Inc.,337,7,no,no,.6200724778436899,B/C,-1.067938553093189,.7142857142857143,.5714285714285714,6.255960191999163,5.308021553775161,.9527929788305907,.8750483814306691,.1930820730626939,7,-4.83989988054548,-3.324883065028498,6.250531052568514,0
|
||||
293,Dynamics Marketing,83,1,no,no,.6207423154389612,B/C,.0387765602878785,1,0,3.018547058105469,6.154617547993511,-3.131216149281453,-4.657631660139869,-.0598324065822249,1,3.018547058105469,-7.5,,0
|
||||
294,Vox Populi Communications,529,1,no,no,.6207423154389612,B/C,,1,0,3.522224426269531,7.922152820894688,-4.395074054018568,-3.978707102335895,-.0511108731623914,0,,,6,0
|
||||
295,Diversified Research Inc,80,1,no,no,.6207423154389612,B/C,-.064152784522455,1,0,4.993949890136719,6.554124573829257,-1.555320343085949,-2.783166075606892,-.0357528324205367,1,-4.993949890136719,,,0
|
||||
296,Gotham Research Group,576,1,no,no,.6228818480437359,B/C,-.1734449731809093,1,0,5.752628326416016,5.80416491424317,-.046682247220565,-1.563056099378912,-.047127018791067,1,-5.752628326416016,1.770000076293945,4,1.387962868760444
|
||||
297,Probolsky Research,259,3,no,no,.6232981732812273,B/C,-.6900987648517687,.6666666666666666,.3333333333333333,6.959641774495442,5.243212170386674,1.721283944715357,.7459419493432793,.0882977626579074,2,-9.125648498535156,-5.579999923706055,6.167808482020772,0
|
||||
298,Centre College,47,1,no,no,.6290964946878583,B/C,.1537553333945501,1,0,3.853492736816406,4.892529148884713,-1.034182071461717,-.0700566622163491,-.0027952785151694,1,3.853492736816406,2.327529164103718,4.75,.3515376219114583
|
||||
299,Market Trends Pacific,190,1,no,no,.6292134302570268,B/C,.067351313773143,.5,0,4.543716430664063,5.457385416784418,-.908814645513766,-1.020951954584041,-.0151335270344861,1,4.543716430664063,2.5,,0
|
||||
300,Cromer Group,65,1,no,no,.6296432233094026,B/C,-.0774360405063987,1,0,3.927379608154297,6.088251771594662,-2.156017822833776,-.4836265739348392,-.0095356524465912,1,-3.927379608154297,-3.346666463216146,,0
|
||||
301,Schoen Cooperman Research,301,1,no,no,.630353747263825,B/C,-.0624973442065987,1,0,2.386863708496094,5.370243436440502,-2.978525387337819,-1.049814137594858,-.027488203568841,1,-2.386863708496094,-2.088709677419355,1.944444444444444,.9735809899756319
|
||||
302,Neighborhood Research and Media,227,3,no,no,.6327207120173951,B/C,-.0597491170284171,.3333333333333333,.6666666666666666,6.965807278951009,7.017953530798856,-.0472919112412569,.8073851098372956,.0885903933980165,1,-3.422222137451172,-7.229166666666667,8.5,0
|
||||
303,NRECA Market Research,223,1,no,no,.6330559026141181,B/C,.0697342213024587,1,0,6.265480041503906,5.440001734980825,.8303326471296706,-1.364873156027169,-.0151909137179756,1,6.265480041503906,,,0
|
||||
304,Dartmouth College,72,3,no,no,.6342064191532407,B/C,,1,.6666666666666666,9.2988650004069,8.594980148218431,.7087391927950591,.3695070114900995,.0138834760643398,0,,,,0
|
||||
305,West Chester University,377,7,no,no,.6377892709752928,B/C,.1062716401396332,1,.1428571428571428,5.193498338971819,5.097989502090199,.1003631774882107,-.0474869794047064,-.0051136258278728,7,.9868768964494977,2.293927115535686,3.691488636510464,.8972301144595187
|
||||
306,Liberty Opinion Research,169,1,no,no,.6405103784070884,B/C,,1,1,6.079864501953125,9.00806824817187,-2.923349405612156,.0530148062504045,.0021153041582252,0,,,2.5,.5145265914137396
|
||||
307,ALG Research,14,20,no,no,.6427516791927023,B/C,1.312342015934227,.575,.35,6.310317039489746,5.869546981792729,.4456243983036055,.9047965259224645,.3601880678847847,20,3.29661808013916,5.859090865572082,4.818246478230167,.107875495901892
|
||||
308,Wick Communications,381,1,no,no,.6452559228484718,B/C,.0558979032903333,1,0,2.835014343261719,5.978589862980124,-3.138721179111816,-.8856187931012665,-.017461722465898,1,2.835014343261719,4,5,1.193832780705905
|
||||
309,Zimmerman & Associates/Marketing Intelligence,394,3,no,no,.6498885803996233,B/C,.1938247030416279,1,0,4.675465901692708,5.549925218374376,-.8696049760750783,.1656563550649974,.0099340599920116,3,3.232142130533854,.652592440004702,2.19999885559082,.7217297129798763
|
||||
310,Rossman Group,294,1,no,no,.6506261206815344,B/C,.1102692544733953,1,0,4.211341857910156,5.846049886685832,-1.629853688169086,.6979980298825965,.0182762941067072,1,4.211341857910156,4.666666666666668,,0
|
||||
311,Victoria Research & Consulting,369,1,no,no,.6517964988250861,B/C,.1376153728243881,.5,0,8.048267364501953,6.227888794106417,1.825232911002125,.5762282315874135,.0098527868583982,1,8.048267364501953,17.5,,0
|
||||
312,"University of Nevada, Las Vegas",356,1,no,no,.6523054001943108,B/C,,1,1,8.909448623657227,8.321813454871092,.5924895093927236,.8007941442703316,.0241443929618394,0,,,,0
|
||||
313,Pacific Market Research,459,2,no,no,.6536851612976886,B/C,-.6555274086879038,1,.5,7.476832389831543,5.863477841794323,1.618208888643809,.9839740405660394,.0862694145592523,2,-7.476832389831543,-.9224997520446774,,0
|
||||
314,Iona College,152,1,no,no,.6549196296105675,B/C,.1141930803039217,1,0,4.361198425292969,5.773430070496683,-1.407377304597125,-1.398690645469099,-.0366231429122988,1,4.361198425292969,-1.666666666666667,1.5,2.260663973420936
|
||||
315,QEV Analytics,266,1,no,no,.6558623172861971,B/C,,0,0,6.367771148681641,5.673281247074294,.6993442422139364,-1.01937610592222,-.0248684132594613,0,,,3,1.905769189375852
|
||||
316,West Virginia Research Center,378,2,no,no,.6575860851304089,B/C,.1635247809902922,.5,.5,6.446525573730469,5.210471722475418,1.24090819186164,.9443752408337629,.0239553465915487,2,6.446525573730469,3.8,5.333333333333333,.016462644620733
|
||||
317,CallFire,42,4,no,no,.6590668814547462,B/C,-.4349172423877488,.75,0,3.932399749755859,4.244107615986392,-.3068535256239434,.0655100157837398,.0072453049604662,4,-3.932399749755859,-.4651136850381826,2.493135083803914,.9820529879874998
|
||||
318,Becker Institute,26,5,no,no,.6631983552533153,B/C,.3529105264432197,.8,.4,7.657408905029297,6.29713180354484,1.365131442091047,1.103470094387338,.0743476375770897,5,5.237909698486328,.0695833524068195,9.221825406947977,0
|
||||
319,Hill Research Consultants,140,5,no,no,.6635818583442351,B/C,-.2769093037745259,.6,.2,5.26837387084961,5.346716989981899,-.0734887785257006,-.1936170207842335,-.0144397222971352,5,-3.712976837158203,-2.778571428571428,2.69413628759136,1.297644865587007
|
||||
320,TargetSmart/William & Mary,332,3,no,no,.6641617025639919,B/C,.59101995366542,.6666666666666666,.3333333333333333,5.331492106119792,4.375202645120252,.961143801606129,.8903581807283232,.0987002212974594,3,5.331492106119792,1.663733113547817,4.073964020321752,.2031838417200449
|
||||
321,Rice University,286,2,no,no,.6686946525332566,B/C,.1726691421866744,1,0,5.910717010498047,5.082745594437103,.8328257566675332,.0576636584845435,.0016845222716952,2,5.910717010498047,-.3636363636363633,2.392080818711254,1.295967000809112
|
||||
322,Independent Market Research,148,2,no,no,.6695780386486831,B/C,.1167473015497415,1,.5,5.758111953735352,5.211989089447775,.5509772048941661,1.265916119646411,.0278688837269625,2,5.303129196166992,4.178571428571429,5.5,.225156689108887
|
||||
323,MarblePort,182,2,no,no,.6704891016752899,B/C,-.3989260252944092,1,1,5.559762954711914,4.593370166054036,.971247129264468,1.202184794234583,.0862595771690107,2,-5.559762954711914,-3.433333333333333,6.063945294843617,0
|
||||
324,University of Maryland,575,1,no,no,.6712947422113368,B/C,.1135980314638551,0,1,6.643642425537109,5.754330458478516,.8941663076651829,1.716559233058691,.0293510302446489,1,6.643642425537109,2.28,,0
|
||||
325,TMR Research,328,2,no,no,.671659373118822,B/C,.1732914738583265,0,.5,7.871591567993164,5.559130742974748,2.317315165625006,1.5856153416367,.0349069965268346,2,7.871591567993164,6.666666666666667,,0
|
||||
326,University of Georgia Survey Research Center,674,1,no,no,.6756154646546773,B/C,-.1088501121320425,1,1,9.779964447021484,5.680793417310857,4.104025370317216,2.459018206919318,.0273686483225836,1,-9.779964447021484,-.75,,0
|
||||
327,CrossTarget,66,2,no,no,.6762960235638725,B/C,-.3947710135020523,1,.5,7.735822677612305,4.742460412288372,2.998216605930522,1.37533233274143,.0701853392360924,2,-7.735822677612305,-13.36923261789175,15.7764521715802,0
|
||||
328,The Florida Poll,99,5,no,no,.677183216588444,B/C,.2693149734219958,.6,0,4.613794708251953,4.76455661309394,-.1459075642353974,.7026583955604045,.0615774423301401,5,3.073145294189453,.5235894199184606,3.56571418155084,.5494187869550704
|
||||
329,Southeastern Louisiana University,309,8,no,no,.6779255662669411,B/C,.0959017507036072,.875,.375,6.572028875350952,5.009265784658479,1.567617431299063,1.191190193309478,.1579460626838416,8,.7232673168182373,1.247499969270494,7.084589675770887,0
|
||||
330,R.L. Repass & Partners,268,1,no,no,.6780316469454992,B/C,,1,1,11.57935333251953,10.00894267019912,1.575265002926999,1.50791811564035,.0601663136371989,0,,,,0
|
||||
331,A&A Research,2,1,no,no,.6789533460330148,B/C,-.1488675128531222,0,1,10.04303741455078,5.738853416971225,4.309038338186145,2.334648105905419,.0346063887415019,1,-10.04303741455078,,,0
|
||||
332,Old Dominion University,238,1,no,no,.6819028420972324,B/C,.1449702824038931,1,0,4.481784820556641,5.334479421661047,-.8478402604978172,-1.05008528231765,-.0339666374047057,1,4.481784820556641,-.8071428026471823,0,2.783215957726947
|
||||
333,Public Strategies Inc.,264,6,no,no,.682334156134031,B/C,,1,.3333333333333333,7.979216893513997,8.299483959669688,-.3154127255491002,1.238398802681448,.1516380141134428,0,,,7.643708774087621,0
|
||||
334,OpinionWorks,244,6,no,no,.6847615691802997,B/C,-.456181422922214,.9166666666666666,.5,7.287042617797852,5.311743933003283,1.980153025401157,1.222385625250664,.181915872714656,6,-3.065315882364909,3.666666666666667,9.5,0
|
||||
335,SmithJohnson Research,367,1,no,no,.6866345695022391,B/C,-.1934785389033732,1,0,8.513221740722656,6.137363483796756,2.38071259753249,2.227943913916424,.0506341014426133,1,-8.513221740722656,-15,,0
|
||||
336,Harper Polling/Clarity Campaign Labs,513,1,no,no,.6867256714328992,B/C,.3433280981097093,0,0,6.988388061523438,5.954941090881893,1.038301311248134,1.599996731424496,.0786052276928041,1,6.988388061523438,4.75,,0
|
||||
337,Feldman Group,93,2,no,no,.6869176615049214,B/C,.2053521798327145,.5,.5,6.676515579223633,5.430618723537072,1.25075119629315,-.3912943765191685,-.0194654483744056,2,4.127988815307617,.6888893975151911,1.456275361687035,1.98839311585113
|
||||
338,Capital Survey Research Center,44,13,no,no,.6905239697483623,B/C,.0296484346278982,.3461538461538461,.6153846153846154,9.670362179095928,7.339496702746938,2.335719816955579,1.182406141384232,.2855219603625364,4,.5845623016357422,.7083333333333333,9.083471842086395,0
|
||||
339,Illinois Wesleyan University,147,3,no,no,.6911469816999355,B/C,-.3299533999281484,1,.3333333333333333,8.178092956542969,5.624068504011845,2.558878793137714,1.578918473873792,.0637030566211911,3,-8.178092956542969,-5.873611132303874,5,.249078152659788
|
||||
340,Tulsa Surveys,341,1,no,no,.6968914434267224,B/C,-.1324139186690047,1,1,11.89712524414063,5.161915585651205,6.740063999096009,4.370622264008132,.0486446270946287,1,-11.89712524414063,,,0
|
||||
341,TeleResearch Corporation,335,1,no,no,.6995370076870748,B/C,,1,1,8.888496398925781,8.694951309577576,.1983994299547951,2.795662265967504,.0635365396274491,0,,,11.25,0
|
||||
342,Decision Forecasting,77,3,no,no,.701551924572994,B/C,-.0531594812427779,1,.6666666666666666,8.093864440917969,4.721564514411604,3.377154267112954,1.662619022658081,.0624695355904173,3,-1.414833068847656,.6498333613077799,3.547525734387925,.4992803500548957
|
||||
343,SoonerPoll.com,308,25,yes,no,.7018398008939626,C+,2.734870707595853,.8,.48,8.682242698669434,5.727292814499123,2.959804224776899,1.686369226723537,.8567689814813217,21,5.993773687453497,2.883332824707031,5.855930044111688,.0978629027999815
|
||||
344,Southern Research Group,649,1,no,no,.7024389355098376,B/C,.1238125987145376,0,1,7.7767333984375,4.689560277308869,3.09202746173522,3.721611501576032,.0592514064463907,1,7.7767333984375,5.5,5.5,0
|
||||
345,Great Lakes Strategies Group,125,1,no,no,.7051103069770992,B/C,-.1972988004563895,0,1,7.535125732421875,5.33439995803765,2.205580114990815,2.778827681234298,.072760480402272,1,-7.535125732421875,-10,10,0
|
||||
346,Hoffman Research Group,141,2,no,no,.7077379120484042,B/C,-.4009827442091181,1,0,5.245321273803711,4.714887431733557,.5352881826767435,-.5087761577924994,-.0388937968316032,2,-5.245321273803711,-1.262501239776611,2.060718205744823,2.189243642368037
|
||||
347,University of Wisconsin (Badger Poll),365,8,yes,no,.7078245466869828,B/C,.6950988570813171,.875,.375,12.78543090820313,5.856165955597719,6.934119293211997,5.107604204395074,.6572894742816732,7,6.007245744977679,7.213419865736198,3.760023128639522,.924107411530347
|
||||
348,"California State University, Bakersfield",41,1,no,no,.7104449698380708,B/C,-.1265790115977124,0,1,9.853496551513672,6.104626058474669,3.753724833645592,4.982870103239322,.0640104524612569,1,-9.853496551513672,-14,,0
|
||||
349,Minnesota State University Moorhead,211,4,no,no,.7108969551157276,B/C,.4641666238621686,1,.75,9.203699111938477,5.200479311205552,4.008074141339514,1.83833431398978,.1195979997217173,4,7.134679794311523,,,0
|
||||
350,Multi-Quest International,220,4,no,no,.7110344627144402,B/C,-.0045227866109001,.75,.25,5.391483306884766,5.360956729811647,.0353809176797084,.9493384975206594,.1052977436704866,3,-.045739491780599,.5518517670808016,3.213384057136836,.5667756366123041
|
||||
351,Constituent Dynamics,58,7,no,no,.7114204767023606,B/C,,.8571428571428571,.7142857142857143,9.457359858921595,8.460331650799835,1.001882548728349,1.423295422909794,.1992579394388035,0,,,10.87636664561877,0
|
||||
352,University of North Carolina,359,2,no,no,.7134614151447214,B/C,.2165461378793016,.5,.5,6.856529235839844,5.624614372880663,1.23676920356577,1.263700604255319,.0399107880787313,2,6.856529235839844,-.2875003814697266,1,1.485055311499993
|
||||
353,Global Strategy Group/GBAO (Navigator Research),413,2,no,no,.7143299080143687,B/C,.5238210678100587,1,0,5.238210678100586,5.089631171741502,.1534338469656742,.3974949072632308,.0397494907263231,2,5.238210678100586,1.010704781134638,1.557292289935744,1.201804172880457
|
||||
354,Detroit Free Press,663,1,no,no,.7146086014776371,B/C,.1331316917459678,1,1,8.981452941894531,5.342821221211951,3.64348606128917,2.73922990534567,.0406034874022167,1,8.981452941894531,2,2,2.000825919092727
|
||||
355,Sky Research,665,1,no,no,.7150213319471003,B/C,-.3732352724099157,0,1,8.725540161132813,5.459213122187348,3.271181379552054,2.342295473960913,.1001917672882289,1,-8.725540161132813,-4.632780075073242,,0
|
||||
356,Southern Opinion Research,311,2,no,no,.7189833819536425,B/C,.0193370156963022,1,.5,8.5,5.373668926290093,3.131185414316497,3.042806655800613,.0669867644294006,2,.8783645629882813,4.166666666666666,3.5,.6924543701491878
|
||||
357,American Research Group,9,277,yes,no,.7241709590734948,C+,.0764734179302929,.7509025270758123,.4007220216606498,7.530794866678947,7.004901459409429,.5307477478761059,.8663607536388283,.7702975692113456,86,.1135636263115462,-1.142137648661575,6.882220458743856,0
|
||||
358,Opinion Consultants,241,2,no,no,.7274854879836085,B/C,-.2560304923197467,1,.5,6.620656967163086,5.238506864616457,1.387004443153219,1.015196302331795,.0392591264547226,2,-6.620656967163086,-5.441666730244955,2.242640687119285,1.785901565320188
|
||||
359,Arthur J. Finkelstein & Associates,16,1,no,no,.7311744675064819,B/C,-.202592759519747,0,1,13.66749954223633,6.614494543737975,7.057859339104942,5.857637552939973,.0868275102149689,1,-13.66749954223633,,,0
|
||||
360,Zata3,392,2,no,no,.7314228315643269,B/C,-.2012821656754537,1,.5,10.1712818145752,6.04166524578764,4.134470909394145,2.455581887264707,.1253121472365468,2,-3.944269180297852,0,,0
|
||||
361,GaPundit.com,111,2,no,no,.7323715570758917,B/C,.5537197498696054,.25,1,8.256275177001953,5.356511452358934,2.904618065249609,2.135100917652609,.1431938157005893,2,8.256275177001953,3.027981217144526,,0
|
||||
362,Baselice & Associates,23,2,no,no,.7328146042343968,B/C,.3040444320828225,1,.5,10.02863216400146,5.73711529832728,4.296371206280774,3.331487307689965,.1010028237044809,2,10.02863216400146,8.75,4,.1262369305463489
|
||||
363,MarketAide Services Inc.,191,1,no,no,.7347617707815949,B/C,.1662938060892203,1,1,11.21866607666016,5.930474800375713,5.293045616891033,6.099647514138478,.090414813490082,1,11.21866607666016,9.5,,0
|
||||
364,Redfield & Wilton Strategies,562,9,yes,no,.7349372590492564,B/C,2.202347366898148,.7777777777777778,.6666666666666666,6.607042100694445,3.460981436466479,3.150915004834555,2.640811777147769,.8802705923825898,9,6.607042100694445,2.529307956248106,2.997833312978453,0
|
||||
365,Bannon Communications Research,21,2,no,no,.7359362734296809,B/C,.3276200692953867,1,.5,10.37347793579102,6.048284897877401,4.330047378520204,3.460380350212206,.1092873631333819,2,10.37347793579102,8.333333333333332,21,0
|
||||
366,Howey Politics/DePauw University,142,7,no,no,.7370211714325817,B/C,.0840077257383459,.5714285714285714,.2857142857142857,6.740425654820034,5.607273313387551,1.138006682039072,1.537890850961456,.2458028714182319,6,.5784180959065756,1.297258237258008,7.196152422706631,0
|
||||
367,High Point University,139,3,yes,no,.7399426268592304,B/C,.0045991236618311,.6666666666666666,.3333333333333333,11.5411860148112,5.850491843170836,5.695548512246951,7.077572621782974,.8025801455172091,2,.0979747772216797,1.810572346488198,6.039410563067126,0
|
||||
368,Forman Center,100,2,no,no,.7402289742322391,B/C,.2422698600401577,1,.5,11.0048656463623,5.479212990701936,5.530506996266959,4.700320767861541,.1034765976402518,2,11.0048656463623,17.14285714285714,21,0
|
||||
369,Kimball Political Consulting,163,6,no,no,.7408599088190024,B/C,-.9883884432002163,.8333333333333334,.5,6.287283579508464,4.647312677120706,1.644825242994348,1.570361717253792,.2468677217035975,6,-6.287283579508464,-2.414999643961589,6.36664866823249,0
|
||||
370,New Frontier Strategy,229,2,no,no,.7415875112176328,B/C,,.5,1,14.05421733856201,8.091564778767712,5.96750690040089,2.449795285445019,.1434017623817209,0,,,10.18888918558756,0
|
||||
371,SMS Research & Marketing Services,296,1,no,no,.742124091279715,B/C,-.1666266571273037,0,1,9.744956970214844,4.610530379259771,5.139280931561662,2.978766842861347,.0509332122147581,1,-9.744956970214844,-1,1,2.880160549046826
|
||||
372,HighGround Inc.,416,2,no,no,.7430892528704829,B/C,-.3894387965502069,.5,0,4.441871643066406,5.640017798991987,-1.193291815318991,.0613453865069179,.0053784250007434,2,-4.441871643066406,-3.016805860731337,2.638004968678565,1.942356279167756
|
||||
373,Abacus Associates,6,2,no,no,.7479667078828547,B/C,.1657550174081954,.5,.5,8.055637359619141,6.17635698229895,1.88413471792678,2.977452512533899,.1363118233194016,2,3.620578765869141,6.5,,0
|
||||
374,Lester & Associates,293,1,no,no,.757813807098785,B/C,,1,1,18.92186546325684,7.939957168970158,10.98676263489327,4.032942336631153,.0916559928235483,0,,,1.850000381469727,1.32694911229125
|
||||
375,PSI,248,3,no,no,.7614591196960223,B/C,-.0425848070705559,.6666666666666666,.6666666666666666,11.68826611836751,8.402766326327948,3.290354132646156,2.959615449818972,.1112015441642382,1,-3.314998626708984,-4,2,.7967065684965622
|
||||
376,Long Island University,633,1,no,no,.7650436558876498,B/C,.3445801985891241,1,1,6.547023773193359,3.423618361858678,3.12825975194127,2.976890594566759,.1566784523456189,1,6.547023773193359,2.749569759573987,2.731481340196398,.0749388672985862
|
||||
377,Montana State University Billings,216,11,no,no,.7651270341095072,B/C,1.988396541215514,.5909090909090909,.3636363636363636,6.64113339510831,5.620000995539652,1.025986740175247,.8264028991200191,.2635574153766082,11,6.234757856889204,2.436363636363637,2.75,.5592303447021791
|
||||
378,Dynata,283,2,no,no,.7659266382211682,B/C,,1,1,9.368056297302246,8.563656556344602,.8092540815642333,.8376995302750494,.0642839017226691,0,,,1,1.598656868505834
|
||||
379,Gazette Communications,640,2,no,no,.7665583160768187,B/C,.2355804045651158,1,.5,8.064261436462402,4.626378120399051,3.442737656669941,3.311381800447465,.096735041437494,2,8.064261436462402,4.749999427795411,3.149998664855957,1.392265042926306
|
||||
380,SocialSphere,307,2,no,no,.7668488168813593,B/C,-.4117260457887734,1,0,6.139068603515625,5.423947501621051,.7199754425011635,2.649176394227108,.1776710755060569,2,-6.139068603515625,-6.424999872843425,6.522497216032183,0
|
||||
381,Jeffrey Stonecash,158,1,no,no,.769585419510555,B/C,-.2253635113043367,1,1,11.42992401123047,5.395863044648573,6.038915307188485,6.613922888648005,.1304065437545612,1,-11.42992401123047,-16.66666666666667,22,0
|
||||
382,Consumer Logic,59,2,no,no,.7724076121984393,B/C,.3073798714305453,.5,.5,10.2096996307373,5.531537250413759,4.683016720930135,4.202129054956059,.1265120361384887,2,10.2096996307373,10.05555555555556,4.299999237060547,.587518016380516
|
||||
383,20/20 Insight,1,8,no,no,.7726710092488588,B/C,.5194501176309351,.625,.25,10.15272641181946,6.185246428650617,3.97233432377543,1.54964468511572,.3536957571176695,5,2.93757553100586,3.179270582539695,6.887526543234835,0
|
||||
384,Y2 Analytics,389,8,no,no,.7743143580781688,B/C,1.349587869652441,1,.5,8.045513153076172,5.202396965492056,2.847970528190705,1.107633916572423,.3144985299282272,7,5.088503156389509,-2.625750897306226,4.446978219567863,.3509703823649378
|
||||
385,Zia Poll,393,4,no,no,.7786391354970146,B/C,-.8303678743833749,.75,.5,5.355730056762695,3.573749435983919,1.786834961385366,1.821202030920989,.2823644289780817,4,-5.355730056762695,-5.332124996185303,5.859122918275927,0
|
||||
386,Cherry Communications,49,5,no,no,.7801076623998108,B/C,-.4699481294818663,.5,.2,7.576317214965821,6.238062246115746,1.343109309456664,1.795094735983857,.2917144745162084,4,-3.25346565246582,-3.928865095337704,11.69348712139186,0
|
||||
387,Glover Park Group,120,1,no,no,.7802782013337553,B/C,-.3425971166529996,0,1,11.36287689208984,6.52075289177766,4.846978340918772,5.045252472144208,.1521171941012839,1,-11.36287689208984,-7.25,,0
|
||||
388,Baydoun Consulting,25,6,no,no,.7811925707864777,B/C,-.9694367373149146,.8333333333333334,.6666666666666666,6.843583424886067,5.376897249511465,1.471540515981191,1.826923684414111,.2872003836710728,4,-8.765375137329102,-6.805556221613808,8.004608245886912,0
|
||||
389,Neighbor,226,1,no,no,.7845976154095272,B/C,-.1902672901224637,1,1,17.09513473510742,5.335849966702793,11.76413910901122,12.25084605960385,.1363507990774335,1,-17.09513473510742,-14,13,0
|
||||
390,VCreek/AMG,501,1,no,no,.7847294062913411,B/C,.4140598899439761,1,1,7.867137908935547,4.713283131069624,3.158709118472512,.8794358961486693,.0462860997972984,1,7.867137908935547,.7300003051757811,.4300003051757813,2.546422823386813
|
||||
391,Clout Research/Wenzel Strategies,55,16,no,no,.7852868615226893,B/C,-1.903883602077899,.5625,.4375,6.75414502620697,5.16587790936004,1.593121457453521,1.407843461757177,.5013146697622185,15,-5.697357813517253,-4.60628011158975,5.237259413643385,0
|
||||
392,Hofstra University,558,2,no,no,.78838602267427,B/C,.6438211441040039,1,1,6.438211441040039,4.440758581976693,2.002307199669935,2.199582256028924,.2199582256028924,2,6.438211441040039,2.23675095251669,2.528308264282189,.1402779707137773
|
||||
393,Cometrends,631,1,no,no,.7884281226754147,B/C,.3972117775364926,1,1,7.547023773193359,3.875089707193861,3.676788406606088,3.49613433083288,.1840070700438358,1,7.547023773193359,3.760322447746031,3.353124856948853,0
|
||||
394,Rainmaker Media Group,276,1,no,no,.7927307362117337,B/C,.2754625870077134,1,1,12.12059020996094,4.909713011557411,7.215731539010116,6.896266293018583,.156730268152108,1,12.12059020996094,7.75,,0
|
||||
395,Datamar Analytics,75,8,no,no,.7956116893556978,B/C,-.2713336655661277,.6875,.375,6.29167628288269,5.734910244444253,.5616203790450274,1.943263857199152,.2970134446482879,5,-2.778728485107422,-3.300689658460946,5.841690338934272,0
|
||||
396,Open Model Project,629,2,no,no,.7977944110353132,B/C,-.5652378082275391,0,1,5.652378082275391,4.889192054473236,.7680403684087436,2.433944110353132,.2433944110353132,2,-5.652378082275391,-5.465624690055847,5.266666412353516,0
|
||||
397,Lauer Johnson Research,167,1,no,no,.8005647941407796,B/C,.2723246035939315,0,1,13.81168365478516,6.004192203188446,7.812345792203299,8.185126212067717,.1613859183847859,1,13.81168365478516,17,,0
|
||||
398,Lycoming College,176,3,no,no,.8012999685512628,B/C,.4833328686686418,.6666666666666666,.3333333333333333,7.268063863118489,6.083428578608518,1.189489625116561,2.026217160099647,.1347452871879952,3,7.268063863118489,5.666666666666667,4.962127474685254,1.154565286656061
|
||||
399,Beacon Research,545,3,no,no,.8024684099094195,B/C,,1,.6666666666666666,7.971240361531575,6.546103251047581,1.429991451090585,2.053278869365935,.2933255527665622,0,,,,0
|
||||
400,University of Alabama at Birmingham,344,2,no,no,.8104141712019267,B/C,-.3508822861760528,1,1,12.0112133026123,4.940563881724581,7.075503761494313,6.204896838683693,.1812629859608257,2,-12.0112133026123,-6,6.267949192431122,0
|
||||
401,Saguaro Strategies,298,2,no,no,.8106218672436712,B/C,.3871853984956438,0,1,5.045509338378906,3.754951426499091,1.295412252486405,2.125802552184925,.163131143575532,2,5.045509338378906,3.966666666666667,2.444444444444445,.8929885052639039
|
||||
402,Ed Renwick/Loyola University New Orleans,85,10,no,no,.8109882703391773,B/C,.8957129970820817,.8,.4,7.855332946777343,5.139821582518981,2.720365704864952,1.996120397945766,.320587412987893,9,6.175258212619358,4.339629641874336,6.051410743983269,0
|
||||
403,WPA Intelligence (WPAi),383,17,no,no,.8136637854897387,B/C,-.6787699646565474,.6764705882352942,.4705882352941176,7.492368024938247,5.985615077352779,1.511607288192058,1.466481683484007,.5489773013082495,15,-2.079267374674479,-4.819983496122701,10.07049880632958,0
|
||||
404,University of Colorado,580,2,no,no,.8144357959969769,B/C,.5152778562059495,1,.5,6.714714050292969,4.882611391734617,1.836956999164942,3.068491312715381,.2354717734158129,2,6.714714050292969,7.307555601331923,,0
|
||||
405,Patinkin Research Strategies,490,2,no,no,.8170963982576065,B/C,.5671300888061523,1,0,5.671300888061523,4.762511795275056,.9136434333930565,1.898537937396599,.1898537937396599,2,5.671300888061523,2.519230871934157,3.381250381469727,.7284260451794673
|
||||
406,Slingshot Strategies,451,1,no,no,.8190800167720694,B/C,.4257258734660525,1,1,9.285785675048828,5.135433605655431,4.155206409999987,4.525798367907748,.2074945008138613,1,9.285785675048828,9,9,0
|
||||
407,Baldwin Wallace University,401,2,no,no,.8202506188048283,B/C,.7280571696293006,.5,.5,8.304094314575195,5.071536737268028,3.237411917913756,2.883790876919586,.252834872066392,2,8.304094314575195,3.546666781107585,,0
|
||||
408,Univision/Latino Decisions/North Star Opinion Research,516,7,no,no,.8282660647476114,B/C,1.323086738586426,.7142857142857143,.2857142857142857,6.070222582135882,5.230565677406466,.8445112453360049,.7831796932361169,.2192903141061127,6,5.292346954345703,1.311874486905276,2.874891363023641,.8737705380053529
|
||||
409,RMS Research,273,3,no,no,.829247133071133,B/C,.3345721425836921,1,.3333333333333333,11.12290445963542,5.418214220414125,5.709544579827881,4.903184346705861,.2034827452779916,3,8.061955769856771,-5.8,4,.2310479007778654
|
||||
410,Data West Polling,74,2,no,no,.8314642257907742,B/C,.3825687758208263,.5,1,13.09588813781738,6.156274800768978,6.944467677654996,6.925470961856789,.2023130405496732,2,13.09588813781738,7.5,,0
|
||||
411,Hays Research Group,136,9,no,no,.8318380079002355,B/C,.9776926335490508,.7777777777777778,.4444444444444444,8.030609766642252,5.194133750545753,2.841330356703088,2.008095175656406,.3624291809072235,5,10.69680023193359,4.125397334023127,7.349213550843686,0
|
||||
412,brilliant corners Research & Strategies,564,1,no,no,.832238816747141,B/C,.6458057604337993,0,1,12.27030944824219,5.883113618582202,6.392050170266574,4.328537518195677,.227817764115562,1,12.27030944824219,4.292500019073486,,0
|
||||
413,"Normington, Petts & Associates",232,12,no,no,.8344991375350191,B/C,.8610392546312677,.5833333333333334,.5,7.553451538085938,6.110763551492837,1.447542327199691,1.618406211132986,.4268539569763887,12,3.264609018961588,3.576653460346201,3,.0992029491158098
|
||||
414,WCIA-TV,373,2,no,no,.8373707824230141,B/C,-.4020674631878819,1,1,18.26351165771484,6.085304705082537,12.1830612932389,9.11289007221899,.2006184058310267,2,-18.26351165771484,-8.769841269841269,,0
|
||||
415,Market Research Insight,185,19,no,no,.8389235668824845,B/C,-.2420582752342996,.9473684210526315,.631578947368421,7.236588829442074,4.978781443526811,2.262661726521852,1.505234583700877,.5995129281719782,19,-.607750842445775,1.038254158662789,7.452589716116476,0
|
||||
416,Auburn University at Montgomery,588,2,no,no,.849329974972278,B/C,.7860176086425782,1,.5,7.860176086425781,4.428574095208752,3.436456331823618,2.037031956009374,.2037031956009374,2,7.860176086425781,.2442885262625563,2.700004577636719,.9122677937134069
|
||||
417,USC Schwarzenegger Institute,648,1,no,no,.8511197301452627,B/C,.4124617325632196,1,1,7.836772918701172,3.39505831908743,4.44656894022033,4.68727487275999,.2466986775136837,1,7.836772918701172,7.859999847412109,7.433333079020183,0
|
||||
418,Hickman Analytics,415,1,no,no,.8587584780464299,B/C,.4464992819421832,0,1,9.088420867919922,5.956972395129987,3.136302813396525,5.101696762816038,.2506380343063347,1,9.088420867919922,7.666666666666666,,0
|
||||
419,GCR & Associates,110,1,no,no,.8646525450775476,B/C,,1,1,18.29655265808105,9.780529509083932,8.520877489603713,7.843686067201693,.2364915378450761,0,,,,0
|
||||
420,ccAdvertising,396,33,no,no,.8651626296718206,C+,-2.639029471910175,.8484848484848485,.7575757575757576,7.36368144642223,5.330020138798532,2.038515648230288,1.487314888434947,.7074678891067008,33,-5.548050851532907,-4.331729200390248,7.005812303421265,0
|
||||
421,Arizona State University,15,8,no,no,.866433453873116,B/C,.5564589048318203,1,.5,8.227585315704346,6.339161300715874,1.893278355595062,2.025491846080711,.2809977952662606,6,5.835334777832031,6.070740728025083,3.142654716224832,.5185243754774501
|
||||
422,Hellenthal & Associates,137,5,no,no,.86717250359529,B/C,.3765420102603602,.4,.4,8.071262359619141,5.93747744495968,2.13863925526605,2.545385929009844,.354061338473748,3,4.278266906738281,.6055541568332247,14.79999923706055,0
|
||||
423,Gonzales Research & Marketing Strategies Inc.,121,10,no,no,.8675254168163843,B/C,-.6363039022322089,.8,.4,6.542662811279297,5.828944142542221,.7185730093436659,1.736580698008142,.4064523551164123,9,-2.770167032877604,-2.362963217276114,3,.2060782883476115
|
||||
424,J.L. Partners,619,2,no,no,.8721696165657405,B/C,.754702377319336,1,.5,7.547023773193359,4.345387893945784,3.206490219854165,3.177696165657407,.3177696165657407,2,7.547023773193359,3.801195517830227,5.355769084050105,0
|
||||
425,The Justice Collaborative Institute,630,2,no,no,.8743204404173909,B/C,.6671300888061524,1,.5,6.671300888061523,4.424407474597316,2.251747754070798,3.156675279641673,.3156675279641674,2,6.671300888061523,3.560256512959798,3.925000190734864,.0425291245322368
|
||||
426,Opinium,559,2,no,no,.8787781238559788,B/C,.7238210678100586,1,1,7.238210678100586,4.247716870582519,2.995348148124656,3.243781238559789,.3243781238559789,2,7.238210678100586,3.032210157478724,4.192044517038934,0
|
||||
427,Cole Hargrave Snodgrass & Associates,56,5,no,no,.8851238528677493,B/C,.0945812768473129,.6,.4,8.11447639465332,7.037999478115583,1.081331257144327,2.042515185407599,.3291028255924761,3,3.437128702799479,-2.175925925925926,3.6648332982792,.4106739370256197
|
||||
428,Global Strategy Group,118,25,no,no,.8919527848946019,B/C,1.766649007346779,.68,.24,6.418126983642578,5.722952759301982,.7000285649471842,1.542128446642364,.6204697092314073,25,4.39086654663086,5.018593838052824,5.598565603370304,.0903718764869904
|
||||
429,Global Marketing Research Services,621,1,no,no,.8999214893138072,B/C,.5024749354312295,1,1,9.547023773193359,3.866799731250264,5.685078382549684,5.614508296962335,.2955004366822281,1,9.547023773193359,5.781827824090117,5.322916507720947,0
|
||||
430,Colby College,593,6,no,no,.902542600397532,B/C,1.986114343007406,.6666666666666666,.5,8.309026718139648,5.052475337686825,3.261405721059413,2.026170401590127,.5065426003975319,6,7.944457372029622,4.139999453226725,,0
|
||||
431,East Tennessee State University,456,2,no,no,.9042082604316538,B/C,.8677047628217041,.75,1,9.896890640258789,5.431653280469702,4.470091700395676,3.841397234746467,.3367925136932174,2,9.896890640258789,3.928571701049804,,0
|
||||
432,Marketing Research Institute,192,9,no,no,.9111655606218465,B/C,-.3850345165108986,.3333333333333333,.8888888888888888,9.83777936299642,5.169169548590911,4.673464155012098,3.044796647457002,.3845280300104642,9,-3.048807144165039,-3.937036867494936,5.674016281858086,0
|
||||
433,Concord Public Opinion Partners,553,1,no,no,.9128463189124751,B/C,,1,1,13.4076042175293,7.71702778658851,5.695430771547376,4.90008790922519,.2578993636434311,0,,,6,.9599921501118365
|
||||
434,Brandwatch Qriously,610,3,no,no,.9202256742025964,B/C,.9352891104561941,1,1,6.547023773193359,3.475205865360035,3.076672248439915,2.877579719418173,.411082817059739,3,6.547023773193359,2.809999864180009,2.756743569862824,0
|
||||
435,Victory Enterprises,525,1,no,no,.9239620442305715,B/C,-.5228166038913292,0,1,17.34019470214844,6.208346079624863,11.13670296313016,9.810797010782423,.2958010369981002,1,-17.34019470214844,,,0
|
||||
436,St. Cloud State University,312,16,no,no,.9401959555986587,B/C,1.47271229287365,.75,.375,6.441546678543091,5.312041367055372,1.134359652094309,1.78939016090633,.6836468673841722,15,3.870546468098958,3.325277775052994,7.67030134935402,0
|
||||
437,Bainbridge Media Group,656,1,no,no,.9533422120407481,B/C,.4812609706441475,1,1,21.17589569091797,5.6804533814596,15.50029665006496,13.96330905438646,.3173417439811224,1,21.17589569091797,,,0
|
||||
438,Rutgers University,295,16,yes,no,.9539608782284354,B/C,.2820584140873488,.875,.3125,6.795642375946045,5.144511004579583,1.655985711973052,3.13086887613533,1.106892537294412,16,.7978081703186035,1.493687474140275,6.034197046142102,0
|
||||
439,Schapiro Group,300,2,no,no,.9626482024962545,B/C,,.5,.5,21.48976993560791,9.675805041120341,11.81881923509416,7.25176267778764,.3222944174742237,0,,,6.5,.6139517335312643
|
||||
440,SSRS,297,30,yes,no,.9658884097730095,C,2.694829190924799,.6,.4,6.16478583017985,4.984997055527604,1.184643115258835,1.863049710883167,1.123276920772806,28,4.642478397914341,2.718055417948096,4.347021633485415,.0129290119852321
|
||||
441,Western Kentucky University,379,4,no,no,.9746834873158277,B/C,.9039627322345885,.75,.75,10.91082143783569,5.938117373923029,4.977558404519256,2.718245994627008,.3819396758296789,3,8.363541920979818,-1.080555333031548,2,.5773409954215362
|
||||
442,Loras College,171,18,no,no,.9826281730075825,B/C,1.541755722648368,.7222222222222222,.3333333333333333,8.122161971198189,6.299331037050903,1.827685274753874,1.286758283468349,.5375723259582004,14,4.378634316580636,-.5874077337759513,2.882841096758058,.5414996138439588
|
||||
443,Millersville University,210,5,no,no,.9843616996351582,B/C,-.6272345449247876,.8,.8,14.15688896179199,4.994529713987127,9.167213588411455,6.420218182423063,.3882155443458528,5,-10.37305870056152,-6.093433316548666,5.855996079896939,0
|
||||
444,DCCC Targeting and Analytics Department,68,5,no,no,.9849079660818172,B/C,2.043319386493293,.4,.6,9.703327178955078,5.952459378863677,3.75572214069799,2.598924869592363,.5472796569814823,5,9.703327178955078,,,0
|
||||
445,Massie & Associates,199,2,no,no,.9968783293981434,B/C,-.5278419610119539,0,1,23.97669219970703,6.3655494552371,17.61599708507652,16.35836057255758,.360125952806156,2,-23.97669219970703,,,0
|
||||
446,SurveyMonkey,324,268,no,no,1.002814178528214,C,4.742322850559237,.878731343283582,.5559701492537313,6.601033203637422,4.268804065525122,2.337083478718888,1.06355740486636,.9827578177770415,255,5.149043273925781,1.82913899805347,5.077808011728325,0
|
||||
447,Hampton University,131,4,no,no,1.006372546360688,B/C,-.8084199351629326,.5,.5,7.510197639465332,4.543193627412718,2.971858352659204,3.527894687459416,.4943438215175679,4,-5.769305229187012,-6.759859941252808,5.482901716514413,0
|
||||
448,Roanoke College,292,18,yes,no,1.009202178828525,B/C,.6067975105006991,.8055555555555556,.5,7.776469760470921,5.660469950171172,2.120854150906338,2.673718986236597,1.083270905942732,15,1.70916493733724,1.265536239225209,4.722550610519473,.2425480800288891
|
||||
449,Greg Smith & Associates,128,5,no,no,1.019313758716734,B/C,.9385190782357025,.4,.4,10.13129425048828,5.560755311854379,4.575393279240492,4.483932719839702,.4153720441879422,5,10.13129425048828,6.333333333333333,6.400624329750488,.4508519551095868
|
||||
450,Marketing Resource Group (MRG),193,10,no,no,1.023836540864471,B/C,.3207101759247366,.3,.7,9.837563133239746,7.20621952856269,2.636197945283645,1.790222788755064,.4905984444951934,6,1.696808497111003,1.590694447369244,5.616928727053397,.5934383038266724
|
||||
451,University of Iowa,353,3,no,no,1.039961016782716,B/C,-.3193475974663202,.6666666666666666,.6666666666666666,17.28665033976237,7.41899229586098,9.872512384507978,6.978442571360039,.4477098938529421,1,-6.610149383544922,-2.789999198913574,13.14096253015037,0
|
||||
452,BWD Global,527,2,no,no,1.045711407806707,B/C,-.1404711485062427,1,.5,13.50125408172607,7.134482252583018,6.371626169749645,6.392500185529562,.4620369456092442,1,-4.353763580322266,-5.299999237060547,,0
|
||||
453,Citizen Data,616,12,no,no,1.070771182660835,B/C,2.81656436920166,.5833333333333334,.6666666666666666,7.04141092300415,4.649526207538675,2.396739056072065,2.04159889190573,.8166395567622919,12,7.04141092300415,2.810882241028659,4.093776961431735,.0413290647463573
|
||||
454,DeSales University,474,1,no,no,1.072521105891609,B/C,.7509087010433799,1,1,14.26726531982422,6.152374147126724,8.119745513304084,8.893901011940571,.46810005326003,1,14.26726531982422,10.80000305175781,10.80000305175781,0
|
||||
455,Hamilton Campaigns,130,13,no,no,1.074199609049902,B/C,1.392617616215609,.5769230769230769,.3076923076923077,6.684710282545823,5.632225339131462,1.057339284020951,2.362834758148918,.6364192690103658,13,5.170373476468599,4.036442286639028,4.273163888017891,.2309647409087736
|
||||
456,Kiaer Research,585,2,no,no,1.076595226635088,B/C,1.061572074890137,1,1,10.61572074890137,4.645587263023199,5.974987826484758,5.221952266350876,.5221952266350876,2,10.61572074890137,5.807156682014465,5.968028861980305,0
|
||||
457,Craciun Research Group,61,1,no,no,1.095235298337428,B/C,.7473572828176596,0,1,18.73064041137695,5.116279744282602,13.61921500770094,11.96408379729902,.4773699650291278,1,18.73064041137695,11.25,,0
|
||||
458,Bluegrass Community and Technical College,632,2,no,no,1.107975009276226,B/C,1.093443298339844,1,.5,10.93443298339844,6.002379782436627,4.9369075415684,2.397572187245313,.2397572187245313,2,10.93443298339844,.6249985694885254,2.600000381469727,3.138177905516952
|
||||
459,MRG Research,207,24,no,no,1.111869170732042,B/C,-3.083955272059459,.8333333333333334,.5833333333333334,8.943052132924398,5.406854431451237,3.54105204207975,2.142434698891506,.8910799624896134,23,-7.625354103420092,-3.234717323666527,10.26022213049239,0
|
||||
460,RABA Research,269,5,no,no,1.118400650777812,B/C,1.538555045288237,.6,.6,7.823005676269531,5.342880412223815,2.484979604652305,2.707927366436186,.5351985467416516,4,8.841274261474609,3.508910304897434,3.485033576626042,.6674280850886041
|
||||
461,Marketing Workshop,194,8,no,no,1.12028066367971,B/C,.3448772056383823,.5,.625,10.6016674041748,5.265524351378136,5.340997393403257,4.076829415592415,.4046585049891979,8,3.47454833984375,2.008333333333333,2.641043185007137,1.616378813029728
|
||||
462,Momentum Analysis,214,3,no,no,1.124544347914709,B/C,.3670145406580748,.3333333333333333,1,13.65023549397787,6.144355786380257,7.510734048204196,8.30393979144252,.532226868122331,3,5.726254781087239,3.222222222222222,,0
|
||||
463,Critical Insights,64,19,no,no,1.127866786856819,B/C,-.0691083839119506,.8947368421052632,.3684210526315789,8.086197903281764,5.751668990424007,2.339383253464347,2.4282359815557,.8279122408177907,17,-.2212783589082606,-2.443137299780752,11.41380759596731,0
|
||||
464,Research America Inc.,282,3,no,no,1.131631475033584,B/C,.0847723336746491,1,.3333333333333333,14.39089012145996,7.971116108085002,6.424628353981547,5.105762862822998,.5946122160067207,1,1.69012451171875,-1.599999745686849,11.87755075071111,0
|
||||
465,Targoz Market Research,454,15,no,no,1.13266775925797,B/C,2.572473292238801,.8666666666666667,.4666666666666667,6.581652577718099,4.808807803213847,1.777699115110842,2.123533918577824,.9402286911310951,15,5.810005950927734,3.4468055433927,4.831862286647933,0
|
||||
466,TargetPoint,331,2,no,no,1.159604211984977,B/C,,1,1,18.27473926544189,9.77160886971426,8.507984736334224,7.566466889654669,.5806401894038133,0,,,,0
|
||||
467,Meredith College,423,4,no,no,1.18252094651143,B/C,1.246890113467262,.25,.75,11.63000249862671,6.147694891881124,5.487161947352174,3.873278724769968,.7042324954127216,3,8.728230794270834,4.361949640458668,4.653705165648823,.0565864810428969
|
||||
468,Swayable,543,89,yes,no,1.199980088055748,C,4.067885775898778,.8876404494382022,.247191011235955,7.246318367090118,5.430232730910961,1.820939976785745,1.364709460956976,1.135132168459541,68,5.144679069519043,.8003757216298389,4.977010539240383,.162098060638137
|
||||
469,Glascock Group,116,2,no,no,1.223155396707915,B/C,.2547327212035909,.5,1,15.05851078033447,5.365966486533613,9.697398634407449,9.452966017067586,.633977655332612,2,3.798209190368652,20,20,0
|
||||
470,Brigham Young University,34,4,yes,no,1.233114910002849,B/C,2.066664529023629,.75,.75,16.44090175628662,7.147380329083355,9.298375767809855,10.34488408126312,1.300379097480629,4,16.44090175628662,16.47500038146973,,0
|
||||
471,Elucd,549,4,no,no,1.267003517884994,B/C,,.5,.75,12.94745445251465,7.55719598031602,5.395112812805219,4.358326424147456,.7924229862086284,0,,,3.682365112624316,.0361929242200101
|
||||
472,Dane & Associates,71,2,no,no,1.292292975615425,B/C,-.9468322760367825,.5,1,21.30413246154785,5.176883509566855,16.13210329258759,14.546176868878,.6464844216140726,2,-21.30413246154785,-10.60000038146973,3.200000762939453,.7366863760056699
|
||||
473,GOP Calls,654,2,no,no,1.299843741989501,B/C,-1.073954814432304,1,1,21.04491901397705,6.007385155418485,15.04238819916516,13.5941995134376,.6937330576617211,2,-21.04491901397705,,,0
|
||||
474,Carroll Strategies,450,5,no,no,1.310058901575354,C/D,-1.913723873068454,.8,.6,9.879275894165039,5.402969768499934,4.481160466271694,3.490799679526417,.6762061060320272,5,-9.879275894165039,-1.651001485188802,4.512893403438581,.9210194783459329
|
||||
475,CPEC,38,2,no,no,1.355100819765538,C/D,,1,1,16.00404167175293,7.828429101160927,8.180466911198593,10.11403186501444,.7761367971843742,0,,,11.18820155180871,0
|
||||
476,Riggs Research Services,289,1,no,no,1.36412459779159,C/D,.881171980610354,0,1,33.65322875976563,5.596142205665351,28.06194089470686,27.94753387338189,.7317747712167629,1,33.65322875976563,29,29,0
|
||||
477,Mitchell Research & Communications,213,72,no,no,1.367857727684729,C-,1.271506102992509,.6944444444444444,.4166666666666667,7.146039035585192,5.793241830072376,1.357651546119406,1.731604513404434,1.274354955684636,47,1.931463769141664,-.1328858369047346,4.792055582085007,.0323268949435118
|
||||
478,TP Research,452,2,no,no,1.371119784114602,C/D,-1.363687299657571,0,1,15.55398178100586,6.016545535152569,9.542290586459881,8.79403822483834,.7710127482957436,2,-15.55398178100586,-8.315000534057617,7.100002288818359,.3728711962648337
|
||||
479,Saint Leo University,299,6,no,no,1.426303346028539,C/D,1.750224951152644,.3333333333333333,.6666666666666666,8.502264022827148,5.077131026643766,3.429987336789972,4.778557700494285,.9836851567386024,6,8.502264022827148,6.535661428679924,7.921835013727944,0
|
||||
480,Target Insyght,330,6,no,no,1.442224482235469,C/D,-.6264708149422075,.75,.3333333333333333,10.35234610239665,6.724533606641607,3.632666836361629,4.523027404860189,1.020477301374625,4,-3.897408485412598,-3.66490713532988,8.810208109320541,0
|
||||
481,Point Blank Political,550,6,no,no,1.488613590080401,C/D,,.8333333333333334,.8333333333333334,10.66819604237874,7.98123487463683,2.691815508348502,4.370454360321604,1.092613590080401,0,,,9.375758475211496,0
|
||||
482,Brown University,35,12,yes,no,1.511510387599815,C/D,-.2999860789597562,.8333333333333334,.6666666666666666,11.4294810295105,7.063779319545567,4.370556050571519,6.056145334618686,1.555804520322184,7,-2.211815697806222,-.1750005086263021,5.067988685291959,.2814323363742957
|
||||
483,McLaughlin & Associates,203,27,no,no,1.556690445522311,C/D,-1.594512296178581,.6851851851851852,.3703703703703703,7.301642523871528,5.342332225222354,1.964164639255763,3.022415901500849,1.378229020219985,27,-3.496718795211227,-4.563259908466408,5.927640923580714,0
|
||||
484,University of Wyoming,667,3,no,no,1.639473691274899,C/D,2.164692288353329,1,1,15.15284601847331,5.287956800208677,9.869743558871221,7.912315838924292,1.130330834132042,3,15.15284601847331,5,,0
|
||||
485,Triton Polling & Research,497,2,no,no,1.640410492366879,C/D,1.728580474853516,1,1,17.28580474853516,5.127785686953035,12.16287340218871,10.86010492366879,1.086010492366879,2,17.28580474853516,14.90000152587891,,0
|
||||
486,Opinion Research Associates,242,14,no,no,1.653558278343774,C/D,2.009217467800046,.6071428571428571,.4285714285714285,9.188911437988281,5.478451762810927,3.715314015783943,4.83269087581601,1.271366967598578,14,7.637391226632254,6.4187454080407,8.697426873935511,0
|
||||
487,FM3 Research,91,10,no,no,1.72945242899902,C/D,1.894241513625549,.65,.5,9.126483917236328,5.686454395444944,3.444883862397974,6.079239315229755,1.29427583360946,10,8.897290039062501,7.523486524385651,7.502038207745047,0
|
||||
488,TCJ Research,327,132,no,yes,1.73252349719409,F,-4.368320531183411,.5909090909090909,.4924242424242424,6.437300060734604,4.620029262645345,1.82212513869585,2.119417023837321,1.677473937056623,124,-5.583939398488691,-3.444773641882034,4.378142404254912,0
|
||||
489,Humphrey Institute,143,12,no,no,1.941500367663174,C/D,.551390790356648,.5,.5,13.2563419342041,6.551074580985915,6.710121693824775,7.109945500472611,1.505034654211784,8,3.786312103271484,3.082291672627131,5.487777584892179,0
|
||||
490,Indiana University-Purdue University Fort Wayne,150,3,no,no,2.048179028922068,C/D,,0,1,23.41861343383789,9.746905584996625,13.67656218944786,13.57853073467099,1.505241393199845,0,,,,0
|
||||
491,Nielson Brothers Polling,231,11,no,no,2.217821046616534,C/D,3.76400646115663,.9090909090909091,.7272727272727273,12.26243990117853,5.016595728148748,7.250698513636374,6.131094094035184,1.881964598390385,11,12.26243990117853,8.833333333333334,7.267102288745273,0
|
||||
492,Jayhawk Consulting Services,157,2,no,no,2.793560294634517,C/D,2.970260141724313,.5,1,37.6134033203125,5.822173433379541,31.79608422753955,28.07399170482939,2.216950640436249,2,37.6134033203125,10.89999771118164,,0
|
||||
493,Fort Hays State University,101,6,no,no,2.925766982257719,C/D,-1.437339691355343,.6666666666666666,.5,22.10050201416016,8.121156737737067,13.98419961702968,12.40843589819734,2.476527910988802,2,-18.73033142089844,-27.66666666666667,28.25,0
|
||||
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
13
redistricting-2022-state-legislatures/README.md
Normal file
13
redistricting-2022-state-legislatures/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# How Redistricting Affects The Battle For State Legislatures
|
||||
|
||||
This repo contains the data behind the story [How Redistricting Affects The Battle For State Legislatures](https://fivethirtyeight.com/features/how-redistricting-affects-the-battle-for-state-legislatures/). `fivethirtyeight_state_legislative_district_analysis.csv` contains results of FiveThirtyEight's analysis of state legislative district lines drawn in the redistricting process to reflect the 2020 census. This file also contains the same analysis results for the previously enacted map for each state and chamber included in the analysis, to allow for comparisons in how redistricting shaped and shifted political power in state legislative chambers.
|
||||
|
||||
Header | Definition
|
||||
---|---------
|
||||
`year` | Year the district lines were active. `2022` dictates new lines drawn in redistricting process to reflect 2020 census. `2020` dictates old lines that were active prior to the 2020-21 redistricting process.
|
||||
`state` | Two-letter state abbreviation. 15 states are included: AZ, CO, CT, FL, GA, ME, MI, MN, NC, NM, NV, OR, PA, TX and VA.
|
||||
`chamber` | State legislative chamber. Either `upper` (state Senate) or `lower` (state House). Blank for Arizona, where state legislative chambers share the same map.
|
||||
`district` | District number. `statewide` rows contain metrics that apply to the legislative map as a whole, not for individual districts (`efficiency_gap` and `median` metrics).
|
||||
`metric` | Metric name:<br><ul><li>`total_pop`: Total population</li><li>`total_vap`: Total voting age population</li><li>`biden_2020`: Joe Biden's voteshare in the 2020 election within these specific district lines</li><li>`Trump_2020`: Donald Trump's voteshare in the 2020 election within these specific district lines</li><li>`pvi`: FiveThirtyEight's partisan lean index. (The average margin difference between how a state or district votes and how the country votes overall. This version of partisan lean, meant to be used for congressional and gubernatorial elections, is calculated as 50 percent the state or district’s lean relative to the nation in the most recent presidential election, 25 percent its relative lean in the second-most-recent presidential election and 25 percent a custom state-legislative lean.)</li><li>`median`: Difference between the `pvi` of the chamber's median district and the `pvi` of the state as a whole (only populated when the `district` column is `statewide`).</li><li>`efficiency_gap`: <a href="https://www.brennancenter.org/sites/default/files/legal-work/How_the_Efficiency_Gap_Standard_Works.pdf">Efficiency Gap</a> (a measure of how efficiently distributed each party’s votes are) for this statewide map (only populated when the `district` column is `statewide`).</li></ul>Voting age population by race/ethnicity:<ul><li>`asian_vap`: Non-Hispanic Asian voting age population</li><li>`black_vap`: Non-Hispanic Black or African American voting age population</li><li>`hispanic_vap`: Hispanic or Latino voting age population of any race(s)</li><li>`native_vap`: Non-Hispanic American Indian and Alaska Native voting age population</li><li>`other_vap`: Non-Hispanic "Some Other Race" voting age population</li><li>`pacisl_vap`: Non-Hispanic Native Hawaiian and Other Pacific Islander voting age population</li><li>`two_plus_vap`: Non-Hispanic voting age population or two or more races</li><li>`white_vap`: Non-Hispanic White voting age population</li></ul>
|
||||
`value` | Numeric value for metric (when applicable). Populated for all `metric` values besides `biden_2020` and `trump_2020`.
|
||||
`pct` | Percent of total for metric (when applicable). Populated for `biden_2020`, `trump_2020`, and all voting age population by race/ethnicity `metric` values.
|
||||
File diff suppressed because it is too large
Load Diff
61
redlining/README.md
Normal file
61
redlining/README.md
Normal file
@@ -0,0 +1,61 @@
|
||||
# The Lasting Legacy Of Redlining
|
||||
|
||||
This repo contains the data behind the story [The Lasting Legacy Of Redlining](https://projects.fivethirtyeight.com/redlining/). There are two csv files in this repo: `metro-grades.csv` and `zone-block-matches.csv`.
|
||||
|
||||
---
|
||||
|
||||
`metro-grades.csv` contains 2020 population total estimates by race/ethnicity for combined zones of each redlining grade (from Home Owners' Loan Corporation [HOLC] maps originally drawn in 1935-40, downloaded from the [Mapping Inequality project](https://dsl.richmond.edu/panorama/redlining/#loc=5/37.8/-97.9&maps=0)) within micro- and metropolitan areas. Also included are population estimates in the surrounding area of each metropolitan area's HOLC map (computed by adding a 10 percent buffer radius to the minimum bounding circle of all zones in that metro area) and location quotients (LQs) for each racial/ethnic group and HOLC grade. [LQs](https://belonging.berkeley.edu/technical-appendix#footnote34_cnxakh3) are small-area measures of segregation that specifically compare one racial/ethnic group’s proportion in a granular geography to their proportion in a larger surrounding geography. An LQ above 1 for a given racial group indicates overrepresentation in that HOLC zone relative to the broader surrounding area, and values below 1 indicate underrepresentation.
|
||||
|
||||
Population and race/ethnicity data comes from the 2020 U.S. decennial census. White, Black and Asian data excludes those who indicated Hispanic or Latino ethnicity. Hispanic/Latino data includes all who indicated Hispanic or Latino ethnicity, regardless of race. Other race data includes all population counts that did not fall under white, Black, Asian or Latino groups.
|
||||
|
||||
Only micro- and metropolitan areas with both A- (“best”) and D-rated (“hazardous”) zones in their redlining map are included — 138 of a total 143 metropolitan areas in the data from Mapping Inequality.
|
||||
|
||||
Header | Definition
|
||||
--- | ---
|
||||
`metro_area` | Official U.S. Census name of micro- or metropolitan area — defined as ["Core-Based Statistical Areas"](https://www.census.gov/topics/housing/housing-patterns/about/core-based-statistical-areas.html). The first city and state listed are used as the display name for each micro/metropolitan area in the story (for example, "Chicago-Naperville-Elgin, IL-IN-WI" is referred to as "Chicago, IL").
|
||||
`holc_grade` | Grade assigned by the Home Owners' Loan Corporation (HOLC). `A`: "best" (green). `B`: "Still Desirable" (blue). `C`: "Definitely Declining" (yellow). `D`: "Hazardous" (red).
|
||||
`white_pop` | Estimate of non-Hispanic white population within HOLC zones with a given `holc_grade` in a given `metro_area`. Rounded to the nearest integer.
|
||||
`black_pop` | Estimate of non-Hispanic Black population within HOLC zones with a given `holc_grade` in a given `metro_area`. Rounded to the nearest integer.
|
||||
`hisp_pop` | Estimate of Hispanic/Latino population within HOLC zones with a given `holc_grade` in a given `metro_area`. Rounded to the nearest integer.
|
||||
`asian_pop` | Estimate of non-Hispanic Asian population within HOLC zones with a given `holc_grade` in a given `metro_area`. Rounded to the nearest integer.
|
||||
`other_pop` | Estimate of population in any other racial/ethnic groups within HOLC zones with a given `holc_grade` in a given `metro_area`. Rounded to the nearest integer.
|
||||
`total_pop` | Estimate of total population (across all racial/ethnic groups) within HOLC zones with a given `holc_grade` in a given `metro_area`. Rounded to the nearest integer.
|
||||
`pct_white` | Estimate of the percentage of total population within HOLC zones with a given `holc_grade` in a given `metro_area` that are non-Hispanic white. Represented between 0-100. Rounded to the nearest two decimal places.
|
||||
`pct_black` | Estimate of the percentage of total population within HOLC zones with a given `holc_grade` in a given `metro_area` that are non-Hispanic Black. Represented between 0-100. Rounded to the nearest two decimal places.
|
||||
`pct_hisp` | Estimate of the percentage of total population within HOLC zones with a given `holc_grade` in a given `metro_area` that are Hispanic/Latino. Represented between 0-100. Rounded to the nearest two decimal places.
|
||||
`pct_asian` | Estimate of the percentage of total population within HOLC zones with a given `holc_grade` in a given `metro_area` that are non-Hispanic Asian. Represented between 0-100. Rounded to the nearest two decimal places.
|
||||
`pct_other` | Estimate of the percentage of total population within HOLC zones with a given `holc_grade` in a given `metro_area` in any other racial/ethnic group. Represented between 0-100. Rounded to the nearest two decimal places.
|
||||
`lq_white` | Non-Hispanic white location quotient for a given `holc_grade` and `metro_area`.
|
||||
`lq_black` | Non-Hispanic Black location quotient for a given `holc_grade` and `metro_area`.
|
||||
`lq_hisp` | Hispanic/Latino location quotient for a given `holc_grade` and `metro_area`.
|
||||
`lq_asian` | Non-Hispanic Asian location quotient for a given `holc_grade` and `metro_area`.
|
||||
`lq_other` | All other racial/ethnic groups' location quotient for a given `holc_grade` and `metro_area`.
|
||||
`surr_area_white_pop` | Estimate of non-Hispanic white population within surrounding area of a given `metro_area`'s HOLC zones. Rounded to nearest integer. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_black_pop` | Estimate of non-Hispanic Black population within surrounding area of a given `metro_area`'s HOLC zones. Rounded to nearest integer. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_hisp_pop` | Estimate of Hispanic/Latino population within surrounding area of a given `metro_area`'s HOLC zones. Rounded to nearest integer. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_asian_pop` | Estimate of non-Hispanic Asian population within surrounding area of a given `metro_area`'s HOLC zones. Rounded to nearest integer. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_other_pop` | Estimate of population in any other racial/ethnic groups within surrounding area of a given `metro_area`'s HOLC zones. Rounded to nearest integer. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_total_pop` | Estimate of total population (across all racial/ethnic groups) within surrounding area of a given `metro_area`'s HOLC zones. Rounded to nearest integer. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_pct_white` | Estimate of the percentage of total population within surrounding area of a given `metro_area`'s HOLC zones that are non-Hispanic white. Represented between 0-100. Rounded to the nearest two decimal places. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_pct_black` | Estimate of the percentage of total population within surrounding area of a given `metro_area`'s HOLC zones that are non-Hispanic Black. Represented between 0-100. Rounded to the nearest two decimal places. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_pct_hisp` | Estimate of the percentage of total population within surrounding area of a given `metro_area`'s HOLC zones that are Hispanic/Latino. Represented between 0-100. Rounded to the nearest two decimal places. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_pct_asian` | Estimate of the percentage of total population within surrounding area of a given `metro_area`'s HOLC zones that are non-Hispanic Asian. Represented between 0-100. Rounded to the nearest two decimal places. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
`surr_area_pct_other` | Estimate of the percentage of total population within surrounding area of a given `metro_area`'s HOLC zones in any other racial/ethnic group. Represented between 0-100. Rounded to the nearest two decimal places. Repeated for each `holc_grade` for a given `metro_area`.
|
||||
|
||||
---
|
||||
|
||||
`zone-block-matches.csv` is a crosswalk between 2020 U.S. decennial census blocks and Home Owners' Loan Corporation (HOLC) zones (from the collective spatial data shapefile, made available for download by the [Mapping Inequality project](https://dsl.richmond.edu/panorama/redlining/#loc=5/37.8/-97.9&maps=0&text=downloads)). HOLC zones were matched to census blocks by first determining census blocks geographically intersected with each zone, then calculating the proportion of the block’s total area that intersects with that HOLC zone. This intersecting area was used to weight each block's census data, which was then summed to estimate 2020 census totals in each HOLC zone.
|
||||
|
||||
HOLC zones do not have a unique ID column in the Mapping Inequality shapefile (across all cities and states), but each HOLC zone should have a unique combination of the five columns that begin with `holc_` below.
|
||||
|
||||
The spatial calculations that generated this data were conducted using the Albers Equal-Area Conic projection.
|
||||
|
||||
Header | Definition
|
||||
--- | ---
|
||||
`holc_city` | City name from this zone's HOLC map. Matches to `city` column in the Mapping Inequality shapefile.
|
||||
`holc_state` | State abbreviation from this zone's HOLC map. Matches to `state` column in the Mapping Inequality shapefile.
|
||||
`holc_grade` | HOLC grade assigned to this zone (`A`, `B`, `C` or `D`). Matches to `holc_grade` column in the Mapping Inequality shapefile.
|
||||
`holc_id` | HOLC ID assigned to this zone (may be empty). Matches to `holc_id` column in the Mapping Inequality shapefile.
|
||||
`holc_neighborhood_id` | Neighborhood ID. Unique for all HOLC zones except `holc_id`s B6 and B7 in Savannah, GA, which share a `holc_neighborhood_id` of `8678`. Matches to `neighborho` column in the Mapping Inequality shapefile.
|
||||
`block_geoid20` | [`GEOID20`](https://www.census.gov/programs-surveys/geography/guidance/geo-identifiers.html) of 2020 U.S. census block that intersects with a given HOLC zone.
|
||||
`pct_match` | Estimated percent of the 2020 U.S. census block's total area that intersects with a given HOLC zone. Use this column to weight census data to compute aggregate 2020 U.S. census estimates within an HOLC zone.
|
||||
552
redlining/metro-grades.csv
Normal file
552
redlining/metro-grades.csv
Normal file
@@ -0,0 +1,552 @@
|
||||
metro_area,holc_grade,white_pop,black_pop,hisp_pop,asian_pop,other_pop,total_pop,pct_white,pct_black,pct_hisp,pct_asian,pct_other,lq_white,lq_black,lq_hisp,lq_asian,lq_other,surr_area_white_pop,surr_area_black_pop,surr_area_hisp_pop,surr_area_asian_pop,surr_area_other_pop,surr_area_pct_white,surr_area_pct_black,surr_area_pct_hisp,surr_area_pct_asian,surr_area_pct_other
|
||||
"Akron, OH",A,"24702","8624","956","688","1993","36963",66.83,23.33,2.59,1.86,5.39,0.94,1.41,1,0.46,0.97,"304399","70692","11037","17295","23839",71.24,16.55,2.58,4.05,5.58
|
||||
"Akron, OH",B,"41531","16499","2208","3367","4211","67816",61.24,24.33,3.26,4.96,6.21,0.86,1.47,1.26,1.23,1.11,"304399","70692","11037","17295","23839",71.24,16.55,2.58,4.05,5.58
|
||||
"Akron, OH",C,"73105","22847","3149","6291","7302","112694",64.87,20.27,2.79,5.58,6.48,0.91,1.23,1.08,1.38,1.16,"304399","70692","11037","17295","23839",71.24,16.55,2.58,4.05,5.58
|
||||
"Akron, OH",D,"6179","6921","567","455","1022","15144",40.8,45.7,3.75,3,6.75,0.57,2.76,1.45,0.74,1.21,"304399","70692","11037","17295","23839",71.24,16.55,2.58,4.05,5.58
|
||||
"Albany-Schenectady-Troy, NY",A,"16989","1818","1317","1998","1182","23303",72.91,7.8,5.65,8.57,5.07,1.09,0.66,0.77,1.21,0.72,"387016","68371","42699","41112","40596",66.75,11.79,7.36,7.09,7
|
||||
"Albany-Schenectady-Troy, NY",B,"26644","7094","4334","2509","4650","45230",58.91,15.68,9.58,5.55,10.28,0.88,1.33,1.3,0.78,1.47,"387016","68371","42699","41112","40596",66.75,11.79,7.36,7.09,7
|
||||
"Albany-Schenectady-Troy, NY",C,"56878","16795","10357","6355","11153","101538",56.02,16.54,10.2,6.26,10.98,0.84,1.4,1.39,0.88,1.57,"387016","68371","42699","41112","40596",66.75,11.79,7.36,7.09,7
|
||||
"Albany-Schenectady-Troy, NY",D,"16806","19581","6688","2191","4364","49630",33.86,39.45,13.48,4.42,8.79,0.51,3.35,1.83,0.62,1.26,"387016","68371","42699","41112","40596",66.75,11.79,7.36,7.09,7
|
||||
"Allentown-Bethlehem-Easton, PA-NJ",A,"1076","71","367","21","82","1616",66.56,4.38,22.7,1.3,5.05,1.1,0.69,0.87,0.43,1.22,"69477","7364","30164","3524","4753",60.27,6.39,26.17,3.06,4.12
|
||||
"Allentown-Bethlehem-Easton, PA-NJ",B,"16774","1962","7935","731","1396","28798",58.25,6.81,27.55,2.54,4.85,0.97,1.07,1.05,0.83,1.18,"69477","7364","30164","3524","4753",60.27,6.39,26.17,3.06,4.12
|
||||
"Allentown-Bethlehem-Easton, PA-NJ",C,"4347","718","2967","184","346","8561",50.78,8.38,34.66,2.14,4.04,0.84,1.31,1.32,0.7,0.98,"69477","7364","30164","3524","4753",60.27,6.39,26.17,3.06,4.12
|
||||
"Allentown-Bethlehem-Easton, PA-NJ",D,"2864","301","1625","85","252","5127",55.87,5.87,31.7,1.65,4.92,0.93,0.92,1.21,0.54,1.19,"69477","7364","30164","3524","4753",60.27,6.39,26.17,3.06,4.12
|
||||
"Altoona, PA",A,"421","1","17","4","18","460",91.38,0.31,3.59,0.86,3.86,1.03,0.08,2.09,1.18,0.78,"50121","2059","970","412","2804",88.92,3.65,1.72,0.73,4.97
|
||||
"Altoona, PA",B,"6612","166","117","55","318","7268",90.97,2.28,1.61,0.76,4.37,1.02,0.63,0.94,1.04,0.88,"50121","2059","970","412","2804",88.92,3.65,1.72,0.73,4.97
|
||||
"Altoona, PA",C,"23472","1174","490","118","1554","26808",87.56,4.38,1.83,0.44,5.8,0.98,1.2,1.06,0.6,1.17,"50121","2059","970","412","2804",88.92,3.65,1.72,0.73,4.97
|
||||
"Altoona, PA",D,"3920","267","71","24","268","4551",86.14,5.88,1.55,0.53,5.89,0.97,1.61,0.9,0.73,1.18,"50121","2059","970","412","2804",88.92,3.65,1.72,0.73,4.97
|
||||
"Amarillo, TX",A,"6107","297","1687","215","622","8927",68.41,3.32,18.89,2.4,6.97,1.62,0.38,0.46,0.62,1.57,"52724","10972","50830","4816","5556",42.21,8.78,40.7,3.86,4.45
|
||||
"Amarillo, TX",B,"7139","868","4223","150","732","13113",54.45,6.62,32.2,1.15,5.58,1.29,0.75,0.79,0.3,1.26,"52724","10972","50830","4816","5556",42.21,8.78,40.7,3.86,4.45
|
||||
"Amarillo, TX",C,"2140","775","5538","131","320","8904",24.03,8.7,62.2,1.48,3.59,0.57,0.99,1.53,0.38,0.81,"52724","10972","50830","4816","5556",42.21,8.78,40.7,3.86,4.45
|
||||
"Amarillo, TX",D,"5865","2511","16643","764","909","26692",21.97,9.41,62.35,2.86,3.41,0.52,1.07,1.53,0.74,0.77,"52724","10972","50830","4816","5556",42.21,8.78,40.7,3.86,4.45
|
||||
"Asheville, NC",A,"4557","86","163","46","204","5055",90.13,1.69,3.23,0.91,4.04,1.21,0.18,0.37,0.71,0.7,"73949","9577","8774","1268","5723",74.48,9.65,8.84,1.28,5.76
|
||||
"Asheville, NC",B,"6359","533","358","84","431","7765",81.9,6.86,4.62,1.08,5.54,1.1,0.71,0.52,0.85,0.96,"73949","9577","8774","1268","5723",74.48,9.65,8.84,1.28,5.76
|
||||
"Asheville, NC",C,"18708","2792","1780","251","1624","25156",74.37,11.1,7.07,1,6.46,1,1.15,0.8,0.78,1.12,"73949","9577","8774","1268","5723",74.48,9.65,8.84,1.28,5.76
|
||||
"Asheville, NC",D,"3209","1527","267","55","350","5408",59.33,28.24,4.93,1.02,6.47,0.8,2.93,0.56,0.8,1.12,"73949","9577","8774","1268","5723",74.48,9.65,8.84,1.28,5.76
|
||||
"Atlanta-Sandy Springs-Alpharetta, GA",A,"9903","729","602","497","623","12354",80.16,5.9,4.87,4.02,5.04,2.17,0.13,0.58,0.84,1.16,"329328","408208","74469","42563","38774",36.86,45.69,8.34,4.76,4.34
|
||||
"Atlanta-Sandy Springs-Alpharetta, GA",B,"26370","5071","1959","1624","1772","36797",71.67,13.78,5.32,4.41,4.82,1.94,0.3,0.64,0.93,1.11,"329328","408208","74469","42563","38774",36.86,45.69,8.34,4.76,4.34
|
||||
"Atlanta-Sandy Springs-Alpharetta, GA",C,"64172","31002","8144","6395","6149","115862",55.39,26.76,7.03,5.52,5.31,1.5,0.59,0.84,1.16,1.22,"329328","408208","74469","42563","38774",36.86,45.69,8.34,4.76,4.34
|
||||
"Atlanta-Sandy Springs-Alpharetta, GA",D,"21317","39254","4386","2688","3345","70991",30.03,55.29,6.18,3.79,4.71,0.81,1.21,0.74,0.79,1.09,"329328","408208","74469","42563","38774",36.86,45.69,8.34,4.76,4.34
|
||||
"Atlantic City-Hammonton, NJ",A,"631","6","55","20","49","761",82.91,0.82,7.25,2.58,6.45,1.69,0.05,0.33,0.29,1.67,"77899","26269","34507","14179","6155",48.99,16.52,21.7,8.92,3.87
|
||||
"Atlantic City-Hammonton, NJ",B,"7354","520","2499","1791","494","12659",58.09,4.11,19.74,14.15,3.91,1.19,0.25,0.91,1.59,1.01,"77899","26269","34507","14179","6155",48.99,16.52,21.7,8.92,3.87
|
||||
"Atlantic City-Hammonton, NJ",C,"14269","8980","12902","3555","1421","41128",34.69,21.83,31.37,8.64,3.46,0.71,1.32,1.45,0.97,0.89,"77899","26269","34507","14179","6155",48.99,16.52,21.7,8.92,3.87
|
||||
"Atlantic City-Hammonton, NJ",D,"1730","7503","3766","324","610","13933",12.42,53.85,27.03,2.33,4.38,0.25,3.26,1.25,0.26,1.13,"77899","26269","34507","14179","6155",48.99,16.52,21.7,8.92,3.87
|
||||
"Augusta-Richmond County, GA-SC",A,"758","27","21","7","35","847",89.54,3.16,2.43,0.8,4.08,1.98,0.07,0.52,0.43,0.93,"30084","29103","3077","1237","2912",45.3,43.82,4.63,1.86,4.38
|
||||
"Augusta-Richmond County, GA-SC",B,"1775","242","101","30","96","2244",79.12,10.78,4.49,1.33,4.28,1.75,0.25,0.97,0.71,0.98,"30084","29103","3077","1237","2912",45.3,43.82,4.63,1.86,4.38
|
||||
"Augusta-Richmond County, GA-SC",C,"4011","1470","318","111","316","6227",64.41,23.61,5.11,1.79,5.08,1.42,0.54,1.1,0.96,1.16,"30084","29103","3077","1237","2912",45.3,43.82,4.63,1.86,4.38
|
||||
"Augusta-Richmond County, GA-SC",D,"2885","8086","365","240","556","12131",23.78,66.66,3.01,1.98,4.58,0.52,1.52,0.65,1.06,1.04,"30084","29103","3077","1237","2912",45.3,43.82,4.63,1.86,4.38
|
||||
"Austin-Round Rock-Georgetown, TX",A,"21180","591","3840","3073","1457","30142",70.27,1.96,12.74,10.19,4.83,1.12,0.44,0.65,1.25,0.97,"153605","10841","48069","20005","12193",62.77,4.43,19.64,8.17,4.98
|
||||
"Austin-Round Rock-Georgetown, TX",B,"27936","1137","7228","5054","2145","43501",64.22,2.61,16.62,11.62,4.93,1.02,0.59,0.85,1.42,0.99,"153605","10841","48069","20005","12193",62.77,4.43,19.64,8.17,4.98
|
||||
"Austin-Round Rock-Georgetown, TX",C,"7685","594","2028","807","534","11648",65.98,5.1,17.41,6.93,4.58,1.05,1.15,0.89,0.85,0.92,"153605","10841","48069","20005","12193",62.77,4.43,19.64,8.17,4.98
|
||||
"Austin-Round Rock-Georgetown, TX",D,"16726","2732","7514","1422","1596","29990",55.77,9.11,25.05,4.74,5.32,0.89,2.06,1.28,0.58,1.07,"153605","10841","48069","20005","12193",62.77,4.43,19.64,8.17,4.98
|
||||
"Baltimore-Columbia-Towson, MD",A,"14716","16262","1303","2259","1855","36397",40.43,44.68,3.58,6.21,5.1,1.08,1,0.44,1.26,1.05,"403254","478015","87364","52705","52017",37.57,44.53,8.14,4.91,4.85
|
||||
"Baltimore-Columbia-Towson, MD",B,"61893","109091","8536","5565","9215","194300",31.85,56.15,4.39,2.86,4.74,0.85,1.26,0.54,0.58,0.98,"403254","478015","87364","52705","52017",37.57,44.53,8.14,4.91,4.85
|
||||
"Baltimore-Columbia-Towson, MD",C,"49480","90595","17851","5909","8271","172105",28.75,52.64,10.37,3.43,4.81,0.77,1.18,1.27,0.7,0.99,"403254","478015","87364","52705","52017",37.57,44.53,8.14,4.91,4.85
|
||||
"Baltimore-Columbia-Towson, MD",D,"45701","56107","11845","6455","5786","125894",36.3,44.57,9.41,5.13,4.6,0.97,1,1.16,1.04,0.95,"403254","478015","87364","52705","52017",37.57,44.53,8.14,4.91,4.85
|
||||
"Battle Creek, MI",A,"810","86","39","47","54","1036",78.19,8.3,3.8,4.53,5.17,1.18,0.55,0.55,1.05,0.7,"47157","10632","4890","3055","5241",66.44,14.98,6.89,4.3,7.38
|
||||
"Battle Creek, MI",B,"1160","349","99","103","137","1848",62.79,18.89,5.35,5.57,7.4,0.94,1.26,0.78,1.29,1,"47157","10632","4890","3055","5241",66.44,14.98,6.89,4.3,7.38
|
||||
"Battle Creek, MI",C,"15314","4293","2326","615","2154","24702",62,17.38,9.42,2.49,8.72,0.93,1.16,1.37,0.58,1.18,"47157","10632","4890","3055","5241",66.44,14.98,6.89,4.3,7.38
|
||||
"Battle Creek, MI",D,"3240","1141","580","41","504","5505",58.85,20.73,10.53,0.74,9.15,0.89,1.38,1.53,0.17,1.24,"47157","10632","4890","3055","5241",66.44,14.98,6.89,4.3,7.38
|
||||
"Bay City, MI",A,"621","5","36","3","21","686",90.51,0.69,5.26,0.47,3.06,1.09,0.28,0.63,0.85,0.54,"39060","1159","3933","264","2643",83,2.46,8.36,0.56,5.62
|
||||
"Bay City, MI",B,"1694","46","181","15","95","2030",83.43,2.26,8.92,0.73,4.67,1.01,0.92,1.07,1.3,0.83,"39060","1159","3933","264","2643",83,2.46,8.36,0.56,5.62
|
||||
"Bay City, MI",C,"9841","306","1160","60","759","12126",81.15,2.52,9.57,0.5,6.26,0.98,1.02,1.14,0.89,1.11,"39060","1159","3933","264","2643",83,2.46,8.36,0.56,5.62
|
||||
"Bay City, MI",D,"11449","562","1544","69","1088","14711",77.83,3.82,10.49,0.47,7.39,0.94,1.55,1.26,0.84,1.32,"39060","1159","3933","264","2643",83,2.46,8.36,0.56,5.62
|
||||
"Beaumont-Port Arthur, TX",A,"899","5122","1660","106","170","7957",11.29,64.37,20.86,1.34,2.14,0.28,2.16,0.9,0.38,0.71,"96080","70884","55440","8300","7206",40.39,29.79,23.3,3.49,3.03
|
||||
"Beaumont-Port Arthur, TX",B,"2546","11656","14156","1247","644","30248",8.42,38.53,46.8,4.12,2.13,0.21,1.29,2.01,1.18,0.7,"96080","70884","55440","8300","7206",40.39,29.79,23.3,3.49,3.03
|
||||
"Beaumont-Port Arthur, TX",C,"523","2992","1408","34","149","5107",10.24,58.59,27.56,0.67,2.93,0.25,1.97,1.18,0.19,0.97,"96080","70884","55440","8300","7206",40.39,29.79,23.3,3.49,3.03
|
||||
"Beaumont-Port Arthur, TX",D,"355","3473","856","18","159","4860",7.29,71.45,17.62,0.37,3.26,0.18,2.4,0.76,0.11,1.08,"96080","70884","55440","8300","7206",40.39,29.79,23.3,3.49,3.03
|
||||
"Binghamton, NY",A,"2255","183","170","186","176","2970",75.92,6.15,5.72,6.27,5.94,1.03,0.8,0.9,1,1.03,"106209","11020","9112","9003","8310",73.93,7.67,6.34,6.27,5.78
|
||||
"Binghamton, NY",B,"23858","3289","2270","1430","2205","33052",72.18,9.95,6.87,4.33,6.67,0.98,1.3,1.08,0.69,1.15,"106209","11020","9112","9003","8310",73.93,7.67,6.34,6.27,5.78
|
||||
"Binghamton, NY",C,"22834","3361","2433","1672","2292","32594",70.06,10.31,7.47,5.13,7.03,0.95,1.34,1.18,0.82,1.22,"106209","11020","9112","9003","8310",73.93,7.67,6.34,6.27,5.78
|
||||
"Binghamton, NY",D,"1512","473","261","104","205","2554",59.18,18.52,10.2,4.09,8.02,0.8,2.41,1.61,0.65,1.39,"106209","11020","9112","9003","8310",73.93,7.67,6.34,6.27,5.78
|
||||
"Birmingham-Hoover, AL",A,"5709","43","106","66","142","6065",94.12,0.7,1.74,1.09,2.35,2.16,0.02,0.35,0.53,0.77,"155725","166327","17741","7448","10877",43.48,46.44,4.95,2.08,3.04
|
||||
"Birmingham-Hoover, AL",B,"14948","6285","706","325","745","23009",64.96,27.32,3.07,1.41,3.24,1.49,0.59,0.62,0.68,1.07,"155725","166327","17741","7448","10877",43.48,46.44,4.95,2.08,3.04
|
||||
"Birmingham-Hoover, AL",C,"17363","28889","2665","1106","1667","51690",33.59,55.89,5.16,2.14,3.22,0.77,1.2,1.04,1.03,1.06,"155725","166327","17741","7448","10877",43.48,46.44,4.95,2.08,3.04
|
||||
"Birmingham-Hoover, AL",D,"8383","59889","4502","590","1931","75295",11.13,79.54,5.98,0.78,2.57,0.26,1.71,1.21,0.38,0.84,"155725","166327","17741","7448","10877",43.48,46.44,4.95,2.08,3.04
|
||||
"Boston-Cambridge-Newton, MA-NH",A,"39375","2251","2258","4979","2889","51753",76.08,4.35,4.36,9.62,5.58,1.2,0.56,0.33,0.99,0.88,"2716971","331571","562040","416219","271264",63.21,7.71,13.08,9.68,6.31
|
||||
"Boston-Cambridge-Newton, MA-NH",B,"170439","16978","16168","26299","17380","247264",68.93,6.87,6.54,10.64,7.03,1.09,0.89,0.5,1.1,1.11,"2716971","331571","562040","416219","271264",63.21,7.71,13.08,9.68,6.31
|
||||
"Boston-Cambridge-Newton, MA-NH",C,"452120","136685","141563","111654","74007","916030",49.36,14.92,15.45,12.19,8.08,0.78,1.93,1.18,1.26,1.28,"2716971","331571","562040","416219","271264",63.21,7.71,13.08,9.68,6.31
|
||||
"Boston-Cambridge-Newton, MA-NH",D,"179722","48748","92968","48110","28657","398204",45.13,12.24,23.35,12.08,7.2,0.71,1.59,1.79,1.25,1.14,"2716971","331571","562040","416219","271264",63.21,7.71,13.08,9.68,6.31
|
||||
"Bridgeport-Stamford-Norwalk, CT",A,"15079","1122","2539","2266","875","21881",68.91,5.13,11.6,10.35,4,1.29,0.51,0.46,1.42,1.01,"133943","25333","62695","18284","9915",53.54,10.13,25.06,7.31,3.96
|
||||
"Bridgeport-Stamford-Norwalk, CT",B,"21589","4396","10995","3950","1596","42526",50.77,10.34,25.85,9.29,3.75,0.95,1.02,1.03,1.27,0.95,"133943","25333","62695","18284","9915",53.54,10.13,25.06,7.31,3.96
|
||||
"Bridgeport-Stamford-Norwalk, CT",C,"12261","4626","13082","2597","1195","33760",36.32,13.7,38.75,7.69,3.54,0.68,1.35,1.55,1.05,0.89,"133943","25333","62695","18284","9915",53.54,10.13,25.06,7.31,3.96
|
||||
"Bridgeport-Stamford-Norwalk, CT",D,"2198","3478","6495","794","429","13393",16.41,25.97,48.49,5.93,3.21,0.31,2.56,1.94,0.81,0.81,"133943","25333","62695","18284","9915",53.54,10.13,25.06,7.31,3.96
|
||||
"Buffalo-Cheektowaga, NY",A,"15865","2173","969","640","908","20555",77.18,10.57,4.71,3.11,4.42,1.18,0.61,0.67,0.55,0.94,"530627","139564","57521","45662","38171",65.38,17.2,7.09,5.63,4.7
|
||||
"Buffalo-Cheektowaga, NY",B,"80832","37858","11286","7797","7587","145360",55.61,26.04,7.76,5.36,5.22,0.85,1.51,1.1,0.95,1.11,"530627","139564","57521","45662","38171",65.38,17.2,7.09,5.63,4.7
|
||||
"Buffalo-Cheektowaga, NY",C,"59609","53497","19055","12422","8350","152934",38.98,34.98,12.46,8.12,5.46,0.6,2.03,1.76,1.44,1.16,"530627","139564","57521","45662","38171",65.38,17.2,7.09,5.63,4.7
|
||||
"Buffalo-Cheektowaga, NY",D,"4726","5175","2977","206","840","13924",33.94,37.17,21.38,1.48,6.03,0.52,2.16,3.02,0.26,1.28,"530627","139564","57521","45662","38171",65.38,17.2,7.09,5.63,4.7
|
||||
"Canton-Massillon, OH",A,"2486","409","95","17","209","3217",77.29,12.72,2.96,0.53,6.5,1.13,0.68,0.7,1.02,0.79,"71884","19745","4466","541","8635",68.28,18.76,4.24,0.51,8.2
|
||||
"Canton-Massillon, OH",B,"17260","6172","1548","107","2856","27944",61.77,22.09,5.54,0.38,10.22,0.9,1.18,1.31,0.75,1.25,"71884","19745","4466","541","8635",68.28,18.76,4.24,0.51,8.2
|
||||
"Canton-Massillon, OH",C,"10272","5386","1045","27","1901","18632",55.13,28.91,5.61,0.14,10.2,0.81,1.54,1.32,0.28,1.24,"71884","19745","4466","541","8635",68.28,18.76,4.24,0.51,8.2
|
||||
"Canton-Massillon, OH",D,"1375","1429","187","3","332","3327",41.34,42.96,5.62,0.09,9.99,0.61,2.29,1.33,0.17,1.22,"71884","19745","4466","541","8635",68.28,18.76,4.24,0.51,8.2
|
||||
"Charleston, WV",A,"3254","187","71","83","235","3829",84.97,4.89,1.84,2.18,6.13,1.11,0.39,0.96,0.94,0.95,"47208","7649","1184","1423","3953",76.86,12.45,1.93,2.32,6.44
|
||||
"Charleston, WV",B,"5858","1614","204","164","633","8472",69.14,19.05,2.41,1.93,7.47,0.9,1.53,1.25,0.83,1.16,"47208","7649","1184","1423","3953",76.86,12.45,1.93,2.32,6.44
|
||||
"Charleston, WV",C,"7549","1931","262","134","815","10692",70.61,18.06,2.45,1.25,7.62,0.92,1.45,1.27,0.54,1.18,"47208","7649","1184","1423","3953",76.86,12.45,1.93,2.32,6.44
|
||||
"Charleston, WV",D,"2330","956","84","43","288","3701",62.96,25.82,2.26,1.17,7.78,0.82,2.07,1.17,0.51,1.21,"47208","7649","1184","1423","3953",76.86,12.45,1.93,2.32,6.44
|
||||
"Charlotte-Concord-Gastonia, NC-SC",A,"8651","387","388","188","299","9913",87.27,3.9,3.91,1.9,3.02,1.55,0.14,0.48,0.54,0.71,"75023","36710","10857","4665","5624",56.46,27.63,8.17,3.51,4.23
|
||||
"Charlotte-Concord-Gastonia, NC-SC",B,"8739","737","616","353","530","10974",79.63,6.71,5.61,3.22,4.83,1.41,0.24,0.69,0.92,1.14,"75023","36710","10857","4665","5624",56.46,27.63,8.17,3.51,4.23
|
||||
"Charlotte-Concord-Gastonia, NC-SC",C,"13978","5705","1498","1008","1108","23297",60,24.49,6.43,4.33,4.76,1.06,0.89,0.79,1.23,1.12,"75023","36710","10857","4665","5624",56.46,27.63,8.17,3.51,4.23
|
||||
"Charlotte-Concord-Gastonia, NC-SC",D,"10070","7462","1454","987","959","20932",48.11,35.65,6.94,4.72,4.58,0.85,1.29,0.85,1.34,1.08,"75023","36710","10857","4665","5624",56.46,27.63,8.17,3.51,4.23
|
||||
"Chattanooga, TN-GA",A,"4738","449","389","96","226","5898",80.33,7.61,6.6,1.62,3.83,1.38,0.29,0.69,1.18,0.84,"92469","41615","15196","2182","7263",58.26,26.22,9.57,1.37,4.58
|
||||
"Chattanooga, TN-GA",B,"12131","5352","1187","196","917","19784",61.32,27.05,6,0.99,4.64,1.05,1.03,0.63,0.72,1.01,"92469","41615","15196","2182","7263",58.26,26.22,9.57,1.37,4.58
|
||||
"Chattanooga, TN-GA",C,"11770","10500","6125","228","1289","29911",39.35,35.1,20.48,0.76,4.31,0.68,1.34,2.14,0.55,0.94,"92469","41615","15196","2182","7263",58.26,26.22,9.57,1.37,4.58
|
||||
"Chattanooga, TN-GA",D,"5340","5664","1409","212","578","13203",40.45,42.9,10.67,1.61,4.38,0.69,1.64,1.11,1.17,0.96,"92469","41615","15196","2182","7263",58.26,26.22,9.57,1.37,4.58
|
||||
"Chicago-Naperville-Elgin, IL-IN-WI",A,"46352","8447","7773","3201","2630","68403",67.76,12.35,11.36,4.68,3.84,1.39,0.74,0.48,0.64,1.13,"4471615","1531274","2187375","673021","310889",48.74,16.69,23.84,7.34,3.39
|
||||
"Chicago-Naperville-Elgin, IL-IN-WI",B,"202942","113905","90694","40663","17715","465918",43.56,24.45,19.47,8.73,3.8,0.89,1.46,0.82,1.19,1.12,"4471615","1531274","2187375","673021","310889",48.74,16.69,23.84,7.34,3.39
|
||||
"Chicago-Naperville-Elgin, IL-IN-WI",C,"579196","447000","705314","75961","58074","1865546",31.05,23.96,37.81,4.07,3.11,0.64,1.44,1.59,0.56,0.92,"4471615","1531274","2187375","673021","310889",48.74,16.69,23.84,7.34,3.39
|
||||
"Chicago-Naperville-Elgin, IL-IN-WI",D,"250471","297196","295129","63372","27927","934095",26.81,31.82,31.6,6.78,2.99,0.55,1.91,1.33,0.92,0.88,"4471615","1531274","2187375","673021","310889",48.74,16.69,23.84,7.34,3.39
|
||||
"Cincinnati, OH-KY-IN",A,"10921","231","460","153","479","12243",89.2,1.89,3.76,1.25,3.91,1.3,0.1,0.76,0.39,0.76,"917344","245761","66672","42435","68783",68.41,18.33,4.97,3.16,5.13
|
||||
"Cincinnati, OH-KY-IN",B,"26682","1389","1600","235","1979","31885",83.68,4.36,5.02,0.74,6.21,1.22,0.24,1.01,0.23,1.21,"917344","245761","66672","42435","68783",68.41,18.33,4.97,3.16,5.13
|
||||
"Cincinnati, OH-KY-IN",C,"35616","4566","4811","241","3364","48597",73.29,9.39,9.9,0.5,6.92,1.07,0.51,1.99,0.16,1.35,"917344","245761","66672","42435","68783",68.41,18.33,4.97,3.16,5.13
|
||||
"Cincinnati, OH-KY-IN",D,"5984","2281","1899","78","792","11034",54.23,20.67,17.21,0.7,7.18,0.79,1.13,3.46,0.22,1.4,"917344","245761","66672","42435","68783",68.41,18.33,4.97,3.16,5.13
|
||||
"Cleveland-Elyria, OH",A,"48311","13445","2968","2272","3335","70331",68.69,19.12,4.22,3.23,4.74,1.08,0.87,0.63,1.06,1.09,"1168228","402969","121587","55854","79749",63.89,22.04,6.65,3.05,4.36
|
||||
"Cleveland-Elyria, OH",B,"100214","54660","11665","3289","8045","177872",56.34,30.73,6.56,1.85,4.52,0.88,1.39,0.99,0.61,1.04,"1168228","402969","121587","55854","79749",63.89,22.04,6.65,3.05,4.36
|
||||
"Cleveland-Elyria, OH",C,"155360","136527","40191","7910","17076","357064",43.51,38.24,11.26,2.22,4.78,0.68,1.73,1.69,0.73,1.1,"1168228","402969","121587","55854","79749",63.89,22.04,6.65,3.05,4.36
|
||||
"Cleveland-Elyria, OH",D,"28391","73969","13274","3312","5349","124295",22.84,59.51,10.68,2.66,4.3,0.36,2.7,1.61,0.87,0.99,"1168228","402969","121587","55854","79749",63.89,22.04,6.65,3.05,4.36
|
||||
"Columbia, SC",A,"1861","39","69","34","61","2064",90.14,1.89,3.36,1.64,2.98,1.48,0.07,0.82,0.53,0.8,"44572","20779","3010","2273","2718",60.77,28.33,4.1,3.1,3.7
|
||||
"Columbia, SC",B,"4417","340","145","99","170","5172",85.4,6.57,2.81,1.92,3.29,1.41,0.23,0.69,0.62,0.89,"44572","20779","3010","2273","2718",60.77,28.33,4.1,3.1,3.7
|
||||
"Columbia, SC",C,"6956","1044","316","273","331","8920",77.99,11.71,3.54,3.06,3.71,1.28,0.41,0.86,0.99,1,"44572","20779","3010","2273","2718",60.77,28.33,4.1,3.1,3.7
|
||||
"Columbia, SC",D,"6235","3597","544","419","520","11316",55.1,31.79,4.81,3.7,4.6,0.91,1.12,1.17,1.2,1.24,"44572","20779","3010","2273","2718",60.77,28.33,4.1,3.1,3.7
|
||||
"Columbus, GA-AL",A,"270","50","16","7","23","366",73.79,13.64,4.3,1.87,6.4,2.02,0.27,0.6,2.19,1.23,"25956","35845","5056","609","3688",36.48,50.38,7.11,0.86,5.18
|
||||
"Columbus, GA-AL",B,"1656","687","160","26","160","2688",61.59,25.55,5.96,0.97,5.93,1.69,0.51,0.84,1.13,1.15,"25956","35845","5056","609","3688",36.48,50.38,7.11,0.86,5.18
|
||||
"Columbus, GA-AL",C,"2191","3493","435","42","416","6576",33.31,53.11,6.61,0.64,6.33,0.91,1.05,0.93,0.75,1.22,"25956","35845","5056","609","3688",36.48,50.38,7.11,0.86,5.18
|
||||
"Columbus, GA-AL",D,"2850","7320","942","55","564","11730",24.29,62.4,8.03,0.47,4.81,0.67,1.24,1.13,0.54,0.93,"25956","35845","5056","609","3688",36.48,50.38,7.11,0.86,5.18
|
||||
"Columbus, OH",A,"23756","2731","1205","477","1547","29715",79.95,9.19,4.05,1.6,5.21,1.43,0.35,0.56,0.33,0.93,"371107","175890","48054","31937","37074",55.88,26.49,7.24,4.81,5.58
|
||||
"Columbus, OH",B,"52383","18843","5168","1889","4955","83239",62.93,22.64,6.21,2.27,5.95,1.13,0.85,0.86,0.47,1.07,"371107","175890","48054","31937","37074",55.88,26.49,7.24,4.81,5.58
|
||||
"Columbus, OH",C,"68257","27401","7531","3917","6751","113858",59.95,24.07,6.61,3.44,5.93,1.07,0.91,0.91,0.72,1.06,"371107","175890","48054","31937","37074",55.88,26.49,7.24,4.81,5.58
|
||||
"Columbus, OH",D,"16377","12059","2366","890","2172","33864",48.36,35.61,6.99,2.63,6.41,0.87,1.34,0.97,0.55,1.15,"371107","175890","48054","31937","37074",55.88,26.49,7.24,4.81,5.58
|
||||
"Dallas-Fort Worth-Arlington, TX",A,"50939","2651","7161","2929","2831","66512",76.59,3.99,10.77,4.4,4.26,2.08,0.21,0.33,0.62,1.05,"1649321","853697","1469475","315093","181493",36.91,19.1,32.88,7.05,4.06
|
||||
"Dallas-Fort Worth-Arlington, TX",B,"43166","8975","51345","3148","3755","110388",39.1,8.13,46.51,2.85,3.4,1.06,0.43,1.41,0.4,0.84,"1649321","853697","1469475","315093","181493",36.91,19.1,32.88,7.05,4.06
|
||||
"Dallas-Fort Worth-Arlington, TX",C,"50951","38908","106411","5769","5889","207927",24.5,18.71,51.18,2.77,2.83,0.66,0.98,1.56,0.39,0.7,"1649321","853697","1469475","315093","181493",36.91,19.1,32.88,7.05,4.06
|
||||
"Dallas-Fort Worth-Arlington, TX",D,"22679","23220","66845","2851","2812","118407",19.15,19.61,56.45,2.41,2.37,0.52,1.03,1.72,0.34,0.58,"1649321","853697","1469475","315093","181493",36.91,19.1,32.88,7.05,4.06
|
||||
"Davenport-Moline-Rock Island, IA-IL",A,"1565","33","139","20","98","1856",84.34,1.79,7.51,1.1,5.26,1.26,0.13,0.67,0.46,0.85,"90227","17868","15019","3255","8348",66.97,13.26,11.15,2.42,6.2
|
||||
"Davenport-Moline-Rock Island, IA-IL",B,"14713","1784","1530","325","1035","19386",75.9,9.2,7.89,1.67,5.34,1.13,0.69,0.71,0.69,0.86,"90227","17868","15019","3255","8348",66.97,13.26,11.15,2.42,6.2
|
||||
"Davenport-Moline-Rock Island, IA-IL",C,"21021","3986","3474","507","2320","31309",67.14,12.73,11.1,1.62,7.41,1,0.96,1,0.67,1.2,"90227","17868","15019","3255","8348",66.97,13.26,11.15,2.42,6.2
|
||||
"Davenport-Moline-Rock Island, IA-IL",D,"3956","1295","763","63","480","6558",60.32,19.75,11.64,0.97,7.32,0.9,1.49,1.04,0.4,1.18,"90227","17868","15019","3255","8348",66.97,13.26,11.15,2.42,6.2
|
||||
"Dayton-Kettering, OH",A,"15825","3675","774","440","1182","21897",72.27,16.78,3.54,2.01,5.4,1.25,0.57,0.73,1.25,0.91,"154813","79341","12951","4282","15767",57.95,29.7,4.85,1.6,5.9
|
||||
"Dayton-Kettering, OH",B,"18875","15952","2153","681","2578","40238",46.91,39.64,5.35,1.69,6.41,0.81,1.33,1.1,1.06,1.09,"154813","79341","12951","4282","15767",57.95,29.7,4.85,1.6,5.9
|
||||
"Dayton-Kettering, OH",C,"31008","13124","3598","620","3286","51635",60.05,25.42,6.97,1.2,6.36,1.04,0.86,1.44,0.75,1.08,"154813","79341","12951","4282","15767",57.95,29.7,4.85,1.6,5.9
|
||||
"Dayton-Kettering, OH",D,"8883","10786","1072","179","1347","22269",39.89,48.44,4.81,0.81,6.05,0.69,1.63,0.99,0.5,1.03,"154813","79341","12951","4282","15767",57.95,29.7,4.85,1.6,5.9
|
||||
"Decatur, IL",A,"2114","309","87","17","151","2678",78.94,11.56,3.23,0.62,5.64,1.32,0.39,1.12,0.69,0.86,"30318","15115","1465","458","3335",59.81,29.82,2.89,0.9,6.58
|
||||
"Decatur, IL",B,"4144","3364","219","37","611","8375",49.48,40.17,2.62,0.45,7.29,0.83,1.35,0.91,0.49,1.11,"30318","15115","1465","458","3335",59.81,29.82,2.89,0.9,6.58
|
||||
"Decatur, IL",C,"6298","6624","491","70","1146","14630",43.05,45.28,3.36,0.48,7.83,0.72,1.52,1.16,0.53,1.19,"30318","15115","1465","458","3335",59.81,29.82,2.89,0.9,6.58
|
||||
"Decatur, IL",D,"2030","2250","153","22","434","4888",41.52,46.04,3.13,0.44,8.87,0.69,1.54,1.08,0.49,1.35,"30318","15115","1465","458","3335",59.81,29.82,2.89,0.9,6.58
|
||||
"Denver-Aurora-Lakewood, CO",A,"10605","270","962","294","730","12860",82.46,2.1,7.48,2.29,5.67,1.43,0.32,0.28,0.66,1.04,"460045","52036","212657","27752","43259",57.81,6.54,26.72,3.49,5.44
|
||||
"Denver-Aurora-Lakewood, CO",B,"29789","1400","3831","893","2130","38043",78.3,3.68,10.07,2.35,5.6,1.35,0.56,0.38,0.67,1.03,"460045","52036","212657","27752","43259",57.81,6.54,26.72,3.49,5.44
|
||||
"Denver-Aurora-Lakewood, CO",C,"114180","6878","24668","4492","9134","159351",71.65,4.32,15.48,2.82,5.73,1.24,0.66,0.58,0.81,1.05,"460045","52036","212657","27752","43259",57.81,6.54,26.72,3.49,5.44
|
||||
"Denver-Aurora-Lakewood, CO",D,"42365","6691","32194","2750","4547","88548",47.84,7.56,36.36,3.11,5.14,0.83,1.16,1.36,0.89,0.94,"460045","52036","212657","27752","43259",57.81,6.54,26.72,3.49,5.44
|
||||
"Des Moines-West Des Moines, IA",A,"24197","1940","1902","929","1588","30556",79.19,6.35,6.22,3.04,5.2,1.25,0.6,0.43,0.48,1.01,"160431","26698","36779","16060","13027",63.41,10.55,14.54,6.35,5.15
|
||||
"Des Moines-West Des Moines, IA",B,"17859","3533","4797","1786","1564","29540",60.46,11.96,16.24,6.05,5.29,0.95,1.13,1.12,0.95,1.03,"160431","26698","36779","16060","13027",63.41,10.55,14.54,6.35,5.15
|
||||
"Des Moines-West Des Moines, IA",C,"38390","8870","11152","5120","3443","66976",57.32,13.24,16.65,7.64,5.14,0.9,1.26,1.15,1.2,1,"160431","26698","36779","16060","13027",63.41,10.55,14.54,6.35,5.15
|
||||
"Des Moines-West Des Moines, IA",D,"18942","5498","7883","2929","1945","37197",50.92,14.78,21.19,7.87,5.23,0.8,1.4,1.46,1.24,1.02,"160431","26698","36779","16060","13027",63.41,10.55,14.54,6.35,5.15
|
||||
"Detroit-Warren-Dearborn, MI",A,"33745","37381","2040","900","2935","77002",43.82,48.55,2.65,1.17,3.81,0.77,1.79,0.49,0.2,0.81,"1954385","929170","184988","198693","162391",56.99,27.09,5.39,5.79,4.73
|
||||
"Detroit-Warren-Dearborn, MI",B,"67214","105556","6561","1444","7328","188103",35.73,56.12,3.49,0.77,3.9,0.63,2.07,0.65,0.13,0.82,"1954385","929170","184988","198693","162391",56.99,27.09,5.39,5.79,4.73
|
||||
"Detroit-Warren-Dearborn, MI",C,"278844","235388","45758","13811","30258","604058",46.16,38.97,7.58,2.29,5.01,0.81,1.44,1.4,0.39,1.06,"1954385","929170","184988","198693","162391",56.99,27.09,5.39,5.79,4.73
|
||||
"Detroit-Warren-Dearborn, MI",D,"88546","116045","37980","11152","13607","267328",33.12,43.41,14.21,4.17,5.09,0.58,1.6,2.63,0.72,1.07,"1954385","929170","184988","198693","162391",56.99,27.09,5.39,5.79,4.73
|
||||
"Dubuque, IA",A,"2980","165","98","15","155","3413",87.31,4.85,2.86,0.45,4.54,1.04,0.77,0.77,0.45,0.88,"47918","3587","2117","564","2934",83.89,6.28,3.71,0.99,5.14
|
||||
"Dubuque, IA",B,"15072","2179","1007","182","1303","19743",76.34,11.04,5.1,0.92,6.6,0.91,1.76,1.38,0.93,1.29,"47918","3587","2117","564","2934",83.89,6.28,3.71,0.99,5.14
|
||||
"Dubuque, IA",C,"5953","267","203","54","314","6792",87.65,3.93,2.99,0.8,4.63,1.04,0.63,0.81,0.81,0.9,"47918","3587","2117","564","2934",83.89,6.28,3.71,0.99,5.14
|
||||
"Dubuque, IA",D,"2880","375","173","20","217","3664",78.61,10.23,4.71,0.53,5.91,0.94,1.63,1.27,0.54,1.15,"47918","3587","2117","564","2934",83.89,6.28,3.71,0.99,5.14
|
||||
"Duluth, MN-WI",A,"7176","102","157","164","517","8117",88.41,1.26,1.93,2.02,6.37,1.03,0.46,0.89,1.5,0.81,"117643","3727","2974","1847","10723",85.92,2.72,2.17,1.35,7.83
|
||||
"Duluth, MN-WI",B,"14291","468","393","231","1383","16767",85.23,2.79,2.35,1.38,8.25,0.99,1.03,1.08,1.02,1.05,"117643","3727","2974","1847","10723",85.92,2.72,2.17,1.35,7.83
|
||||
"Duluth, MN-WI",C,"17676","1197","741","381","2234","22228",79.52,5.39,3.33,1.71,10.05,0.93,1.98,1.54,1.27,1.28,"117643","3727","2974","1847","10723",85.92,2.72,2.17,1.35,7.83
|
||||
"Duluth, MN-WI",D,"5730","191","168","78","631","6798",84.29,2.81,2.48,1.15,9.28,0.98,1.03,1.14,0.85,1.19,"117643","3727","2974","1847","10723",85.92,2.72,2.17,1.35,7.83
|
||||
"Durham-Chapel Hill, NC",A,"2448","187","341","88","200","3263",75.02,5.73,10.44,2.69,6.13,2.29,0.14,0.55,0.72,1.43,"24970","30644","14564","2852","3263",32.73,40.17,19.09,3.74,4.28
|
||||
"Durham-Chapel Hill, NC",B,"1354","362","223","44","137","2121",63.87,17.09,10.5,2.08,6.47,1.95,0.43,0.55,0.56,1.51,"24970","30644","14564","2852","3263",32.73,40.17,19.09,3.74,4.28
|
||||
"Durham-Chapel Hill, NC",C,"8233","6025","3967","861","937","20023",41.12,30.09,19.81,4.3,4.68,1.26,0.75,1.04,1.15,1.09,"24970","30644","14564","2852","3263",32.73,40.17,19.09,3.74,4.28
|
||||
"Durham-Chapel Hill, NC",D,"2335","6477","2546","305","522","12185",19.16,53.16,20.9,2.5,4.29,0.59,1.32,1.09,0.67,1,"24970","30644","14564","2852","3263",32.73,40.17,19.09,3.74,4.28
|
||||
"El Paso, TX",A,"1123","51","3910","47","93","5224",21.49,0.98,74.85,0.9,1.78,1.79,0.33,0.92,0.57,0.79,"13930","3463","94407","1826","2638",11.98,2.98,81.2,1.57,2.27
|
||||
"El Paso, TX",B,"1618","290","22147","90","253","24399",6.63,1.19,90.77,0.37,1.04,0.55,0.4,1.12,0.23,0.46,"13930","3463","94407","1826","2638",11.98,2.98,81.2,1.57,2.27
|
||||
"El Paso, TX",C,"936","271","11827","140","215","13389",6.99,2.03,88.33,1.05,1.61,0.58,0.68,1.09,0.67,0.71,"13930","3463","94407","1826","2638",11.98,2.98,81.2,1.57,2.27
|
||||
"El Paso, TX",D,"602","193","14977","38","140","15950",3.77,1.21,93.9,0.24,0.88,0.31,0.41,1.16,0.15,0.39,"13930","3463","94407","1826","2638",11.98,2.98,81.2,1.57,2.27
|
||||
"Elmira, NY",A,"277","31","21","2","20","351",78.83,8.77,6.09,0.7,5.6,1.02,0.92,1.34,0.8,0.74,"34907","4288","2046","396","3386",77.53,9.52,4.54,0.88,7.52
|
||||
"Elmira, NY",B,"7613","849","433","102","662","9659",78.82,8.79,4.48,1.06,6.86,1.02,0.92,0.99,1.2,0.91,"34907","4288","2046","396","3386",77.53,9.52,4.54,0.88,7.52
|
||||
"Elmira, NY",C,"15224","1702","854","150","1701","19631",77.55,8.67,4.35,0.76,8.67,1,0.91,0.96,0.87,1.15,"34907","4288","2046","396","3386",77.53,9.52,4.54,0.88,7.52
|
||||
"Elmira, NY",D,"3554","507","186","19","387","4653",76.38,10.9,4,0.4,8.31,0.99,1.14,0.88,0.46,1.11,"34907","4288","2046","396","3386",77.53,9.52,4.54,0.88,7.52
|
||||
"Erie, PA",A,"4305","102","96","87","156","4746",90.71,2.14,2.02,1.84,3.29,1.22,0.2,0.33,0.55,0.6,"125324","18053","10179","5656","9243",74.4,10.72,6.04,3.36,5.49
|
||||
"Erie, PA",B,"33288","3697","2536","882","2703","43106",77.22,8.58,5.88,2.05,6.27,1.04,0.8,0.97,0.61,1.14,"125324","18053","10179","5656","9243",74.4,10.72,6.04,3.36,5.49
|
||||
"Erie, PA",C,"27409","7863","3721","1370","2908","43271",63.34,18.17,8.6,3.17,6.72,0.85,1.7,1.42,0.94,1.22,"125324","18053","10179","5656","9243",74.4,10.72,6.04,3.36,5.49
|
||||
"Erie, PA",D,"5358","3113","1432","681","909","11492",46.62,27.09,12.46,5.92,7.91,0.63,2.53,2.06,1.76,1.44,"125324","18053","10179","5656","9243",74.4,10.72,6.04,3.36,5.49
|
||||
"Evansville, IN-KY",A,"4098","232","145","57","292","4824",84.95,4.82,3,1.18,6.06,1.16,0.33,0.72,1.7,0.86,"63444","12579","3581","595","6068",73.54,14.58,4.15,0.69,7.03
|
||||
"Evansville, IN-KY",B,"1764","1135","159","11","257","3325",53.04,34.13,4.78,0.33,7.72,0.72,2.34,1.15,0.47,1.1,"63444","12579","3581","595","6068",73.54,14.58,4.15,0.69,7.03
|
||||
"Evansville, IN-KY",C,"31500","5833","1939","238","3127","42639",73.88,13.68,4.55,0.56,7.33,1,0.94,1.1,0.81,1.04,"63444","12579","3581","595","6068",73.54,14.58,4.15,0.69,7.03
|
||||
"Evansville, IN-KY",D,"6788","2838","496","49","1066","11238",60.41,25.26,4.42,0.43,9.49,0.82,1.73,1.06,0.63,1.35,"63444","12579","3581","595","6068",73.54,14.58,4.15,0.69,7.03
|
||||
"Flint, MI",A,"593","140","36","21","64","854",69.43,16.34,4.25,2.48,7.51,1.21,0.53,0.94,2.46,1.22,"135599","73705","10653","2396","14619",57.22,31.1,4.5,1.01,6.17
|
||||
"Flint, MI",B,"3975","8756","618","105","935","14389",27.62,60.85,4.3,0.73,6.5,0.48,1.96,0.96,0.72,1.05,"135599","73705","10653","2396","14619",57.22,31.1,4.5,1.01,6.17
|
||||
"Flint, MI",C,"11045","14044","1614","138","2125","28966",38.13,48.48,5.57,0.48,7.34,0.67,1.56,1.24,0.47,1.19,"135599","73705","10653","2396","14619",57.22,31.1,4.5,1.01,6.17
|
||||
"Flint, MI",D,"18679","9305","1847","133","2527","32492",57.49,28.64,5.68,0.41,7.78,1,0.92,1.26,0.41,1.26,"135599","73705","10653","2396","14619",57.22,31.1,4.5,1.01,6.17
|
||||
"Fort Wayne, IN",A,"1681","64","119","41","125","2029",82.83,3.14,5.86,2.01,6.17,1.67,0.14,0.39,0.27,0.98,"67467","29812","20315","10066","8530",49.54,21.89,14.92,7.39,6.26
|
||||
"Fort Wayne, IN",B,"10029","1239","1770","443","1166","14647",68.47,8.46,12.08,3.02,7.96,1.38,0.39,0.81,0.41,1.27,"67467","29812","20315","10066","8530",49.54,21.89,14.92,7.39,6.26
|
||||
"Fort Wayne, IN",C,"23448","11063","9750","1364","3325","48950",47.9,22.6,19.92,2.79,6.79,0.97,1.03,1.34,0.38,1.08,"67467","29812","20315","10066","8530",49.54,21.89,14.92,7.39,6.26
|
||||
"Fort Wayne, IN",D,"742","1210","661","49","195","2856",25.96,42.35,23.13,1.72,6.84,0.52,1.93,1.55,0.23,1.09,"67467","29812","20315","10066","8530",49.54,21.89,14.92,7.39,6.26
|
||||
"Fresno, CA",A,"615","25","370","25","86","1121",54.83,2.26,33.02,2.19,7.7,4.11,0.3,0.5,0.21,2.2,"28916","16120","141886","22082","7576",13.35,7.44,65.51,10.2,3.5
|
||||
"Fresno, CA",B,"2846","284","6835","517","410","10892",26.13,2.61,62.76,4.74,3.77,1.96,0.35,0.96,0.47,1.08,"28916","16120","141886","22082","7576",13.35,7.44,65.51,10.2,3.5
|
||||
"Fresno, CA",C,"6214","3942","42059","4467","1980","58662",10.59,6.72,71.7,7.61,3.38,0.79,0.9,1.09,0.75,0.96,"28916","16120","141886","22082","7576",13.35,7.44,65.51,10.2,3.5
|
||||
"Fresno, CA",D,"883","1877","10951","1707","397","15814",5.58,11.87,69.25,10.79,2.51,0.42,1.59,1.06,1.06,0.72,"28916","16120","141886","22082","7576",13.35,7.44,65.51,10.2,3.5
|
||||
"Grand Rapids-Kentwood, MI",A,"6670","271","362","159","420","7882",84.63,3.43,4.59,2.02,5.33,1.35,0.26,0.29,0.65,1.01,"242564","50746","60780","12041","20352",62.76,13.13,15.73,3.12,5.27
|
||||
"Grand Rapids-Kentwood, MI",B,"23288","5436","5505","522","1942","36694",63.47,14.81,15,1.42,5.29,1.01,1.13,0.95,0.46,1.01,"242564","50746","60780","12041","20352",62.76,13.13,15.73,3.12,5.27
|
||||
"Grand Rapids-Kentwood, MI",C,"74531","18549","25847","3183","7190","129299",57.64,14.35,19.99,2.46,5.56,0.92,1.09,1.27,0.79,1.06,"242564","50746","60780","12041","20352",62.76,13.13,15.73,3.12,5.27
|
||||
"Grand Rapids-Kentwood, MI",D,"8448","5246","6196","190","1399","21480",39.33,24.43,28.85,0.88,6.51,0.63,1.86,1.83,0.28,1.24,"242564","50746","60780","12041","20352",62.76,13.13,15.73,3.12,5.27
|
||||
"Greensboro-High Point, NC",A,"4964","209","229","70","223","5695",87.16,3.67,4.02,1.23,3.91,2.17,0.09,0.4,0.3,0.85,"55145","56133","13906","5664","6306",40.21,40.93,10.14,4.13,4.6
|
||||
"Greensboro-High Point, NC",B,"4632","991","356","161","329","6468",71.6,15.31,5.51,2.48,5.09,1.78,0.37,0.54,0.6,1.11,"55145","56133","13906","5664","6306",40.21,40.93,10.14,4.13,4.6
|
||||
"Greensboro-High Point, NC",C,"7758","12864","2995","1166","1318","26101",29.72,49.28,11.48,4.47,5.05,0.74,1.2,1.13,1.08,1.1,"55145","56133","13906","5664","6306",40.21,40.93,10.14,4.13,4.6
|
||||
"Greensboro-High Point, NC",D,"882","10834","985","178","476","13355",6.6,81.12,7.38,1.33,3.57,0.16,1.98,0.73,0.32,0.78,"55145","56133","13906","5664","6306",40.21,40.93,10.14,4.13,4.6
|
||||
"Harrisburg-Carlisle, PA",A,"2191","728","393","66","227","3605",60.8,20.19,10.89,1.82,6.29,1.17,0.89,0.8,0.29,1.16,"96843","41916","25404","11512","10059",52.14,22.57,13.68,6.2,5.42
|
||||
"Harrisburg-Carlisle, PA",B,"13967","13841","7966","1489","2404","39667",35.21,34.89,20.08,3.75,6.06,0.68,1.55,1.47,0.61,1.12,"96843","41916","25404","11512","10059",52.14,22.57,13.68,6.2,5.42
|
||||
"Harrisburg-Carlisle, PA",C,"2458","4185","3303","201","638","10785",22.79,38.8,30.63,1.87,5.92,0.44,1.72,2.24,0.3,1.09,"96843","41916","25404","11512","10059",52.14,22.57,13.68,6.2,5.42
|
||||
"Harrisburg-Carlisle, PA",D,"8247","5777","3604","470","1315","19413",42.48,29.76,18.56,2.42,6.77,0.81,1.32,1.36,0.39,1.25,"96843","41916","25404","11512","10059",52.14,22.57,13.68,6.2,5.42
|
||||
"Hartford-East Hartford-Middletown, CT",A,"21765","2204","3010","2006","1487","30472",71.43,7.23,9.88,6.58,4.88,1.54,0.4,0.39,1.09,1.18,"232550","90555","127634","30178","20843",46.35,18.05,25.44,6.01,4.15
|
||||
"Hartford-East Hartford-Middletown, CT",B,"20103","14231","15961","1387","2217","53900",37.3,26.4,29.61,2.57,4.11,0.8,1.46,1.16,0.43,0.99,"232550","90555","127634","30178","20843",46.35,18.05,25.44,6.01,4.15
|
||||
"Hartford-East Hartford-Middletown, CT",C,"22480","35157","58399","4120","5621","125778",17.87,27.95,46.43,3.28,4.47,0.39,1.55,1.83,0.54,1.08,"232550","90555","127634","30178","20843",46.35,18.05,25.44,6.01,4.15
|
||||
"Hartford-East Hartford-Middletown, CT",D,"1661","4324","8407","486","461","15338",10.83,28.19,54.81,3.17,3,0.23,1.56,2.15,0.53,0.72,"232550","90555","127634","30178","20843",46.35,18.05,25.44,6.01,4.15
|
||||
"Houston-The Woodlands-Sugar Land, TX",A,"16589","6910","6881","2778","1653","34811",47.66,19.85,19.77,7.98,4.75,1.61,1.05,0.47,1.37,1.48,"894064","572756","1275375","176052","97010",29.65,19,42.3,5.84,3.22
|
||||
"Houston-The Woodlands-Sugar Land, TX",B,"25188","5107","27135","2931","2451","62811",40.1,8.13,43.2,4.67,3.9,1.35,0.43,1.02,0.8,1.21,"894064","572756","1275375","176052","97010",29.65,19,42.3,5.84,3.22
|
||||
"Houston-The Woodlands-Sugar Land, TX",C,"16996","9825","62096","2045","2164","93125",18.25,10.55,66.68,2.2,2.32,0.62,0.56,1.58,0.38,0.72,"894064","572756","1275375","176052","97010",29.65,19,42.3,5.84,3.22
|
||||
"Houston-The Woodlands-Sugar Land, TX",D,"8108","14680","10239","1748","1324","36100",22.46,40.67,28.36,4.84,3.67,0.76,2.14,0.67,0.83,1.14,"894064","572756","1275375","176052","97010",29.65,19,42.3,5.84,3.22
|
||||
"Huntington-Ashland, WV-KY-OH",A,"7221","608","201","160","504","8694",83.06,6.99,2.31,1.84,5.8,0.98,1.09,1.25,1.48,1.05,"62135","4666","1351","904","4019",85.03,6.39,1.85,1.24,5.5
|
||||
"Huntington-Ashland, WV-KY-OH",B,"6286","719","186","142","442","7775",80.85,9.24,2.4,1.83,5.68,0.95,1.45,1.3,1.48,1.03,"62135","4666","1351","904","4019",85.03,6.39,1.85,1.24,5.5
|
||||
"Huntington-Ashland, WV-KY-OH",C,"20220","2068","463","284","1592","24627",82.11,8.4,1.88,1.15,6.46,0.97,1.32,1.02,0.93,1.18,"62135","4666","1351","904","4019",85.03,6.39,1.85,1.24,5.5
|
||||
"Huntington-Ashland, WV-KY-OH",D,"384","357","15","5","81","842",45.64,42.4,1.77,0.63,9.57,0.54,6.64,0.96,0.51,1.74,"62135","4666","1351","904","4019",85.03,6.39,1.85,1.24,5.5
|
||||
"Indianapolis-Carmel-Anderson, IN",A,"21440","1939","923","442","1097","25841",82.97,7.51,3.57,1.71,4.24,1.69,0.26,0.26,0.45,0.85,"440510","255828","123995","34160","44865",48.98,28.45,13.79,3.8,4.99
|
||||
"Indianapolis-Carmel-Anderson, IN",B,"31069","7302","4537","1567","2629","47103",65.96,15.5,9.63,3.33,5.58,1.35,0.54,0.7,0.88,1.12,"440510","255828","123995","34160","44865",48.98,28.45,13.79,3.8,4.99
|
||||
"Indianapolis-Carmel-Anderson, IN",C,"107449","83952","33853","5151","12410","242816",44.25,34.57,13.94,2.12,5.11,0.9,1.22,1.01,0.56,1.02,"440510","255828","123995","34160","44865",48.98,28.45,13.79,3.8,4.99
|
||||
"Indianapolis-Carmel-Anderson, IN",D,"54827","29069","17932","1998","5864","109690",49.98,26.5,16.35,1.82,5.35,1.02,0.93,1.19,0.48,1.07,"440510","255828","123995","34160","44865",48.98,28.45,13.79,3.8,4.99
|
||||
"Jackson, MI",A,"1589","131","137","25","129","2011",79.02,6.52,6.79,1.24,6.42,1.08,0.48,1.31,0.96,0.91,"49295","9140","3512","873","4742",72.96,13.53,5.2,1.29,7.02
|
||||
"Jackson, MI",B,"8422","2276","747","169","1045","12659",66.53,17.98,5.9,1.34,8.26,0.91,1.33,1.14,1.04,1.18,"49295","9140","3512","873","4742",72.96,13.53,5.2,1.29,7.02
|
||||
"Jackson, MI",C,"15605","3220","1297","156","1754","22033",70.83,14.62,5.89,0.71,7.96,0.97,1.08,1.13,0.55,1.13,"49295","9140","3512","873","4742",72.96,13.53,5.2,1.29,7.02
|
||||
"Jackson, MI",D,"2939","926","396","35","437","4732",62.11,19.56,8.36,0.74,9.23,0.85,1.45,1.61,0.57,1.31,"49295","9140","3512","873","4742",72.96,13.53,5.2,1.29,7.02
|
||||
"Jackson, MS",A,"3549","1641","154","104","185","5632",63.01,29.14,2.73,1.84,3.28,3.45,0.38,1.29,2.55,1.26,"8715","36422","1008","345","1248",18.26,76.3,2.11,0.72,2.61
|
||||
"Jackson, MS",B,"1432","5983","174","56","200","7845",18.26,76.27,2.21,0.71,2.55,1,1,1.05,0.99,0.98,"8715","36422","1008","345","1248",18.26,76.3,2.11,0.72,2.61
|
||||
"Jackson, MS",C,"432","3411","99","14","136","4092",10.55,83.36,2.43,0.35,3.32,0.58,1.09,1.15,0.49,1.27,"8715","36422","1008","345","1248",18.26,76.3,2.11,0.72,2.61
|
||||
"Jackson, MS",D,"647","6206","208","24","182","7267",8.9,85.4,2.87,0.33,2.51,0.49,1.12,1.36,0.45,0.96,"8715","36422","1008","345","1248",18.26,76.3,2.11,0.72,2.61
|
||||
"Jacksonville, FL",A,"6067","109","393","164","246","6979",86.93,1.55,5.64,2.35,3.52,2.35,0.03,0.64,1.01,0.73,"82335","105268","19507","5186","10698",36.92,47.21,8.75,2.33,4.8
|
||||
"Jacksonville, FL",B,"13253","3868","1312","380","1120","19931",66.49,19.41,6.58,1.91,5.62,1.8,0.41,0.75,0.82,1.17,"82335","105268","19507","5186","10698",36.92,47.21,8.75,2.33,4.8
|
||||
"Jacksonville, FL",C,"11377","9020","1802","463","1392","24054",47.3,37.5,7.49,1.93,5.79,1.28,0.79,0.86,0.83,1.21,"82335","105268","19507","5186","10698",36.92,47.21,8.75,2.33,4.8
|
||||
"Jacksonville, FL",D,"5169","28894","1784","248","1790","37885",13.64,76.27,4.71,0.65,4.73,0.37,1.62,0.54,0.28,0.98,"82335","105268","19507","5186","10698",36.92,47.21,8.75,2.33,4.8
|
||||
"Kalamazoo-Portage, MI",A,"1046","52","76","17","70","1261",82.95,4.12,6.05,1.32,5.55,1.38,0.19,0.7,0.61,0.73,"55406","19960","7943","2010","7018",60,21.62,8.6,2.18,7.6
|
||||
"Kalamazoo-Portage, MI",B,"5336","787","552","109","554","7338",72.72,10.72,7.52,1.48,7.56,1.21,0.5,0.87,0.68,0.99,"55406","19960","7943","2010","7018",60,21.62,8.6,2.18,7.6
|
||||
"Kalamazoo-Portage, MI",C,"14637","7823","3288","358","2380","28486",51.38,27.46,11.54,1.26,8.36,0.86,1.27,1.34,0.58,1.1,"55406","19960","7943","2010","7018",60,21.62,8.6,2.18,7.6
|
||||
"Kalamazoo-Portage, MI",D,"545","618","151","7","130","1451",37.54,42.58,10.43,0.51,8.94,0.63,1.97,1.21,0.23,1.18,"55406","19960","7943","2010","7018",60,21.62,8.6,2.18,7.6
|
||||
"Kansas City, MO-KS",A,"11945","232","537","215","539","13469",88.69,1.72,3.99,1.59,4.01,1.71,0.08,0.23,0.57,0.65,"363293","151921","122305","19426","42786",51.92,21.71,17.48,2.78,6.11
|
||||
"Kansas City, MO-KS",B,"22007","5066","2790","740","1768","32371",67.98,15.65,8.62,2.29,5.46,1.31,0.72,0.49,0.82,0.89,"363293","151921","122305","19426","42786",51.92,21.71,17.48,2.78,6.11
|
||||
"Kansas City, MO-KS",C,"49734","30796","26443","3353","6891","117217",42.43,26.27,22.56,2.86,5.88,0.82,1.21,1.29,1.03,0.96,"363293","151921","122305","19426","42786",51.92,21.71,17.48,2.78,6.11
|
||||
"Kansas City, MO-KS",D,"41926","42276","44246","4623","7939","141011",29.73,29.98,31.38,3.28,5.63,0.57,1.38,1.8,1.18,0.92,"363293","151921","122305","19426","42786",51.92,21.71,17.48,2.78,6.11
|
||||
"Knoxville, TN",A,"4028","144","179","127","196","4673",86.19,3.08,3.82,2.71,4.19,1.28,0.18,0.49,1.48,0.71,"112094","28172","12965","3047","9750",67.52,16.97,7.81,1.84,5.87
|
||||
"Knoxville, TN",B,"7328","1342","713","305","495","10182",71.96,13.18,7,3,4.86,1.07,0.78,0.9,1.63,0.83,"112094","28172","12965","3047","9750",67.52,16.97,7.81,1.84,5.87
|
||||
"Knoxville, TN",C,"21298","6880","2579","694","1879","33330",63.9,20.64,7.74,2.08,5.64,0.95,1.22,0.99,1.13,0.96,"112094","28172","12965","3047","9750",67.52,16.97,7.81,1.84,5.87
|
||||
"Knoxville, TN",D,"11269","6170","3083","327","1481","22331",50.46,27.63,13.81,1.47,6.63,0.75,1.63,1.77,0.8,1.13,"112094","28172","12965","3047","9750",67.52,16.97,7.81,1.84,5.87
|
||||
"Lancaster, PA",A,"5357","406","1030","304","342","7439",72.01,5.46,13.85,4.09,4.59,1.6,0.49,0.39,0.99,1.08,"34959","8743","27527","3226","3315",44.95,11.24,35.4,4.15,4.26
|
||||
"Lancaster, PA",B,"10807","3147","9640","904","1158","25657",42.12,12.27,37.57,3.52,4.51,0.94,1.09,1.06,0.85,1.06,"34959","8743","27527","3226","3315",44.95,11.24,35.4,4.15,4.26
|
||||
"Lancaster, PA",C,"158","19","128","30","16","351",45,5.34,36.57,8.57,4.52,1,0.47,1.03,2.07,1.06,"34959","8743","27527","3226","3315",44.95,11.24,35.4,4.15,4.26
|
||||
"Lancaster, PA",D,"183","351","1072","35","48","1689",10.81,20.78,63.51,2.06,2.83,0.24,1.85,1.79,0.5,0.66,"34959","8743","27527","3226","3315",44.95,11.24,35.4,4.15,4.26
|
||||
"Lansing-East Lansing, MI",A,"4044","535","328","239","306","5452",74.18,9.81,6.02,4.38,5.61,1.27,0.55,0.56,0.73,0.82,"120427","36705","21964","12272","14133",58.6,17.86,10.69,5.97,6.88
|
||||
"Lansing-East Lansing, MI",B,"18205","3734","2533","1356","1828","27655",65.83,13.5,9.16,4.9,6.61,1.12,0.76,0.86,0.82,0.96,"120427","36705","21964","12272","14133",58.6,17.86,10.69,5.97,6.88
|
||||
"Lansing-East Lansing, MI",C,"36812","14721","10209","2361","5664","69767",52.76,21.1,14.63,3.38,8.12,0.9,1.18,1.37,0.57,1.18,"120427","36705","21964","12272","14133",58.6,17.86,10.69,5.97,6.88
|
||||
"Lansing-East Lansing, MI",D,"1647","763","594","92","286","3381",48.72,22.57,17.55,2.71,8.44,0.83,1.26,1.64,0.45,1.23,"120427","36705","21964","12272","14133",58.6,17.86,10.69,5.97,6.88
|
||||
"Lexington-Fayette, KY",A,"3749","43","115","63","139","4108",91.25,1.04,2.79,1.54,3.39,1.36,0.07,0.29,0.46,0.69,"51446","11761","7342","2576","3787",66.89,15.29,9.55,3.35,4.92
|
||||
"Lexington-Fayette, KY",B,"6312","399","412","273","349","7746",81.49,5.16,5.32,3.52,4.51,1.22,0.34,0.56,1.05,0.92,"51446","11761","7342","2576","3787",66.89,15.29,9.55,3.35,4.92
|
||||
"Lexington-Fayette, KY",C,"11709","2855","1397","535","965","17460",67.06,16.35,8,3.06,5.52,1,1.07,0.84,0.91,1.12,"51446","11761","7342","2576","3787",66.89,15.29,9.55,3.35,4.92
|
||||
"Lexington-Fayette, KY",D,"4157","3279","879","116","546","8977",46.31,36.53,9.79,1.3,6.08,0.69,2.39,1.03,0.39,1.23,"51446","11761","7342","2576","3787",66.89,15.29,9.55,3.35,4.92
|
||||
"Lima, OH",A,"1272","168","63","13","130","1646",77.25,10.23,3.85,0.79,7.89,1.19,0.45,0.97,0.92,1.04,"32359","11403","1977","427","3794",64.77,22.82,3.96,0.85,7.59
|
||||
"Lima, OH",B,"5000","1925","358","27","802","8112",61.63,23.73,4.41,0.33,9.89,0.95,1.04,1.12,0.39,1.3,"32359","11403","1977","427","3794",64.77,22.82,3.96,0.85,7.59
|
||||
"Lima, OH",C,"8466","3582","631","82","1244","14004",60.45,25.57,4.51,0.58,8.88,0.93,1.12,1.14,0.68,1.17,"32359","11403","1977","427","3794",64.77,22.82,3.96,0.85,7.59
|
||||
"Lima, OH",D,"2046","1117","162","8","321","3653",56,30.57,4.44,0.22,8.78,0.86,1.34,1.12,0.25,1.16,"32359","11403","1977","427","3794",64.77,22.82,3.96,0.85,7.59
|
||||
"Lincoln, NE",A,"21748","1368","2227","871","1723","27937",77.85,4.9,7.97,3.12,6.17,1.04,0.97,0.84,0.64,1.04,"167288","11353","21276","10856","13276",74.67,5.07,9.5,4.85,5.93
|
||||
"Lincoln, NE",B,"24405","2258","4199","1602","2519","34983",69.76,6.46,12,4.58,7.2,0.93,1.27,1.26,0.95,1.21,"167288","11353","21276","10856","13276",74.67,5.07,9.5,4.85,5.93
|
||||
"Lincoln, NE",C,"30964","3176","6178","2977","3209","46504",66.58,6.83,13.29,6.4,6.9,0.89,1.35,1.4,1.32,1.16,"167288","11353","21276","10856","13276",74.67,5.07,9.5,4.85,5.93
|
||||
"Lincoln, NE",D,"3815","219","408","189","229","4861",78.49,4.5,8.39,3.9,4.72,1.05,0.89,0.88,0.8,0.8,"167288","11353","21276","10856","13276",74.67,5.07,9.5,4.85,5.93
|
||||
"Little Rock-North Little Rock-Conway, AR",A,"7758","1683","358","131","573","10502",73.87,16.02,3.4,1.25,5.46,1.72,0.36,0.49,0.89,1.14,"35044","35864","5652","1148","3901",42.94,43.95,6.93,1.41,4.78
|
||||
"Little Rock-North Little Rock-Conway, AR",B,"4541","3905","454","98","520","9518",47.71,41.03,4.77,1.03,5.47,1.11,0.93,0.69,0.73,1.14,"35044","35864","5652","1148","3901",42.94,43.95,6.93,1.41,4.78
|
||||
"Little Rock-North Little Rock-Conway, AR",C,"2452","7501","518","76","523","11071",22.15,67.76,4.68,0.69,4.73,0.52,1.54,0.68,0.49,0.99,"35044","35864","5652","1148","3901",42.94,43.95,6.93,1.41,4.78
|
||||
"Little Rock-North Little Rock-Conway, AR",D,"739","6785","301","40","342","8208",9,82.67,3.67,0.49,4.17,0.21,1.88,0.53,0.35,0.87,"35044","35864","5652","1148","3901",42.94,43.95,6.93,1.41,4.78
|
||||
"Los Angeles-Long Beach-Anaheim, CA",A,"105689","12769","24966","31932","11471","186826",56.57,6.83,13.36,17.09,6.14,2.24,1.06,0.28,1.02,1.53,"2865758","732335","5415084","1901342","455077",25.21,6.44,47.63,16.72,4
|
||||
"Los Angeles-Long Beach-Anaheim, CA",B,"247872","57465","228153","81961","32785","648236",38.24,8.86,35.2,12.64,5.06,1.52,1.38,0.74,0.76,1.26,"2865758","732335","5415084","1901342","455077",25.21,6.44,47.63,16.72,4
|
||||
"Los Angeles-Long Beach-Anaheim, CA",C,"533108","205869","1233028","355088","91402","2418494",22.04,8.51,50.98,14.68,3.78,0.87,1.32,1.07,0.88,0.94,"2865758","732335","5415084","1901342","455077",25.21,6.44,47.63,16.72,4
|
||||
"Los Angeles-Long Beach-Anaheim, CA",D,"172344","88680","741481","119721","38578","1160805",14.85,7.64,63.88,10.31,3.32,0.59,1.19,1.34,0.62,0.83,"2865758","732335","5415084","1901342","455077",25.21,6.44,47.63,16.72,4
|
||||
"Louisville/Jefferson County, KY-IN",A,"17428","414","546","301","783","19473",89.5,2.13,2.81,1.55,4.02,1.64,0.07,0.39,0.61,0.76,"190102","106960","24986","8791","18560",54.41,30.61,7.15,2.52,5.31
|
||||
"Louisville/Jefferson County, KY-IN",B,"21106","9441","1262","632","1662","34102",61.89,27.68,3.7,1.85,4.87,1.14,0.9,0.52,0.74,0.92,"190102","106960","24986","8791","18560",54.41,30.61,7.15,2.52,5.31
|
||||
"Louisville/Jefferson County, KY-IN",C,"42462","31762","5173","1945","4932","86274",49.22,36.82,6,2.25,5.72,0.9,1.2,0.84,0.9,1.08,"190102","106960","24986","8791","18560",54.41,30.61,7.15,2.52,5.31
|
||||
"Louisville/Jefferson County, KY-IN",D,"19738","21738","1805","835","2582","46698",42.27,46.55,3.87,1.79,5.53,0.78,1.52,0.54,0.71,1.04,"190102","106960","24986","8791","18560",54.41,30.61,7.15,2.52,5.31
|
||||
"Lynchburg, VA",A,"1666","250","86","19","141","2161",77.09,11.57,3.97,0.86,6.51,1.43,0.34,0.9,0.71,1.05,"25277","16225","2066","565","2905",53.74,34.49,4.39,1.2,6.17
|
||||
"Lynchburg, VA",B,"2073","527","144","29","258","3031",68.4,17.38,4.76,0.94,8.52,1.27,0.5,1.08,0.78,1.38,"25277","16225","2066","565","2905",53.74,34.49,4.39,1.2,6.17
|
||||
"Lynchburg, VA",C,"3170","5021","363","79","631","9263",34.22,54.2,3.92,0.85,6.82,0.64,1.57,0.89,0.71,1.1,"25277","16225","2066","565","2905",53.74,34.49,4.39,1.2,6.17
|
||||
"Lynchburg, VA",D,"411","1667","87","11","191","2367",17.35,70.43,3.68,0.44,8.08,0.32,2.04,0.84,0.37,1.31,"25277","16225","2066","565","2905",53.74,34.49,4.39,1.2,6.17
|
||||
"Macon-Bibb County, GA",A,"312","47","6","6","26","398",78.46,11.77,1.57,1.58,6.62,3.42,0.17,0.37,1.97,1.94,"14914","44634","2799","522","2216",22.92,68.58,4.3,0.8,3.4
|
||||
"Macon-Bibb County, GA",B,"1601","1043","89","30","111","2873",55.71,36.29,3.09,1.05,3.85,2.43,0.53,0.72,1.31,1.13,"14914","44634","2799","522","2216",22.92,68.58,4.3,0.8,3.4
|
||||
"Macon-Bibb County, GA",C,"1712","3856","202","31","255","6055",28.27,63.67,3.34,0.51,4.21,1.23,0.93,0.78,0.63,1.24,"14914","44634","2799","522","2216",22.92,68.58,4.3,0.8,3.4
|
||||
"Macon-Bibb County, GA",D,"2815","11500","708","124","570","15717",17.91,73.17,4.5,0.79,3.63,0.78,1.07,1.05,0.98,1.07,"14914","44634","2799","522","2216",22.92,68.58,4.3,0.8,3.4
|
||||
"Madison, WI",A,"4782","79","230","207","330","5628",84.98,1.4,4.09,3.67,5.86,1.23,0.19,0.43,0.43,1.07,"132989","13987","18456","16335","10524",69.16,7.27,9.6,8.5,5.47
|
||||
"Madison, WI",B,"9767","196","527","523","677","11690",83.55,1.68,4.51,4.47,5.79,1.21,0.23,0.47,0.53,1.06,"132989","13987","18456","16335","10524",69.16,7.27,9.6,8.5,5.47
|
||||
"Madison, WI",C,"39031","1976","3338","5468","2946","52759",73.98,3.75,6.33,10.36,5.58,1.07,0.51,0.66,1.22,1.02,"132989","13987","18456","16335","10524",69.16,7.27,9.6,8.5,5.47
|
||||
"Madison, WI",D,"9801","993","1358","1030","765","13947",70.27,7.12,9.74,7.39,5.48,1.02,0.98,1.01,0.87,1,"132989","13987","18456","16335","10524",69.16,7.27,9.6,8.5,5.47
|
||||
"Manchester-Nashua, NH",A,"2367","95","179","112","143","2895",81.77,3.27,6.17,3.85,4.93,1.09,0.67,0.54,0.98,1.01,"89550","5865","13646","4716","5843",74.86,4.9,11.41,3.94,4.88
|
||||
"Manchester-Nashua, NH",B,"4915","112","362","94","284","5766",85.23,1.94,6.27,1.63,4.92,1.14,0.4,0.55,0.41,1.01,"89550","5865","13646","4716","5843",74.86,4.9,11.41,3.94,4.88
|
||||
"Manchester-Nashua, NH",C,"31977","2440","5977","1663","2283","44340",72.12,5.5,13.48,3.75,5.15,0.96,1.12,1.18,0.95,1.05,"89550","5865","13646","4716","5843",74.86,4.9,11.41,3.94,4.88
|
||||
"Manchester-Nashua, NH",D,"10158","1475","3554","772","976","16935",59.98,8.71,20.99,4.56,5.77,0.8,1.78,1.84,1.16,1.18,"89550","5865","13646","4716","5843",74.86,4.9,11.41,3.94,4.88
|
||||
"Memphis, TN-MS-AR",A,"8959","1235","441","271","467","11373",78.78,10.86,3.88,2.38,4.11,2.82,0.19,0.45,1.23,1.22,"59648","124683","18258","4124","7185",27.89,58.29,8.54,1.93,3.36
|
||||
"Memphis, TN-MS-AR",B,"21832","13925","2309","1157","1859","41082",53.14,33.9,5.62,2.82,4.52,1.91,0.58,0.66,1.46,1.35,"59648","124683","18258","4124","7185",27.89,58.29,8.54,1.93,3.36
|
||||
"Memphis, TN-MS-AR",C,"7395","31463","3961","707","1449","44975",16.44,69.96,8.81,1.57,3.22,0.59,1.2,1.03,0.82,0.96,"59648","124683","18258","4124","7185",27.89,58.29,8.54,1.93,3.36
|
||||
"Memphis, TN-MS-AR",D,"6411","40967","1894","684","1541","51496",12.45,79.55,3.68,1.33,2.99,0.45,1.36,0.43,0.69,0.89,"59648","124683","18258","4124","7185",27.89,58.29,8.54,1.93,3.36
|
||||
"Miami-Fort Lauderdale-Pompano Beach, FL",A,"15441","1002","19378","699","1765","38286",40.33,2.62,50.62,1.83,4.61,2.81,0.15,0.78,1.53,1.85,"160777","193809","723188","13318","27810",14.37,17.32,64.63,1.19,2.49
|
||||
"Miami-Fort Lauderdale-Pompano Beach, FL",B,"21523","5111","44671","1305","2735","75345",28.57,6.78,59.29,1.73,3.63,1.99,0.39,0.92,1.45,1.46,"160777","193809","723188","13318","27810",14.37,17.32,64.63,1.19,2.49
|
||||
"Miami-Fort Lauderdale-Pompano Beach, FL",C,"25997","14078","120894","2416","4752","168137",15.46,8.37,71.9,1.44,2.83,1.08,0.48,1.11,1.21,1.14,"160777","193809","723188","13318","27810",14.37,17.32,64.63,1.19,2.49
|
||||
"Miami-Fort Lauderdale-Pompano Beach, FL",D,"5731","37805","75763","546","2004","121849",4.7,31.03,62.18,0.45,1.64,0.33,1.79,0.96,0.38,0.66,"160777","193809","723188","13318","27810",14.37,17.32,64.63,1.19,2.49
|
||||
"Milwaukee-Waukesha, WI",A,"18562","4552","1236","702","1248","26301",70.58,17.31,4.7,2.67,4.74,1.36,0.75,0.31,0.52,1.04,"542455","242028","156702","53517","47372",52.06,23.23,15.04,5.14,4.55
|
||||
"Milwaukee-Waukesha, WI",B,"56900","24711","9262","3411","4836","99120",57.41,24.93,9.34,3.44,4.88,1.1,1.07,0.62,0.67,1.07,"542455","242028","156702","53517","47372",52.06,23.23,15.04,5.14,4.55
|
||||
"Milwaukee-Waukesha, WI",C,"99810","91603","50236","9649","12327","263626",37.86,34.75,19.06,3.66,4.68,0.73,1.5,1.27,0.71,1.03,"542455","242028","156702","53517","47372",52.06,23.23,15.04,5.14,4.55
|
||||
"Milwaukee-Waukesha, WI",D,"55179","35108","47596","5823","7121","150828",36.58,23.28,31.56,3.86,4.72,0.7,1,2.1,0.75,1.04,"542455","242028","156702","53517","47372",52.06,23.23,15.04,5.14,4.55
|
||||
"Minneapolis-St. Paul-Bloomington, MN-WI",A,"54422","2380","2850","2653","3780","66086",82.35,3.6,4.31,4.01,5.72,1.39,0.24,0.44,0.39,0.92,"750034","187333","124556","129699","78693",59.04,14.75,9.81,10.21,6.19
|
||||
"Minneapolis-St. Paul-Bloomington, MN-WI",B,"142550","21767","21138","11676","14591","211722",67.33,10.28,9.98,5.51,6.89,1.14,0.7,1.02,0.54,1.11,"750034","187333","124556","129699","78693",59.04,14.75,9.81,10.21,6.19
|
||||
"Minneapolis-St. Paul-Bloomington, MN-WI",C,"92973","53600","29830","30944","15626","222973",41.7,24.04,13.38,13.88,7.01,0.71,1.63,1.36,1.36,1.13,"750034","187333","124556","129699","78693",59.04,14.75,9.81,10.21,6.19
|
||||
"Minneapolis-St. Paul-Bloomington, MN-WI",D,"39558","30475","9175","11681","6144","97032",40.77,31.41,9.46,12.04,6.33,0.69,2.13,0.96,1.18,1.02,"750034","187333","124556","129699","78693",59.04,14.75,9.81,10.21,6.19
|
||||
"Mobile, AL",A,"220","54","8","1","10","294",74.86,18.49,2.77,0.36,3.52,2.42,0.29,1.32,0.75,1.06,"12761","25995","865","196","1367",30.99,63.12,2.1,0.48,3.32
|
||||
"Mobile, AL",B,"1673","231","61","24","90","2079",80.5,11.12,2.92,1.14,4.32,2.6,0.18,1.39,2.4,1.3,"12761","25995","865","196","1367",30.99,63.12,2.1,0.48,3.32
|
||||
"Mobile, AL",C,"5725","4362","297","54","432","10870",52.67,40.13,2.73,0.5,3.98,1.7,0.64,1.3,1.04,1.2,"12761","25995","865","196","1367",30.99,63.12,2.1,0.48,3.32
|
||||
"Mobile, AL",D,"1468","10140","133","21","353","12115",12.12,83.7,1.1,0.18,2.91,0.39,1.33,0.52,0.37,0.88,"12761","25995","865","196","1367",30.99,63.12,2.1,0.48,3.32
|
||||
"Montgomery, AL",A,"2581","593","101","31","156","3462",74.56,17.13,2.9,0.89,4.51,2.14,0.31,0.57,0.86,1.28,"26496","42303","3860","785","2676",34.81,55.57,5.07,1.03,3.52
|
||||
"Montgomery, AL",B,"1648","1501","79","32","92","3351",49.18,44.79,2.35,0.95,2.74,1.41,0.81,0.46,0.92,0.78,"26496","42303","3860","785","2676",34.81,55.57,5.07,1.03,3.52
|
||||
"Montgomery, AL",C,"4823","7477","1481","93","561","14433",33.41,51.8,10.26,0.64,3.88,0.96,0.93,2.02,0.62,1.1,"26496","42303","3860","785","2676",34.81,55.57,5.07,1.03,3.52
|
||||
"Montgomery, AL",D,"3145","10738","876","161","431","15350",20.49,69.96,5.71,1.05,2.81,0.59,1.26,1.13,1.02,0.8,"26496","42303","3860","785","2676",34.81,55.57,5.07,1.03,3.52
|
||||
"Muskegon, MI",A,"706","12","33","4","39","794",88.9,1.47,4.19,0.56,4.89,1.54,0.05,0.57,0.95,0.74,"40830","19405","5210","413","4671",57.89,27.51,7.39,0.59,6.62
|
||||
"Muskegon, MI",B,"3614","2285","817","44","475","7234",49.95,31.59,11.29,0.6,6.57,0.86,1.15,1.53,1.03,0.99,"40830","19405","5210","413","4671",57.89,27.51,7.39,0.59,6.62
|
||||
"Muskegon, MI",C,"4665","5043","1171","36","979","11894",39.22,42.4,9.84,0.3,8.23,0.68,1.54,1.33,0.52,1.24,"40830","19405","5210","413","4671",57.89,27.51,7.39,0.59,6.62
|
||||
"Muskegon, MI",D,"7755","8234","1525","70","1340","18926",40.98,43.51,8.06,0.37,7.08,0.71,1.58,1.09,0.63,1.07,"40830","19405","5210","413","4671",57.89,27.51,7.39,0.59,6.62
|
||||
"Nashville-Davidson--Murfreesboro--Franklin, TN",A,"27202","639","897","909","992","30639",88.78,2.09,2.93,2.97,3.24,1.56,0.08,0.28,0.93,0.78,"182676","81216","33753","10241","13290",56.88,25.29,10.51,3.19,4.14
|
||||
"Nashville-Davidson--Murfreesboro--Franklin, TN",B,"29020","4289","2098","2656","1843","39906",72.72,10.75,5.26,6.66,4.62,1.28,0.42,0.5,2.09,1.12,"182676","81216","33753","10241","13290",56.88,25.29,10.51,3.19,4.14
|
||||
"Nashville-Davidson--Murfreesboro--Franklin, TN",C,"19861","5473","1919","785","1333","29371",67.62,18.63,6.53,2.67,4.54,1.19,0.74,0.62,0.84,1.1,"182676","81216","33753","10241","13290",56.88,25.29,10.51,3.19,4.14
|
||||
"Nashville-Davidson--Murfreesboro--Franklin, TN",D,"45131","29886","9290","2429","4133","90869",49.67,32.89,10.22,2.67,4.55,0.87,1.3,0.97,0.84,1.1,"182676","81216","33753","10241","13290",56.88,25.29,10.51,3.19,4.14
|
||||
"New Castle, PA",A,"1274","96","59","11","108","1549",82.26,6.23,3.84,0.69,6.99,1.04,0.61,1.21,1.88,0.93,"24235","3146","975","113","2311",78.74,10.22,3.17,0.37,7.51
|
||||
"New Castle, PA",B,"6151","814","169","32","638","7805",78.82,10.43,2.17,0.41,8.17,1,1.02,0.69,1.12,1.09,"24235","3146","975","113","2311",78.74,10.22,3.17,0.37,7.51
|
||||
"New Castle, PA",C,"6084","1072","323","20","752","8252",73.73,12.99,3.92,0.24,9.12,0.94,1.27,1.24,0.65,1.21,"24235","3146","975","113","2311",78.74,10.22,3.17,0.37,7.51
|
||||
"New Castle, PA",D,"1035","415","77","2","174","1702",60.8,24.36,4.53,0.09,10.21,0.77,2.38,1.43,0.25,1.36,"24235","3146","975","113","2311",78.74,10.22,3.17,0.37,7.51
|
||||
"New Haven-Milford, CT",A,"4461","713","747","547","361","6828",65.33,10.44,10.94,8.01,5.29,1.09,0.84,0.57,1.92,1.23,"542154","112197","174360","37726","39057",59.87,12.39,19.26,4.17,4.31
|
||||
"New Haven-Milford, CT",B,"18965","6682","7764","1428","1891","36731",51.63,18.19,21.14,3.89,5.15,0.86,1.47,1.1,0.93,1.19,"542154","112197","174360","37726","39057",59.87,12.39,19.26,4.17,4.31
|
||||
"New Haven-Milford, CT",C,"47616","40240","51420","5311","7520","152107",31.3,26.46,33.81,3.49,4.94,0.52,2.14,1.76,0.84,1.15,"542154","112197","174360","37726","39057",59.87,12.39,19.26,4.17,4.31
|
||||
"New Haven-Milford, CT",D,"8993","12524","17377","1449","1874","42217",21.3,29.67,41.16,3.43,4.44,0.36,2.39,2.14,0.82,1.03,"542154","112197","174360","37726","39057",59.87,12.39,19.26,4.17,4.31
|
||||
"New Orleans-Metairie, LA",A,"6292","714","577","177","276","8036",78.3,8.88,7.19,2.2,3.43,1.81,0.23,0.59,0.91,0.81,"198792","175278","55631","11069","19404",43.2,38.09,12.09,2.41,4.22
|
||||
"New Orleans-Metairie, LA",B,"15299","2735","2084","553","983","21654",70.65,12.63,9.63,2.55,4.54,1.64,0.33,0.8,1.06,1.08,"198792","175278","55631","11069","19404",43.2,38.09,12.09,2.41,4.22
|
||||
"New Orleans-Metairie, LA",C,"48025","28576","8976","1414","4242","91233",52.64,31.32,9.84,1.55,4.65,1.22,0.82,0.81,0.64,1.1,"198792","175278","55631","11069","19404",43.2,38.09,12.09,2.41,4.22
|
||||
"New Orleans-Metairie, LA",D,"29081","55441","7192","1199","4235","97149",29.93,57.07,7.4,1.23,4.36,0.69,1.5,0.61,0.51,1.03,"198792","175278","55631","11069","19404",43.2,38.09,12.09,2.41,4.22
|
||||
"New York-Newark-Jersey City, NY-NJ-PA",A,"205702","31768","36632","24816","14949","313867",65.54,10.12,11.67,7.91,4.76,1.85,0.56,0.42,0.56,1.03,"5169444","2626933","4074221","2077111","675943",35.35,17.96,27.86,14.2,4.62
|
||||
"New York-Newark-Jersey City, NY-NJ-PA",B,"752223","346677","503237","214336","86779","1903251",39.52,18.21,26.44,11.26,4.56,1.12,1.01,0.95,0.79,0.99,"5169444","2626933","4074221","2077111","675943",35.35,17.96,27.86,14.2,4.62
|
||||
"New York-Newark-Jersey City, NY-NJ-PA",C,"1164087","894704","1492338","767862","239048","4558038",25.54,19.63,32.74,16.85,5.24,0.72,1.09,1.18,1.19,1.13,"5169444","2626933","4074221","2077111","675943",35.35,17.96,27.86,14.2,4.62
|
||||
"New York-Newark-Jersey City, NY-NJ-PA",D,"914030","781692","1029074","339307","153671","3217775",28.41,24.29,31.98,10.54,4.78,0.8,1.35,1.15,0.74,1.03,"5169444","2626933","4074221","2077111","675943",35.35,17.96,27.86,14.2,4.62
|
||||
"Ogden-Clearfield, UT",A,"4566","67","1016","60","322","6031",75.71,1.11,16.84,0.99,5.35,1.26,0.54,0.54,0.79,0.98,"50541","1743","26098","1055","4579",60.16,2.07,31.06,1.26,5.45
|
||||
"Ogden-Clearfield, UT",B,"8139","342","5263","150","881","14775",55.09,2.32,35.62,1.01,5.96,0.92,1.12,1.15,0.81,1.09,"50541","1743","26098","1055","4579",60.16,2.07,31.06,1.26,5.45
|
||||
"Ogden-Clearfield, UT",C,"9927","373","8464","277","1096","20136",49.3,1.85,42.04,1.37,5.44,0.82,0.89,1.35,1.09,1,"50541","1743","26098","1055","4579",60.16,2.07,31.06,1.26,5.45
|
||||
"Ogden-Clearfield, UT",D,"9492","380","4788","240","756","15655",60.63,2.43,30.58,1.53,4.83,1.01,1.17,0.98,1.22,0.89,"50541","1743","26098","1055","4579",60.16,2.07,31.06,1.26,5.45
|
||||
"Oklahoma City, OK",A,"11667","1930","2148","775","1909","18430",63.3,10.47,11.66,4.21,10.36,1.73,0.68,0.33,1.53,1.08,"94436","39686","92072","7108","24755",36.59,15.38,35.68,2.75,9.59
|
||||
"Oklahoma City, OK",B,"7264","1236","7517","850","1875","18741",38.76,6.6,40.11,4.54,10,1.06,0.43,1.12,1.65,1.04,"94436","39686","92072","7108","24755",36.59,15.38,35.68,2.75,9.59
|
||||
"Oklahoma City, OK",C,"12323","8075","19552","1214","3904","45068",27.34,17.92,43.38,2.69,8.66,0.75,1.17,1.22,0.98,0.9,"94436","39686","92072","7108","24755",36.59,15.38,35.68,2.75,9.59
|
||||
"Oklahoma City, OK",D,"5052","3328","12078","239","1988","22685",22.27,14.67,53.24,1.05,8.77,0.61,0.95,1.49,0.38,0.91,"94436","39686","92072","7108","24755",36.59,15.38,35.68,2.75,9.59
|
||||
"Omaha-Council Bluffs, NE-IA",A,"38591","4137","4707","2953","2937","53325",72.37,7.76,8.83,5.54,5.51,1.22,0.61,0.49,1.32,0.97,"274171","59096","84107","19376","26178",59.23,12.77,18.17,4.19,5.65
|
||||
"Omaha-Council Bluffs, NE-IA",B,"73234","22628","32872","3931","8499","141164",51.88,16.03,23.29,2.78,6.02,0.88,1.26,1.28,0.67,1.06,"274171","59096","84107","19376","26178",59.23,12.77,18.17,4.19,5.65
|
||||
"Omaha-Council Bluffs, NE-IA",C,"21495","7297","19256","1412","2454","51914",41.41,14.06,37.09,2.72,4.73,0.7,1.1,2.04,0.65,0.84,"274171","59096","84107","19376","26178",59.23,12.77,18.17,4.19,5.65
|
||||
"Omaha-Council Bluffs, NE-IA",D,"14561","3625","7350","428","1540","27503",52.94,13.18,26.72,1.56,5.6,0.89,1.03,1.47,0.37,0.99,"274171","59096","84107","19376","26178",59.23,12.77,18.17,4.19,5.65
|
||||
"Peoria, IL",A,"1891","304","119","41","124","2478",76.28,12.28,4.81,1.64,4.99,1.29,0.47,0.7,0.88,0.81,"69807","30777","8184","2193","7249",59.05,26.04,6.92,1.86,6.13
|
||||
"Peoria, IL",B,"4522","1435","468","137","433","6995",64.65,20.52,6.69,1.95,6.19,1.09,0.79,0.97,1.05,1.01,"69807","30777","8184","2193","7249",59.05,26.04,6.92,1.86,6.13
|
||||
"Peoria, IL",C,"13646","10521","3411","454","2171","30203",45.18,34.83,11.29,1.5,7.19,0.77,1.34,1.63,0.81,1.17,"69807","30777","8184","2193","7249",59.05,26.04,6.92,1.86,6.13
|
||||
"Peoria, IL",D,"2791","6749","1198","30","687","11454",24.36,58.92,10.45,0.26,6,0.41,2.26,1.51,0.14,0.98,"69807","30777","8184","2193","7249",59.05,26.04,6.92,1.86,6.13
|
||||
"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD",A,"39353","36088","9329","7290","4408","96470",40.79,37.41,9.67,7.56,4.57,0.81,1.43,0.81,1.01,1.06,"1716542","898482","411152","255332","147490",50.06,26.2,11.99,7.45,4.3
|
||||
"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD",B,"192442","211220","96146","43182","26410","569401",33.8,37.1,16.89,7.58,4.64,0.68,1.42,1.41,1.02,1.08,"1716542","898482","411152","255332","147490",50.06,26.2,11.99,7.45,4.3
|
||||
"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD",C,"104259","179683","79519","16407","15719","395587",26.36,45.42,20.1,4.15,3.97,0.53,1.73,1.68,0.56,0.92,"1716542","898482","411152","255332","147490",50.06,26.2,11.99,7.45,4.3
|
||||
"Philadelphia-Camden-Wilmington, PA-NJ-DE-MD",D,"210709","202592","83584","44126","23221","564232",37.34,35.91,14.81,7.82,4.12,0.75,1.37,1.24,1.05,0.96,"1716542","898482","411152","255332","147490",50.06,26.2,11.99,7.45,4.3
|
||||
"Phoenix-Mesa-Chandler, AZ",A,"3000","193","856","151","259","4459",67.28,4.32,19.19,3.39,5.82,1.9,0.53,0.4,1.35,0.91,"55623","12810","74974","3961","10109",35.32,8.13,47.61,2.52,6.42
|
||||
"Phoenix-Mesa-Chandler, AZ",B,"10946","1167","12625","637","1750","27126",40.35,4.3,46.54,2.35,6.45,1.14,0.53,0.98,0.93,1.01,"55623","12810","74974","3961","10109",35.32,8.13,47.61,2.52,6.42
|
||||
"Phoenix-Mesa-Chandler, AZ",C,"10231","1663","10034","883","1841","24652",41.5,6.75,40.7,3.58,7.47,1.17,0.83,0.85,1.42,1.16,"55623","12810","74974","3961","10109",35.32,8.13,47.61,2.52,6.42
|
||||
"Phoenix-Mesa-Chandler, AZ",D,"2518","2553","9668","368","819","15926",15.81,16.03,60.71,2.31,5.14,0.45,1.97,1.28,0.92,0.8,"55623","12810","74974","3961","10109",35.32,8.13,47.61,2.52,6.42
|
||||
"Pittsburgh, PA",A,"25473","777","1236","3125","1496","32107",79.34,2.42,3.85,9.73,4.66,1.06,0.19,1.37,2.04,1.01,"903740","155986","33877","57618","55896",74.87,12.92,2.81,4.77,4.63
|
||||
"Pittsburgh, PA",B,"121234","23918","5992","9270","9167","169582",71.49,14.1,3.53,5.47,5.41,0.95,1.09,1.26,1.15,1.17,"903740","155986","33877","57618","55896",74.87,12.92,2.81,4.77,4.63
|
||||
"Pittsburgh, PA",C,"110738","42730","6521","6072","10195","176256",62.83,24.24,3.7,3.45,5.78,0.84,1.88,1.32,0.72,1.25,"903740","155986","33877","57618","55896",74.87,12.92,2.81,4.77,4.63
|
||||
"Pittsburgh, PA",D,"52948","34640","3352","3127","5592","99658",53.13,34.76,3.36,3.14,5.61,0.71,2.69,1.2,0.66,1.21,"903740","155986","33877","57618","55896",74.87,12.92,2.81,4.77,4.63
|
||||
"Portland-Vancouver-Hillsboro, OR-WA",A,"14353","232","973","811","1320","17689",81.14,1.31,5.5,4.59,7.46,1.2,0.29,0.49,0.59,0.87,"537516","35372","88663","61858","68272",67.9,4.47,11.2,7.81,8.62
|
||||
"Portland-Vancouver-Hillsboro, OR-WA",B,"63944","2422","5525","3552","6957","82400",77.6,2.94,6.71,4.31,8.44,1.14,0.66,0.6,0.55,0.98,"537516","35372","88663","61858","68272",67.9,4.47,11.2,7.81,8.62
|
||||
"Portland-Vancouver-Hillsboro, OR-WA",C,"125734","9895","20188","14595","17162","187575",67.03,5.28,10.76,7.78,9.15,0.99,1.18,0.96,1,1.06,"537516","35372","88663","61858","68272",67.9,4.47,11.2,7.81,8.62
|
||||
"Portland-Vancouver-Hillsboro, OR-WA",D,"38716","3192","4796","3101","4857","54662",70.83,5.84,8.77,5.67,8.89,1.04,1.31,0.78,0.73,1.03,"537516","35372","88663","61858","68272",67.9,4.47,11.2,7.81,8.62
|
||||
"Portsmouth, OH",A,"188","13","9","3","14","228",82.69,5.92,3.94,1.24,6.21,0.93,1.63,1.99,2.22,1.32,"26422","1080","588","166","1397",89.11,3.64,1.98,0.56,4.71
|
||||
"Portsmouth, OH",B,"2264","153","49","36","149","2651",85.39,5.77,1.85,1.36,5.63,0.96,1.58,0.93,2.43,1.2,"26422","1080","588","166","1397",89.11,3.64,1.98,0.56,4.71
|
||||
"Portsmouth, OH",C,"7373","382","270","34","479","8539",86.34,4.48,3.16,0.4,5.61,0.97,1.23,1.6,0.72,1.19,"26422","1080","588","166","1397",89.11,3.64,1.98,0.56,4.71
|
||||
"Portsmouth, OH",D,"2831","260","80","13","221","3406",83.12,7.64,2.36,0.37,6.5,0.93,2.1,1.19,0.67,1.38,"26422","1080","588","166","1397",89.11,3.64,1.98,0.56,4.71
|
||||
"Poughkeepsie-Newburgh-Middletown, NY",A,"1900","570","446","185","218","3319",57.24,17.18,13.44,5.56,6.57,1.33,0.62,0.68,1.66,1.08,"21681","13925","9905","1686","3054",43.14,27.71,19.71,3.36,6.08
|
||||
"Poughkeepsie-Newburgh-Middletown, NY",B,"4454","2691","2149","178","604","10076",44.2,26.7,21.33,1.77,5.99,1.02,0.96,1.08,0.53,0.99,"21681","13925","9905","1686","3054",43.14,27.71,19.71,3.36,6.08
|
||||
"Poughkeepsie-Newburgh-Middletown, NY",C,"4443","5659","3375","295","848","14620",30.39,38.71,23.09,2.02,5.8,0.7,1.4,1.17,0.6,0.95,"21681","13925","9905","1686","3054",43.14,27.71,19.71,3.36,6.08
|
||||
"Poughkeepsie-Newburgh-Middletown, NY",D,"1615","1842","1129","88","318","4991",32.35,36.9,22.62,1.76,6.37,0.75,1.33,1.15,0.52,1.05,"21681","13925","9905","1686","3054",43.14,27.71,19.71,3.36,6.08
|
||||
"Providence-Warwick, RI-MA",A,"19746","2089","4731","1524","3093","31182",63.32,6.7,15.17,4.89,9.92,1.08,0.95,0.66,1.1,1.44,"418787","50514","165024","31822","49147",58.55,7.06,23.07,4.45,6.87
|
||||
"Providence-Warwick, RI-MA",B,"62780","14997","51194","6393","15038","150402",41.74,9.97,34.04,4.25,10,0.71,1.41,1.48,0.96,1.46,"418787","50514","165024","31822","49147",58.55,7.06,23.07,4.45,6.87
|
||||
"Providence-Warwick, RI-MA",C,"58997","19016","72242","8549","11756","170561",34.59,11.15,42.36,5.01,6.89,0.59,1.58,1.84,1.13,1,"418787","50514","165024","31822","49147",58.55,7.06,23.07,4.45,6.87
|
||||
"Providence-Warwick, RI-MA",D,"7036","1311","5555","591","1444","15937",44.15,8.23,34.86,3.71,9.06,0.75,1.17,1.51,0.83,1.32,"418787","50514","165024","31822","49147",58.55,7.06,23.07,4.45,6.87
|
||||
"Pueblo, CO",A,"2688","74","1586","31","260","4639",57.95,1.59,34.19,0.66,5.61,1.4,0.71,0.67,1.21,1.17,"33826","1825","41532","446","3911",41.48,2.24,50.93,0.55,4.8
|
||||
"Pueblo, CO",B,"8199","369","10066","113","1108","19855",41.29,1.86,50.7,0.57,5.58,1,0.83,1,1.04,1.16,"33826","1825","41532","446","3911",41.48,2.24,50.93,0.55,4.8
|
||||
"Pueblo, CO",C,"3210","253","5486","45","535","9528",33.69,2.65,57.58,0.47,5.61,0.81,1.19,1.13,0.86,1.17,"33826","1825","41532","446","3911",41.48,2.24,50.93,0.55,4.8
|
||||
"Pueblo, CO",D,"2293","174","3668","31","382","6548",35.02,2.65,56.02,0.47,5.84,0.84,1.19,1.1,0.86,1.22,"33826","1825","41532","446","3911",41.48,2.24,50.93,0.55,4.8
|
||||
"Racine, WI",A,"495","15","64","7","30","611",81.04,2.41,10.51,1.17,4.87,1.58,0.12,0.48,1.15,0.85,"49521","19349","20911","976","5512",51.44,20.1,21.72,1.01,5.73
|
||||
"Racine, WI",B,"8176","1261","2220","68","682","12407",65.9,10.17,17.89,0.55,5.5,1.28,0.51,0.82,0.54,0.96,"49521","19349","20911","976","5512",51.44,20.1,21.72,1.01,5.73
|
||||
"Racine, WI",C,"11416","6466","7246","126","1644","26898",42.44,24.04,26.94,0.47,6.11,0.83,1.2,1.24,0.46,1.07,"49521","19349","20911","976","5512",51.44,20.1,21.72,1.01,5.73
|
||||
"Racine, WI",D,"6290","4225","5052","97","974","16638",37.8,25.39,30.37,0.58,5.85,0.73,1.26,1.4,0.58,1.02,"49521","19349","20911","976","5512",51.44,20.1,21.72,1.01,5.73
|
||||
"Richmond, VA",A,"7543","525","201","104","265","8638",87.32,6.08,2.33,1.21,3.06,2.11,0.14,0.26,0.42,0.63,"126888","128479","27279","8711","14842",41.44,41.96,8.91,2.85,4.85
|
||||
"Richmond, VA",B,"17423","3059","928","444","1114","22969",75.85,13.32,4.04,1.93,4.85,1.83,0.32,0.45,0.68,1,"126888","128479","27279","8711","14842",41.44,41.96,8.91,2.85,4.85
|
||||
"Richmond, VA",C,"19374","13623","1886","846","2017","37745",51.33,36.09,5,2.24,5.34,1.24,0.86,0.56,0.79,1.1,"126888","128479","27279","8711","14842",41.44,41.96,8.91,2.85,4.85
|
||||
"Richmond, VA",D,"9280","23337","1698","813","1869","36996",25.08,63.08,4.59,2.2,5.05,0.61,1.5,0.52,0.77,1.04,"126888","128479","27279","8711","14842",41.44,41.96,8.91,2.85,4.85
|
||||
"Roanoke, VA",A,"997","10","17","15","36","1074",92.84,0.89,1.54,1.4,3.34,1.38,0.05,0.23,0.47,0.62,"126614","33584","12344","5556","10172",67.25,17.84,6.56,2.95,5.4
|
||||
"Roanoke, VA",B,"4806","575","520","136","359","6395",75.15,8.99,8.13,2.12,5.61,1.12,0.5,1.24,0.72,1.04,"126614","33584","12344","5556","10172",67.25,17.84,6.56,2.95,5.4
|
||||
"Roanoke, VA",C,"15314","6126","1840","434","1643","25357",60.39,24.16,7.26,1.71,6.48,0.9,1.35,1.11,0.58,1.2,"126614","33584","12344","5556","10172",67.25,17.84,6.56,2.95,5.4
|
||||
"Roanoke, VA",D,"10196","5012","1639","242","1288","18377",55.48,27.28,8.92,1.32,7.01,0.83,1.53,1.36,0.45,1.3,"126614","33584","12344","5556","10172",67.25,17.84,6.56,2.95,5.4
|
||||
"Rochester, MN",A,"1253","18","80","148","64","1563",80.18,1.13,5.12,9.46,4.1,1.18,0.11,0.61,1.28,0.67,"15925","2321","1963","1724","1437",68.14,9.93,8.4,7.38,6.15
|
||||
"Rochester, MN",B,"2819","322","362","378","278","4158",67.79,7.75,8.71,9.08,6.67,0.99,0.78,1.04,1.23,1.09,"15925","2321","1963","1724","1437",68.14,9.93,8.4,7.38,6.15
|
||||
"Rochester, MN",C,"4247","518","569","448","411","6192",68.58,8.36,9.19,7.23,6.64,1.01,0.84,1.09,0.98,1.08,"15925","2321","1963","1724","1437",68.14,9.93,8.4,7.38,6.15
|
||||
"Rochester, MN",D,"680","94","82","143","57","1056",64.39,8.91,7.8,13.51,5.39,0.94,0.9,0.93,1.83,0.88,"15925","2321","1963","1724","1437",68.14,9.93,8.4,7.38,6.15
|
||||
"Rochester, NY",A,"10306","476","557","439","654","12433",82.89,3.83,4.48,3.53,5.26,1.49,0.17,0.34,0.86,1.09,"248955","99333","59483","18333","21660",55.6,22.18,13.28,4.09,4.84
|
||||
"Rochester, NY",B,"24215","14682","4947","1811","2507","48161",50.28,30.48,10.27,3.76,5.21,0.9,1.37,0.77,0.92,1.08,"248955","99333","59483","18333","21660",55.6,22.18,13.28,4.09,4.84
|
||||
"Rochester, NY",C,"64342","48070","30238","4395","8099","155143",41.47,30.98,19.49,2.83,5.22,0.75,1.4,1.47,0.69,1.08,"248955","99333","59483","18333","21660",55.6,22.18,13.28,4.09,4.84
|
||||
"Rochester, NY",D,"6230","16269","8421","842","1663","33424",18.64,48.67,25.19,2.52,4.98,0.34,2.19,1.9,0.61,1.03,"248955","99333","59483","18333","21660",55.6,22.18,13.28,4.09,4.84
|
||||
"Rockford, IL",A,"1861","105","220","36","129","2351",79.14,4.49,9.35,1.55,5.47,1.47,0.23,0.51,0.57,0.98,"93312","33989","32009","4683","9722",53.72,19.57,18.43,2.7,5.6
|
||||
"Rockford, IL",B,"9656","2355","2285","284","885","15466",62.43,15.22,14.78,1.84,5.73,1.16,0.78,0.8,0.68,1.02,"93312","33989","32009","4683","9722",53.72,19.57,18.43,2.7,5.6
|
||||
"Rockford, IL",C,"13794","6813","6120","564","1858","29150",47.32,23.37,21,1.94,6.37,0.88,1.19,1.14,0.72,1.14,"93312","33989","32009","4683","9722",53.72,19.57,18.43,2.7,5.6
|
||||
"Rockford, IL",D,"12012","10910","9816","850","2064","35653",33.69,30.6,27.53,2.39,5.79,0.63,1.56,1.49,0.88,1.03,"93312","33989","32009","4683","9722",53.72,19.57,18.43,2.7,5.6
|
||||
"Sacramento-Roseville-Folsom, CA",A,"3521","54","606","386","418","4986",70.62,1.08,12.16,7.75,8.39,1.68,0.12,0.41,0.77,0.97,"103578","23051","73467","24625","21401",42.08,9.37,29.85,10.01,8.7
|
||||
"Sacramento-Roseville-Folsom, CA",B,"10313","513","2510","858","1344","15537",66.38,3.3,16.16,5.52,8.65,1.58,0.35,0.54,0.55,0.99,"103578","23051","73467","24625","21401",42.08,9.37,29.85,10.01,8.7
|
||||
"Sacramento-Roseville-Folsom, CA",C,"30587","5424","18434","5032","5366","64843",47.17,8.36,28.43,7.76,8.28,1.12,0.89,0.95,0.78,0.95,"103578","23051","73467","24625","21401",42.08,9.37,29.85,10.01,8.7
|
||||
"Sacramento-Roseville-Folsom, CA",D,"5845","885","2922","1543","1179","12374",47.23,7.16,23.61,12.47,9.53,1.12,0.76,0.79,1.25,1.1,"103578","23051","73467","24625","21401",42.08,9.37,29.85,10.01,8.7
|
||||
"Saginaw, MI",A,"942","304","185","5","85","1521",61.9,20,12.19,0.35,5.56,1.34,0.59,0.9,0.35,1.03,"39102","28876","11469","848","4571",46.07,34.03,13.51,1,5.39
|
||||
"Saginaw, MI",B,"4488","1206","895","41","355","6985",64.25,17.26,12.82,0.59,5.08,1.39,0.51,0.95,0.59,0.94,"39102","28876","11469","848","4571",46.07,34.03,13.51,1,5.39
|
||||
"Saginaw, MI",C,"12404","17652","5942","150","2242","38390",32.31,45.98,15.48,0.39,5.84,0.7,1.35,1.15,0.39,1.08,"39102","28876","11469","848","4571",46.07,34.03,13.51,1,5.39
|
||||
"Saginaw, MI",D,"1616","1582","821","12","307","4338",37.26,36.47,18.93,0.27,7.08,0.81,1.07,1.4,0.27,1.31,"39102","28876","11469","848","4571",46.07,34.03,13.51,1,5.39
|
||||
"Salt Lake City, UT",A,"10892","72","579","496","630","12669",85.97,0.57,4.57,3.92,4.98,1.41,0.18,0.21,0.7,0.64,"156318","8185","56880","14340","19843",61.17,3.2,22.26,5.61,7.76
|
||||
"Salt Lake City, UT",B,"40632","750","5960","1955","3530","52827",76.91,1.42,11.28,3.7,6.68,1.26,0.44,0.51,0.66,0.86,"156318","8185","56880","14340","19843",61.17,3.2,22.26,5.61,7.76
|
||||
"Salt Lake City, UT",C,"22032","936","8788","2034","2836","36625",60.16,2.55,23.99,5.55,7.74,0.98,0.8,1.08,0.99,1,"156318","8185","56880","14340","19843",61.17,3.2,22.26,5.61,7.76
|
||||
"Salt Lake City, UT",D,"19786","2425","19269","2777","4972","49228",40.19,4.93,39.14,5.64,10.1,0.66,1.54,1.76,1.01,1.3,"156318","8185","56880","14340","19843",61.17,3.2,22.26,5.61,7.76
|
||||
"San Antonio-New Braunfels, TX",A,"5588","377","12361","209","437","18972",29.45,1.99,65.15,1.1,2.3,2.05,0.4,0.83,1.29,1.28,"71814","24698","390337","4276","9015",14.36,4.94,78.05,0.85,1.8
|
||||
"San Antonio-New Braunfels, TX",B,"15862","1195","46005","548","1430","65040",24.39,1.84,70.73,0.84,2.2,1.7,0.37,0.91,0.99,1.22,"71814","24698","390337","4276","9015",14.36,4.94,78.05,0.85,1.8
|
||||
"San Antonio-New Braunfels, TX",C,"8610","2009","92951","540","1252","105362",8.17,1.91,88.22,0.51,1.19,0.57,0.39,1.13,0.6,0.66,"71814","24698","390337","4276","9015",14.36,4.94,78.05,0.85,1.8
|
||||
"San Antonio-New Braunfels, TX",D,"7057","5540","69962","446","1212","84218",8.38,6.58,83.07,0.53,1.44,0.58,1.33,1.06,0.62,0.8,"71814","24698","390337","4276","9015",14.36,4.94,78.05,0.85,1.8
|
||||
"San Diego-Chula Vista-Carlsbad, CA",A,"14807","334","2676","939","1397","20152",73.48,1.66,13.28,4.66,6.93,1.8,0.24,0.4,0.36,1.08,"503181","83252","407558","157305","79059",40.9,6.77,33.13,12.79,6.43
|
||||
"San Diego-Chula Vista-Carlsbad, CA",B,"48240","1952","12656","4150","5125","72122",66.89,2.71,17.55,5.75,7.11,1.64,0.4,0.53,0.45,1.11,"503181","83252","407558","157305","79059",40.9,6.77,33.13,12.79,6.43
|
||||
"San Diego-Chula Vista-Carlsbad, CA",C,"77313","12765","60394","16176","11062","177711",43.51,7.18,33.98,9.1,6.22,1.06,1.06,1.03,0.71,0.97,"503181","83252","407558","157305","79059",40.9,6.77,33.13,12.79,6.43
|
||||
"San Diego-Chula Vista-Carlsbad, CA",D,"22635","18273","92320","18688","6796","158711",14.26,11.51,58.17,11.77,4.28,0.35,1.7,1.76,0.92,0.67,"503181","83252","407558","157305","79059",40.9,6.77,33.13,12.79,6.43
|
||||
"San Francisco-Oakland-Berkeley, CA",A,"34681","1588","4081","9715","4808","54873",63.2,2.89,7.44,17.7,8.76,1.85,0.32,0.36,0.61,1.26,"681698","180454","409441","581656","137973",34.24,9.06,20.56,29.21,6.93
|
||||
"San Francisco-Oakland-Berkeley, CA",B,"107751","16766","28223","78623","19076","250439",43.02,6.69,11.27,31.39,7.62,1.26,0.74,0.55,1.07,1.1,"681698","180454","409441","581656","137973",34.24,9.06,20.56,29.21,6.93
|
||||
"San Francisco-Oakland-Berkeley, CA",C,"173369","44514","89892","109533","31959","449266",38.59,9.91,20.01,24.38,7.11,1.13,1.09,0.97,0.83,1.03,"681698","180454","409441","581656","137973",34.24,9.06,20.56,29.21,6.93
|
||||
"San Francisco-Oakland-Berkeley, CA",D,"109640","48363","93222","85612","24286","361123",30.36,13.39,25.81,23.71,6.73,0.89,1.48,1.26,0.81,0.97,"681698","180454","409441","581656","137973",34.24,9.06,20.56,29.21,6.93
|
||||
"San Jose-Sunnyvale-Santa Clara, CA",A,"1525","72","733","493","237","3060",49.85,2.36,23.95,16.1,7.74,1.72,0.68,0.64,0.65,1.49,"90969","10860","118075","78430","16336",28.91,3.45,37.52,24.92,5.19
|
||||
"San Jose-Sunnyvale-Santa Clara, CA",B,"10493","498","4646","2655","1381","19672",53.34,2.53,23.62,13.5,7.02,1.85,0.73,0.63,0.54,1.35,"90969","10860","118075","78430","16336",28.91,3.45,37.52,24.92,5.19
|
||||
"San Jose-Sunnyvale-Santa Clara, CA",C,"16361","1649","20398","7654","2818","48880",33.47,3.37,41.73,15.66,5.77,1.16,0.98,1.11,0.63,1.11,"90969","10860","118075","78430","16336",28.91,3.45,37.52,24.92,5.19
|
||||
"San Jose-Sunnyvale-Santa Clara, CA",D,"9346","1812","24840","7765","2070","45833",20.39,3.95,54.2,16.94,4.52,0.71,1.15,1.44,0.68,0.87,"90969","10860","118075","78430","16336",28.91,3.45,37.52,24.92,5.19
|
||||
"Savannah, GA",A,"1648","1436","175","48","171","3477",47.39,41.29,5.02,1.39,4.91,1.35,0.78,1.04,0.45,1.33,"21125","31938","2912","1866","2224",35.17,53.17,4.85,3.11,3.7
|
||||
"Savannah, GA",B,"4835","6800","497","178","524","12834",37.67,52.99,3.88,1.38,4.08,1.07,1,0.8,0.45,1.1,"21125","31938","2912","1866","2224",35.17,53.17,4.85,3.11,3.7
|
||||
"Savannah, GA",C,"3410","5453","462","386","422","10133",33.65,53.82,4.56,3.81,4.17,0.96,1.01,0.94,1.22,1.13,"21125","31938","2912","1866","2224",35.17,53.17,4.85,3.11,3.7
|
||||
"Savannah, GA",D,"2119","2798","363","383","182","5845",36.26,47.86,6.21,6.56,3.11,1.03,0.9,1.28,2.11,0.84,"21125","31938","2912","1866","2224",35.17,53.17,4.85,3.11,3.7
|
||||
"Scranton--Wilkes-Barre, PA",A,"27713","4962","9614","743","2009","45041",61.53,11.02,21.35,1.65,4.46,0.84,1.34,1.64,1.08,1.1,"87597","9877","15580","1836","4844",73.16,8.25,13.01,1.53,4.05
|
||||
"Scranton--Wilkes-Barre, PA",B,"9338","834","1070","82","598","11923",78.32,7,8.98,0.69,5.02,1.07,0.85,0.69,0.45,1.24,"87597","9877","15580","1836","4844",73.16,8.25,13.01,1.53,4.05
|
||||
"Scranton--Wilkes-Barre, PA",D,"11185","475","765","140","415","12980",86.17,3.66,5.89,1.08,3.2,1.18,0.44,0.45,0.7,0.79,"87597","9877","15580","1836","4844",73.16,8.25,13.01,1.53,4.05
|
||||
"Seattle-Tacoma-Bellevue, WA",A,"17317","386","1050","1306","1801","21859",79.22,1.76,4.8,5.97,8.24,1.43,0.25,0.42,0.37,0.84,"1416366","181637","290897","418258","251649",55.35,7.1,11.37,16.35,9.83
|
||||
"Seattle-Tacoma-Bellevue, WA",B,"160312","6296","16231","25415","20483","228736",70.09,2.75,7.1,11.11,8.95,1.27,0.39,0.62,0.68,0.91,"1416366","181637","290897","418258","251649",55.35,7.1,11.37,16.35,9.83
|
||||
"Seattle-Tacoma-Bellevue, WA",C,"129746","24703","22566","36646","24340","238000",54.52,10.38,9.48,15.4,10.23,0.98,1.46,0.83,0.94,1.04,"1416366","181637","290897","418258","251649",55.35,7.1,11.37,16.35,9.83
|
||||
"Seattle-Tacoma-Bellevue, WA",D,"53406","13212","12930","19644","10966","110159",48.48,11.99,11.74,17.83,9.96,0.88,1.69,1.03,1.09,1.01,"1416366","181637","290897","418258","251649",55.35,7.1,11.37,16.35,9.83
|
||||
"Shreveport-Bossier City, LA",A,"8730","1382","585","130","563","11389",76.65,12.13,5.13,1.14,4.94,2.44,0.21,1.07,1.03,1.21,"32727","60890","5012","1155","4252",31.46,58.53,4.82,1.11,4.09
|
||||
"Shreveport-Bossier City, LA",B,"787","3630","187","19","196","4819",16.33,75.33,3.89,0.38,4.07,0.52,1.29,0.81,0.35,0.99,"32727","60890","5012","1155","4252",31.46,58.53,4.82,1.11,4.09
|
||||
"Shreveport-Bossier City, LA",C,"2241","10263","625","88","704","13922",16.1,73.72,4.49,0.64,5.06,0.51,1.26,0.93,0.57,1.24,"32727","60890","5012","1155","4252",31.46,58.53,4.82,1.11,4.09
|
||||
"Shreveport-Bossier City, LA",D,"968","8202","352","32","340","9894",9.78,82.89,3.56,0.33,3.44,0.31,1.42,0.74,0.29,0.84,"32727","60890","5012","1155","4252",31.46,58.53,4.82,1.11,4.09
|
||||
"Sioux City, IA-NE-SD",A,"5116","635","1583","361","701","8397",60.93,7.57,18.86,4.3,8.35,1.01,1.28,0.79,1.38,1.22,"67833","6665","26665","3490","7665",60.39,5.93,23.74,3.11,6.82
|
||||
"Sioux City, IA-NE-SD",B,"9430","1360","4985","645","1578","17998",52.4,7.56,27.7,3.58,8.77,0.87,1.27,1.17,1.15,1.28,"67833","6665","26665","3490","7665",60.39,5.93,23.74,3.11,6.82
|
||||
"Sioux City, IA-NE-SD",C,"17378","1341","7154","877","2180","28929",60.07,4.63,24.73,3.03,7.54,0.99,0.78,1.04,0.98,1.1,"67833","6665","26665","3490","7665",60.39,5.93,23.74,3.11,6.82
|
||||
"Sioux City, IA-NE-SD",D,"18970","1548","3942","766","1573","26799",70.79,5.78,14.71,2.86,5.87,1.17,0.97,0.62,0.92,0.86,"67833","6665","26665","3490","7665",60.39,5.93,23.74,3.11,6.82
|
||||
"South Bend-Mishawaka, IN-MI",A,"5944","504","507","89","335","7378",80.55,6.83,6.88,1.2,4.54,1.25,0.43,0.61,0.47,0.75,"135151","33520","23603","5332","12736",64.25,15.94,11.22,2.53,6.05
|
||||
"South Bend-Mishawaka, IN-MI",B,"7757","2144","1158","97","812","11969",64.81,17.91,9.68,0.81,6.78,1.01,1.12,0.86,0.32,1.12,"135151","33520","23603","5332","12736",64.25,15.94,11.22,2.53,6.05
|
||||
"South Bend-Mishawaka, IN-MI",C,"27288","12112","9812","585","3909","53706",50.81,22.55,18.27,1.09,7.28,0.79,1.42,1.63,0.43,1.2,"135151","33520","23603","5332","12736",64.25,15.94,11.22,2.53,6.05
|
||||
"South Bend-Mishawaka, IN-MI",D,"4557","3504","1992","81","804","10937",41.66,32.03,18.21,0.74,7.35,0.65,2.01,1.62,0.29,1.21,"135151","33520","23603","5332","12736",64.25,15.94,11.22,2.53,6.05
|
||||
"Spokane-Spokane Valley, WA",A,"7091","96","407","135","634","8363",84.8,1.15,4.86,1.61,7.58,1.1,0.44,0.68,0.59,0.72,"182782","6171","16915","6466","25102",76.98,2.6,7.12,2.72,10.57
|
||||
"Spokane-Spokane Valley, WA",B,"20842","448","1480","435","2262","25467",81.84,1.76,5.81,1.71,8.88,1.06,0.68,0.82,0.63,0.84,"182782","6171","16915","6466","25102",76.98,2.6,7.12,2.72,10.57
|
||||
"Spokane-Spokane Valley, WA",C,"69523","2689","6960","2480","10794","92446",75.2,2.91,7.53,2.68,11.68,0.98,1.12,1.06,0.99,1.1,"182782","6171","16915","6466","25102",76.98,2.6,7.12,2.72,10.57
|
||||
"Spokane-Spokane Valley, WA",D,"14712","863","1710","728","2708","20722",71,4.17,8.25,3.52,13.07,0.92,1.6,1.16,1.29,1.24,"182782","6171","16915","6466","25102",76.98,2.6,7.12,2.72,10.57
|
||||
"Springfield, IL",A,"4429","245","187","75","242","5178",85.54,4.72,3.61,1.46,4.68,1.35,0.19,1.06,0.8,0.71,"53922","21122","2883","1542","5639",63.36,24.82,3.39,1.81,6.63
|
||||
"Springfield, IL",B,"7669","1824","386","110","740","10730",71.48,17,3.6,1.03,6.9,1.13,0.69,1.06,0.57,1.04,"53922","21122","2883","1542","5639",63.36,24.82,3.39,1.81,6.63
|
||||
"Springfield, IL",C,"4912","2143","308","161","659","8182",60.03,26.19,3.76,1.96,8.05,0.95,1.06,1.11,1.08,1.22,"53922","21122","2883","1542","5639",63.36,24.82,3.39,1.81,6.63
|
||||
"Springfield, IL",D,"8428","7654","743","145","1336","18306",46.04,41.81,4.06,0.79,7.3,0.73,1.68,1.2,0.44,1.1,"53922","21122","2883","1542","5639",63.36,24.82,3.39,1.81,6.63
|
||||
"Springfield, MA",A,"1204","33","143","28","47","1454",82.76,2.24,9.85,1.94,3.21,1.49,0.52,0.28,1.15,0.87,"66933","5205","41940","2026","4441",55.53,4.32,34.79,1.68,3.68
|
||||
"Springfield, MA",B,"9584","659","6735","193","708","17879",53.6,3.69,37.67,1.08,3.96,0.97,0.85,1.08,0.64,1.07,"66933","5205","41940","2026","4441",55.53,4.32,34.79,1.68,3.68
|
||||
"Springfield, MA",C,"23040","1377","11893","546","1553","38409",59.98,3.59,30.96,1.42,4.04,1.08,0.83,0.89,0.85,1.1,"66933","5205","41940","2026","4441",55.53,4.32,34.79,1.68,3.68
|
||||
"Springfield, MA",D,"5031","489","6580","168","371","12638",39.81,3.87,52.07,1.33,2.93,0.72,0.9,1.5,0.79,0.8,"66933","5205","41940","2026","4441",55.53,4.32,34.79,1.68,3.68
|
||||
"Springfield, MO",A,"945","28","41","16","73","1103",85.68,2.5,3.75,1.48,6.59,1.1,0.42,0.63,0.91,0.74,"66103","5044","5050","1377","7545",77.66,5.93,5.93,1.62,8.86
|
||||
"Springfield, MO",B,"4312","98","219","128","361","5118",84.26,1.91,4.28,2.49,7.05,1.09,0.32,0.72,1.54,0.8,"66103","5044","5050","1377","7545",77.66,5.93,5.93,1.62,8.86
|
||||
"Springfield, MO",C,"12441","1207","951","479","1332","16410",75.81,7.36,5.79,2.92,8.12,0.98,1.24,0.98,1.81,0.92,"66103","5044","5050","1377","7545",77.66,5.93,5.93,1.62,8.86
|
||||
"Springfield, MO",D,"19179","1756","1601","229","2539","25304",75.8,6.94,6.33,0.9,10.04,0.98,1.17,1.07,0.56,1.13,"66103","5044","5050","1377","7545",77.66,5.93,5.93,1.62,8.86
|
||||
"Springfield, OH",A,"2967","457","146","21","248","3839",77.28,11.91,3.82,0.54,6.46,1.14,0.64,0.77,0.81,0.82,"38585","10482","2829","375","4450",68.03,18.48,4.99,0.66,7.84
|
||||
"Springfield, OH",B,"6538","1663","544","74","901","9720",67.26,17.11,5.6,0.76,9.27,0.99,0.93,1.12,1.16,1.18,"38585","10482","2829","375","4450",68.03,18.48,4.99,0.66,7.84
|
||||
"Springfield, OH",C,"11544","3485","962","61","1411","17462",66.11,19.96,5.51,0.35,8.08,0.97,1.08,1.1,0.53,1.03,"38585","10482","2829","375","4450",68.03,18.48,4.99,0.66,7.84
|
||||
"Springfield, OH",D,"2135","1452","262","6","444","4300",49.66,33.77,6.1,0.15,10.33,0.73,1.83,1.22,0.23,1.32,"38585","10482","2829","375","4450",68.03,18.48,4.99,0.66,7.84
|
||||
"St. Joseph, MO-KS",A,"319","18","37","12","24","410",77.79,4.33,8.98,2.94,5.97,1,0.71,1.19,2.68,0.84,"49467","3885","4793","693","4513",78.08,6.13,7.57,1.09,7.12
|
||||
"St. Joseph, MO-KS",B,"2561","99","217","56","222","3155",81.2,3.13,6.87,1.76,7.05,1.04,0.51,0.91,1.61,0.99,"49467","3885","4793","693","4513",78.08,6.13,7.57,1.09,7.12
|
||||
"St. Joseph, MO-KS",C,"3940","202","340","54","428","4963",79.38,4.06,6.85,1.08,8.62,1.02,0.66,0.91,0.99,1.21,"49467","3885","4793","693","4513",78.08,6.13,7.57,1.09,7.12
|
||||
"St. Joseph, MO-KS",D,"16151","1487","2342","118","1923","22022",73.34,6.75,10.64,0.54,8.73,0.94,1.1,1.41,0.49,1.23,"49467","3885","4793","693","4513",78.08,6.13,7.57,1.09,7.12
|
||||
"St. Louis, MO-IL",A,"49210","12504","2524","4225","3411","71874",68.47,17.4,3.51,5.88,4.75,1.38,0.46,0.74,1.81,0.96,"461043","350098","44529","30335","46177",49.46,37.56,4.78,3.25,4.95
|
||||
"St. Louis, MO-IL",B,"92515","74109","9092","8445","9960","194121",47.66,38.18,4.68,4.35,5.13,0.96,1.02,0.98,1.34,1.04,"461043","350098","44529","30335","46177",49.46,37.56,4.78,3.25,4.95
|
||||
"St. Louis, MO-IL",C,"52876","68455","6392","3166","7247","138137",38.28,49.56,4.63,2.29,5.25,0.77,1.32,0.97,0.7,1.06,"461043","350098","44529","30335","46177",49.46,37.56,4.78,3.25,4.95
|
||||
"St. Louis, MO-IL",D,"24435","41450","5363","1391","3859","76499",31.94,54.18,7.01,1.82,5.04,0.65,1.44,1.47,0.56,1.02,"461043","350098","44529","30335","46177",49.46,37.56,4.78,3.25,4.95
|
||||
"Stockton, CA",A,"1872","152","1320","227","299","3870",48.36,3.92,34.12,5.86,7.74,3.32,0.38,0.58,0.53,1.62,"24328","17194","99118","18601","8007",14.55,10.28,59.26,11.12,4.79
|
||||
"Stockton, CA",B,"4757","1179","8404","931","1164","16434",28.94,7.17,51.14,5.66,7.08,1.99,0.7,0.86,0.51,1.48,"24328","17194","99118","18601","8007",14.55,10.28,59.26,11.12,4.79
|
||||
"Stockton, CA",C,"2874","1831","12263","647","888","18504",15.53,9.9,66.27,3.5,4.8,1.07,0.96,1.12,0.31,1,"24328","17194","99118","18601","8007",14.55,10.28,59.26,11.12,4.79
|
||||
"Stockton, CA",D,"1673","1390","19853","2127","844","25887",6.46,5.37,76.69,8.22,3.26,0.44,0.52,1.29,0.74,0.68,"24328","17194","99118","18601","8007",14.55,10.28,59.26,11.12,4.79
|
||||
"Syracuse, NY",A,"8104","1786","825","356","699","11771",68.85,15.17,7.01,3.02,5.94,1.15,0.77,0.88,0.52,0.89,"149706","48886","19782","14443","16678",60,19.59,7.93,5.79,6.68
|
||||
"Syracuse, NY",B,"32335","10682","4552","3458","3649","54676",59.14,19.54,8.33,6.32,6.67,0.99,1,1.05,1.09,1,"149706","48886","19782","14443","16678",60,19.59,7.93,5.79,6.68
|
||||
"Syracuse, NY",C,"31144","19700","6178","4366","5210","66596",46.77,29.58,9.28,6.56,7.82,0.78,1.51,1.17,1.13,1.17,"149706","48886","19782","14443","16678",60,19.59,7.93,5.79,6.68
|
||||
"Syracuse, NY",D,"5435","5310","2741","1051","1336","15873",34.24,33.45,17.27,6.62,8.41,0.57,1.71,2.18,1.14,1.26,"149706","48886","19782","14443","16678",60,19.59,7.93,5.79,6.68
|
||||
"Tampa-St. Petersburg-Clearwater, FL",A,"8698","157","1079","297","430","10661",81.59,1.48,10.12,2.78,4.04,1.52,0.1,0.44,0.69,0.83,"694493","187621","298272","52216","62888",53.61,14.48,23.02,4.03,4.85
|
||||
"Tampa-St. Petersburg-Clearwater, FL",B,"27945","2559","6359","1024","2038","39924",69.99,6.41,15.93,2.56,5.11,1.31,0.44,0.69,0.64,1.05,"694493","187621","298272","52216","62888",53.61,14.48,23.02,4.03,4.85
|
||||
"Tampa-St. Petersburg-Clearwater, FL",C,"42280","19204","8881","1570","4007","75941",55.67,25.29,11.69,2.07,5.28,1.04,1.75,0.51,0.51,1.09,"694493","187621","298272","52216","62888",53.61,14.48,23.02,4.03,4.85
|
||||
"Tampa-St. Petersburg-Clearwater, FL",D,"32163","35900","20712","2471","4348","95594",33.65,37.55,21.67,2.58,4.55,0.63,2.59,0.94,0.64,0.94,"694493","187621","298272","52216","62888",53.61,14.48,23.02,4.03,4.85
|
||||
"Terre Haute, IN",A,"1679","87","53","17","113","1949",86.14,4.47,2.72,0.85,5.82,1.08,0.5,0.81,0.61,0.9,"43392","4896","1829","767","3533",79.74,9,3.36,1.41,6.49
|
||||
"Terre Haute, IN",B,"2033","177","58","4","178","2450",82.97,7.21,2.38,0.18,7.26,1.04,0.8,0.71,0.13,1.12,"43392","4896","1829","767","3533",79.74,9,3.36,1.41,6.49
|
||||
"Terre Haute, IN",C,"14583","1975","763","181","1555","19057",76.52,10.36,4.01,0.95,8.16,0.96,1.15,1.19,0.67,1.26,"43392","4896","1829","767","3533",79.74,9,3.36,1.41,6.49
|
||||
"Terre Haute, IN",D,"8614","1297","441","100","823","11275",76.4,11.5,3.91,0.89,7.3,0.96,1.28,1.16,0.63,1.12,"43392","4896","1829","767","3533",79.74,9,3.36,1.41,6.49
|
||||
"Toledo, OH",A,"15003","3220","1175","722","1065","21186",70.82,15.2,5.54,3.41,5.03,1.11,0.72,0.69,2.6,0.87,"238126","78874","30095","4904","21703",63.72,21.11,8.05,1.31,5.81
|
||||
"Toledo, OH",B,"29029","16868","4294","465","3413","54069",53.69,31.2,7.94,0.86,6.31,0.84,1.48,0.99,0.66,1.09,"238126","78874","30095","4904","21703",63.72,21.11,8.05,1.31,5.81
|
||||
"Toledo, OH",C,"56046","26023","12430","640","7009","102149",54.87,25.48,12.17,0.63,6.86,0.86,1.21,1.51,0.48,1.18,"238126","78874","30095","4904","21703",63.72,21.11,8.05,1.31,5.81
|
||||
"Toledo, OH",D,"2957","4981","1085","27","575","9625",30.72,51.75,11.27,0.28,5.98,0.48,2.45,1.4,0.22,1.03,"238126","78874","30095","4904","21703",63.72,21.11,8.05,1.31,5.81
|
||||
"Topeka, KS",A,"3833","168","423","33","343","4800",79.85,3.51,8.81,0.68,7.15,1.37,0.31,0.42,0.83,0.86,"44616","8737","16047","627","6384",58.39,11.43,21,0.82,8.36
|
||||
"Topeka, KS",B,"8067","839","2491","74","1076","12547",64.3,6.69,19.85,0.59,8.58,1.1,0.58,0.95,0.72,1.03,"44616","8737","16047","627","6384",58.39,11.43,21,0.82,8.36
|
||||
"Topeka, KS",C,"6915","1645","2601","99","1073","12333",56.07,13.34,21.09,0.8,8.7,0.96,1.17,1,0.97,1.04,"44616","8737","16047","627","6384",58.39,11.43,21,0.82,8.36
|
||||
"Topeka, KS",D,"7541","2608","5338","87","1488","17062",44.2,15.29,31.29,0.51,8.72,0.76,1.34,1.49,0.62,1.04,"44616","8737","16047","627","6384",58.39,11.43,21,0.82,8.36
|
||||
"Trenton-Princeton, NJ",A,"1499","5964","1094","102","388","9047",16.57,65.93,12.09,1.12,4.29,0.41,2.58,0.46,0.26,1.22,"105858","66932","68357","11525","9170",40.43,25.56,26.11,4.4,3.5
|
||||
"Trenton-Princeton, NJ",B,"5765","11335","8102","515","986","26702",21.59,42.45,30.34,1.93,3.69,0.53,1.66,1.16,0.44,1.05,"105858","66932","68357","11525","9170",40.43,25.56,26.11,4.4,3.5
|
||||
"Trenton-Princeton, NJ",C,"15438","20036","33975","1465","2134","73048",21.13,27.43,46.51,2.01,2.92,0.52,1.07,1.78,0.46,0.83,"105858","66932","68357","11525","9170",40.43,25.56,26.11,4.4,3.5
|
||||
"Trenton-Princeton, NJ",D,"963","7647","5393","75","446","14524",6.63,52.65,37.13,0.52,3.07,0.16,2.06,1.42,0.12,0.88,"105858","66932","68357","11525","9170",40.43,25.56,26.11,4.4,3.5
|
||||
"Tulsa, OK",A,"12907","897","1031","200","2303","17337",74.45,5.17,5.94,1.15,13.28,1.45,0.34,0.38,0.55,0.86,"107491","31810","33015","4383","32470",51.39,15.21,15.78,2.1,15.52
|
||||
"Tulsa, OK",B,"11066","2223","1339","390","2746","17764",62.29,12.51,7.54,2.2,15.46,1.21,0.82,0.48,1.05,1,"107491","31810","33015","4383","32470",51.39,15.21,15.78,2.1,15.52
|
||||
"Tulsa, OK",C,"8884","2374","6341","268","3207","21074",42.15,11.27,30.09,1.27,15.22,0.82,0.74,1.91,0.61,0.98,"107491","31810","33015","4383","32470",51.39,15.21,15.78,2.1,15.52
|
||||
"Tulsa, OK",D,"6893","5020","5381","231","3776","21300",32.36,23.57,25.26,1.09,17.73,0.63,1.55,1.6,0.52,1.14,"107491","31810","33015","4383","32470",51.39,15.21,15.78,2.1,15.52
|
||||
"Utica-Rome, NY",A,"3496","102","175","118","138","4029",86.77,2.54,4.35,2.92,3.43,1.34,0.23,0.42,0.32,0.74,"64346","11130","10332","9132","4598",64.64,11.18,10.38,9.17,4.62
|
||||
"Utica-Rome, NY",B,"5390","418","546","473","318","7146",75.43,5.86,7.65,6.62,4.45,1.17,0.52,0.74,0.72,0.96,"64346","11130","10332","9132","4598",64.64,11.18,10.38,9.17,4.62
|
||||
"Utica-Rome, NY",C,"21616","6117","5102","5377","2013","40225",53.74,15.21,12.68,13.37,5,0.83,1.36,1.22,1.46,1.08,"64346","11130","10332","9132","4598",64.64,11.18,10.38,9.17,4.62
|
||||
"Utica-Rome, NY",D,"10159","3298","2941","2009","1041","19447",52.24,16.96,15.12,10.33,5.35,0.81,1.52,1.46,1.13,1.16,"64346","11130","10332","9132","4598",64.64,11.18,10.38,9.17,4.62
|
||||
"Virginia Beach-Norfolk-Newport News, VA-NC",A,"5002","1189","405","161","458","7215",69.33,16.48,5.61,2.23,6.34,1.73,0.39,0.72,0.72,0.99,"299021","316582","57673","23166","47931",40.17,42.53,7.75,3.11,6.44
|
||||
"Virginia Beach-Norfolk-Newport News, VA-NC",B,"13801","2595","1457","605","1458","19917",69.29,13.03,7.31,3.04,7.32,1.72,0.31,0.94,0.98,1.14,"299021","316582","57673","23166","47931",40.17,42.53,7.75,3.11,6.44
|
||||
"Virginia Beach-Norfolk-Newport News, VA-NC",C,"35394","41538","6807","2375","6451","92564",38.24,44.87,7.35,2.57,6.97,0.95,1.06,0.95,0.82,1.08,"299021","316582","57673","23166","47931",40.17,42.53,7.75,3.11,6.44
|
||||
"Virginia Beach-Norfolk-Newport News, VA-NC",D,"12213","47265","4093","1331","3820","68722",17.77,68.78,5.96,1.94,5.56,0.44,1.62,0.77,0.62,0.86,"299021","316582","57673","23166","47931",40.17,42.53,7.75,3.11,6.44
|
||||
"Waco, TX",A,"1355","543","1286","10","104","3299",41.08,16.46,38.99,0.31,3.16,1.33,0.71,0.98,0.13,0.82,"26467","20043","34059","1983","3314",30.82,23.34,39.67,2.31,3.86
|
||||
"Waco, TX",B,"5887","4300","10611","612","769","22179",26.54,19.39,47.84,2.76,3.47,0.86,0.83,1.21,1.19,0.9,"26467","20043","34059","1983","3314",30.82,23.34,39.67,2.31,3.86
|
||||
"Waco, TX",C,"4263","2568","6355","396","457","14039",30.36,18.29,45.27,2.82,3.26,0.99,0.78,1.14,1.22,0.84,"26467","20043","34059","1983","3314",30.82,23.34,39.67,2.31,3.86
|
||||
"Waco, TX",D,"2994","3296","2995","578","518","10381",28.84,31.75,28.85,5.57,4.99,0.94,1.36,0.73,2.41,1.29,"26467","20043","34059","1983","3314",30.82,23.34,39.67,2.31,3.86
|
||||
"Waterloo-Cedar Falls, IA",A,"4060","462","325","129","312","5287",76.79,8.74,6.15,2.43,5.89,1.25,0.42,0.77,0.74,0.91,"33764","11293","4355","1803","3557",61.64,20.62,7.95,3.29,6.49
|
||||
"Waterloo-Cedar Falls, IA",B,"7274","2167","1173","782","930","12326",59.01,17.58,9.52,6.34,7.55,0.96,0.85,1.2,1.93,1.16,"33764","11293","4355","1803","3557",61.64,20.62,7.95,3.29,6.49
|
||||
"Waterloo-Cedar Falls, IA",C,"6231","2741","1206","250","811","11240",55.44,24.39,10.73,2.23,7.22,0.9,1.18,1.35,0.68,1.11,"33764","11293","4355","1803","3557",61.64,20.62,7.95,3.29,6.49
|
||||
"Waterloo-Cedar Falls, IA",D,"2880","2975","633","163","543","7195",40.03,41.35,8.8,2.27,7.55,0.65,2.01,1.11,0.69,1.16,"33764","11293","4355","1803","3557",61.64,20.62,7.95,3.29,6.49
|
||||
"Wheeling, WV-OH",A,"1671","67","33","35","77","1884",88.72,3.57,1.73,1.87,4.11,1.01,0.8,1.13,2.27,0.72,"39393","2011","689","372","2573",87.46,4.47,1.53,0.83,5.71
|
||||
"Wheeling, WV-OH",B,"3970","83","70","56","191","4370",90.84,1.9,1.6,1.29,4.37,1.04,0.43,1.04,1.56,0.77,"39393","2011","689","372","2573",87.46,4.47,1.53,0.83,5.71
|
||||
"Wheeling, WV-OH",C,"6480","402","158","70","443","7554",85.79,5.33,2.09,0.93,5.86,0.98,1.19,1.37,1.12,1.03,"39393","2011","689","372","2573",87.46,4.47,1.53,0.83,5.71
|
||||
"Wheeling, WV-OH",D,"4374","585","102","53","523","5636",77.6,10.37,1.81,0.94,9.27,0.89,2.32,1.18,1.14,1.62,"39393","2011","689","372","2573",87.46,4.47,1.53,0.83,5.71
|
||||
"Wichita, KS",A,"7876","1453","1785","192","965","12271",64.18,11.84,14.55,1.56,7.87,1.36,0.73,0.57,0.44,1.05,"84502","29033","45804","6327","13378",47.2,16.22,25.58,3.53,7.47
|
||||
"Wichita, KS",B,"5390","438","959","81","520","7388",72.95,5.93,12.98,1.09,7.04,1.55,0.37,0.51,0.31,0.94,"84502","29033","45804","6327","13378",47.2,16.22,25.58,3.53,7.47
|
||||
"Wichita, KS",C,"5644","1147","3640","295","928","11655",48.43,9.84,31.23,2.53,7.96,1.03,0.61,1.22,0.72,1.07,"84502","29033","45804","6327","13378",47.2,16.22,25.58,3.53,7.47
|
||||
"Wichita, KS",D,"19617","7801","16744","981","3671","48815",40.19,15.98,34.3,2.01,7.52,0.85,0.99,1.34,0.57,1.01,"84502","29033","45804","6327","13378",47.2,16.22,25.58,3.53,7.47
|
||||
"Winston-Salem, NC",A,"4192","137","166","71","171","4738",88.48,2.89,3.51,1.5,3.62,2.49,0.07,0.18,1.06,0.89,"38537","42604","21141","1539","4420",35.6,39.36,19.53,1.42,4.08
|
||||
"Winston-Salem, NC",B,"4479","2309","742","85","360","7976",56.16,28.95,9.31,1.07,4.52,1.58,0.74,0.48,0.75,1.11,"38537","42604","21141","1539","4420",35.6,39.36,19.53,1.42,4.08
|
||||
"Winston-Salem, NC",C,"7418","10612","7289","308","1238","26865",27.61,39.5,27.13,1.15,4.61,0.78,1,1.39,0.81,1.13,"38537","42604","21141","1539","4420",35.6,39.36,19.53,1.42,4.08
|
||||
"Winston-Salem, NC",D,"807","6774","1759","43","404","9787",8.24,69.22,17.97,0.44,4.12,0.23,1.76,0.92,0.31,1.01,"38537","42604","21141","1539","4420",35.6,39.36,19.53,1.42,4.08
|
||||
"York-Hanover, PA",A,"2705","170","230","108","132","3344",80.89,5.08,6.87,3.22,3.95,1.1,0.62,0.61,1.51,0.86,"252133","27842","38586","7290","15634",73.83,8.15,11.3,2.13,4.58
|
||||
"York-Hanover, PA",B,"2608","596","850","105","226","4386",59.48,13.59,19.39,2.4,5.15,0.81,1.67,1.72,1.12,1.12,"252133","27842","38586","7290","15634",73.83,8.15,11.3,2.13,4.58
|
||||
"York-Hanover, PA",C,"11544","6136","10562","262","1972","30476",37.88,20.13,34.66,0.86,6.47,0.51,2.47,3.07,0.4,1.41,"252133","27842","38586","7290","15634",73.83,8.15,11.3,2.13,4.58
|
||||
"York-Hanover, PA",D,"3449","2788","4794","96","634","11761",29.32,23.71,40.76,0.82,5.39,0.4,2.91,3.61,0.38,1.18,"252133","27842","38586","7290","15634",73.83,8.15,11.3,2.13,4.58
|
||||
"Youngstown-Warren-Boardman, OH-PA",A,"4566","1962","426","68","361","7383",61.84,26.57,5.77,0.92,4.89,0.83,1.81,1.22,1.17,0.99,"279003","54773","17687","2931","18410",74.84,14.69,4.74,0.79,4.94
|
||||
"Youngstown-Warren-Boardman, OH-PA",B,"16173","6839","1475","175","1611","26273",61.56,26.03,5.61,0.67,6.13,0.82,1.77,1.18,0.85,1.24,"279003","54773","17687","2931","18410",74.84,14.69,4.74,0.79,4.94
|
||||
"Youngstown-Warren-Boardman, OH-PA",C,"32498","14924","4263","252","3631","55569",58.48,26.86,7.67,0.45,6.53,0.78,1.83,1.62,0.58,1.32,"279003","54773","17687","2931","18410",74.84,14.69,4.74,0.79,4.94
|
||||
"Youngstown-Warren-Boardman, OH-PA",D,"9730","8977","4169","65","1221","24162",40.27,37.15,17.25,0.27,5.05,0.54,2.53,3.64,0.34,1.02,"279003","54773","17687","2931","18410",74.84,14.69,4.74,0.79,4.94
|
||||
|
752438
redlining/zone-block-matches.csv
Normal file
752438
redlining/zone-block-matches.csv
Normal file
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,9 @@ This directory contains the data behind the submissions for castles puzzle.
|
||||
* `castle-solutions.csv` contains the submissions for [Can You Rule Riddler Nation?](https://fivethirtyeight.com/features/can-you-rule-riddler-nation/)
|
||||
* `castle-solutions-2.csv` contains the submissions for [The Battle For Riddler Nation, Round 2](http://fivethirtyeight.com/features/the-battle-for-riddler-nation-round-2/)
|
||||
* `castle-solutions-3.csv` contains the submissions for [Are You The Best Warlord?](https://fivethirtyeight.com/features/are-you-the-best-warlord/)
|
||||
* `castle-solutions-4.csv` contains the submissions for [A Peaceful (But Not Peaceful) Transition Of Power In Riddler Nation](https://fivethirtyeight.com/features/a-peaceful-but-not-peaceful-transition-of-power-in-riddler-nation/)
|
||||
* `castle-solutions-5.csv` contains the submissions for [The Fifth Battle For Riddler Nation](https://fivethirtyeight.com/features/the-fifth-battle-for-riddler-nation/), in which there were 13 castles rather than the usual 10
|
||||
|
||||
|
||||
Readers were asked to submit a strategy for the following “Colonel Blotto”-style game:
|
||||
|
||||
|
||||
1014
riddler-castles/castle-solutions-4.csv
Normal file
1014
riddler-castles/castle-solutions-4.csv
Normal file
File diff suppressed because it is too large
Load Diff
964
riddler-castles/castle-solutions-5.csv
Normal file
964
riddler-castles/castle-solutions-5.csv
Normal file
@@ -0,0 +1,964 @@
|
||||
Castle 1,Castle 2,Castle 3,Castle 4,Castle 5,Castle 6,Castle 7,Castle 8,Castle 9,Castle 10,Castle 11,Castle 12,Castle 13
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
1,1,1,1,1,1,1,1,19,21,24,26,2
|
||||
1,1,1,1,1,1,1,1,1,22,23,23,23
|
||||
4,5,6,8,11,15,15,16,1,16,1,1,1
|
||||
3,4,5,5,5,6,7,8,10,10,11,12,14
|
||||
0,0,1,0,10,12,14,16,0,21,0,26,0
|
||||
0,2,0,2,0,2,18,18,18,18,18,2,2
|
||||
2,2,2,2,2,0,4,6,8,2,24,17,29
|
||||
0,0,0,0,8,0,0,0,0,23,22,23,24
|
||||
0,0,0,0,0,0,0,0,0,23,25,25,27
|
||||
1,1,1,1,1,1,1,1,1,30,30,30,1
|
||||
0,0,0,0,0,16,16,16,16,16,20,0,0
|
||||
0,0,0,7,10,10,2,2,12,25,1,29,2
|
||||
0,3,1,6,1,9,2,12,9,15,11,18,13
|
||||
1,1,2,2,1,1,20,30,30,3,3,3,3
|
||||
0,5,6,0,0,13,15,17,19,0,23,0,2
|
||||
0,0,0,0,0,0,1,1,15,16,20,22,25
|
||||
1,1,2,2,2,15,15,15,15,0,0,0,31
|
||||
1,1,3,2,2,15,15,15,15,0,0,0,31
|
||||
1,1,5,2,2,13,13,13,13,2,2,2,31
|
||||
1,1,3,1,1,13,14,15,16,1,1,1,32
|
||||
1,1,3,3,3,12,13,14,15,1,1,1,32
|
||||
1,1,11,11,12,1,12,13,14,15,3,3,3
|
||||
0,0,1,3,0,9,4,2,17,19,25,3,17
|
||||
3,3,1,4,6,6,2,11,11,21,26,3,3
|
||||
1,1,0,0,0,12,1,16,18,20,3,25,3
|
||||
0,0,0,0,0,12,1,16,18,2,23,25,3
|
||||
0,0,0,0,5,1,1,13,15,2,24,3,36
|
||||
2,2,2,2,5,5,10,15,15,15,15,10,2
|
||||
0,1,2,2,3,3,3,3,2,21,16,28,16
|
||||
0,1,2,2,4,3,3,3,2,21,16,27,16
|
||||
0,0,0,2,3,2,3,2,3,26,15,28,16
|
||||
1,1,2,2,2,3,5,5,17,17,21,21,3
|
||||
2,1,5,3,7,5,9,7,11,9,14,10,17
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
1,3,4,6,8,9,11,12,14,15,17,0,0
|
||||
2,0,6,0,10,0,14,0,18,1,22,1,24
|
||||
1,1,1,2,3,5,7,11,15,18,22,12,2
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
1,1,1,1,1,12,1,16,18,1,22,24,1
|
||||
3,7,1,10,15,0,8,1,7,10,19,14,5
|
||||
0,0,1,10,12,1,7,15,16,1,18,1,18
|
||||
0,0,0,0,1,1,1,3,3,20,22,23,26
|
||||
0,0,0,0,0,1,0,0,2,23,20,28,26
|
||||
0,0,8,0,11,0,0,15,18,23,25,0,0
|
||||
2,2,3,6,9,9,9,2,2,14,14,14,14
|
||||
1,1,1,1,2,2,3,5,5,10,17,23,29
|
||||
4,1,9,10,1,0,0,0,20,20,0,0,35
|
||||
0,0,0,0,0,11,3,21,3,2,3,27,30
|
||||
3,15,11,9,3,3,0,10,13,4,11,7,11
|
||||
0,0,0,0,1,1,0,0,0,2,32,32,32
|
||||
3,2,2,1,4,3,14,7,10,15,16,9,14
|
||||
0,0,0,0,0,0,0,0,0,21,23,26,30
|
||||
17,15,15,10,8,5,6,6,5,4,3,5,1
|
||||
0,0,0,6,1,1,2,15,17,2,1,24,31
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
2,3,4,6,7,8,10,11,13,30,2,2,2
|
||||
1,2,3,5,6,6,8,9,10,10,12,13,15
|
||||
11,0,0,0,11,13,13,14,14,18,2,2,2
|
||||
0,0,0,0,0,0,0,0,0,24,25,25,26
|
||||
0,0,0,2,2,2,6,12,27,31,10,4,4
|
||||
0,0,0,2,2,4,11,11,25,26,14,3,2
|
||||
0,0,0,8,2,2,2,13,17,2,2,31,21
|
||||
1,1,2,2,3,3,3,15,20,20,20,5,5
|
||||
2,0,0,0,9,10,11,13,7,23,0,26,0
|
||||
2,0,0,0,9,10,11,12,7,23,0,26,0
|
||||
0,0,0,0,0,0,2,2,2,15,19,33,27
|
||||
0,0,0,1,1,10,11,1,1,24,22,28,1
|
||||
0,0,0,3,6,7,8,12,15,12,31,3,3
|
||||
1,1,1,1,15,17,1,1,1,1,27,32,1
|
||||
1,1,1,5,7,9,12,16,3,6,6,30,3
|
||||
0,1,2,2,6,5,5,2,9,22,16,26,4
|
||||
2,1,0,0,1,0,0,0,12,0,27,28,29
|
||||
1,1,3,6,7,11,12,13,14,15,13,2,2
|
||||
1,1,14,3,14,3,3,14,15,15,15,1,1
|
||||
0,1,0,4,6,4,0,8,6,14,20,18,19
|
||||
0,0,0,0,0,2,7,18,2,8,18,28,17
|
||||
1,1,2,2,2,2,2,2,2,21,21,21,21
|
||||
0,0,3,3,13,13,13,13,13,1,1,1,26
|
||||
0,0,0,4,6,8,11,14,2,20,21,7,7
|
||||
2,2,2,2,2,2,2,2,10,2,23,24,25
|
||||
1,4,6,1,10,12,1,16,1,20,1,25,2
|
||||
0,0,0,0,1,1,11,11,13,25,1,36,1
|
||||
0,0,0,0,0,0,0,11,13,16,18,20,22
|
||||
0,1,1,2,3,5,8,13,13,13,13,14,14
|
||||
0,0,0,4,0,0,0,12,15,3,3,36,27
|
||||
0,0,0,0,0,9,10,12,2,2,2,34,29
|
||||
5,6,7,8,9,11,12,13,14,15,0,0,0
|
||||
0,0,1,3,5,3,6,7,16,29,12,6,12
|
||||
8,9,3,5,6,0,7,15,1,10,11,12,13
|
||||
0,0,0,2,4,7,10,12,13,15,17,18,2
|
||||
1,1,1,1,1,2,3,5,8,13,21,34,29
|
||||
0,0,0,16,16,0,17,0,17,17,17,0,0
|
||||
4,0,0,0,0,0,16,16,16,23,23,1,1
|
||||
0,4,6,0,11,13,0,17,0,22,0,27,0
|
||||
1,0,2,4,5,4,13,15,15,18,8,5,10
|
||||
0,1,2,2,4,6,6,11,12,16,17,14,9
|
||||
2,3,4,5,16,16,16,16,16,2,2,2,0
|
||||
0,0,0,0,13,15,16,17,19,20,0,0,0
|
||||
1,0,5,0,7,7,3,8,2,0,19,23,25
|
||||
1,1,1,1,7,8,9,11,13,14,16,17,1
|
||||
1,2,2,3,5,4,4,5,2,21,19,17,15
|
||||
0,0,0,0,0,0,0,0,0,23,24,26,27
|
||||
3,3,3,3,3,3,0,15,16,0,21,21,0
|
||||
0,0,0,2,3,4,7,9,12,13,17,17,16
|
||||
5,6,7,8,9,11,12,13,14,15,0,0,0
|
||||
10,10,10,10,10,10,10,10,10,10,0,0,0
|
||||
3,3,3,4,5,8,10,12,14,15,12,6,5
|
||||
2,2,2,3,6,9,9,11,11,20,11,11,3
|
||||
1,2,2,3,4,6,9,14,23,36,0,0,0
|
||||
0,0,1,3,1,4,1,5,3,10,9,31,32
|
||||
0,1,2,2,3,5,8,10,10,14,14,15,16
|
||||
3,3,4,5,6,3,11,11,21,33,0,0,0
|
||||
1,1,1,1,1,1,24,2,28,19,2,17,2
|
||||
0,0,0,0,0,0,0,0,40,60,0,0,0
|
||||
10,10,10,10,10,10,10,10,0,20,0,0,0
|
||||
1,1,7,9,11,13,15,13,11,9,7,2,1
|
||||
2,2,3,4,4,4,4,5,5,25,5,6,31
|
||||
0,0,0,0,0,12,1,17,19,0,23,27,1
|
||||
0,0,6,0,0,0,11,0,0,0,23,27,33
|
||||
0,0,8,0,9,10,2,2,15,3,22,28,1
|
||||
2,7,10,4,2,4,3,11,12,11,3,15,12
|
||||
0,0,0,0,0,13,0,13,13,0,30,31,0
|
||||
1,1,1,3,4,5,8,13,21,31,2,4,6
|
||||
2,4,4,8,8,8,2,12,16,16,2,16,2
|
||||
0,2,5,2,3,6,4,1,12,23,6,9,27
|
||||
1,0,0,0,0,0,0,0,3,22,24,27,24
|
||||
0,1,0,1,0,13,15,0,0,21,23,26,0
|
||||
2,3,3,0,0,1,15,17,20,21,16,1,1
|
||||
0,0,3,3,3,7,9,10,11,12,13,14,15
|
||||
0,1,1,6,3,8,10,1,20,22,24,2,2
|
||||
1,2,2,3,5,9,9,11,6,7,7,0,38
|
||||
0,0,0,1,1,1,2,2,2,21,24,25,21
|
||||
1,1,1,1,10,12,14,16,18,1,22,2,1
|
||||
1,3,3,1,10,11,13,14,16,3,19,3,3
|
||||
0,0,0,0,0,0,0,0,0,19,24,30,27
|
||||
0,0,4,0,0,8,11,15,0,4,0,32,26
|
||||
10,10,9,8,7,6,2,6,6,8,9,10,10
|
||||
10,10,9,8,7,6,2,6,6,8,9,10,10
|
||||
10,10,9,8,7,6,2,6,6,8,9,10,10
|
||||
2,1,1,1,3,10,6,11,1,16,20,22,6
|
||||
0,1,1,3,6,10,16,3,3,21,8,23,5
|
||||
2,3,4,5,1,1,2,8,9,11,15,19,20
|
||||
1,1,1,2,2,2,2,5,6,15,15,20,28
|
||||
2,2,3,5,1,1,1,14,1,19,24,1,28
|
||||
1,1,1,1,1,1,10,12,1,14,16,21,20
|
||||
0,0,0,0,3,4,1,1,1,21,15,28,26
|
||||
1,2,3,4,5,6,7,9,10,11,13,14,15
|
||||
1,2,2,5,0,7,12,14,0,16,18,21,2
|
||||
2,2,2,2,2,2,9,9,9,4,27,27,3
|
||||
7,7,7,7,7,7,7,7,7,7,12,11,7
|
||||
0,0,5,0,0,15,15,0,20,20,25,0,0
|
||||
1,2,3,4,5,7,8,9,10,11,12,13,15
|
||||
1,1,1,10,1,15,1,1,1,25,21,21,1
|
||||
2,2,2,2,2,9,10,2,15,2,22,27,2
|
||||
7,7,8,9,10,12,13,14,1,16,1,1,1
|
||||
1,1,1,1,1,1,1,1,1,20,22,24,25
|
||||
0,1,0,0,9,5,0,4,27,5,9,21,19
|
||||
0,0,0,0,0,10,12,0,0,23,25,30,0
|
||||
0,0,0,1,2,12,14,19,22,3,27,0,0
|
||||
0,0,0,1,1,10,12,16,1,2,2,23,32
|
||||
0,0,0,0,1,8,1,12,22,24,1,2,29
|
||||
0,0,0,1,1,1,12,16,18,20,4,27,0
|
||||
0,0,0,0,3,11,14,21,20,1,28,1,1
|
||||
0,0,0,0,0,11,14,20,19,3,27,3,3
|
||||
0,0,0,5,6,12,2,12,3,24,3,4,29
|
||||
0,0,0,6,7,14,1,3,4,25,5,5,30
|
||||
0,0,0,6,6,6,6,4,4,26,5,5,32
|
||||
0,0,0,6,6,3,3,3,5,6,6,30,32
|
||||
0,0,0,4,8,1,5,2,6,5,7,30,32
|
||||
0,0,0,3,6,1,5,1,8,5,7,32,32
|
||||
2,4,0,2,14,1,21,1,10,2,23,2,22
|
||||
2,3,4,5,7,8,9,10,11,12,13,14,2
|
||||
1,1,4,6,8,9,10,11,13,15,16,3,3
|
||||
0,0,0,8,0,12,0,0,0,0,26,27,27
|
||||
1,1,1,1,1,1,1,12,20,20,20,20,1
|
||||
1,3,1,3,1,10,12,18,19,26,2,2,2
|
||||
6,6,8,8,8,8,8,8,8,8,8,8,8
|
||||
0,0,0,0,0,0,0,0,20,20,20,20,20
|
||||
1,0,2,2,5,3,15,18,22,24,2,2,4
|
||||
1,2,3,4,5,7,8,9,10,11,12,13,14
|
||||
2,2,3,5,7,9,13,1,1,24,27,3,3
|
||||
2,2,1,1,1,3,10,12,15,19,30,2,2
|
||||
3,3,3,0,10,0,11,12,21,1,34,1,1
|
||||
6,7,7,6,9,9,10,11,10,2,7,8,8
|
||||
0,1,2,1,1,11,14,1,21,23,25,0,0
|
||||
1,3,4,6,8,9,12,15,15,15,4,4,4
|
||||
0,0,0,0,7,13,13,13,13,13,13,13,2
|
||||
0,0,0,4,6,7,8,8,9,2,40,10,6
|
||||
2,2,2,2,2,2,2,2,2,2,26,26,28
|
||||
0,0,0,0,0,0,0,14,17,21,23,25,0
|
||||
2,12,1,4,6,1,19,10,5,13,6,11,10
|
||||
0,2,0,3,3,1,15,10,20,15,5,28,1
|
||||
2,3,3,3,3,8,8,8,12,12,12,12,14
|
||||
0,0,0,0,0,0,0,0,0,20,25,25,30
|
||||
0,0,0,0,1,1,1,1,1,14,26,27,28
|
||||
1,2,2,2,7,9,11,11,13,13,15,13,1
|
||||
2,2,2,2,3,4,15,15,15,18,18,2,2
|
||||
2,2,3,3,5,6,8,9,10,12,13,13,14
|
||||
1,2,3,4,5,8,6,7,18,16,25,3,2
|
||||
0,0,0,1,1,15,1,17,1,19,21,23,1
|
||||
0,0,0,6,9,0,14,0,21,23,27,0,0
|
||||
0,5,3,3,9,9,10,11,12,25,4,4,5
|
||||
3,5,3,3,8,9,10,10,11,25,4,4,5
|
||||
3,0,2,2,2,11,13,15,16,26,3,3,4
|
||||
2,0,0,0,5,13,14,15,16,17,18,0,0
|
||||
8,11,4,8,7,11,8,9,4,6,9,5,6
|
||||
2,3,2,6,2,14,6,11,10,7,12,13,12
|
||||
1,0,7,6,11,9,13,15,13,11,9,4,1
|
||||
1,1,1,2,3,5,7,9,12,15,19,25,0
|
||||
1,1,1,1,18,1,1,1,18,18,19,19,1
|
||||
1,1,1,4,8,8,0,0,0,17,20,20,20
|
||||
0,0,0,1,1,1,1,1,1,15,18,28,33
|
||||
1,1,1,1,8,11,13,17,21,26,0,0,0
|
||||
0,0,0,7,0,10,16,18,21,1,1,26,0
|
||||
2,1,1,1,12,12,12,12,17,27,1,1,1
|
||||
2,2,2,4,4,6,10,10,20,20,20,0,0
|
||||
0,5,1,1,1,1,0,19,1,2,20,29,20
|
||||
0,0,0,1,12,2,14,1,5,2,13,21,29
|
||||
0,0,0,0,0,0,0,0,0,23,24,26,27
|
||||
4,0,0,0,9,12,15,17,19,24,0,0,0
|
||||
4,0,0,0,12,14,15,15,17,23,0,0,0
|
||||
0,1,1,2,2,11,3,16,16,16,3,3,26
|
||||
0,0,1,1,3,12,13,3,18,2,27,1,19
|
||||
2,9,2,11,2,13,2,13,2,15,2,17,10
|
||||
0,0,0,0,0,0,0,20,20,20,20,20,0
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
3,4,5,6,8,8,8,8,8,9,10,11,12
|
||||
1,1,0,0,3,11,7,9,7,7,16,17,21
|
||||
2,2,2,2,6,7,8,9,10,26,26,0,0
|
||||
0,0,0,0,0,5,5,0,0,26,24,23,22
|
||||
1,1,4,10,12,14,16,18,20,1,1,1,1
|
||||
0,3,0,6,0,11,15,18,21,26,0,0,0
|
||||
0,0,0,1,1,6,6,2,1,26,26,29,2
|
||||
0,0,1,2,2,6,7,9,15,20,20,20,2
|
||||
0,0,0,0,0,0,0,5,5,12,24,26,28
|
||||
0,0,0,0,0,0,0,0,0,20,22,29,29
|
||||
0,0,0,0,0,0,1,1,1,23,23,26,25
|
||||
1,1,1,1,1,1,1,1,1,19,20,26,26
|
||||
1,1,1,1,1,1,2,2,2,21,22,23,22
|
||||
0,0,0,0,0,12,15,16,1,1,1,27,27
|
||||
1,1,6,2,2,13,14,15,16,1,1,1,27
|
||||
0,3,3,3,3,4,5,7,9,8,25,2,28
|
||||
1,1,2,5,9,7,8,14,7,16,9,13,8
|
||||
0,1,4,3,3,6,7,7,18,19,14,2,16
|
||||
1,2,3,4,5,6,7,8,10,12,13,14,15
|
||||
12,12,42,32,9,4,5,6,1,13,12,12,2
|
||||
2,2,3,3,5,5,7,9,13,14,14,13,10
|
||||
0,1,2,1,5,0,3,15,17,20,13,23,0
|
||||
1,1,3,5,7,10,12,15,16,2,3,3,22
|
||||
0,0,0,1,1,1,7,11,12,13,14,15,16
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
0,0,0,1,1,5,9,10,11,12,13,14,15
|
||||
0,0,0,1,1,1,1,12,13,14,15,16,17
|
||||
0,0,0,1,1,1,1,7,14,15,16,17,18
|
||||
0,0,10,11,0,12,13,14,15,16,0,0,0
|
||||
0,0,8,8,0,13,14,15,16,17,0,0,0
|
||||
0,0,5,6,0,14,15,16,17,18,0,0,0
|
||||
0,0,10,11,12,0,13,14,15,16,0,0,0
|
||||
0,0,9,10,11,0,13,15,16,17,0,0,0
|
||||
0,0,7,8,9,0,13,16,17,18,0,0,0
|
||||
0,0,10,11,12,0,15,16,17,19,0,0,0
|
||||
0,0,10,11,12,15,16,17,0,0,0,0,19
|
||||
1,1,1,1,1,15,15,15,15,15,16,2,2
|
||||
1,4,2,5,5,0,4,15,0,15,16,16,17
|
||||
1,1,1,2,2,8,10,16,16,16,16,7,4
|
||||
2,2,2,2,2,2,2,3,3,20,20,20,20
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,100
|
||||
7,7,7,7,7,7,7,7,7,8,9,10,10
|
||||
1,1,1,1,20,20,20,17,5,1,5,1,4
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
1,1,1,2,2,2,7,10,14,18,21,18,3
|
||||
0,0,0,21,0,0,0,0,0,0,79,0,0
|
||||
2,0,0,0,0,0,15,17,20,22,24,0,0
|
||||
0,0,0,0,10,10,0,0,20,20,20,20,0
|
||||
1,1,1,1,1,1,8,7,7,18,18,18,18
|
||||
1,1,1,1,1,7,7,7,7,7,20,20,20
|
||||
1,1,2,2,1,2,11,15,4,16,17,10,18
|
||||
0,0,0,6,12,12,12,13,0,13,16,16,0
|
||||
1,1,2,3,5,9,10,10,11,18,24,3,3
|
||||
0,4,3,0,5,4,3,12,13,4,8,22,22
|
||||
2,1,4,8,3,11,11,1,1,1,1,25,31
|
||||
0,0,0,0,4,8,8,10,10,10,15,15,20
|
||||
6,8,9,10,10,10,10,11,11,12,1,1,1
|
||||
1,2,3,4,5,6,6,8,9,10,14,16,16
|
||||
0,2,2,2,9,13,14,15,6,3,28,3,3
|
||||
0,0,1,1,8,16,16,16,16,5,16,3,2
|
||||
4,5,7,8,10,11,10,11,10,8,7,5,4
|
||||
0,0,0,0,0,0,0,0,0,22,24,26,28
|
||||
1,2,3,4,5,7,8,9,10,11,12,13,15
|
||||
6,7,12,12,7,3,10,1,3,11,1,16,11
|
||||
1,1,1,1,1,1,1,6,11,16,21,16,23
|
||||
0,0,0,0,0,11,13,16,2,3,3,29,23
|
||||
1,4,3,0,0,0,16,0,18,0,26,32,1
|
||||
1,1,1,1,1,1,1,1,14,15,17,27,19
|
||||
1,1,7,8,9,10,11,12,1,19,0,21,0
|
||||
0,0,0,0,7,1,16,1,17,1,1,27,29
|
||||
2,4,6,8,10,14,16,20,0,0,0,8,12
|
||||
0,0,0,0,1,1,1,1,14,14,14,40,14
|
||||
6,5,9,7,5,13,14,6,5,5,14,7,5
|
||||
1,1,7,3,3,3,16,17,4,4,4,32,5
|
||||
0,0,0,0,8,1,2,15,2,22,24,26,1
|
||||
0,1,2,3,6,7,8,10,12,13,13,13,12
|
||||
1,1,2,4,7,9,10,12,15,16,18,3,2
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
0,0,0,0,0,0,2,2,2,20,22,26,26
|
||||
3,3,4,0,8,10,12,0,18,20,22,0,0
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
2,2,0,4,10,12,0,0,0,20,24,26,0
|
||||
0,0,0,0,13,2,2,18,0,18,18,28,1
|
||||
0,0,0,0,0,0,10,12,20,24,34,0,0
|
||||
0,0,0,0,0,14,0,17,20,21,0,0,28
|
||||
0,0,0,0,0,0,20,20,20,20,20,0,0
|
||||
0,0,3,0,10,1,14,1,18,1,22,4,26
|
||||
1,1,1,1,1,1,1,1,10,16,30,35,1
|
||||
2,2,2,2,9,10,12,13,14,1,1,1,31
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
0,2,3,3,6,3,18,19,5,4,20,16,1
|
||||
2,5,5,2,2,8,9,10,13,14,12,9,9
|
||||
0,0,0,0,0,0,0,0,0,24,21,27,28
|
||||
1,1,1,8,9,1,12,1,14,25,25,1,1
|
||||
1,1,4,4,5,15,15,15,15,5,5,5,10
|
||||
1,1,1,1,1,3,10,2,12,14,16,18,20
|
||||
2,2,2,5,2,5,2,8,5,15,16,17,19
|
||||
0,1,1,1,2,2,16,17,18,18,2,20,2
|
||||
0,0,0,0,0,0,0,0,12,19,21,23,25
|
||||
1,2,3,4,5,6,7,8,9,10,13,13,20
|
||||
1,1,5,7,2,2,12,15,19,3,26,3,4
|
||||
0,1,1,2,2,2,2,3,4,5,31,45,2
|
||||
1,1,1,1,1,1,1,6,6,20,40,20,1
|
||||
0,0,0,0,0,0,0,18,19,20,21,22,0
|
||||
0,0,1,2,3,4,7,9,12,14,18,16,14
|
||||
1,1,1,2,2,2,3,3,3,19,20,21,22
|
||||
2,4,5,5,3,3,10,10,3,19,21,3,12
|
||||
0,0,1,5,7,9,12,14,16,27,1,1,7
|
||||
1,2,4,3,2,10,11,1,3,20,17,21,5
|
||||
3,2,0,2,0,1,11,7,15,6,17,21,15
|
||||
1,1,1,1,1,1,1,1,1,21,22,23,25
|
||||
0,0,0,0,6,1,14,1,17,1,0,27,33
|
||||
0,1,1,1,1,1,1,2,3,20,21,23,25
|
||||
0,0,0,4,1,0,1,6,0,16,17,22,33
|
||||
2,2,3,4,6,7,2,11,12,2,16,17,16
|
||||
0,6,0,10,12,13,0,13,15,14,0,17,0
|
||||
3,3,3,9,10,11,12,13,0,36,0,0,0
|
||||
0,2,3,5,7,2,10,11,3,12,25,5,15
|
||||
0,3,0,0,10,13,0,18,0,0,24,32,0
|
||||
-1112,101,101,101,101,101,101,101,101,101,101,101,101
|
||||
0,0,0,7,1,0,12,1,0,22,3,27,27
|
||||
0,0,0,0,4,14,12,1,2,2,18,27,20
|
||||
1,1,1,1,2,2,3,3,4,20,20,21,21
|
||||
0,2,2,6,8,3,10,3,13,14,15,3,21
|
||||
2,2,3,3,5,5,10,10,10,15,25,5,5
|
||||
2,1,1,1,10,10,10,14,24,24,1,1,1
|
||||
0,0,0,4,2,12,14,2,1,24,25,12,4
|
||||
0,0,0,0,1,10,2,14,18,4,22,24,5
|
||||
1,1,1,1,6,7,8,10,12,13,15,16,9
|
||||
0,1,1,1,5,2,3,10,5,20,24,26,2
|
||||
0,0,0,0,0,1,2,6,11,21,26,31,2
|
||||
2,2,6,6,2,2,5,5,8,2,20,21,19
|
||||
1,7,3,6,4,1,4,5,4,7,20,19,19
|
||||
0,0,0,8,10,12,14,16,19,21,0,0,0
|
||||
14,14,14,2,2,2,2,2,3,3,14,14,14
|
||||
0,0,0,0,7,8,0,0,0,27,0,28,30
|
||||
0,0,0,0,9,11,13,2,3,3,16,20,23
|
||||
0,1,2,2,3,3,4,0,20,24,25,8,8
|
||||
0,0,0,0,0,11,3,12,15,4,24,28,3
|
||||
1,1,1,3,4,9,8,11,10,13,10,15,14
|
||||
2,3,4,5,6,7,8,9,10,11,12,23,0
|
||||
0,0,1,0,0,8,6,12,14,0,18,20,21
|
||||
2,1,6,1,10,1,14,1,18,21,23,1,1
|
||||
2,10,10,10,10,10,10,10,10,12,2,2,2
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
0,1,1,2,2,2,20,20,20,2,10,10,10
|
||||
1,2,4,6,2,2,3,14,15,15,14,13,9
|
||||
0,2,3,5,7,9,11,12,13,13,11,9,5
|
||||
0,0,0,1,1,1,12,13,18,23,1,29,1
|
||||
3,3,3,3,0,0,0,0,0,0,28,30,30
|
||||
0,0,0,6,8,9,11,0,0,0,0,30,36
|
||||
0,0,0,0,5,0,11,6,5,0,32,16,25
|
||||
2,2,2,2,2,2,2,10,15,20,20,20,1
|
||||
1,0,0,0,11,11,11,11,11,11,11,11,11
|
||||
0,0,0,0,0,0,15,16,19,23,0,27,0
|
||||
2,2,2,2,2,4,6,8,10,13,15,17,19
|
||||
0,1,1,11,11,11,11,11,11,11,21,0,0
|
||||
10,10,10,10,10,10,10,10,10,10,0,0,0
|
||||
1,1,1,1,1,1,1,1,1,19,20,26,26
|
||||
1,1,1,1,2,1,1,10,19,18,13,15,17
|
||||
4,5,6,7,6,8,9,10,7,8,9,10,11
|
||||
13,12,11,10,9,8,7,6,5,4,3,2,10
|
||||
1,1,1,7,9,11,13,16,18,20,1,1,1
|
||||
1,1,1,7,9,11,13,16,18,20,1,1,1
|
||||
0,1,6,1,10,2,14,16,18,3,23,3,4
|
||||
0,1,6,1,10,2,14,16,18,3,23,3,3
|
||||
0,0,0,0,0,0,10,11,15,16,19,18,11
|
||||
2,1,2,6,8,8,8,6,10,8,12,11,18
|
||||
0,0,0,0,0,0,0,0,0,26,26,25,22
|
||||
2,2,2,2,2,2,2,25,25,30,2,2,2
|
||||
1,1,1,3,5,6,6,11,13,15,17,19,2
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
11,11,11,11,11,11,11,11,0,12,0,0,0
|
||||
2,4,7,9,11,13,15,17,0,22,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,22,24,26,28
|
||||
0,0,0,1,1,5,15,0,16,1,30,31,0
|
||||
0,0,2,2,0,0,0,0,0,25,25,24,22
|
||||
1,1,1,10,11,12,13,15,16,17,1,1,1
|
||||
2,3,4,6,1,1,14,1,20,22,24,1,1
|
||||
2,2,5,2,10,2,2,17,18,18,18,2,2
|
||||
1,1,1,2,5,5,5,5,10,10,15,20,20
|
||||
4,3,2,2,3,3,4,8,15,14,30,8,4
|
||||
0,1,1,3,0,2,12,13,14,20,0,34,0
|
||||
0,0,0,1,1,5,9,13,8,5,5,31,22
|
||||
6,0,8,8,8,1,1,1,1,21,21,21,3
|
||||
0,2,3,4,7,10,12,15,19,25,1,1,1
|
||||
2,2,2,3,4,5,8,10,11,11,15,14,13
|
||||
2,2,3,3,3,4,6,8,10,12,14,16,17
|
||||
2,2,1,3,7,7,8,14,5,3,22,7,19
|
||||
0,0,0,0,0,0,0,0,7,21,31,41,0
|
||||
0,0,0,11,11,11,11,11,11,31,1,1,1
|
||||
0,0,0,0,0,2,2,0,0,3,31,31,31
|
||||
2,0,0,0,0,0,0,11,16,31,40,0,0
|
||||
3,3,2,5,6,5,8,9,5,16,15,11,12
|
||||
1,2,3,4,5,6,7,8,12,13,13,13,13
|
||||
0,1,3,5,5,6,10,0,20,25,25,0,0
|
||||
0,0,0,0,14,0,0,20,0,21,22,23,0
|
||||
0,0,0,0,5,5,10,15,30,15,10,5,5
|
||||
0,0,8,3,10,10,14,1,1,1,1,28,23
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1,1,1,3,6,9,10,6,7,15,15,16,10
|
||||
2,2,2,2,2,2,2,2,8,21,26,21,8
|
||||
1,1,1,1,1,1,1,1,1,16,21,25,29
|
||||
1,1,1,1,1,9,10,11,1,1,1,29,33
|
||||
0,0,0,0,0,2,4,22,22,22,22,4,2
|
||||
0,0,4,5,6,6,7,8,10,13,16,25,0
|
||||
3,3,4,4,5,5,11,11,12,12,16,10,4
|
||||
2,3,5,7,10,12,2,15,2,3,17,19,3
|
||||
4,1,1,0,0,8,14,15,17,18,20,1,1
|
||||
0,0,0,0,3,1,1,16,17,27,3,3,29
|
||||
0,1,1,0,0,13,4,11,15,19,14,15,10
|
||||
1,1,4,6,8,10,13,16,18,20,1,1,1
|
||||
0,0,0,0,0,0,12,15,20,24,0,29,0
|
||||
0,0,0,0,0,0,0,0,0,22,24,26,28
|
||||
0,0,4,6,9,1,11,16,21,26,2,2,2
|
||||
0,0,0,0,11,14,0,0,1,22,1,27,24
|
||||
0,0,0,0,0,2,2,15,15,3,3,36,24
|
||||
1,0,2,1,1,2,2,13,16,21,21,18,2
|
||||
2,1,2,2,2,2,2,12,13,14,15,16,17
|
||||
0,0,0,1,2,3,1,0,0,21,25,26,21
|
||||
0,0,0,1,1,2,2,0,0,21,26,21,26
|
||||
1,2,3,4,10,11,12,13,15,1,26,1,1
|
||||
0,0,0,1,1,1,1,1,1,20,22,25,27
|
||||
1,3,1,5,1,1,1,1,10,25,25,25,1
|
||||
1,2,1,4,6,8,8,10,11,12,15,16,6
|
||||
2,2,3,3,5,5,5,5,10,10,15,20,15
|
||||
6,6,6,6,6,10,15,20,0,25,0,0,0
|
||||
2,3,4,5,6,10,10,10,10,10,10,10,10
|
||||
0,0,0,0,0,0,0,0,0,21,22,25,32
|
||||
0,0,0,8,10,12,14,16,18,22,0,0,0
|
||||
0,2,3,5,7,11,13,17,19,23,0,0,0
|
||||
0,0,1,1,1,1,1,1,1,29,27,26,11
|
||||
1,2,5,5,8,10,13,15,0,0,20,21,0
|
||||
1,30,25,1,18,12,1,7,1,1,1,1,1
|
||||
1,1,1,1,1,10,13,15,17,19,21,0,0
|
||||
1,2,3,4,5,6,7,8,9,13,14,15,13
|
||||
1,2,3,4,5,7,7,8,11,12,13,14,13
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
2,3,4,5,6,7,8,9,19,0,0,37,0
|
||||
2,3,4,5,6,7,8,9,19,0,0,37,0
|
||||
1,1,1,1,1,1,1,1,1,1,29,30,31
|
||||
0,0,0,7,1,0,0,1,10,26,26,28,1
|
||||
10,11,12,13,7,7,10,10,3,2,1,12,3
|
||||
1,1,1,3,4,5,5,8,10,15,17,19,11
|
||||
0,2,3,3,0,6,10,15,18,18,15,5,5
|
||||
0,0,0,0,0,0,0,0,0,23,24,26,27
|
||||
4,2,2,1,1,2,14,12,15,8,4,18,17
|
||||
0,0,0,1,6,9,14,15,15,16,16,4,4
|
||||
1,1,1,1,1,1,1,0,1,20,20,25,25
|
||||
0,0,1,1,1,13,3,16,18,0,23,24,0
|
||||
1,1,1,2,2,2,2,2,2,14,15,22,34
|
||||
2,2,2,2,5,8,11,13,15,17,19,2,2
|
||||
0,0,6,8,10,13,15,18,0,0,0,0,30
|
||||
1,2,2,2,3,2,14,14,16,16,1,26,1
|
||||
1,1,1,1,2,2,2,2,4,19,20,20,25
|
||||
2,1,6,8,1,1,14,16,1,1,23,25,1
|
||||
1,1,2,6,8,2,2,3,18,20,22,7,8
|
||||
4,0,0,0,11,12,13,14,20,26,0,0,0
|
||||
1,2,2,2,6,2,3,14,18,25,16,4,5
|
||||
0,0,0,0,5,0,0,0,0,19,19,19,19
|
||||
1,1,2,1,3,7,11,11,10,13,13,14,13
|
||||
0,0,0,0,0,0,0,0,0,0,0,50,50
|
||||
1,1,2,4,4,6,8,10,12,16,14,12,10
|
||||
0,0,0,8,10,1,14,1,18,21,23,2,2
|
||||
0,3,3,6,7,10,0,0,0,0,17,24,30
|
||||
0,0,2,2,4,9,3,0,6,13,15,21,25
|
||||
0,2,2,3,5,8,15,15,4,3,22,11,10
|
||||
0,2,3,5,9,7,11,16,3,3,24,8,9
|
||||
0,0,0,0,0,0,0,0,0,33,33,33,1
|
||||
3,3,3,5,9,10,10,1,13,14,14,14,1
|
||||
0,0,0,1,9,10,8,10,10,14,14,13,11
|
||||
1,1,2,4,4,4,4,9,11,12,16,16,16
|
||||
1,1,6,8,1,12,14,16,18,20,1,1,1
|
||||
1,1,1,5,5,6,6,8,10,12,12,15,17
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
0,0,0,0,0,0,0,15,20,20,20,25,0
|
||||
0,0,0,0,0,0,20,20,20,20,0,20,0
|
||||
3,0,0,0,12,15,15,15,20,20,0,0,0
|
||||
0,0,0,0,11,1,1,16,3,4,4,36,24
|
||||
0,1,1,4,5,6,6,8,9,13,14,15,18
|
||||
0,0,1,2,2,9,11,14,3,3,3,26,26
|
||||
0,0,0,1,2,2,12,15,15,22,2,27,2
|
||||
2,4,4,1,3,3,3,18,3,24,30,3,2
|
||||
0,1,1,2,3,4,5,7,10,24,31,13,1
|
||||
2,4,5,7,9,11,13,15,16,18,0,0,0
|
||||
2,2,2,2,9,2,2,9,2,12,27,27,2
|
||||
6,7,8,9,11,12,13,14,1,16,1,1,1
|
||||
2,2,2,2,2,2,2,2,2,18,18,18,18
|
||||
2,2,2,2,2,2,2,2,2,20,20,21,21
|
||||
0,0,1,1,2,1,1,2,2,20,20,20,30
|
||||
0,0,0,0,0,0,6,4,14,10,22,18,26
|
||||
1,3,4,7,9,6,7,8,9,10,11,12,13
|
||||
1,2,3,4,5,6,7,8,9,10,13,15,17
|
||||
2,2,2,2,2,2,2,2,2,14,27,27,14
|
||||
0,0,0,0,0,0,0,0,0,23,24,25,28
|
||||
5,0,0,0,11,11,11,11,11,40,0,0,0
|
||||
0,0,0,12,0,0,0,0,19,19,19,31,0
|
||||
9,9,9,9,9,9,9,9,9,9,4,3,3
|
||||
0,0,0,5,2,1,15,12,1,1,19,20,24
|
||||
2,2,2,5,4,3,9,11,12,14,6,18,12
|
||||
1,1,1,3,5,5,1,8,11,1,19,20,24
|
||||
1,1,3,4,8,12,15,11,21,14,3,3,4
|
||||
1,2,2,3,5,6,8,12,15,18,21,4,3
|
||||
0,2,3,4,4,4,4,16,17,4,4,4,34
|
||||
1,2,2,2,2,2,2,2,12,24,24,24,1
|
||||
1,1,1,1,10,1,10,10,1,1,1,31,31
|
||||
1,2,0,3,7,8,9,13,1,13,12,13,18
|
||||
1,2,3,3,9,9,11,12,12,3,18,14,3
|
||||
1,1,10,10,2,2,2,18,20,25,3,3,3
|
||||
2,2,4,4,6,6,8,8,12,12,12,12,12
|
||||
1,0,4,0,8,0,14,0,20,24,20,7,2
|
||||
0,0,0,4,0,6,7,7,17,7,17,13,22
|
||||
0,1,1,4,8,8,11,11,14,5,31,3,3
|
||||
2,2,2,2,2,8,8,8,10,26,26,2,2
|
||||
0,0,0,1,9,10,2,3,1,16,27,2,29
|
||||
2,6,2,2,2,11,11,11,2,21,2,2,26
|
||||
0,0,0,1,1,10,13,16,2,3,3,28,23
|
||||
2,2,1,1,13,13,13,13,13,26,1,1,1
|
||||
0,0,0,0,0,1,12,18,3,4,4,26,32
|
||||
0,0,1,1,1,10,10,10,3,3,3,26,32
|
||||
1,1,2,3,3,4,5,7,8,16,17,18,15
|
||||
0,5,0,0,1,1,1,3,20,20,3,24,22
|
||||
2,6,1,5,0,1,15,1,21,22,22,2,2
|
||||
0,0,0,0,10,0,0,0,0,21,22,23,24
|
||||
1,1,1,1,7,7,13,20,16,15,10,7,1
|
||||
0,0,0,0,0,0,0,14,16,20,20,16,14
|
||||
0,4,5,7,10,0,17,0,0,0,1,28,28
|
||||
0,0,0,0,0,12,13,14,14,15,16,8,8
|
||||
1,1,2,2,1,11,2,12,13,2,23,27,3
|
||||
11,2,0,3,0,0,5,29,19,0,31,0,0
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
16,5,11,12,14,10,7,7,6,5,3,2,2
|
||||
0,0,0,0,12,12,14,12,16,2,28,2,2
|
||||
0,0,0,7,8,10,13,13,13,1,31,2,2
|
||||
0,2,2,1,1,14,14,14,1,23,1,1,26
|
||||
0,0,0,0,11,16,16,18,19,0,20,0,0
|
||||
1,1,2,9,10,3,3,21,5,2,18,14,11
|
||||
0,0,0,0,16,0,16,16,16,16,20,0,0
|
||||
0,0,7,10,0,0,17,20,22,24,0,0,0
|
||||
2,3,4,5,6,8,9,10,11,12,13,14,3
|
||||
1,0,0,0,16,10,10,0,12,14,12,25,0
|
||||
1,10,2,11,3,12,7,13,5,11,6,12,7
|
||||
0,0,0,0,0,0,0,0,0,9,19,29,43
|
||||
1,2,2,3,8,11,11,11,11,14,14,6,6
|
||||
1,1,1,1,1,1,1,16,17,18,20,21,1
|
||||
1,6,3,8,10,3,12,9,17,3,22,3,3
|
||||
1,1,3,3,3,11,11,21,1,1,2,21,21
|
||||
0,0,0,1,2,3,4,7,10,13,16,20,24
|
||||
0,2,4,7,7,10,14,6,10,6,12,3,19
|
||||
1,2,3,5,7,9,10,12,5,14,14,10,8
|
||||
2,1,3,5,6,9,12,14,19,20,2,5,2
|
||||
1,2,2,6,6,7,7,11,15,17,4,12,10
|
||||
2,3,4,6,6,7,11,12,12,1,18,13,5
|
||||
1,1,1,1,1,1,1,1,1,22,23,23,23
|
||||
1,1,1,1,10,10,10,17,17,1,29,1,1
|
||||
0,0,0,0,0,11,15,1,1,20,2,25,25
|
||||
3,5,2,10,11,12,13,0,2,3,12,13,14
|
||||
6,2,6,2,2,11,2,16,2,16,16,17,2
|
||||
2,2,2,2,2,2,20,20,20,22,2,2,2
|
||||
0,1,1,1,2,2,8,10,15,15,15,15,15
|
||||
0,0,0,0,0,0,0,0,0,22,24,26,28
|
||||
1,1,1,1,1,1,1,20,20,20,20,1,12
|
||||
3,3,4,5,4,4,5,5,7,11,11,16,22
|
||||
0,0,0,0,0,0,0,1,3,6,13,26,51
|
||||
0,0,6,8,10,14,16,0,0,22,24,0,0
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
8,8,8,8,8,8,8,8,8,28,0,0,0
|
||||
1,1,1,11,11,2,21,1,21,26,1,1,2
|
||||
2,4,6,7,8,11,14,18,1,26,1,1,1
|
||||
0,0,0,0,10,12,15,16,18,1,26,1,1
|
||||
0,0,0,0,12,14,15,16,17,0,26,0,0
|
||||
2,2,2,2,4,11,11,11,11,11,11,11,11
|
||||
0,0,2,2,1,0,0,1,7,14,29,13,31
|
||||
0,0,2,4,2,2,1,2,8,5,30,14,30
|
||||
2,3,4,5,7,8,9,10,11,12,13,16,0
|
||||
1,2,2,2,1,8,1,1,7,4,29,12,30
|
||||
1,1,2,2,2,1,11,2,7,2,29,11,29
|
||||
6,0,6,7,0,8,0,8,16,0,17,9,23
|
||||
7,7,7,7,8,8,8,8,8,8,8,8,8
|
||||
6,6,6,7,8,8,8,8,8,8,9,9,9
|
||||
5,5,5,5,5,10,11,11,2,35,2,2,2
|
||||
1,2,2,2,2,2,12,15,17,19,20,3,3
|
||||
1,1,1,2,0,0,9,13,18,22,27,0,0
|
||||
1,1,1,1,1,1,1,1,80,9,1,1,1
|
||||
2,2,3,6,7,8,8,11,11,12,12,9,9
|
||||
2,2,2,2,2,6,10,15,15,2,2,20,20
|
||||
3,2,2,10,10,10,10,10,10,30,1,1,1
|
||||
2,2,2,2,2,2,2,2,2,1,79,1,1
|
||||
0,0,0,0,1,1,4,5,11,26,26,26,0
|
||||
2,1,3,3,5,3,11,16,21,25,3,1,6
|
||||
1,1,1,1,3,7,4,9,25,25,10,10,3
|
||||
0,0,0,0,0,0,11,16,23,24,0,26,0
|
||||
1,1,1,3,5,7,9,11,12,12,13,13,12
|
||||
2,2,3,4,5,5,6,6,6,11,19,21,10
|
||||
2,1,2,1,10,12,15,17,19,21,0,0,0
|
||||
1,2,3,4,5,6,7,9,10,11,12,14,16
|
||||
6,2,4,5,7,4,11,8,12,9,7,12,13
|
||||
2,2,7,9,4,8,5,8,9,10,13,14,9
|
||||
0,0,0,0,0,7,10,2,3,24,26,28,0
|
||||
3,6,9,13,10,7,4,7,10,13,9,6,3
|
||||
0,0,0,2,2,6,6,2,2,26,26,26,2
|
||||
5,5,5,5,5,20,5,20,5,5,5,5,5
|
||||
0,0,3,12,2,1,4,1,15,22,10,15,15
|
||||
2,2,2,2,12,12,13,14,16,16,3,3,3
|
||||
0,0,0,0,0,0,0,1,2,20,23,27,27
|
||||
4,0,0,0,0,0,0,13,14,15,17,18,19
|
||||
1,1,3,4,5,7,9,10,10,13,17,19,1
|
||||
1,6,1,1,7,1,15,13,15,3,17,3,17
|
||||
5,5,1,11,11,11,1,2,16,17,18,1,1
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
2,1,2,6,8,8,10,11,1,1,15,17,18
|
||||
0,0,0,8,10,12,14,16,19,21,0,0,0
|
||||
0,0,2,3,4,8,9,12,16,4,3,18,21
|
||||
3,3,4,7,1,9,1,17,21,1,1,1,31
|
||||
2,2,2,2,2,1,1,2,21,21,21,21,2
|
||||
1,1,1,7,9,11,12,14,15,26,1,1,1
|
||||
2,2,2,2,2,2,14,20,20,20,6,4,4
|
||||
0,1,1,9,4,8,7,6,8,11,13,15,17
|
||||
1,2,4,6,4,8,13,13,2,20,15,5,7
|
||||
0,1,5,7,2,2,10,14,2,2,14,24,17
|
||||
4,4,3,10,11,5,12,1,7,4,6,16,16
|
||||
0,0,0,0,9,14,10,1,2,1,15,28,20
|
||||
0,0,0,1,1,8,9,2,18,2,33,2,24
|
||||
2,4,5,4,7,9,9,9,11,10,10,10,10
|
||||
0,0,0,0,0,0,0,0,0,23,24,25,28
|
||||
0,0,5,7,9,11,13,2,20,1,3,27,2
|
||||
1,2,3,5,0,12,13,15,10,6,15,6,12
|
||||
2,2,3,5,9,10,13,26,0,30,0,0,0
|
||||
3,3,4,0,0,11,14,27,7,31,0,0,0
|
||||
4,0,0,0,0,0,15,28,8,32,13,0,0
|
||||
0,0,0,0,0,0,16,29,9,33,0,13,0
|
||||
1,1,3,5,6,8,10,12,14,16,20,1,3
|
||||
0,0,0,1,1,1,1,1,19,19,19,19,19
|
||||
2,0,0,0,14,14,14,15,15,26,0,0,0
|
||||
3,2,2,3,4,5,10,12,147,16,20,4,5
|
||||
0,0,0,11,0,11,12,12,0,27,27,0,0
|
||||
3,2,2,5,3,4,4,5,13,17,18,22,2
|
||||
0,1,2,4,1,10,15,1,14,2,4,22,24
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
4,5,6,7,9,12,15,17,0,26,0,0,0
|
||||
1,1,1,1,1,12,14,1,18,1,22,1,26
|
||||
13,13,18,6,1,7,13,5,6,7,2,0,9
|
||||
2,4,6,8,10,12,14,13,11,8,6,4,2
|
||||
7,2,8,7,4,3,1,6,11,14,11,13,13
|
||||
0,0,10,0,0,0,12,0,0,0,26,26,26
|
||||
2,3,5,7,9,10,12,0,17,17,18,0,0
|
||||
0,0,0,0,8,14,2,3,3,18,3,28,21
|
||||
0,0,0,0,0,12,13,0,0,24,25,26,0
|
||||
1,0,3,1,11,14,12,14,8,10,13,5,8
|
||||
3,4,6,9,11,13,15,17,1,21,0,0,0
|
||||
1,1,2,3,3,3,3,8,8,12,22,22,12
|
||||
2,0,0,5,6,7,8,9,10,11,13,14,15
|
||||
2,3,4,5,6,8,9,10,11,12,13,14,1
|
||||
1,2,2,3,7,7,13,7,11,8,29,5,5
|
||||
0,0,0,9,10,11,12,13,14,15,16,0,0
|
||||
0,0,1,1,11,1,15,2,17,2,1,22,27
|
||||
1,2,11,7,5,1,5,0,25,4,19,0,20
|
||||
1,1,1,2,3,1,5,12,16,19,21,2,16
|
||||
4,2,2,2,3,7,9,11,15,20,25,0,0
|
||||
2,4,6,8,10,12,14,21,23,0,0,0,0
|
||||
0,2,0,0,0,0,0,0,10,20,0,34,34
|
||||
0,0,0,6,6,8,10,12,17,18,19,5,5
|
||||
1,1,5,2,10,3,1,18,20,1,11,12,15
|
||||
1,2,7,5,12,8,10,8,16,14,3,11,3
|
||||
1,1,1,2,5,5,10,15,15,15,10,10,10
|
||||
0,0,0,1,2,17,10,2,22,13,2,29,2
|
||||
0,0,0,0,9,2,2,16,2,18,22,27,2
|
||||
0,0,0,0,12,0,0,17,2,20,23,24,2
|
||||
0,1,1,2,2,3,9,11,11,12,15,16,17
|
||||
0,1,2,3,4,5,6,7,8,16,17,19,12
|
||||
1,1,1,1,1,1,17,18,3,4,5,22,25
|
||||
0,0,1,6,6,6,6,11,11,21,31,1,0
|
||||
5,6,7,9,11,13,15,16,0,18,0,0,0
|
||||
0,6,0,0,0,1,1,15,1,1,25,28,22
|
||||
3,3,10,4,13,21,4,4,9,18,2,2,7
|
||||
2,1,5,5,0,13,3,8,13,1,18,29,2
|
||||
1,1,1,2,5,5,20,20,20,5,5,5,10
|
||||
1,1,1,2,5,5,20,20,20,5,5,5,10
|
||||
1,1,1,2,5,5,20,20,20,5,5,5,10
|
||||
3,4,5,8,12,14,16,18,0,20,0,0,0
|
||||
2,2,3,4,8,3,13,3,23,30,3,3,3
|
||||
0,5,3,0,7,1,9,1,16,1,27,29,1
|
||||
2,3,5,5,5,8,11,14,17,0,30,0,0
|
||||
1,1,1,1,1,12,11,15,1,1,1,29,25
|
||||
2,3,2,6,3,4,10,12,1,15,1,17,24
|
||||
1,1,1,1,1,1,1,1,1,30,30,30,1
|
||||
0,0,0,0,0,2,2,0,0,24,24,24,24
|
||||
0,0,4,6,2,8,8,7,13,10,17,15,10
|
||||
0,1,0,4,8,2,11,3,3,12,21,10,25
|
||||
1,1,1,5,1,12,12,18,20,1,1,25,1
|
||||
2,2,2,2,2,2,14,12,14,5,18,20,5
|
||||
2,3,3,4,5,8,12,12,12,13,13,2,11
|
||||
1,1,4,5,5,10,6,15,9,6,7,15,16
|
||||
0,0,0,1,1,13,1,16,18,25,1,1,25
|
||||
1,1,1,1,1,1,4,20,20,20,26,2,2
|
||||
0,0,0,0,0,0,10,10,10,12,14,18,26
|
||||
1,1,1,1,1,1,1,1,7,15,20,25,25
|
||||
1,2,2,2,2,7,3,7,11,3,26,8,26
|
||||
0,3,5,6,2,1,9,17,6,24,21,3,3
|
||||
0,3,5,6,2,1,9,17,6,24,21,3,3
|
||||
10,0,0,0,0,0,16,17,18,19,20,0,0
|
||||
0,0,0,1,2,3,12,13,16,18,3,29,3
|
||||
0,6,0,8,0,0,0,19,21,23,23,0,0
|
||||
0,6,0,8,0,0,0,19,21,23,23,0,0
|
||||
5,4,1,1,1,1,11,16,21,30,3,3,3
|
||||
0,0,0,0,0,0,0,16,16,21,21,0,26
|
||||
0,0,0,1,1,1,1,1,1,10,28,29,27
|
||||
1,2,3,4,5,6,7,8,9,10,13,15,17
|
||||
3,3,4,7,9,10,12,14,16,2,2,16,2
|
||||
2,2,2,2,14,14,14,14,2,14,14,3,3
|
||||
0,0,0,0,11,1,13,1,18,1,2,26,27
|
||||
0,0,0,0,9,13,2,2,3,17,4,27,23
|
||||
0,0,7,0,0,13,15,0,19,21,25,0,0
|
||||
1,3,4,4,1,1,1,18,19,23,25,0,0
|
||||
0,0,0,0,0,0,0,0,0,22,24,26,28
|
||||
1,1,3,4,2,10,5,15,1,17,13,0,28
|
||||
0,0,0,1,0,10,2,13,2,24,22,0,26
|
||||
0,1,4,3,3,0,1,12,8,19,3,26,20
|
||||
2,3,7,8,9,10,11,12,11,11,8,4,4
|
||||
0,0,0,9,3,0,13,3,0,22,0,29,21
|
||||
4,0,0,0,14,14,14,14,14,26,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,26,23,25,26
|
||||
4,3,4,3,10,10,10,2,14,4,15,15,6
|
||||
0,0,0,0,0,0,0,0,0,21,24,26,29
|
||||
3,9,10,15,7,7,3,14,7,4,16,1,4
|
||||
5,0,0,0,0,0,11,15,21,23,23,1,1
|
||||
1,2,3,4,5,6,7,8,12,13,14,12,13
|
||||
0,0,0,1,1,17,1,16,17,0,26,21,0
|
||||
0,1,1,1,0,10,10,15,15,5,17,5,20
|
||||
1,1,1,1,1,1,15,15,15,16,16,16,1
|
||||
0,0,0,10,0,13,1,2,2,3,21,26,22
|
||||
3,5,6,8,9,10,13,13,14,16,1,1,1
|
||||
1,3,4,5,6,8,9,10,12,13,14,15,0
|
||||
2,4,5,7,9,11,13,15,16,18,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,22,24,26,28
|
||||
0,0,5,5,7,8,0,0,15,15,20,20,5
|
||||
1,1,0,6,4,4,6,8,7,20,19,0,24
|
||||
1,1,3,1,8,2,1,11,2,22,20,25,3
|
||||
0,0,2,2,2,2,2,2,28,28,28,2,2
|
||||
2,0,4,0,6,8,9,0,11,13,14,16,17
|
||||
0,0,0,0,0,0,5,11,16,19,23,0,26
|
||||
1,1,1,1,1,1,1,18,18,18,21,17,1
|
||||
0,0,0,1,12,1,1,17,1,19,22,26,0
|
||||
1,1,1,1,11,11,11,12,22,1,26,1,1
|
||||
3,4,3,12,16,13,8,11,7,4,6,6,6
|
||||
0,0,0,0,2,10,11,11,1,3,2,34,26
|
||||
8,13,6,8,6,1,14,3,13,2,11,6,9
|
||||
2,3,4,5,6,7,7,8,10,11,14,12,11
|
||||
2,2,2,2,9,10,11,12,13,14,15,4,4
|
||||
1,1,1,4,5,6,8,9,10,1,17,18,19
|
||||
0,0,0,0,0,0,0,0,20,20,20,20,20
|
||||
1,1,1,1,1,1,13,16,16,16,16,16,1
|
||||
1,1,1,1,1,1,1,1,12,20,20,20,20
|
||||
1,1,6,1,7,1,20,1,20,1,20,1,20
|
||||
7,7,7,7,7,7,7,7,7,7,7,19,7
|
||||
1,2,3,3,3,4,5,9,12,15,15,15,13
|
||||
1,1,1,5,5,5,1,1,1,1,26,26,26
|
||||
2,2,2,4,4,2,2,2,2,20,20,20,20
|
||||
1,2,2,3,3,4,11,11,16,16,16,14,1
|
||||
0,0,0,9,1,1,1,14,1,18,23,2,30
|
||||
2,3,3,3,5,5,9,9,9,12,13,13,14
|
||||
1,1,1,1,2,7,0,12,16,21,0,18,20
|
||||
0,0,0,15,0,0,14,16,16,27,27,0,0
|
||||
1,1,1,1,3,3,20,2,22,2,22,2,20
|
||||
0,0,3,4,0,1,1,11,13,26,3,35,3
|
||||
3,4,5,6,7,8,9,10,11,12,9,8,8
|
||||
1,1,1,1,1,1,1,9,15,16,26,27,0
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
1,0,0,0,11,11,11,11,11,11,11,11,11
|
||||
0,0,0,7,8,10,12,14,16,18,15,0,0
|
||||
15,1,1,1,15,1,15,1,16,1,16,1,16
|
||||
0,0,5,7,1,13,1,17,3,2,1,24,26
|
||||
0,0,1,1,2,3,4,5,5,32,33,6,6
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
0,0,0,6,6,6,6,6,6,26,26,6,6
|
||||
0,0,0,1,1,3,3,3,15,21,24,27,2
|
||||
0,3,1,1,6,7,3,17,3,3,4,25,27
|
||||
0,1,1,1,1,1,2,3,10,15,25,40,0
|
||||
1,1,1,1,2,2,3,3,3,26,22,19,16
|
||||
1,1,1,1,2,2,10,10,10,15,15,26,6
|
||||
1,1,1,1,2,4,11,14,15,15,15,1,19
|
||||
1,1,1,1,2,4,4,12,14,11,19,4,26
|
||||
1,1,1,9,10,12,13,15,17,18,1,1,1
|
||||
1,1,1,1,12,1,1,1,1,20,20,20,20
|
||||
0,1,1,2,2,3,5,6,5,9,15,23,28
|
||||
2,11,2,12,3,13,3,14,3,15,3,16,3
|
||||
3,3,3,9,9,9,9,9,9,9,9,10,9
|
||||
0,0,0,0,0,8,9,10,11,13,14,17,18
|
||||
0,0,0,0,0,13,15,0,0,22,24,26,0
|
||||
0,0,0,0,0,0,0,10,10,20,20,20,20
|
||||
1,1,1,1,5,6,6,18,18,18,23,1,1
|
||||
0,0,0,0,12,14,1,3,5,7,15,24,19
|
||||
1,2,3,4,5,6,7,8,9,10,14,15,16
|
||||
5,6,7,0,0,6,0,0,0,0,25,25,26
|
||||
5,5,1,1,1,2,10,17,18,25,5,5,5
|
||||
0,0,0,0,0,0,0,7,0,28,31,34,0
|
||||
0,0,0,0,0,0,0,7,0,28,31,34,0
|
||||
0,0,0,0,0,0,0,7,0,28,31,34,0
|
||||
0,0,0,0,0,10,0,18,18,0,25,29,0
|
||||
1,1,1,1,1,5,5,5,5,10,10,25,30
|
||||
0,0,0,0,0,2,1,1,2,21,23,25,25
|
||||
1,1,1,0,4,4,12,11,11,26,0,0,29
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,14
|
||||
13,0,0,0,5,0,4,8,18,13,13,13,13
|
||||
1,1,1,1,1,1,1,18,18,18,18,19,2
|
||||
5,5,7,7,9,9,8,8,8,8,8,9,9
|
||||
3,0,5,0,7,0,14,0,21,0,24,26,0
|
||||
1,1,1,1,3,9,12,10,16,16,18,12,2
|
||||
0,0,1,0,1,0,16,13,14,22,0,32,1
|
||||
0,0,1,1,1,9,3,18,18,1,28,18,2
|
||||
0,0,0,3,4,13,15,4,4,16,16,20,5
|
||||
1,2,3,4,5,7,8,9,10,11,12,13,15
|
||||
0,0,0,0,0,0,0,0,10,15,20,25,30
|
||||
18,7,4,8,4,1,10,7,0,6,7,19,9
|
||||
0,0,0,0,0,10,13,0,0,15,21,26,15
|
||||
0,0,1,1,1,3,2,4,3,16,25,23,21
|
||||
4,5,6,7,8,9,10,20,20,11,0,0,0
|
||||
1,1,1,12,12,13,13,14,15,15,1,1,1
|
||||
0,0,0,0,8,1,14,1,18,2,2,26,28
|
||||
2,4,6,8,10,12,14,14,12,10,8,0,0
|
||||
1,0,0,0,0,16,16,16,16,17,18,0,0
|
||||
8,1,1,1,1,1,17,17,17,17,17,1,1
|
||||
0,1,2,6,9,10,12,14,17,26,1,1,1
|
||||
0,2,0,3,0,6,7,8,9,15,15,15,15
|
||||
1,1,1,1,1,22,23,23,22,1,1,1,2
|
||||
0,1,1,3,4,8,12,11,14,2,1,17,26
|
||||
1,2,1,2,4,9,11,11,13,21,21,2,2
|
||||
1,2,6,7,8,9,1,14,15,0,31,3,3
|
||||
1,1,1,1,1,1,1,1,1,21,22,22,26
|
||||
2,1,4,8,6,1,1,12,1,1,18,21,24
|
||||
3,3,3,3,4,7,8,12,16,16,16,7,2
|
||||
0,0,0,2,13,2,2,2,18,18,18,22,3
|
||||
0,0,2,8,10,12,14,16,18,20,0,0,0
|
||||
3,0,3,10,14,0,1,9,0,10,5,20,25
|
||||
2,3,3,3,8,10,12,16,16,3,18,3,3
|
||||
0,0,1,1,2,3,0,11,13,23,26,9,11
|
||||
1,2,3,0,9,2,11,7,2,16,24,1,22
|
||||
3,3,4,5,5,5,8,8,10,12,15,12,10
|
||||
0,0,4,8,12,2,12,10,11,12,11,10,8
|
||||
1,5,0,7,5,5,3,16,25,1,25,0,7
|
||||
2,5,5,10,20,5,2,30,0,0,5,0,16
|
||||
1,2,6,8,10,13,16,18,0,0,0,26,0
|
||||
1,2,3,4,5,6,7,8,9,10,11,15,19
|
||||
1,1,1,2,1,1,1,1,1,21,22,23,24
|
||||
3,4,2,5,3,6,12,14,11,0,5,20,15
|
||||
7,10,5,7,8,6,11,10,8,7,4,8,9
|
||||
2,0,0,0,0,7,8,9,10,16,16,16,16
|
||||
2,2,2,7,8,2,11,13,17,18,5,6,7
|
||||
1,1,3,4,9,10,12,14,16,19,3,3,5
|
||||
0,1,1,3,7,7,7,15,14,15,15,15,2
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
5,5,5,5,5,5,5,5,5,55,0,0,0
|
||||
0,0,0,0,0,2,12,13,16,21,4,26,6
|
||||
2,2,2,2,2,2,2,2,2,25,25,16,16
|
||||
0,0,0,0,0,0,0,20,20,20,20,20,0
|
||||
0,0,0,1,5,0,0,20,7,19,20,0,28
|
||||
2,3,2,2,2,2,2,2,14,23,3,23,20
|
||||
1,1,3,2,7,2,13,0,17,0,25,0,29
|
||||
1,2,5,6,7,8,10,11,12,2,32,2,2
|
||||
0,4,4,0,7,7,8,12,12,14,15,17,0
|
||||
4,4,4,4,4,4,4,4,4,4,4,4,52
|
||||
0,1,1,1,2,2,2,2,4,10,25,40,10
|
||||
2,3,4,5,6,7,8,9,10,11,11,11,13
|
||||
1,1,1,1,1,1,1,1,2,21,22,23,24
|
||||
6,1,1,1,7,8,10,11,25,27,1,1,1
|
||||
1,3,3,8,13,14,0,0,0,17,0,20,21
|
||||
0,0,0,0,13,15,15,2,4,3,3,25,20
|
||||
1,2,2,3,4,6,6,11,11,11,11,16,16
|
||||
9,9,10,10,10,10,10,10,2,13,2,2,2
|
||||
0,0,1,0,1,0,5,0,1,28,20,25,19
|
||||
1,2,3,4,6,7,8,9,10,11,12,13,15
|
||||
4,4,4,4,4,4,5,15,15,26,5,5,5
|
||||
0,0,0,0,0,10,10,0,0,15,20,25,20
|
||||
2,2,2,2,2,12,16,17,18,19,3,3,3
|
||||
2,3,1,5,2,8,7,11,15,15,15,1,15
|
||||
7,7,7,7,8,8,8,8,8,8,8,8,8
|
||||
0,0,0,0,0,0,0,16,16,17,17,17,17
|
||||
0,0,0,0,0,0,16,0,0,0,28,28,28
|
||||
0,0,0,0,0,0,0,0,0,21,24,26,29
|
||||
1,2,2,6,3,3,10,3,12,15,5,19,19
|
||||
3,3,4,3,7,7,8,8,9,11,12,14,11
|
||||
2,2,2,2,2,2,2,2,2,26,26,26,4
|
||||
2,2,3,4,4,5,7,7,8,11,14,17,16
|
||||
0,0,0,5,1,1,1,12,15,1,1,30,33
|
||||
0,0,0,0,0,2,15,3,0,27,31,20,2
|
||||
0,0,0,0,0,4,19,22,26,29,0,0,0
|
||||
3,4,5,2,1,8,7,10,10,12,11,14,13
|
||||
0,2,2,2,2,4,7,12,14,16,17,18,4
|
||||
14,0,2,7,4,5,14,3,18,5,18,8,2
|
||||
1,1,2,2,6,0,0,11,15,18,21,21,2
|
||||
1,3,4,5,6,0,9,10,0,14,15,16,17
|
||||
0,0,0,1,1,1,1,1,1,18,25,25,26
|
||||
2,4,0,0,8,8,15,18,20,25,0,0,0
|
||||
0,2,2,2,2,2,0,0,0,12,16,26,36
|
||||
0,0,0,1,2,2,13,17,18,20,23,2,2
|
||||
1,1,1,1,10,1,1,11,12,4,26,4,27
|
||||
1,1,1,2,2,2,7,10,20,25,25,2,2
|
||||
0,0,1,1,10,1,14,2,18,2,2,24,25
|
||||
0,1,1,1,11,2,16,2,11,5,6,26,18
|
||||
0,0,0,0,0,8,10,11,12,13,14,15,17
|
||||
0,0,0,0,9,0,0,0,0,27,0,30,34
|
||||
6,6,6,5,3,11,14,3,4,6,9,7,20
|
||||
0,1,1,1,1,1,1,1,1,20,22,24,26
|
||||
1,2,3,4,5,6,7,9,10,11,13,14,15
|
||||
0,1,2,3,5,6,6,7,10,12,14,16,17
|
||||
0,0,0,0,0,16,18,20,22,24,0,0,0
|
||||
0,1,2,3,4,5,11,12,13,15,16,17,1
|
||||
0,1,3,5,6,7,9,11,13,14,15,16,0
|
||||
0,0,0,0,0,0,0,0,0,31,23,23,23
|
||||
0,0,0,1,1,1,12,14,16,21,3,28,3
|
||||
1,2,3,4,4,0,0,0,0,24,28,34,0
|
||||
2,3,3,9,3,5,13,19,24,3,6,5,6
|
||||
0,0,0,0,0,0,0,0,0,22,24,26,28
|
||||
2,2,2,2,1,1,12,14,16,22,24,1,1
|
||||
0,0,0,0,0,0,0,0,0,25,25,25,25
|
||||
1,1,1,1,3,7,9,10,20,22,25,0,0
|
||||
0,5,4,3,0,0,0,0,0,22,22,22,22
|
||||
2,2,2,5,5,7,8,9,9,12,13,14,12
|
||||
3,3,4,4,5,5,6,21,19,21,4,3,2
|
||||
4,2,0,9,8,8,9,4,4,14,12,13,13
|
||||
1,1,3,6,16,21,1,21,16,11,1,1,1
|
||||
1,1,1,1,13,13,13,13,14,14,14,1,1
|
||||
0,2,5,6,8,10,12,16,18,20,1,1,1
|
||||
0,1,2,1,1,2,2,1,4,14,19,27,26
|
||||
0,0,0,1,0,3,5,5,21,21,21,21,2
|
||||
0,2,5,2,2,10,11,12,0,27,0,29,0
|
||||
0,0,0,0,0,0,0,5,10,35,35,10,5
|
||||
1,1,1,1,1,1,1,1,10,15,15,21,31
|
||||
1,4,1,6,7,12,1,13,14,12,16,12,1
|
||||
0,0,0,0,0,0,15,17,19,22,0,27,0
|
||||
1,6,7,15,7,6,7,1,20,15,7,1,7
|
||||
1,1,1,1,1,1,1,1,1,23,22,23,23
|
||||
2,2,5,7,10,9,15,2,12,16,16,2,2
|
||||
1,2,3,4,5,7,8,9,10,11,12,13,15
|
||||
1,1,1,2,2,3,10,8,5,5,30,30,2
|
||||
|
6
sports-political-donations/README.md
Normal file
6
sports-political-donations/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# sports-political-donations
|
||||
|
||||
This folder contains the data behind the story [Inside The Political Donation History Of Wealthy Sports Owners
|
||||
](https://fivethirtyeight.com/features/inside-the-political-donation-history-of-wealthy-sports-owners/)
|
||||
|
||||
`sports-political-donations.csv` contains every confirmed partisan political contribution from team owners and commissioners in the NFL, NBA, WNBA, NHL, MLB and NASCAR. Only contributions while owners were involved with the team are included. The data is from the Federal Election Commission and OpenSecrets.
|
||||
2799
sports-political-donations/sports-political-donations.csv
Normal file
2799
sports-political-donations/sports-political-donations.csv
Normal file
File diff suppressed because it is too large
Load Diff
29
the-big-lies-long-shadow/README.md
Normal file
29
the-big-lies-long-shadow/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
file:
|
||||
- https://docs.google.com/spreadsheets/d/1kPQ9THjSTZw4NTd7uqup_lT3ZckfYcPPNycxGmNszcU/edit?usp=sharing
|
||||
---
|
||||
|
||||
# The Big Lie's Long Shadow
|
||||
|
||||
This file contains the data used in the story [The Big Lie's Long Shadow](https://fivethirtyeight.com/features/the-big-lie-voting-laws/).
|
||||
|
||||
The [linked google sheet](https://docs.google.com/spreadsheets/d/1kPQ9THjSTZw4NTd7uqup_lT3ZckfYcPPNycxGmNszcU/edit?usp=sharing) contains a list of voter restriction bills that have been introduced in state legislatures across the country. This database looks at bills introduced in legislative sessions that were active in 2021 and is based on data from the [Brennan Center for Justice](https://www.brennancenter.org/) and the [Voting Rights Lab](https://votingrightslab.org/), as well as FiveThirtyEight's own research.
|
||||
|
||||
Column | Definition
|
||||
--- | ---
|
||||
State | State where the bill was introduced.
|
||||
Bill | Name and link to [LegisScan](https://legiscan.com/) entry for the bill. Crossed out bill names indicate that they have since been renamed (with new bill names listed afterwards).
|
||||
Introducing Party | Party of the legislator(s) who sponsored the bill, according to LegiScan. `N/A` indicates a bill without sponsors' party listed on LegiScan (including bills listed as a "committee bill").
|
||||
Category | Category of the bill, detailed in [the table below](#category-data-dictionary). Multiple categories are separated by commas.
|
||||
Status | Most recent status of the bill in the legislature. May include links to relevant coverage of the bill.
|
||||
|
||||
### Category Data Dictionary
|
||||
Category | Definition | Example
|
||||
--- | --- | ---
|
||||
limits voting options | Bills that create any kind of barrier to voting by reducing or eliminating a method of voting or voting assistance | [Minnesota House Bill 943](https://legiscan.com/MN/bill/HF943/2021), which would ban ballot harvesting and require agents who assist voters in submitting ballots to sign a form and provide personal information
|
||||
expanded voter ID requirements | Bills that introduce new requirements for ID to vote or register, or limit what kind of ID is acceptable | [Colorado House Bill 1086](https://legiscan.com/CO/text/HB1086/id/2294598), which would require all registered voters to provide proof of citizenship to vote
|
||||
limits voting time | Bills that reduce the time to cast a ballot, whether in person or absentee, on voting day or in advance | [Georgia House Bill 512](https://legiscan.com/GA/bill/HB512/2021), which would reduce the early voting period by one day and reduce voting hours
|
||||
voter roll purge | Bills that introduce new requirements for triggering a voter roll purge or require more frequent purges | [Virginia Senate Bill 1422](https://legiscan.com/VA/bill/SB1422/2021), which would require the State Registrar of Vital Records to send weekly, rather than monthly, updates of deceased residents to the Department of Elections and orders the general registrar to “promptly” remove voters who are deceased or convicted of a felony
|
||||
limiting/criminalizing election official role | Bills that make certain behavior by election officials a crime or reduces the authority of election officials | [Wisconsin House Bill 198](https://legiscan.com/WI/text/AB198/id/2347768), which would prohibit election officials from correcting mistakes on absentee ballot certificates and creates penalties if the election official fails to post the error online
|
||||
partisan election roles | Bills that shift authority from officials to partisan bodies | [Arizona House Bill 2891](https://legiscan.com/AZ/bill/HB2891/2021), which would remove election litigation power from the secretary of state and gives it to the attorney general until 2023
|
||||
increased voter surveillance | Bills that require or allow new methods of surveillance of voters or increase authority of poll watchers | [Tennessee House Bill 1221](https://legiscan.com/TN/bill/HB1221/2021), which would require a list of absentee-ballot applicants to be publicly posted
|
||||
34
wnba-forecasts/README.md
Normal file
34
wnba-forecasts/README.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
files:
|
||||
- https://projects.fivethirtyeight.com/wnba-api/wnba_elo.csv
|
||||
- https://projects.fivethirtyeight.com/wnba-api/wnba_elo_latest.csv
|
||||
---
|
||||
# WNBA Elo
|
||||
|
||||
This file contains links to the data behind our [WNBA Predictions](https://projects.fivethirtyeight.com/2022-wnba-predictions/). More information on how our WNBA Elo model works can be found in [this article](https://fivethirtyeight.com/methodology/how-our-wnba-predictions-work/).
|
||||
|
||||
`wnba_elo.csv` contains game-by-game Elo ratings and forecasts since 1997.
|
||||
|
||||
`wnba_elo_latest.csv` contains game-by-game Elo ratings and forecasts for only the latest season.
|
||||
|
||||
|
||||
Column | Definition
|
||||
-----| ---------
|
||||
season | Year of season
|
||||
date | Date of game
|
||||
playoff | Whether game was in playoffs
|
||||
neutral | Whether game was on a neutral site
|
||||
status | `post` if the game already happened; `pre` if it hasn't happened yet; `live` if it is being played at the time of data export
|
||||
home_team | Home team name
|
||||
away_team | Away team name
|
||||
home_team_abbr | Home team abbreviation. Multiple team names can fall under the same team_abbr because of name changes or moves. Interactive is grouped by team_abbr.
|
||||
away_team_abbr | Away team abbreviation. Multiple team names can fall under the same team_abbr because of name changes or moves. Interactive is grouped by team_abbr.
|
||||
home_team_pregame_rating | Home team's Elo rating before the game
|
||||
away_team_pregame_rating | Away team's Elo rating before the game
|
||||
home_team_winprob | Home team's probability of winning according to team ratings
|
||||
away_team_winprob | Away team's probability of winning according to team ratings
|
||||
home_team_score | Home team's score (will be blank for `pre` and `live` games)
|
||||
away_team_score | Away team's score (will be blank for `pre` and `live` games)
|
||||
home_team_postgame_rating | Home team's rating after the game (will be blank for `pre` and `live` games)
|
||||
away_team_postgame_rating | Away team's rating after the game (will be blank for `pre` and `live` games)
|
||||
commissioners_cup_final | Whether this game was the [WNBA Commissioner's Cup](https://en.wikipedia.org/wiki/WNBA_Commissioner%27s_Cup) Championship Game. All Championship Games shift teams' Elo ratings but are excluded from Monte Carlo simulations, as they do not count towards teams' regular season records.
|
||||
Reference in New Issue
Block a user