beacon-biosignals / DataFrameIntervals.jl

Utilities for working with DataFrames of `Intervals.jl` or `TimeSpans.jl` objects.
MIT License
6 stars 1 forks source link

Initial setup #1

Closed haberdashPI closed 2 years ago

haberdashPI commented 2 years ago

This defines two functions that are handy for computing joins over time spans:

Rows match in this join if their time spans overlap.

There is also a simple utility function (quantile_windows) for joining over regularly spaces intervals.

Remaining actions:

Will be releasing this as a 0.0.1 release, and add a 0.1.0 release once https://github.com/invenia/Intervals.jl/pull/193 merges.

ararslan commented 2 years ago

Note that one of Phillip's comments was resolved but is still applicable. Also, it would be good to fix the formatting issues and set up reviewdog + JuliaFormatter.

haberdashPI commented 2 years ago

Note that one of Phillip's comments was resolved but is still applicable.

Is this the comment about the authorship that I missed above?