Skip to content

Commit 8cc3dee

Browse files
faq fixes
1 parent 34ab906 commit 8cc3dee

File tree

1 file changed

+5
-6
lines changed
  • docs/StardustDocs/topics

1 file changed

+5
-6
lines changed

docs/StardustDocs/topics/FAQ.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ If you haven’t found an answer to yours, feel free to ask it on:
99

1010
## What is Kotlin DataFrame?
1111

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.
1314
Its goal is to reconcile Kotlin’s static typing with the dynamic nature of data,
1415
providing a flexible and convenient idiomatic DSL for working with data in Kotlin.
1516

@@ -28,7 +29,7 @@ Yes — Kotlin DataFrame can be used in Android projects.
2829
There is no dedicated Android artifact yet, but you can include the standard **JVM artifact**
2930
by setting up a [custom Gradle configuration](gettingStartedGradleAdvanced.md).
3031

31-
## How to start with Kotlin DataFrame
32+
## How to start with Kotlin DataFrame ?
3233

3334
If you're new to Kotlin DataFrame, the [Quickstart guide](quickstart.md) is the perfect place to begin —
3435
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)
173174

174175
All these plugins relate to working with [dataframe schemas](schemas.md), but they serve different purposes:
175176

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)**
177178
are used to **generate data schemas** from external sources as part of the Gradle build process.
178179

179180
- **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
204205
You’re also welcome to ask questions or discuss anything related to Kotlin DataFrame in the
205206
[#datascience](https://slack-chats.kotlinlang.org/c/datascience) channel on Kotlin Slack.
206207
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

Comments
 (0)