BharatDeva commented on code in PR #1643:
URL: 
https://github.com/apache/datafusion-python/pull/1643#discussion_r3701027655


##########
python/datafusion/functions/__init__.py:
##########
@@ -413,6 +414,11 @@ def isnan(expr: Expr) -> Expr:
     return Expr(f.isnan(expr.expr))
 
 
+def is_nan(expr: Expr) -> Expr:

Review Comment:
   Thanks for the suggestion. I updated the `is_nan` docstring to call out that 
it is an alias for `isnan`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to