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
- Host: GitHub
- URL: https://github.com/jonad/titanic_exploratory_analysis
- Owner: jonad
- Created: 2017-09-15T02:50:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T18:09:12.000Z (over 8 years ago)
- Last Synced: 2024-12-27T12:09:39.087Z (over 1 year ago)
- Topics: jupyter-notebook, numpy, pandas, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 252 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.