Visualizing the Titanic Disaster¶
In [ ]:
Step 3. Assign it to a variable titanic¶
In [ ]:
Step 4. Set PassengerId as the index¶
In [ ]:
Step 5. Create a pie chart presenting the male/female proportion¶
In [ ]:
Step 6. Create a scatterplot with the Fare payed and the Age, differ the plot color by gender¶
In [ ]:
Step 7. How many people survived?¶
In [ ]:
Step 8. Create a histogram with the Fare payed¶
In [ ]:
BONUS: Create your own question and answer it.¶
In [ ]: