๐ add `find_address` to `AttrDict` that can return all path locations for a specific key
๐ add `summary` to `AttrDict` that can give an outline of the dictionary
๐ add `write_summary` to `AttrDict` that writes the summary to a textfile
๐ `show` can now show bb colors `{"r": (255, 0, 0), "g": (0, 255, 0), "b": (0, 0, 255), "y": (255, 0, 255)}` if `df` has column called `color`
๐ `AD` is an alias for `AttrDict`
๐ `AD` can directly consume kwargs