Seaborn: FutureWarning: pandas.util.testing is deprecated.

Created on 15 Feb 2020  路  4Comments  路  Source: mwaskom/seaborn

Most helpful comment

Thanks for elaborating. This warning comes from within statsmodels, which seaborn attempts to import. Try upgrading statsmodels to its latest version, as this should have been fixed by https://github.com/statsmodels/statsmodels/pull/6394.

All 4 comments

Hi @andreamoro , thanks for reporting.
Could you provide a code that results with this warning (along with seaborn/pandas versions)? I don't see this on my local setup with seaborn master and pandas==1.0.
I think this should have been resolved a while ago with https://github.com/mwaskom/seaborn/commit/4d89197e94dd65d0ab80f77fc380ca3307950ba7

Thanks!

Hi @MaozGelbart
please see below screenshot.

It's a simple object referencing the one causing the problem, so I don't know what's the cause.

image

image

Look forward to hearing from you.

Thanks for elaborating. This warning comes from within statsmodels, which seaborn attempts to import. Try upgrading statsmodels to its latest version, as this should have been fixed by https://github.com/statsmodels/statsmodels/pull/6394.

Thanks @MaozGelbart

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sofiatti picture sofiatti  路  4Comments

bondarevts picture bondarevts  路  3Comments

vinay-jayaram picture vinay-jayaram  路  3Comments

wenhaosun picture wenhaosun  路  3Comments

TDaltonC picture TDaltonC  路  3Comments