poll of pollsters data

This commit is contained in:
andrewflowers
2014-10-06 12:27:53 -04:00
parent a21cd4bfb2
commit bc58103445
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
### Poll of Pollsters data
This repo contains the responses from 26 pollsters to FiveThirtyEight's [poll](https://docs.google.com/forms/d/15vciUokilOUBF9JDZIQQfuZh-2i_fxkmRVIX3v2xXcc/viewform?usp=send_form) of professional political pollsters, as described in this article:
[Pollsters Predict Greater Polling Error In Midterm Elections](http://fivethirtyeight.com/features/pollsters-predict-greater-polling-error-in-midterm-elections/)
Some answers have been edited, primarily for spelling, grammar, style and to protect anonymity, when requested.
The responses are broken up into two files:
`poll-of-pollsters.tsv`:
The tab-separated text file contains the names of 25 respondents, their polling organizations, and those responses that they have agreed can be attributed to them. (One respondent wished to remain anonymous.) The heading of each column contains a question, and below it, in each row the answer given by the pollster listed in that row. Empty fields either mean the pollster didn't answer that question, or didn't wish to have the answer attributed.
`poll-of-pollsters-anonymous-answers.tsv`:
The tab-separated text file contains those responses that pollsters didn't want attributed to them. The heading of each column contains a question, and below it, the responses to that question, in alphabetical order. That means that each row doesnt correspond to any one respondent. For example, the answer in the fourth row, in the third column, wasn't necessarily given by the same respondent as the rest of the answers in the fourth row. This sorting step was taken to better protect anonymity, by making it harder to figure out who gave which answer.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long