Function polars_utils::io::open_file

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