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.
- Host: GitHub
- URL: https://github.com/ananupam/eda-titanic
- Owner: ananupam
- Created: 2021-06-01T15:44:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T16:28:10.000Z (about 5 years ago)
- Last Synced: 2025-04-18T12:14:05.027Z (about 1 year ago)
- Topics: numpy, pandas, python, seaborn
- Language: Jupyter Notebook
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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