JuliaDataReaders / DataReaders.jl

A Julia library to get remote data via Requests.jl and get DataFrame (from DataFrames.jl) or TimeArray (from TimeSeries.jl)
MIT License
10 stars 7 forks source link

Use TimeSeries.jl for some DataReaders which output time series #11

Closed femtotrader closed 7 years ago

femtotrader commented 8 years ago

TimeArray (from TimeSeries.jl https://github.com/JuliaStats/TimeSeries.jl/ ) should be use instead of DataFrames.jl

femtotrader commented 8 years ago

Related issue: https://github.com/JuliaStats/TimeSeries.jl/issues/260

femtotrader commented 8 years ago

other package to consider JuliaTS (on top of IndexedTables.jl previously known as NDSparseData.jl

femtotrader commented 8 years ago

Require.jl could help adding such conversion functions without explicit package dependencies.

femtotrader commented 7 years ago

https://github.com/femtotrader/TimeSeriesReader.jl provides function to convert DataFrame to TimeArray

femtotrader commented 7 years ago

TimeArray output add thanks to https://github.com/femtotrader/TimeSeriesIO.jl