xorbitsai / xorbits

Scalable Python DS & ML, in an API compatible & lightning fast way.
https://xorbits.readthedocs.io
Apache License 2.0
1.11k stars 67 forks source link

BUG: Error when ``tolist`` after ``pd.unique`` #696

Closed ChengjieLi28 closed 1 year ago

ChengjieLi28 commented 1 year ago

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())