tomeichlersmith / hdtree

columnar, ragged data with a dynamic, runtime-defined schema
https://tomeichlersmith.github.io/hdtree/
2 stars 1 forks source link

Tree interface class (and various constructors) #3

Closed tomeichlersmith closed 1 year ago

tomeichlersmith commented 1 year ago

Have a Tree for holding all the Branches. Various constructors for the different access patterns.

Add some syntax sugar for accessing/setting branch variables. e.g. tree["name"] = value sets the branch named "name" during that loop

Maybe some kind of tree.for_each so the tree.load and tree.save calls are done properly.