compare_datasets
Compare two tabular files to identify row count changes, added or removed columns, data type shifts, and per-column null rates. Use to validate data pipeline outputs against baselines.
Instructions
Diff two tabular files: what changed between version A and version B.
Reports the row-count delta, columns added or removed in B, dtype changes on shared columns, and per-column null-rate (and, for numeric columns, mean) for both files side by side.
Use this to compare two snapshots of the same dataset, validate a data pipeline's output against a baseline, or check what a transformation changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path_a | Yes | ||
| path_b | Yes | ||
| max_rows | No |