13.exploratory Data Analysis
13.exploratory Data Analysis
Instructions:
Please share your answers filled inline in the word document. Submit Python code and R code
files wherever applicable.
Name: _________________________
Problem Statements:
Q1) Calculate Skewness, Kurtosis using R/Python code & draw inferences on the following data.
Hint: [Insights drawn from the data such as data is normally distributed/not, outliers, measures
like mean, median, mode, variance, std. deviation]
a. Cars speed and distance
Q5) What is the nature of skewness when mean, median of data is equal?
Q10) Answer the below questions using the below boxplot visualization.
Draw an Inference from the distribution of data for Boxplot 1 with respect Boxplot 2.
Hint: [On comparing both the plots, and check if the data is normally distributed/not, outliers
present, skewness etc.]
Q12)
Hints:
For each assignment, the solution should be submitted in the below format
3.3. R & Python code for Univariate Analysis (histogram, box plot, bar plots etc.) the data
distribution to be attached
4. All the codes (executable programs) should execute without errors
5. Code modularization should be followed
6. Each line of code should have comments explaining the logic and why you are using that