Load data from a file into a DataProcessor.
Usage
load_data(path)
path: str
Path to the data file.
DataProcessor
A DataProcessor instance with the loaded data.