You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-25Lines changed: 26 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ Kotlin DataFrame aims to reconcile Kotlin's static typing with the dynamic natur
20
20
***Typesafe** — on-the-fly generation of extension properties for type safe data access with Kotlin-style care for null safety.
21
21
***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.
22
22
23
-
Integrates with [Kotlin kernel for Jupyter](https://github.com/Kotlin/kotlin-jupyter). Inspired by [krangl](https://github.com/holgerbrandl/krangl), Kotlin Collections and [pandas](https://pandas.pydata.org/)
23
+
Integrates with [Kotlin Notebook](https://kotlinlang.org/docs/kotlin-notebook-overview.html).
24
+
Inspired by [krangl](https://github.com/holgerbrandl/krangl), Kotlin Collections and [pandas](https://pandas.pydata.org/)
24
25
25
26
## 🚀 Quickstart
26
27
@@ -30,7 +31,7 @@ Get started in minutes with our [Quickstart Guide](https://kotlin.github.io/data
30
31
It walks you through the core features of Kotlin DataFrame with minimal setup and clear examples
31
32
— perfect for getting up to speed in just a few minutes.
0 commit comments