## DataProcessor


A data processing pipeline with many operations.


Usage


``` python
DataProcessor(name)
```


## Parameters


`name: str`  
The name of this processor instance.


## Examples

``` python
>>> dp = DataProcessor("etl")
>>> dp.name
```

'etl'
