intake / intake-esm

An intake plugin for parsing an Earth System Model (ESM) catalog and loading assets into xarray datasets.
https://intake-esm.readthedocs.io
Apache License 2.0
130 stars 42 forks source link

Replace applymap with map #639

Closed dougiesquire closed 7 months ago

dougiesquire commented 8 months ago

Change Summary

Very small change to replace deprecated pandas df.applymap method with df.map. The map method was added in pandas 2.1.0, so this min version is added to the requirements and ci environments. I guess this min version should also be added to the conda-forge feedstock recipe, but I'll leave that to one of the maintainers.

Related issue number

Closes #629

Checklist