Releases: sfu-db/dataprep
Releases · sfu-db/dataprep
v0.2.2
v0.2.1
v0.2.0
This release includes some new features and lots of bug fixes.
Feature
- Implement report (ac13bf8)
- Implement dc.show_schema() (487a14f)
- Implement dc.info (50e3e18)
- Support template (8a3a4a3)
Fix
- Remove_if_empty on template (4430972)
- Fix parameter names (ef0119f)
- Improved plot(df) efficiency (1ecd543)
- Fixed xtic rounding (697496e)
- Fix scatter and top-k nan (6a1bdb7)
- Fixed xtics for histograms (1f13d1b)
- Plot_correlation only supports for numerical data (c067260)
- It works for the columns with missing values (5329c54)
- Make the tooltip style align with plot(df) (33e5403)
Documentation
- Add documentation (4f342ce)