You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: