While ttk.Treeview can be used as a regular table, it may also contain hierarchical structures. This is shown as a tree where items can be expanded to see more nodes of the hierarchy.
This is useful to display the results of recursive calls and several levels of nested items. In this recipe, we will take a look at a common scenario that fits with this kind of structure.