当前位置:网站首页>R语言kaggle 游戏数据探索与可视化
R语言kaggle 游戏数据探索与可视化
2022-08-09 12:42:00 【Mrrunsen】
library(tidyverse)
library(data.table)
library(e1071)
library(rpart)
library(randomForest)
数据集
# Video Game Sales with Ratings
ratings <- read.csv("Video_Games_Sales_as_at_22_Dec_2016.csv")
summary(ratings)
以下是数据集列的描述。
- Name-游戏名称
- Platform——游戏发布的平台(即PC、PS4等)
- Year 游戏发布的年份
- Genre 游戏类型
- Publisher 出版商-游戏出版商
- NA_Sales——北美销售额(百万)
- EU_Sales——欧洲销售额(百万)
- JP_Sales——在日本的销售额(以百万计)
- Other_Sales——在世界其他地区的销售额(以百万计)
- Global_Sales-全球总销售额。
- Critic_score——元批评工作人员编制的总分
- CriticAccount——提出CriticCore时使用的批评人数
- User_score-Metacritic订户的分数
- Usercount—给出userscore的用户数
- Usercount-负责创建游戏的一方
- Rating——ESRB评级
据观察,发布年份和用户分数为字符,将首先更改为数字。
边栏推荐
- 基于CAP组件实现补偿事务与幂等性保障
- Report: The number of students who want to learn AI has increased by 200%, and there are not enough teachers
- 生成上传密钥和密钥库
- 用 API Factory 产品生成 API 文档
- 关于Retrofit网络请求URL中含有可变参数的处理
- Use RecyclerView to implement three-level collapsed list
- Flutter Getting Started and Advanced Tour (4) Text Input Widget TextField
- 无重复字符的最长子串
- Scala Advanced (7): Collection Content Summary (Part 1)
- Rust 入门指南(使用JSON)
猜你喜欢
从NPU-SLAM-EDA技术分析
Flutter Getting Started and Advanced Tour (8) Button Widget
Win10 compiles the x264 library (there are also generated lib files)
ctfshow七夕杯2022
#物联网征文#小熊派设备开发实战
2022年非一线IT行业就业前景?
Scala Advanced (7): Collection Content Summary (Part 1)
联通网管协议框图
Flutter Getting Started and Advanced Tour (2) Hello Flutter
Compensation transaction and idempotency guarantee based on CAP components
随机推荐
生成上传密钥和密钥库
glide工具类的简单封装
#Internet of Things essay#Xiaoxiong pie equipment development actual combat
ansible-cmdb friendly display ansible collects host information
造自己的芯,让谷歌买单!谷歌再度开源 180nm 工艺的芯片
The batch size does not have to be a power of 2!The latest conclusions of senior ML scholars
Flutter Getting Started and Advanced Tour (4) Text Input Widget TextField
内网穿透工具ngrok使用教程
Flutter Getting Started and Advanced Tour (1) - Getting to Know Flutter
关于Retrofit网络请求URL中含有可变参数的处理
FFmpeg在win10上编译安装(配置libx264)
5G China unicom AP:B SMS ASCII 转码要求
How to save Simulink simulation model as image or PDF
ftplib+ tqdm 上传下载进度条
批量读取word docx文件指定表格内容,保存在excel文件中
Fragment中嵌套ViewPager数据空白页异常问题分析
AI basketball referee, walking is special, ask harden care don't care
Redis源码剖析之数据过期(expire)
数据挖掘-05
telnet+ftp 对设备进行 操控 和 升级