0% found this document useful (0 votes)
10 views3 pages

01 Sample

Uploaded by

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

01 Sample

Uploaded by

a1296043609
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Case 01 Online Education (Demo)

Background
Online Education has become a buzzword since the COVID-19 hit the World. Most of the educational
institutions went online to continue educational activities. Students of several levels also faced many
difficulties when they had online education. It is important for the decision makers of educational
institutions to know about the effectiveness of online education so that they can take further steps to
make it more beneficial for the students. The dataset contains students’ information of all three
different levels(School, College, and University) by conducting both online and physical surveys. The
surveys form consists of an individual’s socio-demographic factors.
The datasets are downloaded from Kaggle.com and the data might be modified before it is presented
to you. It aims to get an idea about the effectiveness of online education and it shows students’
adaptability level in online education in school, college and university.
https://www.kaggle.com/datasets/mdmahmudulhasansuzan/students-adaptability-level-in-online-
education
Reference: Students' Adaptability Level Prediction in Online Education using Machine Learning
Approaches or DOI: 10.1109/ICCCNT51525.2021.9579741

Case Objectives
1. Find out the distribution of students with different Adaptability Levels.
Use a function to get the answer, plot a chart (2D), then use Pivot Table to analyze the results.
Did you get the same results? Answer it in gpxx-casestudy-01.docx
2. Find out the distribution of students using different Internet types with poor or rich financial
condition.
Use a function to get the answer, plot a chart (3D), then use Pivot Table to analyze the results.
Did you get the same results? Answer it in gpxx-casestudy-01.docx

Note: Rename the worksheets properly in your excel file. Add result description and insight for each
question in the file gpxx-casestudy-01.docx Add data labels and chart title in the charts.

Data cleaning and preparation (Tool: Excel)


What is data cleansing?
Before creating the visuals, we need to shape the data (Shaping data means transforming or cleansing
the data), such as renaming columns or tables, changing text to numbers, removing rows, setting the
first row as headers.

©COMP, HKBU 2024. All Rights Reserved. This content is copyright protected and shall not be shared, uploaded or
distributed.
1
1. Download the file Case1.zip and unzip it. Open the file online_education.xlsx, save it as gpxx-
casestudy-01.xlsx (Note: xx is your group number)
2. Duplicate the raw data worksheet using Move or Copy.

3. Then rename the duplicated worksheet as cleaned data.


4. Practise the use of vlookup() function in column D to find out the corresponding Education Level
for each student.
5. Right click and remove the column Load shedding.
6. Replace the value Boy with Male in column A. Replace the value Girl with Female in column A.
7. Save the excel file.

More about Data Summarizing Functions (Tool: Excel)


Open the file case1-skills-teach.xlsx. Perform data summarization by using the following functions:
1. In the cell E12, given the sum of Sales Amount for Florence
2. In the cell E15, calculate the sum of Sales Amount in Nov
 SUMIF: calculates the sum of values in a range based on a condition
=SUMIF(range, criteria, [sum_range])

3. In the cell E16, calculate the sum of sales amount for the product "Chocolate Cookie" in Dec
 SUMIFS: calculates the sum of a range based on one or more conditions
=SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2,criteria2]…)

4. In the cell E18, count the number of invoices with products "Mango Pudding"
 COUNTIF: counts the number of cells in a range based on a condition
=COUNTIF(count_range, criteria)

5. In the cell E19, count the number of invoices with products "Chocolate Cookie" handled by
Florence
 COUNTIFS: counts the number of cells in a range based on one or more conditions
=COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2], ...)

6. In the cell E20, calculate the average sales amount for the products "Mango Pudding"
 AVERAGEIF: calculates the average of a range based on a condition
=AVERAGEIF(range, criteria, [average_range])

©COMP, HKBU 2024. All Rights Reserved. This content is copyright protected and shall not be shared, uploaded or
distributed.
2
Hints for analyzing the questions (Tool: Excel)
For Q1

For Q2

How to write result description?

©COMP, HKBU 2024. All Rights Reserved. This content is copyright protected and shall not be shared, uploaded or
distributed.
3

You might also like