HyukjinKwon commented on code in PR #47234:
URL: https://github.com/apache/spark/pull/47234#discussion_r1670288025
##########
python/pyspark/sql/dataframe.py:
##########
@@ -5948,6 +5948,29 @@ def drop_duplicates(self, *subset: Union[str,
List[str]]) -> "DataFrame":
.. versionchanged:: 4.0.0
Supports variable-length argument
+
+ Examples
Review Comment:
Nah, I wouldn't add a duplicated example. We already said it's an alias on
the top.
--
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]