Skip to content

Commit 39c6aba

Browse files
small links fixes
1 parent c0603bb commit 39c6aba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/StardustDocs/topics/extensionPropertiesApi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ which is a [**column group**](DataColumn.md#columngroup) containing two nested
5757

5858
<tabs>
5959
<tab title="Kotlin Notebook">
60+
6061
Read the [`DataFrame`](DataFrame.md) from the CSV file:
6162

6263
```kotlin
@@ -120,7 +121,7 @@ data class Person(
120121
)
121122
```
122123

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
124125
[`.convertTo()`](convertTo.md) or [`cast()`](cast.md):
125126

126127
```kotlin

0 commit comments

Comments
 (0)