Studying the Titanic
To perform the data analysis, we'll be using the Titanic dataset from Kaggle.
This dataset is simple to understand and does not require any domain understanding to derive insights.
This dataset contains the details of each passenger on the Titanic and also whether they survived or not.
The following are the field descriptions:
Field |
Descriptions |
---|---|
|
Survival( |
|
Passenger class( |
|
Name of the passenger |
|
Gender of the passenger |
|
Age of the passenger |
|
Number of siblings/spouses aboard |
|
Number of parents/children aboard |
|
Ticket number |
|
Passenger fare |
|
Cabin |
|
Port of embarkation ( |
Get Mastering Python for Data Science now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.