JuliaStats / TimeSeries.jl

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

Data reading error #460

Open 1256ABCDE opened 4 years ago

1256ABCDE commented 4 years ago

`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!!

iblislin commented 4 years ago

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,