I saw that the as_format function from utils.py has an obsolete applymap method for DataFrame from pandas.
The as_format function from utils.py is not covered by the test, that's why there is no warning in Actions because of this.. After this PR, I will make another one where I will make the processing of the outdated applymap, like here.
I saw that the
as_format
function fromutils.py
has an obsoleteapplymap
method for DataFrame from pandas. The as_format function from utils.py is not covered by the test, that's why there is no warning in Actions because of this.. After this PR, I will make another one where I will make the processing of the outdated applymap, like here.