caneff commented on code in PR #28818:
URL: https://github.com/apache/beam/pull/28818#discussion_r1346359731


##########
sdks/python/apache_beam/dataframe/frames_test.py:
##########
@@ -865,6 +865,7 @@ def test_corrwith_bad_axis(self):
     self._run_error_test(lambda df: df.corrwith(df, axis=5), df)
 
   @unittest.skipIf(PD_VERSION < (1, 2), "na_action added in pandas 1.2.0")
+  @unittest.skipIf(PD_VERSION >= (2, 1), "applymap deprecated in 2.1.0")

Review Comment:
   I'm just trying to clean up deprecation warnings. I could suppress that 
warning instead.
   



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

Reply via email to