loading-datasets

Solid

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

Data & Documents 183 stars 39 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
75
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
31
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

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

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

loading-datasets

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

3 Updated 1 months ago
majiayu000
AI & Automation Solid

performing-causal-analysis

Fits causal models, estimates impacts, and plots results using CausalPy. Use when performing analysis with DiD, ITS, SC, or RD.

2,210 Updated 1 weeks ago
foryourhealth111-pixel
Data & Documents Listed

data

Search the data catalog, variable dictionary, and data linkages for datasets, variables, or data sources. Use when the user asks about available data, what variables exist, or how datasets connect across projects.

0 Updated 3 days ago
hsigstad
Data & Documents Listed

hugging-face-datasets

Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, streaming row updates, and SQL-based dataset querying/transformation. Designed to work alongside HF MCP server for comprehensive dataset workflows.

3 Updated today
tayyabexe
Data & Documents Solid

datanalysis-credit-risk

Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scenarios arecredit risk data cleaning, variable screening, pre-loan modeling preprocessing.

34,233 Updated today
github