National Basketball Association Players
Players-Teamwise-Information
@kaggle.nadeembabar_national_basketball_association_players
Players-Teamwise-Information
@kaggle.nadeembabar_national_basketball_association_players
This dataset contains a comprehensive information of players associated with teams in North America. It is for those individuals who are Basketball enthusiasts, data analysts and researchers. The data offers insights to players' physique and the position they are entitled to during the game.
Columns Description
CREATE TABLE nba_players (
"unnamed_0" BIGINT -- Unnamed: 0,
"first_name" VARCHAR,
"height_feet" DOUBLE,
"height_inches" DOUBLE,
"last_name" VARCHAR,
"position" VARCHAR,
"weight_pounds" DOUBLE,
"team_name" VARCHAR,
"division" VARCHAR,
"conference" VARCHAR,
"city" VARCHAR,
"abbreviation" VARCHAR,
"player_id" BIGINT
);Anyone who has the link will be able to view this.