koalas
koalas copied to clipboard
Can't use __eq__ with list
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!
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.