ECON 320 Lab Exercise : Week 2 --- Watch & Reflect 🎥 (Storytelling with Data)¶

  • Name : [Your Name]

  • Lab Section: [Your Lab Section Here]

  • Code for week 2's attendance: [Attendance code here]

Please submit the exercise on Canvas in form of a HTML/PDF file.¶


Instructions¶

  1. Watch the video: Storytelling with Data Visualization by Prof. Bing Wen Brunton.

  2. Reflect on the content and write a brief takeaway in the space provided below.


Task¶

Q1. Write your 1–2 sentence takeaway from the video in the cell below and run the cell to print it out.¶

In [ ]:
# --- Your Reflection (edit between the triple quotes) ---

takeaway = """
Write your 1–2 sentence takeaway here.
"""

print("My takeaway from the video is:", takeaway)

End of Lab Exercise.