Kotlin/dataframe

`flatten(keepParentNameForColumns = true)` has wrong order

Jolanrensen opened this issue · 1 comments

As commented on #378 (review). Currently the name becomes name.parentName while parentName.name makes more sense.

Closed in #667