The Truth About Tidy Wrappers

March 9, 2024 | Art Steinmetz

These are the packages we will need for this analysis. library(tidyverse) library(data.table) library(dtplyr) library(duckdb) library(duckplyr) library(polars) library(tidypolars) library(arrow) library(tictoc) library(microbenchmark) library(gt) The Tidyverse I love the Tidyverse from Posit.co. The biggest evolution of the R language ecosystem ...
[Read more...]

Testing infrastructure for data.table

March 9, 2024 | Toby Hocking

One major element of the NSF POSE grant for data.table is create more documentation and testing infrastructure, in order to help expand the data.table ecosystem. This blog post explains what we proposed to do to improve the testing infrastructur...
[Read more...]

Introduction to Causal Machine Learning estimators in R

March 8, 2024 | Dariia Mykhailyshyna

Join our workshop on Introduction to Causal Machine Learning estimators in R, which is a part of our workshops for Ukraine series!  Here’s some more info:  Title: Introduction to Causal Machine Learning estimators in R Date: Thursday, April 11th, 18:00 – 20:00 CET (Rome, Berlin, Paris timezone) Speaker: Michael Knaus is Assistant ... [Read more...]

Community interviews about {data.table}

March 6, 2024 | Anirban Chetia

What’s it all about? One stipulation of NSF POSE funded projects like this one was to conduct several interviews under NSF’s I-CORPS program (Winter 2024 Cohort), to gather information as to how data.table as an open-source project can improve a...
[Read more...]

Community interviews about {data.table}

March 5, 2024 | Anirban Chetia

What’s it all about? One stipulation of NSF POSE funded projects like this one was to conduct several interviews under NSF’s I-CORPS program (Winter 2024 Cohort), to gather information as to how data.table as an open-source project can improve ...
[Read more...]

PowerQuery Puzzle solved with R

March 5, 2024 | Numbers around us

#161–162PuzzlesAuthor: ExcelBIAll files (xlsx with puzzle and R with solution) for each and every puzzle are available on my Github. Enjoy.Puzzle #161This week comes with some of hardest challenges I faced on ExcelBI series. It was looking pretty straightforward, but later I realised what is going on. One of ...
[Read more...]
1 34 35 36 37 38 2,127