pydrill
pydrill copied to clipboard
Preserve column order
Currently requested column are reporter in a "random" order. It's not really a bug, but a it will be useful to have the capacity to preserve/get order of the column when requested like
SELECT zcola, ycolb, xcolc FROM mytable;
SELECT * FROM mytable;
See #43