NBA Players Dataset
NBA players information
@kaggle.darshanpatel3112_nba_players_dataset
NBA players information
@kaggle.darshanpatel3112_nba_players_dataset
CREATE TABLE nba_players (
"id" BIGINT,
"first_name" VARCHAR,
"last_name" VARCHAR,
"position" VARCHAR,
"id_team" BIGINT,
"abbreviation" VARCHAR,
"city" VARCHAR,
"conference" VARCHAR,
"division" VARCHAR,
"full_name" VARCHAR,
"name" VARCHAR
);
Anyone who has the link will be able to view this.