Dataframe
 
1.0

split

Edit pageLast modified: 05 June 2025

This operation splits every value in the given columns into several values and optionally spreads them horizontally or vertically.

The following types of columns can be split easily:

  • String: for instance, by ","

  • List: splits into elements, no by required!

  • DataFrame: splits into rows, no by required!

See column selectors for how to select the columns for this operation.