0% found this document useful (0 votes)
6 views

Part-A Assignment No. 9

The document outlines an assignment for Computer Engineering students focusing on data visualization using the 'titanic' dataset. Students are required to create a box plot to analyze age distribution by gender and survival status, and to document their observations. Prerequisites include basic Python programming and familiarity with the Seaborn library.

Uploaded by

Harsh Gawali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Part-A Assignment No. 9

The document outlines an assignment for Computer Engineering students focusing on data visualization using the 'titanic' dataset. Students are required to create a box plot to analyze age distribution by gender and survival status, and to document their observations. Prerequisites include basic Python programming and familiarity with the Seaborn library.

Uploaded by

Harsh Gawali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Department of Computer Engineering Subject : DSBDAL

Correctness Documentation Timely Dated Sign of


Write-up Viva Total
of Program of Program Completion Subject Teacher

4 4 4 4 4 20

Expected Date of Completion:..................................... Actual Date of Completion:.......................

Group A
Assignment No: 9

Title of the Assignment: Data Visualization II


1. Use the inbuilt dataset 'titanic' as used in the above problem. Plot a box plot for
distribution of age with respect to each gender along with the information about whether they
survived or not. (Column names : 'sex' and 'age')
2. Write observations on the inference from the above statistics.
-----------------------------------------------------------------------------------------------------------------
Objective of the Assignment: Students should be able to perform the data Visualization
operation using Python on any open source dataset

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.

Sandip Institute of Engineering and Management, Nashik

You might also like