Closed beckernick closed 2 years ago
We've removed Series.applymap from cuDF after a period of raising a deprecation warning. It's been replaced by support for Series.apply. We should update the notebooks to reflect this.
Series.applymap
Series.apply
Closes https://github.com/rapidsai-community/notebooks-contrib/issues/360
~We should not merge this until 22.10~ Series.apply will work in 22.08, too.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
cc @shwina @taureandyernv
We've removed
Series.applymap
from cuDF after a period of raising a deprecation warning. It's been replaced by support forSeries.apply
. We should update the notebooks to reflect this.Closes https://github.com/rapidsai-community/notebooks-contrib/issues/360
~We should not merge this until 22.10~
Series.apply
will work in 22.08, too.