-
Notifications
You must be signed in to change notification settings - Fork 51
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
Subsampling #79
Comments
The dataframes are standardized as described in standard forms of raw data and there "time" has to be included. The standardization is crucial to make all parts of alchemlyb work seamlessly together and changing it might not be easy. I see two options:
(You could argue that we should have included a column |
Just to add: it would be great to make alchemlyb also work with MC data. |
Is this issue still relevant or can it be closed? |
In order to use subsampling functions,
time
must be used as index name of data frame. In GOMC parser, I am usingstep
as index name, which I receive error when I want to use subsampling functions, such as slicing.One possible solution is to change index name to
time
in GOMC parser. However, generalizing the subsampling module to work with any index name might be useful.Is it possible to have a function to perform slicing on Concatenate data frame?
The text was updated successfully, but these errors were encountered: