Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use __eq__ with list #2018

Open
amueller opened this issue Jan 25, 2021 · 1 comment · May be fixed by #2022
Open

Can't use __eq__ with list #2018

amueller opened this issue Jan 25, 2021 · 1 comment · May be fixed by #2022
Assignees
Labels
bug Something isn't working discussions

Comments

@amueller
Copy link

amueller commented Jan 25, 2021

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!

@itholic
Copy link
Contributor

itholic commented Jan 27, 2021

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 itholic self-assigned this Jan 27, 2021
@itholic itholic added bug Something isn't working enhancement New feature or request labels Jan 27, 2021
@HyukjinKwon HyukjinKwon added discussions bug Something isn't working and removed bug Something isn't working enhancement New feature or request labels Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants