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

"transform" function not available #2815

Closed
ksgremes opened this issue Jul 14, 2021 · 1 comment
Closed

"transform" function not available #2815

ksgremes opened this issue Jul 14, 2021 · 1 comment

Comments

@ksgremes
Copy link

Hi, I'm a beginner Julia user, so please forgive me for any mistakes.

I can't use transform function, it throws UndefVarError (and the function is nowhere to be found).

I'm using Julia 1.5.3 and DataFrames 0.20.2

Steps to reproduce:

  1. Import DataFrames: using DataFrames
  2. Run transform

Thanks in advance.

@bkamins
Copy link
Member

bkamins commented Jul 14, 2021

As you can check here the transform function is not available in DataFrames.jl 0.20.2. Please use DataFrames.jl version 1.2 as this is a current release that is supported.

If you have to use DataFrames.jl 0.20.2 for some reason (but there should not be any such reason AFAICT) then use appropriate versions of the documentation and tutorials to learn what functionality was provided back then, see here and here.

@bkamins bkamins closed this as completed Jul 14, 2021
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