Utility functions
Explore frequently used helpers for querying and transforming your data:
all
— Check whether all rows satisfy a predicate.any
— Check whether any row satisfies a predicate.chunked
— Split aDataFrame
into consecutive chunks and return them as aFrameColumn
.shuffle
— Randomly reorder rows.
18 September 2025