Commit e7c4a20
Add wide format Cesium visualization tutorial
Complete 1:1 translation of parquet_cesium.qmd to wide format:
- All queries use p__* columns instead of edge row JOINs
- Eric's Query section translated to wide format
- Understanding Paths documentation with wide format references
- Helper functions for sample details, agents, keywords
- Geographic Location Classification section
- Updated sidebar navigation
Wide format advantages:
- 60% smaller file (275MB vs 691MB)
- 79% fewer rows (~2.5M vs ~11.6M)
- Simpler queries (3 JOINs vs 7+)
- 2-4x faster query performance
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 3d0001a commit e7c4a20
2 files changed
+1466
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments