Skip to content

Commit

Permalink
Merge pull request #789 from Kotlin/onboarding-updates
Browse files Browse the repository at this point in the history
Highlight work in progress in README
  • Loading branch information
koperagen authored Aug 6, 2024
2 parents 0af5bc3 + 6b6afaa commit 74cd917
Show file tree
Hide file tree
Showing 4 changed files with 5,148 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ You could find the following articles there:
* [GroupBy operation](https://kotlin.github.io/dataframe/groupby.html)
* [Rendering to HTML](https://kotlin.github.io/dataframe/tohtml.html#jupyter-notebooks)

### What's new
Check out new features in development for the next release in this [notebook](examples/notebooks/feature_overviews/0.14.0/new_features.ipynb)

The DataFrame compiler plugin reached public preview state!
Here's a [demo project](https://github.com/koperagen/df-plugin-demo) that works with IntelliJ IDEA 2024.2 Beta.

## Setup

```kotlin
Expand Down
3 changes: 3 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ Explore YouTube videos with YouTube REST API and Kotlin Dataframe
___
* 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.14.0 Dev Feature Overview [notebook](notebooks/feature_overviews/0.14.0/new_features.ipynb)
Overview of new features available in 0.14.0-dev
Binary file not shown.
Loading

0 comments on commit 74cd917

Please sign in to comment.