Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
763 stars 48 forks source link

K2 preparation #708

Closed Jolanrensen closed 1 month ago

Jolanrensen commented 1 month ago

Working towards fixing https://github.com/Kotlin/dataframe/issues/649. This branch does not yet bump the version to Kotlin 2.0, as that will require our bootstrapping to be updated, but it further readies the project for the update by fixing some bugs and tests that occur when setting the project to 2.0.

koperagen commented 1 month ago

Thank you!