ddply(data, .(ID1, ID2), stlets.single.id)
So in R , if I want to apply function "stlets.single.id" over categorical variables "ID1" and "ID2" in a fast parallel processing manner, I write the above syntax. What would be the equivalent syntax with Vaex?