koalas icon indicating copy to clipboard operation
koalas copied to clipboard

Can't use __eq__ with list

Open amueller opened this issue 4 years ago • 1 comments

In pandas doing

pandas_series == [1, 2, 3]

does element wise comparison if the length matches. I koalas, this doesn't seem to be supported. Is that something you would consider adding?

Thanks!

amueller avatar Jan 25 '21 18:01 amueller

Thanks for the report, @amueller . I'd say we can consider to add this after some investigation. Let me investigate and will submit a suggestion to the PR soon.

itholic avatar Jan 27 '21 01:01 itholic