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

Playstore Statistical Analysis

Lets start by importing libraries that is required.
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
%matplotlib inline
import seaborn as sns

The CSV file was downloaded and loaded using Pandas module.

data = pd.read_csv('C:\\Users\\lenovo\\Desktop\\playstoreprjt.csv')
data