Baselight

NBA Plays From 2022-2023 Season

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

@kaggle.brendankdata_nbaplays22_23

Mem
@kaggle.brendankdata_nbaplays22_23.mem

  • 751.75 KB
  • 41111 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-G0889112:00PHIMEMnannanStart of 1st Period (7:33 PM EST)periodstartnan
S2223-G0889112:00PHIMEMJ. EmbiidPHIJump Ball Embiid vs. Jackson Jr.: Tip to ClarkeJump Ballnanh
S2223-G0889111:41PHIMEMJ. Jackson Jr.MEMMISS Jackson Jr. 26' 3PT Jump ShotMissed ShotJump Shot182612613v
S2223-G0889111:38PHIMEMJ. EmbiidPHIEmbiid REBOUND (Off:0 Def:1)ReboundUnknownh
S2223-G0889111:27PHIMEMJ. EmbiidPHIMISS Embiid 3' Driving LayupMissed ShotDriving Layup Shot316312h
S2223-G0889111:27PHIMEMB. ClarkeMEMClarke BLOCK (1 BLK)nannanv
S2223-G0889111:27PHIMEMnannan76ERS ReboundReboundUnknownh
S2223-G0889111:16PHIMEMT. HarrisPHIMISS Harris 6' Driving LayupMissed ShotDriving Layup Shot5812612h
S2223-G0889111:16PHIMEMJ. Jackson Jr.MEMJackson Jr. BLOCK (1 BLK)nannanv
S2223-G0889111:14PHIMEMD. BrooksMEMBrooks REBOUND (Off:0 Def:1)ReboundUnknownv

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