pub fn write_df_csv<P: AsRef<Path>>( df: &mut DataFrame, output: P, delimiter: u8, ) -> Result<(), OxenError>