-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: make pd._testing a directory #38689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
pandas/_testing/__init__.py
Outdated
|
||
from pandas.io.common import urlopen | ||
from pandas.io.formats.printing import pprint_thing | ||
|
||
from .asserters import ( # noqa:F401 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use absolute path
@@ -335,192 +338,8 @@ def write_to_compressed(compression, path, data, dest="test"): | |||
getattr(f, method)(*args) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would prob move everything else out as well to another module
can you merge master and ping on green |
great thanks @jbrockmendel nice having green again! |
We've accumulated some other helpers outside of pd._testing that id like to move there (xref #38688). This is a good time to split the large file.