## load_data()


Load data from a file into a DataProcessor.


Usage


``` python
load_data(path)
```


## Parameters


`path: str`  
Path to the data file.


## Returns


`DataProcessor`  
A DataProcessor instance with the loaded data.
