Open smalers opened 1 year ago
The command is not functional. It reads a Pandas table. However, the GeoProcessor uses DataTable objects. Need to decide whether to convert the Pandas table to DataTable. Or, should commands provide the option of reading either?
DataTable
The command is not functional. It reads a Pandas table. However, the GeoProcessor uses
DataTable
objects. Need to decide whether to convert the Pandas table toDataTable
. Or, should commands provide the option of reading either?