This is a beginner-friendly notebook where I practiced Exploratory Data Analysis (EDA) on the Titanic dataset using Python.
The goal was to understand EDA step-by-step in a hands-on, fun, and understandable way and to help other beginners do the same.
- pandas
- numpy
- seaborn
- matplotlib
- Kaggle Notebooks
Titanic: Machine Learning from Disaster
→ View Dataset on Kaggle
- Understanding the dataset
- Types of data & summary stats
- Handling missing values & duplicates
- Univariate & bivariate analysis
- Correlation & heatmaps
- My personal notes and beginner-level thoughts
- Open your notebook
- Click on Add Data on the sidebar
- Search and add the dataset (e.g., "Titanic")
- Access the file in your code like this:
df = pd.read_csv("../input/titanic/train.csv")
This notebook is a part of my learning journey, so if you have any suggestions, corrections, or ideas —
feel free to let me know! I’d love to improve this further and keep learning.
This project is shared for educational purposes only.
Please don’t copy or repost it without credit.
© Vinaya Sangeeta Lahari Baswa, 2025.