OWID Tidy Join Coach

Join and reshape OWID datasets into tidy tables for visualization.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/PaulApivat/dataviz_GS305 --skill owid-tidy-join-coach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: OWID Tidy Join Coach
Source: https://github.com/PaulApivat/dataviz_GS305/tree/main/.cursor/skills/owid-tidy-join-coach
Command: npx skills add https://github.com/PaulApivat/dataviz_GS305 --skill owid-tidy-join-coach

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of merging and restructuring data from Our World in Data (OWID) sources, ensuring it adheres to tidy data principles for effective visualization and analysis.

Core Features & Use Cases

  • Data Merging: Combines multiple OWID indicators (e.g., clean fuels, GDP per capita) into a single, unified dataset.
  • Data Reshaping: Transforms data between long and wide formats, essential for various chart types like bubble plots.
  • Tidy Data Enforcement: Guides users to create datasets where each observation is a row, facilitating cleaner analysis.
  • Use Case: Combine datasets for "Access to clean fuels for cooking" and "Death rate from indoor air pollution" to create a single tidy table suitable for a bubble chart comparing these two indicators across countries and years.

Quick Start

Use the OWID Tidy Join Coach to merge the clean fuels and death rate datasets for the year 2020, ensuring the output is in a tidy format.

Frequently Asked Questions about OWID Tidy Join Coach

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

FAQPage Schema
How do I merge multiple Our World in Data indicators into a single tidy dataset?

To merge multiple Our World in Data indicators into a single tidy dataset, you join them based on common keys like country and year, ensuring each observation forms a row for effective analysis.

How do I reshape OWID data from long to wide format for visualizations?

Reshaping OWID data from long to wide format involves transforming the dataset structure to arrange variables as columns, which is essential for creating specific chart types like bubble plots.

What's the best way to combine clean fuels and indoor air pollution data for a bubble chart?

The best way to combine clean fuels and indoor air pollution data is merging the datasets by country and year, producing a unified tidy table suitable for a bubble chart comparison.

How do you handle missing data and column naming when joining OWID datasets?

When joining OWID datasets, handling missing data and ensuring clear column naming conventions are prioritized to clarify join logic and maintain dataset integrity throughout the transformation process.

When do I need to transform data into a tidy format for analysis?

You need to transform data into a tidy format when combining multiple indicators into a single table, facilitating cleaner analysis by ensuring each variable has its own column and each observation is a row.

Can I use this approach to merge datasets for different years like 2020?

Yes, you can merge datasets for specific years like 2020 by filtering and combining the indicators based on common keys, ensuring the output strictly adheres to tidy data principles.