pydrill icon indicating copy to clipboard operation
pydrill copied to clipboard

Preserve column order

Open benjdv opened this issue 6 years ago • 1 comments

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;

benjdv avatar Oct 02 '19 08:10 benjdv

See #43

jnturton avatar Jun 07 '20 08:06 jnturton