Assess your Course 3 end-of-course project :Go Beyond the Numbers: Translate Data into Insights (Google Advanced Data Analytics Professional Certificate) Answers 2025
Question 1
Applicable packages and libraries were imported.
-
Yes ✅
-
No ❌
Explanation:
A complete notebook includes all needed imports such as pandas, numpy, matplotlib, seaborn, etc.
Question 2
Functions like head(), describe(), and info() were used.
-
Yes ✅
-
No ❌
Explanation:
These functions are required for basic EDA and must appear in your analysis.
Question 3
Histogram(s) were generated.
-
Yes ✅
-
No ❌
Explanation:
A histogram is required to explore the distribution of key numeric variables.
Question 4
Box plot(s) were generated.
-
Yes ✅
-
No ❌
Explanation:
Box plots help identify spread, quartiles, and outliers — must be included.
Question 5
Scatter plot(s) were generated.
-
Yes ✅
-
No ❌
Explanation:
Scatter plots are used to explore relationships between variables.
Question 6
Bar or pie chart(s) were generated.
-
Yes ✅
-
No ❌
Explanation:
At least one categorical visualization is required.
Question 7
All questions in the code notebook were answered.
-
Yes ✅
-
No ❌
Explanation:
Your notebook must contain responses to every analysis and interpretation prompt.
Question 8
All questions in the PACE strategy document were answered.
-
Yes ✅
-
No ❌
Explanation:
The PACE framework must be completely filled out.
Question 9
The executive summary included a summary of your EDA results.
-
Yes ✅
-
No ❌
Explanation:
A complete executive summary must summarize insights, patterns, and findings from your EDA.
🧾 Summary Table
| Q# | Correct Answer | Requirement |
|---|---|---|
| 1 | Yes | Imported necessary libraries |
| 2 | Yes | Used head(), describe(), info() |
| 3 | Yes | Histogram(s) created |
| 4 | Yes | Box plot(s) created |
| 5 | Yes | Scatter plot(s) created |
| 6 | Yes | Bar or pie chart(s) created |
| 7 | Yes | All notebook questions answered |
| 8 | Yes | All PACE document questions answered |
| 9 | Yes | Executive summary includes EDA results |