v0.4.9
New feature
Notable features
- Support for polars framework
- Support for dask framework
- Abstract class for dataframe converter
Full changelog
- Merge pull request #153 from Bl4omArchie/main
- just removing a couple of replace whoops
- just removing a couple of replace whoops
- resolving merge conflicts; putting in dask/polars import guards; flake8 and black changes
- update comments + missing imports for sparkdf
- fix comments + remove base.py + add utils/field_info.py
- adding auto release to the publish workflow
- apply abstract class converter to pandas dataframe
- apply abstract class converter to sparkdf + fix test failure
- add suppports for polars framework
- add suppports for dask framework
- add abstract class for dataframe converter