You are on page 1of 8

Use a case Study on a Data Set and apply the various EDA

and visualization techniques and present and analysis


report

EX NO: 9
DATE :

AIM:
To write data set apply the various EDA and visualization
techniques and present analysis
ALGORITHM:
1. Start the program
2. Data Collection

3. Loading a dataset

 Preprocessing dataset

 Data cleaning

 Data transformation

Data reduction

4. Data Visualization
5.Stop the program
PROGRAM:
 LOAD THE DATA SET:
IMPORT PACKAGES:
import numpy as np

import pandas as pd

import matplotlib.pyplot as plt

import seaborn as sns import plotly.express as px

data=pd.read_csv("MOBILESALES DATASET.csv")

data
DATA VISUALIZATION:
Box plot, scatter plot, line plot, histogram, pie chart , lollipop charts, bubble
plot , bar plot, pair plot
RESULT:

Thus to write data set apply the various EDA and visualization
techniques and present analysis execute success fully

You might also like