Helper function that sets a value deep into a dictionary by passing the deep address as a '.' delimited string of keys, for instance, `a.b.c` is pointing to {'a': {'b': {'c': 'some value' }}} Please note, this is not a pure function, it mutates the object (`data`) that is p
(data, path, value)
source not stored for this graph (policy: none)