can you give me the code for each question also please.
The jupyter notebook needs to be submitted in ipynb format and the report
needs to be submitted as a secured pdf file.
All reports and notebooks will be checked for plagiarism using Turnitin and
late submissions will not be accepted.
Problem Statement
Climate Change in Mauritius
Using the "ClimateChangeMauritius.csv dataset provided on the relevant
Google Classroom, design a python code which is able to achieve the following
tasks:
i data exploration eg measures of central tendency
ii identification and mitigation of anomalies eg extreme values
iii determining feature importance eg using correlation functions
iv feature engineering eg addition or removal of columns
v generate relevant visualization of the data eg using matplotlib or seaborn
You are free to select which type of analysis you carry out on the dataset and which
portion of the data you display as a graph or chart. You should consider how to
demonstrate as wide a range of abilities, for example, abilities in matplotlib or
seaborn can be demonstrated by providing a set of data in a welldocumented line
graph, and further extended by demonstrating how to present other data in a bar
chart. Additionally, please provide any inferences on climate change in Mauritius
which you may have uncovered while working with this dataset.