-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
COMPAT: create UInt64Block #15145
Comments
cc @gfyoung |
am i right that
|
The However, thing like indexing would coerce (this is actually a pretty simple thing to do), just have a |
I'm really happy to add more native support for more NumPy dtypes in pandas, but I think I'm missing some context. I understand why dtypes like |
these are commonly used as guids and hash values |
@jreback is this still a pain point? i think the direction we're moving in is towards fewer Block subclasses, not more |
yes i think this is covered |
xref #14937 (comment)
a number of indexing / conversion issues arise because we are treating
uint
as a directint
, rather than a sub-class. (e.g. if we make UIntBlock a sub-class of IntBlock), I think can easily handle some small overrides to, for instance check for negative values when indexing.Buggy
This is correct
However, this is not
Construction with invalid values
The text was updated successfully, but these errors were encountered: