A data processing pipeline with many operations.
Usage
DataProcessor()
name: str
The name of this processor instance.
>>> dp = DataProcessor("etl") >>> dp.name 'etl'