Wonen & Energie Hackathon

Analyze Dutch housing and energy data from CBS StatLine OData tables.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/linksmith/wonen-energie-hackathon --skill wonen-energie-hackathon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Wonen & Energie Hackathon
Source: https://github.com/linksmith/wonen-energie-hackathon/tree/main
Command: npx skills add https://github.com/linksmith/wonen-energie-hackathon --skill wonen-energie-hackathon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cbsodata, pandas, requests, geopandas, folium, plotly.

What problem does it solve?

This skill solves the complexity of navigating Dutch CBS StatLine data, enabling AI agents to perform accurate, domain-specific analysis on housing market trends and energy transition metrics without common data-handling errors.

Core Features & Use Cases

  • Curated Table Registry: Provides direct access to 15+ vetted CBS StatLine tables for housing and energy questions.
  • Join Recipes: Includes ready-made logic for merging regional datasets (gemeente, wijk, buurt) while handling CBS-specific formatting issues like trailing spaces.
  • Journalistic Storylines: Offers proven analysis recipes for topics like gas consumption decline, heat pump adoption, and energy label backlogs.

Quick Start

Activate the Wonen & Energie Hackathon skill and ask the agent to analyze the average gas consumption per wijk for 2024 using the appropriate CBS table.

Frequently Asked Questions about Wonen & Energie Hackathon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge CBS StatLine datasets across Dutch gemeente, wijk, and buurt levels?

To merge CBS StatLine datasets across Dutch regional levels, use built-in join recipes that handle formatting issues like trailing spaces in CBS region codes, enabling accurate data synthesis across gemeente, wijk, and buurt boundaries.

What is the best way to analyze Dutch housing market and energy transition data using CBS OData?

Analyzing Dutch housing and energy data via CBS OData is best handled through curated table registries and journalistic analysis recipes, which provide direct access to vetted CBS StatLine tables for trends like gas consumption decline and heat pump adoption.

Do I need pandas and cbsodata to retrieve Dutch regional energy statistics?

Yes, you need pandas and cbsodata to execute API-driven data retrieval and synthesis tasks for Dutch regional energy statistics. The cbsodata library handles StatLine API calls while pandas manages the subsequent data cleaning and integration.

Why does joining CBS StatLine tables result in missing regional data matches?

Joining CBS StatLine tables results in missing regional data matches due to CBS-specific formatting issues like trailing spaces in region codes. Applying necessary data cleaning steps before merging gemeente, wijk, or buurt datasets resolves these join failures.

Can I visualize CBS housing data joins using folium and plotly?

Yes, you can visualize CBS housing data joins using folium and plotly. These dependencies support mapping and charting the integrated regional datasets after applying the required CBS region code cleaning and joining recipes.