Null-safe equal expression (<=>
in SQL)
#3513
Labels
backlog
enhancement
New feature or request
good first issue
Good for newcomers
p2
Nice to have features
Is your feature request related to a problem?
Right now it is difficult to check the equality of two expressions when we also want nulls to equal each other.
Describe the solution you'd like
Support for the
<=>
operator in SQL as well as an equivalent Expression in Python DataFrame-land.It should work as follows:
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: