Perform data cleaning and preparation on the Superstore dataset using Python and Pandas.
- Loaded dataset into Python environment
- Checked data structure and data types
- Identified missing values
- Handled missing Income values
- Converted date columns into proper datetime format
- Removed duplicate records
- Exported cleaned dataset
- Python
- Pandas
- NumPy
- Google Colab
Created a clean and analysis-ready dataset suitable for further data analysis and visualization.