-
Notifications
You must be signed in to change notification settings - Fork 55
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
Discussion regarding the use of broadcasting . #165
Comments
The
It can't be used before It also can't be used before the We will see how easy this is to do after we use |
Can do have a macro like
then everything in the broadcast will become broadcast true? |
I think we would use a
I am also thinking of having separate functions for the two behaviors, something like |
This doesn't work
|
Please post the error message, because it works for me.
In general The benefit of moving to the new backend is that we will have to care much less about performance in DataFramesMeta. As long as |
You are right. It works. Suspect it was something in my package system that messed it up |
Marking as |
Closed with the addition of |
I like chaining stuff together when using DataFramesMeta, but I find that I have to put in a lot of dots everywhere to broadcast. The
@.
doesn't seem to compose well with Pipe.jl and DataFrames.jlBeen asked to put it here for discussion. Any ideas?
The text was updated successfully, but these errors were encountered: