Tree data visualization with treelib

A straightforward solution for visualizing an often used data structure

Anuj Arora
Dive into ML/AI
Published in
2 min readOct 8, 2022

--

As is often said, a picture is worth a thousand words. With that wisdom, I wanted to generate a tree representation for the relations in the dataset I was working with. A quick google search led me to the solution proposed on stackoverflow (sample code duplicated below).

--

--