JuliaStats / TimeSeries.jl

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

supporting indexing with a Vector of column names #411

Closed iblislin closed 5 years ago

iblislin commented 5 years ago

like DataFrames, e.g.

col = [:o, :h, :l, :c]
ta[col]