Rdatatable tweets. Appreciation account by an independent user. #rstats Logos: github.com/Rdatatable/data.t…

Joined January 2019
5 Photos and videos
11 Jul 2022
They specifically mention data.table as required skill for the job! 🤓
Are you a good statistician and R programmer? FAO of the United Nations is looking for consultants with a strong background in the R statistical programming language. Details: linkedin.com/posts/christian… Send your CV before July 31st. #RStats @RStatsJobsBot @rdatatable @tidyverse
7
rdatatable retweeted
29 May 2022
A bag of new features coming in #rdatatable. My fav ones are let (an alias for `:=`(...)) and by=.I for row-wise operation. rdatatable.gitlab.io/data.ta…
2
3
18
rdatatable retweeted
I wish every tutorial was like this! Not only really clear but also explains the thoughts behind the design of the #rdatatable package. cran.r-project.org/web/packa…

2
8
rdatatable retweeted
1 Feb 2022
Replying to @AmeliaMN
Hi. Looking for an alternative to DataCamp with course material on data.table (more than a brief intro). I find that most of the things listed in these threads is tidyverse oriented. We tend to use base r and data.table and the survey package where I work. Thanks for any help
1
1
rdatatable retweeted
If you want speed, learning to use the data.table package in #rstats is a good option too. See also these benchmarks: h2oai.github.io/db-benchmark… #rdatatable

1
3
6
rdatatable retweeted
This looks awesome. I am a big @rdatatable user, too.
1
rdatatable retweeted
30 Sep 2021
One thing I really like about data.table is how easy it makes conditional operations "Update just part of the data": dt[condition, variable := calculation] "Do a conditional calculation and apply broadly" dt[, growth_since_january := value/mean(value[month==1]), by = group]
2
3
47
rdatatable retweeted
Replying to @101Programming
And if you want to really go for pole position: library(data.table) df.all <- rbindlist(lapply(v.filename, fread)) print(df.all) /cc @rdatatable
1
2
8
rdatatable retweeted
Dear #rdatatable team, thanks for making this possible!
1
1
13
rdatatable retweeted
Hi @MattDowle, I made an introduction a few days ago to the #rdatatable framework using some real world data. This is here (presentations.utilitr.org/at…). This might interest some of your (French speaking) datatable folks. Associated book chapter here: book.utilitr.org/datatable.h… #RStats

3
2
7
rdatatable retweeted
Public data, public health -- so below is some public code too. The @rdatatable and #ggplot2 combination makes it a breeze. #rstats for the win
2
4
25
rdatatable retweeted
Per the @Rdatatable benchmarks at h2oai.github.io/db-benchmark… (which includes a 'join' problem likely close to your merge issue) you are probably unlikely to beat `data.table` just by going to #Python or #Rcpp. Maybe profile a little and then discuss with team @Rdatatable?

1
1
5
rdatatable retweeted
Replying to @grant_mcdermott
Love the feeling of succesfully writing nested non-equi join with by = .EACHI, and it runs in seconds on tens of millions of observations. <3 data.table.
1
1
3
rdatatable retweeted
Replying to @antoine_fabri
One of the reason I like #rdatatable 😉
2
1
23
rdatatable retweeted
24 Apr 2021
Replying to @Basile_G @Stata
data.table::fread() is the best CSV reader ever.
1
4
rdatatable retweeted
Need to say it again today, best #rstats packages ever: 1. data.table 2. data.table 3 ggplot2 data.table reduced the runtime of my code from 9 hours to five seconds today! Thank you, @MattDowle (and also @hadleywickham of course for ggplot2)!
4
6
60