xorbitsai/xorbits

BUG: Series set item failed

ChengjieLi28 opened this issue · 0 comments

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/.
Reproduce:

import xorbits.pandas as pd

series = pd.Series[1,2,3]
series[2] = 5

print(series)