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 c0603bb commit 39c6abaCopy full SHA for 39c6aba
docs/StardustDocs/topics/extensionPropertiesApi.md
@@ -57,6 +57,7 @@ which is a [**column group**](DataColumn.md#columngroup) containing two nested
57
58
<tabs>
59
<tab title="Kotlin Notebook">
60
+
61
Read the [`DataFrame`](DataFrame.md) from the CSV file:
62
63
```kotlin
@@ -120,7 +121,7 @@ data class Person(
120
121
)
122
```
123
-Read the `DataFrame` from the CSV file and specify the schema with
124
+Read the [`DataFrame`](DataFrame.md) from the CSV file and specify the schema with
125
[`.convertTo()`](convertTo.md) or [`cast()`](cast.md):
126
127
0 commit comments