colstore.from_parquet¶ colstore.from_parquet(source, dest, **kwargs)[source]¶ Import a Parquet file into a .cstore (convert(..., format="parquet")). Parameters: source (str | PathLike[str]) dest (str | PathLike[str]) kwargs (Any) Return type: ColStoreReader