Section A: Data Loading and Summary (10 Marks)
Q1. Load the Superstore dataset using pandas and perform the following tasks:
• Display first 5 rows of the dataset
• Show column names and data types
• Print basic statistical summary using .describe()
• Count total number of missing values