JuliaStats / TimeSeries.jl

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

Improve Tables.jl TimeArray constructor #463

Open iblislin opened 4 years ago

iblislin commented 4 years ago
  1. Accept assigning time index via Int
    TimeArray(table, timestamp = 1)
  2. Make the default time index be the first column
    TimeArray(table)