We have the ship's manifest of nearly every single passenger. Working with this huge data set would be painfull using the standard Python libraries. But because the Python community is awesome, we don't have to worry. There is a library for that.
Pandas gives us ways to load in data, manipulate it, create new data sets from the originals, and save all of our work.
In [ ]: