dst-query
CommunityRun SQL on DST data in DuckDB to derive insights.
Authormikkelkrogsholm
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Analysts need to filter, aggregate, join, and inspect DST data stored locally. This Skill provides a core SQL-based interface to explore and summarize data.
Core Features & Use Cases
- SQL execution: Run arbitrary SQL against DST tables stored in DuckDB.
- Table summaries: DESCRIBE and quick stats to understand schema.
- Joins & aggregations: Combine multiple DST tables to derive insights.
Quick Start
python scripts/db/query_data.py --sql "SELECT * FROM dst_folk1a WHERE område = '000' LIMIT 10"
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: dst-query Download link: https://github.com/mikkelkrogsholm/dst-skills/archive/main.zip#dst-query Please download this .zip file, extract it, and install it in the .claude/skills/ directory.