Link: https://drive.google.com/drive/folders/1TMOuRI06y--YEJDyv_7v6Zq32vWT_ph-?usp=drive_link
In this lesson, I showed how to carry out data visualization in Python Using Pandas. The dataset used contains details of Ice Cream Rating which is a csv file, I showed us how to bring in this dataset into the register within the data frame.
I showed how to set an Index
I also showed how to specify labels for the x and y axis, using different chart types for data visualization such as Bar chart, Line chart, Stacked bar chart and more.
Kindly click on the link above to find all the necessary details