T001: Pandas deprecation warnings #405
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Talktorial 1 uses the pandas
applymap
-function which has been deprecated in pandas version2.1
. We either need to fix pandas to<2.1
indevtools/test_env.yml
or update the code accordingly.The deprecation warning causes a test failure.
The text was updated successfully, but these errors were encountered: