Video Game Sales
收藏www.kaggle.com2016-10-26 更新2025-03-23 收录
下载链接:
https://www.kaggle.com/gregorut/videogamesales
下载链接
链接失效反馈官方服务:
资源简介:
This dataset contains a list of video games with sales greater than 100,000 copies. It was generated by a scrape of [vgchartz.com][1].
Fields include
* Rank - Ranking of overall sales
* Name - The games name
* Platform - Platform of the games release (i.e. PC,PS4, etc.)
* Year - Year of the game's release
* Genre - Genre of the game
* Publisher - Publisher of the game
* NA_Sales - Sales in North America (in millions)
* EU_Sales - Sales in Europe (in millions)
* JP_Sales - Sales in Japan (in millions)
* Other_Sales - Sales in the rest of the world (in millions)
* Global_Sales - Total worldwide sales.
The script to scrape the data is available at https://github.com/GregorUT/vgchartzScrape.
It is based on BeautifulSoup using Python.
There are 16,598 records. 2 records were dropped due to incomplete information.
[1]: http://www.vgchartz.com/
本数据集收录了销量超过十万份的电子游戏列表,该列表通过爬取[vgchartz.com](1)网站生成。数据字段包括:
* 排名 - 总销量排名
* 名称 - 游戏名称
* 平台 - 游戏发布平台(例如:PC、PS4等)
* 年份 - 游戏发布年份
* 类型 - 游戏类型
* 发行商 - 游戏发行商
* 北美销量 - 北美地区销量(以百万为单位)
* 欧洲销量 - 欧洲地区销量(以百万为单位)
* 日本销量 - 日本地区销量(以百万为单位)
* 其他地区销量 - 全球其他地区销量(以百万为单位)
* 全球销量 - 全球总销量。
数据爬取脚本可在https://github.com/GregorUT/vgchartzScrape获取,该脚本基于BeautifulSoup使用Python编写。数据集共包含16,598条记录,因信息不完整而舍弃了2条记录。
[1]: http://www.vgchartz.com/
提供机构:
www.kaggle.com



