You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #70 we started catching a FutureWarning raised by pandas to rename applymap() to map(). When we remove support for Python 3.8, we can then depend on pandas >=2.1.0 and can remove the catching of the warnings.
The text was updated successfully, but these errors were encountered:
In #70 we started catching a
FutureWarning
raised bypandas
to renameapplymap()
tomap()
. When we remove support for Python 3.8, we can then depend onpandas >=2.1.0
and can remove the catching of the warnings.The text was updated successfully, but these errors were encountered: