#rdatatable — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rdatatable, aggregated by home.social.
-
Anyone knows about a #rstats #rdatatable skills file for claude?
-
The #fcase function from #rdatatable is such a pleasure to work with.
https://rdatatable.gitlab.io/data.table/reference/fcase.html
-
The #fcase function from #rdatatable is such a pleasure to work with.
https://rdatatable.gitlab.io/data.table/reference/fcase.html
-
The #fcase function from #rdatatable is such a pleasure to work with.
https://rdatatable.gitlab.io/data.table/reference/fcase.html
-
The #fcase function from #rdatatable is such a pleasure to work with.
https://rdatatable.gitlab.io/data.table/reference/fcase.html
-
The #fcase function from #rdatatable is such a pleasure to work with.
https://rdatatable.gitlab.io/data.table/reference/fcase.html
-
Exploring a parallel syntax with #RDataTable
```
data |>
_[, .(x = async(long(x))), by = .(group1, group2)] |>
collect_async()
```Is syntax sugar for
```
data |>
_[, .(x = list(future::future(long(x)))), by = .(group1, group2)] |>
_[, x := future::value(x[[1]]), by = .(group1, group2)] |>
_[]
``` -
data challenge: rolling median
library(data.table)
set.seed(108)
x = rnorm(1e8)
n = 1000
frollmedian(x, n) |> system.time()
# user system elapsed
# 8.439 0.727 3.212 -
CW: unpopular opinion about Tidyverse
@kernpanik Usually, I also try to stick to base #rstats or lightweight packages (#tinyplot, #tinytable, #rdatatable, ...). Methinks, since most tutorial promote the tidyverse, some do not know base equivalent. However, base data frame operations may require more careful handling of row order, factor levels, and preserving the data frame structure. dplyr maintains a consistent behavior across grouped operations.
-
CW: unpopular opinion about Tidyverse
@kernpanik Usually, I also try to stick to base #rstats or lightweight packages (#tinyplot, #tinytable, #rdatatable, ...). Methinks, since most tutorial promote the tidyverse, some do not know base equivalent. However, base data frame operations may require more careful handling of row order, factor levels, and preserving the data frame structure. dplyr maintains a consistent behavior across grouped operations.
-
CW: unpopular opinion about Tidyverse
@kernpanik Usually, I also try to stick to base #rstats or lightweight packages (#tinyplot, #tinytable, #rdatatable, ...). Methinks, since most tutorial promote the tidyverse, some do not know base equivalent. However, base data frame operations may require more careful handling of row order, factor levels, and preserving the data frame structure. dplyr maintains a consistent behavior across grouped operations.
-
CW: unpopular opinion about Tidyverse
@kernpanik Usually, I also try to stick to base #rstats or lightweight packages (#tinyplot, #tinytable, #rdatatable, ...). Methinks, since most tutorial promote the tidyverse, some do not know base equivalent. However, base data frame operations may require more careful handling of row order, factor levels, and preserving the data frame structure. dplyr maintains a consistent behavior across grouped operations.
-
CW: unpopular opinion about Tidyverse
@kernpanik Usually, I also try to stick to base #rstats or lightweight packages (#tinyplot, #tinytable, #rdatatable, ...). Methinks, since most tutorial promote the tidyverse, some do not know base equivalent. However, base data frame operations may require more careful handling of row order, factor levels, and preserving the data frame structure. dplyr maintains a consistent behavior across grouped operations.
-
@pglpm The only reason I don't use {collapse} is because usually what I want is already covered by #RDataTable
-
data.table giving bizarre results on my system when compiled with the intel compiler. This is just a simple mean by time. The the GForce version goes all wacky. Using base::mean() returns to sanity.
-
I see the hardware is of course an important aspect.
You could also try fread from #rdatatable and see if this works better for you.
Since I have quite powerful laptop, I rarely come to the limits. But this was different in the past. I did my doctoral thesis (R package development included) in part on an #EeePC. That was fun.
-
Gráficos feitos com #RStats, usando #RDataTable para ler e tabular os dados, e #TinyPlot (@gmcd) para plotar
-
#rdatatable is a pleasure to work with. Sometimes mind bending (why does it not work? 🤔 … ahh, lists 🤦♂️)
but most of the time great.I use it in combination with #tinyplot. I had situations where my code got faster and shorter by doing this.
Enjoy
-
Friends near Madrid, check out this upcoming #rdatatable event!
A Zoom option is also available, if you want to join from afar.
https://www.meetup.com/grupo-de-usuarios-de-r-de-madrid/events/306199926/
(Presentation will be in English.)
-
#rdatatable would be sufficient for most of my demands I guess.
Therefore, I can unfortunately not offer a better comment.
-
Pela primeira vez, fiz revisão de "pull request" no GitHub. A mudança sendo revista era uma atualização da tradução do #RDataTable por @rafaelff
-
#rstats what wouldn't I give for a package that would bring #rdatatable syntax to #polars
-
#tinyverse starter pack
|> pipeOp {base}
#tinyplot https://doi.org/10.32614/CRAN.package.tinyplot
#rdatatable https://doi.org/10.32614/CRAN.package.data.table
#poorman https://doi.org/10.32614/CRAN.package.poormanWhat did I forget?
-
#tinyverse starter pack
|> pipeOp {base}
#tinyplot https://doi.org/10.32614/CRAN.package.tinyplot
#rdatatable https://doi.org/10.32614/CRAN.package.data.table
#poorman https://doi.org/10.32614/CRAN.package.poormanWhat did I forget?
-
#tinyverse starter pack
|> pipeOp {base}
#tinyplot https://doi.org/10.32614/CRAN.package.tinyplot
#rdatatable https://doi.org/10.32614/CRAN.package.data.table
#poorman https://doi.org/10.32614/CRAN.package.poormanWhat did I forget?
-
#tinyverse starter pack
|> pipeOp {base}
#tinyplot https://doi.org/10.32614/CRAN.package.tinyplot
#rdatatable https://doi.org/10.32614/CRAN.package.data.table
#poorman https://doi.org/10.32614/CRAN.package.poormanWhat did I forget?
-
#tinyverse starter pack
|> pipeOp {base}
#tinyplot https://doi.org/10.32614/CRAN.package.tinyplot
#rdatatable https://doi.org/10.32614/CRAN.package.data.table
#poorman https://doi.org/10.32614/CRAN.package.poormanWhat did I forget?
-
@johnmackintosh My 1/2 a cent as heavy user of #rdatatable for the package name: short is not so important (you only write it once). I would have gone with data.table.utils or data.table.extras to make it absolutely obvious. There is probably some room for a left_join, inner_join, full_join, asof_join wrapper as well (should you look for features)
-
Someone said she felt undatable and I had to read twice, thrice because I thought it was un-data.table! 😅 #RDataTable
-
Today @rafaelff, a colleague and I make our first contribution to an R package: we translated {data.table} to Brazilian Portuguese!
https://github.com/Rdatatable/data.table/commit/d02907d786ad11330c3f51e3d2d53067edf8cb00
Our work was greatly encouraged by an NSF grant for the development of the community around the package, which included translation:
1/
-
Starting with #RMarkdown is a great way to introduce students to the world of #rstats. It's not just about teaching programming skills, but also about explaining other technologies like #LaTeX, #YAML, #Rnw, #markdown & #Rscript! 💻 And I'm convinced that we should focus on building a small solid foundation (#smallR 🙂 ). Think of base R (aggregate, subset, …), #rdatatable and graphics (#tinyplot) instead of diving straight into popular packages like #tidyverse. Let's keep it simple! Who's with me?
-
Starting with #RMarkdown is a great way to introduce students to the world of #rstats. It's not just about teaching programming skills, but also about explaining other technologies like #LaTeX, #YAML, #Rnw, #markdown & #Rscript! 💻 And I'm convinced that we should focus on building a small solid foundation (#smallR 🙂 ). Think of base R (aggregate, subset, …), #rdatatable and graphics (#tinyplot) instead of diving straight into popular packages like #tidyverse. Let's keep it simple! Who's with me?
-
Starting with #RMarkdown is a great way to introduce students to the world of #rstats. It's not just about teaching programming skills, but also about explaining other technologies like #LaTeX, #YAML, #Rnw, #markdown & #Rscript! 💻 And I'm convinced that we should focus on building a small solid foundation (#smallR 🙂 ). Think of base R (aggregate, subset, …), #rdatatable and graphics (#tinyplot) instead of diving straight into popular packages like #tidyverse. Let's keep it simple! Who's with me?
-
Starting with #RMarkdown is a great way to introduce students to the world of #rstats. It's not just about teaching programming skills, but also about explaining other technologies like #LaTeX, #YAML, #Rnw, #markdown & #Rscript! 💻 And I'm convinced that we should focus on building a small solid foundation (#smallR 🙂 ). Think of base R (aggregate, subset, …), #rdatatable and graphics (#tinyplot) instead of diving straight into popular packages like #tidyverse. Let's keep it simple! Who's with me?
-
Starting with #RMarkdown is a great way to introduce students to the world of #rstats. It's not just about teaching programming skills, but also about explaining other technologies like #LaTeX, #YAML, #Rnw, #markdown & #Rscript! 💻 And I'm convinced that we should focus on building a small solid foundation (#smallR 🙂 ). Think of base R (aggregate, subset, …), #rdatatable and graphics (#tinyplot) instead of diving straight into popular packages like #tidyverse. Let's keep it simple! Who's with me?
-
📢 News! A new version update of #biopixR is now available 🎉
🔍 biopixR - Package for analysis of bioimage image data: Make your bioimaging workflow easier and more efficient with this tool.
🌐 Just a few days ago, biopixR made its first public appearance on CRAN! Check it out here: <https://cran.r-project.org/package=biopixR>
🤝 We've already received valuable feedback from the #rdatatable community with a pull request. Thanks! 🙏
Let's keep this project growing and evolving together! 🚀 #BioImaging #rstats
-
📢 News! A new version update of #biopixR is now available 🎉
🔍 biopixR - Package for analysis of bioimage image data: Make your bioimaging workflow easier and more efficient with this tool.
🌐 Just a few days ago, biopixR made its first public appearance on CRAN! Check it out here: <https://cran.r-project.org/package=biopixR>
🤝 We've already received valuable feedback from the #rdatatable community with a pull request. Thanks! 🙏
Let's keep this project growing and evolving together! 🚀 #BioImaging #rstats
-
📢 News! A new version update of #biopixR is now available 🎉
🔍 biopixR - Package for analysis of bioimage image data: Make your bioimaging workflow easier and more efficient with this tool.
🌐 Just a few days ago, biopixR made its first public appearance on CRAN! Check it out here: <https://cran.r-project.org/package=biopixR>
🤝 We've already received valuable feedback from the #rdatatable community with a pull request. Thanks! 🙏
Let's keep this project growing and evolving together! 🚀 #BioImaging #rstats
-
📢 News! A new version update of #biopixR is now available 🎉
🔍 biopixR - Package for analysis of bioimage image data: Make your bioimaging workflow easier and more efficient with this tool.
🌐 Just a few days ago, biopixR made its first public appearance on CRAN! Check it out here: <https://cran.r-project.org/package=biopixR>
🤝 We've already received valuable feedback from the #rdatatable community with a pull request. Thanks! 🙏
Let's keep this project growing and evolving together! 🚀 #BioImaging #rstats
-
📢 News! A new version update of #biopixR is now available 🎉
🔍 biopixR - Package for analysis of bioimage image data: Make your bioimaging workflow easier and more efficient with this tool.
🌐 Just a few days ago, biopixR made its first public appearance on CRAN! Check it out here: <https://cran.r-project.org/package=biopixR>
🤝 We've already received valuable feedback from the #rdatatable community with a pull request. Thanks! 🙏
Let's keep this project growing and evolving together! 🚀 #BioImaging #rstats