pub fn read_csv_xarray(path: &str) -> Result<XarrayDataArray, String>Expand description
Read a labeled CSV back into an XarrayDataArray.
Expects the format produced by write_csv_xarray: first row is headers
(dim_0, dim_1, …, value), subsequent rows are data.