Skip to content

Commit 6f5b489

Browse files
committed
Add smaller nfl file, column descriptions
1 parent b6820fd commit 6f5b489

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

Diff for: mlb-elo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ files:
55
---
66
# MLB Elo
77

8-
This file contains links to the data behind [The Complete History Of MLB](https://projects.fivethirtyeight.com/complete-history-of-mlb/) and our [MLB Predictions](https://projects.fivethirtyeight.com/2018-mlb-predictions/).
8+
This file contains links to the data behind [The Complete History Of MLB](https://projects.fivethirtyeight.com/complete-history-of-mlb/) and our [MLB Predictions](https://projects.fivethirtyeight.com/2019-mlb-predictions/).
99

1010
`mlb_elo.csv` contains game-by-game Elo ratings and forecasts back to 1871.
1111
`mlb_elo_latest.csv` contains game-by-game Elo ratings and forecasts for only the latest season.

Diff for: nba-carmelo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ files:
55
---
66
# NBA Elo
77

8-
This file contains links to the data behind [The Complete History Of The NBA](https://projects.fivethirtyeight.com/complete-history-of-the-nba/) and our [NBA Predictions](https://projects.fivethirtyeight.com/2018-nba-predictions/).
8+
This file contains links to the data behind [The Complete History Of The NBA](https://projects.fivethirtyeight.com/complete-history-of-the-nba/) and our [NBA Predictions](https://projects.fivethirtyeight.com/2020-nba-predictions/).
99

1010
`nba_elo.csv` contains game-by-game Elo ratings and forecasts back to 1946.
1111
`nba_elo_latest.csv` contains game-by-game Elo ratings and forecasts for only the latest season.

Diff for: nfl-elo/README.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,44 @@
11
---
22
files:
33
- https://projects.fivethirtyeight.com/nfl-api/nfl_elo.csv
4+
- https://projects.fivethirtyeight.com/nfl-api/nfl_elo_latest.csv
45
---
56
# NFL Elo
67

7-
This file contains links to the data behind [The Complete History Of The NFL](https://projects.fivethirtyeight.com/complete-history-of-the-nfl/) and our [NFL Predictions](https://projects.fivethirtyeight.com/2017-nfl-predictions/).
8+
This file contains links to the data behind [The Complete History Of The NFL](https://projects.fivethirtyeight.com/complete-history-of-the-nfl/) and our [NFL Predictions](https://projects.fivethirtyeight.com/2019-nfl-predictions/).
89

910
`nfl_elo.csv` contains game-by-game Elo ratings and forecasts back to 1920.
11+
`nfl_elo_latest.csv` contains game-by-game Elo ratings and forecasts for only the latest season.
12+
13+
Column | Definition
14+
-----| ---------
15+
date | Date of game
16+
season | Year of season
17+
neutral | Whether game was on a neutral site
18+
playoff | Whether game was in playoffs, and the playoff round if so
19+
team1 | Abbreviation for home team
20+
team2 | Abbreviation for away team
21+
elo1_pre | Home team's Elo rating before the game
22+
elo2_pre | Away team's Elo rating before the game
23+
elo_prob1 | Home team's probability of winning according to Elo ratings
24+
elo_prob2 | Away team's probability of winning according to Elo ratings
25+
elo1_post | Home team's Elo rating after the game
26+
elo2_post | Away team's Elo rating after the game
27+
qbelo1_pre | Home team's quarterback-adjusted base rating before the game
28+
qbelo2_pre | Away team's quarterback-adjusted base rating before the game
29+
qb1 | Name of home starting quarterback
30+
qb2 | Name of away starting quarterback
31+
qb1_value_pre | Home starting quarterbacks's raw Elo value before the game
32+
qb2_value_pre | Away starting quarterbacks's raw Elo value before the game
33+
qb1_adj | Home starting quarterbacks's Elo adjustment for the game
34+
qb2_adj | Away starting quarterbacks's Elo adjustment for the game
35+
qb_elo_prob1 | Home team's probability of winning according to quarterback-adjusted Elo
36+
qb_elo_prob2 | Away team's probability of winning according to quarterback-adjusted Elo
37+
qb1_game_value | Home quarterback's Elo value during this game
38+
qb2_game_value | Away quarterback's Elo value during this game
39+
qb1_value_post | Home starting quarterbacks's raw Elo value after the game
40+
qb2_value_post | Away starting quarterbacks's raw Elo value after the game
41+
qbelo1_post | Home team's quarterback-adjusted base rating after the game
42+
qbelo2_post | Away team's quarterback-adjusted base rating after the game
43+
score1 | Home team's score
44+
score2 | Away team's score

0 commit comments

Comments
 (0)