Baselight

NBA Basic Player Data By Game

Aggregated Box Scores (1996-2020)

@kaggle.kenhuang41_nba_basic_game_data_by_player

Games 1990s
@kaggle.kenhuang41_nba_basic_game_data_by_player.games_1990s

  • 1.13 MB
  • 89326 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/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Lamar Odom42.03333333333333213168491310143-2010
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Maurice Taylor39.866666666666671322573313-2631
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Tyrone Nesby28.641013341671135-2912
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Michael Olowokandi24.825134642-234
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Troy Hudson17.726131111113-226
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Charles Jones30.338131238217
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Eric Piatkowski29.033333333333331016341122312524
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Keith Closs20.75242215613316
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Marty Conlon4.033333333333333111
/boxscores/199912300HOU.htmlLos Angeles ClippersHouston Rockets100122L-22Anthony Avent2.883333333333333314

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