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

ERROR: UndefVarError: ByRow not defined #2493

Closed
schneiderfelipe opened this issue Oct 20, 2020 · 3 comments
Closed

ERROR: UndefVarError: ByRow not defined #2493

schneiderfelipe opened this issue Oct 20, 2020 · 3 comments

Comments

@schneiderfelipe
Copy link

Hi, I'm getting the following error and I don't know why. I have recently updated DataFrames.jl.

               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.4.1
 _/ |\__'_|_|_|\__'_|  |  Ubuntu ⛬  julia/1.4.1+dfsg-1
|__/                   |

julia> using DataFrames

julia> ByRow(length)
ERROR: UndefVarError: ByRow not defined
Stacktrace:
 [1] top-level scope at REPL[2]:1

Some context (Ubuntu 20.04.1 LTS):

(@v1.4) pkg> status DataFrames
Status `~/.julia/environments/v1.4/Project.toml`
  [a93c6f00] DataFrames v0.20.2
@bkamins
Copy link
Member

bkamins commented Oct 21, 2020

Please upgrade DataFrames.jl version to at least 0.21 branch to have ByRow support.

@bkamins bkamins closed this as completed Oct 21, 2020
@bkamins
Copy link
Member

bkamins commented Oct 21, 2020

In general here https://github.com/JuliaData/DataFrames.jl/releases you can find what we changed in DataFrames.jl functionality in detail.

@schneiderfelipe
Copy link
Author

@bkamins Excellent, thanks for the info!

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