forked from Rdatatable/data.table
-
Notifications
You must be signed in to change notification settings - Fork 0
R package data.table extends data.frame. Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by reference by group using no copies at all, cells can contain vectors, chained queries and a fast file reader (fread). However, the main benefit is its natural syntax: DT[where, select|update, by].
License
skame/data.table
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
R package data.table extends data.frame. Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by reference by group using no copies at all, cells can contain vectors, chained queries and a fast file reader (fread). However, the main benefit is its natural syntax: DT[where, select|update, by].
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 67.3%
- R 31.0%
- Batchfile 1.6%
- Other 0.1%