scottlepp / go-duck

A Golang DuckDB library that doesn't require CGO
MIT License
7 stars 2 forks source link

Preserve column ordering #14

Closed samjewell closed 1 month ago

samjewell commented 1 month ago

Currently SQL Expressions returns a data frame with columns that are in a different order to the order the user requested.

image

Not only is this a poor UX, it also blocks us from doing more exciting NoQL things with SQL Expressions, such as: