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
id("org.jetbrains.kotlinx.dataframe") version "1.0.0-Beta1"
58
+
id("org.jetbrains.kotlinx.dataframe") version "1.0.0-Beta2"
59
59
```
60
60
61
61
Check out the [custom setup page](https://kotlin.github.io/dataframe/gettingstartedgradleadvanced.html) if you don't need some of the formats as dependencies,
Copy file name to clipboardExpand all lines: docs/StardustDocs/topics/overview.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,20 @@
1
-
[//]: #(title: Overview)
1
+
[//]: #(title: Library Overview)
2
+
3
+
<web-summary>
4
+
Learn what Kotlin DataFrame is about — its core concepts, design principles, and usage philosophy.
5
+
</web-summary>
6
+
7
+
<card-summary>
8
+
Discover the fundamentals of the library —
9
+
understand key concepts, motivation, and the overall structure of the library.
10
+
</card-summary>
11
+
12
+
<link-summary>
13
+
Explore the fundamentals of Kotlin DataFrame —
14
+
understand key concepts, motivation, and the overall structure of the library.
15
+
</link-summary>
16
+
17
+
2
18
<show-structuredepth="3"/>
3
19
4
20
<tip>
@@ -146,7 +162,7 @@ val analysed = dfClean.groupBy { From into "origin" }.aggregate {
146
162
147
163
If you find a bug, or have an idea for a new feature, [file an issue](https://github.com/Kotlin/dataframe/issues/new) in our DataFrame GitHub repository.
148
164
149
-
Additionally, we welcome contributions. To get stared, choose an issue and let us know that you're working on it. When you're ready, create a [pull request](https://github.com/Kotlin/dataframe/pulls).
165
+
Additionally, we welcome contributions. To get stared, choose an issue, and let us know that you're working on it. When you're ready, create a [pull request](https://github.com/Kotlin/dataframe/pulls).
150
166
151
167
You can also contact us in the [#datascience](https://kotlinlang.slack.com/archives/C4W52CFEZ) channel of Kotlin Slack.
0 commit comments