Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added mention to dtplyr #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 02-struct_06_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Any list of efficient packages can't be started without this name. It's a packag

Despite what people say its easy to learn and easy to use in day to day analysis. It doesn't create a copy of the object and every function of this package is optimized for speed. It's faster than even **spark** for in memory datasets. Read that statement again if you didn't get how huge it is.

Tidyverse people have been working on joining the two worlds: data.table and dplyr, so anyone can enoy the best of both worlds. Tha package is called `dtplyr`. No need to learn data.table sybtax, just dplyr verbs.

I have a book in progress for people trying to learn data.table. This is the link you can read it:

<https://bookdown.org/content/2746/>
Expand Down