π 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