Clean the loaded data.
Usage
Pipeline.clean(drop_nulls=True)
drop_nulls: bool = True
Whether to drop null values.
Pipeline
Self for method chaining.