Baselight

NBA Plays From 2022-2023 Season

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

@kaggle.brendankdata_nbaplays22_23

Was
@kaggle.brendankdata_nbaplays22_23.was

  • 699.61 KB
  • 37630 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-G0866112:00GSWWASnannanStart of 1st Period (10:12 PM EST)periodstartnan
S2223-G0866112:00GSWWASK. LooneyGSWJump Ball Looney vs. Porzingis: Tip to MorrisJump Ballnanh
S2223-G0866111:43GSWWAS2K. PorzingisWASPorzingis 5' Driving Layup (2 PTS) (Beal 1 AST)Made ShotDriving Layup Shot-38385122v
S2223-G0866111:31GSWWASK. ThompsonGSWMISS Thompson 26' 3PT Pullup Jump ShotMissed ShotPullup Jump shot-932412613h
S2223-G0866111:29GSWWASD. GaffordWASGafford REBOUND (Off:0 Def:1)ReboundUnknownv
S2223-G0866111:20GSWWASB. BealWASMISS Beal 3' Driving Reverse LayupMissed ShotDriving Reverse Layup Shot-2213312v
S2223-G0866111:19GSWWASA. WigginsGSWWiggins REBOUND (Off:0 Def:1)ReboundUnknownh
S2223-G0866111:15GSW2WAS2D. GreenGSWD. Green 4' Running Layup (2 PTS) (Wiggins 1 AST)Made ShotRunning Layup Shot34114122h
S2223-G0866110:58GSWWASD. GreenGSWD. Green S.FOUL (P1.T1) (J.Goldenberg)FoulShootingh
S2223-G0866110:58GSW2WAS3K. PorzingisWASPorzingis Free Throw 1 of 2 (3 PTS)Free ThrowFree Throw 1 of 211v

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