All docs
Table·
method
Table.write_csv
writes the table to a csv file
Python
write_csv(path)
Returns path — the path that was written (so you can chain)
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.
See also#
API: write_parquet · Table · to_pylist
Guides: Tables & data flow
By LSD Team · Last updated Jul 17, 2026
Ask on Discord
View as Markdown