Baselight

NBA Plays From 2022-2023 Season

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

@kaggle.brendankdata_nbaplays22_23

Tor
@kaggle.brendankdata_nbaplays22_23.tor

  • 723.68 KB
  • 38881 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-G0165112:00TORHOUnannanStart of 1st Period (7:41 PM EST)periodstartnan
S2223-G0165112:00TORHOUC. KolokoTORJump Ball Koloko vs. Sengun: Tip to BarnesJump Ballnanh
S2223-G0165111:46TORHOUF. VanVleetTORMISS VanVleet 27' 3PT Pullup Jump ShotMissed ShotPullup Jump shot-1412332713h
S2223-G0165111:44TORHOUS. BarnesTORBarnes REBOUND (Off:1 Def:0)ReboundUnknownh
S2223-G0165111:34TORHOUS. BarnesTORMISS Barnes 4' Driving Floating Jump ShotMissed ShotDriving Floating Jump Shot39412h
S2223-G0165111:33TORHOUnannanRAPTORS ReboundReboundUnknownh
S2223-G0165111:29TOR2HOUG. Trent Jr.TORTrent Jr. 15' Step Back Jump Shot (2 PTS)Made ShotStep Back Jump shot1472015122h
S2223-G0165111:01TOR2HOU3E. GordonHOUGordon 30' 3PT Jump Shot (3 PTS) (Green 1 AST)Made ShotJump Shot15026030133v
S2223-G0165110:38TORHOUC. KolokoTORMISS Koloko 1' Reverse LayupMissed ShotReverse Layup Shot135112h
S2223-G0165110:37TORHOUE. GordonHOUGordon REBOUND (Off:0 Def:1)ReboundUnknownv

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