> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Export data to CSV

> Export a tabular dataset from Monolith as CSV files and uncompress the downloaded .gz files.

Using Monolith, you might produce datasets that you need to then use outside of the platform to continue your workflow. For instance, you might have used Monolith to process and clean the data, or you might have predicted a dataset and want to use the results somewhere else.

To export a tabular dataset:

1. Click on the dataset to open the **Tabular Data Explorer** (tabular dataset preview)
2. Click **Export CSV** in the top right corner. This will initiate the creation of CSV files in a new window.
3. Once CSV files are ready, downloadable links will be listed. Large datasets are broken up into chunks of about 1GB for more reliable downloading. The data headers are separate.
4. Once downloaded, data is saved as a compressed .gz file. Suggested method to uncompress:
   * On Mac and Linux, with the gunzip unarchiver or the [*gzip*](https://www.gnu.org/software/gzip/manual/gzip.html) command line: gzip -d filename.gz
   * On Windows, using the *tar* command in Command Prompt or by installing the [Unarchiver One](https://www.google.com/url?sa=t\&source=web\&rct=j\&opi=89978449\&url=https://apps.microsoft.com/detail/9p8405b66pzv%3Fhl%3Den-US%26gl%3DUS\&ved=2ahUKEwijoND1lKKJAxUYSkEAHXY_BrAQFnoECBgQAQ\&usg=AOvVaw1FeakdwQGW7TXxFeG6DrC5) program.

<img src="https://mintcdn.com/coreweave-dbfa0e8d/QRLrBgwZtalbZXz3/monolith-ai/_media/Export-data-to-CSV-1.gif?s=b9e4ebc9d0911902dd1054a04909d19d" alt="Animation showing the Export CSV button in the Tabular Data Explorer and the resulting download links" width="640" height="400" data-path="monolith-ai/_media/Export-data-to-CSV-1.gif" />
