Skip to content

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

Merged
merged 7 commits into from
Apr 30, 2021
Merged

TST: Added iloc tests for casting from object to numeric dtypes for duplicate columns #41154

merged 7 commits into from
Apr 30, 2021

Conversation

isaac-chung
Copy link
Contributor

@isaac-chung isaac-chung commented Apr 25, 2021

@pep8speaks
Copy link

pep8speaks commented Apr 25, 2021

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

@phofl
Copy link
Member

phofl commented Apr 25, 2021

You could install pre-commit to automatically run the linting checks before committing

@isaac-chung
Copy link
Contributor Author

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?

@isaac-chung isaac-chung requested a review from phofl April 26, 2021 09:04
@jreback jreback added the Testing pandas testing functions or related to the test suite label Apr 26, 2021
@jreback
Copy link
Contributor

jreback commented Apr 26, 2021

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

@jreback jreback added the Indexing Related to indexing on series/frames, not to indexes themselves label Apr 26, 2021
@jreback jreback added this to the 1.3 milestone Apr 26, 2021
@jreback
Copy link
Contributor

jreback commented Apr 26, 2021

looks fine ping on green.

@mroeschke mroeschke merged commit 5edaf59 into pandas-dev:master Apr 30, 2021
@mroeschke
Copy link
Member

Thanks @isaac-chung! The CI failure was unrelated

@isaac-chung isaac-chung deleted the IsaacChung_issue_22035 branch April 30, 2021 12:11
yeshsurya pushed a commit to yeshsurya/pandas that referenced this pull request May 6, 2021
…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
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to change dtype of a column after concat and duplicate column names
5 participants