Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Task 1 : Data Visualisation The data.csv contains more than eighty thousand earthquake events in Indonesia. The features or columns in the original file of

Task 1: Data Visualisation
The data.csv contains more than eighty thousand earthquake events in Indonesia. The features
or columns in the original file of data.csv are date, time, latitude, longitude, depth, and
magnitude. Save the data.csv into a data frame variable of dfRawXXXX. Before doing the data
analysis and data visualisation to give insight into the dataset, add date, month, year, earthquake
category and depth category features to the dataset by using the following code:
a) Date, month and year features
b) Earthquake category
c) Depth category
Visualise the data using as many data visualisation techniques as possible in Python by
importing the seaborn module and the matplotlib.pyplot module to get the insight.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions