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
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.
Hi, I'm a beginner Julia user, so please forgive me for any mistakes.
I can't use
transform
function, it throwsUndefVarError
(and the function is nowhere to be found).I'm using Julia 1.5.3 and DataFrames 0.20.2
Steps to reproduce:
using DataFrames
transform
Thanks in advance.
The text was updated successfully, but these errors were encountered: