zhengruifeng commented on code in PR #36246:
URL: https://github.com/apache/spark/pull/36246#discussion_r853668488
##########
python/pyspark/pandas/generic.py:
##########
@@ -3259,6 +3260,10 @@ def interpolate(
Maximum number of consecutive NaNs to fill. Must be greater than
0.
+ limit_direction : str, default None
Review Comment:
the `interploate`'s `versionadded` is here
https://github.com/apache/spark/pull/36246/files#diff-cb01df978681ad2406bdd22c29f73aa3020cfcd5c1f6e4052b4bc33f59160d33R3271,
I think no need to add it for this param.
--
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]