compare_datasets
Compare two tabular data file versions to identify row count differences, added or removed columns, data type changes, and null rate shifts. Use it to validate data pipeline outputs or check transformation effects.
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 |