NBA Players Per Million Births By Country
NBA All Players Born 1970-2000, Country, State if US, HT, WT, Draft Yr, College
@kaggle.tarheeltony_nba_players_per_million_births_by_country
NBA All Players Born 1970-2000, Country, State if US, HT, WT, Draft Yr, College
@kaggle.tarheeltony_nba_players_per_million_births_by_country
CREATE TABLE nba_players_with_birthdates_1970_2000_players_per_mill_3dbc3bb4 (
"player" VARCHAR,
"first_name" VARCHAR,
"last_name" VARCHAR,
"country" VARCHAR,
"position" VARCHAR,
"ht" BIGINT,
"wt" VARCHAR,
"birth_city" VARCHAR,
"birth_state" VARCHAR,
"birth_date" VARCHAR,
"hs_grad" VARCHAR,
"draft_year" DOUBLE,
"college" VARCHAR,
"current_team" VARCHAR,
"country2" VARCHAR,
"number_of_births_1970_2000_mill" DOUBLE,
"number_of_players_by_country" DOUBLE,
"nba_players_per_million_births" DOUBLE
);
Anyone who has the link will be able to view this.