Comparing (R) dplyr vs. (Julia) DataFrames.jl

by mindBon 7/5/20, 8:59 AMwith 2 comments
by siesteon 7/5/20, 10:46 AM

The R code looks so much cleaner and readable! Is that just me being a bit more familiar with R/dplyr than julia? Or could the julia code be written more elegantly than that? I mean all those .@(_, => :) constructs make julia look rather opaque in comparison ...