Skip to content

Commit 19c0858

Browse files
committed
added link to extension properties from readme as well
1 parent 1520147 commit 19c0858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Kotlin DataFrame aims to reconcile Kotlin's static typing with the dynamic natur
1818
* **Minimalistic** — simple, yet powerful data model of three column kinds.
1919
* **Interoperable** — convertable with Kotlin data classes and collections. This also means conversion to/from other libraries' data structures is usually quite straightforward!
2020
* **Generic** — can store objects of any type, not only numbers or strings.
21-
* **Typesafe** — on-the-fly generation of extension properties for type safe data access with Kotlin-style care for null safety.
21+
* **Typesafe** — on-the-fly [generation of extension properties](https://kotlin.github.io/dataframe/extensionpropertiesapi.html) for type safe data access with Kotlin-style care for null safety.
2222
* **Polymorphic** — type compatibility derives from column schema compatibility. You can define a function that requires a special subset of columns in a dataframe but doesn't care about other columns.
2323
In notebooks this works out-of-the-box. In ordinary projects this requires casting (for now).
2424

0 commit comments

Comments
 (0)