Skip to main content

Module ops

Module ops 

Source
Expand description

P1 operation types and helpers. Operation-specific types and helpers for P1 DataFrame features.

Modules§

join
nulls
sort
unique

Structs§

SortOptions
Sort configuration for DataFrame::sort.

Enums§

FillNull
Fill-null specification (scalar value or strategy).
FillNullStrategy
Strategies for fill_null operations.
JoinKeys
Join key specification.
JoinType
Supported join types for DataFrame::join.