Baselight

NBA Plays From 2022-2023 Season

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

@kaggle.brendankdata_nbaplays22_23

Dal
@kaggle.brendankdata_nbaplays22_23.dal

  • 734.95 KB
  • 39851 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-G0962112:00DALPHXnannanStart of 1st Period (1:11 PM EST)periodstartnan
S2223-G0962112:00DALPHXD. PowellDALJump Ball Powell vs. Ayton: Tip to DurantJump Ballnanh
S2223-G0962111:46DALPHXK. DurantPHXDurant Out of Bounds - Bad Pass Turnover Turnover (P1.T1)TurnoverOut of Bounds - Bad Pass Turnoverv
S2223-G0962111:27DAL2PHXD. PowellDALPowell 1' Cutting Layup Shot (2 PTS) (Irving 1 AST)Made ShotCutting Layup Shot10111122h
S2223-G0962111:07DAL2PHX2D. AytonPHXAyton 1' Cutting Dunk Shot (2 PTS) (Booker 1 AST)Made ShotCutting Dunk Shot2121122v
S2223-G0962110:49DAL4PHX2L. DoncicDALDoncic 19' Step Back Jump Shot (2 PTS)Made ShotStep Back Jump shot-1797719122h
S2223-G0962110:31DAL4PHX5D. BookerPHXBooker 24' 3PT Jump Shot (3 PTS) (Paul 1 AST)Made ShotJump Shot19215224133v
S2223-G0962110:16DALPHXL. DoncicDALMISS Doncic 25' 3PT Jump ShotMissed ShotJump Shot-2021502513h
S2223-G0962110:14DALPHXD. AytonPHXAyton REBOUND (Off:0 Def:1)ReboundUnknownv
S2223-G0962110:05DALPHXD. BookerPHXMISS Booker 9' Driving Floating Jump ShotMissed ShotDriving Floating Jump Shot-2788912v

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