Skip to main content

write_csv

Function write_csv 

Source
pub fn write_csv(path: impl AsRef<Path>, df: &DataFrame) -> Result<()>
Expand description

CSV I/O helpers. Write a DataFrame to a CSV file (currently always includes a header row).