Previously, converters
was the only argument of the TableImporter
that defined the columns that should be treated. This implied the problem that supplying colname: int
would prevent the very useful parsing of NaNs done by pandas by default.
Now, there is the additional argument datatypes
where columns can be supplied if no special converter function is needed (i.e. str
, int
, etc).
TableImporter
unitttest
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.