pub fn write_csv(path: impl AsRef<Path>, df: &DataFrame) -> Result<()>
CSV I/O helpers. Write a DataFrame to a CSV file (currently always includes a header row).
DataFrame