femtotrader / TALib.jl

A Julia wrapper for TA-Lib
Other
50 stars 11 forks source link

readtable (DataFrame) and readtimearray (TimeArray) should be replaced by CSVFiles #25

Open femtotrader opened 5 years ago

femtotrader commented 5 years ago

I'm currently using readtable (for DataFrame from DataFrames.jl) and readtimearray (for TimeArray from TimeSeries.jl)

Maybe I should consider the more recent CSVFiles.jl which provides load and save support for CSV Files under the FileIO.jl package. It integrates with the new Queryverse ecosystem.

A talk about the current state of the Queryverse will be given at JuliaCon 2018 London http://juliacon.org/2018/talks_workshops/5/

Similar issues: