Export CSV files
Export any cell as a CSV file.
After selecting any SQL, Python or visual cell, the option to download results as a CSV file will appear in the floating cell controls. Clicking this button will execute a new query with a maximum limit of one million rows, and the results will be downloaded as a formatted CSV file.

Find the Download CSV button in the floating cell controls.
If your visual has multiple layers, only the first layer will be downloaded.

Find the Copy as CSV option from the cell context menu.
Right-clicking on a cell (or using the canvas menu in the upper-left) will present the option to Copy as CSV. This action will not execute a new query (unlike the Download CSV option above), but will instead copy the current results for that cell to the clipboard.
Once CSV data has been copied, pasting back into the canvas using the keyboard shortcut will create a new CSV cell . This is a useful shortcut to save a copy of some cell results at a certain point in time.
Copied CSV data is designed to be compatible with popular spreadsheet applications, such as Microsoft Excel or Google Sheets. Pasting CSV data from Count into a spreadsheet will add the pasted data as new cells, and pasting copied spreadsheet ranges into Count will add a new CSV cell.