dataframe
dataframe copied to clipboard
The `split` operation documentation contains the example for another operations `merge`
https://kotlin.github.io/dataframe/split.html#split-horizontally
NOTE: it should be deleted
Also, the limit =
argument does not exist on the site
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.