-
Notifications
You must be signed in to change notification settings - Fork 991
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
min/max fails on ordered factors when using by #1947
Comments
(1) dispatches to base R. (2) dispatches to GForce grouping. GForce was changed here (a1b1c08) but I don't see any notes in NEWS or any tests added. R's
Yes I guess we should be in line with base R in this regard. Thanks for highlighting. |
Is there a status update about data.table's support for summarizing ordered factors? Won't be implemented? Thx. |
Excellent thanks! Was surprised to see that feature work well in e.g. PostgreSQL and not in data.table. Glad that was an easy fix. |
if I would venture a guess it's only survived so long because ordered
factors are almost criminally underused as a data type (myself included) :)
…On Wed, Jun 20, 2018, 11:35 PM Mel. Bacou ***@***.***> wrote:
Excellent thanks! Was surprised to see that feature work well in e.g.
PostgreSQL and not in data.table. Glad that was an easy fix.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1947 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHQQdYWaa_HjNmI7O9h6v_LBT-125l3iks5t-mvIgaJpZM4LBgqS>
.
|
It seems as this is a regression in the latest version (data.table_1.9.8), as it worked before
(1) correctly works but (2) returns an error:
Error in gmin(V1) : min is not meaningful for factors.
The text was updated successfully, but these errors were encountered: