Skip to content
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

API/DOC: Add NumpyEADtype to the public API #55905

Open
mroeschke opened this issue Nov 10, 2023 · 2 comments
Open

API/DOC: Add NumpyEADtype to the public API #55905

mroeschke opened this issue Nov 10, 2023 · 2 comments
Labels
Docs ExtensionArray Extending pandas with custom dtypes or arrays.

Comments

@mroeschke
Copy link
Member

This is currently accessible via

In [5]: pd.array([1], dtype="int16").dtype
Out[5]: NumpyEADtype('int16')

I think this should go under pandas.api.extensions?

@mroeschke mroeschke added Docs ExtensionArray Extending pandas with custom dtypes or arrays. labels Nov 10, 2023
@ikigai27
Copy link

can i get some additional information @mroeschke

@mroeschke
Copy link
Member Author

This issue probably needs feedback from other core devs before proceeding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs ExtensionArray Extending pandas with custom dtypes or arrays.
Projects
None yet
Development

No branches or pull requests

2 participants