Hi, I would like count same column, i'm using DataFrames.
I'm trying aggregate(df, :x2, sum, but i need to count (x1) the file has another column (x1) which i need to group by. There's some option in julia to count number? Thanks!
Hi, I would like count same column, i'm using DataFrames.
I'm trying aggregate(df, :x2, sum, but i need to count (x1) the file has another column (x1) which i need to group by. There's some option in julia to count number? Thanks!