Skip to content

Commit 017c0a1

Browse files
committed
add notebooks and update task
1 parent d3c12b9 commit 017c0a1

4 files changed

Lines changed: 225956 additions & 6 deletions

File tree

week4/README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,23 @@ By the end of this week, you will be able to:
2121

2222
## 🏗️ Mini-Deliverable
2323

24-
**Assignment:** Create a notebook that visualizes a real-world dataset using at least three different Plotly chart types. Your notebook should tell a clear story about the data, using interactive features and thoughtful design.
24+
**Assignment:** Create your own analysis of the global temperature dataset using at least three different Plotly chart types. Your notebook should reveal patterns, trends, and insights about global temperatures over time.
25+
26+
**Dataset:** Average Monthly Surface Temperature (`data/average-monthly-surface-temperature.csv`)
2527

2628
**Requirements:**
27-
1. **Load a dataset** relevant to social impact or public policy
28-
2. **Create at least three Plotly visualizations** (scatter, bar, line, etc.)
29-
3. **Customize your charts** for clarity and engagement
30-
4. **Add interactivity** (hover, zoom, filter)
31-
5. **Explain your visualizations** and the story they tell
29+
1. **Explore the temperature dataset** - Load and examine the data
30+
2. **Create at least three different visualizations** using different chart types (bar, line, scatter, box plots, etc.)
31+
3. **Customize your charts** with meaningful titles, labels, colors, and legends
32+
4. **Add interactivity** - Use hover information, zooming, or filtering features
33+
5. **Interpret your findings** - Write markdown cells explaining what patterns you discovered and what they reveal
34+
35+
**Suggested Analyses:**
36+
- Compare average temperatures across different countries or regions
37+
- Track how temperatures have changed over specific time periods
38+
- Identify seasonal patterns in temperature data
39+
- Compare temperature ranges (min/max variations) across locations
40+
- Analyze temperature trends across decades
3241

3342
---
3443
**Next Week**: [Week 5: Organizing Projects with GitHub + AI Helpers](../week5/README.md)

0 commit comments

Comments
 (0)