Skip to content

Commit d365821

Browse files
deephaven mention
1 parent aae3580 commit d365821

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/StardustDocs/topics/dataSources/CSV-TSV.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,14 @@ You can write a [`DataFrame`](DataFrame.md) to a CSV file using the [`writeCsv()
3939
```kotlin
4040
df.writeCsv("example.csv")
4141
```
42+
43+
## Deephaven CSV
44+
45+
The [`dataframe-csv`](Modules.md#dataframe-csv) module uses the high-performance
46+
[Deephaven CSV library](https://github.com/deephaven/deephaven-csv) under the hood
47+
for fast and efficient CSV reading and writing.
48+
49+
If you're working with large CSV files, you can adjust the parser manually
50+
by [configuring Deephaven-specific parameters](https://kotlin.github.io/dataframe/read.html#unlocking-deephaven-csv-features)
51+
to get the best performance for your use case.
52+

0 commit comments

Comments
 (0)