-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: add DataFrame test for construct from tuple case from GH-32776 #33267
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
Thanks for the PR! I think this is already covered here though? pandas/pandas/tests/frame/test_constructors.py Line 1342 in 37b14e5
If not, probably should just add to the parametrization there instead of creating a new test |
It is not covered. Will add to the param list instead |
Great thanks @BenjaminLiuPenrose |
glad that I can help contribute to this amazing project ;) |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff