8th day of python challenges 111-117
This commit is contained in:
11
venv/lib/python3.6/site-packages/pandas/testing.py
Normal file
11
venv/lib/python3.6/site-packages/pandas/testing.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# flake8: noqa
|
||||
|
||||
"""
|
||||
Public testing utility functions.
|
||||
"""
|
||||
|
||||
from pandas.util.testing import (
|
||||
assert_frame_equal,
|
||||
assert_index_equal,
|
||||
assert_series_equal,
|
||||
)
|
||||
Reference in New Issue
Block a user