JuliaArrays / ShiftedArrays.jl

Lazy shifted arrays for data analysis in Julia
Other
50 stars 10 forks source link

Can we add a better `diff` function? #41

Open pdeffebach opened 3 years ago

pdeffebach commented 3 years ago

In base, diff returns a shorter array than the input. It doesn't add a missing.

It might be nice if we had a function that did this here.