From e9ac20b4924c8a135aab1b05fbb23f6de9f7615d Mon Sep 17 00:00:00 2001 From: Dhrumil Mehta Date: Tue, 29 Jan 2019 13:50:10 -0500 Subject: [PATCH] adds polling data to data.fivethirtyeight.com (#29) * add link to data behind latest polls page * link to projects subdomain, not amazon url --- index.csv | 1 + polls/README.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 polls/README.md diff --git a/index.csv b/index.csv index dc86b6e..f5ed97a 100644 --- a/index.csv +++ b/index.csv @@ -1,4 +1,5 @@ dataset_url,article_url,live +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/, https://github.com/fivethirtyeight/data/tree/master/partisan-lean,https://projects.fivethirtyeight.com/2018-midterm-election-forecast/house/, diff --git a/polls/README.md b/polls/README.md new file mode 100644 index 0000000..642772c --- /dev/null +++ b/polls/README.md @@ -0,0 +1,24 @@ +--- +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 +--- + +# Polls + +This file contains links to the data behind [Latest Polls](https://projects.fivethirtyeight.com/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) + +