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
[BUG] For an arrow table that contains string columns and is converted from pandas, the from_arrow fails after slice because the length does not match.
#12463
Closed
infzo opened this issue
Jan 3, 2023
· 3 comments
· Fixed by #12665
Describe the bug
For an arrow table that contains string columns and is converted from pandas, the from_arrow fails after slice because the length does not match.
@infzo Thanks for reporting this issue. This is an index metadata-related issue. Upon investigation, we found out that it is an issue with pyarrow and raised it here: apache/arrow#15178
Until that is resolved, we recommend using the following workaround for a sliced table:
In [17]: cudf.DataFrame.from_pandas(tbl_slice.to_pandas())
Out[17]:
ab0aa11bb2
Describe the bug
For an arrow table that contains string columns and is converted from pandas, the from_arrow fails after slice because the length does not match.
Steps/Code to reproduce bug
Expected behavior
Translate correctly.
Environment overview (please complete the following information)
Environment details
Not found.
The text was updated successfully, but these errors were encountered: