BUG: Error when ``tolist`` after ``pd.unique``
ChengjieLi28 opened this issue · 0 comments
ChengjieLi28 commented
Note that the issue tracker is NOT the place for general support. For
discussions about development, questions about usage, or any general questions,
contact us on https://discuss.xorbits.io/.
import xorbits.pandas as pd
print(pd.unique(pd.Series([2, 1, 3, 3])).tolist())