xKDR / TSFrames.jl

Timeseries in Julia
MIT License
92 stars 22 forks source link

Improve documentation for constructor #149

Open chiraganand opened 1 year ago

chiraganand commented 1 year ago

Operations like this should be visible at the top:

A = [1:10]; B = [11:20]; C = [21:30];
prices_ts = TSFrame([A B C], dates, colnames=[:A, :B, :C])