This repository contains the code and data for cleaning the Titanic dataset using Python.
The Titanic dataset is a classic dataset used for machine learning and data analysis tasks. It contains information about passengers aboard the RMS Titanic, including their demographic information and survival status.
The dataset cleaning process involved several steps to handle missing values, remove duplicates, and perform other data preprocessing tasks to prepare the dataset for analysis. Here are some of the main steps:
- Handling missing values