xKDR / TSFrames.jl

Timeseries in Julia
MIT License
91 stars 22 forks source link

Issue when using the subset function #150

Closed Toodlepoodle closed 1 year ago

Toodlepoodle commented 1 year ago

Encountered an issue while trying to use the subset function as provided in TSFrames examples in a Julia 1.8.5 session where both the TSFrames and DataFrames packages are loaded. When i run the subset code as provided in the README - subset(ts,from,to) ts - a TSFrame from - date object to - date object I get the following error - ERROR: UndefVarError: subset not defined When i run the code TSFrames.subset(ts,from,to) - the code compiles without error Updating the README with TSFrames.subset(ts,from,to) would help DataFrames package version - DataFrames v1.5.0