python-by-example-150-chall.../venv/lib/python3.6/site-packages/pandas/testing.py
2019-08-04 15:26:35 +03:00

12 lines
168 B
Python

# flake8: noqa
"""
Public testing utility functions.
"""
from pandas.util.testing import (
assert_frame_equal,
assert_index_equal,
assert_series_equal,
)