HyukjinKwon commented on a change in pull request #33440:
URL: https://github.com/apache/spark/pull/33440#discussion_r673108737
##########
File path: python/pyspark/sql/group.py
##########
@@ -238,7 +238,7 @@ def pivot(self, pivot_col, values=None):
----------
pivot_col : str
Name of the column to pivot.
- values :
+ values : list, optional
Review comment:
Yeah, it's from https://numpydoc.readthedocs.io/en/latest/format.html. I
think it's fine.
--
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]