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 lambdas for `on` keyword #27

Open haberdashPI opened 1 year ago

haberdashPI commented 1 year ago

This makes it possible to use two columns to identify what interval of time to join on: e.g. on=(:start, :stop) => TimeSpan

codecov[bot] commented 1 year ago

Codecov Report

Merging #27 (b619178) into main (1b4c037) will decrease coverage by 0.95%. The diff coverage is 88.60%.

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   89.83%   88.88%   -0.95%     
==========================================
  Files           1        1              
  Lines         177      225      +48     
==========================================
+ Hits          159      200      +41     
- Misses         18       25       +7     
Impacted Files Coverage Δ
src/DataFrameIntervals.jl 88.88% <88.60%> (-0.95%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more