0% found this document useful (0 votes)
13 views1 page

Data Visualization in Python Exercise

Uploaded by

damevo1049
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)
13 views1 page

Data Visualization in Python Exercise

Uploaded by

damevo1049
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

Data Analytics Class Exercise (14-11-2023)

1. Read on Python try and catch exception and create an example using try and
catch:
2. Now that you understand how to load data in Pandas, read / watch on Data
Visualization in Python (Data Visualization) and create a simple graph.
a. Given a set of monthly sales data for a year, create a bar chart using Matplotlib
to represent the sales figures for each month. The data is provided below:

b. Assume you have been provided with the following temperature data for the
year in the country, using matplotlib write a python code snippet that will
generate a line plot for the temperature for clients.

You might also like