applied(to:eventHandler:)
Performs the composed transformation on a single input.
Declaration
func applied(to input: DataFrame, eventHandler: EventHandler? = nil) async throws -> DataFrameParameters
- input:
The transformer input.
- eventHandler:
An event handler.
Return Value
An output produced by applying the transformer to the input.