Would it be possible to implement iteration over the data tables? ```julia for i in net.buses @show i end ```
Would it be possible to implement iteration over the data tables?