Is there a way to edit a field in JuliaDB? I want to modify column y where column x == 4.
using JuliaDB
t = table((x = [1,4,5,6], y = [2,2,24,5]))
I found a thing somewhere showing how to do this.. but it didn't work any more.. it used merge or push I believe..