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

Get dataset from an event frame based on time period and choose attributes #701

Open
sesambrein83 opened this issue Feb 23, 2023 · 0 comments

Comments

@sesambrein83
Copy link

Feature request

Abstract

To retrieve a dataset from eventframes i need to be able to select all eventframes based on template name and on a period of time. after that i want to be able to select the attributes for in the dataset.

Suggested solution

class PIAFDatabase

def get_event_frame_data(template_name, start period, end period, optional(str filter on eventframe name):

return dataset

                                            index                                         Burner NG FQ_Delta

0 04. Spray Dryer 1 SPD1-Running-2021-07-03 13:0... 611.999681
1 04. Spray Dryer 1 SPD1-Running-2021-07-03 14:0... 611.999681
2 04. Spray Dryer 1 SPD1-Running-2021-07-03 15:0... 611.999681
3 04. Spray Dryer 1 SPD1-Running-2021-07-04 12:2... 611.999681

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

1 participant