dst-join-analysis

Community

Join DST tables for multi-table insights.

Authormikkelkrogsholm
Version1.0.0
Installs0

System Documentation

What problem does it solve?

DST data often lives in multiple tables with shared dimensions; joining them enables richer analytics and cross-indicator insights.

Core Features & Use Cases

  • Join patterns: Time-series joins, regional comparisons, multi-indicator analyses.
  • Data type handling: Convert text codes to numeric values for calculations.
  • Performance tips: Efficient filtering and join ordering for DuckDB.

Quick Start

SELECT a.tid, a.område, a.indhold AS value_a, b.indhold AS value_b FROM dst_folk1a a INNER JOIN dst_folkb1 b ON a.område = b.område AND a.tid = b.tid

Dependency Matrix

Required Modules

None required

Components

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-join-analysis
Download link: https://github.com/mikkelkrogsholm/dst-skills/archive/main.zip#dst-join-analysis

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository