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
@byrow
using DataFrames using DataFramesMeta df = DataFrame(A = 1:3, B = [2, 1, 2]) df2 = @byrow df begin @newcol colX::Array{Float64} @newcol colY::Array{Union{Int,Missing}} :colX = :B == 2 ? pi * :A : :B if :A > 1 :colY = :A * :B else :colY = Missing end end
The text was updated successfully, but these errors were encountered:
Yes, we should
@cols
Sorry, something went wrong.
OK
Closing this, it was fixed when we added real documentation in #208.
No branches or pull requests
The text was updated successfully, but these errors were encountered: