-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: user-defined time index interface #167
Comments
TSFrames already separates out index from data. In its simplest form: struct TSFrame
coredata :: DataFrame
end The first column of the Having said that, there is plan to implement custom typed index for TSFrame. Currently, the index is There is some related discussion in #151.
As I mentioned above, ideally, these should be possible.
This is already possible with
If I understand from what you are asking, this indexing is already possible. See: https://xkdr.github.io/TSFrames.jl/stable/user_guide/#Indexing-and-subsetting
Already answered above. |
Some time ago there was a detailed discussion about TimeSeries.jl functionality. In particular there was an idea to define a separate timestamps vector that support different time types: JuliaStats/TimeSeries.jl#482 (comment)
The main reason for it is to support different time representations:
Is there any plans or interest to support such functionality in this package?
The text was updated successfully, but these errors were encountered: