xorbitsai / xorbits

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

FEAT: DataFrame Where and Mask OP Support #786

Closed Dawnfz-Lenfeng closed 1 week ago

Dawnfz-Lenfeng commented 1 week ago

What do these changes do?

Related issue number

Fixes #xxxx

Check code requirements

luweizheng commented 1 week ago

We have already implemented df.where and df.mask in python/xorbits/_mars/dataframe/indexing/where.py.