We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ba1dc commit 6b6afaaCopy full SHA for 6b6afaa
README.md
@@ -37,6 +37,12 @@ You could find the following articles there:
37
* [GroupBy operation](https://kotlin.github.io/dataframe/groupby.html)
38
* [Rendering to HTML](https://kotlin.github.io/dataframe/tohtml.html#jupyter-notebooks)
39
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
46
## Setup
47
48
```kotlin
0 commit comments