Skip to content

analyzing titanic dataset containing the demographics and passenger information from 891 of the 2224 passengers and crew on board

Notifications You must be signed in to change notification settings

mehdi-jafari/titanic-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Titanic Data Analysis

Analyzing titanic dataset containing the demographics and passenger information from 891 of the 2224 passengers and crew on board.

Installation

Installing Anaconda

Anaconda is available for Windows, Mac OS X, and Linux. You can find the installers and installation instructions at https://www.continuum.io/downloads.

To avoid errors later, it's best to update all the packages in the default environment. Open the Anaconda Prompt application. In the prompt, run the following commands:

conda upgrade conda
conda upgrade --all
conda create -n py2 python=2

Installing Jupyter Notebook

By far the easiest way to install Jupyter is with Anaconda. Jupyter notebooks automatically come with the distribution. You'll be able to use notebooks from the default environment.

To install Jupyter notebooks in a conda environment, use

conda install jupyter notebook

About

analyzing titanic dataset containing the demographics and passenger information from 891 of the 2224 passengers and crew on board

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published