You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently TimeArrays data structure don't fit really very well with others parts of Julia ecosystem ie it's not very easy to convert back and forth to DataFrames or other Julia tabular structures.
Tables.jl https://tables.juliadata.org/stable/ could be an interesting interface to implement so it will be very easy to convert TimeArray to any other table structure that have a Table.jl interface (JuliaStats/TimeSeries.jl, JuliaData/DataFrames.jl, xKDR/TSFrames.jl ...)
Kind regards
The text was updated successfully, but these errors were encountered:
Hello
Currently TimeArrays data structure don't fit really very well with others parts of Julia ecosystem ie it's not very easy to convert back and forth to DataFrames or other Julia tabular structures.
Tables.jl https://tables.juliadata.org/stable/ could be an interesting interface to implement so it will be very easy to convert TimeArray to any other table structure that have a Table.jl interface (JuliaStats/TimeSeries.jl, JuliaData/DataFrames.jl, xKDR/TSFrames.jl ...)
Kind regards
The text was updated successfully, but these errors were encountered: