Attempts to import from pandas public API for newer versions of pandas...
from pandas.testing import assert_frame_equal
...resolves to the existing path when not found...
from pandas.util.testing import assert_frame_equal when not found
FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead.
from pandas.util.testing import assert_frame_equal
Contributor checklist
[ ] Builds are passing
[ ] New tests have been added (for feature additions)
Fixes warning generated by tests.
Attempts to import from pandas public API for newer versions of pandas...
from pandas.testing import assert_frame_equal
...resolves to the existing path when not found...
from pandas.util.testing import assert_frame_equal
when not foundContributor checklist