Skip to content

Conversation

@ShaharNaveh
Copy link
Contributor

@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
Contributor 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