Titanic data
This tutorial uses the Titanic data set, stored as CSV. The data consists of the following data columns:
- PassengerId: Id of every passenger.
- Survived: Indication whether passenger survived.
0
for yes and1
for no. - Pclass: One out of the 3 ticket classes: Class
1
, Class2
and Class3
. - Name: Name of passenger.
- Sex: Gender of passenger.
- Age: Age of passenger in years.
- SibSp: Number of siblings or spouses aboard.
- Parch: Number of parents or children aboard.
- Ticket: Ticket number of passenger.
- Fare: Indicating the fare.
- Cabin: Cabin number of passenger.
- Embarked: Port of embarkation.