rohdesamuel commented on a change in pull request #14569:
URL: https://github.com/apache/beam/pull/14569#discussion_r623399596
##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -827,6 +839,10 @@ def corr(self, other, method, min_periods):
return x._corr_aligned(y, min_periods)
else:
+ reason = (
+ f"Encounted corr(method={method!r}) which can not be "
Review comment:
Did you mean "Encountered"?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]