You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the usage question you have. Please include as many useful details as possible.
Hi, is there a way to cast a string_view array into a string array in Pyarrow?
I find that the string type is better supported, e.g. pc.count_distinct() works on a string array, but not a string_view array. It is also easier to interface with other libraries, since the string type is better supported in older versions.
Component(s)
Python
The text was updated successfully, but these errors were encountered:
Hi @kevinli1993, thank you for opening an issue!
There is an open issue that tracks progress of adding basic functionality to the new string view type (first in C++): #39634.
I suggest we follow the status of the linked issue and close this one.
Describe the usage question you have. Please include as many useful details as possible.
Hi, is there a way to cast a string_view array into a string array in Pyarrow?
I find that the string type is better supported, e.g.
pc.count_distinct()
works on a string array, but not a string_view array. It is also easier to interface with other libraries, since the string type is better supported in older versions.Component(s)
Python
The text was updated successfully, but these errors were encountered: