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
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.
Copy file name to clipboardExpand all lines: examples/README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# Examples of Kotlin Dataframe
2
2
3
3
### 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
5
5
*[titanic](idea-examples/titanic)
6
6
*[youtube](idea-examples/youtube)
7
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
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.
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)).
0 commit comments