Download table data
$ deeptable structured-sheets:tables download
GET/v1/structured-sheets/{structured_sheet_id}/tables/{table_id}/download
Download the table data in the specified format.
Available formats:
parquet: Apache Parquet columnar format (recommended for data analysis)csv: Comma-separated values (compatible with any spreadsheet application)
Download table data
deeptable structured-sheets:tables download \
--api-key 'My API Key' \
--structured-sheet-id ss_01kfxgjd94fn9stqm42nejb627 \
--table-id tbl_01kfxgjd94fn9stqm45rqr2pnz \
--format parquet