v0.8.0
0.8.0 (2023-03-31)
Features
- create empty
Table
without schema (#128) (ddd3f59), closes #127 - improve
ColumnType
s (#132) (1786a87), closes #113 - infer schema of row if not passed explicitly (#134) (c5869bb), closes #15
- new method
is_fitted
to check whether a model is fitted (#130) (8e1c3ea) - new method
is_fitted
to check whether a transformer is fitted (#131) (e20954f) - rename
drop_XY
methods ofTable
toremove_XY
(#122) (98d76a4) - rename
fit_transform
tofit_and_transform
(#119) (76a7112), closes #112 - rename
shuffle
toshuffle_rows
(#125) (ea21928) - rename
slice
toslice_rows
(#126) (20d21c2) - rename
TableSchema
toSchema
(#133) (1419d25)