Hi @mmcky,
DataFrame.applymap has been deprecated since 2.1.0. Our pandas version in conda 2023.09 is 2.0.3, which is lagging behind for a major version.
To be consistent with the conda version we are using, I reverted my changes on applymap in #324 and created this issue to keep track of the deprecation.
Hi @mmcky,
DataFrame.applymaphas been deprecated since2.1.0. Ourpandasversion inconda 2023.09is2.0.3, which is lagging behind for a major version.To be consistent with the
condaversion we are using, I reverted my changes onapplymapin #324 and created this issue to keep track of the deprecation.