Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,10 @@ This dataset contains two CSV files with information about the 2018 NBA regular
|
|
19 |
The data was scraped from the official NBA website and sports reference sites that track NBA stats and results.
|
20 |
|
21 |
## Data Fields
|
22 |
-
|
|
|
|
|
|
|
23 |
- 'Start (ET)': Start of Game (0:00p)
|
24 |
- 'Away/Neutral': Away Team
|
25 |
- 'PTS': Away/Neutral Points
|
@@ -28,11 +31,13 @@ The data was scraped from the official NBA website and sports reference sites th
|
|
28 |
- 'Box Score': Box Score Field
|
29 |
- 'Overtime': Whether there was Overtime
|
30 |
- 'Attendance': Attendance at the Arena
|
31 |
-
-
|
|
|
32 |
|
33 |
`player_stats_2018.csv` fields:
|
34 |
-
|
35 |
-
-
|
|
|
36 |
- 'Age' : Age of the Player
|
37 |
- 'G': Games Played
|
38 |
- 'GS': Games Started
|
@@ -51,14 +56,14 @@ The data was scraped from the official NBA website and sports reference sites th
|
|
51 |
- 'FTA': Free Throw Attempts
|
52 |
- 'FT%': Free Throw Percentage
|
53 |
- 'DRB': Defensive rebounds
|
54 |
-
-
|
55 |
-
-
|
56 |
-
-
|
57 |
-
-
|
58 |
-
-
|
59 |
- 'PF': Personal Fouls
|
60 |
- 'PTS/G' : Points per game
|
61 |
-
-
|
62 |
|
63 |
|
64 |
## Example Usage
|
|
|
19 |
The data was scraped from the official NBA website and sports reference sites that track NBA stats and results.
|
20 |
|
21 |
## Data Fields
|
22 |
+
|
23 |
+
`game_results_2018.csv`:
|
24 |
+
|
25 |
+
- 'Date': Date the game was played (Day-of-Week Mnth Day Year)
|
26 |
- 'Start (ET)': Start of Game (0:00p)
|
27 |
- 'Away/Neutral': Away Team
|
28 |
- 'PTS': Away/Neutral Points
|
|
|
31 |
- 'Box Score': Box Score Field
|
32 |
- 'Overtime': Whether there was Overtime
|
33 |
- 'Attendance': Attendance at the Arena
|
34 |
+
- 'Arena': Name of the arena where the game took place
|
35 |
+
|
36 |
|
37 |
`player_stats_2018.csv` fields:
|
38 |
+
|
39 |
+
- 'Rk': Rank of the player on the team
|
40 |
+
- 'Name': Full name of the player
|
41 |
- 'Age' : Age of the Player
|
42 |
- 'G': Games Played
|
43 |
- 'GS': Games Started
|
|
|
56 |
- 'FTA': Free Throw Attempts
|
57 |
- 'FT%': Free Throw Percentage
|
58 |
- 'DRB': Defensive rebounds
|
59 |
+
- 'TRB`: Rebounds
|
60 |
+
- 'AST`: Assists
|
61 |
+
- 'STL`: Steals
|
62 |
+
- 'BLK`: Blocks
|
63 |
+
- 'TOV`: Turnovers
|
64 |
- 'PF': Personal Fouls
|
65 |
- 'PTS/G' : Points per game
|
66 |
+
- 'team': Team the player was on
|
67 |
|
68 |
|
69 |
## Example Usage
|