HyukjinKwon commented on code in PR #39327:
URL: https://github.com/apache/spark/pull/39327#discussion_r1059725953
##########
python/pyspark/pandas/series.py:
##########
@@ -3822,7 +3822,7 @@ def aggregate(self, func: Union[str, List[str]]) ->
Union[Scalar, "Series"]:
agg = aggregate
- def transpose(self, *args: Any, **kwargs: Any) -> "Series":
+ def transpose(self) -> "Series":
Review Comment:
Hm, I think we should better keep it for now for pandas compatibility.
--
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]