Python Data Visualization Worksheet: Properties
Python Data Visualization Worksheet: Properties
Python Data Visualization Worksheet: Properties
Q2. Consider the following data of a CSV file Company Sales data and write codes to perform the
exercises given below
Exercise 1: Read Total profit of all months and show it using a line plot
Exercise 2: Get Total profit of all months and show line plot with the following Style
properties
Exercise 3: Read all product sales data and show it using a multiline plot
Exercise 4: Read sales data of bathing soap of all months and show it using a bar
chart.
Exercise 5: Read the total profit of each month and show it using the histogram to
see most common profit ranges