Part-A Assignment No. 9
Part-A Assignment No. 9
4 4 4 4 4 20
Group A
Assignment No: 9
Prerequisite:
1. Basic of Python Programming
2. Seaborn Library, Concept of Data Visualization.
--------------------------------------------------------------------------------------------------------------
Assignment Questions
1. Write down the code to use inbuilt dataset ‘titanic’ using seaborn library.
2. Write code to plot a box plot for distribution of age with respect to each gender
along with the information about whether they survived or not.
3. Write the observations from the box plot.