0% found this document useful (0 votes)
44 views5 pages

(Week 13) CC Session 13 - IMDb Assignment Discussion Session (Post-Assignment Discussion SGC)

This document outlines an IMDb assignment discussion session that provides learners with feedback and discusses various aspects of the assignment. The session is split into two parts, with the first focusing on data cleaning, analysis methods, and drawing basic business insights. The second part discusses drawing more advanced business insights using concepts like grouping and aggregation. Learners are expected to be proactive by asking and answering questions.
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)
44 views5 pages

(Week 13) CC Session 13 - IMDb Assignment Discussion Session (Post-Assignment Discussion SGC)

This document outlines an IMDb assignment discussion session that provides learners with feedback and discusses various aspects of the assignment. The session is split into two parts, with the first focusing on data cleaning, analysis methods, and drawing basic business insights. The second part discusses drawing more advanced business insights using concepts like grouping and aggregation. Learners are expected to be proactive by asking and answering questions.
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
You are on page 1/ 5

IMDb Assignment Discussion Session

Now that the learners have completed the first assignment of the course, this session will focus
on providing them with feedback and discussing the various aspects of the assignment.

_____________________________________________________________________________________
Learning Objective(s)
● Gaining a deeper understanding of the whys and hows of the assignment
● Learning how to present/talk about the assignment/projects

Note: In order to make the session interactive and to boost the learning from the discussions,
the learners are expected to be proactive and are suggested to keep asking and answering
questions with their instructors and peers.

_____________________________________________________________________________________
Assignments/Case Studies to be Discussed
- IMDb Assignment (took place in Week 9)

_____________________________________________________________________________________
Brief Agenda

1. Part - I: Data cleaning and data analysis (45 mins)


○ Methods used in a data cleaning approach (15 min)
○ Draw basic business insights (25 min)
○ Poll (5 min)
2. Part - II: Data analysis (45 mins)
○ Draw business insights using advance concepts (40 min)
○ Poll (5 min)
_____________________________________________________________________________________
Detailed Lesson Plan

Component Component Instruction Task/Learner Task Time # Element of


Level - I Level - II (min) Questions Engagement
Part - I: Methods The instructor will briefly discuss the 15
Data used in a following points highlighting what
Cleaning data and why they were used:
and Data
cleaning ● Drop unnecessary columns
Analysis
approach (mention that the problem
(45 min)
statements involve only a few
columns)
● Inspect Null values
● Drop unnecessary rows using
columns with high Null
percentages (mention that the
threshold was 5%)
● Fill NaN values (What was the
method used for this?)
● Check the number of retained
rows (highlight that this step
shows the importance of
data cleaning)

Draw Basic The following problem statements are 25


Business to be discussed:
Insights
Note: The full/part solution query can be
displayed, showing which
keywords/concepts were used in solving
the question and, importantly, why they
were used. Also, the instructor should
question and test the learners to try and
get them to solve questions in different
ways or using different approaches, thus
helping with their learning experience.
● Find the movies with the
highest profit (explain the
solution with a constructive
feedback)
● Find the IMDb Top 250 (discuss
the various aggregate
functions and filters used)

Poll The instructor can ask a few (2–3) 5


questions on the concepts discussed
so far to test the learners’ knowledge.
Part - II: Draw ● Find the best directors 40
Data Business [discuss the concept (groupby)
Analysis Insights and the aggregate functions
(45 min)
Using used, and explain how they
Advanced were useful for approaching
Concepts the problem]

● Find popular genres

● Find the critic-favourite and


audience-favourite actors

● Observe the change in the


number of voted users over
decades using a bar chart

Note: For points 2, 3 and 4, discuss the


pandas concepts {concat, merging, new
columns}, grouping and the various
aggregate functions used. Try to test the
learners’ understanding of the concepts
by asking why these concepts were used
and why not other approaches.

Poll The instructor can ask a few (2–3) 5


questions on the concepts discussed
up until here.
_____________________________________________________________________________________
Sample Interview Questions

1. What is your data source for this assignment? Explain the attributes in brief.
2. What are your objectives behind this assignment?
3. Explain the various data preparation steps in this assignment.
4. What are the different plots that you have used in this assignment? Justify your choice
of visualisation.
5. Explain some of the major inferences that you have drawn from this assignment.
_____________________________________________________________________________________
Additional Reading For the Week

1. https://medium.com/adobetech/an-introductory-look-at-exploratory-data-analysis-on-
adobe-experience-platform-1bfce7501d9a
In this article, the learners will find answers to questions like:
a. Why is EDA important?
b. Where does EDA fit in data science?
c. What are the steps involved in the EDA process?
d. What are the challenges faced in the EDA process?

2. https://medium.com/analytics-vidhya/a-z-exploratory-data-analysis-3fb5e388168e
In this article, the learners will come across different types of dimensional plots that
are constructed on the iris data set and learn about their importance and the insights
drawn.

3. https://www.youtube.com/watch?v=zHcQPKP6NpM&ab_channel=Prof.PatrickMeyer
This article is an introduction to EDA. It includes a discussion on descriptive statistics,
graphs, outliers and robust statistics.

You might also like