You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: