Version 0.4.3
Enhancements:
- Expands the optional arguments that can be passed to
to_parquet,to_parquet_dask,read_parquet,read_parquet_daskensuring thatstorage_optionsis appropriately passed where needed. (#79) - Add typing information to some functions.
- Update
build_sindexto pass throughkwargsto underlyingHilbertRtreeimplementation. - Change
build_sindexmethods to consistently return reference to object to allow for method chaining.
Bug fixes:
- Update internal
validate_coerce_filesystemto passstorage_optionsthrough. (#78)
Compatibility:
- Adds the ability to pass
storage_optionsto theto_parquetfunction forpandas > 1.2, otherwise instantiates anfsspecfilesystem withstorage_optionsand passes that. - Renames
fnameparameter topathto align with the pandas convention.