Add wide format Cesium visualization tutorial#43
Merged
rdhyee merged 1 commit intoisamplesorg:mainfrom Dec 5, 2025
Merged
Conversation
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 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tutorials/parquet_cesium_wide.qmd- complete 1:1 translation of the narrow format Cesium page to wide formatChanges
New tutorial page (
parquet_cesium_wide.qmd):p__*columns instead of edge row JOINsWide format advantages documented:
Test plan
🤖 Generated with Claude Code