rapidsai-community / notebooks-contrib

RAPIDS Community Notebooks
Apache License 2.0
512 stars 266 forks source link

Use Series apply instead of applymap in cuDF intro notebook #361

Closed beckernick closed 2 years ago

beckernick commented 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.

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.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

beckernick commented 2 years ago

cc @shwina @taureandyernv