Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfantics/titanic-dataset-analysis
https://github.com/cyberfantics/titanic-dataset-analysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfantics/titanic-dataset-analysis
- Owner: cyberfantics
- Created: 2024-08-23T01:20:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T01:30:15.000Z (4 months ago)
- Last Synced: 2024-08-23T02:39:46.622Z (4 months ago)
- Language: Jupyter Notebook
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Titanic Dataset Analysis
## Overview
This project analyzes the Titanic dataset to explore factors affecting passenger survival. The dataset includes features such as class, sex, fare, and survival status.
## Key Steps
1. **Data Cleaning**:
- Removed columns with many missing values (`Cabin`, `Age`).
- Dropped unnecessary columns (`PassengerId`, `Name`, `Ticket`).2. **Exploration & Visualization**:
- Analyzed survival by gender, class, and embarkation point.
- Visualized sibling distribution and its impact on survival.## Findings
- **Gender**: Higher survival rates for females.
- **Class**: Higher-class passengers had better survival chances.
- **Embarkation**: Survival patterns varied by embarkation point.## Usage
1. Clone the repository:
```bash
git clone https://github.com/cyberfantics/pdf-merger
```2. Install dependencies:
```pip install pandas matplotlib seaborn```## Contact
Presented by: Mansoor Bukhari