Problem when downloading data table as csv

Hi, I successfully download my data table as csv file, however there is an ID column which I never added in the data table, why is this happening and what is the possible way to download the csv file that doesn’t contain this column?
Thanks in advance

That is the row ID. You could put your DataTable rows into a Pandas DataFrame and save that to a CSV file. For example:

Once you have your data in a DataFrame, you can download it by making it an Anvil Media object. Explained more here:

I’m not sure if there is an easier way, but there might be.

1 Like