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

ByRow not defined when importing DataFramesMeta #365

Closed
jwright11 opened this issue Oct 31, 2023 · 1 comment · Fixed by #366
Closed

ByRow not defined when importing DataFramesMeta #365

jwright11 opened this issue Oct 31, 2023 · 1 comment · Fixed by #366

Comments

@jwright11
Copy link

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?

@pdeffebach
Copy link
Collaborator

Thank you! This is most likely a bug with my escaping. I will try to fix it asap.

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

Successfully merging a pull request may close this issue.

2 participants