This dataset contains all the data of the players listed in the NBA 2K25 games developed by 2K. The dataset is made out of three big parts, the biodata of the player, the attributes, and the badges. At this moment, there is no more missing data that is due to the connection issue of the web scraper as I added the validation process algorithm on my code. Soon I will be adding the data for the hot zones of every player.
Please kindly upvote this dataset! 😉
I do not own any part of the data, the data is scraped from https://www.2kratings.com/. So hopefully this dataset can you help you in some way especially in learning about data science or statistics.
If you have any question or suggestion, please let me know. Thanks a lot!
Columns explanation:
- name : Player's full name (suffix included).
- nationality_1 : Player's main nationality.
- nationality_2 : Player's second nationality for player's with multiple nationality.
- team : Player's current NBA team.
- jersey : Player's current jersey number.
- position_1 : Player's main position on the team lineup.
- position_2 : Player's secondary position on the team lineup.
- archetype : Player's type/characteristics of gameplay in a game.
- height_feet : Player's height in feet and inch (separated by ' and ").
- height_cm : Player's height in centimeters.
- weight_lbs : Player's weight in pounds.
- weight_kg : Player's weight in kilograms.
- wingspan_feet : Player's wingspan in feet and inch (separated by ' and ").
- wingspan_cm : Player's wingspan in centimeters.
- season_salary : Player's salary in a season (numerical value).
- years_in_the_nba : Player's professional years in the NBA.
- birthdate : Player's birthdate (format : "Month dd, Year").
- hometown : Player's hometown (format : "City, State/Country").
- prior_to_nba : Player's prior to NBA (city, state, Uni, or country).