Baselight

NBA Top 50 All-Time Playmakers

List of NBA players by total career regular season assists recorded.

@kaggle.kabhishm_nba_top_50_alltime_playmakers

Loading...
Loading...

About this Dataset

NBA Top 50 All-Time Playmakers

This is a list of National Basketball Association players by total career regular season assists recorded.

COLUMN DESCRIPTION

  • 'rank': rank of the player
  • 'player': name of the player
  • 'position': position the player plays at
  • 'teams': teams the player has played for
  • 'tot_assists': total assists
  • 'games_played': number of games played
  • 'assists_per_ game': number of assists per game
  • 'hof': are they in the hall of fame 1 is yes 0 is no.
  • 'active': are they active players 1 is yes 0 is no.
  • 'tov': number of turnovers

Tables

Nba Assists

@kaggle.kabhishm_nba_top_50_alltime_playmakers.nba_assists
  • 12.16 kB
  • 50 rows
  • 10 columns
Loading...
CREATE TABLE nba_assists (
  "rank" BIGINT,
  "player" VARCHAR,
  "position" VARCHAR,
  "teams" VARCHAR,
  "tot_assists" BIGINT,
  "games_played" BIGINT,
  "assists_per_game" DOUBLE,
  "hof" BIGINT,
  "active" BIGINT,
  "tov" DOUBLE
);

Share link

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