Learn practical skills, build real-world projects, and advance your career

||This is the course project for EDA||-----|| Video game data set||

This is a simple project which is focused on Exploratory data analysis including:
data cleaning,data preprocessing and data visualization of Video game data.

||Questions||

  1. What kind of games were made the most of all games?
  2. Which platfrom have the highest popularity??
  3. Which genre game have the highest sale price Globally?
  4. Which genre had the highest sales in North America?
  5. Which year had the highest sales in Europe?
  6. Sales comparison by genre and platform.
  7. Total revenue of every region and a pie chart of particular region sale.

Requirements :

  1. Numpy
  2. Pandas
  3. Matplotlib
  4. Seaborn
  5. Jovian
## Importing above mentioned requirements.
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
import missingno as msno
import seaborn as sns
import jovian