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


##########
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 would keep the test in this case if we care about it, unless we remove 
support from Beam SDK for it.



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