-
Notifications
You must be signed in to change notification settings - Fork 8
Km compactify refiled #97
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
Conversation
…side this project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice approach to finding LOCF-redundant values in a highly vectorized manner without requiring any potentially-expensive dplyr/data.table grouping operations (although some of those can be extremely quick as well). There are still some essential things needing to change (e.g., roles of time_value and version are flipped, other non-version keys aren't considered, annoyances regarding NAs in the DT). I've discussed these in more detail in the PR code comments below.
Superseded by #101; closing |
No description provided.