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