D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
lib64
/
python3.6
/
site-packages
/
pandas
/
util
/
Filename :
testing.py
back
Copy
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, )