Baselight

NBA Plays From 2022-2023 Season

Every play from the 2022-2023 NBA season including shot locations.

@kaggle.brendankdata_nbaplays22_23

Lal
@kaggle.brendankdata_nbaplays22_23.lal

  • 731.32 KB
  • 39670 rows
  • 19 columns
game_id

Game Id

period

Period

clock

Clock

home

Home

scorehome

ScoreHome

away

Away

scoreaway

ScoreAway

playernamei

PlayerNameI

teamtricode

TeamTricode

description

Description

actiontype

ActionType

subtype

SubType

xlegacy

XLegacy

ylegacy

YLegacy

shotdistance

ShotDistance

isfieldgoal

IsFieldGoal

shotval

ShotVal

scoreval

ScoreVal

location

Location

S2223-G0574112:00LALMIAnannanStart of 1st Period (10:11 PM EST)periodstartnan
S2223-G0574112:00LALMIAT. BryantLALJump Ball Bryant vs. Adebayo: Tip to SchroderJump Ballnanh
S2223-G0574111:46LALMIAA. ReavesLALMISS Reaves 3PT Jump ShotMissed ShotJump Shot-2272213h
S2223-G0574111:42LALMIAT. HerroMIAHerro REBOUND (Off:0 Def:1)ReboundUnknownv
S2223-G0574111:33LALMIAB. AdebayoMIAMISS Adebayo 17' Jump ShotMissed ShotJump Shot-831471712v
S2223-G0574111:29LALMIAA. ReavesLALReaves REBOUND (Off:0 Def:1)ReboundUnknownh
S2223-G0574111:25LAL2MIAP. BeverleyLALBeverley 5' Running Layup (2 PTS)Made ShotRunning Layup Shot32435122h
S2223-G0574111:10LAL2MIA2K. LowryMIALowry 9' Driving Floating Jump Shot (2 PTS) (Adebayo 1 AST)Made ShotDriving Floating Jump Shot4859122v
S2223-G0574110:54LALMIAT. BryantLALMISS Bryant 14' Jump ShotMissed ShotJump Shot-138101412h
S2223-G0574110:48LALMIAB. AdebayoMIAAdebayo REBOUND (Off:0 Def:1)ReboundUnknownv

CREATE TABLE lal (
  "game_id" VARCHAR,
  "period" BIGINT,
  "clock" VARCHAR,
  "home" VARCHAR,
  "scorehome" DOUBLE,
  "away" VARCHAR,
  "scoreaway" DOUBLE,
  "playernamei" VARCHAR,
  "teamtricode" VARCHAR,
  "description" VARCHAR,
  "actiontype" VARCHAR,
  "subtype" VARCHAR,
  "xlegacy" BIGINT,
  "ylegacy" BIGINT,
  "shotdistance" BIGINT,
  "isfieldgoal" BIGINT,
  "shotval" DOUBLE,
  "scoreval" DOUBLE,
  "location" VARCHAR
);

Share link

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