Code Monkey home page Code Monkey logo

data-analysis-on-titanic's Introduction

Data Analysis on Titanic Data Set

Contents

  • About Project
  • About the Data Set
  • Resources
  • Dependencies

About Project

This project has 2 different purposes. The first one is to pratice performing data analysis, especially on well-knwon data set so that it is easier to be proven myself. The scond purpose is to be familiar with python when performing data analysis including using plotting, math, data frame libraries. The end goal of this project is mainly focused on predicting a passenger's survivability.

About the Data Set

The data set includes 891 entries (observations), and each entry has 11 different variables to describe a passenger.

  • survival : Survival (0 = No, 1 = Yes)
  • pclass : Ticket class (1 = 1st/Upper, 2 = 2nd/Middle, 3 = 3rd/Lower)
  • sex : Sex
  • Age : Age in years
  • sibsp : # of siblings / spouses aboard the Titanic (siblings = brother/sister/stepbrother/stepsister, spouse = husband/wife)
  • parch : # of parents / children aboard the Titanic (parent = mother/father, child = daughter/son/stepdaughter/stepson)
  • some children travelled only with a nanny, therefore parch=0 for them
  • ticket : Ticket number
  • fare : Passenger fare
  • cabin : Cabin number
  • embarked : Port of Embarkation (C = Cherbourg, Q = Queenstown, S = Southampton)

Resources

  • titanic-analysis.ipynb: IPython (Jupyter Notebook)
  • titanic-data.csv: Titanic Data set formatted in csv style

Dependencies

  • pandas: data frame library
  • numpy: mathmatical library + somewhat data frame library
  • matplotlib: plotting library

data-analysis-on-titanic's People

Contributors

chansung003 avatar deep-diver avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

mkhoin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.