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: examples/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
# Examples of Kotlin Dataframe
2
2
3
3
### Idea examples
4
-
*[movies](idea-examples/movies)
4
+
*[movies](idea-examples/movies) Using 3 different [Access APIs](https://kotlin.github.io/dataframe/apilevels.html) to perform data cleaning task
5
5
*[titanic](idea-examples/titanic)
6
6
*[youtube](idea-examples/youtube)
7
+
*[json](idea-examples/json) Using OpenAPI support in DataFrame's Gradle and KSP plugins to access data from [API guru](https://apis.guru/) in a type-safe manner
7
8
8
9
### Notebook examples
9
10
11
+
* people [Datalore](https://datalore.jetbrains.com/view/notebook/aOTioEClQQrsZZBKeUPAQj)
12
+
Small artificial dataset used in [DataFrame API examples](https://kotlin.github.io/dataframe/operations.html)
0 commit comments