Skip to content

Commit 459f885

Browse files
committed
Add IMDB SQL examples to Kotlin DataFrame README
This commit adds references to IMDB SQL examples in both the idea examples and the notebook examples section of the README. These additions provide links and descriptions for showcasing how to convert SQL data to Kotlin DataFrame and perform analysis using Kotlin DataFrame and Kandy library.
1 parent 958f1df commit 459f885

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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 data cleaning task
4+
* [movies](idea-examples/movies) Using 3 different [Access APIs](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
8+
* [imdb sql database](https://github.com/zaleslaw/KotlinDataFrame-SQL-Examples) This project prominently showcases how to convert data from an SQL table to a Kotlin DataFrame
9+
and how to transform the result of an SQL query into a DataFrame.
810

911
### Notebook examples
1012

@@ -35,3 +37,7 @@ ___
3537
___
3638
* youtube ([notebook](notebooks/youtube/Youtube.ipynb)/[Datalore](https://datalore.jetbrains.com/view/notebook/uXH0VfIM6qrrmwPJnLBi0j)) –
3739
Explore YouTube videos with YouTube REST API and Kotlin Dataframe
40+
41+
___
42+
* imdb sql database ([notebook](https://github.com/zaleslaw/KotlinDataFrame-SQL-Examples/blob/master/notebooks/imdb.ipynb)) – In this notebook, we use Kotlin DataFrame and Kandy library to analyze data from [IMDB](https://datasets.imdbws.com/) (SQL dump for the MariaDB database with the name "imdb" could be downloaded by this [link](https://drive.google.com/file/d/10HnOu0Yem2Tkz_34SfvDoHTVqF_8b4N7/view?usp=sharing)).
43+

0 commit comments

Comments
 (0)