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

Add ability to export single sample calculations to an excel file #189

Open
kaylai opened this issue Mar 19, 2024 · 0 comments
Open

Add ability to export single sample calculations to an excel file #189

kaylai opened this issue Mar 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kaylai
Copy link
Owner

kaylai commented Mar 19, 2024

Right now, only batch calculations can be saved out to an excel file. Since the calculate objects contain sample, model_name, and result information, we could allow the user to also export these. This would require the user saved the calculate object to a variable (without .result appended).

Possible solution

We could add a .save (call it what you wish) attribute to calculate classes, which would be a pandas dataframe that contains all of the metadata for that calculation. I think that's all we would need to do, since save_excel looks at the calculations assuming they are pandas data frames and simply passes .to_excel to each.

@kaylai kaylai added enhancement New feature or request good first issue Good for newcomers labels Mar 19, 2024
@kaylai kaylai self-assigned this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant