Ayush Patnaik

Results 54 comments of Ayush Patnaik

I think this would be better and yes, it's precisely what is done under the hood. It will offer greater flexibility to the user. I've studied the srvyr package, and...

Many thanks, professor. I wanted it for a Grouped DataFrame, and it's working with some modification. ```julia df = DataFrame(a = 4:7, b = ["Apple", "Orange", "Orange", "Apple"]) gdf =...

> The rest of the package doesn't do piping, so it may look odd if it's just in one place. I am open to having pipes everywhere. `@chain` looks good,...

As a new user, ```julia (design, :country) |> groupby(_, _) |> mean(_, :height) ``` this will be difficult to understand. Might as well do what Milan is suggesting, i.e. ```julia...