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

SortedCollection - Add support for finding the closest event #125

Open
AlanFoster opened this issue Sep 14, 2018 · 0 comments
Open

SortedCollection - Add support for finding the closest event #125

AlanFoster opened this issue Sep 14, 2018 · 0 comments

Comments

@AlanFoster
Copy link

The docs for Collection suggest that the SortedCollection should be able to perform both a bisect, and finding the closest data point:

Note: this doesn't find the closest key, or implement bisect. For that you need the
SortedCollection, that is also part of a TimeSeries.

Unfortunately it doesn't seem like the SortedCollection implements a closest function, but it does implement a bisect function.

Are there any plans to add support for finding the closest event? 👍

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

2 participants