Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this assignment, you have been provided with a dataset that contains quantity, sales, and profit as a synthetic dataset designed to simulate real -
In this assignment, you have been provided with a dataset that contains quantity, sales, and profit as a synthetic dataset designed to simulate realworld scenarios. However, the dataset is not perfect and presents some challenges that you must overcome. It contains missing values and outliers, which can significantly impact your analysis and predictions. Your task is to navigate through these obstacles and extract meaningful information from the data.
Open a new Google Colab notebook and import the necessary libraries.
Upload the dataset into the notebook.
Open the provided dataset on Colab and perform an exploratory data analysis EDA on the dataset in the following steps:
Analyze the dataset. Describe the overall trend, identify any upward, downward, cyclic or seasonal patterns, and explain your insights on the data's implications and influencing factors.
Identify and describe missing values.
Apply appropriate technique to handle missing values in the dataset.
Apply a moving average technique with appropriate windows size to smooth out the data and observe any patterns or trends. Present the plot of the each feature with moving average line to show the technique effectiveness. Describe the overall trend.
Identify and describe outliers using histograms.
Perform correlation analysis on the cleaned dataset. Identify relevant variables and calculate their correlation coefficients. Interpret the correlation coefficients to understand the relationships between variables.
Discuss the potential impact of the data quality issues on subsequent analysis or decisionmaking if left unaddressed. Explain how the data cleaning process contributes to ensuring reliable and accurate insights from the dataset.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started