TimeSeries.jl icon indicating copy to clipboard operation
TimeSeries.jl copied to clipboard

Data reading error

Open 1256ABCDE opened this issue 5 years ago • 1 comments

`using CSV,Clustering,Statistics,DataFrames,TimeSeries,MarketData

readtimearray("E:\测试数据\汇总15min.csv"; delim=',', meta=nothing, format="") ` image This is the code on the official website. Why does the program report an error?thanks!!

1256ABCDE avatar Aug 04 '20 07:08 1256ABCDE

Hi @1256ABCDE, you can check Load a TimeArray from csv file via CSV.jl.

readtimearray is quite buggy actually. I want to deprecate it in the future,

iblislin avatar Aug 06 '20 03:08 iblislin