Think Summer: Project 1 — 2023
Submission
Students need to submit the following file by 10:00PM EST through Gradescope inside Brightspace.
-
A Jupyter notebook (a
.ipynb
file).
We’ve provided you with a template notebook for you to use. Please carefully read this section to get started.
When you are finished with the project, please make sure to run every cell in the notebook prior to submitting. To do this click |
Questions
Question 1
How many people (from the people table) were born in each year? In which year were the most people born?
-
SQL queries used to solve this problem. (2 pts)
-
Output from running the SQL queries. (1 pt)
Question 2
How many episodes did the show Sopranos have? Pick another TV show; how many episodes did this show have?
-
SQL queries used to solve this problem. (2 pts)
-
Output from running the SQL queries. (1 pt)
Question 3
How many crews include George Lucas? Pick your own favorite director, actor, or actress: How many crews include that person?
-
SQL queries used to solve this problem. (2 pts)
-
Output from running the SQL queries. (1 pt)