xKDR / TSFrames.jl

Timeseries in Julia
MIT License
89 stars 22 forks source link

Add consistency checks to functions where `:Index` column name is directly used #186

Open chiraganand opened 3 months ago

chiraganand commented 3 months ago

For example, if apply() is used with a TSFrame where a user modified the index outside and the Index column isn't sorted we should throw an error saying that and not perform the operation.