Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 344 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 344 Bytes

titanic

Using the titanic dataset from Kaggle, I play around with the dataset by cleaning, manipulating, and exploring.

For most variables, I create a functions that manipulate the given dataset (train or test). For example, for the Name variable, I create a function to grab the Title of each name ("Mr", "Jonkheer", "Master", etc).