Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 528 Bytes

Investigating the Titanic dataset

This notebook analyses the Titanic dataset, providing some insight into the factors influencing survival.

Getting Started

The source data is stored in titanic-data.csv. Explore the analysis by opening titanic-data.ipynb in Jupyter notebook.

Prerequisites

To view the notebook, You will need:

  • Jupyter notebook
  • Python 2.x kernel

License

This project is licensed under the MIT License.

Notes

  • This code was part of a Udacity project submission.