dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

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

Open devcrocod opened this issue 1 year ago • 1 comments

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

image

NOTE: it should be deleted

devcrocod avatar Jan 17 '24 16:01 devcrocod

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

Jolanrensen avatar Jan 19 '24 13:01 Jolanrensen

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.

Jolanrensen avatar Apr 06 '24 14:04 Jolanrensen