Claude-skill-registry loading-datasets

Loads internal CausalPy example datasets. Use when the user needs example data or asks about available demos.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/loading-datasets" ~/.claude/skills/majiayu000-claude-skill-registry-loading-datasets && rm -rf "$T"
manifest: skills/data/loading-datasets/SKILL.md
source content

Loading Datasets

Loads example datasets provided with CausalPy.

Usage

import causalpy as cp
df = cp.load_data("dataset_name")

Available Datasets

KeyDescription
did
Generic Difference-in-Differences
its
Generic Interrupted Time Series
sc
Generic Synthetic Control
banks
DiD (Banks)
brexit
Synthetic Control (Brexit)
covid
ITS (Covid)
drinking
Regression Discontinuity (Drinking Age)
rd
Generic Regression Discontinuity
geolift1
GeoLift (Single cell)
geolift_multi_cell
GeoLift (Multi cell)