somewhat similarly to Replace Elements in a Dataset by rules, I'd like to replace the components in all columns named "microseconds" in a hierarchical dataset, with their respective quantity. Something like:
Replace[ myDataSet, Rule["microseconds", x_Integer] -> Rule["microseconds", Quantity[x, "Microseconds"], All]


