Skip to content

TST: iat with duplicate column names #33362

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 4 commits into from
Apr 8, 2020

Conversation

ShaharNaveh
Copy link
Member

@simonjayhawkins simonjayhawkins added the Testing pandas testing functions or related to the test suite label Apr 7, 2020
@simonjayhawkins simonjayhawkins added this to the 1.1 milestone Apr 7, 2020
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MomIsBestFriend lgtm pending green


def test_iat_duplicate_columns():
# https://github.com/pandas-dev/pandas/issues/11754
df = pd.DataFrame([[1, 1]], columns=["x", "x"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make the values non-constant here

@simonjayhawkins
Copy link
Member

ping on green

@ShaharNaveh
Copy link
Member Author

ping @simonjayhawkins

@simonjayhawkins simonjayhawkins merged commit 2438a67 into pandas-dev:master Apr 8, 2020
@simonjayhawkins
Copy link
Member

Thanks @MomIsBestFriend

@ShaharNaveh ShaharNaveh deleted the TST-Reg-iat branch April 8, 2020 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFrame.iat indexing with duplicate columns
3 participants