Closed
Description
pandas.util.testing
is deprecated and we're supposed to switch to the functions in the public API at pandas.testing
instead.
I'm not sure what the pandas version compatibility is for this. If there's a problem, we could use try/except
statements to handle earlier versions of pandas. Or we could just do nothing until the min pandas we support is high enough.