Skip to content

Commit 3b4994c

Browse files
more extension properties topic refs
1 parent 6ed9e24 commit 3b4994c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/StardustDocs/topics/guides/Guides-And-Examples.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Explore our structured, in-depth guides to steadily improve your Kotlin DataFram
2424

2525
<img src="quickstart_preview.png" border-effect="rounded" width="705"/>
2626

27+
* [](extensionPropertiesApi.md) — learn about extension properties for `DataFrame`
28+
and make working with your data both convenient and type-safe.
29+
2730
* [Enhanced Column Selection DSL](https://blog.jetbrains.com/kotlin/2024/07/enhanced-column-selection-dsl-in-kotlin-dataframe/)
2831
— explore powerful DSL for typesafe and flexible column selection in Kotlin DataFrame.
2932
* [](Kotlin-DataFrame-Features-in-Kotlin-Notebook.md)

docs/StardustDocs/topics/guides/quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ Ready to go deeper? Check out what’s next:
351351

352352
- 🧠 **Understand the design** and core concepts in the [library overview](overview.md).
353353

354+
- 🔤 **[Learn more about Extension Properties](extensionPropertiesApi.md)**
355+
and make working with your data both convenient and type-safe.
356+
354357
- 💡 **[Use Kotlin DataFrame Compiler Plugin](Compiler-Plugin.md)**
355358
for auto-generated column access in your IntelliJ IDEA projects.
356359

0 commit comments

Comments
 (0)