A2 Midterm QP
A2 Midterm QP
Perform the Exploratory Data Analysis on “Covid.csv” by answering the following questions
using python.
For Writing
1. Determine if the dataset contains missing values. Get the total count
of missing values (1)
2. Using appropriate pandas function, determine the total count of records
In the dataframe (1)
3. Obtain the details of different countries that are affected with covid (1)
4. How to identify those countries that may contain noisy values for the
attribute “Active cases” using IQR. (3)
5. Calculate the total number of active cases across all countries. (2)
6. What is the total number of COVID-19 cases reported in India? (2)
For Execution