Closed
Description
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.