🚀 Kotlin DataFrame v0.14.1 Release Announcement 🚀
We’re excited to announce the
release of version 0.14.1 of our DataFrame library, packed with major improvements and new features:
Key Highlights:
• Kotlin 2.0+ support.
• DataFrame Kotlin Compiler Plugin (experimental) for zero-boilerplate code.
• Improvements of the SQL integration: Extension functions for Connection and ResultSet simplify converting SQL query results into DataFrames.
• Enhanced type conversion from SQL to Kotlin
Check out the demo project and notebook to explore:
-
Compiler Plugin Demo
-
SQL Example with IMDb dataset
-
Notebook with new features