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.
pub fn write_csv_header(
writer: impl Write,
names: &[&str],
options: &SerializeOptions,
) -> PolarsResult<()>csv or json only.Writes a CSV header to writer.