Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 43 new columns ({'spot_nba_corner_right', 'spot_nba_break_right', 'height_wo_shoes_ft_in', 'spot_fifteen_break_right', 'height_w_shoes', 'off_drib_fifteen_break_left', 'body_fat_pct', 'off_drib_college_top_key', 'hand_width', 'modified_lane_agility_time', 'off_drib_fifteen_break_right', 'bench_press', 'off_drib_college_break_left', 'spot_college_break_left', 'wingspan_ft_in', 'wingspan', 'spot_fifteen_corner_right', 'height_w_shoes_ft_in', 'hand_length', 'spot_fifteen_top_key', 'off_drib_fifteen_top_key', 'spot_nba_top_key', 'spot_fifteen_break_left', 'max_vertical_leap', 'spot_college_corner_right', 'lane_agility_time', 'off_drib_college_break_right', 'player_id', 'spot_nba_corner_left', 'three_quarter_sprint', 'spot_college_break_right', 'height_wo_shoes', 'spot_college_corner_left', 'spot_college_top_key', 'on_move_college', 'season', 'on_move_fifteen', 'standing_reach_ft_in', 'player_name', 'standing_vertical_leap', 'spot_fifteen_corner_left', 'spot_nba_break_left', 'standing_reach'}) and 29 missing columns ({'to_year', 'draft_number', 'school', 'rosterstatus', 'playercode', 'jersey', 'player_slug', 'height', 'season_exp', 'team_name', 'team_abbreviation', 'dleague_flag', 'games_played_flag', 'from_year', 'display_fi_last', 'team_city', 'last_affiliation', 'team_code', 'display_first_last', 'birthdate', 'draft_round', 'nba_flag', 'draft_year', 'team_id', 'games_played_current_season_flag', 'country', 'person_id', 'greatest_75_flag', 'display_last_comma_first'}). This happened while the csv dataset builder was generating data using hf://datasets/Haleshot/nba-history/csv/draft_combine_stats.csv (at revision 174c02c61a0ea69c213251214e34f7fcdec8e9ca) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast season: int64 player_id: int64 first_name: string last_name: string player_name: string position: string height_wo_shoes: double height_wo_shoes_ft_in: string height_w_shoes: double height_w_shoes_ft_in: string weight: double wingspan: double wingspan_ft_in: string standing_reach: double standing_reach_ft_in: string body_fat_pct: double hand_length: double hand_width: double standing_vertical_leap: double max_vertical_leap: double lane_agility_time: double modified_lane_agility_time: double three_quarter_sprint: double bench_press: double spot_fifteen_corner_left: string spot_fifteen_break_left: string spot_fifteen_top_key: string spot_fifteen_break_right: string spot_fifteen_corner_right: string spot_college_corner_left: string spot_college_break_left: string spot_college_top_key: string spot_college_break_right: string spot_college_corner_right: string spot_nba_corner_left: string spot_nba_break_left: string spot_nba_top_key: string spot_nba_break_right: string spot_nba_corner_right: string off_drib_fifteen_break_left: string off_drib_fifteen_top_key: string off_drib_fifteen_break_right: string off_drib_college_break_left: string off_drib_college_top_key: string off_drib_college_break_right: string on_move_fifteen: string on_move_college: string -- schema metadata -- pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 6664 to {'person_id': Value(dtype='int64', id=None), 'first_name': Value(dtype='string', id=None), 'last_name': Value(dtype='string', id=None), 'display_first_last': Value(dtype='string', id=None), 'display_last_comma_first': Value(dtype='string', id=None), 'display_fi_last': Value(dtype='string', id=None), 'player_slug': Value(dtype='string', id=None), 'birthdate': Value(dtype='string', id=None), 'school': Value(dtype='string', id=None), 'country': Value(dtype='string', id=None), 'last_affiliation': Value(dtype='string', id=None), 'height': Value(dtype='string', id=None), 'weight': Value(dtype='float64', id=None), 'season_exp': Value(dtype='float64', id=None), 'jersey': Value(dtype='string', id=None), 'position': Value(dtype='string', id=None), 'rosterstatus': Value(dtype='string', id=None), 'games_played_current_season_flag': Value(dtype='string', id=None), 'team_id': Value(dtype='int64', id=None), 'team_name': Value(dtype='string', id=None), 'team_abbreviation': Value(dtype='string', id=None), 'team_code': Value(dtype='string', id=None), 'team_city': Value(dtype='string', id=None), 'playercode': Value(dtype='string', id=None), 'from_year': Value(dtype='float64', id=None), 'to_year': Value(dtype='float64', id=None), 'dleague_flag': Value(dtype='string', id=None), 'nba_flag': Value(dtype='string', id=None), 'games_played_flag': Value(dtype='string', id=None), 'draft_year': Value(dtype='string', id=None), 'draft_round': Value(dtype='string', id=None), 'draft_number': Value(dtype='string', id=None), 'greatest_75_flag': Value(dtype='string', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1438, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1050, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 43 new columns ({'spot_nba_corner_right', 'spot_nba_break_right', 'height_wo_shoes_ft_in', 'spot_fifteen_break_right', 'height_w_shoes', 'off_drib_fifteen_break_left', 'body_fat_pct', 'off_drib_college_top_key', 'hand_width', 'modified_lane_agility_time', 'off_drib_fifteen_break_right', 'bench_press', 'off_drib_college_break_left', 'spot_college_break_left', 'wingspan_ft_in', 'wingspan', 'spot_fifteen_corner_right', 'height_w_shoes_ft_in', 'hand_length', 'spot_fifteen_top_key', 'off_drib_fifteen_top_key', 'spot_nba_top_key', 'spot_fifteen_break_left', 'max_vertical_leap', 'spot_college_corner_right', 'lane_agility_time', 'off_drib_college_break_right', 'player_id', 'spot_nba_corner_left', 'three_quarter_sprint', 'spot_college_break_right', 'height_wo_shoes', 'spot_college_corner_left', 'spot_college_top_key', 'on_move_college', 'season', 'on_move_fifteen', 'standing_reach_ft_in', 'player_name', 'standing_vertical_leap', 'spot_fifteen_corner_left', 'spot_nba_break_left', 'standing_reach'}) and 29 missing columns ({'to_year', 'draft_number', 'school', 'rosterstatus', 'playercode', 'jersey', 'player_slug', 'height', 'season_exp', 'team_name', 'team_abbreviation', 'dleague_flag', 'games_played_flag', 'from_year', 'display_fi_last', 'team_city', 'last_affiliation', 'team_code', 'display_first_last', 'birthdate', 'draft_round', 'nba_flag', 'draft_year', 'team_id', 'games_played_current_season_flag', 'country', 'person_id', 'greatest_75_flag', 'display_last_comma_first'}). This happened while the csv dataset builder was generating data using hf://datasets/Haleshot/nba-history/csv/draft_combine_stats.csv (at revision 174c02c61a0ea69c213251214e34f7fcdec8e9ca) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
person_id
int64 | first_name
string | last_name
string | display_first_last
string | display_last_comma_first
string | display_fi_last
string | player_slug
string | birthdate
string | school
string | country
string | last_affiliation
string | height
string | weight
float64 | season_exp
float64 | jersey
string | position
string | rosterstatus
string | games_played_current_season_flag
string | team_id
int64 | team_name
string | team_abbreviation
string | team_code
string | team_city
string | playercode
string | from_year
float64 | to_year
float64 | dleague_flag
string | nba_flag
string | games_played_flag
string | draft_year
string | draft_round
string | draft_number
string | greatest_75_flag
string |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
76,001 | Alaa | Abdelnaby | Alaa Abdelnaby | Abdelnaby, Alaa | A. Abdelnaby | alaa-abdelnaby | 1968-06-24 00:00:00 | Duke | USA | Duke/USA | 6-10 | 240 | 5 | 30 | Forward | Inactive | N | 1,610,612,757 | Trail Blazers | POR | blazers | Portland | HISTADD_alaa_abdelnaby | 1,990 | 1,994 | N | Y | Y | 1990 | 1 | 25 | N |
76,003 | Kareem | Abdul-Jabbar | Kareem Abdul-Jabbar | Abdul-Jabbar, Kareem | K. Abdul-Jabbar | kareem-abdul-jabbar | 1947-04-16 00:00:00 | UCLA | USA | UCLA/USA | 7-2 | 225 | 20 | 33 | Center | Inactive | N | 1,610,612,747 | Lakers | LAL | lakers | Los Angeles | HISTADD_kareem_abdul-jabbar | 1,969 | 1,988 | N | Y | Y | 1969 | 1 | 1 | Y |
1,505 | Tariq | Abdul-Wahad | Tariq Abdul-Wahad | Abdul-Wahad, Tariq | T. Abdul-Wahad | tariq-abdul-wahad | 1974-11-03 00:00:00 | San Jose State | France | San Jose State/France | 6-6 | 235 | 7 | 9 | Forward-Guard | Inactive | N | 1,610,612,758 | Kings | SAC | kings | Sacramento | tariq_abdul-wahad | 1,997 | 2,003 | N | Y | Y | 1997 | 1 | 11 | N |
949 | Shareef | Abdur-Rahim | Shareef Abdur-Rahim | Abdur-Rahim, Shareef | S. Abdur-Rahim | shareef-abdur-rahim | 1976-12-11 00:00:00 | California | USA | California/USA | 6-9 | 245 | 13 | 3 | Forward | Inactive | N | 1,610,612,763 | Grizzlies | VAN | grizzlies | Vancouver | shareef_abdur-rahim | 1,996 | 2,007 | N | Y | Y | 1996 | 1 | 3 | N |
76,005 | Tom | Abernethy | Tom Abernethy | Abernethy, Tom | T. Abernethy | tom-abernethy | 1954-05-06 00:00:00 | Indiana | USA | Indiana/USA | 6-7 | 220 | 5 | 5 | Forward | Inactive | N | 1,610,612,744 | Warriors | GOS | warriors | Golden State | HISTADD_tom_abernethy | 1,976 | 1,980 | N | Y | Y | 1976 | 3 | 43 | N |
76,006 | Forest | Able | Forest Able | Able, Forest | F. Able | forest-able | 1932-07-27 00:00:00 | Western Kentucky | USA | Western Kentucky/USA | 6-3 | 180 | 1 | 6 | Guard | Inactive | N | 1,610,612,755 | Nationals | PHI | sixers | Syracuse | HISTADD_frosty_able | 1,956 | 1,956 | N | Y | Y | 1956 | null | null | N |
76,007 | John | Abramovic | John Abramovic | Abramovic, John | J. Abramovic | john-abramovic | 1919-02-09 00:00:00 | Salem | USA | Salem/USA | 6-3 | 195 | 2 | null | Forward | Inactive | N | 1,610,610,031 | Ironmen | PIT | ironmen | Pittsburgh | HISTADD_brooms_abramovic | 1,946 | 1,947 | N | Y | Y | Undrafted | Undrafted | Undrafted | N |
203,518 | Alex | Abrines | Alex Abrines | Abrines, Alex | A. Abrines | alex-abrines | 1993-08-01 00:00:00 | FC Barcelona | Spain | FC Barcelona/Spain | 6-6 | 200 | 3 | null | Guard | Inactive | N | 0 | null | null | null | null | alex_abrines | 2,016 | 2,018 | N | Y | Y | 2013 | 2 | 32 | N |
1,630,173 | Precious | Achiuwa | Precious Achiuwa | Achiuwa, Precious | P. Achiuwa | precious-achiuwa | 1999-09-19 00:00:00 | Memphis | Nigeria | Memphis/Nigeria | 6-8 | 225 | 3 | 5 | Forward | Active | N | 1,610,612,761 | Raptors | TOR | raptors | Toronto | precious_achiuwa | 2,020 | 2,023 | N | Y | Y | 2020 | 1 | 20 | N |
101,165 | Alex | Acker | Alex Acker | Acker, Alex | A. Acker | alex-acker | 1983-01-21 00:00:00 | Pepperdine | USA | Pepperdine/USA | 6-5 | 185 | 3 | 3 | Guard | Inactive | N | 1,610,612,746 | Clippers | LAC | clippers | Los Angeles | alex_acker | 2,005 | 2,008 | Y | Y | Y | 2005 | 2 | 60 | N |
76,008 | Donald | Ackerman | Donald Ackerman | Ackerman, Donald | D. Ackerman | donald-ackerman | 1930-09-04 00:00:00 | Long Island-Brooklyn | USA | Long Island-Brooklyn/USA | 6-0 | 183 | 1 | null | Guard | Inactive | N | 1,610,612,752 | Knicks | NYK | knicks | New York | HISTADD_buddy_ackerman | 1,953 | 1,953 | N | Y | Y | 1953 | 2 | null | N |
76,009 | Mark | Acres | Mark Acres | Acres, Mark | M. Acres | mark-acres | 1962-11-15 00:00:00 | Oral Roberts | USA | Oral Roberts/USA | 6-11 | 220 | 6 | 42 | Center | Inactive | N | 1,610,612,753 | Magic | ORL | magic | Orlando | HISTADD_mark_acres | 1,987 | 1,992 | N | Y | Y | 1985 | 2 | 40 | N |
76,010 | Charles | Acton | Charles Acton | Acton, Charles | C. Acton | charles-acton | 1942-01-11 00:00:00 | Hillsdale | USA | Hillsdale/USA | 6-6 | 210 | 1 | 24 | Forward | Inactive | N | 1,610,612,745 | Rockets | SDR | rockets | San Diego | HISTADD_bud_acton | 1,967 | 1,967 | N | Y | Y | Undrafted | Undrafted | Undrafted | N |
203,112 | Quincy | Acy | Quincy Acy | Acy, Quincy | Q. Acy | quincy-acy | 1990-10-06 00:00:00 | Baylor | USA | Baylor/USA | 6-7 | 240 | 7 | null | Forward | Inactive | N | 0 | null | null | null | null | quincy_acy | 2,012 | 2,018 | Y | Y | Y | 2012 | 2 | 37 | N |
76,011 | Alvan | Adams | Alvan Adams | Adams, Alvan | A. Adams | alvan-adams | 1954-07-19 00:00:00 | Oklahoma | USA | Oklahoma/USA | 6-9 | 210 | 13 | 33 | Center | Inactive | N | 1,610,612,756 | Suns | PHX | suns | Phoenix | HISTADD_alvan_adams | 1,975 | 1,987 | N | Y | Y | 1975 | 1 | 4 | N |
76,012 | Don | Adams | Don Adams | Adams, Don | D. Adams | don-adams | 1947-11-27 00:00:00 | Northwestern | USA | Northwestern/USA | 6-7 | 210 | 7 | 10 | Forward | Inactive | N | 1,610,612,765 | Pistons | DET | pistons | Detroit | HISTADD_don_adams | 1,970 | 1,976 | N | Y | Y | 1970 | 8 | 120 | N |
200,801 | Hassan | Adams | Hassan Adams | Adams, Hassan | H. Adams | hassan-adams | 1984-06-20 00:00:00 | Arizona | USA | Arizona/USA | 6-4 | 220 | 2 | null | Forward | Inactive | N | 0 | null | null | null | null | hassan_adams | 2,006 | 2,008 | N | Y | Y | 2006 | 2 | 54 | N |
1,629,121 | Jaylen | Adams | Jaylen Adams | Adams, Jaylen | J. Adams | jaylen-adams | 1996-05-04 00:00:00 | St. Bonaventure | USA | St. Bonaventure/USA | 6-0 | 225 | 3 | null | Guard | Inactive | N | 0 | null | null | null | null | jaylen_adams | 2,018 | 2,020 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
203,919 | Jordan | Adams | Jordan Adams | Adams, Jordan | J. Adams | jordan-adams | 1994-07-08 00:00:00 | UCLA | USA | UCLA/USA | 6-5 | 209 | 3 | 3 | Guard | Inactive | N | 1,610,612,763 | Grizzlies | MEM | grizzlies | Memphis | jordan_adams | 2,014 | 2,015 | Y | Y | Y | 2014 | 1 | 22 | N |
149 | Michael | Adams | Michael Adams | Adams, Michael | M. Adams | michael-adams | 1963-01-19 00:00:00 | Boston College | USA | Boston College/USA | 5-10 | 165 | 11 | 23 | Guard | Inactive | N | 1,610,612,743 | Nuggets | DEN | nuggets | Denver | michael_adams | 1,985 | 1,995 | N | Y | Y | 1985 | 3 | 66 | N |
203,500 | Steven | Adams | Steven Adams | Adams, Steven | S. Adams | steven-adams | 1993-07-20 00:00:00 | Pittsburgh | New Zealand | Pittsburgh/New Zealand | 6-11 | 265 | 10 | 4 | Center | Active | N | 1,610,612,763 | Grizzlies | MEM | grizzlies | Memphis | steven_adams | 2,013 | 2,023 | N | Y | Y | 2013 | 1 | 12 | N |
912 | Rafael | Addison | Rafael Addison | Addison, Rafael | R. Addison | rafael-addison | 1964-07-22 00:00:00 | Syracuse | USA | Syracuse/USA | 6-8 | 241 | 6 | 7 | Forward | Inactive | N | 1,610,612,751 | Nets | NJN | nets | New Jersey | rafael_addison | 1,986 | 1,996 | N | Y | Y | 1986 | 2 | 39 | N |
1,628,389 | Bam | Adebayo | Bam Adebayo | Adebayo, Bam | B. Adebayo | bam-adebayo | 1997-07-18 00:00:00 | Kentucky | USA | Kentucky/USA | 6-9 | 255 | 6 | 13 | Center-Forward | Active | N | 1,610,612,748 | Heat | MIA | heat | Miami | bam_adebayo | 2,017 | 2,023 | N | Y | Y | 2017 | 1 | 14 | N |
1,629,061 | Deng | Adel | Deng Adel | Adel, Deng | D. Adel | deng-adel | 1997-02-01 00:00:00 | Louisville | South Sudan | Louisville/South Sudan | 6-7 | 200 | 2 | 32 | Forward | Inactive | N | 1,610,612,739 | Cavaliers | CLE | cavaliers | Cleveland | deng_adel | 2,018 | 2,018 | Y | Y | Y | 2018 | null | null | N |
76,015 | Rick | Adelman | Rick Adelman | Adelman, Rick | R. Adelman | rick-adelman | 1946-06-16 00:00:00 | Loyola-Marymount | USA | Loyola-Marymount/USA | 6-2 | 175 | 7 | 5 | Guard | Inactive | N | 1,610,612,757 | Trail Blazers | POR | blazers | Portland | HISTADD_rick_adelman | 1,968 | 1,974 | N | Y | Y | 1968 | 7 | 79 | N |
202,399 | Jeff | Adrien | Jeff Adrien | Adrien, Jeff | J. Adrien | jeff-adrien | 1986-02-10 00:00:00 | Connecticut | USA | Connecticut/USA | null | null | 6 | null | null | Inactive | N | 0 | null | null | null | null | jeff_adrien | 2,010 | 2,014 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
201,167 | Arron | Afflalo | Arron Afflalo | Afflalo, Arron | A. Afflalo | arron-afflalo | 1985-10-15 00:00:00 | UCLA | USA | UCLA/USA | 6-5 | 210 | 12 | 4 | Guard | Inactive | N | 1,610,612,743 | Nuggets | DEN | nuggets | Denver | arron_afflalo | 2,007 | 2,017 | N | Y | Y | 2007 | 1 | 27 | N |
1,630,534 | Ochai | Agbaji | Ochai Agbaji | Agbaji, Ochai | O. Agbaji | ochai-agbaji | 2000-04-20 00:00:00 | Kansas | USA | Kansas/USA | 6-5 | 215 | 1 | 30 | Guard | Active | N | 1,610,612,762 | Jazz | UTA | jazz | Utah | ochai_agbaji | 2,022 | 2,023 | Y | Y | Y | 2022 | 1 | 14 | N |
200,772 | Maurice | Ager | Maurice Ager | Ager, Maurice | M. Ager | maurice-ager | 1984-02-09 00:00:00 | Michigan State | USA | Michigan State/USA | 6-5 | 202 | 4 | null | Forward-Guard | Inactive | N | 0 | null | null | null | null | maurice_ager | 2,006 | 2,010 | Y | Y | Y | 2006 | 1 | 28 | N |
76,016 | Mark | Aguirre | Mark Aguirre | Aguirre, Mark | M. Aguirre | mark-aguirre | 1959-12-10 00:00:00 | DePaul | USA | DePaul/USA | 6-6 | 232 | 13 | 7 | Forward | Inactive | N | 1,610,612,742 | Mavericks | DAL | mavericks | Dallas | HISTADD_mark_aguirre | 1,981 | 1,993 | N | Y | Y | 1981 | 1 | 1 | N |
201,336 | Blake | Ahearn | Blake Ahearn | Ahearn, Blake | B. Ahearn | blake-ahearn | 1984-05-27 00:00:00 | Missouri State | USA | Missouri State/USA | 6-2 | 190 | 4 | 2 | Guard | Inactive | N | 1,610,612,748 | Heat | MIA | heat | Miami | blake_ahearn | 2,007 | 2,011 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
201,582 | Alexis | Ajinca | Alexis Ajinca | Ajinca, Alexis | A. Ajinca | alexis-ajinca | 1988-05-06 00:00:00 | Hyeres-Toulon | France | Hyeres-Toulon/France | 7-2 | 248 | 8 | 42 | Center | Inactive | N | 1,610,612,740 | Pelicans | NOP | pelicans | New Orleans | alexis_ajinca | 2,008 | 2,017 | Y | Y | Y | 2008 | 1 | 20 | N |
76,018 | Henry | Akin | Henry Akin | Akin, Henry | H. Akin | henry-akin | 1944-07-31 00:00:00 | Morehead State | USA | Morehead State/USA | 6-10 | 225 | 2 | 10 | Center | Inactive | N | 1,610,612,752 | Knicks | NYK | knicks | New York | HISTADD_henry_akin | 1,966 | 1,967 | N | Y | Y | 1966 | 2 | 11 | N |
203,006 | Josh | Akognon | Josh Akognon | Akognon, Josh | J. Akognon | josh-akognon | 1986-02-10 00:00:00 | California State-Fullerton | USA | California State-Fullerton/USA | 5-11 | 185 | 2 | 10 | Guard | Inactive | N | 1,610,612,742 | Mavericks | DAL | mavericks | Dallas | josh_akognon | 2,012 | 2,012 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
1,629,152 | DeVaughn | Akoon-Purcell | DeVaughn Akoon-Purcell | Akoon-Purcell, DeVaughn | D. Akoon-Purcell | devaughn-akoon-purcell | 1993-06-05 00:00:00 | Illinois State | Trinidad and Tobago | Illinois State/Trinidad and Tobago | 6-6 | 200 | 2 | null | Guard-Forward | Inactive | N | 0 | null | null | null | null | devaughn_akoon-purcell | 2,018 | 2,018 | Y | Y | Y | 2016 | null | null | N |
202,374 | Solomon | Alabi | Solomon Alabi | Alabi, Solomon | S. Alabi | solomon-alabi | 1988-03-21 00:00:00 | Florida State | Nigeria | Florida State/Nigeria | 7-1 | 252 | 3 | 50 | Center | Inactive | N | 1,610,612,761 | Raptors | TOR | raptors | Toronto | solomon_alabi | 2,010 | 2,011 | Y | Y | Y | 2010 | 2 | 50 | N |
76,019 | Mark | Alarie | Mark Alarie | Alarie, Mark | M. Alarie | mark-alarie | 1963-12-11 00:00:00 | Duke | USA | Duke/USA | 6-8 | 217 | 5 | 31 | Forward | Inactive | N | 1,610,612,764 | Bullets | WAS | wizards | Washington | HISTADD_mark_alarie | 1,986 | 1,990 | N | Y | Y | 1986 | 1 | 18 | N |
76,020 | Gary | Alcorn | Gary Alcorn | Alcorn, Gary | G. Alcorn | gary-alcorn | 1936-10-08 00:00:00 | Fresno State | USA | Fresno State/USA | 6-9 | 225 | 2 | 24 | Center | Inactive | N | 1,610,612,765 | Pistons | DET | pistons | Detroit | HISTADD_gary_alcorn | 1,959 | 1,960 | N | Y | Y | 1959 | 3 | 16 | N |
1,630,583 | Santi | Aldama | Santi Aldama | Aldama, Santi | S. Aldama | santi-aldama | 2001-01-10 00:00:00 | Loyola-Maryland | Spain | Loyola-Maryland/Spain | 7-0 | 215 | 2 | 7 | Forward-Center | Active | N | 1,610,612,763 | Grizzlies | MEM | grizzlies | Memphis | santi_aldama | 2,021 | 2,023 | Y | Y | Y | 2021 | 1 | 30 | N |
203,128 | Furkan | Aldemir | Furkan Aldemir | Aldemir, Furkan | F. Aldemir | furkan-aldemir | 1991-08-09 00:00:00 | Galatasaray | Turkey | Galatasaray/Turkey | 6-10 | 240 | 2 | 19 | Forward-Center | Inactive | N | 1,610,612,755 | 76ers | PHI | sixers | Philadelphia | furkan_aldemir | 2,014 | 2,014 | N | Y | Y | 2012 | 2 | 53 | N |
202,332 | Cole | Aldrich | Cole Aldrich | Aldrich, Cole | C. Aldrich | cole-aldrich | 1988-10-31 00:00:00 | Kansas | USA | Kansas/USA | 6-11 | 253 | 9 | 45 | Center | Inactive | N | 1,610,612,752 | Knicks | NYK | knicks | New York | cole_aldrich | 2,010 | 2,017 | Y | Y | Y | 2010 | 1 | 11 | N |
200,746 | LaMarcus | Aldridge | LaMarcus Aldridge | Aldridge, LaMarcus | L. Aldridge | lamarcus-aldridge | 1985-07-19 00:00:00 | University of Texas at Austin | USA | Texas-Austin/USA | 6-11 | 250 | 17 | 21 | Center-Forward | Inactive | N | 1,610,612,751 | Nets | BKN | nets | Brooklyn | lamarcus_aldridge | 2,006 | 2,021 | N | Y | Y | 2006 | 1 | 2 | N |
1,626,146 | Cliff | Alexander | Cliff Alexander | Alexander, Cliff | C. Alexander | cliff-alexander | 1995-11-16 00:00:00 | Kansas | USA | Kansas/USA | 6-8 | 240 | 2 | 34 | Forward | Inactive | N | 1,610,612,757 | Trail Blazers | POR | blazers | Portland | cliff_alexander | 2,015 | 2,015 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
724 | Cory | Alexander | Cory Alexander | Alexander, Cory | C. Alexander | cory-alexander | 1973-06-22 00:00:00 | Virginia | USA | Virginia/USA | 6-1 | 190 | 8 | 12 | Guard | Inactive | N | 1,610,612,759 | Spurs | SAS | spurs | San Antonio | cory_alexander | 1,995 | 2,004 | N | Y | Y | 1995 | 1 | 29 | N |
201,570 | Joe | Alexander | Joe Alexander | Alexander, Joe | J. Alexander | joe-alexander | 1986-12-26 00:00:00 | West Virginia | USA | West Virginia/USA | 6-8 | 230 | 3 | 20 | Forward | Inactive | N | 1,610,612,749 | Bucks | MIL | bucks | Milwaukee | joe_alexander | 2,008 | 2,009 | Y | Y | Y | 2008 | 1 | 8 | N |
1,629,734 | Kyle | Alexander | Kyle Alexander | Alexander, Kyle | K. Alexander | kyle-alexander | 1996-10-21 00:00:00 | Tennessee | Canada | Tennessee/Canada | 6-10 | 216 | 2 | 17 | Forward-Center | Inactive | N | 1,610,612,748 | Heat | MIA | heat | Miami | kyle_alexander | 2,019 | 2,019 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
1,630,234 | Ty-Shon | Alexander | Ty-Shon Alexander | Alexander, Ty-Shon | T. Alexander | ty-shon-alexander | 1998-07-16 00:00:00 | Creighton | USA | Creighton/USA | 6-3 | 195 | 2 | 0 | Guard | Inactive | N | 1,610,612,756 | Suns | PHX | suns | Phoenix | ty-shon_alexander | 2,020 | 2,020 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
2,349 | Victor | Alexander | Victor Alexander | Alexander, Victor | V. Alexander | victor-alexander | 1969-08-31 00:00:00 | Iowa State | USA | Iowa State/USA | 6-10 | 265 | 5 | 9 | Forward | Inactive | N | 1,610,612,744 | Warriors | GOS | warriors | Golden State | victor_alexander | 1,991 | 2,001 | N | Y | Y | 1991 | 1 | 17 | N |
1,629,638 | Nickeil | Alexander-Walker | Nickeil Alexander-Walker | Alexander-Walker, Nickeil | N. Alexander-Walker | nickeil-alexander-walker | 1998-09-02 00:00:00 | Virginia Tech | Canada | Virginia Tech/Canada | 6-5 | 205 | 4 | 9 | Guard | Active | N | 1,610,612,750 | Timberwolves | MIN | timberwolves | Minnesota | nickeil_alexander-walker | 2,019 | 2,023 | Y | Y | Y | 2019 | 1 | 17 | N |
76,024 | Steve | Alford | Steve Alford | Alford, Steve | S. Alford | steve-alford | 1964-11-23 00:00:00 | Indiana | USA | Indiana/USA | 6-2 | 183 | 4 | 4 | Guard | Inactive | N | 1,610,612,742 | Mavericks | DAL | mavericks | Dallas | HISTADD_steve_alford | 1,987 | 1,990 | N | Y | Y | 1987 | 2 | 26 | N |
1,628,959 | Rawle | Alkins | Rawle Alkins | Alkins, Rawle | R. Alkins | rawle-alkins | 1997-10-29 00:00:00 | Arizona | USA | Arizona/USA | 6-5 | 225 | 2 | 20 | Guard | Inactive | N | 1,610,612,741 | Bulls | CHI | bulls | Chicago | rawle_alkins | 2,018 | 2,018 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
76,028 | Bob | Allen | Bob Allen | Allen, Bob | B. Allen | bob-allen | 1946-07-17 00:00:00 | Marshall | USA | Marshall/USA | 6-9 | 205 | 1 | 50 | Forward | Inactive | N | 1,610,612,744 | Warriors | SFW | warriors | San Francisco | HISTADD_bob_allen | 1,968 | 1,968 | N | Y | Y | 1968 | 6 | 71 | N |
1,628,960 | Grayson | Allen | Grayson Allen | Allen, Grayson | G. Allen | grayson-allen | 1995-10-08 00:00:00 | Duke | USA | Duke/USA | 6-4 | 198 | 5 | 12 | Guard | Active | N | 1,610,612,749 | Bucks | MIL | bucks | Milwaukee | grayson_allen | 2,018 | 2,023 | Y | Y | Y | 2018 | 1 | 21 | N |
1,628,386 | Jarrett | Allen | Jarrett Allen | Allen, Jarrett | J. Allen | jarrett-allen | 1998-04-21 00:00:00 | Texas | USA | Texas/USA | 6-9 | 243 | 6 | 31 | Center | Active | N | 1,610,612,739 | Cavaliers | CLE | cavaliers | Cleveland | jarrett_allen | 2,017 | 2,023 | N | Y | Y | 2017 | 1 | 22 | N |
1,628,443 | Kadeem | Allen | Kadeem Allen | Allen, Kadeem | K. Allen | kadeem-allen | 1993-01-15 00:00:00 | Arizona | USA | Arizona/USA | 6-1 | 200 | 3 | null | Guard | Inactive | N | 0 | null | null | null | null | kadeem_allen | 2,017 | 2,019 | Y | Y | Y | 2017 | 2 | 53 | N |
202,730 | Lavoy | Allen | Lavoy Allen | Allen, Lavoy | L. Allen | lavoy-allen | 1989-02-04 00:00:00 | Temple | USA | Temple/USA | 6-9 | 260 | 7 | 5 | Forward-Center | Inactive | N | 1,610,612,754 | Pacers | IND | pacers | Indiana | lavoy_allen | 2,011 | 2,016 | Y | Y | Y | 2011 | 2 | 50 | N |
76,027 | Lucius | Allen | Lucius Allen | Allen, Lucius | L. Allen | lucius-allen | 1947-09-26 00:00:00 | UCLA | USA | UCLA/USA | 6-2 | 175 | 10 | 42 | Guard | Inactive | N | 1,610,612,749 | Bucks | MIL | bucks | Milwaukee | HISTADD_lucius_allen | 1,969 | 1,978 | N | Y | Y | 1969 | 1 | 3 | N |
2,124 | Malik | Allen | Malik Allen | Allen, Malik | M. Allen | malik-allen | 1978-06-27 00:00:00 | Villanova | USA | Villanova/USA | 6-10 | 255 | 11 | 35 | Forward | Inactive | N | 1,610,612,748 | Heat | MIA | heat | Miami | malik_allen | 2,001 | 2,010 | N | Y | Y | Undrafted | Undrafted | Undrafted | N |
2,754 | Tony | Allen | Tony Allen | Allen, Tony | T. Allen | tony-allen | 1982-01-11 00:00:00 | Oklahoma State | USA | Oklahoma State/USA | 6-4 | 213 | 14 | null | Guard-Forward | Inactive | N | 0 | null | null | null | null | tony_allen | 2,004 | 2,017 | N | Y | Y | 2004 | 1 | 25 | N |
76,029 | Odis | Allison | Odis Allison | Allison, Odis | O. Allison | odis-allison | 1949-10-02 00:00:00 | UNLV | USA | UNLV/USA | 6-6 | 195 | 1 | 22 | Forward | Inactive | N | 1,610,612,744 | Warriors | GOS | warriors | Golden State | HISTADD_odis_allison | 1,971 | 1,971 | N | Y | Y | 1971 | 5 | 76 | N |
200,984 | Lance | Allred | Lance Allred | Allred, Lance | L. Allred | lance-allred | 1981-02-02 00:00:00 | Weber State | USA | Weber State/USA | 6-11 | 250 | 2 | 41 | Center | Inactive | N | 1,610,612,739 | Cavaliers | CLE | cavaliers | Cleveland | lance_allred | 2,007 | 2,007 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
76,030 | Darrell | Allums | Darrell Allums | Allums, Darrell | D. Allums | darrell-allums | 1958-09-12 00:00:00 | UCLA | USA | UCLA/USA | 6-8 | 220 | 1 | 32 | Forward | Inactive | N | 1,610,612,742 | Mavericks | DAL | mavericks | Dallas | HISTADD_darrell_allums | 1,980 | 1,980 | N | Y | Y | 1980 | 5 | 103 | N |
201,165 | Morris | Almond | Morris Almond | Almond, Morris | M. Almond | morris-almond | 1985-02-02 00:00:00 | Rice | USA | Rice/USA | 6-6 | 225 | 4 | 21 | Guard | Inactive | N | 1,610,612,762 | Jazz | UTA | jazz | Utah | morris_almond | 2,007 | 2,011 | Y | Y | Y | 2007 | 1 | 25 | N |
308 | Derrick | Alston | Derrick Alston | Alston, Derrick | D. Alston | derrick-alston | 1972-08-20 00:00:00 | Duquesne | USA | Duquesne/USA | 6-11 | 225 | 3 | null | Center | Inactive | N | 0 | null | null | null | null | derrick_alston | 1,994 | 1,996 | N | Y | Y | 1994 | 2 | 33 | N |
1,747 | Rafer | Alston | Rafer Alston | Alston, Rafer | R. Alston | rafer-alston | 1976-07-24 00:00:00 | Fresno State | USA | Fresno State/USA | 6-2 | 175 | 11 | 11 | Guard | Inactive | N | 1,610,612,745 | Rockets | HOU | rockets | Houston | rafer_alston | 1,999 | 2,009 | Y | Y | Y | 1998 | 2 | 39 | N |
1,824 | Peter | Aluma | Peter Aluma | Aluma, Peter | P. Aluma | peter-aluma | 1973-04-26 00:00:00 | Liberty | USA | Liberty/USA | 6-10 | 260 | 1 | null | Center | Inactive | N | 0 | null | null | null | null | peter_aluma | 1,998 | 1,998 | N | Y | Y | Undrafted | Undrafted | Undrafted | N |
1,630,631 | Jose | Alvarado | Jose Alvarado | Alvarado, Jose | J. Alvarado | jose-alvarado | 1998-04-12 00:00:00 | Georgia Tech | USA | Georgia Tech/USA | 6-0 | 179 | 2 | 15 | Guard | Active | N | 1,610,612,740 | Pelicans | NOP | pelicans | New Orleans | jose_alvarado | 2,021 | 2,023 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
680 | John | Amaechi | John Amaechi | Amaechi, John | J. Amaechi | john-amaechi | 1970-11-26 00:00:00 | Penn State | United Kingdom | Penn State/United Kingdom | 6-10 | 270 | 6 | 13 | Forward-Center | Inactive | N | 1,610,612,753 | Magic | ORL | magic | Orlando | john_amaechi | 1,995 | 2,002 | N | Y | Y | Undrafted | Undrafted | Undrafted | N |
200,811 | Lou | Amundson | Lou Amundson | Amundson, Lou | L. Amundson | lou-amundson | 1982-12-07 00:00:00 | UNLV | USA | UNLV/USA | 6-9 | 220 | 11 | 17 | Forward | Inactive | N | 1,610,612,756 | Suns | PHX | suns | Phoenix | lou_amundson | 2,006 | 2,015 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
2,365 | Chris | Andersen | Chris Andersen | Andersen, Chris | C. Andersen | chris-andersen | 1978-07-07 00:00:00 | Blinn J.C. | USA | Blinn J.C./USA | 6-10 | 245 | 15 | null | Forward-Center | Inactive | N | 0 | null | null | null | null | chris_andersen | 2,001 | 2,016 | N | Y | Y | Undrafted | Undrafted | Undrafted | N |
2,431 | David | Andersen | David Andersen | Andersen, David | D. Andersen | david-andersen | 1980-06-23 00:00:00 | FC Barcelona | Australia | FC Barcelona/Australia | null | null | 20 | null | null | Inactive | N | 0 | null | null | null | null | david_andersen | 2,009 | 2,017 | N | Y | Y | 2002 | 2 | 36 | N |
101,187 | Alan | Anderson | Alan Anderson | Anderson, Alan | A. Anderson | alan-anderson | 1982-10-16 00:00:00 | Michigan State | USA | Michigan State/USA | 6-6 | 220 | 9 | 9 | Forward-Guard | Inactive | N | 1,610,612,751 | Nets | BKN | nets | Brooklyn | alan_anderson | 2,005 | 2,016 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
202,079 | Antonio | Anderson | Antonio Anderson | Anderson, Antonio | A. Anderson | antonio-anderson | 1985-06-05 00:00:00 | Memphis | USA | Memphis/USA | 6-6 | 215 | 2 | null | Guard | Inactive | N | 0 | null | null | null | null | antonio_anderson | 2,009 | 2,009 | Y | Y | Y | Undrafted | Undrafted | Undrafted | N |
76,036 | Daniel | Anderson | Daniel Anderson | Anderson, Daniel | D. Anderson | daniel-anderson | 1951-01-01 00:00:00 | Southern California | USA | Southern California/USA | 6-2 | 185 | 2 | 33 | Guard | Inactive | N | 1,610,612,757 | Trail Blazers | POR | blazers | Portland | HISTADD_daniel_anderson | 1,974 | 1,975 | N | Y | Y | 1974 | 6 | 92 | N |
1,507 | Derek | Anderson | Derek Anderson | Anderson, Derek | D. Anderson | derek-anderson | 1974-07-18 00:00:00 | Kentucky | USA | Kentucky/USA | 6-5 | 195 | 12 | 1 | Guard | Inactive | N | 1,610,612,757 | Trail Blazers | POR | blazers | Portland | derek_anderson | 1,997 | 2,007 | N | Y | Y | 1997 | 1 | 13 | N |
76,037 | Dwight | Anderson | Dwight Anderson | Anderson, Dwight | D. Anderson | dwight-anderson | 1960-12-28 00:00:00 | Southern California | USA | Southern California/USA | 6-3 | 185 | 1 | 20 | Guard | Inactive | N | 1,610,612,743 | Nuggets | DEN | nuggets | Denver | HISTADD_dwight_anderson | 1,982 | 1,982 | N | Y | Y | 1982 | 2 | 41 | N |
944 | Eric | Anderson | Eric Anderson | Anderson, Eric | E. Anderson | eric-anderson | 1970-05-26 00:00:00 | Indiana | USA | Indiana/USA | 6-9 | 220 | 2 | 42 | Forward | Inactive | N | 1,610,612,752 | Knicks | NYK | knicks | New York | eric_anderson | 1,992 | 1,993 | N | Y | Y | Undrafted | Undrafted | Undrafted | N |
246 | Greg | Anderson | Greg Anderson | Anderson, Greg | G. Anderson | greg-anderson | 1964-06-22 00:00:00 | Houston | USA | Houston/USA | 6-10 | 250 | 10 | 0 | Center-Forward | Inactive | N | 1,610,612,759 | Spurs | SAS | spurs | San Antonio | greg_anderson | 1,987 | 1,997 | N | Y | Y | 1987 | 1 | 23 | N |
202,341 | James | Anderson | James Anderson | Anderson, James | J. Anderson | james-anderson | 1989-03-25 00:00:00 | Oklahoma State | USA | Oklahoma State/USA | 6-6 | 213 | 6 | 5 | Guard-Forward | Inactive | N | 1,610,612,759 | Spurs | SAS | spurs | San Antonio | james_anderson | 2,010 | 2,015 | Y | Y | Y | 2010 | 1 | 20 | N |
76,040 | Jerome | Anderson | Jerome Anderson | Anderson, Jerome | J. Anderson | jerome-anderson | 1953-10-09 00:00:00 | West Virginia | USA | West Virginia/USA | 6-5 | 195 | 2 | 21-23 | Guard | Inactive | N | 1,610,612,754 | Pacers | IND | pacers | Indiana | HISTADD_jerome_anderson | 1,975 | 1,976 | N | Y | Y | 1975 | 3 | 53 | N |
1,626,147 | Justin | Anderson | Justin Anderson | Anderson, Justin | J. Anderson | justin-anderson | 1993-11-19 00:00:00 | Virginia | USA | Virginia/USA | 6-5 | 231 | 7 | null | Forward-Guard | Inactive | N | 0 | null | null | null | null | justin_anderson | 2,015 | 2,021 | Y | Y | Y | 2015 | 1 | 21 | N |
72 | Kenny | Anderson | Kenny Anderson | Anderson, Kenny | K. Anderson | kenny-anderson | 1970-10-09 00:00:00 | Georgia Tech | USA | Georgia Tech/USA | 6-1 | 168 | 14 | null | Guard | Inactive | N | 0 | null | null | null | null | kenny_anderson | 1,991 | 2,004 | N | Y | Y | 1991 | 1 | 2 | N |
76,041 | Kim | Anderson | Kim Anderson | Anderson, Kim | K. Anderson | kim-anderson | 1955-05-12 00:00:00 | Missouri | USA | Missouri/USA | 6-7 | 200 | 1 | 42 | Forward | Inactive | N | 1,610,612,757 | Trail Blazers | POR | blazers | Portland | HISTADD_kim_anderson | 1,978 | 1,978 | N | Y | Y | 1978 | 7 | 146 | N |
203,937 | Kyle | Anderson | Kyle Anderson | Anderson, Kyle | K. Anderson | kyle-anderson | 1993-09-20 00:00:00 | UCLA | USA | UCLA/USA | 6-9 | 230 | 9 | 5 | Forward-Guard | Active | N | 1,610,612,750 | Timberwolves | MIN | timberwolves | Minnesota | kyle_anderson | 2,014 | 2,023 | Y | Y | Y | 2014 | 1 | 30 | N |
76,042 | Michael | Anderson | Michael Anderson | Anderson, Michael | M. Anderson | michael-anderson | 1966-03-23 00:00:00 | Drexel | USA | Drexel/USA | 5-11 | 184 | 1 | 10 | Guard | Inactive | N | 1,610,612,759 | Spurs | SAS | spurs | San Antonio | HISTADD_michael_anderson | 1,988 | 1,988 | N | Y | Y | 1988 | 3 | 73 | N |
76,043 | Mitchell | Anderson | Mitchell Anderson | Anderson, Mitchell | M. Anderson | mitchell-anderson | 1960-09-23 00:00:00 | Bradley | USA | Bradley/USA | 6-8 | 195 | 3 | 11 | Forward | Inactive | N | 1,610,612,762 | Jazz | UTA | jazz | Utah | HISTADD_jj_anderson | 1,982 | 1,984 | N | Y | Y | 1982 | 2 | 36 | N |
98 | Nick | Anderson | Nick Anderson | Anderson, Nick | N. Anderson | nick-anderson | 1968-01-20 00:00:00 | Illinois | USA | Illinois/USA | 6-6 | 228 | 14 | 5 | Forward-Guard | Inactive | N | 1,610,612,753 | Magic | ORL | magic | Orlando | nick_anderson | 1,989 | 2,002 | N | Y | Y | 1989 | 1 | 11 | N |
76,045 | Richard | Anderson | Richard Anderson | Anderson, Richard | R. Anderson | richard-anderson | 1960-11-19 00:00:00 | California-Santa Barbara | USA | California-Santa Barbara/USA | 6-10 | 240 | 6 | 35 | Forward | Inactive | N | 1,610,612,757 | Trail Blazers | POR | blazers | Portland | HISTADD_richard_anderson | 1,982 | 1,989 | N | Y | Y | 1982 | 2 | 32 | N |
76,046 | Ron | Anderson | Ron Anderson | Anderson, Ron | R. Anderson | ron-anderson | 1958-10-15 00:00:00 | Fresno State | USA | Fresno State/USA | 6-7 | 215 | 10 | 35 | Forward | Inactive | N | 1,610,612,755 | 76ers | PHI | sixers | Philadelphia | HISTADD_ron_anderson | 1,984 | 1,993 | N | Y | Y | 1984 | 2 | 27 | N |
201,583 | Ryan | Anderson | Ryan Anderson | Anderson, Ryan | R. Anderson | ryan-anderson | 1988-05-06 00:00:00 | California | USA | California/USA | 6-9 | 240 | 12 | null | Forward | Inactive | N | 0 | null | null | null | null | ryan_anderson | 2,008 | 2,019 | N | Y | Y | 2008 | 1 | 21 | N |
1,000 | Shandon | Anderson | Shandon Anderson | Anderson, Shandon | S. Anderson | shandon-anderson | 1973-12-31 00:00:00 | Georgia | USA | Georgia/USA | 6-6 | 215 | 10 | 49 | Guard-Forward | Inactive | N | 1,610,612,752 | Knicks | NYK | knicks | New York | shandon_anderson | 1,996 | 2,005 | N | Y | Y | 1996 | 2 | 54 | N |
335 | Willie | Anderson | Willie Anderson | Anderson, Willie | W. Anderson | willie-anderson | 1967-01-08 00:00:00 | Georgia | USA | Georgia/USA | 6-8 | 200 | 8 | 35 | Guard-Forward | Inactive | N | 1,610,612,759 | Spurs | SAS | spurs | San Antonio | willie_anderson | 1,988 | 1,996 | N | Y | Y | 1988 | 1 | 10 | N |
101,149 | Martynas | Andriuskevicius | Martynas Andriuskevicius | Andriuskevicius, Martynas | M. Andriuskevicius | martynas-andriuskevicius | 1986-03-12 00:00:00 | Zalgiris | Lithuania | Zalgiris/Lithuania | 7-2 | 240 | 2 | 15 | Center | Inactive | N | 1,610,612,739 | Cavaliers | CLE | cavaliers | Cleveland | martynas_andriuskevicius | 2,005 | 2,006 | Y | Y | Y | 2005 | 2 | 44 | N |
76,049 | Don | Anielak | Don Anielak | Anielak, Don | D. Anielak | don-anielak | 1930-11-01 00:00:00 | Missouri State | USA | Missouri State/USA | 6-7 | 190 | 1 | 12 | Forward | Inactive | N | 1,610,612,752 | Knicks | NYK | knicks | New York | HISTADD_don_anielak | 1,954 | 1,954 | N | Y | Y | 1954 | 3 | 26 | N |
1,628,387 | Ike | Anigbogu | Ike Anigbogu | Anigbogu, Ike | I. Anigbogu | ike-anigbogu | 1998-10-16 00:00:00 | UCLA | USA | UCLA/USA | 6-10 | 250 | 3 | null | Center | Inactive | N | 0 | null | null | null | null | ike_anigbogu | 2,017 | 2,018 | Y | Y | Y | 2017 | 2 | 47 | N |
76,050 | Michael | Ansley | Michael Ansley | Ansley, Michael | M. Ansley | michael-ansley | 1967-02-08 00:00:00 | Alabama | USA | Alabama/USA | 6-7 | 225 | 3 | 54 | Forward | Inactive | N | 1,610,612,753 | Magic | ORL | magic | Orlando | HISTADD_michael_ansley | 1,989 | 1,991 | N | Y | Y | 1989 | 2 | 37 | N |
1,512 | Chris | Anstey | Chris Anstey | Anstey, Chris | C. Anstey | chris-anstey | 1975-01-01 00:00:00 | South East Melbourne | Australia | South East Melbourne/Australia | 7-0 | 249 | 2 | 22 | Center | Inactive | N | 1,610,612,742 | Mavericks | DAL | mavericks | Dallas | chris_anstey | 1,997 | 1,999 | N | Y | Y | 1997 | 1 | 18 | N |
203,507 | Giannis | Antetokounmpo | Giannis Antetokounmpo | Antetokounmpo, Giannis | G. Antetokounmpo | giannis-antetokounmpo | 1994-12-06 00:00:00 | Filathlitikos | Greece | Filathlitikos/Greece | 7-0 | 243 | 10 | 34 | Forward | Active | N | 1,610,612,749 | Bucks | MIL | bucks | Milwaukee | giannis_antetokounmpo | 2,013 | 2,023 | N | Y | Y | 2013 | 1 | 15 | Y |
1,628,961 | Kostas | Antetokounmpo | Kostas Antetokounmpo | Antetokounmpo, Kostas | K. Antetokounmpo | kostas-antetokounmpo | 1997-11-20 00:00:00 | University of Dayton | Greece | Dayton/Greece | 6-10 | 200 | 4 | 37 | Forward | Inactive | N | 1,610,612,747 | Lakers | LAL | lakers | Los Angeles | kostas_antetokounmpo | 2,018 | 2,020 | Y | Y | Y | 2018 | 2 | 60 | N |
203,648 | Thanasis | Antetokounmpo | Thanasis Antetokounmpo | Antetokounmpo, Thanasis | T. Antetokounmpo | thanasis-antetokounmpo | 1992-07-18 00:00:00 | Panathinaikos | Greece | Panathinaikos/Greece | 6-7 | 219 | 5 | 43 | Forward | Active | N | 1,610,612,749 | Bucks | MIL | bucks | Milwaukee | thanasis_antetokounmpo | 2,015 | 2,023 | Y | Y | Y | 2014 | 2 | 51 | N |
End of preview.
No dataset card yet
- Downloads last month
- 4