Closed ChristianZimpelmann closed 9 months ago
@timmens, could you have a look at whether you want to do a conditional import or stop supporting older pandas? I presume estimagic is used a lot in conjunction with pytask and it is very annoying to sift through pages of deprecation warnings before being able to see what actually happened with the build.
pandas 2.1. deprecated DataFrame.applymap
The current
estimation_table
usesapplymap
in several occasions and produces many DeprecationWarnings.Describe the solution you'd like
.map