Baselight

NBA Basic Player Data By Game

Aggregated Box Scores (1996-2020)

@kaggle.kenhuang41_nba_basic_game_data_by_player

Games 2010s
@kaggle.kenhuang41_nba_basic_game_data_by_player.games_2010s

  • 4.26 MB
  • 343744 rows
  • 25 columns
game_id

GAME ID

team

TEAM

oppt

OPPT

team_score

TEAM SCORE

oppt_score

OPPT SCORE

result

RESULT

score_diff

SCORE DIFF

player

PLAYER

mp

MP

fg

FG

fga

FGA

fg3

FG3

fg3a

FG3A

ft

FT

fta

FTA

orb

ORB

drb

DRB

trb

TRB

ast

AST

stl

STL

blk

BLK

tov

TOV

pf

PF

plus_minus

PLUS MINUS

pts

PTS

/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Jae Crowder36.6833333333333361149156121131016
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Mikal Bridges36.53333333333333694615621-216
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Devin Booker35.310171247337163-225
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Chris Paul29.8333333333333341324111348321211
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Deandre Ayton28.333333333333332827931213-14
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Cameron Payne18.166666666666668482311213-110
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Dario Šarić18.16666666666666817152255122115
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Cameron Johnson17.983333333333334442222211810
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Jevon Carter11.14511331139
/boxscores/202012310UTA.htmlPhoenix SunsUtah Jazz10695W11Langston Galloway6.4212226

CREATE TABLE games_2010s (
  "game_id" VARCHAR,
  "team" VARCHAR,
  "oppt" VARCHAR,
  "team_score" BIGINT,
  "oppt_score" BIGINT,
  "result" VARCHAR,
  "score_diff" BIGINT,
  "player" VARCHAR,
  "mp" DOUBLE,
  "fg" BIGINT,
  "fga" BIGINT,
  "fg3" BIGINT,
  "fg3a" BIGINT,
  "ft" BIGINT,
  "fta" BIGINT,
  "orb" BIGINT,
  "drb" BIGINT,
  "trb" BIGINT,
  "ast" BIGINT,
  "stl" BIGINT,
  "blk" BIGINT,
  "tov" BIGINT,
  "pf" BIGINT,
  "plus_minus" BIGINT,
  "pts" BIGINT
);

Share link

Anyone who has the link will be able to view this.