Currently any file output with --out will have the 0 based index from a dataframe in the output file.
It would be better if this was not the default and instead only rows were returned.
Current behavior:
s3sql query ... --out "output.csv"
New behavior:
s3sql query ... --out "output.csv"
It would also be nice to automatically assign an ID column if the -- id flag was passed
s3sql query ... --out "output.csv" --id
Currently any file output with
--outwill have the 0 based index from a dataframe in the output file.It would be better if this was not the default and instead only rows were returned.
Current behavior:
New behavior:
It would also be nice to automatically assign an ID column if the
-- idflag was passed