duckdb-data-explorer
CommunityExplore, profile, and transform data locally with DuckDB.
Authoralexismanuel
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables comprehensive local data exploration using DuckDB, including automated data profiling, complex JSON handling, and interactive HTML reports for CSV, Parquet, and JSON data.
Core Features & Use Cases
- Data Profiling and Quality Analysis: Profile data and generate quality reports with null analysis, type validation, and sample data
- Complex JSON Handling: Deep JSON operations and transformations using DuckDB
- Interactive HTML Reports: Generate interactive HTML reports for data exploration
- DuckDB Query Patterns & References: Learn common patterns in
duckdbSQL and JSON functions
Quick Start
- Profile a dataset: python3 scripts/data_profiler.py data.csv --output profile.json
- Transform JSON data: python3 scripts/json_transformer.py transform "*.json" "SELECT json_extract(data, '$.user.name') as name FROM json_data" --output transformed.parquet
- Generate HTML report: python3 scripts/html_report_generator.py profile.json report.html
- Open report: open report.html
Dependency Matrix
Required Modules
duckdb
Components
scriptsreferencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: duckdb-data-explorer Download link: https://github.com/alexismanuel/dotfiles/archive/main.zip#duckdb-data-explorer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.