-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
WIP: ENH Add int[pyarrow] dtype #46972
Conversation
didn't like the parametrized-dtype idea? |
Hmm I was mainly mimicking your structure for the nullable numeric dtypes. What's the parameterized-dtype route? EDIT: Oh do you mean like
|
The suggestion is to have a single If it were up to move we'd move to having just |
Hmm okay I think I am starting to understand. So to confirm with relevant examples:
|
thats pretty much what i had in mind, yah |
@mroeschke I tried to do a similar approach for the floating[arrow] dtype, based on your discussion: |
Closing in favor of #47034 |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.