139k views
2 votes
Load the titanic sample dataset from the Seaborn library into Python using a Pandas dataframe, and visualize the dataset. Create a distribution plot (histogram) of survival conditional on age and gender

User Vohrahul
by
5.0k points

1 Answer

3 votes

Answer:

Following is given the data as required.

The images for histograms for age and gender are also attached below.

I hope it will help you!

Step-by-step explanation:

Load the titanic sample dataset from the Seaborn library into Python using a Pandas-example-1
Load the titanic sample dataset from the Seaborn library into Python using a Pandas-example-2
Load the titanic sample dataset from the Seaborn library into Python using a Pandas-example-3
User Kunal Batra
by
4.9k points