Currently when a data file is loaded, the parsed array is passed back to the user. Instead, it would be more advantageous to have the data wrapped in a dataclass that also exposes the files name, path, and any other details that are needed.
This would allow easier sorting of data based off of it's source.