vrtulka23/scinumtools

Append dict to RowCollector

vrtulka23 opened this issue · 2 comments

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.

And as well, implement units to the RowCollector

Now it is possible to add rows as python dictionaries without initial specification of the columns.