Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1df = CSV.read("orders.csv", DataFrame)
2totals = combine(groupby(df, :country), :amount => sum => :total)
3@show first(totals, 5)
+ 29 more — keep typing to narrow
Keep going