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

How to update a data set using another data set? #55

Closed
creativityxxx opened this issue Apr 28, 2022 · 2 comments
Closed

How to update a data set using another data set? #55

creativityxxx opened this issue Apr 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@creativityxxx
Copy link

Is there any functionality to solve this problem
https://discourse.julialang.org/t/how-to-update-a-data-set-using-another-data-set/80203

@sl-solution
Copy link
Owner

I had planned to add a feature to update/! for those kind of scenarios in the past, however, I forgot about it. Anyway, I will update update/! to be able to handle similar problems.

@sl-solution sl-solution added the enhancement New feature or request label Apr 28, 2022
@sl-solution
Copy link
Owner

Regarding your problem, you may use the following code to solve it:

julia> update(master, transaction, on = :x, op = +)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants