This repository contains an analysis of the Titanic dataset using Python's data manipulation and visualization libraries. The analysis aims to explore insights from the dataset and visualize relationships between variables.
- Data cleaning and preliminary analysis.
- Univariate and bivariate analysis.
- Linear regression modeling.
- Grouped statistics calculation.
- Bonus: Pair plot and missing value heatmap.
- Clone the repository.
- Install required Python libraries: pandas, NumPy, Seaborn.
- Download the
titanic.csv
dataset. - Run the
titanic_analysis.ipynb
Jupyter Notebook to perform the analysis.
- Each section of the analysis is organized in the
titanic_analysis.ipynb
notebook. - Follow the notebook's instructions to execute the code and visualize insights.
Contributions are welcome! Feel free to fork the repository, make changes, and submit pull requests.
This project is licensed under the MIT License.