0% found this document useful (0 votes)
22 views4 pages

Question 1

The document outlines tasks for loading the Superstore dataset using pandas. It includes displaying the first 5 rows, showing column names and data types, printing a basic statistical summary, and counting the total number of missing values. Each task is assigned a specific focus on data exploration and analysis.

Uploaded by

Mai Gareeb hun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views4 pages

Question 1

The document outlines tasks for loading the Superstore dataset using pandas. It includes displaying the first 5 rows, showing column names and data types, printing a basic statistical summary, and counting the total number of missing values. Each task is assigned a specific focus on data exploration and analysis.

Uploaded by

Mai Gareeb hun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like