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

https://github.com/ananupam/eda-titanic

An Exploratory Data Analysis project done on Titanic Dataset.
https://github.com/ananupam/eda-titanic

numpy pandas python seaborn

Last synced: 2 months ago
JSON representation

An Exploratory Data Analysis project done on Titanic Dataset.

Awesome Lists containing this project

README

          

# EDA-Titanic

## Table of contents
* [General info](#general_info)
* [Technologies](#technologies)

## General info
An Exploratory Data Analysis Project done on the Titanic Dataset.
The aim of the project is to explore the given data to analyze the passenger details along with their chances of survival.
The analysis is sub-divided into following parts:
1. passenger analysis(age, gender)
2. Deck and travel class analysis
3. Where did the passengers came from?
4. Whether the passengers were on a solo or family trip
5. factors that helped passengers survive:
a. relation between deck and survival rate
b. presence of family member and survival rate

## Technologies
Python 3
Pandas
Seaborn