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: docs/StardustDocs/topics/FAQ.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ If you haven’t found an answer to yours, feel free to ask it on:
9
9
10
10
## What is Kotlin DataFrame?
11
11
12
-
**Kotlin DataFrame** is a Kotlin library for working with tabular data.
12
+
**Kotlin DataFrame** is an official open-source Kotlin framework written in pure
13
+
Kotlin for working with tabular data.
13
14
Its goal is to reconcile Kotlin’s static typing with the dynamic nature of data,
14
15
providing a flexible and convenient idiomatic DSL for working with data in Kotlin.
15
16
@@ -28,7 +29,7 @@ Yes — Kotlin DataFrame can be used in Android projects.
28
29
There is no dedicated Android artifact yet, but you can include the standard **JVM artifact**
29
30
by setting up a [custom Gradle configuration](gettingStartedGradleAdvanced.md).
30
31
31
-
## How to start with Kotlin DataFrame
32
+
## How to start with Kotlin DataFrame ?
32
33
33
34
If you're new to Kotlin DataFrame, the [Quickstart guide](quickstart.md) is the perfect place to begin —
34
35
it gives a brief yet comprehensive introduction to the basics of working with DataFrame.
@@ -173,7 +174,7 @@ for details and examples with beautiful [Kandy](https://kotlin.github.io/kandy)
173
174
174
175
All these plugins relate to working with [dataframe schemas](schemas.md), but they serve different purposes:
175
176
176
-
-**[Gradle Plugin](gradleReference.md)** and **[KSP Plugin](https://github.com/Kotlin/dataframe/tree/master/plugins/symbol-processor)**
177
+
-**[Gradle Plugin](DataSchemaGenerationGradle.md)** and **[KSP Plugin](https://github.com/Kotlin/dataframe/tree/master/plugins/symbol-processor)**
177
178
are used to **generate data schemas** from external sources as part of the Gradle build process.
178
179
179
180
- **Gradle Plugin**: You declare the data source in your `build.gradle.kts` file
@@ -204,6 +205,4 @@ To report bugs or suggest improvements, open an issue on the
204
205
You’re also welcome to ask questions or discuss anything related to Kotlin DataFrame in the
205
206
[#datascience](https://slack-chats.kotlinlang.org/c/datascience) channel on Kotlin Slack.
206
207
If you’re not yet a member, you can
207
-
[request an invite](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up?_gl=1*1ssyqy3*_gcl_au*MTk5NzUwODYzOS4xNzQ2NzkxMDMz*FPAU*MTk5NzUwODYzOS4xNzQ2NzkxMDMz*_ga*MTE0ODQ1MzY3OS4xNzM4OTY1NzM3*_ga_9J976DJZ68*czE3NTE1NDUxODUkbzIyNyRnMCR0MTc1MTU0NTE4NSRqNjAkbDAkaDA.).
208
-
209
-
208
+
[request an invitation](https://surveys.jetbrains.com/s3/kotlin-slack-sign-up?_gl=1*1ssyqy3*_gcl_au*MTk5NzUwODYzOS4xNzQ2NzkxMDMz*FPAU*MTk5NzUwODYzOS4xNzQ2NzkxMDMz*_ga*MTE0ODQ1MzY3OS4xNzM4OTY1NzM3*_ga_9J976DJZ68*czE3NTE1NDUxODUkbzIyNyRnMCR0MTc1MTU0NTE4NSRqNjAkbDAkaDA.).
0 commit comments