-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Misleading error for pd.read_msgpack #27201
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
I'm not really sure why it fails on Linting |
We just merged in a PR to use black as a code formatting tool. If you install that and run locally against pandas/io/packers.py and pandas/tests/io/test_packers.py I think should resolve |
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.
some comments; ping on green.
Hopefully, everything is good now. |
thanks sticking it out @U09Kane nice patch! |
Thanks for the feedback |
git diff upstream/master -u -- "*.py" | flake8 --diff