datatable
datatable copied to clipboard
Deprecation list for `1.1.0`
dt.isna(),dt.abs(),dt.exp(),dt.log(),dt.log10()are marked internally as deprecated for a long time, so they should be replaced with the correspondingdt.math.*()functions;dt.len()should be deprecated as it is replaced bydt.str.len();dt.frame_columns_virtual()functionality should be moved todt.Frameclass;.stype,.stypes,.ltypeand.ltypesfunctionality should be accessible through.type/.types.