0% found this document useful (0 votes)
6 views8 pages

Ex 9

I AM SUCCESFULLY

Uploaded by

secondyear2325
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views8 pages

Ex 9

I AM SUCCESFULLY

Uploaded by

secondyear2325
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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