https://github.com/nimomach/game-analysis
In this Project I have done data analysis on game data using MySQL.
https://github.com/nimomach/game-analysis
Last synced: 5 months ago
JSON representation
In this Project I have done data analysis on game data using MySQL.
- Host: GitHub
- URL: https://github.com/nimomach/game-analysis
- Owner: NimoMach
- Created: 2024-08-06T11:13:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:18:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-06T13:13:30.052Z (almost 2 years ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game-Analysis
In this Project I have done data analysis on game data using MySQL.
The Goal is to analyse the game dataset and find points which can improve the game.
### Dataset Description:
- The dataset contains two tables, Player details and Level details
- The player details contains all the details related to player
- The level details contains features which describes the levels in the game
- player_id is the primary key of player details table.
#### Player Dataset Description:
- `P_ID`: Player ID
- `PName`: Player Name
- `L1_status`: Level 1 Status
- `L2_status`: Level 2 Status
- `L1_code`: Systemgenerated Level 1 Code
- `L2_code`: Systemgenerated Level 2 Code
#### Level details dataset description:
- `P_ID`: Player ID
- `Dev_ID`: Device ID
- `start_time`: Start Time
- `stages_crossed`: Stages Crossed
- `level`: Game Level
- `difficulty`: Difficulty Level
- `kill_count`: Kill Count
- `headshots_count`: Headshots Count
- `score`: Player Score
- `lives_earned`: Extra Lives Earned