File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ For Tree implementation, there are 8 main components.
4646 3 . Get difference between two trees
47477 . ** Exporting Tree**
4848 1 . Print to console
49- 2 . Export to * pandas DataFrame * , * dictionary* , or * nested dictionary *
50- 3 . Export tree to dot (can save to .dot, .png, .jpeg files)
49+ 2 . Export to * dictionary * , * nested dictionary* , or * pandas DataFrame *
50+ 3 . Export tree to dot (can save to .dot, .png, .svg, . jpeg files)
51518 . ** Workflows**
5252 1 . Sample workflows for tree demonstration!
5353
@@ -62,7 +62,8 @@ For Directed Acyclic Graph (DAG) implementation, there are 4 main components.
62623 . ** Traversing DAG**
6363 1 . Generic traversal method
64644 . ** Exporting DAG**
65- 1 . Export DAG to dot (can save to .dot, .png, .jpeg files)
65+ 1 . Export to * list* , * dictionary* , or * pandas DataFrame*
66+ 2 . Export DAG to dot (can save to .dot, .png, .svg, .jpeg files)
6667
6768## Installation
6869
You can’t perform that action at this time.
0 commit comments