/pandas/util/testing.py
http://github.com/pydata/pandas · Python · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 0417b1757f489024602daf127fd40068 MD5 · raw file
- import warnings
- from pandas._testing import * # noqa
- warnings.warn(
- (
- "pandas.util.testing is deprecated. Use the functions in the "
- "public API at pandas.testing instead."
- ),
- FutureWarning,
- stacklevel=2,
- )