Files
2026-02-08 11:20:43 -10:00

710 B
Vendored

Utility functions

Overview of common utility operations in Kotlin Dataframe. Overview of common utility operations in Kotlin Dataframe. Overview of common utility operations in Kotlin Dataframe.

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.