Question: PYTHON Coding! NEED HELP 1.Create a histogram to show how many survived and how many perished. You need to use the 'Survived' column for this.
PYTHON Coding! NEED HELP
1.Create a histogram to show how many survived and how many perished. You need to use the 'Survived' column for this.
2.Now combine the gender of the passengers with the 'Survived' column to see the distribution with respect to gender. Show your result using a histogram.
3. Now combine the Passenger Class with the 'Survived' column to see the distribution. Show your result using a histogram.
4. Create a visualization to show the correlation between the columns(features) of the DataFrame. You can use [seaborn](https://seaborn.pydata.org/generated/seaborn.heatmap.html) package for that.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
