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
+43-15Lines changed: 43 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,24 @@ Kotlin DataFrame aims to reconcile Kotlin's static typing with the dynamic natur
22
22
23
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/)
24
24
25
+
## 🚀 Quickstart
26
+
27
+
Looking for a fast and simple way to learn the basics?
28
+
Get started in minutes with our [Quickstart Guide](https://kotlin.github.io/dataframe/quickstart.html).
29
+
30
+
It walks you through the core features of Kotlin DataFrame with minimal setup and clear examples
31
+
— perfect for getting up to speed in just a few minutes.
0 commit comments