Function polars_utils::io::create_file

source ยท
pub fn create_file<P>(path: P) -> PolarsResult<File>
where P: AsRef<Path>,