caneff commented on code in PR #28818:
URL: https://github.com/apache/beam/pull/28818#discussion_r1346303626
##########
sdks/python/apache_beam/dataframe/frames.py:
##########
@@ -2978,6 +2978,8 @@ def aggregate(self, func, axis, *args, **kwargs):
agg = aggregate
applymap = frame_base._elementwise_method('applymap', base=pd.DataFrame)
Review Comment:
So the thing is that it isn't removed in 2.1, it is just deprecated. Also,
the replacement, `map`, isn't in Pandas until 2.1 so there isn't time to change
over otherwise. We still want to include it until it is removed.
--
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]