NBA Top 50 All-Time Playmakers
List of NBA players by total career regular season assists recorded.
@kaggle.kabhishm_nba_top_50_alltime_playmakers
List of NBA players by total career regular season assists recorded.
@kaggle.kabhishm_nba_top_50_alltime_playmakers
This is a list of National Basketball Association players by total career regular season assists recorded.
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
);Anyone who has the link will be able to view this.