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 dataframe state output function #22

Open
gregmedlock opened this issue Dec 10, 2018 · 0 comments
Open

Add dataframe state output function #22

gregmedlock opened this issue Dec 10, 2018 · 0 comments

Comments

@gregmedlock
Copy link
Member

It would be helpful to heave a helper function that returns a dataframe with rows as members, columns as features, and entries as states. Column labels should have the format:

feature.id + '_" + feature.component_attribute

This function should live in the io submodule. While making this addition, we should port the to_pickle function from Ensemble to io.

The output of this function is intended only for manual inspection and a redundant method of saving state information for publication. The output is never intended to be used as input to construct an ensemble.

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

No branches or pull requests

1 participant