Skip to content

Files

Latest commit

693a38f · May 7, 2022

History

History
31 lines (26 loc) · 1.12 KB

File metadata and controls

31 lines (26 loc) · 1.12 KB
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 and 1 for no.
  • Pclass: One out of the 3 ticket classes: Class 1, Class 2 and Class 3.
  • 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.

To raw data