pub fn write_csv<P: AsRef<Path>>( dataframe: &DataFrame, path: P, delimiter: u8, ) -> DataFrameResult<()>
Write DataFrame to CSV file