Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixinova/nzpolls
New Zealand polling data aggregation
https://github.com/nixinova/nzpolls
data election-data election-polling graphing new-zealand nixinova polling polling-data
Last synced: about 19 hours ago
JSON representation
New Zealand polling data aggregation
- Host: GitHub
- URL: https://github.com/nixinova/nzpolls
- Owner: Nixinova
- License: unlicense
- Created: 2021-05-04T06:14:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T10:02:50.000Z (2 months ago)
- Last Synced: 2024-10-11T23:19:03.964Z (27 days ago)
- Topics: data, election-data, election-polling, graphing, new-zealand, nixinova, polling, polling-data
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# New Zealand Polling Data
Data from political polls in New Zealand.
Includes opinion polls conducted before elections as well as official election results.Data is located in [data.yml](data.yml).
See [docs.md](docs.md) for documentation of the fields.## Graphing
This data can be used to create election polling charts.
See the [graphing](graphing#readme) folder for information and source code relating to using this data to generate such a chart.## Contributing
Polling data can be automatically converted into YAML simply by copying the table off of
[the Wikipedia article](https://en.wikipedia.org/wiki/Opinion_polling_for_the_next_New_Zealand_general_election)
using [the Scraper tool](https://nixinova.github.io/NZPolls/scraper/).
Simply then add the tool's output into the data.yml file.