Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devstopfix/nfl_results
Results from NFL games 1978-2014 in CSV format
https://github.com/devstopfix/nfl_results
Last synced: 16 days ago
JSON representation
Results from NFL games 1978-2014 in CSV format
- Host: GitHub
- URL: https://github.com/devstopfix/nfl_results
- Owner: devstopfix
- Archived: true
- Created: 2010-09-22T15:44:07.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T13:24:42.000Z (over 9 years ago)
- Last Synced: 2024-10-10T14:46:37.273Z (28 days ago)
- Homepage:
- Size: 451 KB
- Stars: 20
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Results of NFL games in CSV format
The results of each NFL game since 1978. I am looking to back-date this to 1966 - the year of [SuperBowl 1](http://en.wikipedia.org/wiki/Super_Bowl_I).
This dataset is used to show recent won-loss trends between teams at [nflsparklines.com](http://www.nflsparklines.com/).
## Format
Each file is in [Comma-Separated Value](http://en.wikipedia.org/wiki/Comma-separated_values) format with the following columns:
| Column | Format | Example
| -------------- | -------------------------------------------------------- | -----------
| season | Number (4 digits) | 2010
| week | The week number since opening day (1-22) | 1
| kickoff | [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format | 2010-09-09T20:30-05:00
| home_team | Team name, without city | Saints
| home_score | Number | 14
| visitors_score | Number | 9
| visiting_team | Team name, without city | Vikings### Kickoff
This column will hold the date and time of the kickoff in [Eastern Time](http://en.wikipedia.org/wiki/Eastern_Time_Zone) if it is known (e.g. 2010-09-09T20:30:00-05:00) otherwise it will just hold the date of the match with the time set to midnight.
# License
This data is made available under the [Public Domain Dedication and License version v1.0](http://opendatacommons.org/licenses/pddl/) whose full text can be found at http://opendatacommons.org/licenses/pddl/