group-by is not working properly
Hello,
I am using [com.github.clojure-finance/clojask "1.2.3"], but it seems that group-by is not functioning properly.
I believe that the behavior of this function is not properly documented. I'm trying to run the examples you have in the documentation and this is the output:
My dataframe refers to Employees-example.csv that you provided as an example.

The output of (group-by x ["Salary"]) is:

The output of (ck/group-by x ["Employee" "EmployeeName" "Salary"]) is:
The data under salary doesn't even refer to salaries data.
Is this the normal behavior of group-by? If not what am I doing wrong, and if yes, what's the value of group-by?
Thank you!
We have just released the latest version, 1.2.4-prerelease. Can you please confirm if this problem has been solved now? Thank you.
@hkulyc thank you the problem has been solved now