# Table.write_csv
URL: https://lsd.tools/docs/api-table-write-csv
Updated: 2026-07-17

## Parameters

| name | type | default | description |
|---|---|---|---|
| `path` | `str` \| `Path` | — | destination file path |

## Example

```python
t.write_csv("out.csv")
```

## Notes

Returns the `path` it wrote. For a smaller, typed, columnar file prefer
[`write_parquet`](/docs/api-table-write-parquet).

## See also

**API:** [write_parquet](/docs/api-table-write-parquet) · [Table](/docs/api-table) · [to_pylist](/docs/api-table-to-pylist)

**Guides:** [Tables & data flow](/docs/tools-tables)
