beacon-biosignals / DataFrameIntervals.jl

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

Support `matchmissing=:nomatch` #21

Open haberdashPI opened 2 years ago

haberdashPI commented 2 years ago

This would treat any missing time span as an interval that doesn't match any other interval. This is probably best handled by implementing it in find_intersections of Intervals.jl.