Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ENH: Incorproate ArrowDtype into ArrowExtensionArray #47034
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
ENH: Incorproate ArrowDtype into ArrowExtensionArray #47034
Changes from all commits
9053263
088f72e
aee3dc8
aa13af8
d521264
ce05407
bf0365b
01e4a4b
cc1c687
97967a5
f2d872d
a77ea6b
26e8998
a157e51
baeae04
c33c345
901e9b0
b3f6d93
80059d5
5c873d5
1160bff
68bb030
9fd9161
939e751
1a5d3ff
01ca1c7
f2dda8c
26b2f1c
95bd38f
a455b50
8d6ebb5
b6972a5
0024d9e
a18fd6f
f6b779d
9edb6a4
d074188
f8983ad
1b6fe93
eedffc2
c69d70e
245fbe6
91aaaab
1a44a6d
86e178c
4129e37
c5d029f
4743781
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@mroeschke i just tried the following and got an ArrowInvalid exception
should this work?
update: looks like just
__init__
works fine here. still surprising that from_sequence doesntThere 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.
Related to #48238, I hadn't really anticipated users passing pyarrow arrays but I suppose this should be supported.