dcoliversun commented on code in PR #37521:
URL: https://github.com/apache/spark/pull/37521#discussion_r950002327


##########
python/pyspark/sql/column.py:
##########
@@ -720,8 +817,20 @@ def isin(self, *cols: Any) -> "Column":
 
         .. versionadded:: 1.5.0
 
+        Parameters
+        ----------
+        cols
+            The result will only be true at a location if all the labels match 
in the Column.

Review Comment:
   Thanks. Better match the method function.



-- 
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