We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae3580 commit d365821Copy full SHA for d365821
docs/StardustDocs/topics/dataSources/CSV-TSV.md
@@ -39,3 +39,14 @@ You can write a [`DataFrame`](DataFrame.md) to a CSV file using the [`writeCsv()
39
```kotlin
40
df.writeCsv("example.csv")
41
```
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