xKDR / TSFrames.jl

Timeseries in Julia
MIT License
92 stars 22 forks source link

A constructor for CSV files #55

Closed chiraganand closed 1 year ago

chiraganand commented 2 years ago

This will do: CSV.read(filename::String, sink=DataFrame) |> TS internally. Think about supporting XLS.

chiraganand commented 1 year ago

This will get fixed as part of #80.