Baselight

NBA Basic Player Data By Game

Aggregated Box Scores (1996-2020)

@kaggle.kenhuang41_nba_basic_game_data_by_player

Games 2000s
@kaggle.kenhuang41_nba_basic_game_data_by_player.games_2000s

  • 3.85 MB
  • 310353 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/200912310DET.htmlChicago BullsDetroit Pistons9887W11Derrick Rose40.08333333333333671818844412211222
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11Joakim Noah33.158566152141182615
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11Luol Deng32.31666666666667310112111331107
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11Kirk Hinrich29.316666666666663161116662153
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11Taj Gibson22.8546224222158
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11Tyrus Thomas27.51666666666666646111443722131-219
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11John Salmons26.66102433111151017
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11Brad Miller14.91212313252
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11James Johnson13.31666666666666623113311-15
/boxscores/200912310DET.htmlChicago BullsDetroit Pistons9887W11Jannero Pargo

CREATE TABLE games_2000s (
  "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.