Skip to content
Snippets Groups Projects

TableConverter now converts int to float and vice versa to match the desired dtype.

Merged Daniel Hornung requested to merge f-convert-int-float into dev
1 unresolved thread
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -208,6 +208,7 @@ def string_in_list(val, options, ignore_case=True):
class TableImporter():
"""Abstract base class for importing data from tables.
"""
def __init__(self, converters, obligatory_columns=None, unique_keys=None,
datatypes=None):
"""
Loading