Skip to content

Commit 4a59caa

Browse files
committed
Remove obsolete api variants of movies example
1 parent a8d5b9b commit 4a59caa

File tree

3 files changed

+1
-116
lines changed

3 files changed

+1
-116
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Examples of Kotlin Dataframe
22

33
### Idea examples
4-
* [movies](idea-examples/movies) Using 3 different [Access APIs](https://kotlin.github.io/dataframe/apilevels.html) to perform a data cleaning task
4+
* [movies](idea-examples/movies) Using extension properties [Access API](https://kotlin.github.io/dataframe/apilevels.html) to perform a data cleaning task
55
* [titanic](idea-examples/titanic)
66
* [youtube](idea-examples/youtube)
77
* [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

examples/idea-examples/movies/src/main/kotlin/org/jetbrains/kotlinx/dataframe/examples/movies/moviesWithColumnAccessor.kt

Lines changed: 0 additions & 60 deletions
This file was deleted.

examples/idea-examples/movies/src/main/kotlin/org/jetbrains/kotlinx/dataframe/examples/movies/moviesWithDataClass.kt

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)