Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group-by is not working properly #59

Closed
zeinab-zeitoun opened this issue Aug 20, 2022 · 2 comments
Closed

group-by is not working properly #59

zeinab-zeitoun opened this issue Aug 20, 2022 · 2 comments

Comments

@zeinab-zeitoun
Copy link

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.
image

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

The output of (ck/group-by x ["Employee" "EmployeeName" "Salary"]) is:
image
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!

@hkulyc
Copy link
Collaborator

hkulyc commented Aug 23, 2022

We have just released the latest version, 1.2.4-prerelease. Can you please confirm if this problem has been solved now? Thank you.

@zeinab-zeitoun
Copy link
Author

@hkulyc thank you the problem has been solved now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants