Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting ExperimentData to other datatypes shows path to disk rather than data #235

Open
maxkukkola opened this issue Nov 14, 2023 · 1 comment

Comments

@maxkukkola
Copy link

When exporting ExperimentData that was written to disk, for example using .to_pandas(), the outputted data frame shows the path to the write location on the disk. Functionality would be improved if the outputted data frame already contained the data instead of the path so that user doesn't need to iterate over values with ExperimentSample.get().

@mpvanderschelling
Copy link
Collaborator

Thank you for your suggestion Max! As of now, this might be problematic because that means that in the outputted pd.DataFrame, individual cells might hold data that cannot be stored in a pandas DataFrame cell, like numpy arrays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants