pub fn open<T>(file_path: T) -> Result<Arc<Dataset>, LadduError>where T: AsRef<str>,
Open a Parquet file and read the data into a Dataset.
Dataset