pub fn diff_csv(a: &CsvFile, b: &CsvFile) -> Result<CsvFile, String>Expand description
Compute the per-cell numeric difference between two CsvFiles.
Both files must have the same dimensions and numeric-only columns.
Returns Err on dimension mismatch or parse failure.