Kotlin / dataframe

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

The `split` operation documentation contains the example for another operations `merge` #562

Closed devcrocod closed 5 months ago

devcrocod commented 8 months ago

https://kotlin.github.io/dataframe/split.html#split-horizontally

image

NOTE: it should be deleted

Jolanrensen commented 8 months ago

Also, the limit = argument does not exist on the site

Jolanrensen commented 6 months ago

After investigation: it's not incorrect. The documentation just shows how the merged df is created before showing how it can be deconstructed again using Regex. That said, since users can now see the input DF, we can probably remove the first step for clarity.