Problem when downloading data table as csv

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