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

[Component] Clean data based on Interval/Pattern #22

Open
mollle opened this issue Oct 30, 2024 · 0 comments
Open

[Component] Clean data based on Interval/Pattern #22

mollle opened this issue Oct 30, 2024 · 0 comments
Assignees

Comments

@mollle
Copy link

mollle commented Oct 30, 2024

Example Data Timestamps:
00:00
01:00
01:10
02:00

If you expect the data to come in every minute, it would be nice to have an option to get rid of the entry at 01:10, but duplicate detection wont catch it.
Component would get either an interval (e.g. '1min') or a pattern [{'second': 0}, {'second': 13}, {'second': 49}] and a tolerance and allow only one entry in the time frame and delete all other data out of the time frame.
The logic is kind of similar to the identify missing data.

@dh1542 dh1542 self-assigned this Nov 4, 2024
dh1542 added a commit that referenced this issue Nov 4, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
@chris-1187 chris-1187 self-assigned this Nov 4, 2024
dh1542 added a commit that referenced this issue Nov 5, 2024
dh1542 added a commit that referenced this issue Nov 5, 2024
dh1542 added a commit that referenced this issue Nov 5, 2024
@chris-1187 chris-1187 removed their assignment Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants