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
Hello, I was trying to do this:
import DataFrames import DataFramesMeta df = DataFrames.DataFrame(a = 1:10) DataFramesMeta.@rsubset!(df, :a < 6)
But I get:
ERROR: UndefVarError: `ByRow` not defined
I'm using Julia v1.9.3 with DataFrames v1.6.1 and DataFramesMeta v0.14.0. Am I going about this wrong?
The text was updated successfully, but these errors were encountered:
Thank you! This is most likely a bug with my escaping. I will try to fix it asap.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello, I was trying to do this:
But I get:
I'm using Julia v1.9.3 with DataFrames v1.6.1 and DataFramesMeta v0.14.0.
Am I going about this wrong?
The text was updated successfully, but these errors were encountered: