We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11
Python program to plot
various charts and
graphs
Presented by - Divyansh Mishra
Harshit Goswami Dipanshu Tale Gourav Thakkar Dhruv Suryavanshi Titanic Dataset Technologies Used Pandas- It is used for data manipulation. The library has been used for calculating mean, standard deviation, variance, median, mode etc. Matplotlib It is used for creating visualizations. This library has been used for creating bar plots, histograms, box plots, scatter plots, pie charts, count plots, etc. Seaborn-It is used to create statistical graphs. It has been used to create heatmaps, pair plots, count plots etc. Research and References • Titanic dataset (kaggle.com) • https://www.codewithharry.com/ • https://www.freecodecamp.org/ • https://pandas.pydata.org/docs/reference/general_functions.html • https://matplotlib.org/3.1.1/api/pyplot_summary.html • https://seaborn.pydata.org/tutorial/introduction.html • https://docs.python.org/3/