Skip to content

Commit

Permalink
Update docs/website/docs/dlt-ecosystem/file-formats/csv.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Oct 24, 2024
1 parent d102d3e commit b266592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/file-formats/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import SetTheFormat from './_set_the_format.mdx';
`dlt` uses it for specific use cases - mostly for performance and compatibility reasons.

Internally, we use two implementations:
- **pyarrow** csv writer - a very fast, multithreaded writer for [Arrow tables](../verified-sources/arrow-pandas.md)
- **pyarrow** CSV writer - a very fast, multithreaded writer for [Arrow tables](../verified-sources/arrow-pandas.md)
- **python stdlib writer** - a csv writer included in the Python standard library for Python objects

## Supported destinations
Expand Down

0 comments on commit b266592

Please sign in to comment.