csv_header

Function csv_header 

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

Writes a CSV header to writer.