Skip to content

Commit 74cd917

Browse files
authored
Merge pull request #789 from Kotlin/onboarding-updates
Highlight work in progress in README
2 parents 0af5bc3 + 6b6afaa commit 74cd917

File tree

4 files changed

+5148
-0
lines changed

4 files changed

+5148
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ You could find the following articles there:
3737
* [GroupBy operation](https://kotlin.github.io/dataframe/groupby.html)
3838
* [Rendering to HTML](https://kotlin.github.io/dataframe/tohtml.html#jupyter-notebooks)
3939

40+
### What's new
41+
Check out new features in development for the next release in this [notebook](examples/notebooks/feature_overviews/0.14.0/new_features.ipynb)
42+
43+
The DataFrame compiler plugin reached public preview state!
44+
Here's a [demo project](https://github.com/koperagen/df-plugin-demo) that works with IntelliJ IDEA 2024.2 Beta.
45+
4046
## Setup
4147

4248
```kotlin

examples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ Explore YouTube videos with YouTube REST API and Kotlin Dataframe
4141
___
4242
* 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)).
4343

44+
---
45+
* 0.14.0 Dev Feature Overview [notebook](notebooks/feature_overviews/0.14.0/new_features.ipynb)
46+
Overview of new features available in 0.14.0-dev
Binary file not shown.

0 commit comments

Comments
 (0)