-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
GH36236 - Additional Test for df.join() #43700
Conversation
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 |
@github-actions pre-commit |
Hi @kasmith11. Thanks for the PR! |
Hello @debnathshoham I wanted to contribute a test for the following issue. |
Awesome! Could you please make the title to more informative. |
@debnathshoham done! |
|
||
|
||
def test_join_duplicate_indicies(): | ||
df1 = pd.DataFrame(np.random.randn(5), index=[0, 1, 2, 3, 3], columns=["a"]) |
There was a problem hiding this comment.
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.
@github-actions pre-commit |
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. |
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. |
TST