Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/