Append dict to RowCollector
vrtulka23 opened this issue · 2 comments
vrtulka23 commented
Modify RowCollector so that it can be set without specifying columns and rows can be inputted as dictionaries.
The columns should be created automatically with the first appending.
vrtulka23 commented
And as well, implement units to the RowCollector
vrtulka23 commented
Now it is possible to add rows as python dictionaries without initial specification of the columns.