Transformations implements Transformation
Read onlyYes
FinalYes
Collection of transformations.
Transformations are applied in the order they are passed to the constructor.
Interfaces
Properties
- $transformations : array<string|int, mixed>
Methods
- __construct() : mixed
- transform() : DataFrame
Properties
$transformations
public
array<string|int, mixed>
$transformations
Methods
__construct()
public
__construct(Transformation ...$transformations) : mixed
Parameters
- $transformations : Transformation
transform()
public
transform(DataFrame $dataFrame) : DataFrame
Parameters
- $dataFrame : DataFrame