Skip to content

ENH: hash_pandas_object hook for interface? #51108

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

Closed
jbrockmendel opened this issue Feb 1, 2023 · 0 comments · Fixed by #51319
Closed

ENH: hash_pandas_object hook for interface? #51108

jbrockmendel opened this issue Feb 1, 2023 · 0 comments · Fixed by #51319
Labels
ExtensionArray Extending pandas with custom dtypes or arrays.

Comments

@jbrockmendel
Copy link
Member

jbrockmendel commented Feb 1, 2023

ATM hash_pandas_object uses _values_for_factorize, which in principle shouldn't be used outside of EA.factorize.

xref #48964.

AFAIK hash_pandas_object isn't used very much, so this isn't all that big of a deal.

@jbrockmendel jbrockmendel added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Feb 1, 2023
@jorisvandenbossche jorisvandenbossche added ExtensionArray Extending pandas with custom dtypes or arrays. and removed Bug Needs Triage Issue that has not been reviewed by a pandas team member labels May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExtensionArray Extending pandas with custom dtypes or arrays.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants