NBA Top 25 All-Time Playoff Scorers
List of the top 25 all-time scorers in the history of the NBA Playoff
@kaggle.isaienkov_nba_top_25_alltime_playoff_scorers
List of the top 25 all-time scorers in the history of the NBA Playoff
@kaggle.isaienkov_nba_top_25_alltime_playoff_scorers
This dataset consists of the top 25 all-time scorers in the history of the playoff of the National Basketball Association (NBA). The list includes only points scored in playoff games.
CREATE TABLE nba_playoffs (
"rank" BIGINT,
"player" VARCHAR,
"position" VARCHAR,
"teams" VARCHAR,
"total_points" BIGINT,
"total_games" BIGINT,
"total_points_pre_game" DOUBLE,
"field_goals" BIGINT,
"three_points_goals" BIGINT,
"free_shots" BIGINT,
"born" VARCHAR,
"active_player" BIGINT,
"hall_of_fame" DOUBLE,
"country" VARCHAR,
"recording_year" BIGINT
);Anyone who has the link will be able to view this.