Kotlin / dataframe

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

Revisit `except` and experimental `exceptNew` functions in Selection DSL #932

Open Jolanrensen opened 1 month ago

Jolanrensen commented 1 month ago

They are currently still @OptIn ExperimentalExceptCsDsl and named exceptNew. They need to be marked stable or removed.

Take https://github.com/Kotlin/dataframe/issues/761 into account