Version 0.4.3
Enhancements:
- Expands the optional arguments that can be passed to
to_parquet
,to_parquet_dask
,read_parquet
,read_parquet_dask
ensuring thatstorage_options
is appropriately passed where needed. (#79) - Add typing information to some functions.
- Update
build_sindex
to pass throughkwargs
to underlyingHilbertRtree
implementation. - Change
build_sindex
methods to consistently return reference to object to allow for method chaining.
Bug fixes:
- Update internal
validate_coerce_filesystem
to passstorage_options
through. (#78)
Compatibility:
- Adds the ability to pass
storage_options
to theto_parquet
function forpandas > 1.2
, otherwise instantiates anfsspec
filesystem withstorage_options
and passes that. - Renames
fname
parameter topath
to align with the pandas convention.