## Pipeline.load()


Load data from a source dictionary.


Usage


``` python
Pipeline.load(source)
```


## Parameters


`source: dict`  
The data source.


## Returns


`Pipeline`  
Self for method chaining.
