Skip to content
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

tsibble::difference should NOT cross through keys! #303

Open
RESERVED2 opened this issue Nov 3, 2023 · 0 comments
Open

tsibble::difference should NOT cross through keys! #303

RESERVED2 opened this issue Nov 3, 2023 · 0 comments

Comments

@RESERVED2
Copy link

When using the difference function, a TS package should NOT cross through the variables specified in the "key" argument.
I know that I can group_by before taking the difference, but if I have to do that myself, it makes me wonder if the function is handling the "index" variable correctly (i.e., what if the data is not sorted by "index"?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant