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.