-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: Avoid forwarding is.na()
to is.nan()
to support non-numeric data, avoid checking roundtrip for timestamp data
#482
Conversation
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 8faf6c8 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 3f4189e is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
is.na()
to is.nan()
to support non-numeric datais.na()
to is.nan()
to support non-numeric data, avoid checking roundtrip for timestamp data
This is how benchmark results would change (along with a 95% confidence interval in relative change) if db5d405 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 450d4ea is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
No description provided.