Thanks to visit codestin.com
Credit goes to kotlin.github.io

DataFrame 1.0 Help

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 a DataFrame into consecutive chunks and return them as a FrameColumn.

  • shuffle — Randomly reorder rows.

18 September 2025