## load_data()


Convenience function to create a processor and load data.


Usage


``` python
load_data(path)
```


## Parameters


`path: str`  
Path to the data file.


## Returns


`DataProcessor`  
A new processor with data loaded.
