-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: Added iloc tests for casting from object to numeric dtypes for duplicate columns #41154
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
TST: Added iloc tests for casting from object to numeric dtypes for duplicate columns #41154
Conversation
isaac-chung
commented
Apr 25, 2021
•
edited
Loading
edited
- closes Unable to change dtype of a column after concat and duplicate column names #22035
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
…aacChung_issue_22035
Hello @isaac-chung! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-04-25 22:57:11 UTC |
You could install pre-commit to automatically run the linting checks before committing |
I assume an extended test would not fall into the "whatsnew entry", so checking it off for completeness. Is there anything I can do about the failed checks? |
no |
looks fine ping on green. |
Thanks @isaac-chung! The CI failure was unrelated |
…uplicate columns (pandas-dev#41154) * TST: Added iloc tests for casting from object to numeric dtypes for duplicate columns * Added gh reference * Check df with tm.assert_frame_equal * fix spacing * parametrize over dtypes * pre-commit hooks
…uplicate columns (pandas-dev#41154) * TST: Added iloc tests for casting from object to numeric dtypes for duplicate columns * Added gh reference * Check df with tm.assert_frame_equal * fix spacing * parametrize over dtypes * pre-commit hooks