TableConverter now converts int to float and vice versa to match the desired dtype.
Merged
TableConverter now converts int to float and vice versa to match the desired dtype.
f-convert-int-float
into
dev
1 unresolved thread
1 unresolved thread
Compare changes
Files
2- Daniel Hornung authored
+ 81
− 34
@@ -205,27 +205,33 @@ def string_in_list(val, options, ignore_case=True):
@@ -247,11 +253,14 @@ class TableImporter(object):
@@ -267,12 +276,11 @@ class TableImporter(object):
@@ -299,13 +307,32 @@ class TableImporter(object):
@@ -326,6 +353,11 @@ class TableImporter(object):
@@ -362,10 +394,26 @@ class TableImporter(object):
@@ -378,8 +426,7 @@ class XLSImporter(TableImporter):