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.mdsource content
Loading Datasets
Loads example datasets provided with CausalPy.
Usage
import causalpy as cp df = cp.load_data("dataset_name")
Available Datasets
| Key | Description |
|---|---|
| Generic Difference-in-Differences |
| Generic Interrupted Time Series |
| Generic Synthetic Control |
| DiD (Banks) |
| Synthetic Control (Brexit) |
| ITS (Covid) |
| Regression Discontinuity (Drinking Age) |
| Generic Regression Discontinuity |
| GeoLift (Single cell) |
| GeoLift (Multi cell) |