Skillsloading-datasets
loading-datasets

loading-datasets

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

loading-datasetspymc-labs
1.1k stars
21.9k downloads
Updated 1w ago

Readme

loading-datasets follows the SKILL.md standard. Use the install command to add it to your agent stack.

---
name: loading-datasets
description: Loads internal CausalPy example datasets. Use when the user needs example data or asks about available demos.
---

# 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) |

Install

Requires askill CLI v1.0+

Metadata

LicenseUnknown
Version-
Updated1w ago
Publisherpymc-labs

Tags

No tags yet.