`update!(ruleset,df)` is fantastic. Maybe some facilities to update `df` would be nice (maybe already implemented but I'm not aware of). Using DataFrame.jl, I do: ```julia df[(df.component .== MyRule) .& (df.fieldname .== :myParam), :val] .= NewValue ```