Explore >> Select a destination


You are here

www.pipinghotdata.com
| | blog.djnavarro.net
18.7 parsecs away

Travel
| | In a multi-language polyglot data science world, it becomes important that we are able to pass large data sets efficiently from one language to another without making unnecessary copies of the data. This post is the story of how I learned to love using reticulate to pass data between R and Python, especially when used together with Apache Arrow which prevents wasteful copying when the handover takes place
| | zevross.com
20.2 parsecs away

Travel
| Over the last year I have changed my data processing and manipulation workflow in R dramatically. Thanks to some great new packages like dplyr, tidyr and magrittr (as well as the less-new ggplot2) ...