Please see details here:
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.


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
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.