Skip to content

Conversation

@kasmith11
Copy link
Contributor

@kasmith11 kasmith11 commented Sep 22, 2021

TST

TST
@pep8speaks
Copy link

pep8speaks commented Sep 22, 2021

Hello @kasmith11! 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-09-27 14:22:52 UTC
@kasmith11 kasmith11 closed this Sep 22, 2021
@kasmith11 kasmith11 reopened this Sep 22, 2021
@kasmith11
Copy link
Contributor Author

@github-actions pre-commit

@debnathshoham
Copy link
Contributor

Hi @kasmith11. Thanks for the PR!
Is there a particular issue you're trying to address?

@debnathshoham debnathshoham added the Testing pandas testing functions or related to the test suite label Sep 22, 2021
@kasmith11
Copy link
Contributor Author

Hello @debnathshoham I wanted to contribute a test for the following issue.

@debnathshoham
Copy link
Contributor

Awesome! Could you please make the title to more informative.
And mark closes #36263 in the OP.

@debnathshoham debnathshoham added the Reshaping Concat, Merge/Join, Stack/Unstack, Explode label Sep 22, 2021
@kasmith11 kasmith11 changed the title GH36236 GH36236 - Additional Test for df.join() Sep 22, 2021
@kasmith11
Copy link
Contributor Author



def test_join_duplicate_indicies():
df1 = pd.DataFrame(np.random.randn(5), index=[0, 1, 2, 3, 3], columns=["a"])
Copy link
Contributor

Choose a reason for hiding this comment

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

add # GH xxxxx, with the relevant issue your solving with the test above this line.

@kasmith11
Copy link
Contributor Author

@github-actions pre-commit

@github-actions
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update or respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Oct 28, 2021
@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale and the added test is still not passing the CI. If you'd like to continue, please merge master and we can reopen.

@mroeschke mroeschke closed this Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale Testing pandas testing functions or related to the test suite

5 participants