Fortunately, we have the ship's manifest of nearly every single passenger. But using standard python libraries to peak and poke that dataset is kinda of a miserable experience. Fortunately, we have pandas.
Pandas provides an abstraction to load in data, manipulate it, and export your changes.
In [ ]: