Really useful presentation, and timely for me. Personally I find data.table statements are greatly improved with just a little whitespace.
@prashanthb65214 күн бұрын
Thanks a lot sir for this introductory video about Arrow.
@musicspinner Жыл бұрын
Masterful deployment of the "Kobayashi Maru" reference. 🖖
@carvalhoribeiro3 ай бұрын
Very good presentation. Thanks for sharing this
@tdawry8 ай бұрын
A neat question to answer. I'm using the duckplyr library and it's nice to not have to think about anything. It does make a strong argument for having a fast hard drive (an SSD is an order of magnitude faster than a traditional HDD, an M2 is an order of magnitude faster than that, and modern nvme drives are even faster).
@winspyre3 ай бұрын
Wow. perfectly narrated.
@higgi134252 жыл бұрын
For further learning, here are the links from the next to last slide: Arrow cheatsheet: raw.githubusercontent.com/rstudio/cheatsheets/master/arrow.pdf video intro: kzbin.info/www/bejne/hWWVfYijf7-DrpI full workshop from useR!: arrow-user2022.netlify.app DuckDB website: duckdb.org R package: cran.r-project.org/web/packages/duckdb/index.html data.table website: rdatatable.gitlab.io/data.table dtplyr (a data.table translator): dtplyr.tidyverse.org
@tmuffly19 ай бұрын
This talk blew my mind. Thank you very much!
@matthewson8917 Жыл бұрын
Perfectly summarizes my big data journey. Really good!
@VictorOrdu2 жыл бұрын
Wow, thank you for this illuminating presentation.
@gueyenono2 жыл бұрын
Great presentation.
@torbjornstorli2880 Жыл бұрын
Loved your presentation. Well done Sir!😊
@JohnoScott2 жыл бұрын
Great talk. Concise and to the point.
@porlando12 Жыл бұрын
Excellent presentation!
@multitaskprueba18 ай бұрын
You are a genius! Fantastic video! Thanks!
@ZachRenwickData Жыл бұрын
great video and interesting analysis use case!
@arunabhbarua19246 ай бұрын
How about just using duckdb and SQL?
@higgi1342521 күн бұрын
Certainly reasonable for the SQL-fluent. The {duckplyr} package (which came out after this talk) has made it easier for the dplyr-fluent to use DuckDB.