Function polars_utils::io::open_file

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