Lesson 10 of 10

🏆 Your Data Project

🎯 Grades 6–8 ⏱ ~45 minutes 💚 Capstone

What You'll Do

  • Choose a real dataset that interests you
  • Apply the full data analysis workflow
  • Create at least two charts with Python
  • Write a clear finding to share with others

🎉 Final Check

1. What should appear at the very top of every data project?

import matplotlib
A clear question you want to answer
A list of numbers
plt.show()

2. Which of the following is a complete mini-finding?

"Here are the numbers: 88, 92, 75."
"I ran the code and it worked."
"Art had the highest average score (96), while English had the lowest (75)."
"The data was interesting."

3. Which library is the industry standard for working with data frames in Python?

csv
matplotlib
pandas
statistics

4. A complete data project should include at least ___ chart types.

Five
Two
Ten
Zero — charts are optional