An open API service indexing awesome lists of open source software.

https://github.com/jonad/titanic_exploratory_analysis

Exploratory Data Analysis on Titanic Dataset
https://github.com/jonad/titanic_exploratory_analysis

jupyter-notebook numpy pandas python3

Last synced: about 1 month ago
JSON representation

Exploratory Data Analysis on Titanic Dataset

Awesome Lists containing this project

README

          

### Exploratory Data Analysis on [Titanic Data](https://www.kaggle.com/c/titanic)

### Run
In a terminal or command window, navigate to the top-level project directory `titanic_exploratory_analysis/` (that contains this README) and run one of the following commands:

```bash
ipython notebook titanic.ipynb
```
or
```bash
jupyter notebook titanic.ipynb
```

This will open the Jupyter Notebook software and project file in your browser.