zhengruifeng opened a new pull request, #38216:
URL: https://github.com/apache/spark/pull/38216

   ### What changes were proposed in this pull request?
   in `Series.autocorr`, rename `periods` as `lag`
   
   
   ### Why are the changes needed?
   when implementing the `Series.autocorr` in 
https://github.com/apache/spark/pull/36048 , I wrongly follow the parameter 
name `min_periods` in `Series.corr`, it should be `lag` to be the same with 
[Pandas](https://pandas.pydata.org/docs/reference/api/pandas.Series.autocorr.html)
   
   
   ### Does this PR introduce _any_ user-facing change?
   no, since 3.4 is not released
   
   
   ### How was this patch tested?
   existing UTs


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