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
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
The text was updated successfully, but these errors were encountered:
Please upgrade DataFrames.jl version to at least 0.21 branch to have ByRow support.
ByRow
Sorry, something went wrong.
In general here https://github.com/JuliaData/DataFrames.jl/releases you can find what we changed in DataFrames.jl functionality in detail.
@bkamins Excellent, thanks for the info!
No branches or pull requests
Hi, I'm getting the following error and I don't know why. I have recently updated DataFrames.jl.
Some context (Ubuntu 20.04.1 LTS):
The text was updated successfully, but these errors were encountered: