compare_datasets
Compare two datasets side-by-side to identify differences in shape, columns, distributions, and statistical properties. Useful for validating train/test splits or transformations.
Instructions
Compare two datasets side-by-side: shapes, columns, distributions, and statistical differences.
Useful for comparing train/test splits, before/after transformations, or different time periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_a | Yes | Name of the first dataset | |
| dataset_b | Yes | Name of the second dataset |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |