Skip to main content

write_csv_at

Function write_csv_at 

Source
pub fn write_csv_at(rb: &RecordBatch, path: &Path) -> Result<Value, String>
Expand description

Write an Arrow RecordBatch to a CSV file (header row + rows). Bool → “true”/“false”; null → empty cell (arrow-csv default).