We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello everyone, I'm newbie in Julia so sorry if it is a trivial question. I've created my Dataframe with:
using DataConvenience using DataFrames df = DataFrame(A = 1:4, B = 2:2:8)
If I try to plot the correlatation, using the dfcor function, it rises an
ArgumentError : Elements of ["A","A"] must be unique
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
I haven't used the function in a while and the DataFrames API has changed quite a bit. Let me check. I should add a test for it
Sorry, something went wrong.
Ok, thank you very much.
it's working on the latest versioin being submitted. should be ready in a couple of days
No branches or pull requests
Hello everyone, I'm newbie in Julia so sorry if it is a trivial question.
I've created my Dataframe with:
If I try to plot the correlatation, using the dfcor function, it rises an
What am I doing wrong?
The text was updated successfully, but these errors were encountered: