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 aDataFrameinto consecutive chunks and return them as aFrameColumn.shuffle— Randomly reorder rows.
24 October 2025