JuliaStats / TimeSeries.jl

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

merge multiple TimeArray with column names #475

Closed burmecia closed 3 years ago

burmecia commented 3 years ago

Hi,

Is it possible to merge multiple TimeArray with specified column names like this?

merge(op, op, op, colnames=[:a, :b, :c])

For now it just gives an error: ArgumentError: Colnames length mismatch.

Thanks,

iblislin commented 3 years ago

ah, I guess this is a bug