Kotlin / dataframe

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

`flatten(keepParentNameForColumns = true)` has wrong order #660

Closed Jolanrensen closed 2 months ago

Jolanrensen commented 2 months ago

As commented on https://github.com/Kotlin/dataframe/pull/378#pullrequestreview-2001037966. Currently the name becomes name.parentName while parentName.name makes more sense.

zaleslaw commented 2 months ago

Closed in #667