## Pipeline.transform()


Apply a transformation function to the data.


Usage


``` python
Pipeline.transform(func)
```


## Parameters


`func: callable`  
A function to apply to each data item.


## Returns


`Pipeline`  
Self for method chaining.
