Function polars_io::csv::write::write_header[][src]

pub fn write_header<W>(
    writer: &mut Writer<W>,
    schema: &Schema
) -> Result<(), ArrowError> where
    W: Write
This is supported on crate features csv-file and io_csv_write only.
Expand description

Writes a header to writer according to schema