rapidsai-community / notebooks-contrib

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

[BUG] Switch Series applymap to Series apply #360

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.

It looks like the only non-archived notebook that uses this is https://github.com/rapidsai-community/notebooks-contrib/blob/main/getting_started_materials/intro_tutorials_and_guides/02_Introduction_to_cuDF.ipynb