-
Notifications
You must be signed in to change notification settings - Fork 21
add Column.unique_indices
#151
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
Should we note how |
For
For |
TBH we can probably just keep it out for now I'd keep null values, as a user I'd prefer to know if there are null values |
let's bring this up on the call |
Actually, this is also covered in #128 (comment). Let's follow that (say "it's implementation-specific, NaN position isn't guaranteed"). I feel like we've been over this a lot, and it keeps on coming up on various PRs. So let's move this along I suggest, and ignore my proposal to make it match the array standard. Probably deserves a separate design topics page on NaN and null handling that can be linked to, and we use as a reference whenever this comes up? I can write that. |
Another option is to have a keyword for this (like reductions also have one, and in pandas A case where you might not want the null values: if you use |
Should we consider making this It's cheap to go from the indices to the values, but expensive to go from the values to the indices. |
Some points we discussed today:
|
Column.unique_indices
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.
LGTM too
Looks good now, so in it went. Thanks Marco and Keith! |
closes #135
(related: I'll make a PR next week to unify
keys
andlabels
, there's some inconsistencies)