Video Game Sales Dataset Updated -Extra Feat
Uncover the Gaming Industry Trends with the Most Comprehensive Sales Data
@kaggle.ibriiee_video_games_sales_dataset_2022_updated_extra_feat
Uncover the Gaming Industry Trends with the Most Comprehensive Sales Data
@kaggle.ibriiee_video_games_sales_dataset_2022_updated_extra_feat
This Dataset provides up-to-date information on the sales performance and popularity of various video games worldwide. The data includes the name, platform, year of release, genre, publisher, and sales in North America, Europe, Japan, and other regions. It also features scores and ratings from both critics and users, including average critic score, number of critics reviewed, average user score, number of users reviewed, developer, and rating. This comprehensive and essential dataset offers valuable insights into the global video game market and is a must-have tool for gamers, industry professionals, and market researchers.
by source
More Datasets
For more datasets, click here.
| Column Name | Description |
|---|---|
| Name | The name of the video game. |
| Platform | The platform on which the game was released, such as PlayStation, Xbox, Nintendo, etc. |
| Year of Release | The year in which the game was released. |
| Genre | The genre of the video game, such as action, adventure, sports, etc. |
| Publisher | The company responsible for publishing the game. |
| NA Sales | The sales of the game in North America. |
| EU Sales | The sales of the game in Europe. |
| JP Sales | The sales of the game in Japan. |
| Other Sales | The sales of the game in other regions. |
| Global Sales | The total sales of the game across the world. |
| Critic Score | The average score given to the game by professional critics. |
| Critic Count | The number of critics who reviewed the game. |
| User Score | The average score given to the game by users. |
| User Count | The number of users who reviewed the game. |
| Developer | The company responsible for developing the game. |
| Rating | The rating assigned to the game by organizations such as the ESRB or PEGI. |
- Market Analysis: The video game sales data can be used to analyze market trends and identify popular genres, platforms, and publishers. This can be useful for industry professionals to make informed decisions about game development and marketing strategies.
if this dataset was used in your work or studies, please credit the original source
Please Credit ↑ ⠀⠀⠀
CREATE TABLE video_games (
"name" VARCHAR,
"platform" VARCHAR,
"year_of_release" DOUBLE,
"genre" VARCHAR,
"publisher" VARCHAR,
"na_sales" DOUBLE,
"eu_sales" DOUBLE,
"jp_sales" DOUBLE,
"other_sales" DOUBLE,
"global_sales" DOUBLE,
"critic_score" DOUBLE,
"critic_count" DOUBLE,
"user_score" VARCHAR,
"user_count" DOUBLE,
"developer" VARCHAR,
"rating" VARCHAR
);Anyone who has the link will be able to view this.