This is a jupyter notebook exploring the Kaggle Titanic competition. My first proper attempt using this format so expect bad formatting :-).
In [1]:
import pandas as pd # for data manipulation
import matplotlib.pyplot as plt # for visulatisation