Skip to content

Commit 6797baa

Browse files
committed
add reference to examples to make them easier to find
also update examples/README.md with missing examples found in project and documentation
1 parent f308ab8 commit 6797baa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/StardustDocs/d.tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,5 @@
172172
</toc-element>
173173
</toc-element>
174174
<toc-element id="gradleReference.md"/>
175+
<toc-element href="https://github.com/Kotlin/dataframe/tree/master/examples" toc-title="Examples"/>
175176
</product-profile>

examples/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Examples of Kotlin Dataframe
22

33
### 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
55
* [titanic](idea-examples/titanic)
66
* [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
78

89
### Notebook examples
910

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)
13+
1014
* puzzles ([Jupyter](jupyter-notebooks/puzzles/40%20puzzles.ipynb)/[Datalore](https://datalore.jetbrains.com/view/notebook/CVp3br3CDXjUGaxxqfJjFF)) &ndash;
1115
Inspired [by 100 pandas puzzles](https://github.com/ajcr/100-pandas-puzzles). You will go from the simplest tasks to
1216
complex problems where need to think. This notebook will show you how to solve these tasks with the Kotlin

0 commit comments

Comments
 (0)