laywerrobot/lib/python3.6/site-packages/pandas/testing.py

9 lines
158 B
Python
Raw Normal View History

2020-08-27 21:55:39 +02:00
# flake8: noqa
"""
Public testing utility functions.
"""
from pandas.util.testing import (
assert_frame_equal, assert_series_equal, assert_index_equal)