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

Find an ArgumentError #6

Closed
Antonio-Nappi opened this issue May 26, 2021 · 3 comments
Closed

Find an ArgumentError #6

Antonio-Nappi opened this issue May 26, 2021 · 3 comments

Comments

@Antonio-Nappi
Copy link

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?

@xiaodaigh
Copy link
Owner

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

@Antonio-Nappi
Copy link
Author

Ok, thank you very much.

@xiaodaigh
Copy link
Owner

it's working on the latest versioin being submitted. should be ready in a couple of days

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

2 participants