Baselight

NBA Plays From 2022-2023 Season

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

@kaggle.brendankdata_nbaplays22_23

All Data
@kaggle.brendankdata_nbaplays22_23.all_data

  • 11.55 MB
  • 603750 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-G0827112:00HOUSACnannanStart of 1st Period (8:12 PM EST)periodstartnan
S2223-G0827112:00HOUSACA. SengunHOUJump Ball Sengun vs. Sabonis: Tip to HuerterJump Ballnanh
S2223-G0827111:39HOUSAC2D. SabonisSACSabonis 5' Turnaround Hook Shot (2 PTS) (Huerter 1 AST)Made ShotTurnaround Hook Shot-9535122v
S2223-G0827111:17HOUSACJ. GreenHOUMISS Green 9' Driving Floating Bank Jump ShotMissed ShotDriving Floating Bank Jump Shot2586912h
S2223-G0827111:15HOUSACK. Martin Jr.HOUMartin Jr. REBOUND (Off:1 Def:0)ReboundUnknownh
S2223-G0827111:14HOU2SAC2K. Martin Jr.HOUMartin Jr. 3' Putback Layup (2 PTS)Made ShotPutback Layup Shot23173122h
S2223-G0827111:03HOUSACD. FoxSACFox Bad Pass Turnover (P1.T1)TurnoverBad Passv
S2223-G0827111:03HOUSACE. GordonHOUGordon STEAL (1 STL)nannanh
S2223-G0827111:00HOU4SAC2K. Martin Jr.HOUMartin Jr. 2' Running Dunk (4 PTS) (Sengun 1 AST)Made ShotRunning Dunk Shot5202122h
S2223-G0827110:38HOU4SAC4K. MurraySACMurray 9' Driving Floating Jump Shot (2 PTS) (Fox 1 AST)Made ShotDriving Floating Jump Shot62699122v

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