Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples of Kotlin Dataframe

Idea examples

Notebook examples


  • puzzles (notebook/Datalore) – Inspired by 100 pandas puzzles. You will go from the simplest tasks to complex problems where need to think. This notebook will show you how to solve these tasks with the Kotlin Dataframe in a laconic, beautiful style.

  • movies (notebook/Datalore) – In this notebook you can see the basic operations of the Kotlin Dataframe on data from movielens. You can take the data from the link.

  • netflix (notebook/Datalore) – Explore TV shows and movies from Netflix with the powerful Kotlin Dataframe API and beautiful visualizations from lets-plot.

  • github (notebook/Datalore) – This notebook shows the hierarchical dataframes look like and how to work with them.

  • titanic (notebook/Datalore) – Let's see how the new library will show itself on the famous Titanic dataset.

  • wine (notebook/Datalore) – Wine. Kotlin Dataframe. KotlinDL. What came out of this can be seen in this notebook.

  • youtube (notebook/Datalore) – Explore YouTube videos with YouTube REST API and Kotlin Dataframe