write_csv_header

Function write_csv_header 

Source
pub fn write_csv_header(
    writer: impl Write,
    names: &[&str],
    options: &SerializeOptions,
) -> PolarsResult<()>
Available on crate features csv or json only.
Expand description

Writes a CSV header to writer.