Iblis Lin
Iblis Lin
There is a plan for adding a dynamic length type: https://github.com/JuliaStats/TimeSeries.jl/issues/482#issuecomment-777379241 So that new type can serve for insert/delete columns. About update: the inplaced update operations are fine for a...
> Another feature I'd like to see would be, just like we can merge time series, to have a merge-like operation which takes in a time series and a (sorted)...
> What about the other ones? If you mean `filter!`, let's discuss it in #436 . > Also does getindex just skip missing indices (like merge) and does it assume...
> One thing I found not very intuitive is the display 2001-05-01 to 2001-10-01 is kind of misleading sometimes when the TimeArray is large and not consecutive. hmm, but it...
> Yeah, but it will create a temporary bool vector here I think. ah, great point. I can make a PR about the `finall(f, ::TimeArray)`.
ah, forgot to add `using MarketData`
But I'm not sure how to re-trigger doc build of stable release. The doc of dev branch looks fine.
well, sorry, it's unmaintained.
ah, any PRs are welcomed.
Hi @1256ABCDE, you can check [Load a TimeArray from csv file via CSV.jl](https://juliastats.org/TimeSeries.jl/stable/tables/#Load-a-TimeArray-from-csv-file-via-CSV.jl-1). `readtimearray` is quite buggy actually. I want to deprecate it in the future,