andrewkroening
commited on
Commit
·
943af5c
1
Parent(s):
86e2338
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: cc
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc
|
3 |
---
|
4 |
+
|
5 |
+
## This dataset was downloaded from the good folks at fivethirtyeight. You can find the original (or in the future, updated) versions of this and several similar datasets at [this GitHub link.](https://github.com/fivethirtyeight/data/blob/master/nba-raptor/README.md)
|
6 |
+
|
7 |
+
|
8 |
+
#### Here are the columns in this dataset, which contains data on every NBA player, broken out by season, since the 1976 NBA-ABA merger:
|
9 |
+
|
10 |
+
Column | Description
|
11 |
+
-------|---------------
|
12 |
+
`player_name` | Player name
|
13 |
+
`player_id` | Basketball-Reference.com player ID
|
14 |
+
`season` | Season
|
15 |
+
`season_type` | Regular season (RS) or playoff (PO)
|
16 |
+
`team` | Basketball-Reference ID of team
|
17 |
+
`poss` | Possessions played
|
18 |
+
`mp` | Minutes played
|
19 |
+
`raptor_box_offense` | Points above average per 100 possessions added by player on offense, based only on box score estimate
|
20 |
+
`raptor_box_defense` | Points above average per 100 possessions added by player on defense, based only on box score estimate
|
21 |
+
`raptor_box_total` | Points above average per 100 possessions added by player, based only on box score estimate
|
22 |
+
`raptor_onoff_offense` | Points above average per 100 possessions added by player on offense, based only on plus-minus data
|
23 |
+
`raptor_onoff_defense` | Points above average per 100 possessions added by player on defense, based only on plus-minus data
|
24 |
+
`raptor_onoff_total` | Points above average per 100 possessions added by player, based only on plus-minus data
|
25 |
+
`raptor_offense` | Points above average per 100 possessions added by player on offense, using both box and on-off components
|
26 |
+
`raptor_defense` | Points above average per 100 possessions added by player on defense, using both box and on-off components
|
27 |
+
`raptor_total` | Points above average per 100 possessions added by player on both offense and defense, using both box and on-off components
|
28 |
+
`war_total` | Wins Above Replacement between regular season and playoffs
|
29 |
+
`war_reg_season` | Wins Above Replacement for regular season
|
30 |
+
`war_playoffs` | Wins Above Replacement for playoffs
|
31 |
+
`predator_offense` | Predictive points above average per 100 possessions added by player on offense
|
32 |
+
`predator_defense` | Predictive points above average per 100 possessions added by player on defense
|
33 |
+
`predator_total` | Predictive points above average per 100 possessions added by player on both offense and defense
|
34 |
+
`pace_impact` | Player impact on team possessions per 48 minutes
|