-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Implement Arrow String Array that is compatible with NumPy semantics #54533
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
Changes from all commits
b24afc9
b306c6f
2dbcfb0
d9e61e5
3188c25
df231f0
cd19bfb
c73c6b0
6b26309
da6d67c
4be0ee8
6cf2639
0c260fb
8df070a
1e732c9
5b0d24c
3a913e1
a95d2ee
ec56cef
31a59c4
ed77967
d05c51d
aad3d2e
5383eeb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -500,7 +500,7 @@ def use_inf_as_na_cb(key) -> None: | |
"string_storage", | ||
"python", | ||
string_storage_doc, | ||
validator=is_one_of_factory(["python", "pyarrow"]), | ||
validator=is_one_of_factory(["python", "pyarrow", "pyarrow_numpy"]), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we want the user to allow setting this for the new option as well? Because we also have the new There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd say yes, you might want to astype columns after operations for example There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably something to further discuss in a follow up issue, but I would expect that if you opt-in for the future string dtype with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah agree, let's do this as a follow up There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Opened #54793 for this interaction between |
||
) | ||
|
||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.