I am using S3 Select to read csv file from S3 Bucket and outputting as CSV. In the output I only see rows, but not headers. How do I get output with headers included.
Amazon S3 Select will not output headers.
In your code, you could just include a print command to output the headers before looping through the results.
print