This dataset opens the door to the intricacies of the 2023 NBA season, offering a profound understanding of the art of scoring in professional basketball.
Lebron
An object of class data.frame
with 1533 rows and 12 columns.
The vertical position on the court where the shot was taken
The horizontal position on the court where the shot was taken
The date when the shot was taken. (e.g., Oct 18, 2022)
The quarter in which the shot was attempted, typically represented as "1st Qtr," "2nd Qtr," etc.
The time remaining in the quarter when the shot was attempted, typically displayed as minutes and seconds (e.g., 09:26).
Indicates whether the shot was successful, with "TRUE" for a made shot and "FALSE" for a missed shot
Describes the type of shot attempted, such as a "2" for a two-point shot or "3" for a three-point shot
The distance in feet from the hoop to where the shot was taken
Indicates whether the team was leading when the shot was attempted, with "TRUE" for a lead and "FALSE" for no lead
The team's score (in points) when the shot was taken
The opposing team's score (in points) when the shot was taken
The abbreviation for the opposing team (e.g., GSW for Golden State Warriors)
The abbreviation for LeBron James's team (e.g., LAL for Los Angeles Lakers)
The season in which the shots were taken, indicated as the year (e.g., 2023)
Represents the color code associated with the shot, which may indicate shot outcomes or other characteristics (e.g., "red" or "green")
@source <https://www.kaggle.com/datasets/dhavalrupapara/nba-2023-player-shot-dataset>