ASSIGNMENT: Data Analysis with Python (ANN Assignment) OBJECTIVE Perform a complete data analysis pipeline on a dataset of your choice demonstrating data loading, exploration, cleaning, analysis, and visualisation. REQUIREMENTS 1. Load and explore the dataset (display shape, data types, null counts, summary statistics) 2. Clean the data (handle missing values appropriately, remove duplicates, fix data types) 3. Perform statistical analysis with at least 2 meaningful visualisations with titles and labels 4. Write clean, well-commented, PEP8-compliant code with meaningful variable names SUBMISSION Submit as a Jupyter Notebook (.ipynb) with all cells executed. Total marks: 25