python-by-example-150-chall.../venv/lib/python3.6/site-packages/pandas/testing.py

12 lines
168 B
Python
Raw Normal View History

2019-08-04 20:26:35 +08:00
# flake8: noqa
"""
Public testing utility functions.
"""
from pandas.util.testing import (
assert_frame_equal,
assert_index_equal,
assert_series_equal,
)