Baselight

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

Loading...
Loading...

About this Dataset

NBA Top 25 All-Time 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.

Tables

Nba Playoffs

@kaggle.isaienkov_nba_top_25_alltime_playoff_scorers.nba_playoffs
  • 13.58 kB
  • 25 rows
  • 15 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.