NBA - Player Stats - Season 24/25
2024/25 NBA: Dive Deep into the Season’s Most Detailed Player Stats
@kaggle.eduardopalmieri_nba_player_stats_season_2425
2024/25 NBA: Dive Deep into the Season’s Most Detailed Player Stats
@kaggle.eduardopalmieri_nba_player_stats_season_2425
This dataset provides comprehensive performance statistics for NBA players throughout the 2024/2025 season. It includes both advanced and traditional stats, making it ideal for player performance analysis, efficiency assessments, and exploring game patterns and trends. Data was collected from reliable sources, ensuring quality and consistency across each record.
23.5 = 23 minutes and 30 seconds).YYYY-MM-DD format.This dataset is perfectly suited for:
CREATE TABLE database_24_25 (
"player" VARCHAR,
"tm" VARCHAR,
"opp" VARCHAR,
"res" VARCHAR,
"mp" DOUBLE,
"fg" BIGINT,
"fga" BIGINT,
"fg_51ab2d" DOUBLE -- FG%,
"n_3p" BIGINT -- 3P,
"n_3pa" BIGINT -- 3PA,
"n_3p_d87a85" DOUBLE -- 3P%,
"ft" BIGINT,
"fta" BIGINT,
"ft_ba25d5" DOUBLE -- FT%,
"orb" BIGINT,
"drb" BIGINT,
"trb" BIGINT,
"ast" BIGINT,
"stl" BIGINT,
"blk" BIGINT,
"tov" BIGINT,
"pf" BIGINT,
"pts" BIGINT,
"gmsc" DOUBLE,
"data" TIMESTAMP
);Anyone who has the link will be able to view this.