Skip to main content

csv_header

Function csv_header 

Source
pub fn csv_header(
    names: &[&str],
    options: &SerializeOptions,
) -> Result<Vec<u8>, PolarsError>
Expand description

Writes a CSV header to writer.