Releases: hope-data-science/tidyfst
Releases · hope-data-science/tidyfst
More updates by getting feedback of the users
This version is rather mature after tests.
Get new features from data.table v1.13.0
v0.9.8 Update README.md
Debug for more robustness
v0.9.7 Add files via upload
Just waiting for updates of data.table
Update vignettes, improve and update two functions.
九五,飞龙在天
Modify the as_dt to suppress the process of making copy, would be much faster.
九四,或跃在渊
Remove in place replacement facilities once and for all.
For that usage, looking forward to the new package tidyft.
Powerful upgrade
v0.9.3 Update README.md
Super improvement on speed and syntax
v0.8.8 Add files via upload
Enhanced version of tidyfst
- Optimize
group_dt. First, it is faster than before because I use[][]instead of%>%. (Using%>%for.SDis slow) Second, I design an alternative to use.SDdirectly ingroup_dt, which might improve the efficiency further. - Debug
filter_dt. - Add
fill_na_dtto fill NAs in data.table. Debug all missing functions. Examples are refreshed. - Debug
mutate_when. - Add
complete_dtto complete a data.frame liketidyr::complete. - Add
dummy_dtto get dummy variables from columns. - Add
t_dtto transpose data frame efficiently. - Remove the export of "as.data.table", add two functions:
as_dtandin_dtto create a short cut to data.table facilities.
Remove tibble method and improve the select method
v0.6.9 Add files via upload