ENH: allow to provide required columns explicitly
Compare changes
Files
3- Henrik tom Wörden authored
MAINT: change wording of TableImporter argument and allow converters and datatypes for nonexisting columns
+ 33
− 18
@@ -210,7 +210,7 @@ class TableImporter():
@@ -232,28 +232,31 @@ class TableImporter():
@@ -269,7 +272,7 @@ class TableImporter():
@@ -329,6 +332,8 @@ class TableImporter():
@@ -369,8 +374,7 @@ class TableImporter():
@@ -454,7 +458,10 @@ class XLSImporter(TableImporter):
@@ -470,7 +477,11 @@ class XLSImporter(TableImporter):
@@ -487,6 +498,10 @@ class CSVImporter(TableImporter):