Assignment on preprocessing Do the following on titanic dataset
- Load the dataset into python environment
- Make ‘PassengerId’ as the index column
- Check the basic details of the dataset
- Fill in all the missing values present in all the columns in the dataset
- Check and handle outliers in at least 3 columns in the dataset
- Do min max scaling on the feature set (Take ‘Survived’ as target)