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