JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
349 stars 69 forks source link

Request: Merge() accepting Array of TimeArrays #486

Closed almostintuitive closed 3 years ago

almostintuitive commented 3 years ago

Hi!

I'd need to horizontally concatenate an array of TimeArrays, and would love to use a merge() function that takes an arbtirary number of TimeArrays. Has this been brought up by anyone else, or am I the only one who ever had this usecase?

Thanks!

almostintuitive commented 3 years ago

Or I could just use the spread operator and solve this:) Please ignore!