nba_games_2023 {ISAR} | R Documentation |
NBA Game Logs for the 2022-23 Season
Description
A dataset containing the NBA Games table on nba.com
Usage
nba_games_2023
Format
A data frame with 2460 rows and 29 variables:
- season_id
Season in which the game was played (YYYY)
- team_id
Team ID on nba.com
- team_abbreviation
Team abbreviation on nba.com
- team_name
Team name on nba.com
- game_id
Game ID on nba.com
- game_date
Date in YYYY-MM-DD
- matchup
Team One vs. Team Two
- wl
Win or Loss
- min
Minutes in the game
- fgm
Team Field goals made
- fga
Team Field goal attempts
- fg_pct
Team field goal percentage
- fg3m
Team three point field goals made
- fg3a
Team three point field goal attempts
- fg3_pct
Team three point field goal percentage
- ftm
Team free throws made
- fta
Team free throw attempts
- ft_pct
Team free throw percentage
- oreb
Team offensive rebounds
- dreb
Team defensive rebounds
- reb
Team total rebounds
- ast
Team total assists
- stl
Team total steals
- blk
Team total blocks
- tov
Team total turnovers
- pf
Team total personal fouls
- pts
Team total points scored
- plus_minus
Margin of game as Team score minus Opponent score
- video_available
Logical if game video exists
Source
http://asbcllc.com/nbastatR/reference/game_logs.html