Agent skill

loading-datasets

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/loading-datasets

SKILL.md

Loading Datasets

Loads example datasets provided with CausalPy.

Usage

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

Available Datasets

Key Description
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)

Didn't find tool you were looking for?

Be as detailed as possible for better results