Enhanced parquet analysis with object types and property distribution#23
Merged
rdhyee merged 12 commits intoisamplesorg:mainfrom Sep 18, 2025
Merged
Enhanced parquet analysis with object types and property distribution#23rdhyee merged 12 commits intoisamplesorg:mainfrom
rdhyee merged 12 commits intoisamplesorg:mainfrom
Conversation
- Add reactive MapLibre layer updates with viewport data - Convert DuckDB data to GeoJSON for MapLibre compatibility - Add colored circle layers with source collection styling - Fix Plot fallback with world map background for testing - Remove debug console output and clean up code - Switch to DataUnbound Labs hosting temporarily to avoid Zenodo rate limiting - Now both interactive MapLibre map and Plot fallback show data correctly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Set code-fold: true to hide code blocks with toggle visibility - Add custom "Show code" button text for better UX - Emphasize visualizations and results over implementation details - Make notebook more accessible to non-technical users while preserving code access 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove confusing log slider, keep simple textbox for sample limit - Update variable names for clarity (sample_limit_value) - Add performance notes about 1M sample limit in UI - Document breakdown causes: GeoJSON conversion, MapLibre layer overhead - Note lonboard/deck.gl as path forward for >1M samples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
… to in a single bound create more analyses -- but those efforts failed. Instead, I'm driving piece by piece an analysis of the file to figure out how to use the triple store in the parquet file. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Added analysis section to understand the range of properties (predicates) in the triple store structure, showing count distribution and totals for better insight into the graph database schema. 🤖 Generated with [Claude Code](https://claude.ai/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
Changes
Test plan
🤖 Generated with Claude Code