pub fn csv_header(
names: &[&str],
options: &SerializeOptions,
) -> Result<Vec<u8>, PolarsError>Expand description
Writes a CSV header to writer.
pub fn csv_header(
names: &[&str],
options: &SerializeOptions,
) -> Result<Vec<u8>, PolarsError>Writes a CSV header to writer.