split

Edit page Last modified: 14 January 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 without any splitter configuration:

  • String: split by , and trim

  • List: split into elements

  • DataFrame: split into rows