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

delete @> reference, add chain #220

Merged
merged 3 commits into from
Jan 14, 2021
Merged

Conversation

pdeffebach
Copy link
Collaborator

Another small chain, deleting the reference to Lazy's @> since it conflicts with groupby. Instead I discuss Chain.jl's @chain macro as an alternative to @linq.

docs/src/index.md Outdated Show resolved Hide resolved
Comment on lines 430 to 434
@transform(_, y = 10 * :x)
@where(_, :a .> 2)
@by(_, :b, meanX = mean(:x), meanY = mean(:y))
@orderby(_, :meanX)
@select(_, :meanX, :meanY, var = :b)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought _ as the first argument was implicit?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, sorry about that. fixed.

@pdeffebach
Copy link
Collaborator Author

Thanks for the comments! Can be merged.

@pdeffebach pdeffebach merged commit 146d5b1 into JuliaData:master Jan 14, 2021
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 this pull request may close these issues.

2 participants