roger-mike commented on a change in pull request #16027:
URL: https://github.com/apache/beam/pull/16027#discussion_r766230797
##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -2049,6 +2049,31 @@ def repeat(self, repeats, axis):
"repeat(repeats=) value must be an int or a "
f"DeferredSeries (encountered {type(repeats)}).")
+ if hasattr(pd.Series, 'compare'):
+
Review comment:
Not sure why yapf spaces this check and not the one in DataFrame
--
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]